]> Pileus Git - ~andy/sunrise/blob - app-portage/udept/udept-0.5.95.2.ebuild
1cf59c62f256b5233d8a1bf87868d5e61ec3bf75
[~andy/sunrise] / app-portage / udept / udept-0.5.95.2.ebuild
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A Portage analysis toolkit"
6 HOMEPAGE="http://catmur.co.uk/gentoo/udept"
7 SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
8 #http://catmur.co.uk/~ed/downloads/${PN}/${P}.tar.bz2
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~x86 ~ppc ~amd64"
13 IUSE=""
14
15 RDEPEND="sys-apps/portage"
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "emake install failed"
19
20         dodoc ChangeLog
21 }