diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-07-08 11:18:47 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-07-08 11:19:39 +0300 |
commit | 76c1808c0ec116efb7bc913d538d119d479ad34f (patch) | |
tree | 0e31bc820e53afbb9a70e3f60445d3170f77c1f8 /app-crypt/xca | |
parent | net-libs/farstream: ppc stable wrt bug #586698 (diff) | |
download | gentoo-76c1808c0ec116efb7bc913d538d119d479ad34f.tar.gz gentoo-76c1808c0ec116efb7bc913d538d119d479ad34f.tar.bz2 gentoo-76c1808c0ec116efb7bc913d538d119d479ad34f.zip |
app-crypt/xca: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/xca/xca-1.1.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest index b52a424add6e..a4bd97136f01 100644 --- a/app-crypt/xca/Manifest +++ b/app-crypt/xca/Manifest @@ -1,2 +1 @@ -DIST xca-1.1.0.tar.gz 854925 SHA256 997b62b523f6581f0d96a5f5ba2fa31dcdd2b3cf1ffe924f5c69a931b0dd44df SHA512 c22a594c61f63c71e8bc7c38ccdfabe05903a33bf5116630ca4c5072b725e551a128b10f624d01a464695d739fb9d77a510b3ced99fedc5d5378cb5fd563d954 WHIRLPOOL 1b58ec3dce44e0eb101265f7b1e68695ea2121c795f7d5f6a5349c812469c50f618ce34a5985991432b49a910b2c34fd3eb8e88ac735078a6e063801f1731be0 DIST xca-1.3.2.tar.gz 897947 SHA256 04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4 SHA512 f0a9c4d47f0c20632f44364cc55293a7d2152772a746a72bc4a46622da4e48ae612bafe918c098a71c29cdfca8e6c03c27cf85a862ca0f356eddf061414c89b2 WHIRLPOOL 11a19800447fe939d1684524c4c0da90dc8dde4dfce4ff8f606d384f976b0d6f067e8455e3a90facfbf99a1cc651affdffa9397a9a8191f1fc8d302944ea730a diff --git a/app-crypt/xca/xca-1.1.0.ebuild b/app-crypt/xca/xca-1.1.0.ebuild deleted file mode 100644 index 0ed5bc3a9b3b..000000000000 --- a/app-crypt/xca/xca-1.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" -HOMEPAGE="http://xca.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="bindist" - -RDEPEND=">=dev-libs/openssl-0.9.8:*[bindist=] - dev-qt/qtgui:4" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch - epatch "${FILESDIR}"/${P}-ec.patch -} - -src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - STRIP=true -} - -src_compile() { - # enforce all to avoid the automatic silent rules - emake all -} - -src_install() { - # non standard destdir - emake install destdir="${ED}" - - insinto /etc/xca - doins misc/*.txt -} |