Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/alleyoop: alleyoop-0.9.8.ebuild ChangeLog
Date: Sat, 31 Dec 2011 18:07:17
Message-Id: 20111231180706.E50942004B@flycatcher.gentoo.org
1 pacho 11/12/31 18:07:06
2
3 Modified: ChangeLog
4 Added: alleyoop-0.9.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 dev-util/alleyoop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 20 Jul 2011 14:05:06 -0000 1.21
24 +++ ChangeLog 31 Dec 2011 18:07:06 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/alleyoop
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.21 2011/07/20 14:05:06 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.22 2011/12/31 18:07:06 pacho Exp $
30 +
31 +*alleyoop-0.9.8 (31 Dec 2011)
32 +
33 + 31 Dec 2011; Pacho Ramos <pacho@g.o> +alleyoop-0.9.8.ebuild:
34 + Version bump.
35
36 20 Jul 2011; Pacho Ramos <pacho@g.o> metadata.xml:
37 Drop maintainer due retirement, bug #34534
38
39
40
41 1.1 dev-util/alleyoop/alleyoop-0.9.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: alleyoop-0.9.8.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 1.1 2011/12/31 18:07:06 pacho Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
58 HOMEPAGE="http://alleyoop.sourceforge.net/"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-libs/glib-2.14:2
66 >=x11-libs/gtk+-2.2:2
67 >=gnome-base/gconf-2.2:2
68 >=gnome-base/libgnomeui-2.2
69 >=gnome-base/libglade-2.2
70 sys-devel/binutils
71 >=dev-util/valgrind-2.4"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 DOCS="AUTHORS ChangeLog NEWS README"