Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5034 - bluefish-2002.06.23.ebuild
Summary: bluefish-2002.06.23.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 11:20 UTC by Paul Belt
Modified: 2003-02-04 19: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 Paul Belt 2002-07-15 11:20:45 UTC
And here's the diff for the gtk2 snapshot

--- CUT HERE ---
4a5
> MY_PV=`echo ${PV} | sed -e 's/\./-/g'`
7c8
< SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2"
---
>
SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/${PN}-gtk2port-${MY_PV}.tgz"
--- END CUT ---
Comment 1 Paul Belt 2002-07-15 11:29:17 UTC
My faux pas...

--- CUT HERE ---
5c5,6
< S=${WORKDIR}/${P}
---
> MY_PV=`echo ${PV} | sed -e 's/\./-/g'`
> S=${WORKDIR}/${PN}-gtk2
7c8
< SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2"
---
>
SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/${PN}-gtk2port-${MY_PV}.tgz"
--- CUT HERE ---
Comment 2 Gabriele Giorgetti 2002-07-16 04:52:36 UTC
Added and masked.