summaryrefslogtreecommitdiff
blob: bff0627f4020564d576061e0fcbcfc1763d7138a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Easy installation of Gentoo overlays"

HOMEPAGE="http://git.goodpoint.de/?p=layman-add.git;a=summary"
SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2"

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

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

src_install() {
	dobin layman-add || die "dobin failed"
}