Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
Date: Wed, 04 May 2016 01:02:34
Message-Id: 1462322088.4e978b278373c3214adbc77a30f2aadf495121a1.wizardedit@gentoo
1 commit: 4e978b278373c3214adbc77a30f2aadf495121a1
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:34:48 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:34:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e978b27
7
8 net-misc/rinetd: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/rinetd/rinetd-0.62-r1.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-misc/rinetd/rinetd-0.62-r1.ebuild b/net-misc/rinetd/rinetd-0.62-r1.ebuild
16 deleted file mode 100644
17 index 9110077..0000000
18 --- a/net-misc/rinetd/rinetd-0.62-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="redirects TCP connections from one IP address and port to another"
30 -HOMEPAGE="http://www.boutell.com/rinetd/"
31 -SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -S=${WORKDIR}/${PN}
39 -
40 -src_prepare() {
41 - sed -i -e "s:gcc:$(tc-getCC) \$(CFLAGS) \$(LDFLAGS):" Makefile
42 -}
43 -
44 -src_compile() {
45 - emake CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" || die
46 -}
47 -
48 -src_install() {
49 - dosbin rinetd || die
50 - newinitd "${FILESDIR}"/rinetd.rc rinetd
51 - doman rinetd.8
52 - dodoc CHANGES README
53 - dohtml index.html
54 -}