From: "Matsuu Takuto" <matsuu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/
Date: Wed, 11 Jan 2012 16:23:28 +0000 (UTC) [thread overview]
Message-ID: <fb486d359fe1a9039bf52b63b46ac65126bfcffd.matsuu@gentoo> (raw)
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() {
next reply other threads:[~2012-01-11 16:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 16:23 Matsuu Takuto [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-22 10:44 [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/ Justin Lecher
2012-05-03 11:41 Johannes Huber
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=fb486d359fe1a9039bf52b63b46ac65126bfcffd.matsuu@gentoo \
--to=matsuu@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