summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-10-13 18:42:16 +0000
committerMichał Górny <mgorny@gentoo.org>2010-10-13 18:42:16 +0000
commitbb998dbe77be21be6b8399e5b222497bd43b9f77 (patch)
tree8c787649bb6243ae4401607e6e60437c5956cff7 /app-portage
parentManifest part of prior commit errored. Recommiting the Manifest. (diff)
downloadgentoo-2-bb998dbe77be21be6b8399e5b222497bd43b9f77.tar.gz
gentoo-2-bb998dbe77be21be6b8399e5b222497bd43b9f77.tar.bz2
gentoo-2-bb998dbe77be21be6b8399e5b222497bd43b9f77.zip
Version bump. The new version starts performing updates during package enumeration and fixes Python3 compatibility (thus dropping both old versions).
(Portage version: 2.2_rc95/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/ChangeLog11
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-0.6.2.ebuild27
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-0.6.3.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild)2
3 files changed, 11 insertions, 29 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog
index 000279d7399d..88e201a7f992 100644
--- a/app-portage/smart-live-rebuild/ChangeLog
+++ b/app-portage/smart-live-rebuild/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-portage/smart-live-rebuild
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.3 2010/10/11 19:24:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.4 2010/10/13 18:42:16 mgorny Exp $
+
+*smart-live-rebuild-0.6.3 (13 Oct 2010)
+
+ 13 Oct 2010; Michał Górny <mgorny@gentoo.org>
+ -smart-live-rebuild-0.6.1.1.ebuild, -smart-live-rebuild-0.6.2.ebuild,
+ +smart-live-rebuild-0.6.3.ebuild:
+ Version bump. The new version starts performing updates during package
+ enumeration and fixes Python3 compatibility (thus dropping both old
+ versions).
*smart-live-rebuild-0.6.2 (11 Oct 2010)
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.2.ebuild
deleted file mode 100644
index 2baf6208b897..000000000000
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 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.6.2.ebuild,v 1.1 2010/10/11 19:24:53 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND='2:2.6'
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.0 3.1 3.2'
-inherit distutils
-
-DESCRIPTION="Check live packages for updates and emerge them as necessary"
-HOMEPAGE="http://github.com/mgorny/smart-live-rebuild/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-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.6.1.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.3.ebuild
index ff65ad359a75..2eb3b5868b57 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6.1.1.ebuild,v 1.2 2010/10/10 18:39:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.3.ebuild,v 1.1 2010/10/13 18:42:16 mgorny Exp $
EAPI="3"
PYTHON_DEPEND='*:2.6'