Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280364 - version bump: app-admin/puppet-0.25.0
Summary: version bump: app-admin/puppet-0.25.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 19:35 UTC by RijilV
Modified: 2009-09-06 23:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for puppet-0.25.0_rc1 (puppet-0.25.0_rc1.patch,908 bytes, patch)
2009-08-04 22:52 UTC, RijilV
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RijilV 2009-08-04 19:35:12 UTC
In response to:

"So I was thinking that if all of us maintainers come up with packages 
for puppet 0.25.0-rc1, that would hugely increase the number of users 
testing it.... " [1]

I have created a trivial patch from puppet-0.24.8-r1 to puppet-0.25.0_rc1 to facilitate this.



[1]: http://groups.google.com/group/puppet-dev/browse_thread/thread/664671125a6f415d?hl=en#



Reproducible: Always




--- puppet-0.24.8-r1.ebuild     2009-07-21 15:36:22.000000000 -0700
+++ puppet-0.25.0_rc1.ebuild    2009-08-04 12:27:45.000000000 -0700
@@ -5,9 +5,10 @@
 EAPI="2"
 inherit elisp-common eutils ruby
 
+MY_P=${P/_/}
 DESCRIPTION="A system automation and configuration management software"
 HOMEPAGE="http://reductivelabs.com/projects/puppet"
-SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz"
+SRC_URI="http://reductivelabs.com/downloads/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -34,6 +35,8 @@
 
 SITEFILE="50${PN}-mode-gentoo.el"
 
+S=${WORKDIR}/${MY_P}
+
 pkg_setup() {
        enewgroup puppet
        enewuser puppet -1 -1 /var/lib/puppet puppet
@@ -41,7 +44,7 @@
 
 src_prepare() {
        epatch "${FILESDIR}/${PN}-0.24.6-eix.patch"
-       epatch "${FILESDIR}/${PN}-0.24.8-rc-update-show.patch"
+#      epatch "${FILESDIR}/${PN}-0.24.8-rc-update-show.patch"
 }
 
 src_compile() {
Comment 1 James Earl Spahlinger 2009-08-04 22:33:08 UTC
Can you attach the patch to the bug using the "create a new attachment" button directly above the comment window?
Comment 2 RijilV 2009-08-04 22:52:51 UTC
Created attachment 200210 [details, diff]
patch for puppet-0.25.0_rc1
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2009-09-06 06:54:15 UTC
0.25.0 has been released
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2009-09-06 23:00:45 UTC
in cvs now.