diff options
author | 2001-10-06 10:08:20 +0000 | |
---|---|---|
committer | 2001-10-06 10:08:20 +0000 | |
commit | cf72f61a25d08d0cefe9bb916ec94852bdba6bc9 (patch) | |
tree | d99b6fb484696c3b6a77fe38b99932a10781cea0 /net-irc/bitchx | |
parent | new incoming (diff) | |
download | gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.gz gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.tar.bz2 gentoo-2-cf72f61a25d08d0cefe9bb916ec94852bdba6bc9.zip |
partual gtk+ dep update / move to /usr
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r2.ebuild | 66 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r4.ebuild (renamed from net-irc/bitchx/bitchx-1.0.18-r3.ebuild) | 8 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.18-r3 | 1 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.18-r4 (renamed from net-irc/bitchx/files/digest-bitchx-1.0.18-r2) | 0 |
4 files changed, 4 insertions, 71 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild deleted file mode 100644 index 93fee8487f44..000000000000 --- a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.5 2001/08/08 03:48:34 chadh Exp $ - -A=ircii-pana-1.0c18.tar.gz -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${A}" -HOMEPAGE="http://www.bitchx.com/" - -DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 )" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - local myopts - if [ -n "`use ssl`" ] - then - myopts="$myopts --with-ssl" - fi - try ./configure --prefix=/usr --without-gtk --without-esd ${myopts} --host=${CHOST} --build=${CHOST}\ - --enable-cdrom --enable-ipv6 --with-plugins --disable-sound - try make -} - -src_install () { - - try make prefix=${D}/usr install - cd ${D}/usr/bin - rm -f gtkBitchX - rm -f BitchX - dosym /usr/bin/BitchX-1.0c18 /usr/bin/BitchX - chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints - - cd ${S} - dodoc Changelog README* IPv6-support - cd doc - insinto /usr/X11R6/include/bitmaps - doins BitchX.xpm - - dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks - dodoc bugs *.txt functions ideas mode tcl-ideas watch - dodoc *.tcl - docinto html - dodoc *.html - - docinto plugins - dodoc plugins - cd ../dll - insinto /usr/lib/bx/wav - doins wavplay/*.wav - cp acro/README acro/README.acro - dodoc acro/README.acro - cp arcfour/README arcfour/README.arcfour - dodoc arcfour/README.arcfour - cp blowfish/README blowfish/README.blowfish - dodoc blowfish/README.blowfish - dodoc nap/README.nap - cp qbx/README qbx/README.qbx - dodoc qbx/README.qbx -} diff --git a/net-irc/bitchx/bitchx-1.0.18-r3.ebuild b/net-irc/bitchx/bitchx-1.0.18-r4.ebuild index b0d167f62ad8..3d913c98ed31 100644 --- a/net-irc/bitchx/bitchx-1.0.18-r3.ebuild +++ b/net-irc/bitchx/bitchx-1.0.18-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r3.ebuild,v 1.4 2001/09/23 22:39:26 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r4.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $ A=ircii-pana-1.0c18.tar.gz S=${WORKDIR}/BitchX @@ -12,9 +12,9 @@ HOMEPAGE="http://www.bitchx.com/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) - gnome? ( >=x11-libs/gtk+-1.2.0 - >=media-libs/imlib-1.9.4 - >=gnome-base/gnome-libs-1.2 ) + gnome? ( >=x11-libs/gtk+-1.2.10-r4 + >=media-libs/imlib-1.9.10-r1 + >=gnome-base/gnome-libs-1.4.0.4-r1 ) esd? ( >=media-sound/esound-0.2.5 >=media-libs/audiofile-0.1.5 )" diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18-r3 b/net-irc/bitchx/files/digest-bitchx-1.0.18-r3 deleted file mode 100644 index 3fc29729f1f9..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.0.18-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 737276281ae911c5e1e17b028ebee045 ircii-pana-1.0c18.tar.gz diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18-r2 b/net-irc/bitchx/files/digest-bitchx-1.0.18-r4 index 3fc29729f1f9..3fc29729f1f9 100644 --- a/net-irc/bitchx/files/digest-bitchx-1.0.18-r2 +++ b/net-irc/bitchx/files/digest-bitchx-1.0.18-r4 |