summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-30 12:56:14 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-30 12:56:14 +0000
commitc9f320dff8d4183e49250001f02b7ad49ebe98fc (patch)
treebdb1218841f1c87ea79a70232c751a8af2b74102 /net-irc
parentmake base_src_compile() use econf() and emake() from the default src_compile(... (diff)
downloadgentoo-2-c9f320dff8d4183e49250001f02b7ad49ebe98fc.tar.gz
gentoo-2-c9f320dff8d4183e49250001f02b7ad49ebe98fc.tar.bz2
gentoo-2-c9f320dff8d4183e49250001f02b7ad49ebe98fc.zip
removed old crusty ebuilds
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/files/digest-xchat-1.8.51
-rw-r--r--net-irc/xchat/files/digest-xchat-1.8.61
-rw-r--r--net-irc/xchat/files/digest-xchat-1.8.71
-rw-r--r--net-irc/xchat/xchat-1.8.5.ebuild54
-rw-r--r--net-irc/xchat/xchat-1.8.6.ebuild65
-rw-r--r--net-irc/xchat/xchat-1.8.7.ebuild65
6 files changed, 0 insertions, 187 deletions
diff --git a/net-irc/xchat/files/digest-xchat-1.8.5 b/net-irc/xchat/files/digest-xchat-1.8.5
deleted file mode 100644
index 09e5ba74d8b7..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5533374c2b81a28227c5a56793addfb xchat-1.8.5.tar.bz2 660387
diff --git a/net-irc/xchat/files/digest-xchat-1.8.6 b/net-irc/xchat/files/digest-xchat-1.8.6
deleted file mode 100644
index 721afc3a5998..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b17db9d9130eeaacdce0e809cc3ce965 xchat-1.8.6.tar.bz2 676169
diff --git a/net-irc/xchat/files/digest-xchat-1.8.7 b/net-irc/xchat/files/digest-xchat-1.8.7
deleted file mode 100644
index bb022c0919a6..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.8.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2bdcf2b77f6bf1385bc63a17dcafbe90 xchat-1.8.7.tar.bz2 698662
diff --git a/net-irc/xchat/xchat-1.8.5.ebuild b/net-irc/xchat/xchat-1.8.5.ebuild
deleted file mode 100644
index 9b1b471d0eb7..000000000000
--- a/net-irc/xchat/xchat-1.8.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyrigth 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.5.ebuild,v 1.4 2001/12/10 21:11:35 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="xchat irc client"
-SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2"
-HOMEPAGE="http://www.xchat.org/"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
-perl? ( sys-devel/perl )
-python? ( >=dev-lang/python-2.1.1-r3 )
-nls? ( >=sys-devel/gettext-0.10.38 )
-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 )"
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
-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 )"
-
-src_unpack() {
- cd ${WORKDIR}
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- if [ "`use python`" ]
- then
- local mylibs=`/usr/bin/python-config`
- sed -e 's:PY_LIBS=".*":PY_LIBS="'"$mylibs"'":' configure.orig > configure
- fi
-}
-
-src_compile() {
- local myopts myflags
-
- #use gnome && myopts="--enable-gnome --enable-panel"
- use gnome || myopts="--enable-gtkfe --disable-gnome --disable-gdk-pixbuf --disable-zvt"
- use ssl && myopts="$myopts --enable-openssl"
- use perl || myopts="$myopts --disable-perl"
- use python && myflags="`python-config`"
- use python || myopts="$myopts --disable-python"
- use nls || myopts="$myopts --disable-nls"
- use mmx && myopts="$myopts --enable-mmx"
- CFLAGS="$CFLAGS -I/usr/include/orbit-1.0"
- ./configure --prefix=/usr --host=${CHOST} ${myopts} --enable-ipv6 || die
- patch -p1 < ${FILESDIR}/xc185fixbnc.diff
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS COPYING ChangeLog README
-}
diff --git a/net-irc/xchat/xchat-1.8.6.ebuild b/net-irc/xchat/xchat-1.8.6.ebuild
deleted file mode 100644
index efc86f3853e7..000000000000
--- a/net-irc/xchat/xchat-1.8.6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyrigth 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.6.ebuild,v 1.1 2001/12/10 22:39:38 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="X-Chat is an IRC client for UNIX operating systems."
-SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2"
-HOMEPAGE="http://www.xchat.org/"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- perl? ( sys-devel/perl )
- python? ( >=dev-lang/python-2.0-r4 )
- nls? ( >=sys-devel/gettext-0.10.38 )
- 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 )"
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- 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 )"
-
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- cp configure configure.orig
- if [ "`use python`" ]
- then
- local mylibs=`/usr/bin/python-config`
- sed -e 's:PY_LIBS=".*":PY_LIBS="'"$mylibs"'":' configure.orig > configure
- fi
-}
-
-src_compile() {
-
- local myopts myflags
- use gnome && myopts="--enable-gnome --enable-panel"
- use gnome || myopts="--enable-gtkfe --disable-gnome --disable-gdk-pixbuf --disable-zvt"
- use ssl && myopts="$myopts --enable-openssl"
- use perl || myopts="$myopts --disable-perl"
- use python && myflags="`python-config`"
- use python || myopts="$myopts --disable-python"
- use nls || myopts="$myopts --disable-nls"
- use mmx && myopts="$myopts --enable-mmx"
-
- CFLAGS="$CFLAGS -I/usr/include/orbit-1.0"
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 \
- ${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.7.ebuild b/net-irc/xchat/xchat-1.8.7.ebuild
deleted file mode 100644
index 572da43e0629..000000000000
--- a/net-irc/xchat/xchat-1.8.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyrigth 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.7.ebuild,v 1.1 2002/01/11 15:33:43 blocke Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="X-Chat is an IRC client for UNIX operating systems."
-SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2"
-HOMEPAGE="http://www.xchat.org/"
-
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
- perl? ( sys-devel/perl )
- python? ( >=dev-lang/python-2.0-r4 )
- nls? ( >=sys-devel/gettext-0.10.38 )
- 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 )"
-
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4
- 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 )"
-
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- cp configure configure.orig
- if [ "`use python`" ]
- then
- local mylibs=`/usr/bin/python-config`
- sed -e 's:PY_LIBS=".*":PY_LIBS="'"$mylibs"'":' configure.orig > configure
- fi
-}
-
-src_compile() {
-
- local myopts myflags
- use gnome && myopts="--enable-gnome --enable-panel"
- use gnome || myopts="--enable-gtkfe --disable-gnome --disable-gdk-pixbuf --disable-zvt"
- use ssl && myopts="$myopts --enable-openssl"
- use perl || myopts="$myopts --disable-perl"
- use python && myflags="`python-config`"
- use python || myopts="$myopts --disable-python"
- use nls || myopts="$myopts --disable-nls"
- use mmx && myopts="$myopts --enable-mmx"
-
- CFLAGS="$CFLAGS -I/usr/include/orbit-1.0"
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --enable-ipv6 \
- ${myopts} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr install || die
-
- dodoc AUTHORS COPYING ChangeLog README
-}