commit: f076f5662e906863dc70ba0e863536bed87b027f Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun May 20 10:28:04 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun May 20 10:32:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f076f566
app-admin/pwcrypt: Remove 1.2.2 (r0) Uses deprecated EAPI 4 and overshadowed by 1.2.2-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-admin/pwcrypt/pwcrypt-1.2.2.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild deleted file mode 100644 index 46467862af0..00000000000 --- a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)" -HOMEPAGE="http://xjack.org/pwcrypt/" -SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -src_prepare() { - tc-export CC -} - -src_install() { - dobin src/pwcrypt - dodoc CREDITS README -}
