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

Bug 23800

Summary: New version: dev-libs/libowfat-0.15
Product: Gentoo Linux Reporter: Nicolas Kaiser <nikai>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.fefe.de/libowfat/
Whiteboard:
Package list:
Runtime testing required: ---

Description Nicolas Kaiser 2003-07-01 03:52:28 UTC
New version, name of Makefile changed. I'm using libowfat on ppc, and added ~ppc
flag.


--- libowfat-0.14.ebuild        2003-02-13 11:44:50.000000000 +0100
+++ libowfat-0.15.ebuild        2003-06-29 00:49:06.000000000 +0200
@@ -9,18 +9,18 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc ~ppc"
 
 DEPEND=">=dev-libs/dietlibc-0.16"
 
 src_unpack() {
        unpack ${A} ; cd ${S}
-       mv Makefile Makefile.orig
+       mv GNUmakefile Makefile.orig
        sed -e "s:^CFLAGS.*:CFLAGS=-I. ${CFLAGS}:" \
                -e "s:^DIET.*:DIET=/usr/bin/diet -Os:" \
                -e "s:^prefix.*:prefix=/usr:" \
                -e "s:^INCLUDEDIR.*:INCLUDEDIR=\${prefix}/include/libowfat:" \
-               Makefile.orig > Makefile
+               Makefile.orig > GNUmakefile
 }
 
 src_compile() {

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-01 15:37:47 UTC
in cvs