summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 19:20:27 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 19:20:27 +0000
commite5cc3976df6d1998d99b06cc34c0acfe1b530d91 (patch)
treeb70ae76fd3ad5125122d35dd89ad679adc89c199 /app-crypt/seahorse-sharing
parentAdd subslot notation for cogl, thanks to Alexandre Rostovtsev for noticing. (diff)
downloadgentoo-2-e5cc3976df6d1998d99b06cc34c0acfe1b530d91.tar.gz
gentoo-2-e5cc3976df6d1998d99b06cc34c0acfe1b530d91.tar.bz2
gentoo-2-e5cc3976df6d1998d99b06cc34c0acfe1b530d91.zip
Update license, EAPI5-ize and de-9999-ize ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-crypt/seahorse-sharing')
-rw-r--r--app-crypt/seahorse-sharing/ChangeLog6
-rw-r--r--app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild4
-rw-r--r--app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild17
3 files changed, 12 insertions, 15 deletions
diff --git a/app-crypt/seahorse-sharing/ChangeLog b/app-crypt/seahorse-sharing/ChangeLog
index 844e0f89ba67..4ccdc5a8fcf0 100644
--- a/app-crypt/seahorse-sharing/ChangeLog
+++ b/app-crypt/seahorse-sharing/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/seahorse-sharing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/ChangeLog,v 1.3 2012/12/16 15:00:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/ChangeLog,v 1.4 2012/12/16 19:20:27 tetromino Exp $
+
+ 16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ seahorse-sharing-3.4.0.ebuild, seahorse-sharing-3.6.1.ebuild:
+ Update license, EAPI5-ize and de-9999-ize ebuild.
*seahorse-sharing-3.6.1 (16 Dec 2012)
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild
index 867edc48203a..70834c34e8d1 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild,v 1.3 2012/12/16 19:20:27 tetromino Exp $
EAPI="4"
@@ -9,7 +9,7 @@ inherit gnome2
DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
HOMEPAGE="http://projects.gnome.org/seahorse/"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
index ae17cd43b413..52b4d21f7d22 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
@@ -1,29 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild,v 1.1 2012/12/16 15:00:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild,v 1.2 2012/12/16 19:20:27 tetromino Exp $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="yes" # disable asserts
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
HOMEPAGE="http://projects.gnome.org/seahorse/"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="dev-libs/glib:2
- >=net-dns/avahi-0.6
+ >=net-dns/avahi-0.6:=
net-libs/libsoup:2.4
>=x11-libs/gtk+-3:3