summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:10:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:10:52 +0000
commit497ed619f71c4cc15f7690f399d3498a30bd4bfb (patch)
treebae4a5ed342cdf44c99327565394681469e73ab8 /sys-libs/nss-db
parentCleanup (diff)
downloadhistorical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.gz
historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.bz2
historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.zip
Cleanup
Diffstat (limited to 'sys-libs/nss-db')
-rw-r--r--sys-libs/nss-db/files/digest-nss-db-2.21
-rw-r--r--sys-libs/nss-db/nss-db-2.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-libs/nss-db/files/digest-nss-db-2.2 b/sys-libs/nss-db/files/digest-nss-db-2.2
deleted file mode 100644
index 1b8f725c050d..000000000000
--- a/sys-libs/nss-db/files/digest-nss-db-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2565cbd4a941ba70e41391693c3252d nss_db-2.2.tar.gz
diff --git a/sys-libs/nss-db/nss-db-2.2.ebuild b/sys-libs/nss-db/nss-db-2.2.ebuild
deleted file mode 100644
index fdc9b4438302..000000000000
--- a/sys-libs/nss-db/nss-db-2.2.ebuild
+++ /dev/null
@@ -1,27 +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/nss-db/nss-db-2.2.ebuild,v 1.3 2000/11/30 23:14:00 achim Exp $
-
-A=nss_db-2.2.tar.gz
-S=${WORKDIR}/nss_db-2.2
-DESCRIPTION="Allows important system files to be stored in a fast database file rather than plain text"
-SRC_URI="ftp://ftp.gnu.org/gnu/glibc/${A}"
-HOMEPAGE="http://www.gnu.org"
-#now db needs to move to the base install, that's ok.
-DEPEND=">=sys-libs/db-3.1.17 >=sys-libs/glibc-2.2-r2"
-
-src_compile() {
- try ./configure --with-db=/usr/include/db3 --prefix=/usr --libdir=/usr/lib
- try make ${MAKEOPTS}
-}
-
-src_install () {
- make DESTDIR=${D} install
- rm -rf ${D}/usr/lib
- cd ${D}/lib
- ln -s libnss_db-2.2.so libnss_db.so
- cd ${S}
- dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS
-}
-