From fbd57fc21ca4e391d5ad2b19cc32603d9474bb68 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 1 May 2016 14:39:23 -0700 Subject: eclass-test/live-keywords: Test live ebuilds keywords use --- .../live-keywords/live-keywords-8888.ebuild | 20 +++++++++++++++++ .../live-keywords/live-keywords-9999.ebuild | 19 ++++++++++++++++ eclass-test/live-keywords/metadata.xml | 26 ++++++++++++++++++++++ profiles/categories | 2 +- 4 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 eclass-test/live-keywords/live-keywords-8888.ebuild create mode 100644 eclass-test/live-keywords/live-keywords-9999.ebuild create mode 100644 eclass-test/live-keywords/metadata.xml diff --git a/eclass-test/live-keywords/live-keywords-8888.ebuild b/eclass-test/live-keywords/live-keywords-8888.ebuild new file mode 100644 index 0000000..f35dac6 --- /dev/null +++ b/eclass-test/live-keywords/live-keywords-8888.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO="http://foo.com/repos/foo-bard.git" +EGIT_BRANCH="foo-bar" + +inherit xfconf git-r3 + +DESCRIPTION="Test ebuild for live VCS check" +HOMEPAGE="http://foo.com" +SRC_URI="" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +IUSE="debug" + diff --git a/eclass-test/live-keywords/live-keywords-9999.ebuild b/eclass-test/live-keywords/live-keywords-9999.ebuild new file mode 100644 index 0000000..0ccc985 --- /dev/null +++ b/eclass-test/live-keywords/live-keywords-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO="http://foo.com/repos/foo-bard.git" +EGIT_BRANCH="foo-bar" + +inherit xfconf git-r3 + +DESCRIPTION="Test ebuild for live VCS check" +HOMEPAGE="http://foo.com" +SRC_URI="" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +IUSE="debug" diff --git a/eclass-test/live-keywords/metadata.xml b/eclass-test/live-keywords/metadata.xml new file mode 100644 index 0000000..4c1b972 --- /dev/null +++ b/eclass-test/live-keywords/metadata.xml @@ -0,0 +1,26 @@ + + + + + + exampledev@gentoo.org + Primary maintainer + + + exampleproject@gentoo.org + Gentoo Example Project + +Test for the LiveEclassChecks keywords check + diff --git a/profiles/categories b/profiles/categories index 6b6f015..a88f091 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,6 +1,6 @@ deps-test eapi-test ebuild-test +eclass-test keywords-test -live-vcs xml-test -- cgit v1.2.3-65-gdbad