diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 19:20:33 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 19:20:33 +0000 |
commit | f59eb0464a89998da2abcc006f114cbf0feb1149 (patch) | |
tree | e443f6b6f1eaa5f73922640416694d12813551d3 /app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild | |
parent | Add subslot notation for cogl, thanks to Alexandre Rostovtsev for noticing. (diff) | |
download | historical-f59eb0464a89998da2abcc006f114cbf0feb1149.tar.gz historical-f59eb0464a89998da2abcc006f114cbf0feb1149.tar.bz2 historical-f59eb0464a89998da2abcc006f114cbf0feb1149.zip |
Update license, EAPI5-ize and de-9999-ize ebuild.
Package-Manager: portage-2.2.0_alpha148/cvs/Linux x86_64
Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild')
-rw-r--r-- | app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild | 17 |
1 files changed, 5 insertions, 12 deletions
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 |