* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2011-06-29 12:25 Matsuu Takuto
0 siblings, 0 replies; 7+ messages in thread
From: Matsuu Takuto @ 2011-06-29 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 5f6830071f0438f50fe0f7b4a33f5e5d0e2d8807
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 12:25:15 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 12:25:15 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f683007
app-backup/sparkleshare: Initial import.
---
app-backup/sparkleshare/ChangeLog | 10 ++++
app-backup/sparkleshare/metadata.xml | 9 +++
app-backup/sparkleshare/sparkleshare-0.2.3.ebuild | 57 +++++++++++++++++++++
3 files changed, 76 insertions(+), 0 deletions(-)
diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog
new file mode 100644
index 0000000..984a852
--- /dev/null
+++ b/app-backup/sparkleshare/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-backup/sparkleshare
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*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
new file mode 100644
index 0000000..1393be2
--- /dev/null
+++ b/app-backup/sparkleshare/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>matsuu@gentoo.org</email>
+ <name>MATSUU Takuto</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-backup/sparkleshare/sparkleshare-0.2.3.ebuild b/app-backup/sparkleshare/sparkleshare-0.2.3.ebuild
new file mode 100644
index 0000000..4ec9052
--- /dev/null
+++ b/app-backup/sparkleshare/sparkleshare-0.2.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit gnome2-utils
+
+DESCRIPTION="A collaboration and sharing tool that is designed to keep things simple and to stay out of your way."
+HOMEPAGE="http://sparkleshare.org/"
+SRC_URI="https://github.com/downloads/hbons/SparkleShare/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc libnotify nautilus"
+
+RDEPEND=">=dev-lang/mono-2.2
+ >=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"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/pkgconfig
+ doc? ( >=app-text/gnome-doc-utils-0.17.3 )"
+# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 )
+
+src_configure() {
+ local myconf
+ if use debug ; then
+ myconf="${myconf} --enable-debug"
+ else
+ myconf="${myconf} --enable-release"
+ fi
+ econf ${myconf} || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS NEWS README || die
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2011-06-30 18:00 Matsuu Takuto
0 siblings, 0 replies; 7+ messages in thread
From: Matsuu Takuto @ 2011-06-30 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 458353f6cdb691ad9cf9bc6810109c5055a34b34
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 18:00:03 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 18:00:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=458353f6
app-backup/sparkleshare: Version bumped.
---
app-backup/sparkleshare/ChangeLog | 6 ++++++
app-backup/sparkleshare/metadata.xml | 3 +++
...hare-0.2.3.ebuild => sparkleshare-0.2.4.ebuild} | 0
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog
index 984a852..bfcdc49 100644
--- a/app-backup/sparkleshare/ChangeLog
+++ b/app-backup/sparkleshare/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*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,
diff --git a/app-backup/sparkleshare/metadata.xml b/app-backup/sparkleshare/metadata.xml
index 1393be2..e80eb74 100644
--- a/app-backup/sparkleshare/metadata.xml
+++ b/app-backup/sparkleshare/metadata.xml
@@ -6,4 +6,7 @@
<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.2.3.ebuild b/app-backup/sparkleshare/sparkleshare-0.2.4.ebuild
similarity index 100%
rename from app-backup/sparkleshare/sparkleshare-0.2.3.ebuild
rename to app-backup/sparkleshare/sparkleshare-0.2.4.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2011-08-20 1:32 Matsuu Takuto
0 siblings, 0 replies; 7+ messages in thread
From: Matsuu Takuto @ 2011-08-20 1:32 UTC (permalink / raw
To: gentoo-commits
commit: 6077e58ea8fc69d0b864f84141bcbc0f53adaeb3
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 01:31:12 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 01:31:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6077e58e
app-backup/sparkleshare: Version bumped.
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 05280D69)
---
app-backup/sparkleshare/ChangeLog | 5 ++
app-backup/sparkleshare/sparkleshare-0.2.5.ebuild | 57 +++++++++++++++++++++
2 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog
index bfcdc49..4cd82e1 100644
--- a/app-backup/sparkleshare/ChangeLog
+++ b/app-backup/sparkleshare/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*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,
diff --git a/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild b/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild
new file mode 100644
index 0000000..4ec9052
--- /dev/null
+++ b/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit gnome2-utils
+
+DESCRIPTION="A collaboration and sharing tool that is designed to keep things simple and to stay out of your way."
+HOMEPAGE="http://sparkleshare.org/"
+SRC_URI="https://github.com/downloads/hbons/SparkleShare/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc libnotify nautilus"
+
+RDEPEND=">=dev-lang/mono-2.2
+ >=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"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/pkgconfig
+ doc? ( >=app-text/gnome-doc-utils-0.17.3 )"
+# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 )
+
+src_configure() {
+ local myconf
+ if use debug ; then
+ myconf="${myconf} --enable-debug"
+ else
+ myconf="${myconf} --enable-release"
+ fi
+ econf ${myconf} || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS NEWS README || die
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 07f571c6bc23a28cf22a119d5ac564ed0311f459
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 14:05:09 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 14:05:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=07f571c6
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
app-backup/sparkleshare/ChangeLog | 3 +++
app-backup/sparkleshare/metadata.xml | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog
index 4cd82e1..80bde6e 100644
--- a/app-backup/sparkleshare/ChangeLog
+++ b/app-backup/sparkleshare/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 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:
diff --git a/app-backup/sparkleshare/metadata.xml b/app-backup/sparkleshare/metadata.xml
index e80eb74..495211c 100644
--- a/app-backup/sparkleshare/metadata.xml
+++ b/app-backup/sparkleshare/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<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>
+ <flag name="nautilus">Enable SparkleShare client extension in <pkg>gnome-base/nautilus</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2012-01-11 16:23 Matsuu Takuto
0 siblings, 0 replies; 7+ messages in thread
From: Matsuu Takuto @ 2012-01-11 16:23 UTC (permalink / raw
To: gentoo-commits
commit: fb486d359fe1a9039bf52b63b46ac65126bfcffd
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 16:23:19 2012 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 16:23:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fb486d35
app-backup/sparkleshare: Version bumped.
(Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with key 05280D69)
---
app-backup/sparkleshare/ChangeLog | 8 +++-
app-backup/sparkleshare/sparkleshare-0.2.5.ebuild | 57 --------------------
...hare-0.2.4.ebuild => sparkleshare-0.6.0.ebuild} | 26 ++++++---
3 files changed, 24 insertions(+), 67 deletions(-)
diff --git a/app-backup/sparkleshare/ChangeLog b/app-backup/sparkleshare/ChangeLog
index 80bde6e..a70c11b 100644
--- a/app-backup/sparkleshare/ChangeLog
+++ b/app-backup/sparkleshare/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for app-backup/sparkleshare
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*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
diff --git a/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild b/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild
deleted file mode 100644
index 4ec9052..0000000
--- a/app-backup/sparkleshare/sparkleshare-0.2.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit gnome2-utils
-
-DESCRIPTION="A collaboration and sharing tool that is designed to keep things simple and to stay out of your way."
-HOMEPAGE="http://sparkleshare.org/"
-SRC_URI="https://github.com/downloads/hbons/SparkleShare/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc libnotify nautilus"
-
-RDEPEND=">=dev-lang/mono-2.2
- >=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"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- doc? ( >=app-text/gnome-doc-utils-0.17.3 )"
-# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 )
-
-src_configure() {
- local myconf
- if use debug ; then
- myconf="${myconf} --enable-debug"
- else
- myconf="${myconf} --enable-release"
- fi
- econf ${myconf} || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS NEWS README || die
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/app-backup/sparkleshare/sparkleshare-0.2.4.ebuild b/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
similarity index 72%
rename from app-backup/sparkleshare/sparkleshare-0.2.4.ebuild
rename to app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
index 4ec9052..011db7f 100644
--- a/app-backup/sparkleshare/sparkleshare-0.2.4.ebuild
+++ b/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI="4"
inherit gnome2-utils
DESCRIPTION="A collaboration and sharing tool that is designed to keep things simple and to stay out of your way."
@@ -12,21 +12,23 @@ SRC_URI="https://github.com/downloads/hbons/SparkleShare/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc libnotify nautilus"
+IUSE="debug doc gtk libnotify nautilus"
RDEPEND=">=dev-lang/mono-2.2
- >=dev-dotnet/gtk-sharp-2.12.2
- >=dev-dotnet/glib-sharp-2.12.2
- libnotify? ( dev-dotnet/notify-sharp )
+ 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
dev-util/pkgconfig
doc? ( >=app-text/gnome-doc-utils-0.17.3 )"
-# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 )
src_configure() {
local myconf
@@ -35,13 +37,19 @@ src_configure() {
else
myconf="${myconf} --enable-release"
fi
- econf ${myconf} || die
+ # --enable-gtkui b0rked
+ if ! use gtk ; then
+ myconf="${myconf} --disable-gtkui"
+ fi
+ econf \
+ $(use_enable nautilus nautilus-extension) \
+ ${myconf}
}
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README || die
+ dodoc AUTHORS NEWS
}
pkg_preinst() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2012-05-03 11:41 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2012-05-03 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 2a4ba488123292dbf1107f886364f1220db03242
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 09:52:04 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 3 09:52:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2a4ba488
[app-backup/sparklesharei] Migrate to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
---
app-backup/sparkleshare/sparkleshare-0.6.0.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild b/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
index 011db7f..0d09a7c 100644
--- a/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
+++ b/app-backup/sparkleshare/sparkleshare-0.6.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-lang/mono-2.2
# appindicator? ( >=dev-dotnet/appindicator-sharp-0.0.7 )
DEPEND="${RDEPEND}
sys-devel/gettext
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( >=app-text/gnome-doc-utils-0.17.3 )"
src_configure() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
@ 2015-09-22 10:44 Justin Lecher
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-09-22 10:44 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-09-22 10:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 1:32 [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/ Matsuu Takuto
-- strict thread matches above, loose matches on Subject: below --
2015-09-22 10:44 Justin Lecher
2012-05-03 11:41 Johannes Huber
2012-01-11 16:23 Matsuu Takuto
2011-10-27 18:02 Justin Lecher
2011-06-30 18:00 Matsuu Takuto
2011-06-29 12:25 Matsuu Takuto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox