summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-01-14 11:44:34 +0000
committerAlin Năstac <mrness@gentoo.org>2006-01-14 11:44:34 +0000
commit61720f0e8a2de1169d9f889e7c8f977f9e16ab55 (patch)
tree3291518cec8d6e58a78a6968140ea0218651f366 /net-misc
parentMove avahi use flag mask from darwin to macos 10.3 and 10.4 profiles, (diff)
downloadhistorical-61720f0e8a2de1169d9f889e7c8f977f9e16ab55.tar.gz
historical-61720f0e8a2de1169d9f889e7c8f977f9e16ab55.tar.bz2
historical-61720f0e8a2de1169d9f889e7c8f977f9e16ab55.zip
Add check for RFC2684 kernel support.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/br2684ctl/ChangeLog7
-rw-r--r--net-misc/br2684ctl/Manifest14
-rw-r--r--net-misc/br2684ctl/br2684ctl-20040226.ebuild15
-rw-r--r--net-misc/br2684ctl/files/digest-br2684ctl-200402262
4 files changed, 25 insertions, 13 deletions
diff --git a/net-misc/br2684ctl/ChangeLog b/net-misc/br2684ctl/ChangeLog
index 5b215dab6e34..efcfe32f0330 100644
--- a/net-misc/br2684ctl/ChangeLog
+++ b/net-misc/br2684ctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/br2684ctl
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/ChangeLog,v 1.3 2005/05/16 17:07:12 mrness Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/ChangeLog,v 1.4 2006/01/14 11:44:34 mrness Exp $
+
+ 14 Jan 2006; Alin Nastac <mrness@gentoo.org> br2684ctl-20040226.ebuild:
+ Add check for RFC2684 kernel support.
16 May 2005; Alin Nastac <mrness@gentoo.org> br2684ctl-20040226.ebuild:
Replace usage of obsolete gcc.eclass with toolchains-funcs.eclass (#92745).
diff --git a/net-misc/br2684ctl/Manifest b/net-misc/br2684ctl/Manifest
index dd1544fffae4..d528a14312c7 100644
--- a/net-misc/br2684ctl/Manifest
+++ b/net-misc/br2684ctl/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 40fd6947e553c291a00ac77d16b1cfde ChangeLog 687
-MD5 eb842f7343763ea17f3b3a68cc6f8e26 br2684ctl-20040226.ebuild 2091
+MD5 22b0e694e5e0a62292cd6935011c4e07 ChangeLog 802
+MD5 19b382c0239bb62415836967d8bfe45b br2684ctl-20040226.ebuild 2352
+MD5 751cac319fc3d6749ce1f297031ba035 files/digest-br2684ctl-20040226 145
MD5 28b878e1053bd4bcaa65232f7ad5df2a metadata.xml 355
-MD5 e21700859a4e2c94f0641e6c31677b91 files/digest-br2684ctl-20040226 145
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCiNNUjiC39V7gKu0RAqfdAJ49z8XAImP2TYWNNTgMsuT8Oi6A8ACeMxzF
-Nrx3yNSIxy8uuGN81PxPqsU=
-=DW9K
+iD8DBQFDyOQ2jG8pv1lIUX4RAj5tAKCvzE3G4W/GzSSOFCPUab5Dn5FOZQCfd/OT
+DAFkJ5LvLgRBO2SkpQODW20=
+=Dh0w
-----END PGP SIGNATURE-----
diff --git a/net-misc/br2684ctl/br2684ctl-20040226.ebuild b/net-misc/br2684ctl/br2684ctl-20040226.ebuild
index 2434326c8f63..1e500cb30487 100644
--- a/net-misc/br2684ctl/br2684ctl-20040226.ebuild
+++ b/net-misc/br2684ctl/br2684ctl-20040226.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/br2684ctl-20040226.ebuild,v 1.4 2005/05/16 17:07:12 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/br2684ctl/br2684ctl-20040226.ebuild,v 1.5 2006/01/14 11:44:34 mrness Exp $
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs linux-info
DEBIANPKG_TARBALL="${PN}_${PV}.orig.tar.gz"
DEBIANPKG_PATCH="${PN}_${PV}-1.diff.gz"
@@ -45,6 +45,15 @@ src_install() {
}
pkg_postinst() {
+ if get_version ; then
+ echo
+ ewarn "If any of the following kernel configuration options is missing,"
+ ewarn "you should reconfigure and rebuild your kernel before running br2684ctl."
+ CONFIG_CHECK="~ATM_BR2684"
+ check_extra_config
+ echo
+ fi
+
einfo "br2684ctl can be use to setup Ethernet bridge interface of"
einfo "some ADSL USB modem devices"
einfo "Ethernet interface name are nas0 (,nas1,nas2 ...) not eth0"
diff --git a/net-misc/br2684ctl/files/digest-br2684ctl-20040226 b/net-misc/br2684ctl/files/digest-br2684ctl-20040226
index 4bf456de8017..e7c909474fcb 100644
--- a/net-misc/br2684ctl/files/digest-br2684ctl-20040226
+++ b/net-misc/br2684ctl/files/digest-br2684ctl-20040226
@@ -1,2 +1,2 @@
-MD5 6eb4d8cd174e24a7c078eb4f594f5b69 br2684ctl_20040226.orig.tar.gz 10642
MD5 b10cfc558c80f262339f8f08cbfc469a br2684ctl_20040226-1.diff.gz 2516
+MD5 6eb4d8cd174e24a7c078eb4f594f5b69 br2684ctl_20040226.orig.tar.gz 10642