From 230fe43ff6691ed3c092b6284ae2a8609cef0860 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Sat, 7 May 2016 17:22:40 -0400 Subject: xml-test/uniqueness: tests for unique (element,attribute,value) combinations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Göktürk Yüksek --- xml-test/uniqueness/metadata.xml | 33 +++++++++++++++++++++++++++++++ xml-test/uniqueness/uniqueness-0.1.ebuild | 12 +++++++++++ 2 files changed, 45 insertions(+) create mode 100644 xml-test/uniqueness/metadata.xml create mode 100644 xml-test/uniqueness/uniqueness-0.1.ebuild diff --git a/xml-test/uniqueness/metadata.xml b/xml-test/uniqueness/metadata.xml new file mode 100644 index 0000000..84b3a1b --- /dev/null +++ b/xml-test/uniqueness/metadata.xml @@ -0,0 +1,33 @@ + + + + + Tests for the uniqueness of elements. + + Uniqueness focuses on element, attribute, value combinations + which must not repeat. + + The tests are conservative: i.e. if we check the + (longdescription, lang, restrict) combination, we do not check + (slots,lang, restrict). + + + uniqueness violation + + gen-b0rk@gentoo.org + + + + gen-b0rk@gentoo.org + + + Match the SONAME of libuniqueness.so + + uniqueness violation + + + Enable feature foo + + uniqueness violation + + diff --git a/xml-test/uniqueness/uniqueness-0.1.ebuild b/xml-test/uniqueness/uniqueness-0.1.ebuild new file mode 100644 index 0000000..03c3fa7 --- /dev/null +++ b/xml-test/uniqueness/uniqueness-0.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Tests for (element, attribute, value) uniqueness" +HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68" +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64" +IUSE="foo" -- cgit v1.2.3-65-gdbad