From 11aa176b40e1b64ad56e3ac8be94e1b79075137c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 26 Mar 2010 21:51:18 +0000 Subject: app-portage/smart-live-rebuild: Version bump. svn path=/sunrise/; revision=10350 --- app-portage/smart-live-rebuild/ChangeLog | 4 ++++ app-portage/smart-live-rebuild/Manifest | 6 +++--- .../smart-live-rebuild-0.1.ebuild | 23 ---------------------- .../smart-live-rebuild-0.2.ebuild | 19 ++++++++++++++++++ 4 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild create mode 100644 app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild (limited to 'app-portage') 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) + -smart-live-rebuild-0.1.ebuild, +smart-live-rebuild-0.2.ebuild: + Version bump. + 24 Mar 2010; Michał Górny (sedzimir) +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.1.ebuild deleted file mode 100644 index b4ac9bed7..000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -PYTHON_DEPEND=2 -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" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_compile() { - python_convert_shebangs 2 ${P}.py -} - -src_install() { - newbin ${P}.py ${PN} || die -} diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild new file mode 100644 index 000000000..107c559e8 --- /dev/null +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 GPL-2 )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_install() { + newbin ${P}.py ${PN} || die +} -- cgit v1.2.3-65-gdbad