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: smart-live-rebuild-1.3.2.ebuild ChangeLog smart-live-rebuild-1.3.1.ebuild
Date: Tue, 01 Oct 2013 17:52:03
Message-Id: 20131001175200.3C1AD2004C@flycatcher.gentoo.org
1 mgorny 13/10/01 17:52:00
2
3 Modified: ChangeLog
4 Added: smart-live-rebuild-1.3.2.ebuild
5 Removed: smart-live-rebuild-1.3.1.ebuild
6 Log:
7 Version bump. Fixes double checking of git-2.eclass packages.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.55 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.55&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.55&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.54&r2=1.55
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
21 retrieving revision 1.54
22 retrieving revision 1.55
23 diff -u -r1.54 -r1.55
24 --- ChangeLog 16 Sep 2013 12:59:34 -0000 1.54
25 +++ ChangeLog 1 Oct 2013 17:52:00 -0000 1.55
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-portage/smart-live-rebuild
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.54 2013/09/16 12:59:34 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.55 2013/10/01 17:52:00 mgorny Exp $
31 +
32 +*smart-live-rebuild-1.3.2 (01 Oct 2013)
33 +
34 + 01 Oct 2013; Michał Górny <mgorny@g.o>
35 + +smart-live-rebuild-1.3.2.ebuild, -smart-live-rebuild-1.3.1.ebuild:
36 + Version bump. Fixes double checking of git-2.eclass packages.
37
38 *smart-live-rebuild-1.3.1 (16 Sep 2013)
39
40
41
42
43 1.1 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: smart-live-rebuild-1.3.2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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-1.3.2.ebuild,v 1.1 2013/10/01 17:52:00 mgorny Exp $
53
54 EAPI=5
55 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
56
57 inherit distutils-r1
58
59 DESCRIPTION="Check live packages for updates and emerge them as necessary"
60 HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/"
61 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
62
63 LICENSE="BSD-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
69
70 python_test() {
71 "${PYTHON}" setup.py test || die
72 }
73
74 python_install_all() {
75 distutils-r1_python_install_all
76
77 insinto /etc/portage
78 newins smart-live-rebuild.conf{.example,}
79 insinto /usr/share/portage/config/sets
80 newins sets.conf.example ${PN}.conf
81 }