Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/sparkleshare: ChangeLog sparkleshare-1.1.0.ebuild
Date: Thu, 01 Aug 2013 18:56:22
Message-Id: 20130801185502.F41E72171C@flycatcher.gentoo.org
1 hasufell 13/08/01 18:55:02
2
3 Modified: ChangeLog
4 Added: sparkleshare-1.1.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.9 net-misc/sparkleshare/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sparkleshare/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sparkleshare/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sparkleshare/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 15 May 2013 04:13:02 -0000 1.8
24 +++ ChangeLog 1 Aug 2013 18:55:02 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/sparkleshare
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/ChangeLog,v 1.8 2013/05/15 04:13:02 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/ChangeLog,v 1.9 2013/08/01 18:55:02 hasufell Exp $
30 +
31 +*sparkleshare-1.1.0 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Julian Ospald <hasufell@g.o> +sparkleshare-1.1.0.ebuild:
34 + version bump
35
36 15 May 2013; Patrick Lauer <patrick@g.o> metadata.xml:
37 Fix metadata.xml
38
39
40
41 1.1 net-misc/sparkleshare/sparkleshare-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sparkleshare-1.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/sparkleshare/sparkleshare-1.1.0.ebuild,v 1.1 2013/08/01 18:55:02 hasufell Exp $
51
52 EAPI=5
53 GCONF_DEBUG="no" # --enable-debug does not do anything
54
55 inherit gnome2 mono-env
56
57 DESCRIPTION="Git-based collaboration and file sharing tool"
58 HOMEPAGE="http://www.sparkleshare.org"
59 SRC_URI="https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-linux-${PV}-tar.gz -> ${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE="" # ayatana
65
66 COMMON_DEPEND=">=dev-lang/mono-2.8
67 >=dev-dotnet/glib-sharp-2.12.7
68 >=dev-dotnet/gtk-sharp-2.12.10
69 dev-dotnet/notify-sharp
70 dev-dotnet/webkit-sharp
71 "
72 RDEPEND="${COMMON_DEPEND}
73 >=dev-vcs/git-1.7.12
74 gnome-base/gvfs
75 net-misc/curl[ssl]
76 net-misc/openssh
77 "
78 DEPEND="${COMMON_DEPEND}
79 virtual/pkgconfig
80 "
81
82 src_configure() {
83 DOCS="News.txt legal/Authors.txt README.md"
84 gnome2_src_configure --disable-appindicator
85 # $(use_enable ayatana appindicator)
86 # requires >=appindicator-sharp-0.0.7
87 }