minor section fix for zsh and bash
authorMichael Lauer <mickey@vanille-media.de>
Mon, 8 Nov 2004 10:02:04 +0000 (10:02 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 8 Nov 2004 10:02:04 +0000 (10:02 +0000)
BKrev: 418f441cAI-9vEa4yr-DwS-_IbLuYg

bash/bash_2.05b.oe
zsh/zsh_4.1.1.oe

index fc18831..082022b 100644 (file)
@@ -1,7 +1,7 @@
-DEPENDS = "ncurses"
 DESCRIPTION = "An sh-compatible command language interpreter."
-SECTION = "base"
-PR = "r1"
+DEPENDS = "ncurses"
+SECTION = "base/shell"
+PR = "r2"
 
 SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
            file://bashbug-editor.patch;patch=1;pnum=0 \
index 0b9e436..0da7478 100644 (file)
@@ -1,8 +1,9 @@
-DESCRIPTION = "Zsh shell"
-SECTION = "base"
+DESCRIPTION = "The Zsh shell"
+SECTION = "base/shell"
 PRIORITY = "optional"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 DEPENDS = "ncurses pcre"
+PR = "r1"
 
 SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \
         file://configure.patch;patch=1"