commit: b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 10:25:07 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 10:25:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b10cdb4c
Drop obsolete Sources unavailable Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-backup/sparkleshare/ChangeLog | 34 ------------- app-backup/sparkleshare/metadata.xml | 11 ---- app-backup/sparkleshare/sparkleshare-0.6.0.ebuild | 61 ----------------------- 3 files changed, 106 deletions(-) diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog deleted file mode 100644 index 01c4ee3..0000000 --- a/app-backup/sparkleshare/ChangeLog +++ /dev/null @@ -1,34 +0,0 @@ -# ChangeLog for app-backup/sparkleshare -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Id$ - - 13 Oct 2013; Justin Lecher <[email protected]> sparkleshare-0.6.0.ebuild, - metadata.xml: - QA fixes - -*sparkleshare-0.6.0 (11 Jan 2012) - - 11 Jan 2012; MATSUU Takuto <[email protected]> -sparkleshare-0.2.4.ebuild, - -sparkleshare-0.2.5.ebuild, +sparkleshare-0.6.0.ebuild: - Version bumped. Removed old versions. - - 27 Oct 2011; Justin Lecher <[email protected]> metadata.xml: - Removed no-herd from herd tag in metadata.xml - -*sparkleshare-0.2.5 (19 Aug 2011) - - 19 Aug 2011; MATSUU Takuto <[email protected]> +sparkleshare-0.2.5.ebuild: - Version bumped. - -*sparkleshare-0.2.4 (30 Jun 2011) - - 30 Jun 2011; MATSUU Takuto <[email protected]> -sparkleshare-0.2.3.ebuild, - +sparkleshare-0.2.4.ebuild: - Version bumped. - -*sparkleshare-0.2.3 (29 Jun 2011) - - 29 Jun 2011; MATSUU Takuto <[email protected]> +sparkleshare-0.2.3.ebuild, - +metadata.xml: - Initial import. - diff --git a/app-backup/sparkleshare/metadata.xml b/app-backup/sparkleshare/metadata.xml deleted file mode 100644 index c46cb9d..0000000 --- a/app-backup/sparkleshare/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>MATSUU Takuto</name> - </maintainer> - <use> - <flag name="nautilus">Enable SparkleShare client extension in <pkg>gnome-base/nautilus</pkg></flag> - </use> -</pkgmetadata> diff --git a/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild b/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild deleted file mode 100644 index b02cd09..0000000 --- a/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit gnome2-utils - -DESCRIPTION="Collaboration and sharing tool,designed to keep things simple and to stay out of your way" -HOMEPAGE="http://sparkleshare.org/" -SRC_URI="mirror://github/hbons/SparkleShare/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc gtk libnotify nautilus" - -RDEPEND=" - >=dev-lang/mono-2.2 - gtk? ( - >=dev-dotnet/gtk-sharp-2.12.2 - >=dev-dotnet/glib-sharp-2.12.2 - libnotify? ( dev-dotnet/notify-sharp ) - ) - dev-dotnet/webkit-sharp - nautilus? ( dev-python/nautilus-python ) - >=dev-vcs/git-1.7.1 - virtual/libintl" -# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 ) -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - doc? ( >=app-text/gnome-doc-utils-0.17.3 )" - -src_configure() { - local myconf - if use debug ; then - myconf="${myconf} --enable-debug" - else - myconf="${myconf} --enable-release" - fi - # --enable-gtkui b0rked - if ! use gtk ; then - myconf="${myconf} --disable-gtkui" - fi - econf \ - $(use_enable nautilus nautilus-extension) \ - ${myconf} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
