summaryrefslogtreecommitdiff
path: root/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /net-mail/checkpassword/checkpassword-0.90-r4.ebuild
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'net-mail/checkpassword/checkpassword-0.90-r4.ebuild')
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r4.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
deleted file mode 100644
index 1f19512efe51..000000000000
--- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fixheadtails flag-o-matic toolchain-funcs
-
-DESCRIPTION="A uniform password checking interface for root applications"
-HOMEPAGE="https://cr.yp.to/checkpwd.html"
-SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz"
-
-# http://cr.yp.to/distributors.html
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="static"
-RESTRICT="mirror bindist"
-
-PATCHES=(
- "${FILESDIR}"/${P}-errno.patch
- "${FILESDIR}"/${P}-exit.patch
- "${FILESDIR}"/${P}-headers.patch
-)
-
-src_prepare() {
- default
-
- ht_fix_file Makefile print-cc.sh
-
- use static && append-ldflags -static
-
- echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" > ./conf-cc || die 'Patching conf-cc failed.'
- echo "$(tc-getCC) ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.'
-}
-
-src_install() {
- dobin checkpassword
- einstalldocs
-}