summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-11 11:32:09 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-11 11:32:09 +0000
commit9f03ee55824e4a103950e3abfafed0dcd726e2ae (patch)
tree6817efb70c16c533a5c3701dea53d66d255dd24f /sys-libs/cracklib
parentcleanup (diff)
downloadhistorical-9f03ee55824e4a103950e3abfafed0dcd726e2ae.tar.gz
historical-9f03ee55824e4a103950e3abfafed0dcd726e2ae.tar.bz2
historical-9f03ee55824e4a103950e3abfafed0dcd726e2ae.zip
cleanup
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r--sys-libs/cracklib/ChangeLog14
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r2.ebuild47
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r3.ebuild44
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r4.ebuild53
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r5.ebuild36
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r6.ebuild14
6 files changed, 19 insertions, 189 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog
index 7f08344dfeb6..5d12fec8e2ed 100644
--- a/sys-libs/cracklib/ChangeLog
+++ b/sys-libs/cracklib/ChangeLog
@@ -1,14 +1,20 @@
# ChangeLog for sys-libs/cracklib
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.11 2003/02/09 16:51:07 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.12 2003/02/11 11:32:09 seemant Exp $
+
+*cracklib-2.7-r6 (25 Oct 2002)
+
+ 10 Feb 2003; Seemant Kulleen <seemant@gentoo.org> :
+
+ removed old ebuilds, removed the no-longer-used precompiled dicts,
+ removed an unused patch; using epatch from eutils instead.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> cracklib-2.7-r6.ebuild :
Added hppa to keywords.
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> :
+ changed sparc ~sparc keywords
-*cracklib-2.7-r6 (25 Oct 2002)
-
31 Jan 2003; Ryan Phillips <rphillips@gentoo.org> :
Install packer.h into /usr/include
diff --git a/sys-libs/cracklib/cracklib-2.7-r2.ebuild b/sys-libs/cracklib/cracklib-2.7-r2.ebuild
deleted file mode 100644
index be63a7d4785c..000000000000
--- a/sys-libs/cracklib/cracklib-2.7-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r2.ebuild,v 1.9 2002/10/04 06:36:36 vapier Exp $
-
-A=cracklib2_${PV}.orig.tar.gz
-A0=${P}-redhat.patch
-S=${WORKDIR}/cracklib,${PV}
-DESCRIPTION="Cracklib"
-SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/${A}"
-LICENSE="CRACKLIB"
-KEYWORDS="x86 -ppc"
-SLOT="0"
-HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p1 <${FILESDIR}/${A0}
- patch -p1 <${FILESDIR}/${P}-gentoo.diff
-
-}
-
-src_compile() {
-
- # Parallel make does not work for 2.7
- try make all
-
-}
-
-src_install() {
-
- dodir /usr/lib
- dodir /usr/sbin
- dodir /usr/include
- dodir /usr/share/cracklib
-
- try make DESTDIR=${D} install
-
- mv ${D}/usr/lib ${D}
- preplib /
-
- dodoc HISTORY LICENCE MANIFEST POSTER README
-
-}
diff --git a/sys-libs/cracklib/cracklib-2.7-r3.ebuild b/sys-libs/cracklib/cracklib-2.7-r3.ebuild
deleted file mode 100644
index 4c17ee1ee4c3..000000000000
--- a/sys-libs/cracklib/cracklib-2.7-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r3.ebuild,v 1.8 2002/10/04 06:36:38 vapier Exp $
-
-S=${WORKDIR}/cracklib,${PV}
-DESCRIPTION="Cracklib"
-SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/cracklib2_${PV}.orig.tar.gz"
-LICENSE="CRACKLIB"
-KEYWORDS="x86 -ppc"
-SLOT="0"
-HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- patch -p1 <${FILESDIR}/${P}-redhat.patch || die
- patch -p1 <${FILESDIR}/${P}-gentoo.diff || die
-}
-
-src_compile() {
-
- # Parallel make does not work for 2.7
- make all
-}
-
-src_install() {
-
- dodir /usr/{lib,sbin,include} /usr/share/cracklib
-
- make DESTDIR=${D} install || die
-
- mv ${D}/usr/lib ${D}
- preplib /
-
- insinto /usr/lib
- doins ${FILESDIR}/dict/cracklib_dict.*
-
- dodoc HISTORY LICENCE MANIFEST POSTER README
-}
-
diff --git a/sys-libs/cracklib/cracklib-2.7-r4.ebuild b/sys-libs/cracklib/cracklib-2.7-r4.ebuild
deleted file mode 100644
index 28c7a28f4abf..000000000000
--- a/sys-libs/cracklib/cracklib-2.7-r4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r4.ebuild,v 1.10 2002/12/09 04:37:29 manson Exp $
-
-S=${WORKDIR}/cracklib,${PV}
-DESCRIPTION="Cracklib"
-SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/cracklib2_${PV}.orig.tar.gz"
-LICENSE="CRACKLIB"
-KEYWORDS="x86 -ppc sparc "
-SLOT="0"
-HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- patch -p1 <${FILESDIR}/${P}-redhat.patch || die
- patch -p1 <${FILESDIR}/${P}-gentoo.diff || die
-}
-
-src_compile() {
-
- # Parallel make does not work for 2.7
- make all
-}
-
-src_install() {
-
- case $ARCH in
- sparc*)
- DICTS=dict-sparc
- ;;
- *)
- DICTS=dict
- ;;
- esac
-
- dodir /usr/{lib,sbin,include} /usr/share/cracklib
-
- make DESTDIR=${D} install || die
-
- mv ${D}/usr/lib ${D}
- preplib /
-
- insinto /usr/lib
- doins ${FILESDIR}/${DICTS}/cracklib_dict.*
-
- dodoc HISTORY LICENCE MANIFEST POSTER README
-}
-
diff --git a/sys-libs/cracklib/cracklib-2.7-r5.ebuild b/sys-libs/cracklib/cracklib-2.7-r5.ebuild
deleted file mode 100644
index 4e2e5676749e..000000000000
--- a/sys-libs/cracklib/cracklib-2.7-r5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r5.ebuild,v 1.13 2002/12/15 10:44:24 bjb Exp $
-
-S=${WORKDIR}/cracklib,${PV}
-DESCRIPTION="Cracklib"
-SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/cracklib2_${PV}.orig.tar.gz"
-DEPEND="virtual/glibc sys-apps/miscfiles"
-LICENSE="CRACKLIB"
-KEYWORDS="x86 ppc sparc alpha"
-SLOT="0"
-HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p1 <${FILESDIR}/${P}-redhat.patch || die
- patch -p1 <${FILESDIR}/${P}-gentoo-new.diff || die
-}
-
-src_compile() {
- # Parallel make does not work for 2.7
- make all || die
-}
-
-src_install() {
-
- dodir /usr/{lib,sbin,include} /usr/share/cracklib
-
- make DESTDIR=${D} install || die
-
- preplib /usr/lib
-
- dodoc HISTORY LICENCE MANIFEST POSTER README
-}
diff --git a/sys-libs/cracklib/cracklib-2.7-r6.ebuild b/sys-libs/cracklib/cracklib-2.7-r6.ebuild
index f869527df8e6..aab618ca0e9f 100644
--- a/sys-libs/cracklib/cracklib-2.7-r6.ebuild
+++ b/sys-libs/cracklib/cracklib-2.7-r6.ebuild
@@ -1,24 +1,28 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r6.ebuild,v 1.6 2003/02/09 16:51:07 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r6.ebuild,v 1.7 2003/02/11 11:32:09 seemant Exp $
+
+inherit eutils
+
+IUSE=""
S="${WORKDIR}/cracklib,${PV}"
DESCRIPTION="Cracklib"
SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/cracklib2_${PV}.orig.tar.gz"
HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
+SLOT="0"
LICENSE="CRACKLIB"
KEYWORDS="x86 ppc sparc alpha mips hppa"
-SLOT="0"
-DEPEND="virtual/glibc sys-apps/miscfiles"
+DEPEND="sys-apps/miscfiles"
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 <${FILESDIR}/${P}-redhat.patch || die
- patch -p1 <${FILESDIR}/${P}-gentoo-new.diff || die
+ epatch ${FILESDIR}/${P}-redhat.patch
+ epatch ${FILESDIR}/${P}-gentoo-new.diff
}
src_compile() {