diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-03-17 19:33:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-03-17 19:33:51 +0000 |
commit | 5b33baba8680346c2a60e0ec83a355643b0e9eb7 (patch) | |
tree | df40cf35bd1aac6ebc5d3f363f8715d4b8e98f3d /gnome-extra/gnome-do-plugins | |
parent | alpha/sparc stable (diff) | |
download | gentoo-2-5b33baba8680346c2a60e0ec83a355643b0e9eb7.tar.gz gentoo-2-5b33baba8680346c2a60e0ec83a355643b0e9eb7.tar.bz2 gentoo-2-5b33baba8680346c2a60e0ec83a355643b0e9eb7.zip |
Remove intermediate version.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gnome-do-plugins')
-rw-r--r-- | gnome-extra/gnome-do-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild | 48 |
2 files changed, 6 insertions, 49 deletions
diff --git a/gnome-extra/gnome-do-plugins/ChangeLog b/gnome-extra/gnome-do-plugins/ChangeLog index 90e448628978..9347874ea810 100644 --- a/gnome-extra/gnome-do-plugins/ChangeLog +++ b/gnome-extra/gnome-do-plugins/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2009/02/01 17:57:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.8 2009/03/17 19:33:51 graaff Exp $ + + 17 Mar 2009; Hans de Graaff <graaff@gentoo.org> + -gnome-do-plugins-0.6.0.1.ebuild: + Remove intermediate version that had some issues due to the online plugin + system. *gnome-do-plugins-0.8.0 (01 Feb 2009) diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild deleted file mode 100644 index 6eec6f659391..000000000000 --- a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild +++ /dev/null @@ -1,48 +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.6.0.1.ebuild,v 1.1 2008/12/13 15:13:18 graaff Exp $ - -inherit eutils autotools gnome2 mono versionator - -MY_PN="do-plugins" -PVC=$(get_version_component_range 1-2) -PVC2=$(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}/${PVC}/${PVC2}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=gnome-extra/gnome-do-${PV} - dev-dotnet/wnck-sharp" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/monodevelop" - -src_unpack() { - unpack ${A} - cd ${S} - epatch "${FILESDIR}/${P}-disable-evo-flickr.patch" - 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." -} |