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 | 96463e74a85f1ad29e6ca8e7debaf7161cf11dae (patch) | |
tree | a696b5555f89996e21b4d1cec9cd342c01784355 /net-p2p/giftoxic | |
parent | ebuild cleanup. moving to ~arch as a cvs ebuild should NEVER be in arch. (Ma... (diff) | |
download | gentoo-2-96463e74a85f1ad29e6ca8e7debaf7161cf11dae.tar.gz gentoo-2-96463e74a85f1ad29e6ca8e7debaf7161cf11dae.tar.bz2 gentoo-2-96463e74a85f1ad29e6ca8e7debaf7161cf11dae.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() { |