net-misc/netpipe: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 15 Sep 2018 12:46:40 +0000 (15:46 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 15 Sep 2018 12:46:40 +0000 (15:46 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild [deleted file]
net-misc/netpipe/netpipe-1.0.0_beta2.ebuild [deleted file]

diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
deleted file mode 100644 (file)
index af216cb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
-HOMEPAGE="https://www.wudika.de/~jan/netpipe/"
-SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -i \
-               -e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \
-               -e "s:^CC=.*:CC = $(tc-getCC):" \
-               Makefile || die "sed failed"
-}
-
-src_install() {
-       dobin netpipe || die "dobin failed"
-       dodoc DOCUMENTATION INSTALL TECH-NOTES || die
-}
diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild
deleted file mode 100644 (file)
index 4c8855a..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
-HOMEPAGE="https://www.wudika.de/~jan/netpipe/"
-SRC_URI="https://www.wudika.de/~jan/netpipe/${PN}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -i \
-               -e "s:^OPT=.*:OPT = ${CFLAGS}:" \
-               -e "s:^CC=.*:CC = $(tc-getCC):" \
-               Makefile
-}
-
-src_install() {
-       dobin netpipe || die "dobin failed"
-       dodoc DOCUMENTATION INSTALL TECH-NOTES
-}