blob: 510c62fc85c2123d8dde190bf76b0a6c159d0106 (
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
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
EGIT_REPO_URI="https://github.com/stettberger/${PN}.git"
inherit distutils-r1 git-r3
DESCRIPTION="a toolbox for experiments"
HOMEPAGE="https://github.com//stettberger/versuchung"
SRC_URI=""
LICENSE="GPLv3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|