From da26b7539b05d8d956dc9553afcdac2ebc1c47c5 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Sun, 1 May 2016 21:08:47 -0400 Subject: xml-test/missing-attributes: missing mandatory attributes for various tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Check for: - type attribute in - name attribute in - name attribute in - type attribute for Signed-off-by: Göktürk Yüksek --- xml-test/missing-attributes/metadata.xml | 23 ++++++++++++++++++++++ .../missing-attributes-0.1.ebuild | 13 ++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 xml-test/missing-attributes/metadata.xml create mode 100644 xml-test/missing-attributes/missing-attributes-0.1.ebuild diff --git a/xml-test/missing-attributes/metadata.xml b/xml-test/missing-attributes/metadata.xml new file mode 100644 index 0000000..cf51afd --- /dev/null +++ b/xml-test/missing-attributes/metadata.xml @@ -0,0 +1,23 @@ + + + + + + foodev@gentoo.org + + + + Bar slot + + + + Baz flag + + + + gentoo/gen-b0rk + + + Tests for mandatory attributes for various tags + + diff --git a/xml-test/missing-attributes/missing-attributes-0.1.ebuild b/xml-test/missing-attributes/missing-attributes-0.1.ebuild new file mode 100644 index 0000000..5733009 --- /dev/null +++ b/xml-test/missing-attributes/missing-attributes-0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Missing various mandatory attributes in the metadata" +HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68" +SRC_URI="" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64" -- cgit v1.2.3-65-gdbad