Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
Date: Sun, 18 Jun 2017 20:57:07
Message-Id: 1497819422.cb2e48b201a8a4bbd2fad965fd300822f6d06dad.mgorny@gentoo
1 commit: cb2e48b201a8a4bbd2fad965fd300822f6d06dad
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Sun Jun 18 19:05:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 20:57:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2e48b2
7
8 app-misc/pwsafe: delete old unstable version.
9
10 This is obsoleted by 0.2.0-r4.
11
12 Closes: https://github.com/gentoo/gentoo/pull/4940
13 Package-Manager: Portage-2.3.5, Repoman-2.3.1
14
15 app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild | 42 ----------------------------------
16 1 file changed, 42 deletions(-)
17
18 diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
19 deleted file mode 100644
20 index 5a9a28f963c..00000000000
21 --- a/app-misc/pwsafe/pwsafe-0.2.0-r3.ebuild
22 +++ /dev/null
23 @@ -1,42 +0,0 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -DESCRIPTION="A Password Safe compatible command-line password manager"
30 -HOMEPAGE="http://nsd.dyndns.org/pwsafe/"
31 -SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -IUSE="X readline"
38 -
39 -DEPEND="sys-libs/ncurses:0=
40 - dev-libs/openssl:0=
41 - readline? ( sys-libs/readline:0= )
42 - X? ( x11-libs/libSM
43 - x11-libs/libICE
44 - x11-libs/libXmu
45 - x11-libs/libX11 )"
46 -RDEPEND="${DEPEND}"
47 -
48 -src_prepare() {
49 - eapply -p0 "${FILESDIR}/${P}-cvs-1.57.patch"
50 - eapply -p0 "${FILESDIR}/${P}-printf.patch"
51 - eapply -p0 "${FILESDIR}/${P}-fake-readline.patch"
52 - eapply -p0 "${FILESDIR}/${P}-man-page-option-syntax.patch"
53 - eapply -p0 "${FILESDIR}/${P}-XChangeProperty.patch"
54 - eapply_user
55 -}
56 -
57 -src_configure() {
58 - econf $(use_with X x) $(use_with readline)
59 -}
60 -
61 -src_install() {
62 - doman pwsafe.1
63 - dobin pwsafe
64 - dodoc README NEWS
65 -}