diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-13 10:15:45 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-13 10:15:45 +0000 |
commit | a7c0ae2a3727d7460a048b001734359105887f8d (patch) | |
tree | 2efd952922b5c7b1fc4876fa5238c9444a626230 /net-p2p | |
parent | ebuild cleanup. stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-a7c0ae2a3727d7460a048b001734359105887f8d.tar.gz gentoo-2-a7c0ae2a3727d7460a048b001734359105887f8d.tar.bz2 gentoo-2-a7c0ae2a3727d7460a048b001734359105887f8d.zip |
ebuild cleanup. moving to ~arch as a cvs ebuild should NEVER be in arch.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/giftui-cvs/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/giftui-cvs/ChangeLog b/net-p2p/giftui-cvs/ChangeLog index cfcbad995560..2a90cae1cfce 100644 --- a/net-p2p/giftui-cvs/ChangeLog +++ b/net-p2p/giftui-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/giftui-cvs -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui-cvs/ChangeLog,v 1.3 2003/10/15 12:57:01 luke-jr Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui-cvs/ChangeLog,v 1.4 2004/03/13 10:15:45 eradicator Exp $ + + 13 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + giftui-cvs-0.0.1.ebuild: + ebuild cleanup. moving to ~arch as a cvs ebuild should NEVER be in arch. 15 Oct 2003; Luke-Jr <luke-jr@gentoo.org> giftui-cvs-0.0.1.ebuild: Bug 30878 diff --git a/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild b/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild index 6d66b6c8dc28..6970b15cab03 100644 --- a/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild +++ b/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild,v 1.6 2004/03/01 06:26:59 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui-cvs/giftui-cvs-0.0.1.ebuild,v 1.7 2004/03/13 10:15:45 eradicator Exp $ ECVS_SERVER="cvs.tuxfamily.org:/cvsroot/giftui" ECVS_MODULE="giFTui" @@ -14,13 +14,11 @@ HOMEPAGE="http://giftui.tuxfamily.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2.0.3 net-p2p/gift" -RDEPEND=${DEPEND} - src_compile() { ./autogen.sh ${myconf} || die econf || die "Configure failed" |