public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: net-misc/sparkleshare/
@ 2015-12-10  7:44 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-12-10  7:44 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: net-misc/sparkleshare/
@ 2015-12-10  7:44 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-12-10  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4e151ecd5a4bc5b237df0170975424dcbf5dcb2b
Author:     grafi <grafi <AT> grafi <DOT> jp>
AuthorDate: Wed Dec  9 10:33:19 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 10:37:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4e151ecd

make sparkleshare unstable, fixing repoman QA issue

 net-misc/sparkleshare/sparkleshare-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/sparkleshare/sparkleshare-1.4.ebuild b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
index e9c8e73..3faca7d 100644
--- a/net-misc/sparkleshare/sparkleshare-1.4.ebuild
+++ b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.sparkleshare.org"
 SRC_URI="https://github.com/hbons/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="" # ayatana
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: net-misc/sparkleshare/
@ 2015-12-10  7:44 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-12-10  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     2239a478a8b18979d6cb8fde51151d822443d379
Author:     grafi <grafi <AT> grafi <DOT> jp>
AuthorDate: Wed Dec  9 09:20:05 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 09:22:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2239a478

Drop dependency to gvfs because it doesn't make sense.

Its existence is checked each runtime and it is used only to make the folder
icon pretty in Gnome environment. Gvfs should be available on Gnome
environment, and in non-Gnome environment its use has no effect.

 net-misc/sparkleshare/sparkleshare-1.4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/sparkleshare/sparkleshare-1.4.ebuild b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
index 573472c..e9c8e73 100644
--- a/net-misc/sparkleshare/sparkleshare-1.4.ebuild
+++ b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
@@ -28,7 +28,6 @@ COMMON_DEPEND=">=dev-lang/mono-2.8
 "
 RDEPEND="${COMMON_DEPEND}
 	>=dev-vcs/git-1.8
-	gnome-base/gvfs
 	net-misc/curl[ssl]
 	net-misc/openssh
 "


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: net-misc/sparkleshare/
@ 2015-12-10  7:44 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-12-10  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d814ccab24ef510814c6ce95f598bd913f32eebb
Author:     grafi <grafi <AT> grafi <DOT> jp>
AuthorDate: Wed Dec  9 09:19:03 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 09:19:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d814ccab

update sparkleshare

 net-misc/sparkleshare/metadata.xml                 |  2 +-
 ...eshare-1.1.0.ebuild => sparkleshare-1.4.ebuild} | 25 +++++++++++++++-------
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/net-misc/sparkleshare/metadata.xml b/net-misc/sparkleshare/metadata.xml
index f58e21d..6dc179b 100644
--- a/net-misc/sparkleshare/metadata.xml
+++ b/net-misc/sparkleshare/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
 	<herd>gnome</herd>
 	<upstream>
-		<remote-id type="bitbucket">hbons/sparkleshare</remote-id>
+		<remote-id type="github">hbons/sparkleshare</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
similarity index 58%
rename from net-misc/sparkleshare/sparkleshare-1.1.0.ebuild
rename to net-misc/sparkleshare/sparkleshare-1.4.ebuild
index 58d15ef..573472c 100644
--- a/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild
+++ b/net-misc/sparkleshare/sparkleshare-1.4.ebuild
@@ -1,15 +1,20 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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
+AT_M4DIR="build/m4/sparkleshare build/m4/shamrock build/m4/shave"
 
-inherit gnome2 mono-env
+inherit gnome2 mono-env autotools
+
+MY_PN="SparkleShare"
+MY_P="SparkleShare-${PV}"
+S="${WORKDIR}/${MY_P}"
 
 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"
+SRC_URI="https://github.com/hbons/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 KEYWORDS="amd64 x86"
@@ -17,13 +22,12 @@ 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
+	>=dev-dotnet/gtk-sharp-2.99.1
+	>=dev-dotnet/notify-sharp-3.0
+	dev-dotnet/webkitgtk-sharp
 "
 RDEPEND="${COMMON_DEPEND}
-	>=dev-vcs/git-1.7.12
+	>=dev-vcs/git-1.8
 	gnome-base/gvfs
 	net-misc/curl[ssl]
 	net-misc/openssh
@@ -32,6 +36,11 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
+src_prepare() {
+	sed -i "/^SHAVE_INIT/d" configure.ac
+	eautoreconf
+}
+
 src_configure() {
 	DOCS="News.txt legal/Authors.txt README.md"
 	gnome2_src_configure --disable-appindicator


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-10  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10  7:44 [gentoo-commits] proj/dotnet:master commit in: net-misc/sparkleshare/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2015-12-10  7:44 Heather Cynede
2015-12-10  7:44 Heather Cynede
2015-12-10  7:44 Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox