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: Fri, 08 Jul 2016 08:19:56
Message-Id: 1467965979.76c1808c0ec116efb7bc913d538d119d479ad34f.alonbl@gentoo
1 commit: 76c1808c0ec116efb7bc913d538d119d479ad34f
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 8 08:18:47 2016 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 08:19:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c1808c
7
8 app-crypt/xca: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/xca/Manifest | 1 -
13 app-crypt/xca/xca-1.1.0.ebuild | 44 ------------------------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
17 index b52a424..a4bd971 100644
18 --- a/app-crypt/xca/Manifest
19 +++ b/app-crypt/xca/Manifest
20 @@ -1,2 +1 @@
21 -DIST xca-1.1.0.tar.gz 854925 SHA256 997b62b523f6581f0d96a5f5ba2fa31dcdd2b3cf1ffe924f5c69a931b0dd44df SHA512 c22a594c61f63c71e8bc7c38ccdfabe05903a33bf5116630ca4c5072b725e551a128b10f624d01a464695d739fb9d77a510b3ced99fedc5d5378cb5fd563d954 WHIRLPOOL 1b58ec3dce44e0eb101265f7b1e68695ea2121c795f7d5f6a5349c812469c50f618ce34a5985991432b49a910b2c34fd3eb8e88ac735078a6e063801f1731be0
22 DIST xca-1.3.2.tar.gz 897947 SHA256 04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4 SHA512 f0a9c4d47f0c20632f44364cc55293a7d2152772a746a72bc4a46622da4e48ae612bafe918c098a71c29cdfca8e6c03c27cf85a862ca0f356eddf061414c89b2 WHIRLPOOL 11a19800447fe939d1684524c4c0da90dc8dde4dfce4ff8f606d384f976b0d6f067e8455e3a90facfbf99a1cc651affdffa9397a9a8191f1fc8d302944ea730a
23
24 diff --git a/app-crypt/xca/xca-1.1.0.ebuild b/app-crypt/xca/xca-1.1.0.ebuild
25 deleted file mode 100644
26 index 0ed5bc3..0000000
27 --- a/app-crypt/xca/xca-1.1.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit eutils toolchain-funcs
37 -
38 -DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
39 -HOMEPAGE="http://xca.sourceforge.net"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
45 -IUSE="bindist"
46 -
47 -RDEPEND=">=dev-libs/openssl-0.9.8:*[bindist=]
48 - dev-qt/qtgui:4"
49 -DEPEND="${RDEPEND}"
50 -
51 -src_prepare() {
52 - epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch
53 - epatch "${FILESDIR}"/${P}-ec.patch
54 -}
55 -
56 -src_configure() {
57 - econf \
58 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
59 - STRIP=true
60 -}
61 -
62 -src_compile() {
63 - # enforce all to avoid the automatic silent rules
64 - emake all
65 -}
66 -
67 -src_install() {
68 - # non standard destdir
69 - emake install destdir="${ED}"
70 -
71 - insinto /etc/xca
72 - doins misc/*.txt
73 -}