Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Fri, 19 Feb 2016 09:52:43
Message-Id: 1455796446.57263e2717a8425957eb537762d88867499d6c8f.monsieurp@gentoo
1 commit: 57263e2717a8425957eb537762d88867499d6c8f
2 Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 18 11:48:39 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 11:54:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57263e27
7
8 net-p2p/syncthing: fix licence & description, update metadata.xml
9
10 switch HOMEPAGE to use 'https://' (redirected by default to it),
11 description was taken from official repo description,
12 long description (taken from official site),
13 also bugs-to link was added
14
15 net-p2p/syncthing/metadata.xml | 5 +++++
16 net-p2p/syncthing/syncthing-0.12.19.ebuild | 6 +++---
17 2 files changed, 8 insertions(+), 3 deletions(-)
18
19 diff --git a/net-p2p/syncthing/metadata.xml b/net-p2p/syncthing/metadata.xml
20 index f48302a..78bfd30 100644
21 --- a/net-p2p/syncthing/metadata.xml
22 +++ b/net-p2p/syncthing/metadata.xml
23 @@ -14,7 +14,12 @@
24 <email>djc@g.o</email>
25 <name>Dirkjan Ochtman</name>
26 </maintainer>
27 + <longdescription lang="en">
28 + Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.
29 + Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
30 + </longdescription>
31 <upstream>
32 <remote-id type="github">syncthing/syncthing</remote-id>
33 + <bugs-to>https://github.com/syncthing/syncthing/issues</bugs-to>
34 </upstream>
35 </pkgmetadata>
36
37 diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild
38 index f6a31e4..7e4f29a 100644
39 --- a/net-p2p/syncthing/syncthing-0.12.19.ebuild
40 +++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
41 @@ -9,11 +9,11 @@ EGIT_COMMIT=v${PV}
42
43 inherit golang-vcs-snapshot systemd user
44
45 -DESCRIPTION="Syncthing is an open, trustworthy and decentralized cloud storage system"
46 -HOMEPAGE="http://syncthing.net"
47 +DESCRIPTION="Open Source Continuous File Synchronization"
48 +HOMEPAGE="https://syncthing.net"
49 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
50
51 -LICENSE="MIT"
52 +LICENSE="MPL-2.0"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 IUSE=""