]> Pileus Git - ~andy/sunrise/commitdiff
app-portage/smart-live-rebuild: Version bump.
authorMichał Górny <mgorny@gentoo.org>
Fri, 26 Mar 2010 21:51:18 +0000 (21:51 +0000)
committerMichał Górny <mgorny@gentoo.org>
Fri, 26 Mar 2010 21:51:18 +0000 (21:51 +0000)
svn path=/sunrise/; revision=10350

app-portage/smart-live-rebuild/ChangeLog
app-portage/smart-live-rebuild/Manifest
app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild [moved from app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild with 82% similarity]

index e34f2d424a9555c7a90b8a41c09358229a84a06b..03cdfb1ca8b320345426b83f71376cde81b19e09 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Mar 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  -smart-live-rebuild-0.1.ebuild, +smart-live-rebuild-0.2.ebuild:
+  Version bump.
+
   24 Mar 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
   +smart-live-rebuild-0.1.ebuild, +metadata.xml:
   New ebuild for bug #310975.
index 97b2513b5f4b016830ebcacb566d0c308fd8e379..d060b13b4b08b50768c82ae99b2191942e977417 100644 (file)
@@ -1,4 +1,4 @@
-DIST smart-live-rebuild-0.1.py.bz2 3607 RMD160 2e3264dd992cf4012fbdbd899d76a4f731832b5b SHA1 ff2b53248a7ad9f736beb11fa08f8a186d95a80c SHA256 aefe51ec2f37e37de5202ac0dc3787d5f8f2334ae5b0fc7268a50462f9e78574
-EBUILD smart-live-rebuild-0.1.ebuild 482 RMD160 39927d40264dfa83f2fc983d1e52e1a2751fcd63 SHA1 a5003befcf2cd334cb22ed7d674cfb620fed668f SHA256 35038e5508829ce60d8edc1c7b4b71dfba425939d2d7b2f243cf0a03e39ea26e
-MISC ChangeLog 275 RMD160 b1d7199063edcbdb9a2fcd245f6db22b59da0871 SHA1 d53d7f15d9cccdf6090a199839f7649ae8cd1d54 SHA256 212e62b90b497e64666ea951b088c78a6479d92960f6e2985df78ec87fb3a65d
+DIST smart-live-rebuild-0.2.py.bz2 4253 RMD160 1d60eb4773760cc47b0402727ec4c9ff272c8ad4 SHA1 ad11dcf24531c0360a16825e494640d54da28e7a SHA256 c0a83a2f46295c303e09189f388610d7e224bd5f3085279f657da282a2370437
+EBUILD smart-live-rebuild-0.2.ebuild 441 RMD160 3c12c3617662665149ae7767e46b42a8e595e9eb SHA1 ae775a7347a450554284a5fe9a1d4f64904f0a47 SHA256 916793767f37f72e695cb9085c91dd555a6c302cc1204223810b1258b9042f78
+MISC ChangeLog 422 RMD160 8ac2e2b042881759508620b079fd3a038ebf89d9 SHA1 3d8e0b2c8629641f944593e9a3a8a4cd08942ce7 SHA256 32e37bd756cc3fe794ef9ae5b509758da1fc825cae54711c09cb1260b6be8c5d
 MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf
similarity index 82%
rename from app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild
rename to app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild
index b4ac9bed7991b7f79688605ebb0c21a3a833ad59..107c559e8155c8117cd0795e8f461fd13ee0c11c 100644 (file)
@@ -2,22 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-PYTHON_DEPEND=2
+PYTHON_DEPEND=*
 inherit python
 
 DESCRIPTION="Update live packages and emerge the modified ones"
 HOMEPAGE="http://proj.mgorny.alt.pl/misc/#smart-live-rebuild"
 SRC_URI="http://dl.mgorny.alt.pl/misc/${P}.py.bz2"
 
-LICENSE="BSD"
+LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-src_compile() {
-       python_convert_shebangs 2 ${P}.py
-}
-
 src_install() {
        newbin ${P}.py ${PN} || die
 }