summaryrefslogtreecommitdiff
blob: 811bada9224cc97aa1224f2f5189f71d9373def3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# By eroen, 2013-2016
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
# $Id$

EAPI=5
PYTHON_COMPAT=(python2_7 python3_3 python3_4 python3_5)

if [[ ${PV} == 9999 ]]; then
	inherit git-r3 distutils-r1
	EGIT_REPO_URI="https://www.eroen.eu/cgit/cgit.cgi/ga_wrapper"
else
	inherit distutils-r1
	SRC_URI="${P}.tar.gz"
	KEYWORDS="~x86 ~amd64"
fi

DESCRIPTION="Wrapper for using git-annex for portage DISTDIR"
HOMEPAGE="https://www.eroen.eu"

LICENSE="ISC"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
	dev-vcs/git-annex"