Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
Date: Fri, 30 Dec 2022 10:14:06
Message-Id: 1672395178.48f5d6b40547f19a9541bdc8161ff857fff4f5b0.ceamac@gentoo
1 commit: 48f5d6b40547f19a9541bdc8161ff857fff4f5b0
2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 10:12:58 2022 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 10:12:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f5d6b4
7
8 net-misc/rinetd: add 0.73
9
10 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
11
12 net-misc/rinetd/Manifest | 1 +
13 net-misc/rinetd/metadata.xml | 8 +++++++-
14 net-misc/rinetd/rinetd-0.73.ebuild | 18 ++++++++++++++++++
15 3 files changed, 26 insertions(+), 1 deletion(-)
16
17 diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest
18 index 28de4a7f75d5..f4c5ff624624 100644
19 --- a/net-misc/rinetd/Manifest
20 +++ b/net-misc/rinetd/Manifest
21 @@ -1 +1,2 @@
22 DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
23 +DIST rinetd-0.73.tar.bz2 115343 BLAKE2B c85ff0b65d28095a554b53bc7a1b162cbbdb8eabd1c3d1bd8475c64a5b9dd7ec576036e2318d3a8125ac52af323f8238bb4a3e05fe37d1d9ad87e4d6d6fbcb3b SHA512 e5d1c7e5826a75c520453032f6e4651700860505dfced625698fc036249b9f585a894e1fee905321878b2d2a265c843f5a746090311929518594263b33b64ed8
24
25 diff --git a/net-misc/rinetd/metadata.xml b/net-misc/rinetd/metadata.xml
26 index 85e4ed814fa2..381cfd02c871 100644
27 --- a/net-misc/rinetd/metadata.xml
28 +++ b/net-misc/rinetd/metadata.xml
29 @@ -1,5 +1,11 @@
30 <?xml version="1.0" encoding="UTF-8"?>
31 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
32 <pkgmetadata>
33 -<!-- maintainer-needed -->
34 + <maintainer type="person">
35 + <email>ceamac@g.o</email>
36 + <name>Viorel Munteanu</name>
37 + </maintainer>
38 + <upstream>
39 + <remote-id type="github">samhocevar/rinetd</remote-id>
40 + </upstream>
41 </pkgmetadata>
42
43 diff --git a/net-misc/rinetd/rinetd-0.73.ebuild b/net-misc/rinetd/rinetd-0.73.ebuild
44 new file mode 100644
45 index 000000000000..c81de62b5c30
46 --- /dev/null
47 +++ b/net-misc/rinetd/rinetd-0.73.ebuild
48 @@ -0,0 +1,18 @@
49 +# Copyright 1999-2022 Gentoo Authors
50 +# Distributed under the terms of the GNU General Public License v2
51 +
52 +EAPI=8
53 +
54 +DESCRIPTION="redirects TCP connections from one IP address and port to another"
55 +HOMEPAGE="https://github.com/samhocevar/rinetd"
56 +SRC_URI="https://github.com/samhocevar/rinetd/releases/download/v${PV}/${P}.tar.bz2"
57 +
58 +LICENSE="GPL-2+ GPL-2"
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~x86"
61 +
62 +src_install() {
63 + default
64 +
65 + newinitd "${FILESDIR}"/rinetd.rc rinetd
66 +}