summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r--dev-libs/libowfat/ChangeLog8
-rw-r--r--dev-libs/libowfat/files/digest-libowfat-0.101
-rw-r--r--dev-libs/libowfat/files/digest-libowfat-0.19.21
-rw-r--r--dev-libs/libowfat/libowfat-0.19.2.ebuild (renamed from dev-libs/libowfat/libowfat-0.10.ebuild)23
4 files changed, 17 insertions, 16 deletions
diff --git a/dev-libs/libowfat/ChangeLog b/dev-libs/libowfat/ChangeLog
index aa2d9ee33242..b831e1678a9f 100644
--- a/dev-libs/libowfat/ChangeLog
+++ b/dev-libs/libowfat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libowfat
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.10 2004/03/23 19:03:19 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.11 2004/05/07 14:39:48 dragonheart Exp $
+
+*libowfat-0.19.2 (08 May 2004)
+
+ 08 May 2004; Daniel Black <dragonheart@gentoo.org> +libowfat-0.19.2.ebuild
+ -libowfat-0.10.ebuild:
+ version bump and removed old version
24 Mar 2004; Daniel Black <dragonheart@gentoo.org> libowfat-0.10.ebuild,
libowfat-0.14.ebuild, libowfat-0.15.ebuild, libowfat-0.16.ebuild:
diff --git a/dev-libs/libowfat/files/digest-libowfat-0.10 b/dev-libs/libowfat/files/digest-libowfat-0.10
deleted file mode 100644
index 13340e619413..000000000000
--- a/dev-libs/libowfat/files/digest-libowfat-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20a7d841114caa50da8ef11167206ada libowfat-0.10.tar.bz2 35741
diff --git a/dev-libs/libowfat/files/digest-libowfat-0.19.2 b/dev-libs/libowfat/files/digest-libowfat-0.19.2
new file mode 100644
index 000000000000..9a88fe2c14c9
--- /dev/null
+++ b/dev-libs/libowfat/files/digest-libowfat-0.19.2
@@ -0,0 +1 @@
+MD5 7aea51f394d55223eec5820cc84d32f5 libowfat-0.19.2.tar.bz2 104852
diff --git a/dev-libs/libowfat/libowfat-0.10.ebuild b/dev-libs/libowfat/libowfat-0.19.2.ebuild
index b76e19318dba..1cb6e0b829d2 100644
--- a/dev-libs/libowfat/libowfat-0.10.ebuild
+++ b/dev-libs/libowfat/libowfat-0.19.2.ebuild
@@ -1,31 +1,27 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.10.ebuild,v 1.10 2004/03/23 19:03:19 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.19.2.ebuild,v 1.1 2004/05/07 14:39:48 dragonheart Exp $
DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein."
-SRC_URI="http://www.fefe.de/libowfat/${P}.tar.bz2"
+SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
HOMEPAGE="http://www.fefe.de/libowfat/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
+KEYWORDS="~x86 ~sparc ~ppc"
IUSE=""
-DEPEND=">=dev-libs/dietlibc-0.16"
+DEPEND=">=dev-libs/dietlibc-0.23
+ >=sys-apps/sed-4"
+
+RDEPEND=">=dev-libs/dietlibc-0.23"
src_unpack() {
unpack ${A} ; cd ${S}
- mv Makefile Makefile.orig
- sed -e "s:^CFLAGS.*:CFLAGS=-I. ${CFLAGS}:" \
+ sed -i -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
-
- #patch Makefile to fix a bug in the install section
- #this has been submitted upstream and is fixed in cvs
- #ie. it should not be necessary for libowfat-0.11 and later
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
-
+ GNUmakefile
}
src_compile() {
@@ -33,7 +29,6 @@ src_compile() {
}
src_install () {
-
make \
LIBDIR=${D}/usr/lib \
MAN3DIR=${D}/usr/share/man/man3 \