diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:07:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:18 +0100 |
commit | 0c71b2aa18e51d3eed3f7f206f1cf2d050741924 (patch) | |
tree | 17d631a196ed3f2b1fd39e8308237a13c4b3b78f /dev-db/etcd | |
parent | dev-db/db-je: Fix toolong DESCRIPTION (diff) | |
download | gentoo-0c71b2aa18e51d3eed3f7f206f1cf2d050741924.tar.gz gentoo-0c71b2aa18e51d3eed3f7f206f1cf2d050741924.tar.bz2 gentoo-0c71b2aa18e51d3eed3f7f206f1cf2d050741924.zip |
dev-db/etcd: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/etcd-2.3.7.ebuild | 4 | ||||
-rw-r--r-- | dev-db/etcd/etcd-3.0.17.ebuild | 2 | ||||
-rw-r--r-- | dev-db/etcd/etcd-3.1.0.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/etcd/etcd-2.3.7.ebuild b/dev-db/etcd/etcd-2.3.7.ebuild index 8a4d8284b804..c5cc3963a3b8 100644 --- a/dev-db/etcd/etcd-2.3.7.ebuild +++ b/dev-db/etcd/etcd-2.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit user systemd KEYWORDS="~amd64" -DESCRIPTION="A highly-available key value store for shared configuration and service discovery" +DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://github.com/coreos/etcd/" SRC_URI="https://github.com/coreos/etcd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-db/etcd/etcd-3.0.17.ebuild b/dev-db/etcd/etcd-3.0.17.ebuild index 70eaa3e656cb..4ce1531c778f 100644 --- a/dev-db/etcd/etcd-3.0.17.ebuild +++ b/dev-db/etcd/etcd-3.0.17.ebuild @@ -7,7 +7,7 @@ inherit user systemd golang-vcs-snapshot KEYWORDS="~amd64" EGO_PN=github.com/coreos/etcd -DESCRIPTION="A highly-available key value store for shared configuration and service discovery" +DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://${EGO_PN}/" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-db/etcd/etcd-3.1.0.ebuild b/dev-db/etcd/etcd-3.1.0.ebuild index 70eaa3e656cb..4ce1531c778f 100644 --- a/dev-db/etcd/etcd-3.1.0.ebuild +++ b/dev-db/etcd/etcd-3.1.0.ebuild @@ -7,7 +7,7 @@ inherit user systemd golang-vcs-snapshot KEYWORDS="~amd64" EGO_PN=github.com/coreos/etcd -DESCRIPTION="A highly-available key value store for shared configuration and service discovery" +DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://${EGO_PN}/" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |