summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-15 15:46:40 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-15 15:46:40 +0300
commit23e17d289e0689f8167e7b68190104ccc94b577c (patch)
treefd22b3557c8273c41a76909dcee882640ff1361a /net-misc/netpipe
parentnet-misc/netpipe: amd64/ppc stable wrt bug #665728 (diff)
downloadgentoo-23e17d289e0689f8167e7b68190104ccc94b577c.tar.gz
gentoo-23e17d289e0689f8167e7b68190104ccc94b577c.tar.bz2
gentoo-23e17d289e0689f8167e7b68190104ccc94b577c.zip
net-misc/netpipe: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/netpipe')
-rw-r--r--net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild31
-rw-r--r--net-misc/netpipe/netpipe-1.0.0_beta2.ebuild34
2 files changed, 0 insertions, 65 deletions
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
index af216cb7ee05..000000000000
--- a/net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild
+++ /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
index 4c8855a3fede..000000000000
--- a/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild
+++ /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
-}