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 AEE74138334 for ; Sun, 13 Oct 2019 11:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C615E0849; Sun, 13 Oct 2019 11:31:28 +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 E0794E0849 for ; Sun, 13 Oct 2019 11:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C31834BCAF for ; Sun, 13 Oct 2019 11:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6CB4802 for ; Sun, 13 Oct 2019 11:31:25 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570966272.b9480c576892c1d7993e9bc9e35e8a99da5e3cac.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cracklib-words/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cracklib-words/Manifest sys-apps/cracklib-words/cracklib-words-20080507.ebuild X-VCS-Directories: sys-apps/cracklib-words/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b9480c576892c1d7993e9bc9e35e8a99da5e3cac X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:31:25 +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: 3a62b5c5-cfc6-4908-a92e-df39de4cd519 X-Archives-Hash: 95a07586f1caa60d3971ec62ee6d542c commit: b9480c576892c1d7993e9bc9e35e8a99da5e3cac Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 13 11:31:12 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 13 11:31:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9480c57 sys-apps/cracklib-words: Drop old Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-apps/cracklib-words/Manifest | 1 - .../cracklib-words/cracklib-words-20080507.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/sys-apps/cracklib-words/Manifest b/sys-apps/cracklib-words/Manifest index c77cb6dd75a..e76b8720e50 100644 --- a/sys-apps/cracklib-words/Manifest +++ b/sys-apps/cracklib-words/Manifest @@ -1,2 +1 @@ DIST cracklib-words-2.9.6.gz 5536645 BLAKE2B b0ac23e8777cb094cec565e9728ca8dd37359cd19c2e2d4cd215635f462e464fb27fc5a9e560895804df4e519c465845b381a8cd47fb4d6f9b9c62109ff661e6 SHA512 fc5bbe7699c9c9e3f39f5c82f53ec8a4ea85e08d5513188a2f6423f92779008b87d85cfcf87a9a5d13a49b04c30f73890cd4d3fa7cd4a6bdac5c1ebc18e18bc3 -DIST cracklib-words-20080507.gz 4515718 BLAKE2B d0de98d661d45462603e3150160e2a3ed984d22691a9c96509592e37d919e3d877414f8739443b22ac448b988e707c1b60423c337f482f8aad110f65a21df708 SHA512 d21055d6439a2b92b23ab6fd31222d9330315a0b44f53fae308ce5749a9fcb33b7df982f85ca8e2d6d2f9cc4c7264dfc3ed454edbccecd76289713df09fd633e diff --git a/sys-apps/cracklib-words/cracklib-words-20080507.ebuild b/sys-apps/cracklib-words/cracklib-words-20080507.ebuild deleted file mode 100644 index b79d9a04b00..00000000000 --- a/sys-apps/cracklib-words/cracklib-words-20080507.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="large set of crack/cracklib dictionaries" -HOMEPAGE="https://sourceforge.net/projects/cracklib" -SRC_URI="mirror://sourceforge/cracklib/${P}.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/dict - newins ${P} ${PN} || die -} - -pkg_postinst() { - if [ "${ROOT}" = "/" ] && type create-cracklib-dict >/dev/null ; then - ebegin "Regenerating cracklib dictionary" - create-cracklib-dict /usr/share/dict/* > /dev/null - eend $? - fi -}