commit:     e29a0bd7782d07c6c5bd32db742d880edfca4658
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 21:15:38 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 21:15:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e29a0bd7

app-crypt/gcr: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../gcr/{gcr-9999.ebuild => gcr-3.20.0.ebuild}     | 27 +++++++---------------
 app-crypt/gcr/gcr-9999.ebuild                      | 10 ++++----
 2 files changed, 13 insertions(+), 24 deletions(-)

diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-3.20.0.ebuild
similarity index 73%
copy from app-crypt/gcr/gcr-9999.ebuild
copy to app-crypt/gcr/gcr-3.20.0.ebuild
index 84a5997..702f820 100644
--- a/app-crypt/gcr/gcr-9999.ebuild
+++ b/app-crypt/gcr/gcr-3.20.0.ebuild
@@ -1,30 +1,23 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 GCONF_DEBUG="no"
 VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit gnome2 python-any-r1 vala virtualx
-if [[ ${PV} = 9999 ]]; then
-       inherit gnome2-live
-fi
 
 DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules"
-HOMEPAGE="https://developer.gnome.org/gcr/";
+HOMEPAGE="https://git.gnome.org/browse/gcr";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0/1" # subslot = suffix of libgcr-3
 IUSE="debug gtk +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
-if [[ ${PV} = 9999 ]]; then
-       IUSE="${IUSE} doc"
-       KEYWORDS=""
-else
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-fi
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 COMMON_DEPEND="
        >=app-crypt/gnupg-2
@@ -33,8 +26,8 @@ COMMON_DEPEND="
        >=dev-libs/libgcrypt-1.2.2:0=
        >=dev-libs/libtasn1-1:=
        >=sys-apps/dbus-1
-       gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
-       introspection? ( >=dev-libs/gobject-introspection-1.34 )
+       gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
+       introspection? ( >=dev-libs/gobject-introspection-1.34:= )
 "
 RDEPEND="${COMMON_DEPEND}
        !<gnome-base/gnome-keyring-3.3
@@ -54,11 +47,7 @@ DEPEND="${COMMON_DEPEND}
 "
 # eautoreconf needs:
 #      dev-libs/gobject-introspection-common
-
-if [[ ${PV} = 9999 ]]; then
-       DEPEND="${DEPEND}
-               doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
+#      dev-libs/vala-common
 
 pkg_setup() {
        python-any-r1_pkg_setup

diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-9999.ebuild
index 84a5997..8e9608f 100644
--- a/app-crypt/gcr/gcr-9999.ebuild
+++ b/app-crypt/gcr/gcr-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 GCONF_DEBUG="no"
 VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit gnome2 python-any-r1 vala virtualx
 if [[ ${PV} = 9999 ]]; then
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules"
-HOMEPAGE="https://developer.gnome.org/gcr/";
+HOMEPAGE="https://git.gnome.org/browse/gcr";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0/1" # subslot = suffix of libgcr-3
@@ -33,8 +33,8 @@ COMMON_DEPEND="
        >=dev-libs/libgcrypt-1.2.2:0=
        >=dev-libs/libtasn1-1:=
        >=sys-apps/dbus-1
-       gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
-       introspection? ( >=dev-libs/gobject-introspection-1.34 )
+       gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
+       introspection? ( >=dev-libs/gobject-introspection-1.34:= )
 "
 RDEPEND="${COMMON_DEPEND}
        !<gnome-base/gnome-keyring-3.3

Reply via email to