From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/
Date: Wed, 12 Aug 2015 10:57:12 +0000 (UTC) [thread overview]
Message-ID: <1439376983.cab74bcc45de089d851c5000f1ca40a2c29254c6.alonbl@gentoo> (raw)
commit: cab74bcc45de089d851c5000f1ca40a2c29254c6
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 10:55:59 2015 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 10:56:23 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab74bcc
app-crypt/xca: version bump
thanks to Jesse Adelman.
Bug: 557326
Package-Manager: portage-2.2.20
app-crypt/xca/Manifest | 1 +
app-crypt/xca/xca-1.3.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 48478d9..855de8a 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1 +1,2 @@
DIST xca-1.1.0.tar.gz 854925 SHA256 997b62b523f6581f0d96a5f5ba2fa31dcdd2b3cf1ffe924f5c69a931b0dd44df SHA512 c22a594c61f63c71e8bc7c38ccdfabe05903a33bf5116630ca4c5072b725e551a128b10f624d01a464695d739fb9d77a510b3ced99fedc5d5378cb5fd563d954 WHIRLPOOL 1b58ec3dce44e0eb101265f7b1e68695ea2121c795f7d5f6a5349c812469c50f618ce34a5985991432b49a910b2c34fd3eb8e88ac735078a6e063801f1731be0
+DIST xca-1.3.0.tar.gz 883772 SHA256 ef5b6e4ed93abb02eb53925edd222bfeb5c26a3b0698af90a416d8e92869414c SHA512 af537154a26fbb8749034b8aa79d0379e5e2567ea2b4c82c8a2f77b0fec7017d01aa0974d013f0d84eb52f2dc18994b29890d9ab63939c91aa9e316f6ef93685 WHIRLPOOL 19ce637f6794b00f7fbc363263768a8b651a21d9dd564ec7ba05fc9c729240ae8edc9d323b899b3641f9bf757b325a77c11a84848606dfe5dec839678a2c0314
diff --git a/app-crypt/xca/xca-1.3.0.ebuild b/app-crypt/xca/xca-1.3.0.ebuild
new file mode 100644
index 0000000..97ae58b
--- /dev/null
+++ b/app-crypt/xca/xca-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+}
+
+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
+}
next reply other threads:[~2015-08-12 10:57 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 10:57 Alon Bar-Lev [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-05 21:17 [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/ Alon Bar-Lev
2015-10-10 20:36 Alon Bar-Lev
2016-05-13 8:41 Agostino Sarubbo
2016-06-03 15:58 Anthony G. Basile
2016-06-25 20:14 Agostino Sarubbo
2016-07-06 9:23 Agostino Sarubbo
2016-07-08 8:19 Alon Bar-Lev
2016-10-19 14:39 Lars Wendler
2017-02-17 20:18 David Seifert
2017-03-25 21:46 Alon Bar-Lev
2017-03-28 9:41 Michael Weber
2017-03-28 9:56 Agostino Sarubbo
2017-04-01 16:06 Agostino Sarubbo
2017-04-01 16:17 Alon Bar-Lev
2017-09-23 6:50 Alon Bar-Lev
2018-01-04 20:54 Alon Bar-Lev
2018-03-05 16:11 Alon Bar-Lev
2018-04-20 1:35 Aaron Bauman
2018-04-25 19:27 Thomas Deutschmann
2018-05-24 19:03 Alon Bar-Lev
2018-05-26 8:21 Mikle Kolyada
2018-07-24 20:45 Alon Bar-Lev
2018-07-29 17:12 Alon Bar-Lev
2018-08-02 6:19 Alon Bar-Lev
2018-09-15 16:59 Alon Bar-Lev
2018-09-15 16:59 Alon Bar-Lev
2018-10-03 5:03 Alon Bar-Lev
2018-11-08 7:00 Alon Bar-Lev
2018-11-08 7:00 Alon Bar-Lev
2019-03-20 22:00 Alon Bar-Lev
2019-03-24 10:01 Agostino Sarubbo
2019-03-24 20:12 Sergei Trofimovich
2019-04-01 19:58 Thomas Deutschmann
2019-04-02 10:32 Alon Bar-Lev
2020-01-09 21:23 Mike Auty
2020-03-08 15:09 Mike Auty
2020-05-04 22:40 Mike Auty
2021-01-06 12:55 Fabian Groffen
2021-04-30 21:49 Mikle Kolyada
2021-08-10 15:36 Agostino Sarubbo
2021-08-11 5:44 Hans de Graaff
2021-08-11 5:45 Hans de Graaff
2021-08-11 6:43 Agostino Sarubbo
2021-08-12 6:07 Hans de Graaff
2021-08-12 6:07 Hans de Graaff
2021-08-13 7:19 Hans de Graaff
2021-11-13 20:01 Jakov Smolić
2021-11-16 7:50 Agostino Sarubbo
2021-11-18 5:37 Sam James
2021-12-03 4:50 Sam James
2021-12-16 0:09 Sam James
2022-04-17 18:10 Sam James
2022-08-08 9:40 Andreas Sturmlechner
2022-12-13 5:27 Sam James
2023-09-05 12:09 Hans de Graaff
2023-09-08 16:23 Hans de Graaff
2023-09-10 6:54 Sam James
2023-09-10 6:54 Sam James
2023-09-22 15:27 Hans de Graaff
2023-09-25 5:32 Hans de Graaff
2023-12-24 14:22 Sam James
2023-12-25 10:37 Hans de Graaff
2023-12-25 11:29 Sam James
2023-12-25 19:17 Arthur Zamarin
2023-12-29 19:46 Arthur Zamarin
2023-12-30 8:03 Hans de Graaff
2024-03-03 9:19 Hans de Graaff
2024-08-29 6:04 Hans de Graaff
2024-08-29 6:04 Hans de Graaff
2024-08-29 11:08 Arthur Zamarin
2024-08-29 19:42 Sam James
2024-08-31 6:23 Hans de Graaff
2024-08-31 6:27 Hans de Graaff
2024-11-12 19:54 Sam James
2024-11-12 21:29 Sam James
2024-11-14 0:36 Sam James
2025-01-03 13:51 Andreas Sturmlechner
2025-01-07 17:03 Jakov Smolić
2025-01-07 18:11 Sam James
2025-01-07 18:11 Sam James
2025-04-06 18:21 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439376983.cab74bcc45de089d851c5000f1ca40a2c29254c6.alonbl@gentoo \
--to=alonbl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox