summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-11 21:04:23 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-11 21:04:23 +0000
commit174a1dd96ba9dad254566f40e4632231907eeafb (patch)
treea65eea85a2c8e8e9cba14ea10bef4b3a7627871d /app-crypt
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-174a1dd96ba9dad254566f40e4632231907eeafb.tar.gz
gentoo-2-174a1dd96ba9dad254566f40e4632231907eeafb.tar.bz2
gentoo-2-174a1dd96ba9dad254566f40e4632231907eeafb.zip
Clean up old revisions, bug #340349.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/seahorse/ChangeLog7
-rw-r--r--app-crypt/seahorse/files/70-seahorse-agent8
-rw-r--r--app-crypt/seahorse/files/seahorse-2.26.2-gpgme-lfs.patch39
-rw-r--r--app-crypt/seahorse/seahorse-2.26.2.ebuild73
4 files changed, 6 insertions, 121 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog
index 380fadf2fe58..29b613558f27 100644
--- a/app-crypt/seahorse/ChangeLog
+++ b/app-crypt/seahorse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/seahorse
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.137 2010/10/09 10:02:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.138 2010/10/11 21:04:23 eva Exp $
+
+ 11 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/70-seahorse-agent, -seahorse-2.26.2.ebuild,
+ -files/seahorse-2.26.2-gpgme-lfs.patch:
+ Clean up old revisions, bug #340349.
09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
seahorse-2.30.1.ebuild:
diff --git a/app-crypt/seahorse/files/70-seahorse-agent b/app-crypt/seahorse/files/70-seahorse-agent
deleted file mode 100644
index 492878e0ebf1..000000000000
--- a/app-crypt/seahorse/files/70-seahorse-agent
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# launches a seahorse-agent instance
-
-seahorseagent=`which seahorse-agent 2> /dev/null`
-if [ -n "$seahorseagent" ] && [ -x "$seahorseagent" ] && [ -z "$GPG_AGENT_INFO" ] ; then
- command="$seahorseagent --execute $command"
-fi
diff --git a/app-crypt/seahorse/files/seahorse-2.26.2-gpgme-lfs.patch b/app-crypt/seahorse/files/seahorse-2.26.2-gpgme-lfs.patch
deleted file mode 100644
index 1c72b39d7dae..000000000000
--- a/app-crypt/seahorse/files/seahorse-2.26.2-gpgme-lfs.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --exclude-from=/opt/home/dang/.scripts/diffrc -up -ruN seahorse-2.26.2.orig/pgp/seahorse-gpg-op.c seahorse-2.26.2/pgp/seahorse-gpg-op.c
---- seahorse-2.26.2.orig/pgp/seahorse-gpg-op.c 2009-04-20 11:35:00.000000000 -0400
-+++ seahorse-2.26.2/pgp/seahorse-gpg-op.c 2009-07-10 09:43:31.550476889 -0400
-@@ -18,7 +18,9 @@
- * 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
--
-+
-+#include "config.h"
-+
- #include <glib.h>
- #include <gpgme.h>
- #include <string.h>
-diff --exclude-from=/opt/home/dang/.scripts/diffrc -up -ruN seahorse-2.26.2.orig/pgp/seahorse-gpg-options.c seahorse-2.26.2/pgp/seahorse-gpg-options.c
---- seahorse-2.26.2.orig/pgp/seahorse-gpg-options.c 2009-04-20 11:35:00.000000000 -0400
-+++ seahorse-2.26.2/pgp/seahorse-gpg-options.c 2009-07-10 09:36:16.012409729 -0400
-@@ -19,6 +19,11 @@
- * Boston, MA 02111-1307, USA.
- */
-
-+#include "config.h"
-+
-+#include "seahorse-util.h"
-+#include "seahorse-context.h"
-+
- #include <sys/param.h>
- #include <sys/wait.h>
- #include <sys/file.h>
-@@ -31,9 +36,6 @@
- #include <unistd.h>
- #include <sys/stat.h>
-
--#include "seahorse-util.h"
--#include "seahorse-context.h"
--
- #include "pgp/seahorse-gpgme.h"
- #include "pgp/seahorse-gpg-options.h"
-
diff --git a/app-crypt/seahorse/seahorse-2.26.2.ebuild b/app-crypt/seahorse/seahorse-2.26.2.ebuild
deleted file mode 100644
index 37bc161f5de5..000000000000
--- a/app-crypt/seahorse/seahorse-2.26.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v 1.10 2010/10/08 23:36:11 eva Exp $
-
-EAPI="2"
-
-inherit gnome2 eutils
-
-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"
-
-RDEPEND=">=gnome-base/libglade-2.0
- >=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
- 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-scrollkeeper
- --disable-update-mime-database
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)
- $(use_enable libnotify)
- $(use_enable test tests)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-
- # fix building with gpgme with lfs Bug #275445
- epatch "${FILESDIR}"/${P}-gpgme-lfs.patch
-}
-
-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"
-}