public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 29 Jun 2011 12:25:23 +0000 (UTC)	[thread overview]
Message-ID: <5f6830071f0438f50fe0f7b4a33f5e5d0e2d8807.matsuu@gentoo> (raw)

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
+}



             reply	other threads:[~2011-06-29 12:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29 12:25 Matsuu Takuto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-30 18:00 [gentoo-commits] proj/betagarden:master commit in: app-backup/sparkleshare/ Matsuu Takuto
2011-08-20  1:32 Matsuu Takuto
2011-10-27 18:02 Justin Lecher
2012-01-11 16:23 Matsuu Takuto
2012-05-03 11:41 Johannes Huber
2015-09-22 10:44 Justin Lecher

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=5f6830071f0438f50fe0f7b4a33f5e5d0e2d8807.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