You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.1.eb...

40 lines
1004 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.1.ebuild,v 1.1 2011/06/27 10:03:39 mgorny Exp $
EAPI=3
PYTHON_DEPEND='*:2.6'
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS='2.4 2.5'
#DISTUTILS_SRC_TEST=setup.py # tests fail with py3k right now
inherit base distutils
DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=sys-apps/portage-2.1.8.3"
PYTHON_MODNAME=smartliverebuild
src_prepare() {
base_src_prepare
distutils_src_prepare
}
src_install() {
distutils_src_install
insinto /etc/portage
newins smart-live-rebuild.conf{.example,} || die
insinto /usr/share/portage/config/sets
newins sets.conf.example ${PN}.conf || die
}