diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:26:13 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:26:13 +0000 |
commit | 27f304168711bde428d4e0453761dc495a23b9bb (patch) | |
tree | 5689ccc792a6b033c016516e9a8a0e8f7a043ad4 /dev-util/alleyoop | |
parent | Remove old. (diff) | |
download | gentoo-2-27f304168711bde428d4e0453761dc495a23b9bb.tar.gz gentoo-2-27f304168711bde428d4e0453761dc495a23b9bb.tar.bz2 gentoo-2-27f304168711bde428d4e0453761dc495a23b9bb.zip |
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r-- | dev-util/alleyoop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.7.ebuild | 27 |
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index fd1bdc456bac..df74e9e5b6e0 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/alleyoop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.25 2012/06/08 11:37:35 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.26 2013/07/09 16:26:13 kensington Exp $ + + 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> -alleyoop-0.9.7.ebuild: + Remove old. 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> alleyoop-0.9.8.ebuild: x86 stable wrt bug #418941 @@ -103,4 +106,3 @@ 13 May 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, +alleyoop-0.8.2.ebuild: Inital import. Ebuild by Morgan Collins <sirmorcant@morcant.org> in bug #50869 - diff --git a/dev-util/alleyoop/alleyoop-0.9.7.ebuild b/dev-util/alleyoop/alleyoop-0.9.7.ebuild deleted file mode 100644 index 09da9d7438df..000000000000 --- a/dev-util/alleyoop/alleyoop-0.9.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.6 2012/05/04 17:51:43 jdhore Exp $ - -EAPI=2 -inherit gnome2 - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-alpha amd64 ~ppc -sparc x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2.2 - >=x11-libs/gtk+-2.2:2 - >=gnome-base/gconf-2.2 - >=gnome-base/libgnomeui-2.2 - >=gnome-base/libglade-2.2 - sys-devel/binutils - >=dev-util/valgrind-2.4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" |