summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-21 12:20:44 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-21 12:20:44 +0000
commit6e68cd23a972eed50b6a3065f2dccc3d8b11915c (patch)
tree36aadeccab6497959bf2d85391a012fa7c727da3 /net-analyzer/netio
parentVersion bump by thomasg (bug #453242). (diff)
downloadgentoo-2-6e68cd23a972eed50b6a3065f2dccc3d8b11915c.tar.gz
gentoo-2-6e68cd23a972eed50b6a3065f2dccc3d8b11915c.tar.bz2
gentoo-2-6e68cd23a972eed50b6a3065f2dccc3d8b11915c.zip
Drop stable ebuilds (see bugs #391789, #453242).
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r--net-analyzer/netio/ChangeLog6
-rw-r--r--net-analyzer/netio/netio-1.26-r1.ebuild61
-rw-r--r--net-analyzer/netio/netio-1.26.ebuild55
3 files changed, 5 insertions, 117 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog
index 548cb65ada57..e4adb4109ee4 100644
--- a/net-analyzer/netio/ChangeLog
+++ b/net-analyzer/netio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/netio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.27 2013/01/21 12:18:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.28 2013/01/21 12:20:44 jer Exp $
+
+ 21 Jan 2013; Jeroen Roovers <jer@gentoo.org> -netio-1.26.ebuild,
+ -netio-1.26-r1.ebuild:
+ Drop stable ebuilds (see bugs #391789, #453242).
*netio-1.32 (21 Jan 2013)
diff --git a/net-analyzer/netio/netio-1.26-r1.ebuild b/net-analyzer/netio/netio-1.26-r1.ebuild
deleted file mode 100644
index 21ba7c3eacd8..000000000000
--- a/net-analyzer/netio/netio-1.26-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26-r1.ebuild,v 1.1 2010/08/09 17:44:49 jer Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs versionator
-
-MY_P="${PN}$(get_version_component_range 1)$(get_version_component_range 2)"
-DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols."
-HOMEPAGE="http://www.ars.de/ars/ars.nsf/docs/netio"
-SRC_URI="mirror://gentoo/${MY_P}.zip"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip
- >=sys-apps/sed-4"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- edos2unix *.c *.h
-
- sed -i Makefile \
- -e 's|\(CFLAGS\)=|\1+=|g' \
- -e 's|\(CC\)=|\1?=|g' \
- -e "s|LFLAGS=\"\"|LFLAGS?=\"${LDFLAGS}\"|g" \
- || die "sed Makefile failed"
- epatch "${FILESDIR}"/${P}-linux-include.patch
-}
-
-src_compile() {
- emake linux \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- dobin netio || die "dobin failed"
-
- # to be sure to comply with the license statement in netio.doc,
- # just install everything included in the package to doc
- dodoc netio.doc FILE_ID.DIZ getopt.h netb_1_c.h netbios.h netio.c \
- netb_2_c.h netio.doc getopt.c Makefile netbios.c
-
- # also install binaries
- dodoc bin/os2-i386.exe bin/win32-i386.exe
-}
-
-pkg_postinst() {
- echo
- elog "NOTE: all files included in the upstream zip file have"
- elog "been installed to /usr/share/doc/${PF}, as required by"
- elog "the license."
- echo
-}
diff --git a/net-analyzer/netio/netio-1.26.ebuild b/net-analyzer/netio/netio-1.26.ebuild
deleted file mode 100644
index eccb889b8e9c..000000000000
--- a/net-analyzer/netio/netio-1.26.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.11 2010/01/01 17:41:56 fauli Exp $
-
-inherit toolchain-funcs versionator
-
-MY_P="${PN}$(get_version_component_range 1)$(get_version_component_range 2)"
-DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols."
-HOMEPAGE="http://www.ars.de/ars/ars.nsf/docs/netio"
-SRC_URI="mirror://gentoo/${MY_P}.zip"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip
- >=sys-apps/sed-4"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e 's|\(CFLAGS\)=|\1?=|g' \
- -e 's|\(CC\)=|\1?=|g' Makefile || die "sed Makefile failed"
-}
-
-src_compile() {
- emake linux \
- CC="$(tc-getCC)" \
- CFLAGS="-DUNIX ${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- dobin netio || die "dobin failed"
-
- # to be sure to comply with the license statement in netio.doc,
- # just install everything included in the package to doc
- dodoc netio.doc FILE_ID.DIZ getopt.h netb_1_c.h netbios.h netio.c \
- netb_2_c.h netio.doc getopt.c Makefile netbios.c
-
- # also install binaries
- dodoc bin/os2-i386.exe bin/win32-i386.exe
-}
-
-pkg_postinst() {
- echo
- elog "NOTE: all files included in the upstream zip file have"
- elog "been installed to /usr/share/doc/${PF}, as required by"
- elog "the license."
- echo
-}