Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/nutcracker/
Date: Sat, 28 Nov 2020 16:44:59
Message-Id: 1606581889.b8fffb559d4288288f558665e1bfd1cf72e19fcf.bman@gentoo
1 commit: b8fffb559d4288288f558665e1bfd1cf72e19fcf
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 16:41:02 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:44:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fffb55
7
8 net-proxy/nutcracker: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 net-proxy/nutcracker/Manifest | 2 --
13 net-proxy/nutcracker/nutcracker-0.2.4.ebuild | 43 ----------------------------
14 net-proxy/nutcracker/nutcracker-0.3.0.ebuild | 43 ----------------------------
15 3 files changed, 88 deletions(-)
16
17 diff --git a/net-proxy/nutcracker/Manifest b/net-proxy/nutcracker/Manifest
18 index 01f190819d1..e23ed70311f 100644
19 --- a/net-proxy/nutcracker/Manifest
20 +++ b/net-proxy/nutcracker/Manifest
21 @@ -1,3 +1 @@
22 -DIST nutcracker-0.2.4.tar.gz 1723439 BLAKE2B 58287d9dfa51f6661fd1f288308c2172856dc284053e211df83f142d1314b89869b5eccb95412b71dc385726eb4a878cec0e2e9a79d5f2850214dab154c437b4 SHA512 13d7d2a778a5d85a1d73eaa220f2e95eb7765eff0c8af390ab916f099b12d6c1a99cb61ff418b9a909ff7e2b416b271ba034eb9f50cd7df1ee53600d8b681409
23 -DIST nutcracker-0.3.0.tar.gz 1825106 BLAKE2B e98a7a4a8d6599b14bdd21204cd0d1894d4474f32a2a9184d991217e6c087a504f51d8b822a0ad687b35c9119a63d5d338e6df4137f059784efd05c3b512aa65 SHA512 81ba21c54b9a15fbb1d0a42b426643b65bcd20b7bb4b35cf3427235703a01a44188b762edff412afe20c193a4e75bf618f69d8c77bae9d66cd2c4e619416f565
24 DIST nutcracker-0.4.1.tar.gz 1163442 BLAKE2B 6838fbb5623ad49ef564176ba4c7d4e61cedb9693851cacc06d8ed09e3045b8cff9df1af8e21790cfa0e3f988b81a9c9cfa852449d532a432c05f3f4c3eace56 SHA512 581fae1d12feb983ed25b22cd6f597fd28b7070906ac29d3990669ae5c626a468914021cee152a6a2299a2838c838ad907e4c911b911ef04166ac7bbb2982da1
25
26 diff --git a/net-proxy/nutcracker/nutcracker-0.2.4.ebuild b/net-proxy/nutcracker/nutcracker-0.2.4.ebuild
27 deleted file mode 100644
28 index fa6a1948951..00000000000
29 --- a/net-proxy/nutcracker/nutcracker-0.2.4.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit autotools eutils
38 -
39 -DESCRIPTION="A fast, light-weight proxy for Memcached and Redis.
40 -(Twitter's Twemproxy)"
41 -HOMEPAGE="https://github.com/twitter/twemproxy"
42 -SRC_URI="https://twemproxy.googlecode.com/files/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="debug doc"
48 -
49 -DEPEND=">=dev-libs/libyaml-0.1.4"
50 -RDEPEND="${DEPEND}"
51 -
52 -src_prepare() {
53 - # Lets use system libyaml
54 - epatch "${FILESDIR}/${P}-use-system-libyaml.patch"
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - econf $(use debug)
60 -}
61 -
62 -src_install() {
63 - default_src_install
64 -
65 - insinto /etc/nutcracker
66 - newins conf/nutcracker.yml nutcracker.yml.example
67 -
68 - newconfd "${FILESDIR}/nutcracker.confd" nutcracker
69 - newinitd "${FILESDIR}/nutcracker.initd" nutcracker
70 -
71 - if use doc; then
72 - dodoc -r notes
73 - fi
74 -}
75
76 diff --git a/net-proxy/nutcracker/nutcracker-0.3.0.ebuild b/net-proxy/nutcracker/nutcracker-0.3.0.ebuild
77 deleted file mode 100644
78 index bd06f918d24..00000000000
79 --- a/net-proxy/nutcracker/nutcracker-0.3.0.ebuild
80 +++ /dev/null
81 @@ -1,43 +0,0 @@
82 -# Copyright 1999-2014 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -
87 -inherit autotools eutils
88 -
89 -DESCRIPTION="A fast, light-weight proxy for Memcached and Redis.
90 -(Twitter's Twemproxy)"
91 -HOMEPAGE="https://github.com/twitter/twemproxy"
92 -SRC_URI="https://twemproxy.googlecode.com/files/${P}.tar.gz"
93 -
94 -LICENSE="Apache-2.0"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="debug doc"
98 -
99 -DEPEND=">=dev-libs/libyaml-0.1.4"
100 -RDEPEND="${DEPEND}"
101 -
102 -src_prepare() {
103 - # Lets use system libyaml
104 - epatch "${FILESDIR}/${P}-use-system-libyaml.patch"
105 - eautoreconf
106 -}
107 -
108 -src_configure() {
109 - econf $(use debug)
110 -}
111 -
112 -src_install() {
113 - default_src_install
114 -
115 - insinto /etc/nutcracker
116 - newins conf/nutcracker.yml nutcracker.yml.example
117 -
118 - newconfd "${FILESDIR}/nutcracker.confd" nutcracker
119 - newinitd "${FILESDIR}/nutcracker.initd" nutcracker
120 -
121 - if use doc; then
122 - dodoc -r notes
123 - fi
124 -}