summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-02-19 09:49:59 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-02-19 09:50:11 +0000
commitbc6d29e55718cf17bf07e1d28e0b40ffe4ed7922 (patch)
tree7f4f57961b8e0ca648524188c53f5be1d8262f7d
parentdev-python/humanfriendly: Version Bump (diff)
parentnet-p2p/syncthing: fix licence & description, update metadata.xml (diff)
downloadgentoo-bc6d29e55718cf17bf07e1d28e0b40ffe4ed7922.tar.gz
gentoo-bc6d29e55718cf17bf07e1d28e0b40ffe4ed7922.tar.bz2
gentoo-bc6d29e55718cf17bf07e1d28e0b40ffe4ed7922.zip
Merge remote-tracking branch 'github/pr/872'.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--net-p2p/syncthing/metadata.xml5
-rw-r--r--net-p2p/syncthing/syncthing-0.12.19.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/net-p2p/syncthing/metadata.xml b/net-p2p/syncthing/metadata.xml
index f48302ad6b55..78bfd3011c54 100644
--- a/net-p2p/syncthing/metadata.xml
+++ b/net-p2p/syncthing/metadata.xml
@@ -14,7 +14,12 @@
<email>djc@gentoo.org</email>
<name>Dirkjan Ochtman</name>
</maintainer>
+ <longdescription lang="en">
+ Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.
+ 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.
+ </longdescription>
<upstream>
<remote-id type="github">syncthing/syncthing</remote-id>
+ <bugs-to>https://github.com/syncthing/syncthing/issues</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild
index f6a31e49ccb6..7e4f29a9e895 100644
--- a/net-p2p/syncthing/syncthing-0.12.19.ebuild
+++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
@@ -9,11 +9,11 @@ EGIT_COMMIT=v${PV}
inherit golang-vcs-snapshot systemd user
-DESCRIPTION="Syncthing is an open, trustworthy and decentralized cloud storage system"
-HOMEPAGE="http://syncthing.net"
+DESCRIPTION="Open Source Continuous File Synchronization"
+HOMEPAGE="https://syncthing.net"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""