summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-29 22:51:31 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-29 22:51:31 +0000
commit31b07a499d263c005a82b14988ed47a5267b0acc (patch)
treeeb6d8062eea2ce9b0df33f302106d544d334feee /gnome-extra/seahorse-nautilus
parentClean up old revision. (diff)
downloadgentoo-2-31b07a499d263c005a82b14988ed47a5267b0acc.tar.gz
gentoo-2-31b07a499d263c005a82b14988ed47a5267b0acc.tar.bz2
gentoo-2-31b07a499d263c005a82b14988ed47a5267b0acc.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/seahorse-nautilus')
-rw-r--r--gnome-extra/seahorse-nautilus/ChangeLog6
-rw-r--r--gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild51
2 files changed, 5 insertions, 52 deletions
diff --git a/gnome-extra/seahorse-nautilus/ChangeLog b/gnome-extra/seahorse-nautilus/ChangeLog
index 29ff68e3fd32..e95c74f6b051 100644
--- a/gnome-extra/seahorse-nautilus/ChangeLog
+++ b/gnome-extra/seahorse-nautilus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/seahorse-nautilus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.3 2013/03/28 17:29:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/ChangeLog,v 1.4 2013/03/29 22:51:31 eva Exp $
+
+ 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -seahorse-nautilus-3.4.0.ebuild:
+ Clean up old revision.
*seahorse-nautilus-3.8.0 (28 Mar 2013)
diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
deleted file mode 100644
index 3cd05b9609b6..000000000000
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild,v 1.1 2012/05/13 18:19:31 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no" # --disable-debug disables all assertions
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
- >=dev-libs/dbus-glib-0.35
- >=dev-libs/glib-2.18:2
- gnome-base/gconf:2
- gnome-base/gnome-keyring
- >=gnome-base/nautilus-3
- x11-libs/gtk+:3
- x11-libs/libcryptui
- >=x11-libs/libnotify-0.3
- || (
- =app-crypt/gnupg-1.4*
- =app-crypt/gnupg-2.0* )"
-# seahorse-nautilus was formerly part of seahorse-plugins
-RDEPEND="${COMMON_DEPEND}
- !app-crypt/seahorse-plugins[nautilus]"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.35
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
- # No point in making libnotify optional - nautilus depends on it
- G2CONF="${G2CONF}
- --disable-gpg-check
- --enable-libnotify"
-}
-
-src_prepare() {
- gnome2_src_prepare
- # Do not let configure mangle CFLAGS
- sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
- die "sed failed"
-}