diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-08-13 11:28:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-08-13 11:28:45 +0000 |
commit | 870f0b95e5271499dc6ced687c33fb17235f5871 (patch) | |
tree | cd35e5c5a2e0978af810331687183c342467f2b1 /app-portage | |
parent | Version bump. 0.1.6 is a bugfix, 0.2 drops deprecated APIs. (diff) | |
download | gentoo-2-870f0b95e5271499dc6ced687c33fb17235f5871.tar.gz gentoo-2-870f0b95e5271499dc6ced687c33fb17235f5871.tar.bz2 gentoo-2-870f0b95e5271499dc6ced687c33fb17235f5871.zip |
Version bump for a few small bugfixes, and gentoopm API bump.
(Portage version: 2.2.0_alpha50_p1/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.1.2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 854121ee96aa..d9323d7d430f 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,12 @@ # 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.25 2011/07/22 13:33:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.26 2011/08/13 11:28:45 mgorny Exp $ + +*smart-live-rebuild-1.1.3 (13 Aug 2011) + + 13 Aug 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.1.2.ebuild, +smart-live-rebuild-1.1.3.ebuild: + Version bump for a few small bugfixes, and gentoopm API bump. *smart-live-rebuild-1.1.2 (22 Jul 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild index 50de9e71b1d7..123b6ec50306 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild @@ -1,13 +1,13 @@ # 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.1.2.ebuild,v 1.1 2011/07/22 13:33:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild,v 1.1 2011/08/13 11:28:45 mgorny Exp $ EAPI=3 PYTHON_DEPEND='*:2.6' SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS='2.4 2.5' -#DISTUTILS_SRC_TEST=setup.py +DISTUTILS_SRC_TEST=setup.py inherit base distutils @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-portage/gentoopm-0.1.3" +RDEPEND=">=app-portage/gentoopm-0.1.4" PYTHON_MODNAME=smartliverebuild |