diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-11-25 20:34:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-11-25 20:34:55 +0000 |
commit | d90dd511c3d7b7ef0971f9c75db3e47d03e1387d (patch) | |
tree | 3d9d251f6d1a060152e3db0bdaea02a7eeeb9277 /app-portage | |
parent | Python-related improvments by Ian Delaney. Bug 312185. (diff) | |
download | gentoo-2-d90dd511c3d7b7ef0971f9c75db3e47d03e1387d.tar.gz gentoo-2-d90dd511c3d7b7ef0971f9c75db3e47d03e1387d.tar.bz2 gentoo-2-d90dd511c3d7b7ef0971f9c75db3e47d03e1387d.zip |
Version bump. The new version adds timeout support wrt bug #391257.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/metadata.xml | 2 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild) | 8 |
3 files changed, 13 insertions, 6 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 2358d529b831..d96af8040b60 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.30 2011/10/26 07:52:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.31 2011/11/25 20:34:55 mgorny Exp $ + +*smart-live-rebuild-1.2.1 (25 Nov 2011) + + 25 Nov 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.2.ebuild, +smart-live-rebuild-1.2.1.ebuild, + metadata.xml: + Version bump. The new version adds timeout support wrt bug #391257. 26 Oct 2011; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.2.ebuild: diff --git a/app-portage/smart-live-rebuild/metadata.xml b/app-portage/smart-live-rebuild/metadata.xml index 2a7c7da16fc6..83d42c6efb5c 100644 --- a/app-portage/smart-live-rebuild/metadata.xml +++ b/app-portage/smart-live-rebuild/metadata.xml @@ -16,6 +16,6 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=app-portage/smart-live-rebuild:%20</bugs-to> + <bugs-to>https://github.com/mgorny/smart-live-rebuild/issues/</bugs-to> </upstream> </pkgmetadata> diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild index 9f88760e9aa5..1311b20d9f3f 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild @@ -1,8 +1,8 @@ # 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.2.ebuild,v 1.2 2011/10/26 07:52:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild,v 1.1 2011/11/25 20:34:55 mgorny Exp $ -EAPI=3 +EAPI=4 PYTHON_DEPEND='2:2.6' SUPPORT_PYTHON_ABIS=1 @@ -33,7 +33,7 @@ src_install() { distutils_src_install insinto /etc/portage - newins smart-live-rebuild.conf{.example,} || die + newins smart-live-rebuild.conf{.example,} insinto /usr/share/portage/config/sets - newins sets.conf.example ${PN}.conf || die + newins sets.conf.example ${PN}.conf } |