* [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: smart-live-rebuild-1.1.1.ebuild ChangeLog smart-live-rebuild-1.1.ebuild
@ 2011-07-17 22:36 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-07-17 22:36 UTC (permalink / raw
To: gentoo-commits
mgorny 11/07/17 22:36:32
Modified: ChangeLog
Added: smart-live-rebuild-1.1.1.ebuild
Removed: smart-live-rebuild-1.1.ebuild
Log:
Version bump. The new version fixes compat with newer gentoopm, in order to fix bug #375463.
(Portage version: 2.2.0_alpha45_p2/cvs/Linux x86_64)
Revision Changes Path
1.23 app-portage/smart-live-rebuild/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 17 Jul 2011 13:21:25 -0000 1.22
+++ ChangeLog 17 Jul 2011 22:36:32 -0000 1.23
@@ -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.22 2011/07/17 13:21:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.23 2011/07/17 22:36:32 mgorny Exp $
+
+*smart-live-rebuild-1.1.1 (17 Jul 2011)
+
+ 17 Jul 2011; Michał Górny <mgorny@gentoo.org>
+ -smart-live-rebuild-1.1.ebuild, +smart-live-rebuild-1.1.1.ebuild:
+ Version bump. The new version fixes compat with newer gentoopm, in order to
+ fix bug #375463.
17 Jul 2011; Michał Górny <mgorny@gentoo.org>
smart-live-rebuild-1.1.ebuild:
1.1 app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild?rev=1.1&content-type=text/plain
Index: smart-live-rebuild-1.1.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2011/07/17 22:36:32 mgorny Exp $
EAPI=3
PYTHON_DEPEND='*:2.6'
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS='2.4 2.5'
#DISTUTILS_SRC_TEST=setup.py
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-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-portage/gentoopm"
PYTHON_MODNAME=smartliverebuild
src_prepare() {
base_src_prepare
distutils_src_prepare
}
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-17 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 22:36 [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: smart-live-rebuild-1.1.1.ebuild ChangeLog smart-live-rebuild-1.1.ebuild Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox