diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-10 11:47:43 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-10 11:47:43 +0000 |
commit | 203ab33537bb795456d2c225fe9b67ab6fe0a537 (patch) | |
tree | 466cfbc8566f73d94aa615ad3d7a62a713530bba /app-crypt/seahorse | |
parent | ia64 stable (diff) | |
download | gentoo-2-203ab33537bb795456d2c225fe9b67ab6fe0a537.tar.gz gentoo-2-203ab33537bb795456d2c225fe9b67ab6fe0a537.tar.bz2 gentoo-2-203ab33537bb795456d2c225fe9b67ab6fe0a537.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-2.30.1.ebuild | 81 |
2 files changed, 4 insertions, 82 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 39849474c81b..3c9150d1fc58 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.148 2011/03/22 18:44:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.149 2011/04/10 11:47:43 eva Exp $ + + 10 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -seahorse-2.30.1.ebuild: + Clean up old revision. 22 Mar 2011; Brent Baude <ranger@gentoo.org> seahorse-2.32.0.ebuild: Marking seahorse-2.32.0 ppc stable for bug 353436 diff --git a/app-crypt/seahorse/seahorse-2.30.1.ebuild b/app-crypt/seahorse/seahorse-2.30.1.ebuild deleted file mode 100644 index 334be389102b..000000000000 --- a/app-crypt/seahorse/seahorse-2.30.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.11 2011/03/06 23:54:05 nirbheek Exp $ - -EAPI="2" - -inherit autotools eutils gnome2 - -DESCRIPTION="A GNOME application for managing encryption keys" -HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="avahi debug doc ldap libnotify test" - -# FIXME: add introspection support -RDEPEND=" - >=gnome-base/gconf-2.0:2 - >=dev-libs/glib-2.10:2 - >=x11-libs/gtk+-2.18:2 - >=dev-libs/dbus-glib-0.72 - >=gnome-base/gnome-keyring-2.29.4 - net-libs/libsoup:2.4 - x11-misc/shared-mime-info - - net-misc/openssh - >=app-crypt/gpgme-1.0.0 - || ( - =app-crypt/gnupg-2.0* - =app-crypt/gnupg-1.4* ) - - avahi? ( >=net-dns/avahi-0.6 ) - ldap? ( net-nds/openldap ) - libnotify? ( >=x11-libs/libnotify-0.3.2 <x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=app-text/gnome-doc-utils-0.3.2 - >=app-text/scrollkeeper-0.3 - >=dev-util/pkgconfig-0.20 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.9 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-pgp - --enable-ssh - --enable-pkcs11 - --disable-static - --disable-scrollkeeper - --disable-update-mime-database - --enable-hkp - --disable-introspection - $(use_enable avahi sharing) - $(use_enable debug) - $(use_enable ldap) - $(use_enable libnotify) - $(use_enable test tests)" -} - -src_prepare() { - gnome2_src_prepare - - # Make it libtool-1 compatible - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - find "${D}" -name "*.la" -delete || die "remove of la files failed" -} - -pkg_postinst() { - einfo "The seahorse-agent tool has been moved to app-crypt/seahorse-plugins" - einfo "Use that if you want seahorse to manage your terminal SSH keys" -} |