public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/
Date: Sat, 21 Apr 2012 07:59:31 +0000 (UTC)	[thread overview]
Message-ID: <1334995062.c30fc4db49c9f4cd62325288d5d16cb7338deebe.tetromino@gentoo> (raw)

commit:     c30fc4db49c9f4cd62325288d5d16cb7338deebe
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 07:43:12 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 07:57:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c30fc4db

app-crypt/seahorse-sharing: add live ebuild

Formerly part of seahorse. Version 3.4.0 was added to gx86.

---
 .../seahorse-sharing/seahorse-sharing-9999.ebuild  |   58 ++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
new file mode 100644
index 0000000..86408d7
--- /dev/null
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+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"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+COMMON_DEPEND="dev-libs/glib:2
+	>=net-dns/avahi-0.6
+	net-libs/libsoup:2.4
+	>=x11-libs/gtk+-3:3
+
+	>=app-crypt/gpgme-1
+	|| (
+		=app-crypt/gnupg-2.0*
+		=app-crypt/gnupg-1.4* )"
+RDEPEND="${COMMON_DEPEND}
+	!<app-crypt/seahorse-3.2"
+# ${PN} was part of seahorse before 3.2
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.35
+	dev-util/pkgconfig
+	sys-devel/gettext"
+
+pkg_setup() {
+	DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
+	# Do not pass --enable-tests to configure - package has no tests
+}
+
+src_prepare() {
+	gnome2_src_prepare
+	# Avoid eautoreconf
+	sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
+}
+
+pkg_postinst() {
+	elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
+	elog "system, you can start the Avahi daemon by"
+	elog "# /etc/init.d/avahi-daemon start"
+	elog "To start Avahi automatically, add it to the default runlevel:"
+	elog "# rc-update add avahi-daemon default"
+}



             reply	other threads:[~2012-04-21  7:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-21  7:59 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-27 22:26 [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/ Gilles Dartiguelongue
2012-11-25 14:01 Gilles Dartiguelongue
2012-12-16 15:00 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334995062.c30fc4db49c9f4cd62325288d5d16cb7338deebe.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox