diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-07-22 01:18:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-07-22 01:18:19 +0000 |
commit | 7155c56cd9eb42bc8e008fec8f6d3a984499af13 (patch) | |
tree | c6573b6fa50d117aa2d677e16becb7d6aa27f947 /net-irc/bitchx | |
parent | Version bump as per bug #57882 (diff) | |
download | historical-7155c56cd9eb42bc8e008fec8f6d3a984499af13.tar.gz historical-7155c56cd9eb42bc8e008fec8f6d3a984499af13.tar.bz2 historical-7155c56cd9eb42bc8e008fec8f6d3a984499af13.zip |
Removed old ebuild.
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.1.ebuild | 129 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.1 | 1 |
3 files changed, 4 insertions, 131 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 2495ec29cf11..824a914fe89e 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bitchx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.46 2004/07/04 23:19:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.47 2004/07/22 01:18:19 swegener Exp $ + + 22 Jul 2004; Sven Wegener <swegener@gentoo.org> -bitchx-1.1.ebuild: + Removed old ebuild. *bitchx-1.1-r1 (05 Jul 2004) diff --git a/net-irc/bitchx/bitchx-1.1.ebuild b/net-irc/bitchx/bitchx-1.1.ebuild deleted file mode 100644 index 8e40d357a1d3..000000000000 --- a/net-irc/bitchx/bitchx-1.1.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1.ebuild,v 1.13 2004/07/15 00:27:54 agriffis Exp $ - -inherit flag-o-matic eutils - -MY_P=ircii-pana-${PV}-final -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -HOMEPAGE="http://www.bitchx.org/" -SRC_URI="http://www.bitchx.org/source/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha arm hppa amd64" -IUSE="cjk esd gnome gtk ipv6 ncurses ssl xmms" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - ncurses? ( sys-libs/ncurses ) - !arm? ( - xmms? ( media-sound/xmms ) - esd? ( >=media-sound/esound-0.2.5 - >=media-libs/audiofile-0.1.5 ) - gtk? ( =x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd ${S} - - use cjk && epatch ${FILESDIR}/${PV}/${P}-cjk.patch - epatch ${FILESDIR}/${PV}/${P}-hebrew.patch - epatch ${FILESDIR}/${PV}/${P}-freenode.patch - epatch ${FILESDIR}/${PV}/${P}-gcc34.patch - use amd64 && epatch ${FILESDIR}/BitchX-64bit.patch -} - -src_compile() { - # BitchX needs to be merged with -fPIC on alpha/hppa boxes #10932 - [ "${ARCH}" == "alpha" ] && append-flags "-fPIC" - [ "${ARCH}" == "hppa" ] && append-flags "-fPIC" - [ "${ARCH}" == "amd64" ] && append-flags "-fPIC" - replace-flags -O[3-9] -O2 - - local myconf - - if [ "${DEBUG}" ] - then - einfo "debugging" - myconf="${myconf} --enable-debug" - fi - - use esd && use gtk \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - use gtk && use gnome\ - && myconf="${myconf} --with-gtk" \ - || myconf="${myconf} --without-gtk" - - - # lamer@gentoo.org BROKEN, will not work with our socks - # implementations, is looking for a SOCKSConnect function that our - # dante packages don't have :-( - # use socks5 \ - # && myconf="${myconf} --with-socks=5" \ - # || myconf="${myconf} --without-socks" - - mv ${S}/include/config.h ${S}/include/config.h.orig - sed -e "s/#undef LATIN1/#define LATIN1 ON/;" \ - ${S}/include/config.h.orig > \ - ${S}/include/config.h - #ugly workaround - use gtk && use gnome && ( \ - einfo "gtkBitchX will be built, if you want BitchX please issue" - einfo "USE="-gtk" emerge bitchx" - sleep 10 - ) && append-flags -I/usr/include/gnome-1.0 - - econf \ - CFLAGS="${CFLAGS}" \ - --enable-cdrom \ - --with-plugins \ - `use_with ssl` \ - `use_enable ipv6` \ - ${myconf} || die - emake || die - cd contrib && make vh1 -} - -src_install () { - einstall || die - [ -f contrib/vh1 ] && cp contrib/vh1 ${D}/usr/bin/ - rm ${D}/usr/share/man/man1/BitchX* - doman doc/BitchX.1 - - use gnome && use gtk && ( \ - exeinto /usr/bin - #newexe ${S}/source/BitchX BitchX-1.0c19 - dosym gtkBitchX-1.1-final /usr/bin/gtkBitchX - einfo "Installed gtkBitchX" - ) || dosym BitchX-1.1-final /usr/bin/BitchX - - fperms a-x /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 - dohtml *.html - - docinto plugins - dodoc plugins - cd ../dll - insinto /usr/lib/bx/wav - doins wavplay/*.wav - dodoc nap/README.nap - newdoc acro/README README.acro - newdoc arcfour/README README.arcfour - newdoc blowfish/README README.blowfish - newdoc qbx/README README.qbx -} diff --git a/net-irc/bitchx/files/digest-bitchx-1.1 b/net-irc/bitchx/files/digest-bitchx-1.1 deleted file mode 100644 index 3967cc2f290d..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 611d2dda222f00c10140236f4c331572 ircii-pana-1.1-final.tar.gz 2532476 |