diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-05-31 09:36:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-05-31 09:36:14 +0000 |
commit | 7a47164671ed181d19b495aa8255d1e9acfed0b9 (patch) | |
tree | 8033ce63ae2424d7bcb88fd99c399e3cbd618913 /gnome-extra/gnome-do-plugins | |
parent | Version bump (diff) | |
download | historical-7a47164671ed181d19b495aa8255d1e9acfed0b9.tar.gz historical-7a47164671ed181d19b495aa8255d1e9acfed0b9.tar.bz2 historical-7a47164671ed181d19b495aa8255d1e9acfed0b9.zip |
Remove old versions.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/gnome-do-plugins')
-rw-r--r-- | gnome-extra/gnome-do-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-do-plugins/gnome-do-plugins-0.4.0.ebuild | 32 | ||||
-rw-r--r-- | gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.0.ebuild | 51 |
3 files changed, 5 insertions, 84 deletions
diff --git a/gnome-extra/gnome-do-plugins/ChangeLog b/gnome-extra/gnome-do-plugins/ChangeLog index dc1e8bb4cca4..1f2c8074b671 100644 --- a/gnome-extra/gnome-do-plugins/ChangeLog +++ b/gnome-extra/gnome-do-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-do-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.9 2009/03/17 20:30:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.10 2009/05/31 09:34:26 graaff Exp $ + + 31 May 2009; Hans de Graaff <graaff@gentoo.org> + -gnome-do-plugins-0.4.0.ebuild, -gnome-do-plugins-0.8.0.ebuild: + Remove old versions. *gnome-do-plugins-0.8.1.3 (17 Mar 2009) diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.4.0.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.4.0.ebuild deleted file mode 100644 index a99888c100d6..000000000000 --- a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.4.0.ebuild,v 1.1 2008/03/22 12:30:17 graaff Exp $ - -inherit eutils autotools gnome2 mono versionator - -MY_PN="do-plugins" -PVC=$(get_version_component_range 1-2) - -DESCRIPTION="Plugins to put the Do in Gnome Do" -HOMEPAGE="http://do.davebsd.com/" -SRC_URI="https://launchpad.net/do/trunk/${PVC}/+download/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="amarok evo" - -DEPEND=">=gnome-extra/gnome-do-${PV} - evo? ( dev-dotnet/evolution-sharp )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_compile() -{ - econf \ - $(use_enable amarok amarok-plugin) \ - $(use_enable evo evolution-plugin) \ - || die "configure failed" - emake || die "make failed" -} diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.0.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.0.ebuild deleted file mode 100644 index 659541776b36..000000000000 --- a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.0.ebuild,v 1.2 2009/02/01 21:27:49 mr_bones_ Exp $ - -inherit eutils autotools gnome2 mono versionator - -MY_PN="do-plugins" -PVC=$(get_version_component_range 1-3) - -DESCRIPTION="Plugins to put the Do in Gnome Do" -HOMEPAGE="http://do.davebsd.com/" -SRC_URI="https://launchpad.net/${MY_PN}/trunk/${PVC}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="banshee evo" - -RDEPEND=">=gnome-extra/gnome-do-${PV} - dev-dotnet/wnck-sharp - banshee? ( >=media-sound/banshee-1.4.2 ) - evo? ( dev-dotnet/evolution-sharp )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/monodevelop" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -r -e "/(FLICKR|Flickr)/d" configure.ac Makefile.am - use banshee || sed -i -r -e "/(BANSHEE|Banshee)/d" configure.ac Makefile.am - use evo || sed -i -r -e "/(EVOLUTION|Evolution)/d" configure.ac Makefile.am - eautoreconf -} - -src_compile() -{ - econf --enable-debug=no --enable-release=yes || die "configure failed" - emake || die "make failed" -} - -pkg_postinst() -{ - ewarn "Plugin handling has changed since gnome-do 0.4." - ewarn "If you install the gnome-do-plugins package you will have local copies" - ewarn "of the plugins, but you still need to manually enable them in Preferences." - ewarn "Also note that plugins installed from upstream may not be compatible with" - ewarn "your system. When in doubt check the output from gnome-do itself". - ewarn "Old plugins may not be compatible either." - ewarn "Check ~/.local/share/gnome-do/ if you have problems with plugins." -} |