summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-22 12:25:07 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-22 12:25:07 +0200
commitb10cdb4cb94701e057c6e563b1e1c0cc13eb61ae (patch)
treeb70238b0d5b6761a0140cfe9944e28f6a0bddfe0 /app-backup
parentapp-misc/svgstrip: Fix SRC_URI (diff)
downloadbetagarden-b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae.tar.gz
betagarden-b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae.tar.bz2
betagarden-b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae.zip
Drop obsolete Sources unavailable
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/sparkleshare/ChangeLog34
-rw-r--r--app-backup/sparkleshare/Manifest1
-rw-r--r--app-backup/sparkleshare/metadata.xml11
-rw-r--r--app-backup/sparkleshare/sparkleshare-0.6.0.ebuild61
4 files changed, 0 insertions, 107 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 <jlec@gentoo.org> sparkleshare-0.6.0.ebuild,
- metadata.xml:
- QA fixes
-
-*sparkleshare-0.6.0 (11 Jan 2012)
-
- 11 Jan 2012; MATSUU Takuto <matsuu@gentoo.org> -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 <jlec@gentoo.org> metadata.xml:
- Removed no-herd from herd tag in metadata.xml
-
-*sparkleshare-0.2.5 (19 Aug 2011)
-
- 19 Aug 2011; MATSUU Takuto <matsuu@gentoo.org> +sparkleshare-0.2.5.ebuild:
- Version bumped.
-
-*sparkleshare-0.2.4 (30 Jun 2011)
-
- 30 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> -sparkleshare-0.2.3.ebuild,
- +sparkleshare-0.2.4.ebuild:
- Version bumped.
-
-*sparkleshare-0.2.3 (29 Jun 2011)
-
- 29 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +sparkleshare-0.2.3.ebuild,
- +metadata.xml:
- Initial import.
-
diff --git a/app-backup/sparkleshare/Manifest b/app-backup/sparkleshare/Manifest
deleted file mode 100644
index ad74215..0000000
--- a/app-backup/sparkleshare/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sparkleshare-0.6.0.tar.gz 1065979 SHA256 a4c4a310c573f00d713bf4c954895d6bc1ffc30775be72455399ea29d46aab5d
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>matsuu@gentoo.org</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
-}