Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/
Date: Sun, 02 Dec 2018 17:27:55
Message-Id: 1543771567.9f24a941bd91c3700732bb1f75d1d0a4362c0df4.leio@gentoo
1 commit: 9f24a941bd91c3700732bb1f75d1d0a4362c0df4
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 17:01:30 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 17:26:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f24a941
7
8 gnome-extra/nautilus-sendto: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 gnome-extra/nautilus-sendto/Manifest | 1 -
14 .../nautilus-sendto/nautilus-sendto-3.8.5.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest
18 index bb3742efb33..2616811dbc9 100644
19 --- a/gnome-extra/nautilus-sendto/Manifest
20 +++ b/gnome-extra/nautilus-sendto/Manifest
21 @@ -1,2 +1 @@
22 -DIST nautilus-sendto-3.8.5.tar.xz 382440 BLAKE2B 30c842c04838c52eb41b1d808828ea7a00a9811a634f96e7bdfb559eb01569db6bedf0f4f6b504df8a5a13c1400ad9ca548298faceee9abc97377d034ab41dc1 SHA512 d9b504d5615e761f19b7b4610d394ac9b928023163b3e416aca114f168330d3b35617ee8e80338cce2248151096a6e2094576e7978b80076d5eedb9bb847bfa3
23 DIST nautilus-sendto-3.8.6.tar.xz 109428 BLAKE2B bc1f0798962d09ca05a64a0db7b98b697c68c7f63239eaf59278ebab7039061cb5b04b0235209db89bf537219039bcc8fff49c9dba2379fcbff32a7f9482dda3 SHA512 c690acdd6d53bde2fc2898362d1030b04312b857924e18735bb330621c64ab63656612a36b646fd34b586af5c34a93bd37c3f969c93bd87c4efe870f55934b92
24
25 diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild
26 deleted file mode 100644
27 index 99ff5a458ea..00000000000
28 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="A nautilus extension for sending files to locations"
38 -HOMEPAGE="https://git.gnome.org/browse/nautilus-sendto/"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
43 -IUSE="debug"
44 -
45 -RDEPEND="
46 - >=x11-libs/gtk+-2.90.3:3
47 -"
48 -DEPEND="${RDEPEND}
49 - >=dev-util/gtk-doc-am-1.9
50 - >=dev-util/intltool-0.35
51 - sys-devel/gettext
52 - virtual/pkgconfig
53 -"
54 -# Needed for eautoreconf
55 -# >=gnome-base/gnome-common-0.12
56 -
57 -src_prepare() {
58 - gnome2_src_prepare
59 -
60 - # Does not require introspection at all, bug #561008
61 - sed -i -e 's/\(^ \+enable_introspection\)=yes/\1=no/' configure || die
62 -}
63 -
64 -src_configure() {
65 - gnome2_src_configure \
66 - $(usex debug --enable-debug=yes ' ')
67 -}
68 -
69 -pkg_postinst() {
70 - if ! has_version "gnome-base/nautilus[sendto]"; then
71 - einfo "Note that ${CATEGORY}/${PN} is meant to be used as a helper by gnome-base/nautilus[sendto]"
72 - fi
73 -}