summaryrefslogtreecommitdiff
blob: 64c94eceac3ee24f134fdbd170641b584eed6cd0 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.2.ebuild,v 1.2 2007/01/23 07:02:21 corsair Exp $

inherit distutils eutils

DESCRIPTION="pkgcore developmental repoman replacement"
HOMEPAGE="http://www.pkgcore.org/"
SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2"

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

RDEPEND="=sys-apps/pkgcore-0.2*
	>=dev-lang/python-2.4"
DEPEND=">=dev-lang/python-2.4"

src_test() {
	cd "${S}"
	"${python}" setup.py test || die "tests returned non zero"
}

pkg_postinst() {
	echo "updating pkgcore plugin cache"
	pplugincache pkgcore_checks
}