]> Pileus Git - ~andy/sunrise/blob - app-portage/pytage/pytage-0.4.1.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / app-portage / pytage / pytage-0.4.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON="2.4"
6
7 inherit distutils
8
9 DESCRIPTION="A commandline tool for managing portage's user config files"
10 HOMEPAGE="http://code.google.com/p/kenscodepit/wiki/pytage"
11 SRC_URI="http://kenscodepit.googlecode.com/files/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~ppc ~x86"
16 IUSE=""
17
18 RDEPEND="virtual/pager"