summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-06-27 10:03:39 +0000
committerMichał Górny <mgorny@gentoo.org>2011-06-27 10:03:39 +0000
commit53a4e9f010c6fb31cea12f9764b78a8853315297 (patch)
tree15fc2b530fc35b5ae27565bf6f285ac7acf26ecf /app-portage
parentVersion bump: de translation, readline daemon is not available any more, for ... (diff)
downloadgentoo-2-53a4e9f010c6fb31cea12f9764b78a8853315297.tar.gz
gentoo-2-53a4e9f010c6fb31cea12f9764b78a8853315297.tar.bz2
gentoo-2-53a4e9f010c6fb31cea12f9764b78a8853315297.zip
Version bump. The 1.0.1 version fixes bug #373113 (filters breakage by portage command-line).
(Portage version: 2.2.0_alpha41_p25/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/ChangeLog9
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.0.1.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild)14
2 files changed, 19 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog
index c3b685422ff3..28aa1c103c1c 100644
--- a/app-portage/smart-live-rebuild/ChangeLog
+++ b/app-portage/smart-live-rebuild/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-portage/smart-live-rebuild
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.19 2011/06/26 22:04:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.20 2011/06/27 10:03:39 mgorny Exp $
+
+*smart-live-rebuild-1.0.1 (27 Jun 2011)
+
+ 27 Jun 2011; Michał Górny <mgorny@gentoo.org>
+ -smart-live-rebuild-1.0.ebuild, +smart-live-rebuild-1.0.1.ebuild:
+ Version bump. The 1.0.1 version fixes bug #373113 (filters breakage by
+ portage command-line).
26 Jun 2011; Michał Górny <mgorny@gentoo.org>
+smart-live-rebuild-0.8.1.ebuild:
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.1.ebuild
index b382f02ea591..3f7381e4cf42 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.1.ebuild
@@ -1,18 +1,21 @@
# 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.ebuild,v 1.1 2011/06/25 13:05:45 mgorny Exp $
+# $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'
-inherit distutils
+#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 GPL-2 )"
+LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -21,6 +24,11 @@ RDEPEND=">=sys-apps/portage-2.1.8.3"
PYTHON_MODNAME=smartliverebuild
+src_prepare() {
+ base_src_prepare
+ distutils_src_prepare
+}
+
src_install() {
distutils_src_install