diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-03-26 21:51:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-03-26 21:51:18 +0000 |
commit | 11aa176b40e1b64ad56e3ac8be94e1b79075137c (patch) | |
tree | afa28701731f315e22fce17868a7d8db5aab2b85 | |
parent | Automatic update to use.local.desc (diff) | |
download | sunrise-11aa176b40e1b64ad56e3ac8be94e1b79075137c.tar.gz sunrise-11aa176b40e1b64ad56e3ac8be94e1b79075137c.tar.bz2 sunrise-11aa176b40e1b64ad56e3ac8be94e1b79075137c.zip |
app-portage/smart-live-rebuild: Version bump.
svn path=/sunrise/; revision=10350
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 4 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/Manifest | 6 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild) | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index e34f2d424..03cdfb1ca 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -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. diff --git a/app-portage/smart-live-rebuild/Manifest b/app-portage/smart-live-rebuild/Manifest index 97b2513b5..d060b13b4 100644 --- a/app-portage/smart-live-rebuild/Manifest +++ b/app-portage/smart-live-rebuild/Manifest @@ -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 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild index b4ac9bed7..107c559e8 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild @@ -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 } |