Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5034

Summary: bluefish-2002.06.23.ebuild
Product: Gentoo Linux Reporter: Paul Belt <gaarde>
Component: Current packagesAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.