Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24660 - new version: app-editors/bluefish-0.10
Summary: new version: app-editors/bluefish-0.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 05:15 UTC by Nicolas Kaiser
Modified: 2003-07-21 03:42 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 Nicolas Kaiser 2003-07-17 05:15:07 UTC
New version of bluefish. Fixed small sandbox violation, and 2x trailing white
spaces. Compiles and runs on x86 and ppc.

Have a nice day :)

--- /usr/portage/app-editors/bluefish/bluefish-0.9.ebuild       2003-05-22
20:21:04.000000000 +0200
+++ /usr/portage/app-editors/bluefish/bluefish-0.10.ebuild      2003-07-17
14:02:47.000000000 +0200
@@ -26,10 +26,11 @@
 
 src_install() {
        cd ${S}
-       sed -e "s:"/usr/share/pixmaps/b":"${D}/usr/share/pixmaps/b":g" Makefile \
-               > Makefile.new
+       sed -e "s:"/usr/share/pixmaps/b":"${D}/usr/share/pixmaps/b":g" \
+               -e
"s:"iconpath=/usr/share/pixmaps/":"iconpath=${D}/usr/share/pixmaps/":g" \
+               Makefile > Makefile.new
        cp Makefile.new Makefile
-       cd data 
+       cd data
        sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \
                > Makefile.new
        cp Makefile.new Makefile
@@ -38,6 +39,6 @@
        dodir /usr/share/applications
        cd ${S}
        einstall datadir=${D}/usr/share \
-               pkgdatadir=${D}/usr/share/bluefish 
+               pkgdatadir=${D}/usr/share/bluefish
 #              pixmapsdir=${D}/usr/share/pixmap \
 }

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nick Hadaway 2003-07-21 03:42:04 UTC
bluefish-0.10 is now in portage.  I have completely removed the sed stuff and added nls and spell USE variables.  Please test and let me know how things work for you.