commit:     1eaa2231c2901abfffb7c69d8080a52716071d2d
Author:     grafi <grafi <AT> grafi <DOT> jp>
AuthorDate: Wed Dec  9 09:14:40 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 09:14:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1eaa2231

copy sparkleshare 1.1.0 from portage tree

 net-misc/sparkleshare/metadata.xml              |  8 +++++
 net-misc/sparkleshare/sparkleshare-1.1.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-misc/sparkleshare/metadata.xml 
b/net-misc/sparkleshare/metadata.xml
new file mode 100644
index 0000000..f58e21d
--- /dev/null
+++ b/net-misc/sparkleshare/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <herd>gnome</herd>
+       <upstream>
+               <remote-id type="bitbucket">hbons/sparkleshare</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild 
b/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild
new file mode 100644
index 0000000..58d15ef
--- /dev/null
+++ b/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no" # --enable-debug does not do anything
+
+inherit gnome2 mono-env
+
+DESCRIPTION="Git-based collaboration and file sharing tool"
+HOMEPAGE="http://www.sparkleshare.org";
+SRC_URI="https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-linux-${PV}-tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="amd64 x86"
+SLOT="0"
+IUSE="" # ayatana
+
+COMMON_DEPEND=">=dev-lang/mono-2.8
+       >=dev-dotnet/glib-sharp-2.12.7
+       >=dev-dotnet/gtk-sharp-2.12.10
+       dev-dotnet/notify-sharp
+       dev-dotnet/webkit-sharp
+"
+RDEPEND="${COMMON_DEPEND}
+       >=dev-vcs/git-1.7.12
+       gnome-base/gvfs
+       net-misc/curl[ssl]
+       net-misc/openssh
+"
+DEPEND="${COMMON_DEPEND}
+       virtual/pkgconfig
+"
+
+src_configure() {
+       DOCS="News.txt legal/Authors.txt README.md"
+       gnome2_src_configure --disable-appindicator
+       #       $(use_enable ayatana appindicator)
+       # requires >=appindicator-sharp-0.0.7
+}

Reply via email to