aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass-test/live-keywords/live-keywords-9999.ebuild')
-rw-r--r--eclass-test/live-keywords/live-keywords-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
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"