diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-12 10:03:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-12 10:03:10 +0000 |
commit | a239942965cf7a810419f708140dba5fc7b6ed38 (patch) | |
tree | 37829c08d1fe676ddf5aa4f415252e8bae148533 /gnome-extra/nautilus-sendto | |
parent | Drop gnome-extra/nautilus-cd-burner references since it will be dropped soon. (diff) | |
download | historical-a239942965cf7a810419f708140dba5fc7b6ed38.tar.gz historical-a239942965cf7a810419f708140dba5fc7b6ed38.tar.bz2 historical-a239942965cf7a810419f708140dba5fc7b6ed38.zip |
Drop gnome-extra/nautilus-cd-burner references since it will be dropped soon. Drop old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/nautilus-sendto')
6 files changed, 10 insertions, 262 deletions
diff --git a/gnome-extra/nautilus-sendto/ChangeLog b/gnome-extra/nautilus-sendto/ChangeLog index 0a84f48d06a9..af9d04f45c39 100644 --- a/gnome-extra/nautilus-sendto/ChangeLog +++ b/gnome-extra/nautilus-sendto/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/nautilus-sendto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.36 2010/06/21 18:48:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.37 2010/07/12 10:03:10 pacho Exp $ + + 12 Jul 2010; Pacho Ramos <pacho@gentoo.org> + -nautilus-sendto-2.28.0.ebuild, -nautilus-sendto-2.28.2.ebuild, + -nautilus-sendto-2.28.4.ebuild, nautilus-sendto-2.28.4-r1.ebuild, + metadata.xml: + Drop gnome-extra/nautilus-cd-burner references since it will be dropped + soon. Drop old. *nautilus-sendto-2.28.4-r1 (21 Jun 2010) diff --git a/gnome-extra/nautilus-sendto/metadata.xml b/gnome-extra/nautilus-sendto/metadata.xml index 0eb677f199c4..2e05f5b7fcd4 100644 --- a/gnome-extra/nautilus-sendto/metadata.xml +++ b/gnome-extra/nautilus-sendto/metadata.xml @@ -3,7 +3,6 @@ <pkgmetadata> <herd>gnome</herd> <use> - <flag name='empathy'>Enables support for <pkg>net-im/empathy</pkg></flag> <flag name='gajim'>Enables support for <pkg>net-im/gajim</pkg></flag> <flag name='mail'>Enables support for mailto using <pkg>gnome-extra/evolution-data-server</pkg></flag> diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.0.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.0.ebuild deleted file mode 100644 index ff113fef6ef4..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.0.ebuild +++ /dev/null @@ -1,79 +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.0.ebuild,v 1.4 2010/02/19 19:34:20 armin76 Exp $ - -EAPI="2" - -inherit gnome2 - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="bluetooth empathy gajim cdr pidgin upnp" # +mail - -# FIXME: mail plugin build is broken -# mail? ( >=gnome-extra/evolution-data-server-1.5.3 ) -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/glib-2.6 - >=gnome-base/nautilus-2.14 - >=gnome-base/gconf-2.13.0 - bluetooth? ( - || ( >=net-wireless/gnome-bluetooth-2.27 - >=net-wireless/bluez-gnome-1.8 ) - >=dev-libs/dbus-glib-0.60 ) - cdr? ( - || ( >=app-cdr/brasero-2.26.0[nautilus] - >=gnome-extra/nautilus-cd-burner-2.24.0 ) ) - empathy? ( >=net-im/empathy-2.27.91 ) - gajim? ( net-im/gajim - >=dev-libs/dbus-glib-0.60 ) - pidgin? ( >=net-im/pidgin-2.0.0 ) - upnp? ( >=net-libs/gupnp-0.13.0 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=gnome-base/gnome-common-0.12 - >=dev-util/pkgconfig-0.19 - >=dev-util/intltool-0.35" - -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 empathy - _use_plugin pidgin - _use_plugin gajim - _use_plugin upnp -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: skip evolution, it does not build properly - sed 's/evolution//g' -i Makefile.{am,in} || die "sed failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! use mail; then - ewarn "You have disabled mail support, this will remove support for all mail clients" - fi - - if use pidgin; then - elog "To enable SendTo support in pidgin, you must enable the plugin in pidgin" - elog "Check Tools -> Preferences -> Plugins in the pidgin menu." - fi -} diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.2.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.2.ebuild deleted file mode 100644 index 7b64d4858721..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.2.ebuild +++ /dev/null @@ -1,88 +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.2.ebuild,v 1.3 2010/02/19 19:34:20 armin76 Exp $ - -EAPI="2" - -inherit gnome2 multilib - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="bluetooth doc empathy gajim cdr pidgin upnp" # +mail - -# FIXME: mail plugin build is broken -# mail? ( >=gnome-extra/evolution-data-server-1.5.3 ) -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/glib-2.6 - >=gnome-base/nautilus-2.14 - >=gnome-base/gconf-2.13.0 - bluetooth? ( - || ( >=net-wireless/gnome-bluetooth-2.27 - >=net-wireless/bluez-gnome-1.8 ) - >=dev-libs/dbus-glib-0.60 ) - cdr? ( - || ( >=app-cdr/brasero-2.26.0[nautilus] - >=gnome-extra/nautilus-cd-burner-2.24.0 ) ) - empathy? ( >=net-im/empathy-2.27.91 ) - gajim? ( - net-im/gajim - >=dev-libs/dbus-glib-0.60 ) - 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 )" -# 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 empathy - _use_plugin pidgin - _use_plugin gajim - _use_plugin upnp -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: skip evolution, it does not build properly - sed 's/evolution//g' -i Makefile.{am,in} || die "sed failed" -} - -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.4-r1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild index ba976e37f9d3..57004bb31233 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild @@ -1,6 +1,6 @@ # 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.1 2010/06/21 18:48:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4-r1.ebuild,v 1.2 2010/07/12 10:03:10 pacho Exp $ EAPI="2" @@ -22,9 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.18 || ( >=net-wireless/gnome-bluetooth-2.27 >=net-wireless/bluez-gnome-1.8 ) >=dev-libs/dbus-glib-0.60 ) - cdr? ( - || ( >=app-cdr/brasero-2.26.0[nautilus] - >=gnome-extra/nautilus-cd-burner-2.24.0 ) ) + cdr? ( >=app-cdr/brasero-2.26.0[nautilus] ) gajim? ( net-im/gajim >=dev-libs/dbus-glib-0.60 ) diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4.ebuild deleted file mode 100644 index 5de7c3510b38..000000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.4.ebuild +++ /dev/null @@ -1,89 +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.ebuild,v 1.2 2010/03/31 11:07:58 mr_bones_ Exp $ - -EAPI="2" - -inherit gnome2 multilib - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="bluetooth doc empathy gajim cdr pidgin upnp" # +mail - -# FIXME: mail plugin build is broken and not needed with evo-2.28, -# see https://bugzilla.gnome.org/579099 -# mail? ( >=gnome-extra/evolution-data-server-1.5.3 ) -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/glib-2.6 - >=gnome-base/nautilus-2.14 - >=gnome-base/gconf-2.13.0 - bluetooth? ( - || ( >=net-wireless/gnome-bluetooth-2.27 - >=net-wireless/bluez-gnome-1.8 ) - >=dev-libs/dbus-glib-0.60 ) - cdr? ( - || ( >=app-cdr/brasero-2.26.0[nautilus] - >=gnome-extra/nautilus-cd-burner-2.24.0 ) ) - empathy? ( >=net-im/empathy-2.27.91 ) - gajim? ( - net-im/gajim - >=dev-libs/dbus-glib-0.60 ) - 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 )" -# 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 empathy - _use_plugin pidgin - _use_plugin gajim - _use_plugin upnp -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: skip evolution, it does not build properly - sed 's/evolution//g' -i Makefile.{am,in} || die "sed failed" -} - -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 -} |