diff options
author | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-02-18 13:48:39 +0200 |
---|---|---|
committer | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-02-18 13:54:06 +0200 |
commit | 57263e2717a8425957eb537762d88867499d6c8f (patch) | |
tree | d94029ab73fb1ad58824d36a4cffc2d4f984858a /net-p2p | |
parent | dev-ml/ocaml-re: disable doc building as it does not build. Bug #574572. (diff) | |
download | gentoo-57263e2717a8425957eb537762d88867499d6c8f.tar.gz gentoo-57263e2717a8425957eb537762d88867499d6c8f.tar.bz2 gentoo-57263e2717a8425957eb537762d88867499d6c8f.zip |
net-p2p/syncthing: fix licence & description, update metadata.xml
switch HOMEPAGE to use 'https://' (redirected by default to it),
description was taken from official repo description,
long description (taken from official site),
also bugs-to link was added
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/metadata.xml | 5 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-0.12.19.ebuild | 6 |
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="" |