Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54461 - Monkeyd 0.8.4 is out.
Summary: Monkeyd 0.8.4 is out.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL: http://monkeyd.sf.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-19 15:47 UTC by Marc-Éric Dupuis
Modified: 2004-06-19 21:23 UTC (History)
0 users

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


Attachments
Working ebuild (monkeyd-0.8.4.ebuild,1.59 KB, text/plain)
2004-06-19 19:10 UTC, Marc-Éric Dupuis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-Éric Dupuis 2004-06-19 15:47:53 UTC
A new version of monkeyd which fix many bugs is out. Simply copying monkeyd-0.8.2.ebuild to monkeyd-0.8.4.ebuild and emerging it works perfectly.

Reproducible: Always
Steps to Reproduce:
1.cd /usr/portage/net-www/monkeyd/
2.cp monkeyd-0.8.2.ebuild monkeyd-0.8.4.ebuild
3.ebuild monkeyd-0.8.4 digest
4.emerge monkeyd-0.8.4.ebuild
Actual Results:  
Compiles and install without problem.
Comment 1 SpanKY gentoo-dev 2004-06-19 17:07:12 UTC
ugh i just added 0.8.3 last nite :P
Comment 2 Marc-Éric Dupuis 2004-06-19 17:42:22 UTC
Sorry but there is a problem. There was a second release for 0.8.4 because of a problem in the first one so the tarball that should be downloaded is monkey-0.8.4-2.tar.gz instead of monkey-0.8.4.tar.gz. I dont know how to fix this, renaming the ebuild gives:

portable monkeyd # ebuild monkeyd-0.8.4-2.ebuild digest
!!! Name error in monkeyd-0.8.4-2: multiple version parts.
!!! Error: PF is null 'monkeyd-0.8.4-2'; exiting.
Comment 3 Marc-Éric Dupuis 2004-06-19 19:10:20 UTC
Created attachment 33605 [details]
Working ebuild

Here is a working ebuild for the second release of 0.8.4, I changed the two
following lines in the ebuild;

SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz"

to:

SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}-2.tar.gz"

and,

S=${WORKDIR}/${MY_P}

to:

S=${WORKDIR}/${MY_P}-2

Thanks for taking care of this :)
Comment 4 SpanKY gentoo-dev 2004-06-19 21:23:00 UTC
version bumped with 0.8.4-2

thanks