summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-10 02:48:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-10 02:48:01 +0000
commita92226b061897b9b7c52f5f5c258c975ace692a3 (patch)
tree08bb628c148cd778168193f1ec81444d2719563e /sys-apps/iproute2
parentRemoving stale versions (diff)
downloadhistorical-a92226b061897b9b7c52f5f5c258c975ace692a3.tar.gz
historical-a92226b061897b9b7c52f5f5c258c975ace692a3.tar.bz2
historical-a92226b061897b9b7c52f5f5c258c975ace692a3.zip
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/ChangeLog8
-rw-r--r--sys-apps/iproute2/Manifest6
-rw-r--r--sys-apps/iproute2/files/digest-iproute2-2.6.10.200501241
-rw-r--r--sys-apps/iproute2/iproute2-2.6.10.20050124.ebuild71
4 files changed, 83 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
index 2b6ffea68e9a..31b1048af400 100644
--- a/sys-apps/iproute2/ChangeLog
+++ b/sys-apps/iproute2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/iproute2
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.27 2005/02/07 04:12:56 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.28 2005/02/10 02:48:01 vapier Exp $
+
+*iproute2-2.6.10.20050124 (09 Feb 2005)
+
+ 09 Feb 2005; Mike Frysinger <vapier@gentoo.org>
+ +iproute2-2.6.10.20050124.ebuild:
+ Version bump.
06 Feb 2005; Joshua Kinard <kumba@gentoo.org>
iproute2-2.6.10.20050112-r1.ebuild:
diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index a4c0a7a18725..b23aea40527a 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,7 +1,9 @@
-MD5 c17cf39a2677871e6f3b0f6b42009976 ChangeLog 8232
+MD5 ef87e4ab343babf6f4b05db24ed13ada ChangeLog 8377
MD5 d0dad7daa0e6d356fc35f778fed36006 metadata.xml 225
-MD5 685740c0085d0dc14ae1f69d09e8d444 iproute2-2.6.7.20040608-r1.ebuild 2360
+MD5 2e28c97b4c01240101434a05a31c2f39 iproute2-2.6.10.20050124.ebuild 1661
MD5 917d14912a7cc06c871821ac828fb08c iproute2-2.6.10.20050112-r1.ebuild 1670
+MD5 685740c0085d0dc14ae1f69d09e8d444 iproute2-2.6.7.20040608-r1.ebuild 2360
+MD5 b44fead085cc41126320e2bde31bc129 files/digest-iproute2-2.6.10.20050124 76
MD5 d3a321fa8b70eef6df11d7343a14fd02 files/2.4.7.20020116-hfsc.patch 9507
MD5 15351b34e440824e7d161876d4b01c3c files/2.6.9.20041019-wrr.patch 14150
MD5 d0071e387038661c76eefb2c8e6b5c46 files/2.6.7.20040608-misc-deb-fixes.patch 632
diff --git a/sys-apps/iproute2/files/digest-iproute2-2.6.10.20050124 b/sys-apps/iproute2/files/digest-iproute2-2.6.10.20050124
new file mode 100644
index 000000000000..bc71c5114255
--- /dev/null
+++ b/sys-apps/iproute2/files/digest-iproute2-2.6.10.20050124
@@ -0,0 +1 @@
+MD5 7ae2bab0858766d61d7e92670cc2e622 iproute2-2.6.10-ss050124.tar.gz 311721
diff --git a/sys-apps/iproute2/iproute2-2.6.10.20050124.ebuild b/sys-apps/iproute2/iproute2-2.6.10.20050124.ebuild
new file mode 100644
index 000000000000..474ff3072de5
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-2.6.10.20050124.ebuild
@@ -0,0 +1,71 @@
+# 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.10.20050124.ebuild,v 1.1 2005/02/10 02:48:01 vapier Exp $
+
+inherit eutils toolchain-funcs
+
+MY_PV=${PV%.*}
+SNAP=${PV##*.}
+SNAP=ss${SNAP:2}
+DESCRIPTION="kernel routing and traffic control utilities"
+HOMEPAGE="http://developer.osdl.org/dev/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 minimal"
+
+RDEPEND="virtual/libc
+ !minimal? ( sys-libs/db )
+ atm? ( net-dialup/linux-atm )"
+DEPEND="${RDEPEND}
+ >=virtual/os-headers-2.4.21
+ >=sys-apps/sed-4"
+
+S=${WORKDIR}/${PN}-${SNAP/ss}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed"
+ #68948 - esfq/wrr patches
+ epatch \
+ ${FILESDIR}/2.6.9.20041106-esfq.patch \
+ ${FILESDIR}/2.6.9.20041019-wrr.patch
+
+ # Multilib fixes
+ sed -i "s:/usr/lib/tc:/usr/$(get_libdir)/tc:g" \
+ tc/Makefile tc/tc.c tc/q_netem.c
+}
+
+src_compile() {
+ echo -n 'TC_CONFIG_ATM:=' > Config
+ use atm \
+ && echo 'y' >> Config \
+ || echo 'n' >> Config
+
+ local SUBDIRS="lib ip tc misc"
+ 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
+
+ dodir /usr/share/man/man3
+ make \
+ DESTDIR="${D}" \
+ SBINDIR=/sbin \
+ DOCDIR=/usr/share/doc/${PF} \
+ install \
+ || die "make install failed"
+}