summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-07-02 16:26:13 +0200
committerPacho Ramos <pacho@gentoo.org>2016-07-02 19:09:47 +0200
commit99b39ba7335a488f9d400df6381c7a2ff91f15b8 (patch)
tree53e8bf46b88e90892632861da6c215b519b80467 /gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild
parentgnome-extra/libgsf: Version bump (diff)
downloadgentoo-99b39ba7335a488f9d400df6381c7a2ff91f15b8.tar.gz
gentoo-99b39ba7335a488f9d400df6381c7a2ff91f15b8.tar.bz2
gentoo-99b39ba7335a488f9d400df6381c7a2ff91f15b8.zip
gnome-extra/nautilus-sendto: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild')
-rw-r--r--gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild
deleted file mode 100644
index d61fef519988..000000000000
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-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 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
- >=x11-libs/gtk+-2.90.3:3[X(+)]
-"
-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
-}