summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 04:54:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 04:54:34 +0000
commit96d961306c383ae7f9e882b0647b661f344af7dc (patch)
treea200da9dd462d56c9cae5b7f54f451c5e22d338a /net-irc/bitchx
parentadded keywords (diff)
downloadgentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz
gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2
gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip
ppc tagging
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/bitchx-1.0.18-r5.ebuild102
-rw-r--r--net-irc/bitchx/bitchx-1.0.19-r1.ebuild6
-rw-r--r--net-irc/bitchx/bitchx-1.0.19-r2.ebuild12
-rw-r--r--net-irc/bitchx/files/digest-bitchx-1.0.18-r51
4 files changed, 8 insertions, 113 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r5.ebuild b/net-irc/bitchx/bitchx-1.0.18-r5.ebuild
deleted file mode 100644
index d9166135089d..000000000000
--- a/net-irc/bitchx/bitchx-1.0.18-r5.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r5.ebuild,v 1.4 2002/07/11 06:30:46 drobbins 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 )
- gnome? ( =x11-libs/gtk+-1.2*
- >=media-libs/imlib-1.9.10-r1
- >=gnome-base/gnome-libs-1.4.1.2-r1 )
- esd? ( >=media-sound/esound-0.2.5
- >=media-libs/audiofile-0.1.5 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die
- patch -p1 < ${FILESDIR}/${P}-dupver.patch || die
-}
-
-src_compile() {
- local myopts
-
- if [ -n "`use ssl`" ]
- then
- myopts="$myopts --with-ssl"
- fi
-
-
- if [ -n "`use esd`" ]
- then
- myopts="$myopts --enable-sound"
- fi
-
- if [ -z "`use gnome`" ]
- then
- myopts="$myopts --without-gtk"
- fi
-
- ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \
- --enable-cdrom --enable-ipv6 --with-plugins \
- ${myopts} || die
- emake || die
-
- if [ -n "`use gnome`" ]
- then
- myopts="$myopts --with-gtk"
- ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \
- --enable-cdrom --enable-ipv6 --with-plugins \
- ${myopts} || die
- emake || die
- fi
-
-}
-
-src_install () {
- make prefix=${D}/usr install || die
- cd ${D}/usr/bin
-
- if [ -n "`use gnome`" ]
- then
- exeinto /usr/bin
- newexe ${S}/source/BitchX BitchX-1.0c18
- dosym gtkBitchX-1.0c18 /usr/bin/gtkBitchX
- fi
- dosym 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.19-r1.ebuild b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild
index 1223746149ba..e371de1adebf 100644
--- a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild
+++ b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.5 2002/07/16 04:54:32 seemant Exp $
MY_P=ircii-pana-${PV/.0./.0c}
S=${WORKDIR}/BitchX
@@ -18,6 +18,10 @@ DEPEND=">=sys-libs/ncurses-5.1
gtk? ( =x11-libs/gtk+-1.2*
>=media-libs/imlib-1.9.10-r1 )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
+
#src_unpack() {
# unpack ${A}
# cd ${S}
diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild
index 5a5b479f6209..c4b7ef3799a7 100644
--- a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild
+++ b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.1 2002/06/26 22:30:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $
MY_P=ircii-pana-${PV/.0./.0c}
S=${WORKDIR}/BitchX
@@ -8,8 +8,9 @@ DESCRIPTION="An IRC Client"
SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz"
HOMEPAGE="http://www.bitchx.com/"
-SLOT=""
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
DEPEND=">=sys-libs/ncurses-5.1
@@ -22,13 +23,6 @@ DEPEND=">=sys-libs/ncurses-5.1
gtk? ( =x11-libs/gtk+-1.2*
>=media-libs/imlib-1.9.10-r1 )"
-#src_unpack() {
-# unpack ${A}
-# cd ${S}
-# patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die
-# patch -p1 < ${FILESDIR}/${P}-dupver.patch || die
-#}
-
src_compile() {
local myconf
diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18-r5 b/net-irc/bitchx/files/digest-bitchx-1.0.18-r5
deleted file mode 100644
index 1caa62171540..000000000000
--- a/net-irc/bitchx/files/digest-bitchx-1.0.18-r5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 737276281ae911c5e1e17b028ebee045 ircii-pana-1.0c18.tar.gz 2514378