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: metadata.xml ChangeLog smart-live-rebuild-1.2.1.ebuild smart-live-rebuild-1.2.ebuild
Date: Fri, 25 Nov 2011 20:35:05
Message-Id: 20111125203455.4B7032004B@flycatcher.gentoo.org
1 mgorny 11/11/25 20:34:55
2
3 Modified: metadata.xml ChangeLog
4 Added: smart-live-rebuild-1.2.1.ebuild
5 Removed: smart-live-rebuild-1.2.ebuild
6 Log:
7 Version bump. The new version adds timeout support wrt bug #391257.
8
9 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 app-portage/smart-live-rebuild/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml?r1=1.4&r2=1.5
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- metadata.xml 23 Sep 2011 21:57:56 -0000 1.4
25 +++ metadata.xml 25 Nov 2011 20:34:55 -0000 1.5
26 @@ -16,6 +16,6 @@
27 <email>mgorny@g.o</email>
28 <name>Michał Górny</name>
29 </maintainer>
30 - <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=app-portage/smart-live-rebuild:%20</bugs-to>
31 + <bugs-to>https://github.com/mgorny/smart-live-rebuild/issues/</bugs-to>
32 </upstream>
33 </pkgmetadata>
34
35
36
37 1.31 app-portage/smart-live-rebuild/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.31&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.31&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.30&r2=1.31
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
46 retrieving revision 1.30
47 retrieving revision 1.31
48 diff -u -r1.30 -r1.31
49 --- ChangeLog 26 Oct 2011 07:52:52 -0000 1.30
50 +++ ChangeLog 25 Nov 2011 20:34:55 -0000 1.31
51 @@ -1,6 +1,13 @@
52 # ChangeLog for app-portage/smart-live-rebuild
53 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.30 2011/10/26 07:52:52 mgorny Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.31 2011/11/25 20:34:55 mgorny Exp $
56 +
57 +*smart-live-rebuild-1.2.1 (25 Nov 2011)
58 +
59 + 25 Nov 2011; Michał Górny <mgorny@g.o>
60 + -smart-live-rebuild-1.2.ebuild, +smart-live-rebuild-1.2.1.ebuild,
61 + metadata.xml:
62 + Version bump. The new version adds timeout support wrt bug #391257.
63
64 26 Oct 2011; Michał Górny <mgorny@g.o>
65 smart-live-rebuild-1.2.ebuild:
66
67
68
69 1.1 app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: smart-live-rebuild-1.2.1.ebuild
75 ===================================================================
76 # Copyright 1999-2011 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $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 $
79
80 EAPI=4
81
82 PYTHON_DEPEND='2:2.6'
83 SUPPORT_PYTHON_ABIS=1
84 RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
85 DISTUTILS_SRC_TEST=setup.py
86
87 inherit base distutils
88
89 DESCRIPTION="Check live packages for updates and emerge them as necessary"
90 HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
91 SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
92
93 LICENSE="BSD-2"
94 SLOT="0"
95 KEYWORDS="~amd64 ~x86"
96 IUSE=""
97
98 RDEPEND=">=app-portage/gentoopm-0.2.1"
99
100 PYTHON_MODNAME=smartliverebuild
101
102 src_prepare() {
103 base_src_prepare
104 distutils_src_prepare
105 }
106
107 src_install() {
108 distutils_src_install
109
110 insinto /etc/portage
111 newins smart-live-rebuild.conf{.example,}
112 insinto /usr/share/portage/config/sets
113 newins sets.conf.example ${PN}.conf
114 }