summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-08-03 19:11:03 +0000
committerMichał Górny <mgorny@gentoo.org>2010-08-03 19:11:03 +0000
commit44d13ec3409542cc468f7bdeae8fa35a18bc8f0d (patch)
tree2a94584d968e708fb12cd271bc510febcb1b056d
parentwww-servers/webcit: Version bump by renaming the ebuild, now the complete sui... (diff)
downloadsunrise-44d13ec3409542cc468f7bdeae8fa35a18bc8f0d.tar.gz
sunrise-44d13ec3409542cc468f7bdeae8fa35a18bc8f0d.tar.bz2
sunrise-44d13ec3409542cc468f7bdeae8fa35a18bc8f0d.zip
app-portage/smart-live-rebuild: Install the portage set for new enough Portage versions.
(Portage version: 2.2_rc67_p292/git/Linux x86_64, unsigned Manifest commit) svn path=/sunrise/; revision=11076
-rw-r--r--app-portage/smart-live-rebuild/ChangeLog6
-rw-r--r--app-portage/smart-live-rebuild/Manifest4
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-0.5-r1.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-0.5.ebuild)4
3 files changed, 10 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog
index 2b26c75d4..fb10dda28 100644
--- a/app-portage/smart-live-rebuild/ChangeLog
+++ b/app-portage/smart-live-rebuild/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*smart-live-rebuild-0.5-r1 (03 Aug 2010)
+
+ 03 Aug 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
+ -smart-live-rebuild-0.5.ebuild, +smart-live-rebuild-0.5-r1.ebuild:
+ Install the portage set for new enough Portage versions.
+
27 Jun 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
smart-live-rebuild-0.5.ebuild:
Update HOMEPAGE and SRC_URI.
diff --git a/app-portage/smart-live-rebuild/Manifest b/app-portage/smart-live-rebuild/Manifest
index 4ae9fc78f..3fab49cfc 100644
--- a/app-portage/smart-live-rebuild/Manifest
+++ b/app-portage/smart-live-rebuild/Manifest
@@ -1,4 +1,4 @@
DIST smart-live-rebuild-0.5.tar.bz2 15252 RMD160 36106ca6a722c6d7a6903a6d167156d09ec60efa SHA1 77244759d08d710945c0ea4de6271315360806e2 SHA256 d891e21613e218f7171885238cebd65368bc3abe15a544e7f17ebeb4ba6efada
-EBUILD smart-live-rebuild-0.5.ebuild 862 RMD160 30574f369fdaefbabdadb7d178dc569f519d53ba SHA1 d9c14119df7635d5f600037025a155533ef3812f SHA256 4babd28595c8b6ab12a6d45755a47c52c732153616c79d55f62965db8be2d044
-MISC ChangeLog 1036 RMD160 04be2120337c1f2a6a8f8051908f2937a9f0d156 SHA1 dfa585f79368a41db9deb6bfadbba8f0ea71264d SHA256 83c4883242644fe639e51e2339964979bbf040bfc67cacc533cb44b50482741a
+EBUILD smart-live-rebuild-0.5-r1.ebuild 807 RMD160 14ef15454090294e69c7d88dcaef3a149730d745 SHA1 8cf89d3e38d4c35e386f26b953ce27b9bb8154cb SHA256 fa927e8c530410bf8620842773bbf91375b8691646ba9b99601df3f57252b4a2
+MISC ChangeLog 1276 RMD160 25581db74074e13d02a3a5f345928b31c1989854 SHA1 924e643ed5cd498a52ab68721f4ede5ea13bef6d SHA256 eb0078f82a31bd6280807e54c7806683eb0288b8495a1a818839dd56146303b6
MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
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-r1.ebuild
index 5c10fc70f..38e515b49 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.5.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.5-r1.ebuild
@@ -19,11 +19,11 @@ src_install() {
dodoc README sets.conf.example || die
insinto /etc/portage
newins smart-live-rebuild.conf{.example,} || die
+ insinto /usr/share/portage/config/sets
+ newins sets.conf.example ${PN}.conf || 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."
}