commit:     5b02434cf1525e2f4133c8aa2bc0f3987989bb1e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:13:41 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:39:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5b02434c

app-crypt/gcr: 3.14.0 → 3.15.92

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

diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-3.15.92.ebuild
similarity index 76%
copy from app-crypt/gcr/gcr-9999.ebuild
copy to app-crypt/gcr/gcr-3.15.92.ebuild
index e279ebb..05f3094 100644
--- a/app-crypt/gcr/gcr-9999.ebuild
+++ b/app-crypt/gcr/gcr-3.15.92.ebuild
@@ -1,17 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.20"
 VALA_USE_DEPEND="vapigen"
 PYTHON_COMPAT=( python2_7 )
 
 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/";
@@ -20,21 +16,16 @@ 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 ~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 ~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
        >=app-crypt/p11-kit-0.19
        >=dev-libs/glib-2.38:2
-       >=dev-libs/libgcrypt-1.4.5:0=
+       >=dev-libs/libgcrypt-1.2.2:0=
        >=dev-libs/libtasn1-1:=
        >=sys-apps/dbus-1
-       gtk? ( >=x11-libs/gtk+-3:3[introspection?] )
+       gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
        introspection? ( >=dev-libs/gobject-introspection-1.34 )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -45,6 +36,7 @@ DEPEND="${COMMON_DEPEND}
        ${PYTHON_DEPS}
        dev-libs/gobject-introspection-common
        dev-libs/libxslt
+       dev-libs/vala-common
        dev-util/gdbus-codegen
        >=dev-util/gtk-doc-am-1.9
        >=dev-util/intltool-0.35
@@ -54,11 +46,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 e279ebb..c414d3a 100644
--- a/app-crypt/gcr/gcr-9999.ebuild
+++ b/app-crypt/gcr/gcr-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.20"
 VALA_USE_DEPEND="vapigen"
 PYTHON_COMPAT=( python2_7 )
 
@@ -24,7 +23,7 @@ if [[ ${PV} = 9999 ]]; then
        IUSE="${IUSE} doc"
        KEYWORDS=""
 else
-       KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+       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
 
 COMMON_DEPEND="
@@ -34,7 +33,7 @@ COMMON_DEPEND="
        >=dev-libs/libgcrypt-1.4.5:0=
        >=dev-libs/libtasn1-1:=
        >=sys-apps/dbus-1
-       gtk? ( >=x11-libs/gtk+-3:3[introspection?] )
+       gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
        introspection? ( >=dev-libs/gobject-introspection-1.34 )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -45,6 +44,7 @@ DEPEND="${COMMON_DEPEND}
        ${PYTHON_DEPS}
        dev-libs/gobject-introspection-common
        dev-libs/libxslt
+       dev-libs/vala-common
        dev-util/gdbus-codegen
        >=dev-util/gtk-doc-am-1.9
        >=dev-util/intltool-0.35

Reply via email to