Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/
Date: Sat, 01 Apr 2017 16:17:38
Message-Id: 1491063443.403466b305a15d75115bea11cd3a08962a1dd58e.alonbl@gentoo
1 commit: 403466b305a15d75115bea11cd3a08962a1dd58e
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 11:33:46 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 16:17:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403466b3
7
8 app-crypt/xca: cleanup
9
10 Bug: 613840
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-crypt/xca/xca-1.3.2.ebuild | 42 ------------------------------------------
15 1 file changed, 42 deletions(-)
16
17 diff --git a/app-crypt/xca/xca-1.3.2.ebuild b/app-crypt/xca/xca-1.3.2.ebuild
18 deleted file mode 100644
19 index 58ef5960666..00000000000
20 --- a/app-crypt/xca/xca-1.3.2.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc"
31 -HOMEPAGE="http://xca.sourceforge.net"
32 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 -IUSE="bindist"
38 -
39 -RDEPEND=">=dev-libs/openssl-0.9.8:*[bindist=]
40 - dev-qt/qtgui:4"
41 -DEPEND="${RDEPEND}"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch
45 -}
46 -
47 -src_configure() {
48 - econf \
49 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
50 - STRIP=true
51 -}
52 -
53 -src_compile() {
54 - # enforce all to avoid the automatic silent rules
55 - emake all
56 -}
57 -
58 -src_install() {
59 - # non standard destdir
60 - emake install destdir="${ED}"
61 -
62 - insinto /etc/xca
63 - doins misc/*.txt
64 -}