mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-07 16:04:44 +01:00
dotty ebuild
This commit is contained in:
parent
b31cf87e25
commit
9ba866d08b
1 changed files with 25 additions and 0 deletions
25
dev-python/dotty/dotty-9999.ebuild
Normal file
25
dev-python/dotty/dotty-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="EFILTER Query Language"
|
||||
HOMEPAGE="https://github.com/google/dotty"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/google/dotty.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/dotty"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue