summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:53:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:53:34 +0000
commit5f01a198b898c1382c73caa947b31cde7370703c (patch)
tree0b907071ef1ae9b3944cbb1c339b9865d1ed2f20 /app-crypt
parentClean up old revision. (diff)
downloadgentoo-2-5f01a198b898c1382c73caa947b31cde7370703c.tar.gz
gentoo-2-5f01a198b898c1382c73caa947b31cde7370703c.tar.bz2
gentoo-2-5f01a198b898c1382c73caa947b31cde7370703c.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/ChangeLog6
-rw-r--r--app-crypt/seahorse/files/seahorse-3.4.1-g_clear_object.patch25
-rw-r--r--app-crypt/seahorse/seahorse-3.4.1.ebuild72
3 files changed, 5 insertions, 98 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog
index 9d0488325639..2ff8e8114a37 100644
--- a/app-crypt/seahorse/ChangeLog
+++ b/app-crypt/seahorse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/seahorse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.163 2013/02/02 22:21:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.164 2013/03/05 22:53:33 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -seahorse-3.4.1.ebuild,
+ -files/seahorse-3.4.1-g_clear_object.patch:
+ Clean up old revision.
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> seahorse-3.6.3.ebuild:
Add ~arm, wrt bug #449220
diff --git a/app-crypt/seahorse/files/seahorse-3.4.1-g_clear_object.patch b/app-crypt/seahorse/files/seahorse-3.4.1-g_clear_object.patch
deleted file mode 100644
index 1ae6915b2ed2..000000000000
--- a/app-crypt/seahorse/files/seahorse-3.4.1-g_clear_object.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5286af2304b3a59a2deeb508433c13d96fe2287c Mon Sep 17 00:00:00 2001
-From: Stef Walter <stefw@gnome.org>
-Date: Mon, 30 Apr 2012 20:29:42 +0200
-Subject: [PATCH] Fix typo in finalizing of GPGME keyring
-
----
- pgp/seahorse-gpgme-keyring.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/pgp/seahorse-gpgme-keyring.c b/pgp/seahorse-gpgme-keyring.c
-index 79ff39b..579ab09 100644
---- a/pgp/seahorse-gpgme-keyring.c
-+++ b/pgp/seahorse-gpgme-keyring.c
-@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject *object)
- {
- SeahorseGpgmeKeyring *self = SEAHORSE_GPGME_KEYRING (object);
-
-- g_clear_object (self->pv->actions);
-+ g_clear_object (&self->pv->actions);
- g_hash_table_destroy (self->pv->keys);
-
- /* All monitoring and scheduling should be done */
---
-1.7.8.6
-
diff --git a/app-crypt/seahorse/seahorse-3.4.1.ebuild b/app-crypt/seahorse/seahorse-3.4.1.ebuild
deleted file mode 100644
index 7ac7b141747e..000000000000
--- a/app-crypt/seahorse/seahorse-3.4.1.ebuild
+++ /dev/null
@@ -1,72 +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/seahorse-3.4.1.ebuild,v 1.3 2012/12/16 19:16:05 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE="avahi debug ldap"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.3.4
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3
- >=gnome-base/gnome-keyring-3.1.5
- net-libs/libsoup:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- avahi? ( >=net-dns/avahi-0.6 )
- ldap? ( net-nds/openldap )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/gnome-doc-utils-0.3.2
- >=app-text/scrollkeeper-0.3
- >=dev-util/intltool-0.35
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --disable-scrollkeeper
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)"
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
-}
-
-src_prepare() {
- # in next release
- epatch "${FILESDIR}/${P}-g_clear_object.patch"
-
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}