diff options
author | 2002-10-25 19:40:20 +0000 | |
---|---|---|
committer | 2002-10-25 19:40:20 +0000 | |
commit | 02e004a3ec4310b6b0561c2047a092404e1dd157 (patch) | |
tree | baf9f45f8c165d1639276553c14c09a1f473ea98 /net-im/gaim-cvs | |
parent | added dodoc (diff) | |
download | historical-02e004a3ec4310b6b0561c2047a092404e1dd157.tar.gz historical-02e004a3ec4310b6b0561c2047a092404e1dd157.tar.bz2 historical-02e004a3ec4310b6b0561c2047a092404e1dd157.zip |
Cleaned gaim-cvs-0.60-r1.ebuild
Diffstat (limited to 'net-im/gaim-cvs')
-rw-r--r-- | net-im/gaim-cvs/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild | 15 |
2 files changed, 15 insertions, 10 deletions
diff --git a/net-im/gaim-cvs/ChangeLog b/net-im/gaim-cvs/ChangeLog index 855915da4ce5..07fddae50973 100644 --- a/net-im/gaim-cvs/ChangeLog +++ b/net-im/gaim-cvs/ChangeLog @@ -1,13 +1,21 @@ # ChangeLog for net-im/gaim-cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.2 2002/10/25 07:50:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.3 2002/10/25 19:40:20 phoenix Exp $ *gaim-cvs-0.60-r1 (25 Oct 2002) + 25 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild: + + Cleaned the ebuild: + Removed "gnome gtk2" from IUSE; removed unused "local gnomeopts" from src_unpack(); + removed #SRC_URI=; modified DESCRIPTION; removed RDEPEND="${DEPEND}". + 25 Oct 2002; Mike Frysinger <vapier@gentoo.org> gaim-cvs-0.60-r1.ebuild: + Added the ebuild from #9227 by Seth Chandler <sethbc1980@hotmail.com>. *gaim-cvs-0.60 (19 Oct 2002) 19 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60.ebuild: + Initial import. This is the gaim CVS ebuild. diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild index 4f8c6a5b20a4..344059c00880 100644 --- a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild +++ b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild @@ -1,11 +1,10 @@ # 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.1 2002/10/25 07:50:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.2 2002/10/25 19:40:20 phoenix Exp $ -IUSE="nas nls esd gnome arts gtk2 perl" +IUSE="nas nls esd arts perl" -DESCRIPTION="GTK Instant Messenger client" -#SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" +DESCRIPTION="GTK Instant Messenger client - CVS ebuild." HOMEPAGE="http://gaim.sourceforge.net/" SLOT="0" @@ -29,15 +28,13 @@ DEPEND="=sys-libs/db-1* arts? ( >=kde-base/arts-0.9.5 ) perl? ( >=sys-devel/perl-5.6.1 )" -RDEPEND="${DEPEND}" - src_compile() { - local myconf gnomeopts + local myconf use esd || myconf="--disable-esd" use perl || myconf="${myconf} --disable-perl" - use nas && myconf="${myconf} --enable-nas" \ - || myconf="${myconf} --disable-nas" + use nas && myconf="${myconf} --enable-nas" \ + || myconf="${myconf} --disable-nas" if [ "` use arts`" ]; then inherit kde-functions |