diff options
author | Christopher Head <chead@chead.ca> | 2017-11-07 22:54:57 -0800 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-11 23:04:20 +0100 |
commit | 8dcfa10c16bf29843424ec050ca02285318694d1 (patch) | |
tree | 0e6b6d44d63644942f4f86d4536b872d9900e323 /app-misc/pwsafe | |
parent | media-plugins/gst-plugins-mpg123: x86 stable (bug #635900) (diff) | |
download | gentoo-8dcfa10c16bf29843424ec050ca02285318694d1.tar.gz gentoo-8dcfa10c16bf29843424ec050ca02285318694d1.tar.bz2 gentoo-8dcfa10c16bf29843424ec050ca02285318694d1.zip |
app-misc/pwsafe-0.2.0-r2: delete old.
This old stable version is obsoleted by the new stable version 0.2.0-r4.
Closes: https://github.com/gentoo/gentoo/pull/6148
Diffstat (limited to 'app-misc/pwsafe')
-rw-r--r-- | app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild deleted file mode 100644 index 43c603b050b4..000000000000 --- a/app-misc/pwsafe/pwsafe-0.2.0-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit base eutils - -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" -PATCHES=( - "${FILESDIR}/${P}-cvs-1.57.patch" - "${FILESDIR}/${P}-printf.patch" - "${FILESDIR}/${P}-fake-readline.patch" - "${FILESDIR}/${P}-man-page-option-syntax.patch" - "${FILESDIR}/${P}-XChangeProperty.patch" - ) - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="X readline" - -DEPEND="sys-libs/ncurses - dev-libs/openssl - readline? ( sys-libs/readline ) - X? ( x11-libs/libSM - x11-libs/libICE - x11-libs/libXmu - x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_with X x) $(use_with readline) -} - -src_install() { - doman pwsafe.1 - dobin pwsafe - dodoc README NEWS -} |