commit:     23e17d289e0689f8167e7b68190104ccc94b577c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 12:46:40 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 12:46:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e17d28

net-misc/netpipe: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/netpipe/netpipe-1.0.0_beta2-r1.ebuild | 31 -----------------------
 net-misc/netpipe/netpipe-1.0.0_beta2.ebuild    | 34 --------------------------
 2 files changed, 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 af216cb7ee0..00000000000
--- 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 4c8855a3fed..00000000000
--- 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
-}

Reply via email to