dev-db/etcd: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Mon, 14 Jan 2019 14:03:40 +0000 (15:03 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 14 Jan 2019 14:03:40 +0000 (15:03 +0100)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
dev-db/etcd/Manifest
dev-db/etcd/etcd-3.2.22.ebuild [deleted file]
dev-db/etcd/etcd-3.2.24.ebuild [deleted file]
dev-db/etcd/etcd-3.3.8.ebuild [deleted file]
dev-db/etcd/etcd-3.3.9.ebuild [deleted file]

index 6d3f9925bfb152d044e562294516e79ecd51aac5..6a2110993b2828f2db969478456f8c4100f11719 100644 (file)
@@ -1,6 +1,2 @@
-DIST etcd-3.2.22.tar.gz 3243190 BLAKE2B 165eff928f5f5419d02ef07aebb5160ac5473721a1e27ee1eb2a6b1e5ff775f2f7254ddfc20dec14c28cd2de68966e7b8521fb29c7242a420fa61d226e16b3ba SHA512 7a32dce894ca643f0c51267edc0fba2524c197f0ac3185c6acd22879cd58236f6bcc9c3825d9b8f196255c8bf6aed1b893e1a62124c946f95b4832b409a6b4c0
-DIST etcd-3.2.24.tar.gz 3246004 BLAKE2B 98a4265fdff3b86ab8741aa820c6d6e9ed97ff0e4d8ca04815f3e9e73c35f87999906a6deb092e775606793002a60ba11c89840ecac35999b166709140b81c80 SHA512 49cbd6c2c59face31202e5d96e05be03286129fd38124126a2d8bead2f2a441486a848749a2cc5862b62332dd5d560c4be1f4d6c05ded70081ac48d94bf4d16d
 DIST etcd-3.3.10.tar.gz 3526904 BLAKE2B 8266212707f8fb280d55deba8dffb44e4d48b906c56034b174848fe6f237d5efba8c15ebea076d799db7f3ec560e2d188fdcc8fe26334ae1cbef0384fe8cf847 SHA512 848e241e816312307f74520b99aeabf7def6862093897035ace16cb230817d8e2681d7d2f1c1ac220d7c2b4c7c0a1262bbe3e4db927524f785de888566d2097c
 DIST etcd-3.3.11.tar.gz 3526863 BLAKE2B 5daf511e0d1d064a141a29de456aca0a837567052e3c742afc535405e04c90c70dd347b90960df2decadc53a38ceaf7acfad9346677cb17f892ece437cdf10e8 SHA512 4274c4988b6e7fe61dbcc88c88ed6647debd7a67c448b9101c77bebeef6400e65b9e2cc930f635c3f59105554411e1ac606c6a146ad6927a01d2e921b1a92949
-DIST etcd-3.3.8.tar.gz 3518826 BLAKE2B 4d8ac66022c63250e37871a40041a799a21361f005f5ff259711ea7a0557acbe7f3920815ff0b5193499177e42c306ff8383192e7d4c31c94439d9461dea979f SHA512 c3a3f9ffb614e383854bf5a8819e3dcad8f02b267d74197685b546c856e983c92f8c459185c327adf7ba3d0326e2058fb34caac0896d78494cde86c3f7e04ac7
-DIST etcd-3.3.9.tar.gz 3521457 BLAKE2B 4c8ae96744b93efe19626225ccd5deca19e9e6bd18d87778e9ba1c207e288ed66d79410bc51bb8c7621c0bf261012ca95d86cd9d307655688a6026a46d891c34 SHA512 1e5143060d04138eee68250b57f73bf7a6fdb4ca085443df067b12a4824d24b591e42f3d890a285912126447e8b28c0e6bcee58b8633e01dcf9ae5764ff531a6
diff --git a/dev-db/etcd/etcd-3.2.22.ebuild b/dev-db/etcd/etcd-3.2.22.ebuild
deleted file mode 100644 (file)
index 34692b6..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/coreos/etcd"
-DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
-HOMEPAGE="https://github.com/coreos/etcd"
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc"
-DEPEND=">=dev-lang/go-1.8:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-       default
-       sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
-               -i "${S}"/src/${EGO_PN}/build || die
-}
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-}
-
-src_compile() {
-       export GOPATH=${S}
-       pushd src/${EGO_PN} || die
-       ./build || die
-       popd || die
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       insinto /etc/${PN}
-       doins "${FILESDIR}/${PN}.conf"
-       dobin bin/*
-       dodoc README.md
-       use doc && dodoc -r Documentation
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-       dodir /var/lib/${PN}
-       fowners ${PN}:${PN} /var/lib/${PN}
-       fperms 0700 /var/lib/${PN}
-       dodir /var/log/${PN}
-       fowners ${PN}:${PN} /var/log/${PN}
-       fperms 755 /var/log/${PN}
-       popd || die
-}
-
-src_test() {
-       pushd src/${EGO_PN} || die
-       ./test || die
-       popd || die
-}
diff --git a/dev-db/etcd/etcd-3.2.24.ebuild b/dev-db/etcd/etcd-3.2.24.ebuild
deleted file mode 100644 (file)
index 34692b6..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/coreos/etcd"
-DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
-HOMEPAGE="https://github.com/coreos/etcd"
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc"
-DEPEND=">=dev-lang/go-1.8:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-       default
-       sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
-               -i "${S}"/src/${EGO_PN}/build || die
-}
-
-pkg_setup() {
-       enewgroup ${PN}
-       enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-}
-
-src_compile() {
-       export GOPATH=${S}
-       pushd src/${EGO_PN} || die
-       ./build || die
-       popd || die
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       insinto /etc/${PN}
-       doins "${FILESDIR}/${PN}.conf"
-       dobin bin/*
-       dodoc README.md
-       use doc && dodoc -r Documentation
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-       dodir /var/lib/${PN}
-       fowners ${PN}:${PN} /var/lib/${PN}
-       fperms 0700 /var/lib/${PN}
-       dodir /var/log/${PN}
-       fowners ${PN}:${PN} /var/log/${PN}
-       fperms 755 /var/log/${PN}
-       popd || die
-}
-
-src_test() {
-       pushd src/${EGO_PN} || die
-       ./test || die
-       popd || die
-}
diff --git a/dev-db/etcd/etcd-3.3.8.ebuild b/dev-db/etcd/etcd-3.3.8.ebuild
deleted file mode 100644 (file)
index 88b1e47..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/coreos/etcd"
-MY_PV="${PV/_rc/-rc.}"
-DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
-HOMEPAGE="https://github.com/coreos/etcd"
-SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc +server"
-DEPEND=">=dev-lang/go-1.9:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-       default
-       sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
-               -i "${S}"/src/${EGO_PN}/build || die
-}
-
-pkg_setup() {
-       if use server; then
-               enewgroup ${PN}
-               enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-       fi
-}
-
-src_compile() {
-       export GOPATH=${S}
-       pushd src/${EGO_PN} || die
-       ./build || die
-       popd || die
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       dobin bin/etcdctl
-       use doc && dodoc -r Documentation
-       if use server; then
-               insinto /etc/${PN}
-               doins "${FILESDIR}/${PN}.conf"
-               dobin bin/etcd
-               dodoc README.md
-               systemd_dounit "${FILESDIR}/${PN}.service"
-               systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-               newinitd "${FILESDIR}"/${PN}.initd ${PN}
-               newconfd "${FILESDIR}"/${PN}.confd ${PN}
-               insinto /etc/logrotate.d
-               newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-               keepdir /var/lib/${PN}
-               fowners ${PN}:${PN} /var/lib/${PN}
-               fperms 0700 /var/lib/${PN}
-               keepdir /var/log/${PN}
-               fowners ${PN}:${PN} /var/log/${PN}
-               fperms 755 /var/log/${PN}
-       fi
-       popd || die
-}
-
-src_test() {
-       pushd src/${EGO_PN} || die
-       ./test || die
-       popd || die
-}
diff --git a/dev-db/etcd/etcd-3.3.9.ebuild b/dev-db/etcd/etcd-3.3.9.ebuild
deleted file mode 100644 (file)
index 88b1e47..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/coreos/etcd"
-MY_PV="${PV/_rc/-rc.}"
-DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
-HOMEPAGE="https://github.com/coreos/etcd"
-SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc +server"
-DEPEND=">=dev-lang/go-1.9:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-       default
-       sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
-               -i "${S}"/src/${EGO_PN}/build || die
-}
-
-pkg_setup() {
-       if use server; then
-               enewgroup ${PN}
-               enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-       fi
-}
-
-src_compile() {
-       export GOPATH=${S}
-       pushd src/${EGO_PN} || die
-       ./build || die
-       popd || die
-}
-
-src_install() {
-       pushd src/${EGO_PN} || die
-       dobin bin/etcdctl
-       use doc && dodoc -r Documentation
-       if use server; then
-               insinto /etc/${PN}
-               doins "${FILESDIR}/${PN}.conf"
-               dobin bin/etcd
-               dodoc README.md
-               systemd_dounit "${FILESDIR}/${PN}.service"
-               systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-               newinitd "${FILESDIR}"/${PN}.initd ${PN}
-               newconfd "${FILESDIR}"/${PN}.confd ${PN}
-               insinto /etc/logrotate.d
-               newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-               keepdir /var/lib/${PN}
-               fowners ${PN}:${PN} /var/lib/${PN}
-               fperms 0700 /var/lib/${PN}
-               keepdir /var/log/${PN}
-               fowners ${PN}:${PN} /var/log/${PN}
-               fperms 755 /var/log/${PN}
-       fi
-       popd || die
-}
-
-src_test() {
-       pushd src/${EGO_PN} || die
-       ./test || die
-       popd || die
-}