diff options
author | Christopher Head <chead@chead.ca> | 2017-06-18 12:05:37 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-18 22:57:02 +0200 |
commit | cb2e48b201a8a4bbd2fad965fd300822f6d06dad (patch) | |
tree | 3ccf209dc86d0e1cd87237f3f730e5c52969c7a5 | |
parent | app-misc/pwsafe: support libressl (diff) | |
download | gentoo-cb2e48b201a8a4bbd2fad965fd300822f6d06dad.tar.gz gentoo-cb2e48b201a8a4bbd2fad965fd300822f6d06dad.tar.bz2 gentoo-cb2e48b201a8a4bbd2fad965fd300822f6d06dad.zip |
app-misc/pwsafe: delete old unstable version.
This is obsoleted by 0.2.0-r4.
Closes: https://github.com/gentoo/gentoo/pull/4940
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r-- | app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild deleted file mode 100644 index 5a9a28f963ca..000000000000 --- a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 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 readline" - -DEPEND="sys-libs/ncurses:0= - dev-libs/openssl: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 -} |