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 | 2cb61d02e8cdfb25f5ea714fb0bc8c02ae947eb9 (patch) | |
tree | c0e180922b3f1186ebb527f5785a8cd15eee9a23 /dev-util/alleyoop | |
parent | Removed from portage. Bug # 107635. (diff) | |
download | gentoo-2-2cb61d02e8cdfb25f5ea714fb0bc8c02ae947eb9.tar.gz gentoo-2-2cb61d02e8cdfb25f5ea714fb0bc8c02ae947eb9.tar.bz2 gentoo-2-2cb61d02e8cdfb25f5ea714fb0bc8c02ae947eb9.zip |
RESTRICT="nomirror" in unnecessary - removed
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r-- | dev-util/alleyoop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.8.2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.2.ebuild | 3 |
4 files changed, 9 insertions, 8 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index 9031c829ff28..1c04076bc408 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/alleyoop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.11 2006/11/07 10:55:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.12 2006/11/07 10:59:58 dragonheart Exp $ + + 07 Nov 2006; Daniel Black <dragonheart@gentoo.org> alleyoop-0.8.2.ebuild, + alleyoop-0.9.1.ebuild, alleyoop-0.9.2.ebuild: + RESTRICT="nomirror" in unnecessary - removed *alleyoop-0.9.2 (07 Nov 2006) diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild index 3d582dfd856a..9b9a6102e8e9 100644 --- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.8.2.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.8.2.ebuild,v 1.8 2005/07/29 23:50:48 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.9 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="x86 ~ppc -sparc -alpha" diff --git a/dev-util/alleyoop/alleyoop-0.9.1.ebuild b/dev-util/alleyoop/alleyoop-0.9.1.ebuild index 0f8561d799d0..ab503d2bc820 100644 --- a/dev-util/alleyoop/alleyoop-0.9.1.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.1.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.1.ebuild,v 1.1 2006/06/30 14:04:26 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.1.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="~x86 ~ppc -sparc -alpha" 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" |