Gentoo Archives: gentoo-commits

From: "Michal GArny (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-0.6.1.1.ebuild metadata.xml ChangeLog
Date: Mon, 04 Oct 2010 17:50:18
Message-Id: 20101004175015.D7F1220051@flycatcher.gentoo.org
1 mgorny 10/10/04 17:50:15
2
3 Added: smart-live-rebuild-0.6.1.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Import from the Sunrise overlay, per bug #310975.
7
8 (Portage version: 2.2_rc88_p86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: smart-live-rebuild-0.6.1.1.ebuild
17 ===================================================================
18 # Copyright 1999-2010 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild,v 1.1 2010/10/04 17:50:15 mgorny Exp $
21
22 PYTHON_DEPEND='*:2.6'
23 SUPPORT_PYTHON_ABIS=1
24 RESTRICT_PYTHON_ABIS='2.4 2.5'
25 inherit distutils python
26
27 DESCRIPTION="Check live packages for updates and emerge them as necessary"
28 HOMEPAGE="http://github.com/mgorny/smart-live-rebuild/"
29 SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
30
31 LICENSE="|| ( BSD GPL-2 )"
32 SLOT="0"
33 KEYWORDS="~amd64"
34 IUSE=""
35
36 src_install() {
37 distutils_src_install
38
39 insinto /etc/portage
40 newins smart-live-rebuild.conf{.example,} || die
41 insinto /usr/share/portage/config/sets
42 newins sets.conf.example ${PN}.conf || die
43 }
44
45
46
47 1.1 app-portage/smart-live-rebuild/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <herd>no-herd</herd>
58 <maintainer>
59 <email>mgorny@g.o</email>
60 </maintainer>
61 </pkgmetadata>
62
63
64
65 1.1 app-portage/smart-live-rebuild/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for app-portage/smart-live-rebuild
73 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.1 2010/10/04 17:50:15 mgorny Exp $
75
76 *smart-live-rebuild-0.6.1.1 (04 Oct 2010)
77
78 04 Oct 2010; Michał Górny <mgorny@g.o>
79 +smart-live-rebuild-0.6.1.1.ebuild, +metadata.xml:
80 Import from the Sunrise overlay, per bug #310975.