diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-29 22:38:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-29 22:38:07 +0000 |
commit | 03f6b2857cc0d3beda797fd80fd4252513a1b2f3 (patch) | |
tree | 8d732000a3d4bfa85a095ffb80bb61e6788f50d4 /sys-apps/iproute2 | |
parent | Relax linux-headers dependency slightly for stabilization #269184. (diff) | |
download | gentoo-2-03f6b2857cc0d3beda797fd80fd4252513a1b2f3.tar.gz gentoo-2-03f6b2857cc0d3beda797fd80fd4252513a1b2f3.tar.bz2 gentoo-2-03f6b2857cc0d3beda797fd80fd4252513a1b2f3.zip |
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/iproute2')
6 files changed, 0 insertions, 437 deletions
diff --git a/sys-apps/iproute2/files/iproute2-2.6.16.20060323-build.patch b/sys-apps/iproute2/files/iproute2-2.6.16.20060323-build.patch deleted file mode 100644 index 7512cfcc6b55..000000000000 --- a/sys-apps/iproute2/files/iproute2-2.6.16.20060323-build.patch +++ /dev/null @@ -1,41 +0,0 @@ -let portage strip the binaries - -http://bugs.gentoo.org/137574 - ---- ip/Makefile -+++ ip/Makefile -@@ -16,7 +16,7 @@ - rtmon: $(RTMONOBJ) $(LIBNETLINK) - - install: all -- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR) -+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR) - install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR) - - clean: - ---- misc/Makefile -+++ misc/Makefile -@@ -27,7 +27,7 @@ - lnstat: $(LNSTATOBJ) - - install: all -- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR) -+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR) - ln -sf lnstat $(DESTDIR)$(SBINDIR)/rtstat - ln -sf lnstat $(DESTDIR)$(SBINDIR)/ctstat - ---- tc/Makefile -+++ tc/Makefile -@@ -70,9 +70,9 @@ - - install: all - mkdir -p $(DESTDIR)/usr/lib/tc -- install -m 0755 -s tc $(DESTDIR)$(SBINDIR) -+ install -m 0755 tc $(DESTDIR)$(SBINDIR) - for i in $(TCSO); \ -- do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; \ -+ do install -m 755 $$i $(DESTDIR)/usr/lib/tc; \ - done - - clean: diff --git a/sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch b/sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch deleted file mode 100644 index 72e4d90be7aa..000000000000 --- a/sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch +++ /dev/null @@ -1,16 +0,0 @@ -dont let target flags bleed into build flags - -fix by Bertrand Jacquin - -http://bugs.gentoo.org/226035 - ---- netem/Makefile -+++ netem/Makefile -@@ -2,6 +2,7 @@ DISTGEN = maketable normal pareto paretonormal - DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist - - HOSTCC ?= $(CC) -+CCOPTS = $(CBUILD_CFLAGS) - LDLIBS += -lm - - all: $(DISTGEN) $(DISTDATA) diff --git a/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild b/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild deleted file mode 100644 index a050ddf7acd1..000000000000 --- a/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild,v 1.10 2008/03/11 16:51:00 ricmm 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 m68k ~mips ppc ppc64 s390 sh 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} - -pkg_setup() { - if use kernel_linux ; then - ewarn - ewarn "${PN} requires kernel support for Netlink (CONFIG_NETLINK)." - ewarn "This is only applies for kernels prior to 2.4.17" - ewarn - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" - - epatch "${FILESDIR}"/${PN}-2.6.16.20060323-build.patch #137574 - - local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches - for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do - EPATCH_SOURCE=${base}/${CTARGET}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${CHOST}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${check} - if [[ -d ${EPATCH_SOURCE} ]] ; then - EPATCH_SUFFIX="patch" - EPATCH_FORCE="yes" \ - EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ - epatch - break - fi - done - - # 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 include/iptables.h - sed -i "s:/usr/lib:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} include/iptables.h || die - # Use correct iptables dir, #144265. - sed -i "s:/usr/local/lib/iptables:/$(get_libdir)/iptables:g" \ - include/iptables.h -} - -src_compile() { - echo -n 'TC_CONFIG_ATM:=' > Config - use atm \ - && echo 'y' >> Config \ - || echo 'n' >> Config - - use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - || die "make" -} - -src_install() { - if use minimal ; then - into / - dosbin tc/tc || die "minimal" - return 0 - fi - - emake \ - DESTDIR="${D}" \ - SBINDIR=/sbin \ - DOCDIR=/usr/share/doc/${PF} \ - install \ - || die "make install failed" - if use berkdb ; then - dodir /var/lib/arpd - # 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.24.20080108.ebuild b/sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild deleted file mode 100644 index abf2d77c47b5..000000000000 --- a/sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.24.20080108.ebuild,v 1.1 2008/03/29 17:26:14 vapier Exp $ - -inherit eutils toolchain-funcs - -MY_PV="${PV%.*}-rc7" -SNAP=${PV##*.} -SNAP=${SNAP:2} -MY_P="${PN}-${MY_PV}" -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/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~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}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" - - epatch "${FILESDIR}"/${PN}-2.6.16.20060323-build.patch #137574 - - local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches - for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do - EPATCH_SOURCE=${base}/${CTARGET}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${CHOST}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${check} - if [[ -d ${EPATCH_SOURCE} ]] ; then - EPATCH_SUFFIX="patch" - EPATCH_FORCE="yes" \ - EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ - epatch - break - fi - done - - # 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 include/iptables.h - sed -i "s:/usr/lib:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} include/iptables.h || die - # Use correct iptables dir, #144265. - sed -i "s:/usr/local/lib/iptables:/$(get_libdir)/iptables:g" \ - include/iptables.h -} - -src_compile() { - echo -n 'TC_CONFIG_ATM:=' > Config - use atm \ - && echo 'y' >> Config \ - || echo 'n' >> Config - - use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - || die "make" -} - -src_install() { - if use minimal ; then - into / - dosbin tc/tc || die "minimal" - return 0 - fi - - emake \ - DESTDIR="${D}" \ - SBINDIR=/sbin \ - DOCDIR=/usr/share/doc/${PF} \ - install \ - || die "make install failed" - if use berkdb ; then - dodir /var/lib/arpd - # 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.25.20080417.ebuild b/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild deleted file mode 100644 index 1a4417d2fd6e..000000000000 --- a/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v 1.5 2008/06/29 06:14:42 zmedico Exp $ - -inherit eutils toolchain-funcs - -MY_PV="${PV%.*}" -SNAP=${PV##*.} -SNAP=${SNAP:2} -MY_P="${PN}-${MY_PV}" -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/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="atm berkdb minimal" - -RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) ) - atm? ( net-dialup/linux-atm )" -DEPEND="${RDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.25" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s:-O2:${CFLAGS} ${CPPFLAGS}:" Makefile || die "sed Makefile failed" - epatch "${FILESDIR}"/${P}-build.patch #226035 - - # build against system headers - rm -r include/linux include/netinet #include/ip{,6}tables{,_common}.h include/libiptc - - local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches - for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do - EPATCH_SOURCE=${base}/${CTARGET}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${CHOST}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${check} - if [[ -d ${EPATCH_SOURCE} ]] ; then - EPATCH_SUFFIX="patch" - EPATCH_FORCE="yes" \ - EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ - epatch - break - fi - done - - # 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 include/iptables.h - sed -i "s:/usr/lib:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} include/iptables.h || die - # Use correct iptables dir, #144265. - sed -i "s:/usr/local/lib/iptables:/$(get_libdir)/iptables:g" \ - include/iptables.h -} - -src_compile() { - echo -n 'TC_CONFIG_ATM:=' > Config - use atm \ - && echo 'y' >> Config \ - || echo 'n' >> Config - - use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - || die "make" -} - -src_install() { - if use minimal ; then - into / - dosbin tc/tc || die "minimal" - return 0 - fi - - emake \ - DESTDIR="${D}" \ - SBINDIR=/sbin \ - DOCDIR=/usr/share/doc/${PF} \ - install \ - || die "make install failed" - if use berkdb ; then - dodir /var/lib/arpd - # 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.26-r1.ebuild b/sys-apps/iproute2/iproute2-2.6.26-r1.ebuild deleted file mode 100644 index a2bd28983faf..000000000000 --- a/sys-apps/iproute2/iproute2-2.6.26-r1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r1.ebuild,v 1.1 2008/08/20 06:31:55 vapier Exp $ - -inherit eutils toolchain-funcs - -if [[ ${PV} == *.*.*.* ]] ; then - MY_PV=${PV%.*} -else - MY_PV=${PV} -fi -MY_P="${PN}-${MY_PV}" -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/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="atm berkdb minimal" - -RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) ) - atm? ( net-dialup/linux-atm )" -DEPEND="${RDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.25" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s:-O2:${CFLAGS} ${CPPFLAGS}:" Makefile || die "sed Makefile failed" - - # build against system headers - rm -r include/linux include/netinet #include/ip{,6}tables{,_common}.h include/libiptc - - local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches - for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do - EPATCH_SOURCE=${base}/${CTARGET}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${CHOST}/${check} - [[ -r ${EPATCH_SOURCE} ]] || EPATCH_SOURCE=${base}/${check} - if [[ -d ${EPATCH_SOURCE} ]] ; then - EPATCH_SUFFIX="patch" - EPATCH_FORCE="yes" \ - EPATCH_MULTI_MSG="Applying user patches from ${EPATCH_SOURCE} ..." \ - epatch - break - fi - done - - # 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 include/iptables.h - sed -i "s:/usr/lib:/usr/$(get_libdir):g" \ - netem/Makefile tc/{Makefile,tc.c,q_netem.c,m_ipt.c} include/iptables.h || die - # Use correct iptables dir, #144265. - sed -i "s:/usr/local/lib/iptables:/$(get_libdir)/iptables:g" \ - include/iptables.h -} - -src_compile() { - echo -n 'TC_CONFIG_ATM:=' > Config - use atm \ - && echo 'y' >> Config \ - || echo 'n' >> Config - - use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - || die "make" -} - -src_install() { - if use minimal ; then - into / - dosbin tc/tc || die "minimal" - return 0 - fi - - emake \ - DESTDIR="${D}" \ - SBINDIR=/sbin \ - DOCDIR=/usr/share/doc/${PF} \ - MANDIR=/usr/share/man \ - install \ - || die "make install failed" - if use berkdb ; then - dodir /var/lib/arpd - # bug 47482, arpd doesn't need to be in /sbin - dodir /usr/sbin - mv "${D}"/sbin/arpd "${D}"/usr/sbin/ - fi -} |