Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23800 - New version: dev-libs/libowfat-0.15
Summary: New version: dev-libs/libowfat-0.15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Martin Holzer (RETIRED)
URL: http://www.fefe.de/libowfat/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 03:52 UTC by Nicolas Kaiser
Modified: 2003-07-01 15:37 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-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