summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-10-12 19:35:27 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-10-12 19:35:27 +0200
commitaa6f8108e400a59e7bf01c3a82df6b51106b16fd (patch)
treea26c1b4953e9b5fdb1aa2f65910c77c8f498cc65 /app-crypt
parentbump udev (diff)
downloadkeruspe-aa6f8108e400a59e7bf01c3a82df6b51106b16fd.tar.gz
keruspe-aa6f8108e400a59e7bf01c3a82df6b51106b16fd.tar.bz2
keruspe-aa6f8108e400a59e7bf01c3a82df6b51106b16fd.zip
in ::gnome
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse/Manifest2
-rw-r--r--app-crypt/seahorse/seahorse-2.32.0.ebuild77
2 files changed, 0 insertions, 79 deletions
diff --git a/app-crypt/seahorse/Manifest b/app-crypt/seahorse/Manifest
deleted file mode 100644
index 91522bdf..00000000
--- a/app-crypt/seahorse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD seahorse-2.32.0.ebuild 1874 RMD160 afa6f97aaad2cb7392975ccfdc7eb8505685820c SHA1 d866106ca463a0dcc00fa7d01c0859e62f447b4e SHA256 e64da9d342e17e0b53ff7bdd369c18d330eacaecfb8ae02f2394c310e742b34e
-DIST seahorse-2.32.0.tar.bz2 2491230 RMD160 5599cf02321be038d8aa5bc96174e2cf05c62945 SHA1 1469884b67483c876cfe5b986a76495739927a99 SHA256 f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d
diff --git a/app-crypt/seahorse/seahorse-2.32.0.ebuild b/app-crypt/seahorse/seahorse-2.32.0.ebuild
deleted file mode 100644
index 431d172d..00000000
--- a/app-crypt/seahorse/seahorse-2.32.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-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="~amd64 ~x86"
-IUSE="avahi debug doc introspection ldap libnotify test"
-
-RDEPEND="
- >=gnome-base/gconf-2.0
- >=dev-libs/glib-2.10
- >=x11-libs/gtk+-2.10
- >=dev-libs/dbus-glib-0.72
- >=gnome-base/gnome-keyring-2.25.5
- 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 )"
-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
- introspection? ( dev-libs/gobject-introspection )
- 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
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable introspection)
- $(use_enable ldap)
- $(use_enable libnotify)
- $(use_enable test tests)"
-}
-
-src_prepare() {
- gnome2_src_prepare
- 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"
-}