diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-17 06:10:33 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-17 06:10:33 +0000 |
commit | 5608791373d8691aed9026ab8cf67ec009cb8385 (patch) | |
tree | 82e47ddb6c0a7761f029850d2807acf5880783f5 /gnome-base | |
parent | Bump. Minor bugfixes. Correctly drop alpha, ia64, ppc, ppc64, sparc keywords ... (diff) | |
download | historical-5608791373d8691aed9026ab8cf67ec009cb8385.tar.gz historical-5608791373d8691aed9026ab8cf67ec009cb8385.tar.bz2 historical-5608791373d8691aed9026ab8cf67ec009cb8385.zip |
Bump, drop old. Small bugfixes.
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnome-keyring/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnome-keyring/libgnome-keyring-3.2.2.ebuild (renamed from gnome-base/libgnome-keyring/libgnome-keyring-3.0.3-r1.ebuild) | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/gnome-base/libgnome-keyring/ChangeLog b/gnome-base/libgnome-keyring/ChangeLog index 3719a963f552..b7a87dcac6a9 100644 --- a/gnome-base/libgnome-keyring/ChangeLog +++ b/gnome-base/libgnome-keyring/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libgnome-keyring # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.29 2011/10/30 07:28:17 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.30 2011/11/17 06:10:33 tetromino Exp $ + +*libgnome-keyring-3.2.2 (17 Nov 2011) + + 17 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + -libgnome-keyring-3.0.3-r1.ebuild, +libgnome-keyring-3.2.2.ebuild: + Bump, drop old. Small bugfixes. *libgnome-keyring-3.2.0 (30 Oct 2011) diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.0.3-r1.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.2.2.ebuild index 83b55046c0bd..bae7185e2d85 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.0.3-r1.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.0.3-r1.ebuild,v 1.2 2011/08/17 16:47:43 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.2.2.ebuild,v 1.1 2011/11/17 06:10:33 tetromino Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" @@ -13,12 +13,12 @@ HOMEPAGE="http://live.gnome.org/GnomeKeyring" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" +KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="debug doc test" RDEPEND=">=sys-apps/dbus-1.0 gnome-base/gconf - >=gnome-base/gnome-keyring-2.29[test?]" + >=gnome-base/gnome-keyring-3.1.92[test?]" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.35 @@ -38,11 +38,11 @@ src_prepare() { # FIXME: Remove silly CFLAGS sed -e 's:CFLAGS="$CFLAGS -Werror:CFLAGS="$CFLAGS:' \ -e 's:CFLAGS="$CFLAGS -g -O0:CFLAGS="$CFLAGS:' \ - -i configure.in configure || die "sed failed" + -i configure.ac configure || die "sed failed" # FIXME: Remove DISABLE_DEPRECATED flags sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' \ - -i configure.in configure || die "sed 2 failed" + -i configure.ac configure || die "sed 2 failed" } src_test() { |