From ba2bac69dd3dc586a4972ba82617ec632ec0e6ca Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Sat, 7 May 2016 17:22:39 -0400 Subject: xml-test/singularity: tests for at-most-one element violations 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/singularity/metadata.xml | 43 +++++++++++++++++++++++++++++ xml-test/singularity/singularity-0.1.ebuild | 11 ++++++++ 2 files changed, 54 insertions(+) create mode 100644 xml-test/singularity/metadata.xml create mode 100644 xml-test/singularity/singularity-0.1.ebuild diff --git a/xml-test/singularity/metadata.xml b/xml-test/singularity/metadata.xml new file mode 100644 index 0000000..640acf6 --- /dev/null +++ b/xml-test/singularity/metadata.xml @@ -0,0 +1,43 @@ + + + + + Tests for elements with at most one occurrence. + + Singularity doesn't check for uniqueness. We are only interested + in elements that can't appear more than once. + + The tests are conservative: if we check <email> element + singularity in downstream maintainer, we do not check it again + in upstream maintainer. + + + gen-b0rk@gentoo.org + + at-most-one-violation@gentoo.org + + + Match SONAME of libsingularity.so + + at-most-one violation + + + + Gen B0rk + + at-most-one violation + + https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/ + + https://gentoo.org/at-most-one-violation.html + http://www.example.com/issues.html + + https://gentoo.org/at-most-one-violation + + + + + Gen B0rk + + + diff --git a/xml-test/singularity/singularity-0.1.ebuild b/xml-test/singularity/singularity-0.1.ebuild new file mode 100644 index 0000000..6683aad --- /dev/null +++ b/xml-test/singularity/singularity-0.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Tests for element singularity" +HOMEPAGE="https://wiki.gentoo.org/wiki/GLEP:68" +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64" -- cgit v1.2.3-65-gdbad