diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-13 12:39:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-13 12:39:35 +0000 |
commit | 4c0e51d18dac3004c375b23df7d500712b2c8c8b (patch) | |
tree | d52b51b0b8d1d591281b78d7d155582d57ea203d /gnome-extra/gnome-do-plugins | |
parent | gwenhywfar version bump (diff) | |
download | gentoo-2-4c0e51d18dac3004c375b23df7d500712b2c8c8b.tar.gz gentoo-2-4c0e51d18dac3004c375b23df7d500712b2c8c8b.tar.bz2 gentoo-2-4c0e51d18dac3004c375b23df7d500712b2c8c8b.zip |
Remove old
(Portage version: 2.1.10.49/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.8.2-r1.ebuild | 66 | ||||
-rw-r--r-- | gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.3.ebuild | 48 |
3 files changed, 5 insertions, 115 deletions
diff --git a/gnome-extra/gnome-do-plugins/ChangeLog b/gnome-extra/gnome-do-plugins/ChangeLog index fdb657f8972d..5ad1e45073d3 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.23 2012/05/05 06:25:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.24 2012/05/13 12:39:35 ago Exp $ + + 13 May 2012; Agostino Sarubbo <ago@gentoo.org> + -gnome-do-plugins-0.8.2-r1.ebuild, -gnome-do-plugins-0.8.3.ebuild: + Remove old 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gnome-do-plugins-0.8.2-r1.ebuild, gnome-do-plugins-0.8.3.ebuild, diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild deleted file mode 100644 index 2cb11457bf64..000000000000 --- a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.2-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 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.2-r1.ebuild,v 1.3 2012/05/05 06:25:18 jdhore Exp $ - -EAPI=2 - -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}/0.8/${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} - virtual/pkgconfig" - -src_prepare() { - # Filed upstream as https://bugs.launchpad.net/do/+bug/392422 - use banshee || sed -i -r -e "/(BANSHEE_INDEXER_DLL)/d" BundledLibraries/Makefile.am - - epatch "${FILESDIR}/${P}-mono26.patch" - epatch "${FILESDIR}/${P}-mono28.patch" - - # Use the new Sqlite client instead of the deprecated one - # https://bugs.launchpad.net/do-plugins/+bug/682832 - sed -i -e "s/SqliteClient/Sqlite/" Firefox/Makefile.am Firefox/src/PlacesItemSource.cs || die "Unable to use newer Sqlite client." - - eautomake -} - -src_configure() { - econf --enable-debug=no --enable-release=yes \ - $(use banshee) \ - $(use evo evolution) \ - --disable-flickr || die "configure failed" -} - -src_compile() -{ - # The make system is unfortunately broken for parallel builds and - # upstream indicated on IRC that they have no intention to fix - # that. - emake -j1 || 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." -} diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.3.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.3.ebuild deleted file mode 100644 index ea80cfdcc215..000000000000 --- a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.8.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 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.3.ebuild,v 1.2 2012/05/05 06:25:18 jdhore Exp $ - -EAPI=2 - -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" - -RDEPEND=">=gnome-extra/gnome-do-${PV} - dev-dotnet/wnck-sharp - banshee? ( >=media-sound/banshee-1.4.2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - # The build system doesn't properly disable this plugin, so remove - # it the hard way. - sed -i -e '/Empathy/d' Makefile.am || die - - eautomake -} - -src_configure() { - econf --enable-debug=no --enable-release=yes \ - $(use banshee) \ - --disable-empathy \ - --disable-flickr || die "configure failed" -} - -src_compile() -{ - # The make system is unfortunately broken for parallel builds and - # upstream indicated on IRC that they have no intention to fix - # that. - emake -j1 || die "make failed" -} |