diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-11-07 10:59:58 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-11-07 10:59:58 +0000 |
commit | 675f93e74caf8f93c3887dc19af89cbbe81fc29d (patch) | |
tree | b48f701ede354f9cfe0a6e8a6b32ca0a463c8de9 /dev-util/alleyoop/alleyoop-0.9.2.ebuild | |
parent | Removed from portage. Bug # 107635. (diff) | |
download | historical-675f93e74caf8f93c3887dc19af89cbbe81fc29d.tar.gz historical-675f93e74caf8f93c3887dc19af89cbbe81fc29d.tar.bz2 historical-675f93e74caf8f93c3887dc19af89cbbe81fc29d.zip |
RESTRICT="nomirror" in unnecessary - removed
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-util/alleyoop/alleyoop-0.9.2.ebuild')
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/alleyoop/alleyoop-0.9.2.ebuild b/dev-util/alleyoop/alleyoop-0.9.2.ebuild index b988ba0c8160..a7791ec31dab 100644 --- a/dev-util/alleyoop/alleyoop-0.9.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.2.ebuild,v 1.1 2006/11/07 10:55:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.2.ebuild,v 1.2 2006/11/07 10:59:58 dragonheart Exp $ inherit gnome2 eutils DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux." HOMEPAGE="http://alleyoop.sourceforge.net/" SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="-alpha ~ppc -sparc ~x86" |