summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-14 23:08:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-14 23:08:56 +0000
commitbee9fbf8de81dcfda132dd074f3dc4b6051f77a8 (patch)
treed86b65480bc88b3da234547888511449565de779 /net-analyzer/traceroute
parentsmall enhancement to examples of doicon (diff)
downloadgentoo-2-bee9fbf8de81dcfda132dd074f3dc4b6051f77a8.tar.gz
gentoo-2-bee9fbf8de81dcfda132dd074f3dc4b6051f77a8.tar.bz2
gentoo-2-bee9fbf8de81dcfda132dd074f3dc4b6051f77a8.zip
old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r--net-analyzer/traceroute/ChangeLog7
-rw-r--r--net-analyzer/traceroute/files/traceroute-2.0.15-make-382.patch12
-rw-r--r--net-analyzer/traceroute/traceroute-2.0.15.ebuild35
-rw-r--r--net-analyzer/traceroute/traceroute-2.0.16.ebuild32
-rw-r--r--net-analyzer/traceroute/traceroute-2.0.17.ebuild32
5 files changed, 6 insertions, 112 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog
index faa53a7d4204..483229b09960 100644
--- a/net-analyzer/traceroute/ChangeLog
+++ b/net-analyzer/traceroute/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/traceroute
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.92 2012/06/12 03:34:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.93 2012/06/14 23:08:55 ssuominen Exp $
+
+ 14 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -traceroute-2.0.15.ebuild, -files/traceroute-2.0.15-make-382.patch,
+ -traceroute-2.0.16.ebuild, -traceroute-2.0.17.ebuild:
+ old
12 Jun 2012; Zac Medico <zmedico@gentoo.org> traceroute-2.0.15.ebuild,
traceroute-2.0.16.ebuild, traceroute-2.0.17.ebuild, traceroute-2.0.18.ebuild:
diff --git a/net-analyzer/traceroute/files/traceroute-2.0.15-make-382.patch b/net-analyzer/traceroute/files/traceroute-2.0.15-make-382.patch
deleted file mode 100644
index f9a5752064e4..000000000000
--- a/net-analyzer/traceroute/files/traceroute-2.0.15-make-382.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://bugs.gentoo.org/337912
-
---- default.rules
-+++ default.rules
-@@ -188,6 +188,6 @@
- @mkdir -p $(DESTDIR)$(mandir)/man$(patsubst .%,%,$(suffix $(1)))
- cp -f $(1) $(DESTDIR)$(mandir)/man$(patsubst .%,%,$(suffix $(1)))
-
--endef
- $(foreach man,$(install_manuals),$(call inst_man,$(man)))
-+endef
- endif
diff --git a/net-analyzer/traceroute/traceroute-2.0.15.ebuild b/net-analyzer/traceroute/traceroute-2.0.15.ebuild
deleted file mode 100644
index 32384db0d7c9..000000000000
--- a/net-analyzer/traceroute/traceroute-2.0.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.15.ebuild,v 1.7 2012/06/12 03:34:17 zmedico Exp $
-
-EAPI=2
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Utility to trace the route of IP packets"
-HOMEPAGE="http://traceroute.sourceforge.net/"
-SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="static"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-make-382.patch
-}
-
-src_compile() {
- use static && append-ldflags -static
- tc-export CC AR RANLIB
- emake env=yes || die
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix="/usr" \
- libdir="/usr/$(get_libdir)" \
- install \
- || die
- dodoc ChangeLog CREDITS README TODO
-}
diff --git a/net-analyzer/traceroute/traceroute-2.0.16.ebuild b/net-analyzer/traceroute/traceroute-2.0.16.ebuild
deleted file mode 100644
index b8bd76e8dd3a..000000000000
--- a/net-analyzer/traceroute/traceroute-2.0.16.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.16.ebuild,v 1.2 2012/06/12 03:34:17 zmedico Exp $
-
-EAPI=2
-
-inherit flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Utility to trace the route of IP packets"
-HOMEPAGE="http://traceroute.sourceforge.net/"
-SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="static"
-
-src_compile() {
- use static && append-ldflags -static
- tc-export CC AR RANLIB
- emake env=yes || die
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix="/usr" \
- libdir="/usr/$(get_libdir)" \
- install \
- || die
- dodoc ChangeLog CREDITS README TODO
-}
diff --git a/net-analyzer/traceroute/traceroute-2.0.17.ebuild b/net-analyzer/traceroute/traceroute-2.0.17.ebuild
deleted file mode 100644
index c12af0df8cd2..000000000000
--- a/net-analyzer/traceroute/traceroute-2.0.17.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.17.ebuild,v 1.3 2012/06/12 03:34:17 zmedico Exp $
-
-EAPI="3"
-
-inherit flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Utility to trace the route of IP packets"
-HOMEPAGE="http://traceroute.sourceforge.net/"
-SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
-IUSE="static"
-
-src_compile() {
- use static && append-ldflags -static
- tc-export CC AR RANLIB
- emake env=yes || die
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix="${EPREFIX}/usr" \
- libdir="${EPREFIX}/usr/$(get_libdir)" \
- install \
- || die
- dodoc ChangeLog CREDITS README TODO
-}