summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:30:47 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:30:47 +0000
commit8b2353a42f3455e669e8b08619618ebe843a1afb (patch)
treed4c196740fb92a777dfe190a99816ecf3db69b69 /app-crypt/libsecret
parentRemove old. (diff)
downloadgentoo-2-8b2353a42f3455e669e8b08619618ebe843a1afb.tar.gz
gentoo-2-8b2353a42f3455e669e8b08619618ebe843a1afb.tar.bz2
gentoo-2-8b2353a42f3455e669e8b08619618ebe843a1afb.zip
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/ChangeLog6
-rw-r--r--app-crypt/libsecret/libsecret-0.15-r1.ebuild6
-rw-r--r--app-crypt/libsecret/libsecret-0.15.ebuild6
-rw-r--r--app-crypt/libsecret/libsecret-0.16.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index abe80a13fc68..65e3718b8118 100644
--- a/app-crypt/libsecret/ChangeLog
+++ b/app-crypt/libsecret/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/libsecret
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.25 2014/02/22 20:56:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.26 2014/03/01 22:30:47 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libsecret-0.15-r1.ebuild,
+ libsecret-0.15.ebuild, libsecret-0.16.ebuild:
+ Update libgcrypt dep to use slot :0.
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> libsecret-0.16.ebuild:
Fix wrong commit, bug 502160
diff --git a/app-crypt/libsecret/libsecret-0.15-r1.ebuild b/app-crypt/libsecret/libsecret-0.15-r1.ebuild
index aca8ba1a979c..044d11d7d48a 100644
--- a/app-crypt/libsecret/libsecret-0.15-r1.ebuild
+++ b/app-crypt/libsecret/libsecret-0.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15-r1.ebuild,v 1.3 2013/12/08 17:38:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15-r1.ebuild,v 1.4 2014/03/01 22:30:47 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.32.0:2
- crypt? ( >=dev-libs/libgcrypt-1.2.2:= )
+ crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
introspection? ( >=dev-libs/gobject-introspection-1.29 )"
RDEPEND="${COMMON_DEPEND}
>=gnome-base/gnome-keyring-3"
diff --git a/app-crypt/libsecret/libsecret-0.15.ebuild b/app-crypt/libsecret/libsecret-0.15.ebuild
index 5058677b97bc..bed092f50a93 100644
--- a/app-crypt/libsecret/libsecret-0.15.ebuild
+++ b/app-crypt/libsecret/libsecret-0.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15.ebuild,v 1.3 2013/10/17 20:36:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.15.ebuild,v 1.4 2014/03/01 22:30:47 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.32.0:2
- crypt? ( >=dev-libs/libgcrypt-1.2.2:= )
+ crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
introspection? ( >=dev-libs/gobject-introspection-1.29 )"
RDEPEND="${COMMON_DEPEND}"
# Temporarily removed from RDEPEND to allow stabilization:
diff --git a/app-crypt/libsecret/libsecret-0.16.ebuild b/app-crypt/libsecret/libsecret-0.16.ebuild
index a178f1825c70..c9d6dc9739b9 100644
--- a/app-crypt/libsecret/libsecret-0.16.ebuild
+++ b/app-crypt/libsecret/libsecret-0.16.ebuild
@@ -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/app-crypt/libsecret/libsecret-0.16.ebuild,v 1.3 2014/02/22 20:56:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.16.ebuild,v 1.4 2014/03/01 22:30:47 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
COMMON_DEPEND="
>=dev-libs/glib-2.32.0:2
- crypt? ( >=dev-libs/libgcrypt-1.2.2:= )
+ crypt? ( >=dev-libs/libgcrypt-1.2.2:0= )
introspection? ( >=dev-libs/gobject-introspection-1.29 )"
RDEPEND="${COMMON_DEPEND}
>=gnome-base/gnome-keyring-3"