Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/gen-b0rk:master commit in: xml-test/missing-doctype/
Date: Wed, 04 May 2016 06:35:28
Message-Id: 1462341611.4663638ac491c70cd7055f27856b9f97281b6845.dolsen@gentoo
1 commit: 4663638ac491c70cd7055f27856b9f97281b6845
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Wed May 4 05:57:19 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 06:00:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=4663638a
7
8 xml-text/missing-doctype: test for missing DOCTYPE in metadata.xml
9
10 Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>
11
12 xml-test/missing-doctype/metadata.xml | 5 +++++
13 xml-test/missing-doctype/missing-doctype-0.1.ebuild | 10 ++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/xml-test/missing-doctype/metadata.xml b/xml-test/missing-doctype/metadata.xml
17 new file mode 100644
18 index 0000000..f70816e
19 --- /dev/null
20 +++ b/xml-test/missing-doctype/metadata.xml
21 @@ -0,0 +1,5 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!-- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -->
24 +<pkgmetadata>
25 +<longdescription>Test for missing DOCTYPE</longdescription>
26 +</pkgmetadata>
27
28 diff --git a/xml-test/missing-doctype/missing-doctype-0.1.ebuild b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
29 new file mode 100644
30 index 0000000..eea16bc
31 --- /dev/null
32 +++ b/xml-test/missing-doctype/missing-doctype-0.1.ebuild
33 @@ -0,0 +1,10 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +DESCRIPTION="Metadata with missing DOCTYPE"
41 +LICENSE="HPND"
42 +SLOT="0"
43 +KEYWORDS="~amd64"