summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
commit5e638616aef3e7447f26d42f6a1e2c9c0318c10e (patch)
tree2819ee0066e220b7615dc068c5df097d3790d2e4 /sys-libs/gdbm
parentCleanup (diff)
downloadgentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.gz
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.bz2
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.zip
Cleanup
Diffstat (limited to 'sys-libs/gdbm')
-rw-r--r--sys-libs/gdbm/files/digest-gdbm-1.8.0-r11
-rw-r--r--sys-libs/gdbm/gdbm-1.8.0-r1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/gdbm/files/digest-gdbm-1.8.0-r1 b/sys-libs/gdbm/files/digest-gdbm-1.8.0-r1
deleted file mode 100644
index cb8535ca1a05..000000000000
--- a/sys-libs/gdbm/files/digest-gdbm-1.8.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd543862287f55ad66e62cc9d82cc906 gdbm-1.8.0.tar.gz
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild
deleted file mode 100644
index 01b699c669a7..000000000000
--- a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $
-
-# FOR SOME REASON, THE CONFIGURE SCRIPT DOES NOT USE THE EXPORTED CFLAGS, SO
-# THIS LIBRARY ONLY HAS -O OPTS, WE WON'T WORRY ABOUT THIS FOR SUCH AN
-# INSIGNIFICANT LIB, but one day...
-
-P=gdbm-1.8.0
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard GNU database libraries included for compatibility with Perl"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gdbm/${A}
- ftp://prep.ai.mit.edu/gnu/gdbm/${A}"
-HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html"
-
-DEPEND="virtual/glibc"
-
-RDEPEND=$DEPEND
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr
- try pmake
-}
-
-src_install() {
- try make prefix=${D}/usr install
- dodoc COPYING ChangeLog NEWS README
-}
-
-
-