diff options
author | Christopher Head <chead@chead.ca> | 2020-12-21 18:32:26 -0800 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-26 22:34:50 +0100 |
commit | 00daa9ccf919c27946b54c28aef24e0fbe268a29 (patch) | |
tree | 834928bdc50a804b2bbcb4fcf77d919b528320d6 /app-misc | |
parent | x11-wm/awesome: add -fno-common (gcc 10) patch (diff) | |
download | gentoo-00daa9ccf919c27946b54c28aef24e0fbe268a29.tar.gz gentoo-00daa9ccf919c27946b54c28aef24e0fbe268a29.tar.bz2 gentoo-00daa9ccf919c27946b54c28aef24e0fbe268a29.zip |
app-misc/pwsafe: clean old
Signed-off-by: Christopher Head <chead@chead.ca>
Closes: https://github.com/gentoo/gentoo/pull/18757
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pwsafe/pwsafe-0.2.0-r4.ebuild | 43 |
1 files changed, 0 insertions, 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 cd66440a6669..000000000000 --- 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 -} |