Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: ChangeLog smart-live-rebuild-0.6.5.ebuild smart-live-rebuild-0.6.4.ebuild
Date: Tue, 02 Nov 2010 17:47:22
Message-Id: 20101102174706.4C08320051@flycatcher.gentoo.org
1 mgorny 10/11/02 17:47:06
2
3 Modified: ChangeLog
4 Added: smart-live-rebuild-0.6.5.ebuild
5 Removed: smart-live-rebuild-0.6.4.ebuild
6 Log:
7 Version bump. Now smart-live-rebuild comes with bzr and darcs support.
8
9 (Portage version: 2.2.0_alpha3_p1/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.9 app-portage/smart-live-rebuild/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 23 Oct 2010 19:29:42 -0000 1.8
25 +++ ChangeLog 2 Nov 2010 17:47:05 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-portage/smart-live-rebuild
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.8 2010/10/23 19:29:42 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.9 2010/11/02 17:47:05 mgorny Exp $
31 +
32 +*smart-live-rebuild-0.6.5 (02 Nov 2010)
33 +
34 + 02 Nov 2010; Michał Górny <mgorny@g.o>
35 + -smart-live-rebuild-0.6.4.ebuild, +smart-live-rebuild-0.6.5.ebuild:
36 + Version bump. Now smart-live-rebuild comes with bzr and darcs support.
37
38 23 Oct 2010; Michał Górny <mgorny@g.o> metadata.xml:
39 Update the metadata.
40
41
42
43 1.1 app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: smart-live-rebuild-0.6.5.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild,v 1.1 2010/11/02 17:47:05 mgorny Exp $
53
54 EAPI=3
55 PYTHON_DEPEND='*:2.6'
56 SUPPORT_PYTHON_ABIS=1
57 RESTRICT_PYTHON_ABIS='2.4 2.5'
58 inherit distutils
59
60 DESCRIPTION="Check live packages for updates and emerge them as necessary"
61 HOMEPAGE="http://github.com/mgorny/smart-live-rebuild/"
62 SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
63
64 LICENSE="|| ( BSD GPL-2 )"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 PYTHON_MODNAME=SmartLiveRebuild
70
71 src_install() {
72 distutils_src_install
73
74 insinto /etc/portage
75 newins smart-live-rebuild.conf{.example,} || die
76 insinto /usr/share/portage/config/sets
77 newins sets.conf.example ${PN}.conf || die
78 }