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-misc/netpipe/
Date: Sat, 15 Sep 2018 12:47:19
Message-Id: 1537015600.23e17d289e0689f8167e7b68190104ccc94b577c.zlogene@gentoo
1 commit: 23e17d289e0689f8167e7b68190104ccc94b577c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 12:46:40 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 12:46:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e17d28
7
8 net-misc/netpipe: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild | 31 -----------------------
13 net-misc/netpipe/netpipe-1.0.0_beta2.ebuild | 34 --------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
17 deleted file mode 100644
18 index af216cb7ee0..00000000000
19 --- a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
30 -HOMEPAGE="https://www.wudika.de/~jan/netpipe/"
31 -SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -S="${WORKDIR}/${PN}"
39 -
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 - sed -i \
44 - -e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \
45 - -e "s:^CC=.*:CC = $(tc-getCC):" \
46 - Makefile || die "sed failed"
47 -}
48 -
49 -src_install() {
50 - dobin netpipe || die "dobin failed"
51 - dodoc DOCUMENTATION INSTALL TECH-NOTES || die
52 -}
53
54 diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild
55 deleted file mode 100644
56 index 4c8855a3fed..00000000000
57 --- a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild
58 +++ /dev/null
59 @@ -1,34 +0,0 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=0
64 -
65 -inherit toolchain-funcs
66 -
67 -DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
68 -HOMEPAGE="https://www.wudika.de/~jan/netpipe/"
69 -SRC_URI="https://www.wudika.de/~jan/netpipe/${PN}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="ppc x86"
74 -IUSE=""
75 -
76 -DEPEND=""
77 -RDEPEND=""
78 -
79 -S="${WORKDIR}/${PN}"
80 -
81 -src_unpack() {
82 - unpack ${A}
83 - cd "${S}"
84 - sed -i \
85 - -e "s:^OPT=.*:OPT = ${CFLAGS}:" \
86 - -e "s:^CC=.*:CC = $(tc-getCC):" \
87 - Makefile
88 -}
89 -
90 -src_install() {
91 - dobin netpipe || die "dobin failed"
92 - dodoc DOCUMENTATION INSTALL TECH-NOTES
93 -}