From 707c9a223f7eaa7c34479e203bf0e0c8239a9fbb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Jan 2007 03:12:35 +0000 Subject: [PATCH] old --- sys-apps/tcb/files/digest-tcb-0.9.8.7 | 3 --- sys-apps/tcb/files/digest-tcb-0.9.8.8 | 3 --- sys-apps/tcb/files/digest-tcb-1.0 | 3 --- sys-apps/tcb/tcb-0.9.8.7.ebuild | 33 ----------------------- sys-apps/tcb/tcb-0.9.8.8.ebuild | 33 ----------------------- sys-apps/tcb/tcb-1.0.ebuild | 38 --------------------------- 6 files changed, 113 deletions(-) delete mode 100644 sys-apps/tcb/files/digest-tcb-0.9.8.7 delete mode 100644 sys-apps/tcb/files/digest-tcb-0.9.8.8 delete mode 100644 sys-apps/tcb/files/digest-tcb-1.0 delete mode 100644 sys-apps/tcb/tcb-0.9.8.7.ebuild delete mode 100644 sys-apps/tcb/tcb-0.9.8.8.ebuild delete mode 100644 sys-apps/tcb/tcb-1.0.ebuild diff --git a/sys-apps/tcb/files/digest-tcb-0.9.8.7 b/sys-apps/tcb/files/digest-tcb-0.9.8.7 deleted file mode 100644 index d18beb22d470..000000000000 --- a/sys-apps/tcb/files/digest-tcb-0.9.8.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b298233918113959a395360f210713b7 tcb-0.9.8.7.tar.gz 36561 -RMD160 50f508a726ba3a815d93411794f58263cf9b949b tcb-0.9.8.7.tar.gz 36561 -SHA256 18d5050ce986366d06defbad8f870f1eb7408d5d4da0a96d29996a738f4337e7 tcb-0.9.8.7.tar.gz 36561 diff --git a/sys-apps/tcb/files/digest-tcb-0.9.8.8 b/sys-apps/tcb/files/digest-tcb-0.9.8.8 deleted file mode 100644 index 694696651bb3..000000000000 --- a/sys-apps/tcb/files/digest-tcb-0.9.8.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bd0a10c89c1592a600f9e3d2185b012f tcb-0.9.8.8.tar.gz 36660 -RMD160 87104d4a822dbd4e709e3c098af8e922a9f5d789 tcb-0.9.8.8.tar.gz 36660 -SHA256 2db728c2bfabdf96a8d84110af9c59424e0865e63bb97e9d83c7783172a860ea tcb-0.9.8.8.tar.gz 36660 diff --git a/sys-apps/tcb/files/digest-tcb-1.0 b/sys-apps/tcb/files/digest-tcb-1.0 deleted file mode 100644 index a7f35493a23c..000000000000 --- a/sys-apps/tcb/files/digest-tcb-1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9cf36b80cafdae41e644000a6e3b88fc tcb-1.0.tar.gz 40355 -RMD160 1dbe92cbc583f66b687526ced87c6ab03d8dadbf tcb-1.0.tar.gz 40355 -SHA256 6565f076f72bc709b5eece037e9c45f0a0f60530e9213dda3ddbb14416bdfbaa tcb-1.0.tar.gz 40355 diff --git a/sys-apps/tcb/tcb-0.9.8.7.ebuild b/sys-apps/tcb/tcb-0.9.8.7.ebuild deleted file mode 100644 index 994ebce97f95..000000000000 --- a/sys-apps/tcb/tcb-0.9.8.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.7.ebuild,v 1.4 2005/07/17 13:35:14 vapier Exp $ - -inherit eutils - -DESCRIPTION="Libraries and tools implementing the tcb password shadowing scheme" -HOMEPAGE="http://www.openwall.com/" -SRC_URI="ftp://ftp.openwall.com/pub/projects/tcb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=sys-libs/pam-0.75" - -pkg_setup() { - # might want to add these into baselayout eventually... - for group in auth chkpwd shadow ; do - enewgroup ${group} - done -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ChangeLog -} - -pkg_postinst() { - einfo "You must now run /sbin/tcb_convert to convert your shadow to tcb" - einfo "To remove this you must first run /sbin/tcp_unconvert and then unmerge" -} diff --git a/sys-apps/tcb/tcb-0.9.8.8.ebuild b/sys-apps/tcb/tcb-0.9.8.8.ebuild deleted file mode 100644 index ee1530f22c23..000000000000 --- a/sys-apps/tcb/tcb-0.9.8.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.8.ebuild,v 1.4 2006/04/25 05:47:17 vapier Exp $ - -inherit eutils - -DESCRIPTION="Libraries and tools implementing the tcb password shadowing scheme" -HOMEPAGE="http://www.openwall.com/tcb/" -SRC_URI="ftp://ftp.openwall.com/pub/projects/tcb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND=">=sys-libs/pam-0.75" - -pkg_setup() { - # might want to add these into baselayout eventually... - for group in auth chkpwd shadow ; do - enewgroup ${group} - done -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ChangeLog -} - -pkg_postinst() { - einfo "You must now run /sbin/tcb_convert to convert your shadow to tcb" - einfo "To remove this you must first run /sbin/tcp_unconvert and then unmerge" -} diff --git a/sys-apps/tcb/tcb-1.0.ebuild b/sys-apps/tcb/tcb-1.0.ebuild deleted file mode 100644 index 411e6abdf68b..000000000000 --- a/sys-apps/tcb/tcb-1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-1.0.ebuild,v 1.1 2006/04/25 05:47:44 vapier Exp $ - -inherit eutils - -DESCRIPTION="Libraries and tools implementing the tcb password shadowing scheme" -HOMEPAGE="http://www.openwall.com/tcb/" -SRC_URI="ftp://ftp.openwall.com/pub/projects/tcb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="pam" - -DEPEND="pam? ( >=sys-libs/pam-0.75 )" - -pkg_setup() { - for group in auth chkpwd shadow ; do - enewgroup ${group} - done -} - -src_unpack() { - unpack ${A} - cd "${S}" - use pam || sed -i '/pam/d' Makefile -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ChangeLog -} - -pkg_postinst() { - einfo "You must now run /sbin/tcb_convert to convert your shadow to tcb" - einfo "To remove this you must first run /sbin/tcp_unconvert and then unmerge" -} -- 2.26.2