commit:     4663638ac491c70cd7055f27856b9f97281b6845
Author:     Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Wed May  4 05:57:19 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed May  4 06:00:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=4663638a

xml-text/missing-doctype: test for missing DOCTYPE in metadata.xml

Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>

 xml-test/missing-doctype/metadata.xml               |  5 +++++
 xml-test/missing-doctype/missing-doctype-0.1.ebuild | 10 ++++++++++
 2 files changed, 15 insertions(+)

diff --git a/xml-test/missing-doctype/metadata.xml 
b/xml-test/missing-doctype/metadata.xml
new file mode 100644
index 0000000..f70816e
--- /dev/null
+++ b/xml-test/missing-doctype/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";> -->
+<pkgmetadata>
+<longdescription>Test for missing DOCTYPE</longdescription>
+</pkgmetadata>

diff --git a/xml-test/missing-doctype/missing-doctype-0.1.ebuild 
b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
new file mode 100644
index 0000000..eea16bc
--- /dev/null
+++ b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Metadata with missing DOCTYPE"
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64"

Reply via email to