diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-irc | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r5.ebuild | 102 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r1.ebuild | 6 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 12 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.18-r5 | 1 | ||||
-rw-r--r-- | net-irc/epic4/epic4-1.0.1-r1.ebuild | 40 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.8.8-r1 | 1 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.8-r1.ebuild | 86 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.9-r2.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.9.2.ebuild | 11 |
9 files changed, 40 insertions, 223 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 diff --git a/net-irc/epic4/epic4-1.0.1-r1.ebuild b/net-irc/epic4/epic4-1.0.1-r1.ebuild index 5c18de456924..9522e2e15fc0 100644 --- a/net-irc/epic4/epic4-1.0.1-r1.ebuild +++ b/net-irc/epic4/epic4-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # 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/epic4/epic4-1.0.1-r1.ebuild,v 1.6 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.0.1-r1.ebuild,v 1.7 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} @@ -11,26 +11,36 @@ HOMEPAGE="http://epicsol.org" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc" + src_unpack () { - unpack epic4-1.0.1.tar.gz + unpack epic4-1.0.1.tar.gz } src_compile() { - try ./configure --prefix=/usr --mandir=/usr/share --libexecdir=/usr/lib/misc --host=${CHOST} - try make + econf \ + --libexecdir=/usr/lib/misc || die + + make || die } src_install () { - try make prefix=${D}/usr mandir=${D}/usr/share/man libexecdir=${D}/usr/lib/misc install - rm ${D}/usr/bin/epic - dosym epic-EPIC4-${PV} /usr/bin/epic - dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES - docinto doc - cd doc - dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load - dodoc nicknames outputhelp server_groups SILLINESS TS4 - dodir /usr/share/epic - tar xzvf ${DISTDIR}/epic4pre2-help.tar.gz -C ${D}/usr/share/epic + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + libexecdir=${D}/usr/lib/misc \ + install || die + + rm ${D}/usr/bin/epic + dosym epic-EPIC4-${PV} /usr/bin/epic + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES + docinto doc + cd doc + dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load + dodoc nicknames outputhelp server_groups SILLINESS TS4 + dodir /usr/share/epic + tar xzvf ${DISTDIR}/epic4pre2-help.tar.gz -C ${D}/usr/share/epic } - diff --git a/net-irc/xchat/files/digest-xchat-1.8.8-r1 b/net-irc/xchat/files/digest-xchat-1.8.8-r1 deleted file mode 100644 index 5713305d3a71..000000000000 --- a/net-irc/xchat/files/digest-xchat-1.8.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8496a0438c1062d3d8f96f92d5e48a52 xchat-1.8.8.tar.bz2 735589 diff --git a/net-irc/xchat/xchat-1.8.8-r1.ebuild b/net-irc/xchat/xchat-1.8.8-r1.ebuild deleted file mode 100644 index 0d060a22e449..000000000000 --- a/net-irc/xchat/xchat-1.8.8-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyrigth 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/xchat/xchat-1.8.8-r1.ebuild,v 1.6 2002/07/11 06:30:46 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." -SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2" -HOMEPAGE="http://www.xchat.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="*" - -RDEPEND="=x11-libs/gtk+-1.2* - python? ( >=dev-lang/python-2.2-r7 ) - perl? ( >=sys-devel/perl-5.6.1 ) - gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 - >=media-libs/gdk-pixbuf-0.11.0-r1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.10.38 )" - -src_unpack() { - - unpack ${A} - - cd ${S} - cp configure configure.orig - - use python && ( \ - local mylibs=`/usr/bin/python-config` - sed -e 's:PY_LIBS=".*":PY_LIBS="'"$mylibs"'":' \ - configure.orig > configure - ) -} - -src_compile() { - - local myopts myflags - - use gnome \ - && myopts="${myopts} --enable-gnome --enable-panel" \ - || myopts="${myopts} --enable-gtkfe --disable-gnome --disable-zvt --disable-gdk-pixbuf" - - use gnome \ - && CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" - - use gtk \ - || myopts="${myopts} --disable-gtkfe" - - use ssl \ - && myopts="${myopts} --enable-openssl" - - use perl \ - || myopts="${myopts} --disable-perl" - - use nls \ - && myopts="${myopts} --enable-hebrew --enable-japanese-conv" \ - || myopts="${myopts} --disable-nls" - - use mmx \ - && myopts="${myopts} --enable-mmx" \ - || myopts="${myopts} --disable-mmx" - - use ipv6 \ - && myopts="${myopts} --enable-ipv6" - - use python \ - && myflags="`python-config`" \ - && myopts="${myopts} --enable-python" - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - ${myopts} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr install || die - - dodoc AUTHORS COPYING ChangeLog README -} diff --git a/net-irc/xchat/xchat-1.8.9-r2.ebuild b/net-irc/xchat/xchat-1.8.9-r2.ebuild index 51fc9b4b1543..65fc7fa5971f 100644 --- a/net-irc/xchat/xchat-1.8.9-r2.ebuild +++ b/net-irc/xchat/xchat-1.8.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyrigth 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/xchat/xchat-1.8.9-r2.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.9-r2.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xchat.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="*" +KEYWORDS="x86 ppc" RDEPEND="=x11-libs/gtk+-1.2* python? ( >=dev-lang/python-2.2-r7 ) diff --git a/net-irc/xchat/xchat-1.9.2.ebuild b/net-irc/xchat/xchat-1.9.2.ebuild index bc98b36aef1a..8457e40cd11d 100644 --- a/net-irc/xchat/xchat-1.9.2.ebuild +++ b/net-irc/xchat/xchat-1.9.2.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/xchat/xchat-1.9.2.ebuild,v 1.1 2002/07/09 15:32:23 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.9.2.ebuild,v 1.2 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." @@ -8,8 +8,8 @@ SRC_URI="http://www.xchat.org/files/source/1.9/${P}.tar.bz2" HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" -SLOT="0" -KEYWORDS="*" +SLOT="1" +KEYWORDS="x86 ppc" RDEPEND=">=dev-libs/glib-2.0.4 >=x11-libs/gtk+-2.0.5 @@ -71,9 +71,8 @@ src_compile() { && myopts="${myopts} --enable-ipv6" - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ + econf \ + --program-suffix=-2 \ ${myopts} || die emake || die |