Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: app-crypt/seahorse-sharing/
Date: Sun, 20 Nov 2011 22:50:28
Message-Id: aba46d817def613dfa94d8a58a2222267a021f24.eva@gentoo
1 commit: aba46d817def613dfa94d8a58a2222267a021f24
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 20 22:50:13 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 20 22:50:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=aba46d81
7
8 app-crypt/seahorse-sharing: initial commit
9
10 ---
11 app-crypt/seahorse-sharing/Manifest | 1 +
12 .../seahorse-sharing/seahorse-sharing-3.2.1.ebuild | 34 ++++++++++++++++++++
13 2 files changed, 35 insertions(+), 0 deletions(-)
14
15 diff --git a/app-crypt/seahorse-sharing/Manifest b/app-crypt/seahorse-sharing/Manifest
16 new file mode 100644
17 index 0000000..bc993d1
18 --- /dev/null
19 +++ b/app-crypt/seahorse-sharing/Manifest
20 @@ -0,0 +1 @@
21 +DIST seahorse-sharing-3.2.1.tar.xz 278172 RMD160 57228a35edd5db0923867e6c91a8e6c7c10a3aa7 SHA1 bbc123ba9ec785112c5c0bc245328e288dd3d39d SHA256 737d557689120fb74256ecf9e78b763a08f1f272216c92334b0c1cec45e63784
22
23 diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild
24 new file mode 100644
25 index 0000000..8cd412d
26 --- /dev/null
27 +++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild
28 @@ -0,0 +1,34 @@
29 +# Copyright 1999-2011 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Header: $
32 +
33 +EAPI="4"
34 +GCONF_DEBUG="no"
35 +
36 +inherit gnome2
37 +
38 +DESCRIPTION="PGP public key sharing using DNS-SD and HKP"
39 +HOMEPAGE="http://live.gnome.org/Seahorse"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +IUSE="test"
45 +
46 +RDEPEND="
47 + x11-libs/gtk+:3
48 + || (
49 + >=app-crypt/gnupg-2.0.1-r2
50 + =app-crypt/gnupg-1.4* )
51 + >=app-crypt/gpgme-1
52 + net-libs/libsoup:2.4
53 + >=net-dns/avahi-0.6
54 +"
55 +DEPEND="${RDEPEND}
56 + >=dev-util/intltool-0.35.5
57 + dev-util/pkgconfig"
58 +
59 +pkg_setup() {
60 + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
61 + G2CONF="${G2CONF} $(use_enable test tests)"
62 +}