aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--not-broken/pkg1-subslot/metadata.xml7
-rw-r--r--not-broken/pkg1-subslot/pkg1-subslot-0.ebuild12
-rw-r--r--not-broken/pkg1-subslot/pkg1-subslot-1.ebuild12
-rw-r--r--profiles/categories1
4 files changed, 32 insertions, 0 deletions
diff --git a/not-broken/pkg1-subslot/metadata.xml b/not-broken/pkg1-subslot/metadata.xml
new file mode 100644
index 0000000..fb12b62
--- /dev/null
+++ b/not-broken/pkg1-subslot/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>Negative test: repoman should not fire on these
+ ebuilds. Ebuilds can be used to test other ebuild problems.
+ </longdescription>
+</pkgmetadata>
diff --git a/not-broken/pkg1-subslot/pkg1-subslot-0.ebuild b/not-broken/pkg1-subslot/pkg1-subslot-0.ebuild
new file mode 100644
index 0000000..e42c852
--- /dev/null
+++ b/not-broken/pkg1-subslot/pkg1-subslot-0.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="Package with subslots"
+HOMEPAGE="http://gentoo.org/"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
diff --git a/not-broken/pkg1-subslot/pkg1-subslot-1.ebuild b/not-broken/pkg1-subslot/pkg1-subslot-1.ebuild
new file mode 100644
index 0000000..e42c852
--- /dev/null
+++ b/not-broken/pkg1-subslot/pkg1-subslot-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="Package with subslots"
+HOMEPAGE="http://gentoo.org/"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
diff --git a/profiles/categories b/profiles/categories
index a88f091..78e3c9d 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -3,4 +3,5 @@ eapi-test
ebuild-test
eclass-test
keywords-test
+not-broken
xml-test