summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-04-09 23:06:08 -0700
committerZac Medico <zmedico@gentoo.org>2016-04-09 23:07:36 -0700
commitd6a77a1363365794231020e40ccdcad17129ef5f (patch)
tree4bcadc69bdb6b3ae7a95fe441216efa465d2fd80 /dev-db
parentdev-ruby/tokyocabinet: add 1.32.0 (diff)
downloadgentoo-d6a77a1363365794231020e40ccdcad17129ef5f.tar.gz
gentoo-d6a77a1363365794231020e40ccdcad17129ef5f.tar.bz2
gentoo-d6a77a1363365794231020e40ccdcad17129ef5f.zip
dev-db/etcdctl: drop package (merged into dev-db/etcd for some time)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/etcdctl/Manifest1
-rw-r--r--dev-db/etcdctl/etcdctl-0.4.6-r1.ebuild34
-rw-r--r--dev-db/etcdctl/etcdctl-0.4.6.ebuild34
-rw-r--r--dev-db/etcdctl/metadata.xml13
4 files changed, 0 insertions, 82 deletions
diff --git a/dev-db/etcdctl/Manifest b/dev-db/etcdctl/Manifest
deleted file mode 100644
index da679aceb949..000000000000
--- a/dev-db/etcdctl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST etcdctl-0.4.6.zip 62437 SHA256 b57c463bfc65114b3f78406409edf693af6f79fa3d2937470081355d629121a7 SHA512 b47c3a0e2071e0352226e91f344839f1dfcd75dc8d11ca6b73c33a0570aabe94f557c3ed79ec9da9e0005656d8da49468c3df4a82df61c823cb1902b6e09bddd WHIRLPOOL a630d2d21956221363c292c37dd996a6fc0986eced0a58ec0703eabcd10b36106dd53f5a708b4aedb8158330f70e853c1228d611564d56b56838aa9d4a9342b4
diff --git a/dev-db/etcdctl/etcdctl-0.4.6-r1.ebuild b/dev-db/etcdctl/etcdctl-0.4.6-r1.ebuild
deleted file mode 100644
index 8fb38cbcca19..000000000000
--- a/dev-db/etcdctl/etcdctl-0.4.6-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-KEYWORDS="~amd64"
-DESCRIPTION="A simple command line client for etcd"
-HOMEPAGE="https://github.com/coreos/etcdctl/"
-SRC_URI="https://github.com/coreos/etcdctl/archive/v${PV}.zip -> ${P}.zip"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="examples"
-
-DEPEND=">=dev-lang/go-1.2:="
-RDEPEND=""
-
-src_prepare() {
- sed -e "s:^\(go install\)\(.*\)$:\\1 -x -ldflags=\"-v -linkmode=external -extldflags '${LDFLAGS}'\" \\2:" \
- -i build || die
-}
-
-src_compile() {
- CGO_CFLAGS="${CFLAGS}" ./build || die
-}
-
-src_test() {
- ./test || die
-}
-
-src_install() {
- dobin bin/${PN}
- dodoc README.md
- use examples && dodoc -r examples
-}
diff --git a/dev-db/etcdctl/etcdctl-0.4.6.ebuild b/dev-db/etcdctl/etcdctl-0.4.6.ebuild
deleted file mode 100644
index 45973eade0d4..000000000000
--- a/dev-db/etcdctl/etcdctl-0.4.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-KEYWORDS="~amd64"
-DESCRIPTION="A simple command line client for etcd"
-HOMEPAGE="https://github.com/coreos/etcdctl/"
-SRC_URI="https://github.com/coreos/etcdctl/archive/v${PV}.zip -> ${P}.zip"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="examples"
-
-DEPEND=">=dev-lang/go-1.2"
-RDEPEND=""
-
-src_prepare() {
- sed -e "s:^\(go install\)\(.*\)$:\\1 -x -ldflags=\"-v -linkmode=external -extldflags '${LDFLAGS}'\" \\2:" \
- -i build || die
-}
-
-src_compile() {
- CGO_CFLAGS="${CFLAGS}" ./build || die
-}
-
-src_test() {
- ./test || die
-}
-
-src_install() {
- dobin bin/${PN}
- dodoc README.md
- use examples && dodoc -r examples
-}
diff --git a/dev-db/etcdctl/metadata.xml b/dev-db/etcdctl/metadata.xml
deleted file mode 100644
index 6d487938fb0f..000000000000
--- a/dev-db/etcdctl/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <bugs-to>https://github.com/coreos/etcdctl/issues</bugs-to>
- <changelog>https://github.com/coreos/etcdctl/commits/master</changelog>
- <doc>https://github.com/coreos/etcdctl/blob/master/README.md</doc>
- <remote-id type="github">coreos/etcdctl</remote-id>
- </upstream>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
-</pkgmetadata>