Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
Date: Sat, 30 Jun 2018 09:39:51
Message-Id: 1530351515.8c930e23f14f1f1936d1d2fda1b3e9bd02b862e8.monsieurp@gentoo
1 commit: 8c930e23f14f1f1936d1d2fda1b3e9bd02b862e8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 09:38:35 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 09:38:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c930e23
7
8 net-misc/redir: clean up old.
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 net-misc/redir/redir-2.2.1.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-misc/redir/redir-2.2.1.ebuild b/net-misc/redir/redir-2.2.1.ebuild
16 deleted file mode 100644
17 index bb9c59ba7ec..00000000000
18 --- a/net-misc/redir/redir-2.2.1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="Redir is a port redirector"
29 -HOMEPAGE="http://sammy.net/~sammy/hacks/"
30 -SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha ~amd64 ~hppa ~mips sparc x86"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND=""
39 -
40 -src_configure() {
41 - epatch "${FILESDIR}/${P}-include.patch"
42 -}
43 -
44 -src_compile() {
45 - emake \
46 - CC="$(tc-getCC)" \
47 - CFLAGS="${CFLAGS}" \
48 - LDFLAGS="${LDFLAGS}" || \
49 - die "emake failed"
50 -}
51 -
52 -src_install() {
53 - dobin redir || die "dobin failed"
54 - newman redir.man redir.1 || die "doman failed"
55 - dodoc CHANGES README transproxy.txt || die "dodoc failed"
56 -}