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 727661382C5 for ; Wed, 12 May 2021 20:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59C13E0985; Wed, 12 May 2021 20:10:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 429F9E0985 for ; Wed, 12 May 2021 20:10:07 +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 4D98B335D99 for ; Wed, 12 May 2021 20:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A20D75D for ; Wed, 12 May 2021 20:10:03 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1620850163.37567b9c18eb0be4b5f9446476a23da6bce5675c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SmbHash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild X-VCS-Directories: dev-perl/Crypt-SmbHash/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 37567b9c18eb0be4b5f9446476a23da6bce5675c X-VCS-Branch: master Date: Wed, 12 May 2021 20:10:03 +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: 9545296a-156c-42cd-9fe9-4c0760953f00 X-Archives-Hash: cc723ba2ee08db680d425562433e6cf5 commit: 37567b9c18eb0be4b5f9446476a23da6bce5675c Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed May 12 19:37:35 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed May 12 20:09:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37567b9c dev-perl/Crypt-SmbHash: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild b/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild deleted file mode 100644 index 94a3ef26922..00000000000 --- a/dev-perl/Crypt-SmbHash/Crypt-SmbHash-0.120.0-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=BJKUIT -DIST_VERSION=0.12 -inherit perl-module - -DESCRIPTION="LM/NT hashing, for Samba's smbpasswd entries" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="dev-perl/Digest-MD4" -DEPEND="${RDEPEND}"