Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16971 - ebuild for pekwm 0.1.3pre2
Summary: ebuild for pekwm 0.1.3pre2
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Brad Cowan (RETIRED)
URL: http://pekwm.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-06 11:33 UTC by Jyrki Muukkonen
Modified: 2003-05-05 01:40 UTC (History)
1 user (show)

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


Attachments
ebuild, ChangeLog and digest for pekwm 0.1.3pre2 (pekwm-0.1.3_pre2-ebuild.tar.bz2,1.35 KB, application/x-tar)
2003-03-06 11:34 UTC, Jyrki Muukkonen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jyrki Muukkonen 2003-03-06 11:33:09 UTC
Attached tar ball includes the ebuild, ChangeLog and digest. From my ChangeLog
entry:
   - version bump
   - Xft support was removed in 2003-02-18
   - fixed doc-files (including LISCENCE typo :)
   - package version hack 0.1.3pre2 -> 0.1.3_pre2
   - --sysconfdir=/usr/share for configure script
   - NOTE: in my machine I had to change -O3 to -O2 in CXXFLAGS

Alt. URL to the tar ball:
http://www.kruu.org/jvtm/portage/pekwm-0.1.3_pre2-ebuild.tar.bz2
and unpacked:
http://www.kruu.org/jvtm/portage/x11-wm/pekwm/
Comment 1 Jyrki Muukkonen 2003-03-06 11:34:28 UTC
Created attachment 9026 [details]
ebuild, ChangeLog and digest for pekwm 0.1.3pre2
Comment 2 christian gut 2003-03-29 16:46:58 UTC
damn, i made a similar ebuild with one improvement i would sugest for yours:
  inherit flag-o-matic
  replace-flag "-O3" "-O2"

for the -cvs ebuild too ;)
Comment 3 Jyrki Muukkonen 2003-03-30 11:43:39 UTC
well, flag-o-matic does exactly the same thing with its replace-flags function:
replace-flags () {
        CFLAGS="${CFLAGS/${1}/${2} }"
        CXXFLAGS="${CXXFLAGS/${1}/${2} }"
}

anyways, i'm updating my pekwm-cvs ebuild (bug #18112, http://www.kruu.org/jvtm/portage/x11-wm/pekwm-cvs/)
i don't see reason updating this one now, maybe for later versions.
Comment 4 Brad Cowan (RETIRED) gentoo-dev 2003-05-05 01:40:58 UTC
I'll wait for a final....been burnt too many times with _pre builds