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.4.ebuild ChangeLog
Date: Sun, 23 Mar 2014 18:04:41
Message-Id: 20140323180433.1CC852004F@flycatcher.gentoo.org
1 mgorny 14/03/23 18:04:33
2
3 Modified: ChangeLog
4 Added: smart-live-rebuild-1.3.4.ebuild
5 Log:
6 Version bump with minor fixes.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.61 app-portage/smart-live-rebuild/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 8 Dec 2013 12:29:32 -0000 1.60
24 +++ ChangeLog 23 Mar 2014 18:04:32 -0000 1.61
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-portage/smart-live-rebuild
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.60 2013/12/08 12:29:32 johu Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.61 2014/03/23 18:04:32 mgorny Exp $
31 +
32 +*smart-live-rebuild-1.3.4 (23 Mar 2014)
33 +
34 + 23 Mar 2014; Michał Górny <mgorny@g.o>
35 + +smart-live-rebuild-1.3.4.ebuild:
36 + Version bump with minor fixes.
37
38 08 Dec 2013; Johannes Huber <johu@g.o>
39 smart-live-rebuild-1.3.3.ebuild:
40
41
42
43 1.1 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.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.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: smart-live-rebuild-1.3.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 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.4.ebuild,v 1.1 2014/03/23 18:04:32 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 esetup.py test
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 }