summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-18 03:57:53 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-18 03:57:53 +0000
commit33b9090b43d4ef2eec6386772a1e0bd7db8d7301 (patch)
tree77b1cd2d8eea8bc0409c233c683542cf4fd9e194 /net-im
parentTrimmed profile to drop the following: ftp, netkit-base, gettext, gdbm, (diff)
downloadgentoo-2-33b9090b43d4ef2eec6386772a1e0bd7db8d7301.tar.gz
gentoo-2-33b9090b43d4ef2eec6386772a1e0bd7db8d7301.tar.bz2
gentoo-2-33b9090b43d4ef2eec6386772a1e0bd7db8d7301.zip
old files
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-cvs/Manifest8
-rw-r--r--net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r20
-rw-r--r--net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild58
3 files changed, 3 insertions, 63 deletions
diff --git a/net-im/gaim-cvs/Manifest b/net-im/gaim-cvs/Manifest
index a15667afd633..730b48762390 100644
--- a/net-im/gaim-cvs/Manifest
+++ b/net-im/gaim-cvs/Manifest
@@ -1,7 +1,5 @@
-MD5 1f1a33096bb644d74c96cec1d7daf2fd ChangeLog 2298
-MD5 6c41cf39b44b978d723b65614a70ec77 gaim-cvs-0.60-r2.ebuild 1519
-MD5 9566472f1bd9fa99ada5eb62fbe46cb7 gaim-cvs-0.60-r3.ebuild 1145
-MD5 e768d6b5018a34b04d82d10e1fcbe38c gaim-cvs-0.60-r4.ebuild 739
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gaim-cvs-0.60-r2 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gaim-cvs-0.60-r3 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gaim-cvs-0.60-r4 0
+MD5 9566472f1bd9fa99ada5eb62fbe46cb7 gaim-cvs-0.60-r3.ebuild 1145
+MD5 1f1a33096bb644d74c96cec1d7daf2fd ChangeLog 2298
+MD5 e768d6b5018a34b04d82d10e1fcbe38c gaim-cvs-0.60-r4.ebuild 739
diff --git a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r2 b/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r2
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/net-im/gaim-cvs/files/digest-gaim-cvs-0.60-r2
+++ /dev/null
diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild
deleted file mode 100644
index 7e903d2b9f55..000000000000
--- a/net-im/gaim-cvs/gaim-cvs-0.60-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2003 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-r2.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $
-
-IUSE="nas nls esd arts perl spell"
-
-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? ( >=dev-lang/perl-5.6.1 )
- spell? ( >=app-text/gtkspell-2.0.2 )"
-
-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="--prefix=/usr"
-
- use esd || myconf="${myconf} --disable-esd"
- use perl || myconf="${myconf} --disable-perl"
- use nas && myconf="${myconf} --enable-nas" \
- || myconf="${myconf} --disable-nas"
- use spell || myconf="${myconf} --disable-gtkspell"
-
- 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 ChangeLog
-}