Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
Date: Tue, 02 Jan 2018 19:07:32
Message-Id: 1514920037.2948c992be2f67cca4cd6312c4dc98a579c037ea.zlogene@gentoo
1 commit: 2948c992be2f67cca4cd6312c4dc98a579c037ea
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 19:07:17 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 19:07:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2948c992
7
8 net-proxy/tayga: Drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 net-proxy/tayga/tayga-0.9.2.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/net-proxy/tayga/tayga-0.9.2.ebuild b/net-proxy/tayga/tayga-0.9.2.ebuild
16 deleted file mode 100644
17 index ad5952e38af..00000000000
18 --- a/net-proxy/tayga/tayga-0.9.2.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=3
25 -
26 -inherit autotools
27 -
28 -DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN"
29 -HOMEPAGE="http://www.litech.org/tayga/"
30 -SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND="${DEPEND}"
39 -
40 -src_prepare() {
41 - sed -e '/^CFLAGS/d' \
42 - -i configure.ac
43 - eautoreconf
44 -}
45 -
46 -src_install() {
47 - emake DESTDIR="${D}" install || die
48 - dodoc README || die
49 -}