diff options
Diffstat (limited to 'xml-test/missing-attributes/missing-attributes-0.1.ebuild')
-rw-r--r-- | xml-test/missing-attributes/missing-attributes-0.1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
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" |