diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-23 08:28:40 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-23 08:28:40 +0000 |
commit | a9d1c76026c3e3dca48e28fa5d103b74016669c1 (patch) | |
tree | b5a50f3e1b0811a547f3616dcf72138ad9787e8c /gnome-extra/nautilus-sendto | |
parent | Use slot dependency for gtk+. (diff) | |
download | gentoo-2-a9d1c76026c3e3dca48e28fa5d103b74016669c1.tar.gz gentoo-2-a9d1c76026c3e3dca48e28fa5d103b74016669c1.tar.bz2 gentoo-2-a9d1c76026c3e3dca48e28fa5d103b74016669c1.zip |
Remove old
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/nautilus-sendto')
-rw-r--r-- | gnome-extra/nautilus-sendto/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild | 110 | ||||
-rw-r--r-- | gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild | 89 |
3 files changed, 5 insertions, 200 deletions
diff --git a/gnome-extra/nautilus-sendto/ChangeLog b/gnome-extra/nautilus-sendto/ChangeLog index 3263e7874af2..64ba00214f79 100644 --- a/gnome-extra/nautilus-sendto/ChangeLog +++ b/gnome-extra/nautilus-sendto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/nautilus-sendto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.53 2011/03/22 19:32:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.54 2011/03/23 08:28:40 nirbheek Exp $ + + 23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -nautilus-sendto-2.28.4-r1.ebuild, -nautilus-sendto-2.28.5.ebuild: + Remove old 22 Mar 2011; Brent Baude <ranger@gentoo.org> nautilus-sendto-2.32.0.ebuild: diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild deleted file mode 100644 index 1824c1d0413d..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild,v 1.8 2010/10/18 13:53:13 armin76 Exp $ - -EAPI="2" - -inherit gnome2 multilib eutils autotools - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="bluetooth doc gajim cdr pidgin upnp +mail" - -RDEPEND=">=x11-libs/gtk+-2.18 - >=dev-libs/glib-2.6 - >=gnome-base/nautilus-2.14 - >=gnome-base/gconf-2.13.0 - bluetooth? ( - >=net-wireless/gnome-bluetooth-2.27 - >=dev-libs/dbus-glib-0.60 ) - cdr? ( >=app-cdr/brasero-2.26.0[nautilus] ) - gajim? ( - net-im/gajim - >=dev-libs/dbus-glib-0.60 ) - mail? ( >=gnome-extra/evolution-data-server-1.5.3 ) - pidgin? ( - >=net-im/pidgin-2.0.0 - >=dev-libs/dbus-glib-0.60 ) - upnp? ( >=net-libs/gupnp-0.13.0 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.19 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.9 ) - >=gnome-base/gnome-common-0.12 - dev-util/gtk-doc-am" -# Needed for eautoreconf -# >=gnome-base/gnome-common-0.12 -# dev-util/gtk-doc-am - -DOCS="AUTHORS ChangeLog NEWS README" - -_use_plugin() { - if use ${1}; then - G2CONF="${G2CONF}${2:-"${1}"}," - fi -} - -pkg_setup() { - G2CONF="${G2CONF} - --with-plugins=removable-devices," - _use_plugin bluetooth - _use_plugin cdr nautilus-burn - _use_plugin mail evolution - _use_plugin pidgin - _use_plugin gajim - _use_plugin upnp -} - -src_prepare() { - gnome2_src_prepare - - # Compile with -DGSEAL_ENABLE - epatch "${FILESDIR}/${P}-gseal-enable.patch" - - # Make the last selected medium's widget grab focus - epatch "${FILESDIR}/${P}-item-focus.patch" - - # Fix thunderbird's mailto command - epatch "${FILESDIR}/${P}-thunderbird-command.patch" - - # Remove plugin to use sendto from Evolution - epatch "${FILESDIR}/${P}-remove-old-evo.patch" - - # Remove Empathy plugin since it now lives in Empathy itself. - epatch "${FILESDIR}/${P}-remove-empathy.patch" - - # Never unload plugins that use D-Bus internally - epatch "${FILESDIR}/${P}-unload-dbus.patch" - - # Never unload modules once init() has been done - epatch "${FILESDIR}/${P}-unload-init.patch" - - # Remove never_unload from the plugin struct - epatch "${FILESDIR}/${P}-unload.patch" - - # Fix handling of shadowed mounts - epatch "${FILESDIR}/${P}-shadowed-mounts.patch" - - eautoreconf -} - -src_install() { - gnome2_src_install - - # Nautilus does not use *.la files - find "${D}/usr/$(get_libdir)/nautilus" -name "*.la" -delete \ - || die "failed to delete *.la files" -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! use mail; then - ewarn "You have disabled mail support, this will remove support for all mail clients" - fi -} diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild deleted file mode 100644 index ae53538b2595..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.6 2011/01/03 12:16:13 xmw Exp $ - -EAPI="2" - -inherit gnome2 multilib eutils autotools - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" -IUSE="bluetooth doc gajim cdr pidgin upnp +mail" - -RDEPEND=">=x11-libs/gtk+-2.18 - >=dev-libs/glib-2.6 - >=gnome-base/nautilus-2.14 - >=gnome-base/gconf-2.13.0 - bluetooth? ( - >=net-wireless/gnome-bluetooth-2.27 - >=dev-libs/dbus-glib-0.60 - !>=net-wireless/gnome-bluetooth-2.30.0[nautilus] ) - cdr? ( >=app-cdr/brasero-2.26.0[nautilus] ) - gajim? ( - net-im/gajim - >=dev-libs/dbus-glib-0.60 ) - mail? ( >=gnome-extra/evolution-data-server-1.5.3 ) - pidgin? ( - >=net-im/pidgin-2.0.0 - >=dev-libs/dbus-glib-0.60 ) - upnp? ( >=net-libs/gupnp-0.13.0 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.19 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.9 ) - >=gnome-base/gnome-common-0.12 - dev-util/gtk-doc-am" -# Needed for eautoreconf -# >=gnome-base/gnome-common-0.12 -# dev-util/gtk-doc-am - -DOCS="AUTHORS ChangeLog NEWS README" - -_use_plugin() { - if use ${1}; then - G2CONF="${G2CONF}${2:-"${1}"}," - fi -} - -pkg_setup() { - G2CONF="${G2CONF} - --with-plugins=removable-devices," - _use_plugin bluetooth - _use_plugin cdr nautilus-burn - _use_plugin mail evolution - _use_plugin pidgin - _use_plugin gajim - _use_plugin upnp -} - -src_prepare() { - gnome2_src_prepare - - # Fix a few memory leaks - epatch "${FILESDIR}/${P}-fix-memleaks.patch" - - # Fix command-line help glitch - epatch "${FILESDIR}/${P}-commandline-help.patch" - - # Remove plugin to use sendto from Evolution - epatch "${FILESDIR}/${PN}-2.28.4-remove-old-evo.patch" - - # Remove Empathy plugin since it now lives in Empathy itself. - epatch "${FILESDIR}/${PN}-2.28.4-remove-empathy.patch" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - - # Nautilus does not use *.la files - find "${D}/usr/$(get_libdir)/nautilus" -name "*.la" -delete \ - || die "failed to delete *.la files" -} |