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/pwdb
parentCleanup (diff)
downloadhistorical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.gz
historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.bz2
historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.zip
Cleanup
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/files/digest-pwdb-0.61-r21
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r2.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-libs/pwdb/files/digest-pwdb-0.61-r2 b/sys-libs/pwdb/files/digest-pwdb-0.61-r2
deleted file mode 100644
index d50286493b8e..000000000000
--- a/sys-libs/pwdb/files/digest-pwdb-0.61-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47e2dc0d5590390fe7a3937961575b09 pwdb-0.61.tar.gz
diff --git a/sys-libs/pwdb/pwdb-0.61-r2.ebuild b/sys-libs/pwdb/pwdb-0.61-r2.ebuild
deleted file mode 100644
index 9601ff1eb8f7..000000000000
--- a/sys-libs/pwdb/pwdb-0.61-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r2.ebuild,v 1.3 2000/12/24 09:55:16 achim Exp $
-
-P=pwdb-0.61
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Password Database"
-SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${A}"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-RDEPEND=$DEPEND
-
-src_unpack () {
- mkdir ${S}
- cd ${S}
- unpack ${A}
-}
-src_compile() {
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s/^DIRS = .*/DIRS = libpwdb/" Makefile.orig > Makefile
- try make ${MAKEOPTS}
-}
-
-src_install() {
- cd ${S}
- into /usr
- dodir /usr/include/pwdb
- dodir /lib
- dodoc CHANGES Copyright CREDITS README
- docinto html
- dodoc doc/html/*
- docinto txt
- dodoc doc/*.txt
- insinto /etc
- doins conf/pwdb.conf
- try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/lib LDCONFIG="echo" install
- preplib /
-
- cd ${O}/files
- insinto /etc/pam.d
- doins passwd
-}
-
-
-
-