diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-02 19:01:30 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-02 19:26:07 +0200 |
commit | 9f24a941bd91c3700732bb1f75d1d0a4362c0df4 (patch) | |
tree | 7eb6d017601478fb45885ce640a02c2d0711cb4d /gnome-extra/nautilus-sendto | |
parent | gnome-extra/gnome-characters: remove old (diff) | |
download | gentoo-9f24a941bd91c3700732bb1f75d1d0a4362c0df4.tar.gz gentoo-9f24a941bd91c3700732bb1f75d1d0a4362c0df4.tar.bz2 gentoo-9f24a941bd91c3700732bb1f75d1d0a4362c0df4.zip |
gnome-extra/nautilus-sendto: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'gnome-extra/nautilus-sendto')
-rw-r--r-- | gnome-extra/nautilus-sendto/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest index bb3742efb33a..2616811dbc91 100644 --- a/gnome-extra/nautilus-sendto/Manifest +++ b/gnome-extra/nautilus-sendto/Manifest @@ -1,2 +1 @@ -DIST nautilus-sendto-3.8.5.tar.xz 382440 BLAKE2B 30c842c04838c52eb41b1d808828ea7a00a9811a634f96e7bdfb559eb01569db6bedf0f4f6b504df8a5a13c1400ad9ca548298faceee9abc97377d034ab41dc1 SHA512 d9b504d5615e761f19b7b4610d394ac9b928023163b3e416aca114f168330d3b35617ee8e80338cce2248151096a6e2094576e7978b80076d5eedb9bb847bfa3 DIST nautilus-sendto-3.8.6.tar.xz 109428 BLAKE2B bc1f0798962d09ca05a64a0db7b98b697c68c7f63239eaf59278ebab7039061cb5b04b0235209db89bf537219039bcc8fff49c9dba2379fcbff32a7f9482dda3 SHA512 c690acdd6d53bde2fc2898362d1030b04312b857924e18735bb330621c64ab63656612a36b646fd34b586af5c34a93bd37c3f969c93bd87c4efe870f55934b92 diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild deleted file mode 100644 index 99ff5a458ea4..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="https://git.gnome.org/browse/nautilus-sendto/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="debug" - -RDEPEND=" - >=x11-libs/gtk+-2.90.3:3 -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" -# Needed for eautoreconf -# >=gnome-base/gnome-common-0.12 - -src_prepare() { - gnome2_src_prepare - - # Does not require introspection at all, bug #561008 - sed -i -e 's/\(^ \+enable_introspection\)=yes/\1=no/' configure || die -} - -src_configure() { - gnome2_src_configure \ - $(usex debug --enable-debug=yes ' ') -} - -pkg_postinst() { - if ! has_version "gnome-base/nautilus[sendto]"; then - einfo "Note that ${CATEGORY}/${PN} is meant to be used as a helper by gnome-base/nautilus[sendto]" - fi -} |