summaryrefslogtreecommitdiff
blob: 668df667ad59a1c7802bcf9358a24f39953c3f51 (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
29
30
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

PYTHON_DEPEND="2:2.5"

inherit git

DESCRIPTION="A C version of the python script for retrieving gentoo overlays."
HOMEPAGE=""
SRC_URI=""
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/layman.git"
EGIT_BRANCH="c-layman"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=app-portage/layman-2.0.0_rc1"
RDEPEND="${DEPEND}"


src_install() {
	cd c-layman/src/
	emake || die

}