summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-11-24 14:06:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-11-24 14:06:41 +0000
commitbaabada2a0ddf27768e7ae56904e9efd2b40cfae (patch)
tree935602667b381ac13d3bd9556c75ab64a3e439d5 /app-crypt/seahorse-plugins
parentClean up old revision. (diff)
downloadgentoo-2-baabada2a0ddf27768e7ae56904e9efd2b40cfae.tar.gz
gentoo-2-baabada2a0ddf27768e7ae56904e9efd2b40cfae.tar.bz2
gentoo-2-baabada2a0ddf27768e7ae56904e9efd2b40cfae.zip
Clean up old revision.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/seahorse-plugins')
-rw-r--r--app-crypt/seahorse-plugins/ChangeLog6
-rw-r--r--app-crypt/seahorse-plugins/metadata.xml2
-rw-r--r--app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild86
3 files changed, 5 insertions, 89 deletions
diff --git a/app-crypt/seahorse-plugins/ChangeLog b/app-crypt/seahorse-plugins/ChangeLog
index bbb6d2069e25..c06c07c6edb7 100644
--- a/app-crypt/seahorse-plugins/ChangeLog
+++ b/app-crypt/seahorse-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/seahorse-plugins
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.30 2010/10/17 15:26:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.31 2010/11/24 14:06:41 eva Exp $
+
+ 24 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -seahorse-plugins-2.28.1-r1.ebuild, metadata.xml:
+ Clean up old revision.
17 Oct 2010; Raúl Porcel <armin76@gentoo.org>
seahorse-plugins-2.30.1-r1.ebuild:
diff --git a/app-crypt/seahorse-plugins/metadata.xml b/app-crypt/seahorse-plugins/metadata.xml
index e77af104f1ce..4fd790981985 100644
--- a/app-crypt/seahorse-plugins/metadata.xml
+++ b/app-crypt/seahorse-plugins/metadata.xml
@@ -5,8 +5,6 @@
<use>
<flag name="applet">Enable seahorse applet for
<pkg>gnome-base/gnome-panel</pkg></flag>
- <flag name="epiphany">Enable text encryption plugin to integrate into the
- <pkg>www-client/epiphany</pkg> context menu</flag>
<flag name="gedit">Enable text encryption plugin to integrate into
<pkg>app-editors/gedit</pkg></flag>
<flag name="nautilus">Enable file encryption plugin to integrate into the
diff --git a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild b/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild
deleted file mode 100644
index 2d160cb05961..000000000000
--- a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild
+++ /dev/null
@@ -1,86 +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-plugins/seahorse-plugins-2.28.1-r1.ebuild,v 1.5 2010/10/11 21:31:58 eva Exp $
-
-EAPI="2"
-
-inherit 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"
-IUSE="applet debug epiphany gedit libnotify nautilus test"
-
-RDEPEND="
- >=gnome-base/libglade-2.0
- >=gnome-base/gconf-2.0
- >=x11-libs/gtk+-2.10
- >=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.72
- >=app-crypt/gpgme-1.0.0
- >=app-crypt/seahorse-2.25
- >=gnome-base/gnome-keyring-2.25
-
- || (
- =app-crypt/gnupg-1.4*
- =app-crypt/gnupg-2.0* )
-
- nautilus? ( >=gnome-base/nautilus-2.12 )
- epiphany? (
- >=www-client/epiphany-2.24
- >=dev-libs/libxml2-2.6.0 )
- gedit? ( >=app-editors/gedit-2.16 )
- applet? ( >=gnome-base/gnome-panel-2.10 )
- 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"
-
-pkg_setup() {
- if use epiphany ; then
- if has_version '>=www-client/epiphany-2.24.3-r10'; then
- G2CONF="${G2CONF} --with-gecko=libxul-unstable"
- else
- # Now, epiphany could be using xul-1.8, xul-1.9 or ff-2
- # Let it auto-detect.
- :
- fi
- fi
-
- G2CONF="${G2CONF}
- --enable-agent
- --disable-update-mime-database
- --disable-static
- $(use_enable applet)
- $(use_enable debug)
- $(use_enable epiphany)
- $(use_enable gedit)
- $(use_enable libnotify)
- $(use_enable nautilus)
- $(use_enable test tests)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Use gpgme_engine_check_version() before gpgm_new() due current gpgme, bug #281729
- epatch "${FILESDIR}/${PN}-2.28.1-gpgme_check_version.patch"
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-}
-
-src_install() {
- gnome2_src_install
-
- find "${D}" -name "*.la" -delete || die "remove of la files failed"
-
- exeinto /etc/X11/xinit/xinitrc.d/
- doexe "${FILESDIR}/70-seahorse-agent" || die "doexe failed"
-}