summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-10-08 23:55:15 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2012-10-08 23:55:40 +0200
commitdbfc35f9893851047b394b59ff7c29e8718152a8 (patch)
tree765d914d58f627b96d520c60d4b5bac5c9094e2d /app-crypt
parentdev-libs/qof: restore from gentoo-x86 attic (diff)
downloadeva-dbfc35f9893851047b394b59ff7c29e8718152a8.tar.gz
eva-dbfc35f9893851047b394b59ff7c29e8718152a8.tar.bz2
eva-dbfc35f9893851047b394b59ff7c29e8718152a8.zip
app-crypt/seahorse-sharing: moved to gentoo-x86
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse-sharing/Manifest1
-rw-r--r--app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/seahorse-sharing/Manifest b/app-crypt/seahorse-sharing/Manifest
deleted file mode 100644
index bc993d1..0000000
--- a/app-crypt/seahorse-sharing/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST seahorse-sharing-3.2.1.tar.xz 278172 RMD160 57228a35edd5db0923867e6c91a8e6c7c10a3aa7 SHA1 bbc123ba9ec785112c5c0bc245328e288dd3d39d SHA256 737d557689120fb74256ecf9e78b763a08f1f272216c92334b0c1cec45e63784
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild
deleted file mode 100644
index 8cd412d..0000000
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="PGP public key sharing using DNS-SD and HKP"
-HOMEPAGE="http://live.gnome.org/Seahorse"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- x11-libs/gtk+:3
- || (
- >=app-crypt/gnupg-2.0.1-r2
- =app-crypt/gnupg-1.4* )
- >=app-crypt/gpgme-1
- net-libs/libsoup:2.4
- >=net-dns/avahi-0.6
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35.5
- dev-util/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
- G2CONF="${G2CONF} $(use_enable test tests)"
-}