pacho 14/10/14 07:51:26 Modified: libgnome-keyring-3.12.0.ebuild ChangeLog Removed: libgnome-keyring-3.10.1.ebuild Log: Fix missing dependencies (#522526 by Rick Farina (Zero_Chaos)), drop old (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.10 gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild?r1=1.9&r2=1.10 Index: libgnome-keyring-3.12.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libgnome-keyring-3.12.0.ebuild 11 Oct 2014 12:09:55 -0000 1.9 +++ libgnome-keyring-3.12.0.ebuild 14 Oct 2014 07:51:26 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild,v 1.9 2014/10/11 12:09:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0.ebuild,v 1.10 2014/10/14 07:51:26 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -12,7 +12,7 @@ inherit gnome2 python-any-r1 vala DESCRIPTION="Compatibility library for accessing secrets" -HOMEPAGE="http://live.gnome.org/GnomeKeyring" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring" LICENSE="LGPL-2+ GPL-2+" # tests are GPL-2 SLOT="0" @@ -21,6 +21,8 @@ KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris" RDEPEND=" + >=dev-libs/glib-2.16.0:2 + >=dev-libs/libgcrypt-1.2.2:0= >=sys-apps/dbus-1 >=gnome-base/gnome-keyring-3.1.92 introspection? ( >=dev-libs/gobject-introspection-1.30.0 ) 1.65 gnome-base/libgnome-keyring/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 11 Oct 2014 12:09:55 -0000 1.64 +++ ChangeLog 14 Oct 2014 07:51:26 -0000 1.65 @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnome-keyring # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.64 2014/10/11 12:09:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.65 2014/10/14 07:51:26 pacho Exp $ + + 14 Oct 2014; Pacho Ramos <[email protected]> -libgnome-keyring-3.10.1.ebuild, + libgnome-keyring-3.12.0.ebuild: + Fix missing dependencies (#522526 by Rick Farina (Zero_Chaos)), drop old 11 Oct 2014; Markus Meier <[email protected]> libgnome-keyring-3.12.0.ebuild: arm stable, bug #512012
