public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/
Date: Thu, 21 Aug 2014 00:34:18 +0000 (UTC)	[thread overview]
Message-ID: <1408581232.c91b9572689a22e2b804b62244ea9946881809b4.pesa@gentoo> (raw)

commit:     c91b9572689a22e2b804b62244ea9946881809b4
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 21 00:33:52 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Aug 21 00:33:52 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c91b9572

[app-crypt/qca] Minor cleanup.

Package-Manager: portage-2.2.12

---
 app-crypt/qca/metadata.xml    | 26 +++++++++++-----------
 app-crypt/qca/qca-9999.ebuild | 50 +++++++++++++++++++------------------------
 2 files changed, 36 insertions(+), 40 deletions(-)

diff --git a/app-crypt/qca/metadata.xml b/app-crypt/qca/metadata.xml
index 379ecd4..71e6485 100644
--- a/app-crypt/qca/metadata.xml
+++ b/app-crypt/qca/metadata.xml
@@ -1,16 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd></herd>
-	<use>
-		<flag name='botan'>Enable botan plugin</flag>
-		<flag name='sasl'>Enable cyrus-sasl plugin</flag>
-		<flag name='gcrypt'>Enable gcrypt plugin</flag>
-		<flag name='gpg'>Enable GnuPG plugin</flag>
-		<flag name='logger'>Enable logger plugin</flag>
-		<flag name='nss'>Enable NSS plugin</flag>
-		<flag name='openssl'>Enable OpenSSL plugin</flag>
-		<flag name='pkcs11'>Enable PKCS#11 plugin</flag>
-		<flag name='softstore'>Enable softstore plugin</flag>
-	</use>
+<herd>crypto</herd>
+<herd>qt</herd>
+<herd>kde</herd>
+<use>
+	<flag name="botan">Enable botan plugin</flag>
+	<flag name="gcrypt">Enable gcrypt plugin</flag>
+	<flag name="gpg">Enable GnuPG plugin</flag>
+	<flag name="logger">Enable logger plugin</flag>
+	<flag name="nss">Enable NSS plugin</flag>
+	<flag name="openssl">Enable OpenSSL plugin</flag>
+	<flag name="pkcs11">Enable PKCS#11 plugin</flag>
+	<flag name="sasl">Enable SASL plugin</flag>
+	<flag name="softstore">Enable softstore plugin</flag>
+</use>
 </pkgmetadata>

diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index f290f43..395eb61 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils git-r3
+inherit multilib cmake-utils git-r3
 
 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
 HOMEPAGE="http://delta.affinix.com/qca/"
@@ -22,58 +22,52 @@ RDEPEND="
 	!app-crypt/qca-ossl
 	!app-crypt/qca-pkcs11
 	botan? ( dev-libs/botan )
-	sasl? ( dev-libs/cyrus-sasl )
 	gcrypt? ( dev-libs/libgcrypt:= )
 	gpg? ( app-crypt/gnupg )
 	nss? ( dev-libs/nss )
 	openssl? ( dev-libs/openssl:0 )
 	pkcs11? (
 		dev-libs/openssl:0
-		>=dev-libs/pkcs11-helper-1.02
+		dev-libs/pkcs11-helper
 	)
 	qt4? ( dev-qt/qtcore:4 )
 	qt5? (
 		dev-qt/qtcore:5
 		dev-qt/qtconcurrent:5
 		dev-qt/qtnetwork:5
-	)"
+	)
+	sasl? ( dev-libs/cyrus-sasl:2 )
+"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
 	test? (
 		qt4? ( dev-qt/qttest:4 )
 		qt5? ( dev-qt/qttest:5 )
 	)
-	!<app-crypt/qca-1.0-r3:0"
-
+"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
 DOCS=( README TODO )
 
-with_plugin_use() {
-	[[ -z $1 ]] && die "with_plugin_use <USE flag> [<flag name>]"
+qca_plugin_use() {
 	echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)"
 }
 
 src_configure() {
 	local mycmakeargs=(
+		-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/$(usev qt4 || usev qt5)/plugins/crypto"
 		$(cmake-utils_use qt4 QT4_BUILD)
-		$(cmake-utils_use test BUILD_TESTS)
-		$(with_plugin_use botan)
-		$(with_plugin_use sasl cyrus-sasl)
-		$(with_plugin_use gcrypt)
-		$(with_plugin_use gpg gnupg)
-		$(with_plugin_use logger)
-		$(with_plugin_use nss)
-		$(with_plugin_use openssl ossl)
-		$(with_plugin_use pkcs11)
-		$(with_plugin_use softstore)
+		$(qca_plugin_use botan)
+		$(qca_plugin_use gcrypt)
+		$(qca_plugin_use gpg gnupg)
+		$(qca_plugin_use logger)
+		$(qca_plugin_use nss)
+		$(qca_plugin_use openssl ossl)
+		$(qca_plugin_use pkcs11)
+		$(qca_plugin_use sasl cyrus-sasl)
+		$(qca_plugin_use softstore)
+		$(cmake-utils_use_build test TESTS)
 	)
-	if use qt4; then
-		mycmakeargs+=(-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt4/plugins/crypto")
-	else
-		mycmakeargs+=(-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/plugins/crypto")
-	fi
-
 	cmake-utils_src_configure
 }
 
@@ -81,14 +75,14 @@ src_install() {
 	cmake-utils_src_install
 
 	if use doc; then
-		pushd "${BUILD_DIR}"
-		doxygen Doxyfile
+		pushd "${BUILD_DIR}" >/dev/null
+		doxygen Doxyfile || die
 		dohtml apidocs/html/*
-		popd
+		popd >/dev/null
 	fi
 
 	if use examples; then
-		insinto /usr/share/doc/${PF}/
+		insinto /usr/share/doc/${PF}
 		doins -r "${S}"/examples
 	fi
 }


             reply	other threads:[~2014-08-21  3:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21  0:34 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 16:45 [gentoo-commits] proj/qt:master commit in: app-crypt/qca/ Sam James
2023-06-18 17:58 Andreas Sturmlechner
2023-06-18 15:32 Andreas Sturmlechner
2023-06-18 15:32 Andreas Sturmlechner
2023-06-13 12:16 Andreas Sturmlechner
2023-04-12  2:20 Sam James
2022-10-11 16:16 Andreas Sturmlechner
2022-10-11 15:57 Andreas Sturmlechner
2021-05-02 19:52 Andreas Sturmlechner
2021-05-02 19:52 Andreas Sturmlechner
2020-02-11 15:38 Andreas Sturmlechner
2019-12-31 16:44 Andreas Sturmlechner
2019-10-26 16:12 Andreas Sturmlechner
2018-06-12 16:05 Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2017-04-25 11:36 Michael Palimaka
2017-04-25 11:32 Michael Palimaka
2016-10-28 15:19 Michael Palimaka
2015-06-30 21:47 Davide Pesavento
2015-03-04  7:55 git@oystercatcher mirror+tproxy
2015-03-04  7:55 Michael Palimaka
2015-01-29  0:27 Davide Pesavento
2014-12-02 15:50 Michael Palimaka
2014-11-29 14:15 Michael Palimaka
2014-11-29 14:15 Michael Palimaka
2014-11-28 18:53 Michael Palimaka
2014-09-24 23:19 Davide Pesavento
2014-08-21  1:00 Davide Pesavento
2014-08-20 23:52 Davide Pesavento
2014-06-29 23:24 Davide Pesavento

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=1408581232.c91b9572689a22e2b804b62244ea9946881809b4.pesa@gentoo \
    --to=pesa@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