commit: 00daa9ccf919c27946b54c28aef24e0fbe268a29 Author: Christopher Head <chead <AT> chead <DOT> ca> AuthorDate: Tue Dec 22 02:32:26 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 26 21:34:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00daa9cc
app-misc/pwsafe: clean old Signed-off-by: Christopher Head <chead <AT> chead.ca> Closes: https://github.com/gentoo/gentoo/pull/18757 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 43 ---------------------------------- 1 file changed, 43 deletions(-) diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild deleted file mode 100644 index cd66440a666..00000000000 --- a/app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A Password Safe compatible command-line password manager" -HOMEPAGE="http://nsd.dyndns.org/pwsafe/" -SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="X libressl readline" - -DEPEND="sys-libs/ncurses:0= - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - readline? ( sys-libs/readline:0= ) - X? ( x11-libs/libSM - x11-libs/libICE - x11-libs/libXmu - x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch" - eapply -p0 "${FILESDIR}/${P}-printf.patch" - eapply -p0 "${FILESDIR}/${P}-fake-readline.patch" - eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch" - eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch" - eapply_user -} - -src_configure() { - econf $(use_with X x) $(use_with readline) -} - -src_install() { - doman pwsafe.1 - dobin pwsafe - dodoc README NEWS -}
