Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54924 - Version bump: raggle 0.3.1
Summary: Version bump: raggle 0.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 13:11 UTC by Michael Kohl (RETIRED)
Modified: 2004-07-04 08:02 UTC (History)
0 users

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


Attachments
Ebuild for raggle, using ruby.eclass (raggle-0.3.1.ebuild,553 bytes, text/plain)
2004-06-26 14:12 UTC, Michael Kohl (RETIRED)
Details
Patch to raggles Makefile (raggle-destdir-gentoo.diff,242 bytes, patch)
2004-06-26 14:15 UTC, Michael Kohl (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kohl (RETIRED) gentoo-dev 2004-06-23 13:11:23 UTC
Raggle can be version bumped to 0.3.1, which works flawlessly.

I'm not attaching an ebuild, as renaming the old one is enough, but I'm wondering if this shouldn't use ruby.eclass?
Comment 1 Michael Kohl (RETIRED) gentoo-dev 2004-06-26 14:07:16 UTC
As I mentioned in my last post, I always thought that being a Ruby app, raggle should use ruby.eclass.

So, here it is, an ebuild for raggle-0.3.1, finally using the eclass. As a positive side-effect it made me fix a little annoyance in ruby.eclass itself, which Mamoru-san was kind enough to submit already.

I also know that the README states it also works with Ruby 1.6.8, so USE_RUBY probably could be set to "any". But as I have only 1.8 installed, I won't test it, and I'm not going to submit something I haven't tried myself. :-)

Enough talking, attaching the ebuild and the needed patch to the Makefile.

Comment 2 Michael Kohl (RETIRED) gentoo-dev 2004-06-26 14:12:46 UTC
Created attachment 34225 [details]
Ebuild for raggle, using ruby.eclass
Comment 3 Michael Kohl (RETIRED) gentoo-dev 2004-06-26 14:15:16 UTC
Created attachment 34226 [details, diff]
Patch to raggles Makefile
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-07-04 08:02:00 UTC
Added to CVS. DESTDIR="${D}" in your patch should have been
DESTDIR="${D}/usr" (see file hierarcy you got; Gentoo follows
FHS), but it's okay... I fixed it.