pacho       14/06/24 13:01:53

  Modified:             alleyoop-0.9.8.ebuild ChangeLog
  Log:
  Add missing dependency, bug #514810 by Patrick Lauer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.5                  dev-util/alleyoop/alleyoop-0.9.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild?r1=1.4&r2=1.5

Index: alleyoop-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alleyoop-0.9.8.ebuild       8 Jun 2012 11:37:35 -0000       1.4
+++ alleyoop-0.9.8.ebuild       24 Jun 2014 13:01:53 -0000      1.5
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 
1.4 2012/06/08 11:37:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 
1.5 2014/06/24 13:01:53 pacho Exp $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
 
-DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ 
Linux."
+DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker"
 HOMEPAGE="http://alleyoop.sourceforge.net/";
 
 LICENSE="GPL-2"
@@ -15,14 +15,16 @@
 KEYWORDS="-alpha amd64 ~ppc -sparc x86"
 IUSE=""
 
-RDEPEND=">=dev-libs/glib-2.14:2
+RDEPEND="
+       >=dev-libs/glib-2.14:2
        >=x11-libs/gtk+-2.2:2
        >=gnome-base/gconf-2.2:2
        >=gnome-base/libgnomeui-2.2
        >=gnome-base/libglade-2.2
+       gnome-base/libgnome-keyring
        sys-devel/binutils
-       >=dev-util/valgrind-2.4"
+       >=dev-util/valgrind-2.4
+"
 DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
+       virtual/pkgconfig
+"



1.27                 dev-util/alleyoop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/alleyoop/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   9 Jul 2013 16:26:13 -0000       1.26
+++ ChangeLog   24 Jun 2014 13:01:53 -0000      1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/alleyoop
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.27 
2014/06/24 13:01:53 pacho Exp $
+
+  24 Jun 2014; Pacho Ramos <pa...@gentoo.org> alleyoop-0.9.8.ebuild:
+  Add missing dependency, bug #514810 by Patrick Lauer
 
   09 Jul 2013; Michael Palimaka <kensing...@gentoo.org> -alleyoop-0.9.7.ebuild:
   Remove old.




Reply via email to