diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-06-25 13:05:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-06-25 13:05:45 +0000 |
commit | edb369a3c715c5362ea3504c5658b302b29d275f (patch) | |
tree | 13bf99331dc5558f8260f5ec757a2ae3ca15f7b6 /app-portage | |
parent | Fix manifest for firefox-5.0-cs.xpi, bug 372879 (diff) | |
download | gentoo-2-edb369a3c715c5362ea3504c5658b302b29d275f.tar.gz gentoo-2-edb369a3c715c5362ea3504c5658b302b29d275f.tar.bz2 gentoo-2-edb369a3c715c5362ea3504c5658b302b29d275f.zip |
Version bump. The new version adds package filtering capabilities (bug #372711) and has a cleaned up VCS code.
(Portage version: 2.2.0_alpha41_p23/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 10 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-0.8.1.ebuild | 31 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-0.7.2.ebuild) | 4 |
3 files changed, 11 insertions, 34 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index be5068c9c4c1..720fcc0c5dae 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,14 @@ # 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.17 2011/05/31 19:38:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.18 2011/06/25 13:05:45 mgorny Exp $ + +*smart-live-rebuild-1.0 (25 Jun 2011) + + 25 Jun 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-0.7.2.ebuild, -smart-live-rebuild-0.8.1.ebuild, + +smart-live-rebuild-1.0.ebuild: + Version bump. The new version adds package filtering capabilities (bug + #372711) and has a cleaned up VCS code. *smart-live-rebuild-0.8.1 (31 May 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.8.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.8.1.ebuild deleted file mode 100644 index a752ec768be2..000000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.8.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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-0.8.1.ebuild,v 1.1 2011/05/31 19:38:36 mgorny Exp $ - -EAPI=3 -PYTHON_DEPEND='*:2.6' -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5' -inherit 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 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1.8.3" - -PYTHON_MODNAME=SmartLiveRebuild - -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 -} diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.7.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild index 1387670258b0..b382f02ea591 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.7.2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.0.ebuild @@ -1,6 +1,6 @@ # 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-0.7.2.ebuild,v 1.1 2011/04/24 18:24:20 mgorny Exp $ +# $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 $ EAPI=3 PYTHON_DEPEND='*:2.6' @@ -19,7 +19,7 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1.8.3" -PYTHON_MODNAME=SmartLiveRebuild +PYTHON_MODNAME=smartliverebuild src_install() { distutils_src_install |