sanitize libiconv. please don't introduce arbitrary new fields for the metadata....
authorMichael Lauer <mickey@vanille-media.de>
Wed, 27 Oct 2004 17:10:48 +0000 (17:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 27 Oct 2004 17:10:48 +0000 (17:10 +0000)
BKrev: 417fd698XR5EZ7aFGbqedGhNQMkK-A

libiconv/libiconv-native_1.9.2.oe
libiconv/libiconv_1.9.2.oe

index 12e085b..4160afd 100644 (file)
@@ -1,12 +1,12 @@
-DESCRIPTION = "GNU libiconv Native - libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system. "
-HOMEPAGE = "http://www.gnu.org/software/libiconv/"
-SECTION = "libs"
-GUISECTION = "enlightenment"
+DESCRIPTION = "GNU libiconv Native - libiconv is for you if your application needs \
+to support multiple character encodings, but that support lacks from your system."
+HOMEPAGE = "http://www.gnu.org/software/libiconv"
+SECTION = "e/libs"
 PRIORITY = "optional"
 MAINTAINER = "That Crazy fool emte <emte@labotomy.net>"
-NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
+# FIXME: Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8
 DEPENDS = "gettext-native"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
 
index fa839b2..18f54b4 100644 (file)
@@ -1,15 +1,14 @@
-DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system. "
-HOMEPAGE = "http://www.gnu.org/software/libiconv/"
-SECTION = "libs"
-GUISECTION = "enlightenment"
+DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \
+multiple character encodings, but that support lacks from your system."
+HOMEPAGE = "http://www.gnu.org/software/libiconv"
+SECTION = "e/libs"
 PRIORITY = "optional"
 MAINTAINER = "That Crazy fool emte <emte@labotomy.net>
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
 DEPENDS = "libiconv-native"
-PR = "r0"
-SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
+PR = "r1"
 
-EXTRA_OECONF = ""
+SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
 
 S = "${WORKDIR}/libiconv-${PV}"