diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:54:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:54:53 +0000 |
commit | 18aa2dbb1192f0d21f77fd6afeb8626928b93fbb (patch) | |
tree | e7472d01c49191bbd2b1817db08fb0cfd2ab010f /app-crypt | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-18aa2dbb1192f0d21f77fd6afeb8626928b93fbb.tar.gz gentoo-2-18aa2dbb1192f0d21f77fd6afeb8626928b93fbb.tar.bz2 gentoo-2-18aa2dbb1192f0d21f77fd6afeb8626928b93fbb.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse-sharing/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild | 51 |
2 files changed, 6 insertions, 53 deletions
diff --git a/app-crypt/seahorse-sharing/ChangeLog b/app-crypt/seahorse-sharing/ChangeLog index 4ccdc5a8fcf0..a64e14fec84f 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.4 2012/12/16 19:20:27 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/ChangeLog,v 1.5 2013/03/05 22:54:53 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -seahorse-sharing-3.4.0.ebuild: + Clean up old revision. 16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> seahorse-sharing-3.4.0.ebuild, seahorse-sharing-3.6.1.ebuild: diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild deleted file mode 100644 index 70834c34e8d1..000000000000 --- a/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.3 2012/12/16 19:20:27 tetromino Exp $ - -EAPI="4" - -inherit gnome2 - -DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP" -HOMEPAGE="http://projects.gnome.org/seahorse/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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 - virtual/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" -} |