summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-06-04 17:15:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-06-04 17:15:59 +0000
commit34c0c3b2c36a1461bdd2069828e24ecf32403d84 (patch)
tree15f8b8ecc9bbf3edf35859fa0576c50f4b0523cc /dev-libs/libowfat/libowfat-0.15.ebuild
parentTaking over maintenance from embedded herd. (diff)
downloadgentoo-2-34c0c3b2c36a1461bdd2069828e24ecf32403d84.tar.gz
gentoo-2-34c0c3b2c36a1461bdd2069828e24ecf32403d84.tar.bz2
gentoo-2-34c0c3b2c36a1461bdd2069828e24ecf32403d84.zip
Remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libowfat/libowfat-0.15.ebuild')
-rw-r--r--dev-libs/libowfat/libowfat-0.15.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libowfat/libowfat-0.15.ebuild b/dev-libs/libowfat/libowfat-0.15.ebuild
deleted file mode 100644
index 7a640d3e9416..000000000000
--- a/dev-libs/libowfat/libowfat-0.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.15.ebuild,v 1.3 2004/06/24 23:21:36 agriffis Exp $
-
-DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein."
-SRC_URI="http://www.fefe.de/libowfat/${P}.tar.bz2"
-HOMEPAGE="http://www.fefe.de/libowfat/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ~ppc"
-IUSE=""
-DEPEND=">=dev-libs/dietlibc-0.16"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- mv GNUmakefile GNUmakefile.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:" \
- GNUmakefile.orig > GNUmakefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- make \
- LIBDIR=${D}/usr/lib \
- MAN3DIR=${D}/usr/share/man/man3 \
- INCLUDEDIR=${D}/usr/include/libowfat \
- install || die
-}