summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2007-11-06 07:05:08 +0000
committerPeter Volkov <pva@gentoo.org>2007-11-06 07:05:08 +0000
commit7530befebf86e779ac94b0a474b7a98a7cba6965 (patch)
tree19ae2fb7073727dd5d9800664427ede6f71bc329
parentfix quoting. drop old. (diff)
downloadgentoo-2-7530befebf86e779ac94b0a474b7a98a7cba6965.tar.gz
gentoo-2-7530befebf86e779ac94b0a474b7a98a7cba6965.tar.bz2
gentoo-2-7530befebf86e779ac94b0a474b7a98a7cba6965.zip
Remove note about 2.4 kernel. Clean old.
(Portage version: 2.1.3.17)
-rw-r--r--net-misc/vconfig/ChangeLog5
-rw-r--r--net-misc/vconfig/files/digest-vconfig-1.83
-rw-r--r--net-misc/vconfig/vconfig-1.8.ebuild48
-rw-r--r--net-misc/vconfig/vconfig-1.9.ebuild3
4 files changed, 5 insertions, 54 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog
index c33b3eed210e..c2c0379215eb 100644
--- a/net-misc/vconfig/ChangeLog
+++ b/net-misc/vconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vconfig
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.25 2007/11/06 00:45:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.26 2007/11/06 07:05:07 pva Exp $
+
+ 06 Nov 2007; <pva@gentoo.org> -vconfig-1.8.ebuild, vconfig-1.9.ebuild:
+ Remove note about 2.4 kernel. Clean old.
06 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> vconfig-1.8.ebuild,
vconfig-1.9.ebuild:
diff --git a/net-misc/vconfig/files/digest-vconfig-1.8 b/net-misc/vconfig/files/digest-vconfig-1.8
deleted file mode 100644
index 6a33e2b0db8d..000000000000
--- a/net-misc/vconfig/files/digest-vconfig-1.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1edd81324b4ffc0702c9ff289a342d91 vlan.1.8.tar.gz 161551
-RMD160 9d1f3edb1e000528c72d3f4b9a328eb02edea601 vlan.1.8.tar.gz 161551
-SHA256 5a254457f718df733a03e9e5c39caaba9c0aac864ea69cb5d8907ec6df28e57f vlan.1.8.tar.gz 161551
diff --git a/net-misc/vconfig/vconfig-1.8.ebuild b/net-misc/vconfig/vconfig-1.8.ebuild
deleted file mode 100644
index 75187140b0c7..000000000000
--- a/net-misc/vconfig/vconfig-1.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.8.ebuild,v 1.15 2007/11/06 00:45:40 wolf31o2 Exp $
-
-inherit eutils flag-o-matic toolchain-funcs
-
-MY_PN="vlan"
-S=${WORKDIR}/${MY_PN}
-
-DESCRIPTION="802.1Q vlan control utility"
-HOMEPAGE="http://www.candelatech.com/~greear/vlan.html"
-SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz"
-# mirror://gentoo/vconfig-1.7-gcc33-multiline.patch"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
-IUSE="static"
-DEPEND="virtual/libc virtual/os-headers"
-RDEPEND="!static? ( virtual/libc )"
-
-src_unpack() {
- unpack ${MY_PN}.${PV}.tar.gz
- # patch should be merged in current version
- # epatch ${DISTDIR}/vconfig-1.7-gcc33-multiline.patch
-}
-
-src_compile() {
- use static && appened-ldflags -static
- emake CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="true" || die
-}
-
-src_install() {
- into /
- dosbin vconfig || die "dosbin error"
-
- sed -e "s:/usr/local/bin/vconfig:/sbin/vconfig:g" -i vlan_test.pl
- sed -e "s:/usr/local/bin/vconfig:/sbin/vconfig:g" -i vlan_test2.pl
-
- doman vconfig.8 || die "doman error"
- dohtml howto.html vlan.html || die "dohtml error"
- dodoc CHANGELOG README vlan_test*.pl || die "dodoc error"
-}
-
-pkg_postinst() {
- einfo "802.1Q VLAN support is now in the linux kernel as of 2.4.14."
- ewarn "MTU problems exist for many ethernet drivers."
- ewarn "Reduce the MTU on the interface to 1496 to work around them."
-}
diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild
index 2b06d2972a6f..0865fefcde0d 100644
--- a/net-misc/vconfig/vconfig-1.9.ebuild
+++ b/net-misc/vconfig/vconfig-1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.8 2007/11/06 00:45:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.9 2007/11/06 07:05:07 pva Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -36,7 +36,6 @@ src_install() {
}
pkg_postinst() {
- einfo "802.1Q VLAN support is now in the linux kernel as of 2.4.14."
ewarn "MTU problems exist for many ethernet drivers."
ewarn "Reduce the MTU on the interface to 1496 to work around them."
}