From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0631F13997D for ; Sun, 10 Nov 2019 16:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E511E0A64; Sun, 10 Nov 2019 16:38:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0B26E0A64 for ; Sun, 10 Nov 2019 16:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8A5E34CB49 for ; Sun, 10 Nov 2019 16:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256948A9 for ; Sun, 10 Nov 2019 16:38:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573403864.2952cc985e3d94dcb8412b420fa9b6d7c2005d9e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cmd5checkpw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/cmd5checkpw/Manifest net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild X-VCS-Directories: net-mail/cmd5checkpw/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2952cc985e3d94dcb8412b420fa9b6d7c2005d9e X-VCS-Branch: master Date: Sun, 10 Nov 2019 16:38:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 394ceec6-2063-4345-99b1-52c3bd0d16c1 X-Archives-Hash: 8567183588aa4f4f831b4120b7626ebd commit: 2952cc985e3d94dcb8412b420fa9b6d7c2005d9e Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 16:37:14 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 16:37:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2952cc98 net-mail/cmd5checkpw: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> net-mail/cmd5checkpw/Manifest | 1 - net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild | 70 ------------------------- 2 files changed, 71 deletions(-) diff --git a/net-mail/cmd5checkpw/Manifest b/net-mail/cmd5checkpw/Manifest index f8a8d35cf6f..0853450b258 100644 --- a/net-mail/cmd5checkpw/Manifest +++ b/net-mail/cmd5checkpw/Manifest @@ -1,2 +1 @@ -DIST cmd5checkpw-030_tgz.bin 25812 BLAKE2B d1ef48edd2ff0d88823656915a04a8f0893840a49022ed977c6d178cf70d179c44504512ad44d94ae33d48e523ae8cb98ff7b87357b6c8deee761ae9df163bc5 SHA512 c54792769097ac7e8a11c6a140a9eefdb090bad4a0336be9543549a232e4faa72f08baea7e746b9743e01ce40c0f7402f4584c53b5eedb3f2d1e457d1c8a45d5 DIST cmd5checkpw-0.30.tar.gz 25812 BLAKE2B d1ef48edd2ff0d88823656915a04a8f0893840a49022ed977c6d178cf70d179c44504512ad44d94ae33d48e523ae8cb98ff7b87357b6c8deee761ae9df163bc5 SHA512 c54792769097ac7e8a11c6a140a9eefdb090bad4a0336be9543549a232e4faa72f08baea7e746b9743e01ce40c0f7402f4584c53b5eedb3f2d1e457d1c8a45d5 diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild deleted file mode 100644 index a2ac986f5a2..00000000000 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils fixheadtails user - -MY_VER="030" - -DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode" -SRC_URI="https://www.fehcom.de/qmail/auth/${PN}-${MY_VER}_tgz.bin" -HOMEPAGE="https://www.fehcom.de/qmail/smtpauth.html" - -LICENSE="public-domain RSA" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - enewuser cmd5checkpw 212 -1 /dev/null bin - ewarn - ewarn "this version is in NO WAY COMPATIBLE with cmd5checkpw-0.2x" - ewarn "it actually receives the authentication credentials" - ewarn "in a different order then the old implementation" - ewarn "see bug #100693 for details" - ewarn "this version IS needed by >=qmail-1.03-r16" - ewarn -} - -src_unpack() { - # The old code moved the file in DISTDIR, which is forbidden. - # It's read-only. - cd "${WORKDIR}" - rm -f ${PN}-${MY_VER}.tar.gz - ln -s "${DISTDIR}"/${PN}-${MY_VER}_tgz.bin ${PN}-${MY_VER}.tar.gz - unpack ./${PN}-${MY_VER}.tar.gz - cd "${S}" - - epatch "${FILESDIR}"/euid_${MY_VER}.diff - epatch "${FILESDIR}"/reloc.diff - - sed -e 's:-c -g -Wall -O3:$(OPTCFLAGS):' -i Makefile - - ht_fix_file Makefile -} - -src_compile() { - emake OPTCFLAGS="${CFLAGS}" || die -} - -src_install() { - insinto /etc - doins "${FILESDIR}"/poppasswd - - exeinto /bin - doexe cmd5checkpw - doman cmd5checkpw.8 - - fowners cmd5checkpw /etc/poppasswd /bin/cmd5checkpw - fperms 400 /etc/poppasswd - fperms u+s /bin/cmd5checkpw -} - -pkg_postinst() { - chmod 400 "${ROOT}"/etc/poppasswd - chown cmd5checkpw "${ROOT}"/etc/poppasswd -}