From 3429801a72905ec67f48dbd47e9456b7ec9d4b36 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 30 Jan 2006 03:09:01 +0000 Subject: Rename version to fit with newer version schema. (Portage version: 2.1_pre4-r1) --- sys-apps/iproute2/ChangeLog | 10 ++- sys-apps/iproute2/files/digest-iproute2-051007 | 1 - .../iproute2/files/digest-iproute2-2.6.13.051007 | 3 + sys-apps/iproute2/iproute2-051007.ebuild | 71 --------------------- sys-apps/iproute2/iproute2-2.6.13.051007.ebuild | 74 ++++++++++++++++++++++ 5 files changed, 85 insertions(+), 74 deletions(-) delete mode 100644 sys-apps/iproute2/files/digest-iproute2-051007 create mode 100644 sys-apps/iproute2/files/digest-iproute2-2.6.13.051007 delete mode 100644 sys-apps/iproute2/iproute2-051007.ebuild create mode 100644 sys-apps/iproute2/iproute2-2.6.13.051007.ebuild (limited to 'sys-apps/iproute2') diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 3884aaa621a0..9d4a9cf42bea 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/iproute2 -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.43 2005/10/31 11:06:54 herbs Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.44 2006/01/30 03:09:01 vapier Exp $ + +*iproute2-2.6.13.051007 (30 Jan 2006) + + 30 Jan 2006; Mike Frysinger + +iproute2-2.6.13.051007.ebuild, -iproute2-051007.ebuild: + Rename version to fit with newer version schema. 31 Oct 2005; Herbie Hopkins iproute2-051007.ebuild: Update multilib fixes diff --git a/sys-apps/iproute2/files/digest-iproute2-051007 b/sys-apps/iproute2/files/digest-iproute2-051007 deleted file mode 100644 index 2ed54a5e64e3..000000000000 --- a/sys-apps/iproute2/files/digest-iproute2-051007 +++ /dev/null @@ -1 +0,0 @@ -MD5 53f47d46f50eff9ed8c6fa2ac2b41a80 iproute2-051007.tar.gz 370767 diff --git a/sys-apps/iproute2/files/digest-iproute2-2.6.13.051007 b/sys-apps/iproute2/files/digest-iproute2-2.6.13.051007 new file mode 100644 index 000000000000..82ab5386d1d5 --- /dev/null +++ b/sys-apps/iproute2/files/digest-iproute2-2.6.13.051007 @@ -0,0 +1,3 @@ +MD5 53f47d46f50eff9ed8c6fa2ac2b41a80 iproute2-051007.tar.gz 370767 +RMD160 663d743fb39f9f5b1822be51c64e9fc15e419152 iproute2-051007.tar.gz 370767 +SHA256 7769b17e01f00f1638249ad402660a31375112e2c89bce4d13b6d2d2130726dd iproute2-051007.tar.gz 370767 diff --git a/sys-apps/iproute2/iproute2-051007.ebuild b/sys-apps/iproute2/iproute2-051007.ebuild deleted file mode 100644 index b1d386b85dfc..000000000000 --- a/sys-apps/iproute2/iproute2-051007.ebuild +++ /dev/null @@ -1,71 +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-051007.ebuild,v 1.3 2005/10/31 11:06:54 herbs Exp $ - -inherit eutils toolchain-funcs - -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/${P}.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" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" - - #68948 - esfq/wrr patches - epatch "${FILESDIR}"/${PN}-051007-esfq-2.6.13.patch - epatch "${FILESDIR}"/${PN}-2.6.11.20050330-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:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.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 -} diff --git a/sys-apps/iproute2/iproute2-2.6.13.051007.ebuild b/sys-apps/iproute2/iproute2-2.6.13.051007.ebuild new file mode 100644 index 000000000000..47eed4b31941 --- /dev/null +++ b/sys-apps/iproute2/iproute2-2.6.13.051007.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.13.051007.ebuild,v 1.1 2006/01/30 03:09:01 vapier Exp $ + +inherit eutils toolchain-funcs + +MY_PV=051007 +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}.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} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" + + #68948 - esfq/wrr patches + epatch "${FILESDIR}"/${PN}-051007-esfq-2.6.13.patch + epatch "${FILESDIR}"/${PN}-2.6.11.20050330-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:/usr/$(get_libdir):g" \ + netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.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 +} -- cgit v1.2.3-65-gdbad