diff options
Diffstat (limited to 'not-broken')
-rw-r--r-- | not-broken/pkg1-subslot/metadata.xml | 7 | ||||
-rw-r--r-- | not-broken/pkg1-subslot/pkg1-subslot-0.ebuild | 12 | ||||
-rw-r--r-- | not-broken/pkg1-subslot/pkg1-subslot-1.ebuild | 12 |
3 files changed, 31 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" |