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

PYTHON_DEPEND=*
inherit python

DESCRIPTION="Update live packages and emerge the modified ones"
HOMEPAGE="http://proj.mgorny.alt.pl/misc/#smart-live-rebuild"
SRC_URI="http://dl.mgorny.alt.pl/misc/${P}.py.bz2"

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

src_install() {
	newbin ${P}.py ${PN} || die
}