gnome-extra/seahorse-nautilus: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 21 Jan 2017 11:54:07 +0000 (12:54 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 21 Jan 2017 11:54:44 +0000 (12:54 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

gnome-extra/seahorse-nautilus/Manifest
gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild [deleted file]

index c12e5d231e2d9d1a0529bb22299cf9ee6a37d75d..ed476701554a9f3fc30bea880b161a82bc9f5f0d 100644 (file)
@@ -1,2 +1 @@
-DIST seahorse-nautilus-3.10.1.tar.xz 392700 SHA256 eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a SHA512 85cf66bf71ae410989cee3741ab68e8e1afc2891288fd79b16cfac4a0b06485ef6a13fd7ea66869e61a792e7823cd08e273741fe60979fded89ce9d6398ec11b WHIRLPOOL 779f3f49bd089e800e211b96f891f529de82a1b58ce0bf37ef1673fbbc4efbf4502c841e522758b90b4e5ab763af49980e0f5c1b4a28f14d193b607a4cfe6f78
 DIST seahorse-nautilus-3.11.92.tar.xz 395304 SHA256 70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92 SHA512 d3815bfaaf2a5e96beb94abe01fb3f7733e867a04681d4bed540fce58f6556c62534d3217ec0bf1452e848551a42ec703ec241029486d3dcd966c16ff27b87f2 WHIRLPOOL f1c8b6f798c10b0b947e660a16bc8d3a5dcc53c987acef612fd8e21c9eca0e3802c934caa7d691ac74e76e747cb90e6a663199c830d219918e23fb64e6d8212f
diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild
deleted file mode 100644 (file)
index b843828..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-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="https://wiki.gnome.org/action/show/Apps/Seahorse"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-       >=app-crypt/gpgme-1.0.0
-       >=app-crypt/gcr-3.4
-       >=dev-libs/dbus-glib-0.35
-       >=dev-libs/glib-2.28:2
-       gnome-base/gnome-keyring
-       >=gnome-base/nautilus-3
-       x11-libs/gtk+:3
-       >=x11-libs/libcryptui-3.9.90
-       >=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
-"
-
-src_prepare() {
-       # Do not let configure mangle CFLAGS
-       sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
-               die "sed failed"
-
-       # Fix icon location, upstream bug #719763
-       sed -i 's/pixmaps\/seahorse-plugins\/48x48/pixmaps\/cryptui\/48x48/' \
-               tool/seahorse-notification.c || die
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-gpg-check \
-               --enable-libnotify
-}