]> Pileus Git - ~andy/sunrise/commitdiff
app-portage/smart-live-rebuild: Version bump.
authorMichał Górny <mgorny@gentoo.org>
Sun, 6 Jun 2010 15:37:16 +0000 (15:37 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 6 Jun 2010 15:37:16 +0000 (15:37 +0000)
svn path=/sunrise/; revision=10662

app-portage/smart-live-rebuild/ChangeLog
app-portage/smart-live-rebuild/Manifest
app-portage/smart-live-rebuild/smart-live-rebuild-0.4.ebuild [deleted file]
app-portage/smart-live-rebuild/smart-live-rebuild-0.5.ebuild [new file with mode: 0644]

index 6cc7b3f42bdebf594651033ceca71df6d8d58335..4ed1f86aa9e5a6a09998852d68eb5b06aec126f1 100644 (file)
@@ -2,6 +2,12 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*smart-live-rebuild-0.5 (06 Jun 2010)
+
+  06 Jun 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  -smart-live-rebuild-0.4.ebuild, +smart-live-rebuild-0.5.ebuild:
+  Version bump.
+
   27 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
   -smart-live-rebuild-0.3.ebuild, +smart-live-rebuild-0.4.ebuild:
   Version bump.
index de24ce0836e067221957eb9b9e34985ac1315a8a..38f09ded7051e8c5fe338383f6ffb0f91e632657 100644 (file)
@@ -1,4 +1,4 @@
-DIST smart-live-rebuild-0.4.py.bz2 5159 RMD160 b4fdd1da88fd89eeed661ccca06231ac66d198db SHA1 5228edc489d5c97308cae8bc8e93262de7dea09b SHA256 20c1c14795fd7749d8191cddc735c85e43662e367b19d43c6b10dd7142214483
-EBUILD smart-live-rebuild-0.4.ebuild 441 RMD160 3c12c3617662665149ae7767e46b42a8e595e9eb SHA1 ae775a7347a450554284a5fe9a1d4f64904f0a47 SHA256 916793767f37f72e695cb9085c91dd555a6c302cc1204223810b1258b9042f78
+DIST smart-live-rebuild-0.5.tar.bz2 15252 RMD160 36106ca6a722c6d7a6903a6d167156d09ec60efa SHA1 77244759d08d710945c0ea4de6271315360806e2 SHA256 d891e21613e218f7171885238cebd65368bc3abe15a544e7f17ebeb4ba6efada
+EBUILD smart-live-rebuild-0.5.ebuild 864 RMD160 17dfdf60eb2a3957c68f47afe58a57725211a312 SHA1 2e71dbac36fda5eb11f298f6b7c1de5c7e0062ba SHA256 a0accd0dd1518a7787c89757d4a0209476751eaf20d2fde9e7d6d04af18d2ce3
 MISC ChangeLog 716 RMD160 699b22311e874e9664c70cda41ac9cf657ce5a4c SHA1 0dbafb1eca61284ef958118abe36daeb389f54a7 SHA256 8edccf12ec5f62c83a8cc83c8091621103cddb4efa28a0278161d380f79191cb
 MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.4.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.4.ebuild
deleted file mode 100644 (file)
index 107c559..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.5.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.5.ebuild
new file mode 100644 (file)
index 0000000..ca5f2d7
--- /dev/null
@@ -0,0 +1,29 @@
+# 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/smart-live-rebuild/"
+SRC_URI="http://dl.mgorny.alt.pl/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_install() {
+       newbin ${PN}.py ${PN} || die
+       dodoc README sets.conf.example || die
+       insinto /etc/portage
+       newins smart-live-rebuild.conf{.example,} || die
+}
+
+pkg_postinst() {
+       elog "If you want to run ${PN} as a portage set, you need to set up"
+       elog "your sets.conf like /usr/share/doc/${PF}/sets.conf.example*."
+       elog "You might also consider installing [dev-python/psutil] then, which is required"
+       elog "for ${PN} automatically detect if it was spawned by emerge."
+}