Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85987 - raggle-0.4.0 : version bump
Summary: raggle-0.4.0 : version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Ruby Team
URL: http://raggle.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 02:37 UTC by Xavier Neys (RETIRED)
Modified: 2005-03-20 11:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Neys (RETIRED) gentoo-dev 2005-03-20 02:37:57 UTC
This version now displays Gentoo's own feed properly.
Quotes around ${D}/usr in Makefile patch are getting in the way.

# cat /usr/portage/www-client/raggle/files/raggle-destdir-gentoo.diff
--- Makefile.old        2004-06-23 21:50:35.112207552 +0200
+++ Makefile    2004-06-23 21:51:05.328613960 +0200
@@ -1,4 +1,4 @@
-PREFIX=/usr/local
+PREFIX=${D}/usr
 BINDIR=${PREFIX}/bin
 MANDIR=${PREFIX}/share/man/man1
 DOCDIR=${PREFIX}/share/doc/raggle
Comment 1 Michael Kohl (RETIRED) gentoo-dev 2005-03-20 11:17:51 UTC
Thanks for the bug report, Xavier! I've already commited the ebuild to CVS and replaced the patch with a little sed. This means we can get rid of it once 0.4.0 is stable and we purge the 0.3.x versions. One less file for rsync, hurray! :)