diff options
-rw-r--r-- | x11-libs/libcryptui/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libcryptui/libcryptui-3.10.1.ebuild (renamed from x11-libs/libcryptui/libcryptui-3.6.0.ebuild) | 19 |
2 files changed, 15 insertions, 12 deletions
diff --git a/x11-libs/libcryptui/ChangeLog b/x11-libs/libcryptui/ChangeLog index 24ed4b3b540f..22c8ccf2ca8f 100644 --- a/x11-libs/libcryptui/ChangeLog +++ b/x11-libs/libcryptui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libcryptui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.10 2013/12/08 19:46:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.11 2013/12/24 17:12:49 pacho Exp $ + +*libcryptui-3.10.1 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +libcryptui-3.10.1.ebuild, + -libcryptui-3.6.0.ebuild: + Version bump for Gnome 3.10 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> libcryptui-3.8.0.ebuild: x86 stable, bug #478252 diff --git a/x11-libs/libcryptui/libcryptui-3.6.0.ebuild b/x11-libs/libcryptui/libcryptui-3.10.1.ebuild index a2b6cff8e037..874ae38de978 100644 --- a/x11-libs/libcryptui/libcryptui-3.6.0.ebuild +++ b/x11-libs/libcryptui/libcryptui-3.10.1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.6.0.ebuild,v 1.1 2012/12/23 17:28:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.10.1.ebuild,v 1.1 2013/12/24 17:12:49 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" inherit gnome2 @@ -13,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1" SLOT="0" -IUSE="+introspection libnotify test" +IUSE="+introspection libnotify" KEYWORDS="~amd64 ~x86 ~x86-fbsd" # Pull in libnotify-0.7 because it's controlled via an automagic ifdef @@ -31,7 +30,7 @@ COMMON_DEPEND=" =app-crypt/gnupg-1.4* ) introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - libnotify? ( >=x11-libs/libnotify-0.7.0 ) + libnotify? ( >=x11-libs/libnotify-0.7:= ) " DEPEND="${COMMON_DEPEND} >=app-text/scrollkeeper-0.3 @@ -55,11 +54,9 @@ src_prepare() { } src_configure() { - G2CONF="${G2CONF} - --disable-static - --disable-update-mime-database - $(use_enable introspection) + gnome2_src_configure \ + --disable-static \ + --disable-update-mime-database \ + $(use_enable introspection) \ $(use_enable libnotify) - $(use_enable test tests)" - gnome2_src_configure } |