diff options
author | 2003-01-28 07:54:11 +0000 | |
---|---|---|
committer | 2003-01-28 07:54:11 +0000 | |
commit | 33a0a74b109dd40afbf253c87ee4cd2fa51e3241 (patch) | |
tree | 5f8a9853c79efca632b48427437532bd4df78d53 /net-im/gaim-cvs | |
parent | new version (bug #14660) (~arch) (diff) | |
download | historical-33a0a74b109dd40afbf253c87ee4cd2fa51e3241.tar.gz historical-33a0a74b109dd40afbf253c87ee4cd2fa51e3241.tar.bz2 historical-33a0a74b109dd40afbf253c87ee4cd2fa51e3241.zip |
prune old/broken ebuilds
Diffstat (limited to 'net-im/gaim-cvs')
-rw-r--r-- | net-im/gaim-cvs/files/digest-gaim-cvs-0.60 | 0 | ||||
-rw-r--r-- | net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r1 | 0 | ||||
-rw-r--r-- | net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild | 56 | ||||
-rw-r--r-- | net-im/gaim-cvs/gaim-cvs-0.60.ebuild | 96 |
4 files changed, 0 insertions, 152 deletions
diff --git a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60 b/net-im/gaim-cvs/files/digest-gaim-cvs-0.60 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60 +++ /dev/null diff --git a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r1 b/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r1 +++ /dev/null diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild deleted file mode 100644 index f42f70b0e305..000000000000 --- a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.4 2002/10/28 16:53:27 vapier Exp $ - -IUSE="nas nls esd arts perl" - -DESCRIPTION="GTK Instant Messenger client - CVS ebuild." -HOMEPAGE="http://gaim.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND="=sys-libs/db-1* - !net-im/gaim - >=x11-libs/gtk+-2.0 - >=dev-libs/glib-2.0 - esd? ( >=media-sound/esound-0.2.22-r2 ) - nls? ( sys-devel/gettext ) - nas? ( >=media-libs/nas-1.4.1-r1 ) - arts? ( >=kde-base/arts-0.9.5 ) - perl? ( >=sys-devel/perl-5.6.1 )" - -inherit cvs - -ECVS_SERVER="cvs.gaim.sourceforge.net:/cvsroot/gaim" -ECVS_MODULE="gaim" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" -S=${WORKDIR}/${ECVS_MODULE} - -src_compile() { - local myconf - - use esd || myconf="--disable-esd" - use perl || myconf="${myconf} --disable-perl" - use nas && myconf="${myconf} --enable-nas" \ - || myconf="${myconf} --disable-nas" - - if [ "` use arts`" ]; then - inherit kde-functions - set-kdedir 3 - # $KDEDIR now points to arts location - else - myconf="${myconf} --disable-artsc" - fi - - use nls || myconf="${myconf} --disable-nls" - - ./autogen.sh ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO -} diff --git a/net-im/gaim-cvs/gaim-cvs-0.60.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60.ebuild deleted file mode 100644 index 38b73a51b678..000000000000 --- a/net-im/gaim-cvs/gaim-cvs-0.60.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60.ebuild,v 1.2 2002/10/20 18:51:53 vapier Exp $ - -IUSE="nas nls esd gnome arts gtk2 perl" - -MY_P=${PN/-cvs/} -ECVS_SERVER="cvs.sourceforge.net:/cvsroot/gaim" -ECVS_MODULE="${MY_P}" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_BRANCH}" - -inherit cvs - -S=${WORKDIR}/${MY_P} -DESCRIPTION="GTK Instant Messenger client - CVS ebuild" -HOMEPAGE="http://gaim.sourceforge.net" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND="=sys-libs/db-1* - esd? ( >=media-sound/esound-0.2.22-r2 ) - nls? ( >=sys-devel/gettext-0.11.4 ) - nas? ( >=media-libs/nas-1.4.1-r1 ) - arts? ( >=kde-base/arts-0.9.5 ) - perl? ( >=sys-devel/perl-5.6.1 ) - gtk2? ( =x11-libs/gtk+-2.0* =dev-libs/glib-2.0* ) - || ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* - ( gnome? ( =gnome-base/gnome-panel-1.4* >=media-libs/gdk-pixbuf-0.16.0 ) ) )" - - -src_compile() { - - - local myconf gnomeopts - echo ${S} - cd ${S} - - use esd || myconf="--disable-esd" - use perl || myconf="${myconf} --disable-perl" - use nas && myconf="${myconf} --enable-nas" \ - || myconf="${myconf} --disable-nas" - - if [ "` use arts`" ]; then - inherit kde-functions - set-kdedir 3 - # $KDEDIR now points to arts location - else - myconf="${myconf} --disable-artsc" - fi - - use nls || myconf="${myconf} --disable-nls" - - gnomeopts="${myconf}" - - if [ "`use gtk2`" ]; - then - - # GTK+ 2 support - myconf="${myconf} --enable-gtk2" - - fi - - gnomeopts="${myconf}" - - # Gnome is disabled for GTK+ 2.0 build and first build of GTK 1.4 version - myconf="${myconf} --disable-gnome" - - # always build standalone gaim program - #econf ${myconf} || die - ./autogen.sh ${myconf} || die - emake || die - - # if gnome support is enabled (and gtk2 disabled), then build gaim_applet - if [ "`use gnome`" -a -z "`use gtk2`" ]; - then - gnomeopts="${gnomeopts} --with-gnome=${GNOME_PATH} --enable-panel" - - # save appletless version and clean up - cp src/gaim ${S}/gaim || die "standalone version failed to build" - make distclean || die - - econf ${gnomeopts} || die - emake || die - fi -} - -src_install () { - - make DESTDIR=${D} install || die - - # if gnome enabled, make sure to install standalone version also - use gnome && dobin ${S}/gaim - - dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO -} |