diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 17:41:03 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 17:41:03 +0200 |
commit | 5329088185d8f55f721cba92deab06dc859e9df1 (patch) | |
tree | 1fc172534f1222e29d5b1474190fffe81ed44d9a /recipes | |
parent | 86bba1f117dca30257a6c39f756bf55ef9aeca6f (diff) |
docbook-sgml-dtd*native: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb | 15 | ||||
-rw-r--r-- | recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb deleted file mode 100644 index 939fd53ded..0000000000 --- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb +++ /dev/null @@ -1,15 +0,0 @@ -require docbook-sgml-dtd-native.inc - -DTD_VERSION = "3.1" - -SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip;md5sum=432749c0c806dbae81c8bcb70da3b5d3" - -do_compile() { - # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd-3.html - # for details. - sed -i -e '/ISO 8879/d' -e 's|DTDDECL "-//OASIS//DTD DocBook V3.1//EN"|SGMLDECL|g' docbook.cat -} - - -SRC_URI[md5sum] = "432749c0c806dbae81c8bcb70da3b5d3" -SRC_URI[sha256sum] = "20261d2771b9a052abfa3d8fab1aa62be05791a010281c566f9073bf0e644538" diff --git a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb deleted file mode 100644 index 2bc43e1972..0000000000 --- a/recipes/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb +++ /dev/null @@ -1,15 +0,0 @@ -require docbook-sgml-dtd-native.inc - -DTD_VERSION = "4.1" - -SRC_URI = "http://docbook.org/sgml/4.1/docbk41.zip" - -do_compile() { - # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html - # for details. - sed -i -e '/ISO 8879/d' -e '/gml/d' docbook.cat -} - - -SRC_URI[md5sum] = "489f6ff2a2173eb1e14216c10533ede2" -SRC_URI[sha256sum] = "deaafcf0a3677692e7ad4412c0e41c1db3e9da6cdcdb3dd32b2cc1f9c97d6311" |