section fixes
authorMichael Lauer <mickey@vanille-media.de>
Wed, 6 Oct 2004 22:49:22 +0000 (22:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 6 Oct 2004 22:49:22 +0000 (22:49 +0000)
BKrev: 416476725eelgISLryYA2WMdICqzSg

classes/oelint.oeclass
ebtables/ebtables_2.0.6.oe
resolvconf/resolvconf_1.21.oe

index d7df1dd..75a447c 100644 (file)
@@ -86,7 +86,7 @@ python do_lint() {
                "audio"                 : True,
                "base"                  : True,
                "console/games"         : True,
-               "console/net"           : "network",
+               "console/net"           : "console/network",
                "console/network"       : True,
                "console/utils"         : True,
                "devel"                 : True,
index 1150f57..96deae4 100644 (file)
@@ -1,15 +1,15 @@
-# Distributed under the terms of the GNU General Public License v2
-
 DESCRIPTION = "Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting."
 PRIORITY = "optional"
-SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
-          file://gcc34.patch;patch=1 \
-          file://installnonroot.patch;patch=1 \
-          file://installcreatedirs.patch;patch=1"
-S = "${WORKDIR}/ebtables-v${PV}"
 MAINTAINER = "Ned Ludd <solar@gentoo.org>"
 LICENSE = "GPL"
-SECTION = "net"
+SECTION = "console/network"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
+           file://gcc34.patch;patch=1 \
+           file://installnonroot.patch;patch=1 \
+           file://installcreatedirs.patch;patch=1"
+S = "${WORKDIR}/ebtables-v${PV}"
 
 do_compile () {
        oe_runmake 'BINPATH=/sbin/' 'MANDIR=${mandir}/' \
index a39e353..1f13e16 100644 (file)
@@ -3,12 +3,13 @@ information about currently available nameservers. It sets \
 itself up as the intermediary between programs that supply \
 nameserver information and programs that need nameserver \
 information."
-SECTIO = "net"
+SECTION = "console/network"
 LICENSE = "GPL"
 AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
 DEPENDS = "bash"
 RDEPENDS = "bash"
+PR = "r1"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"