aboutsummaryrefslogtreecommitdiff
blob: 0ccc98514724860eaeba8911c0706144b2000fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"