diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-13 10:16:40 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-13 10:16:40 +0000 |
commit | 53510f7ef8a08b1f4175e6bd5f34b831c8019cb3 (patch) | |
tree | 025e26142c65b97532d9e44dee8eec65db6f7c24 /net-p2p/giftoxic | |
parent | ebuild cleanup. moving to ~arch as a cvs ebuild should NEVER be in arch. (diff) | |
download | historical-53510f7ef8a08b1f4175e6bd5f34b831c8019cb3.tar.gz historical-53510f7ef8a08b1f4175e6bd5f34b831c8019cb3.tar.bz2 historical-53510f7ef8a08b1f4175e6bd5f34b831c8019cb3.zip |
ebuild cleanup.
Diffstat (limited to 'net-p2p/giftoxic')
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.9.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild index 53cdcfcea5ba..e6104245da1f 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.2 2004/03/01 06:26:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.3 2004/03/13 10:16:40 eradicator Exp $ MY_P="giFToxic-${PV}" DESCRIPTION="A GTK+2 giFT frontend" HOMEPAGE="http://giftoxic.sourceforge.net/" SRC_URI="mirror://sourceforge/giftoxic/${MY_P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -14,8 +15,6 @@ KEYWORDS="x86" DEPEND=">=x11-libs/gtk+-2.0.3 net-p2p/gift" -RDEPEND=${DEPEND} - S="${WORKDIR}/${MY_P}" src_compile() { |