From 8d71334835aa4a497f7b2f996ffa6784898dd158 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 27 May 2003 11:20:38 +0000 Subject: Added tetex to IUSE since it's `use`d; use sed-4's -i; spell check --- sys-apps/iproute/ChangeLog | 5 ++++- sys-apps/iproute/Manifest | 7 ++++++ sys-apps/iproute/iproute-20010824-r3.ebuild | 33 +++++++++++++++-------------- 3 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 sys-apps/iproute/Manifest (limited to 'sys-apps') diff --git a/sys-apps/iproute/ChangeLog b/sys-apps/iproute/ChangeLog index 4d166d74ef00..c73496f5149b 100644 --- a/sys-apps/iproute/ChangeLog +++ b/sys-apps/iproute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/ChangeLog,v 1.18 2003/05/04 09:46:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/ChangeLog,v 1.19 2003/05/27 11:20:04 msterret Exp $ + + 27 May 2003; iproute-20010824-r3.ebuild: + Added tetex to IUSE since it's `use`d; use sed-4's -i; spell check *iproute-20010824-r3 (04 May 2003) diff --git a/sys-apps/iproute/Manifest b/sys-apps/iproute/Manifest new file mode 100644 index 000000000000..8365af66af87 --- /dev/null +++ b/sys-apps/iproute/Manifest @@ -0,0 +1,7 @@ +MD5 0c4c7672685de3d087f1707bd08bee02 ChangeLog 2538 +MD5 d2079d318775011298e6512ca829a3c3 iproute-20010824-r1.ebuild 2284 +MD5 fffb2ba2c66840fd9299ba883521764a iproute-20010824-r2.ebuild 2280 +MD5 42c4954fed40824d988181a40b3bae07 iproute-20010824-r3.ebuild 2274 +MD5 3e944df5467f7b541cde6a469bce15ae files/digest-iproute-20010824-r1 153 +MD5 abbab5f1d14d93f78d5df4cfcb4324c0 files/digest-iproute-20010824-r2 156 +MD5 d27fcce9e6b59b7b355c59075585f984 files/digest-iproute-20010824-r3 149 diff --git a/sys-apps/iproute/iproute-20010824-r3.ebuild b/sys-apps/iproute/iproute-20010824-r3.ebuild index 056cd178f213..70afd377bff5 100644 --- a/sys-apps/iproute/iproute-20010824-r3.ebuild +++ b/sys-apps/iproute/iproute-20010824-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824-r3.ebuild,v 1.1 2003/05/04 09:46:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824-r3.ebuild,v 1.2 2003/05/27 11:20:18 msterret Exp $ inherit eutils -IUSE="" +IUSE="tetex" S=${WORKDIR}/iproute2 DESCRIPTION="Kernel 2.4 routing and traffic control utilities" @@ -16,7 +16,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" -DEPEND="virtual/linux-sources" +DEPEND="virtual/linux-sources + >=sys-apps/sed-4" pkg_setup() { # Make sure kernel headers are really available @@ -34,23 +35,23 @@ src_unpack() { # This allows us to always enable HTB3 without compile problems; however, # other parts of the source tree are still dependent upon having a kernel # source tree in /usr/src/linux. - + epatch ${WORKDIR}/${P/-/_}-9.diff - + # why was this commented out? were the programs segfaulting/not working? - # they seem ok here when i compile with optimisations, so im reenabling - # this patch. if theres problems, will glady change back. ~woodchip + # they seem ok here when i compile with optimisations, so I'm re-enabling + # this patch. if there're problems, will gladly change back. ~woodchip - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:g" \ - -e "s:-Werror::g" Makefile.orig > Makefile + sed -i \ + -e "s:-O2:${CFLAGS}:g" \ + -e "s:-Werror::g" Makefile || die "sed Makefile failed" - # this next thing is required to enable diffserv + # this next thing is required to enable diffserv # (ATM support doesn't compile right now) - - cp Config Config.orig - sed -e 's:DIFFSERV=n:DIFFSERV=y:g' \ - -e 's:ATM=y:ATM=n:g' Config.orig > Config + + sed -i \ + -e 's:DIFFSERV=n:DIFFSERV=y:g' \ + -e 's:ATM=y:ATM=n:g' Config || die "sed Config failed" } src_compile() { @@ -65,7 +66,7 @@ src_install() { #install Debian man pages doman ${S}/debian/*.[1-9] - + docinto examples/diffserv ; dodoc examples/diffserv/* docinto examples ; dodoc examples/* dodir /etc/iproute2 -- cgit v1.2.3-65-gdbad