summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-14 20:09:54 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-14 20:09:54 +0000
commitbff3a1f6c2988b24a8894b1bb24c8e4da3513472 (patch)
treeac7005175bbe8ae2df22835b296bb1829be7b730 /app-crypt/seahorse
parentRemove older unstable (diff)
downloadgentoo-2-bff3a1f6c2988b24a8894b1bb24c8e4da3513472.tar.gz
gentoo-2-bff3a1f6c2988b24a8894b1bb24c8e4da3513472.tar.bz2
gentoo-2-bff3a1f6c2988b24a8894b1bb24c8e4da3513472.zip
Version bump, drop old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r--app-crypt/seahorse/ChangeLog8
-rw-r--r--app-crypt/seahorse/seahorse-3.8.1.ebuild4
-rw-r--r--app-crypt/seahorse/seahorse-3.8.2.ebuild (renamed from app-crypt/seahorse/seahorse-3.8.0.ebuild)26
3 files changed, 21 insertions, 17 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog
index 736563557508..573e9acafd5b 100644
--- a/app-crypt/seahorse/ChangeLog
+++ b/app-crypt/seahorse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-crypt/seahorse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.167 2013/04/21 11:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.168 2013/05/14 20:09:54 pacho Exp $
+
+*seahorse-3.8.2 (14 May 2013)
+
+ 14 May 2013; Pacho Ramos <pacho@gentoo.org> +seahorse-3.8.2.ebuild,
+ -seahorse-3.8.0.ebuild, seahorse-3.8.1.ebuild:
+ Version bump, drop old
21 Apr 2013; Pacho Ramos <pacho@gentoo.org> seahorse-3.8.1.ebuild:
Fix trailing whitespace causing ITSTOOL to be unset (#466610 by Arfrever
diff --git a/app-crypt/seahorse/seahorse-3.8.1.ebuild b/app-crypt/seahorse/seahorse-3.8.1.ebuild
index 9de9652c152d..1e0dd82d26de 100644
--- a/app-crypt/seahorse/seahorse-3.8.1.ebuild
+++ b/app-crypt/seahorse/seahorse-3.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.1.ebuild,v 1.2 2013/04/21 11:50:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.1.ebuild,v 1.3 2013/05/14 20:09:54 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -57,7 +57,7 @@ src_configure() {
--enable-ssh \
--enable-pkcs11 \
--disable-static \
- --enable-hkp \
+ --enable-hkp \
$(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
diff --git a/app-crypt/seahorse/seahorse-3.8.0.ebuild b/app-crypt/seahorse/seahorse-3.8.2.ebuild
index 4a8c449b09b4..91f8cc319d6d 100644
--- a/app-crypt/seahorse/seahorse-3.8.0.ebuild
+++ b/app-crypt/seahorse/seahorse-3.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.0.ebuild,v 1.1 2013/03/28 16:29:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.8.2.ebuild,v 1.1 2013/05/14 20:09:54 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -8,7 +8,7 @@ GCONF_DEBUG="yes"
inherit gnome2
DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
+HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
@@ -52,16 +52,14 @@ src_prepare() {
}
src_configure() {
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)
- ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
+ gnome2_src_configure \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --disable-static \
+ --enable-hkp \
+ $(use_enable avahi sharing) \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ ITSTOOL=$(type -P true)
}