tetromino 15/06/26 23:13:21
Modified: ChangeLog libsecret-0.18.2.ebuild
libsecret-0.18.ebuild
Removed: libsecret-0.16.ebuild
Log:
pdepend on gnome-keyring to fix circular dep (bug #547456, thanks to Brian
Evans). Clean up old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0x18E5B6F2D8D5EC8D)
Revision Changes Path
1.52 app-crypt/libsecret/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?rev=1.52&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?rev=1.52&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 26 Jun 2015 09:20:48 -0000 1.51
+++ ChangeLog 26 Jun 2015 23:13:21 -0000 1.52
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/libsecret
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.51
2015/06/26 09:20:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.52
2015/06/26 23:13:21 tetromino Exp $
+
+ 26 Jun 2015; Alexandre Rostovtsev <[email protected]>
+ -libsecret-0.16.ebuild, libsecret-0.18.ebuild, libsecret-0.18.2.ebuild:
+ pdepend on gnome-keyring to fix circular dep (bug #547456, thanks to Brian
+ Evans). Clean up old.
26 Jun 2015; Agostino Sarubbo <[email protected]> libsecret-0.18.2.ebuild:
Stable for x86, wrt bug #551814
1.5 app-crypt/libsecret/libsecret-0.18.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild?r1=1.4&r2=1.5
Index: libsecret-0.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsecret-0.18.2.ebuild 26 Jun 2015 09:20:48 -0000 1.4
+++ libsecret-0.18.2.ebuild 26 Jun 2015 23:13:21 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.4
2015/06/26 09:20:48 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.5
2015/06/26 23:13:21 tetromino Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -18,16 +18,16 @@
REQUIRED_USE="vala? ( introspection )"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc x86
~amd64-fbsd"
-COMMON_DEPEND="
+RDEPEND="
>=dev-libs/glib-2.38:2
crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
introspection? ( >=dev-libs/gobject-introspection-1.29 )
"
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gnome-keyring-3
+PDEPEND=">=gnome-base/gnome-keyring-3
"
-# Add ksecrets to RDEPEND when it's added to portage
-DEPEND="${COMMON_DEPEND}
+# PDEPEND to avoid circular dep (bug #547456)
+# Add ksecrets to PDEPEND when it's added to portage
+DEPEND="${RDEPEND}
dev-libs/libxslt
dev-util/gdbus-codegen
>=dev-util/gtk-doc-am-1.9
1.12 app-crypt/libsecret/libsecret-0.18.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?r1=1.11&r2=1.12
Index: libsecret-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsecret-0.18.ebuild 8 Apr 2015 07:30:34 -0000 1.11
+++ libsecret-0.18.ebuild 26 Jun 2015 23:13:21 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v
1.11 2015/04/08 07:30:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v
1.12 2015/06/26 23:13:21 tetromino Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -18,16 +18,16 @@
REQUIRED_USE="vala? ( introspection )"
KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
-COMMON_DEPEND="
+RDEPEND="
>=dev-libs/glib-2.38:2
crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
introspection? ( >=dev-libs/gobject-introspection-1.29 )
"
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gnome-keyring-3
+PDEPEND=">=gnome-base/gnome-keyring-3
"
-# Add ksecrets to RDEPEND when it's added to portage
-DEPEND="${COMMON_DEPEND}
+# PDEPEND to avoid circular dep (bug #547456)
+# Add ksecrets to PDEPEND when it's added to portage
+DEPEND="${RDEPEND}
dev-libs/libxslt
dev-util/gdbus-codegen
>=dev-util/gtk-doc-am-1.9