From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
Date: Tue, 22 Sep 2015 10:44:43 +0000 (UTC) [thread overview]
Message-ID: <1442917507.b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae.jlec@gentoo> (raw)
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 <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/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
-}
next reply other threads:[~2015-09-22 10:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 10:44 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 11:41 [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/ Johannes Huber
2012-01-11 16:23 Matsuu Takuto
2011-10-27 18:02 Justin Lecher
2011-08-20 1:32 Matsuu Takuto
2011-06-30 18:00 Matsuu Takuto
2011-06-29 12:25 Matsuu Takuto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442917507.b10cdb4cb94701e057c6e563b1e1c0cc13eb61ae.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox