summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-30 04:18:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-30 04:18:02 +0000
commit6fad75eb13217bdbce1330680d13db78e82418ce (patch)
tree6f64573e8ef30bee5f5a397175041ad439f0944c /sys-apps
parentfix HOMEPAGE for real (diff)
downloadhistorical-6fad75eb13217bdbce1330680d13db78e82418ce.tar.gz
historical-6fad75eb13217bdbce1330680d13db78e82418ce.tar.bz2
historical-6fad75eb13217bdbce1330680d13db78e82418ce.zip
old
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/iproute2/Manifest8
-rw-r--r--sys-apps/iproute2/files/digest-iproute2-2.6.11.200503301
-rw-r--r--sys-apps/iproute2/iproute2-2.6.11.20050330.ebuild77
3 files changed, 3 insertions, 83 deletions
diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 8fd17464f22d..b9601c53b5e6 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -13,7 +13,6 @@ MD5 5375310c6504f47ed3050805eb2675bc files/digest-iproute2-2.6.10.20050112-r1 76
MD5 b44fead085cc41126320e2bde31bc129 files/digest-iproute2-2.6.10.20050124 76
MD5 9b7de448bf17e80895da676709f9e93e files/digest-iproute2-2.6.11.20050310-r1 74
MD5 9b7de448bf17e80895da676709f9e93e files/digest-iproute2-2.6.11.20050310-r2 74
-MD5 c697aa743be2a6d8eb675cc5e02877e3 files/digest-iproute2-2.6.11.20050330 74
MD5 c697aa743be2a6d8eb675cc5e02877e3 files/digest-iproute2-2.6.11.20050330-r1 74
MD5 efc13e1a9a4a7bd080305d540ff5d48d files/digest-iproute2-2.6.7.20040608-r1 75
MD5 9b29094618e58434d24db4cd77edb622 files/iproute2-051007-esfq-2.6.13.patch 6499
@@ -28,13 +27,12 @@ MD5 245c23273c5e59ff02c6397c4979f142 iproute2-2.6.10.20050124.ebuild 1885
MD5 98f90927fdc3642161df7ec9b5abacea iproute2-2.6.11.20050310-r1.ebuild 1954
MD5 5160918bd877493f7f161c995c71499a iproute2-2.6.11.20050310-r2.ebuild 1960
MD5 24e2eb8ac403ef2934f26c3f36c479bf iproute2-2.6.11.20050330-r1.ebuild 2055
-MD5 a359582b72257ed8c6e907da77d89166 iproute2-2.6.11.20050330.ebuild 1995
MD5 6965651f639e49b593086b4b1e5be994 iproute2-2.6.7.20040608-r1.ebuild 2375
MD5 d0dad7daa0e6d356fc35f778fed36006 metadata.xml 225
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDZEkTgIKl8Uu19MoRAmx8AJ0V3e81/hNYvC+Xdscnoy/ve9VePwCdF2V+
-9KtNKslvHhN5vyc7Bac3Qpw=
-=wgk0
+iD8DBQFDZEmSgIKl8Uu19MoRAvDdAJ4+eMm0VyzQAAar6yrWEW1yfsOKsgCfbXT7
+8HyyY78zce4eNjCyeg5njDo=
+=SWiB
-----END PGP SIGNATURE-----
diff --git a/sys-apps/iproute2/files/digest-iproute2-2.6.11.20050330 b/sys-apps/iproute2/files/digest-iproute2-2.6.11.20050330
deleted file mode 100644
index f938b1ed6874..000000000000
--- a/sys-apps/iproute2/files/digest-iproute2-2.6.11.20050330
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e705f26b5ae93e0332e46ae3ff15d934 iproute2-2.6.11-050330.tar.gz 347051
diff --git a/sys-apps/iproute2/iproute2-2.6.11.20050330.ebuild b/sys-apps/iproute2/iproute2-2.6.11.20050330.ebuild
deleted file mode 100644
index b6e3be5ee1ce..000000000000
--- a/sys-apps/iproute2/iproute2-2.6.11.20050330.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.11.20050330.ebuild,v 1.5 2005/10/30 04:15:55 vapier Exp $
-
-inherit eutils toolchain-funcs
-
-MY_PV=${PV%.*}
-SNAP=${PV##*.}
-SNAP=${SNAP:2}
-DESCRIPTION="kernel routing and traffic control utilities"
-HOMEPAGE="http://linux-net.osdl.org/index.php/Iproute2"
-SRC_URI="http://developer.osdl.org/dev/iproute2/download/${PN}-${MY_PV}-${SNAP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="atm berkdb minimal"
-
-RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) )
- atm? ( net-dialup/linux-atm )"
-DEPEND="${RDEPEND}
- >=virtual/os-headers-2.4.21"
-
-S=${WORKDIR}/${PN}-${MY_PV}-${SNAP}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed"
- epatch "${FILESDIR}"/${P}-stack.patch
- epatch "${FILESDIR}"/${P}-parallel-build.patch
- #68948 - esfq/wrr patches
- epatch \
- "${FILESDIR}"/2.6.12-rc1-esfq.patch \
- "${FILESDIR}"/${P}-wrr.patch
- # don't build arpd if USE=-berkdb #81660
- use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile
- # Multilib fixes
- sed -i 's:/usr/local:/usr:' tc/m_ipt.c
- sed -i "s:/usr/lib/tc:/usr/$(get_libdir)/tc:g" \
- tc/Makefile tc/tc.c tc/q_netem.c || die
-}
-
-src_compile() {
- echo -n 'TC_CONFIG_ATM:=' > Config
- use atm \
- && echo 'y' >> Config \
- || echo 'n' >> Config
-
- local SUBDIRS="lib ip tc misc netem"
- use minimal && SUBDIRS="lib tc"
- emake \
- CC="$(tc-getCC)" \
- AR="$(tc-getAR)" \
- SUBDIRS="${SUBDIRS}" \
- || die "make"
-}
-
-src_install() {
- if use minimal; then
- into /
- dosbin tc/tc || die "minimal"
- return 0
- fi
-
- make \
- DESTDIR="${D}" \
- SBINDIR=/sbin \
- DOCDIR=/usr/share/doc/${PF} \
- install \
- || die "make install failed"
- if use berkdb ; then
- # bug 47482, arpd doesn't need to be in /sbin
- dodir /usr/sbin
- mv "${D}"/sbin/arpd "${D}"/usr/sbin/
- fi
-}