public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/
Date: Sun, 29 Jan 2017 19:16:08 +0000 (UTC)	[thread overview]
Message-ID: <1485717362.94f05014955f601db439ade99ae3b2d4fa603157.ulm@gentoo> (raw)

commit:     94f05014955f601db439ade99ae3b2d4fa603157
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 19:12:44 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:16:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f05014

net-im/openmittsu: Add explicit src_configure too.

Folks in #-qa seem to prefer imperative to declarative style. :)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/openmittsu/openmittsu-0.9.2_p75.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/net-im/openmittsu/openmittsu-0.9.2_p75.ebuild b/net-im/openmittsu/openmittsu-0.9.2_p75.ebuild
index 7b6b65d..f7ee98d 100644
--- a/net-im/openmittsu/openmittsu-0.9.2_p75.ebuild
+++ b/net-im/openmittsu/openmittsu-0.9.2_p75.ebuild
@@ -26,12 +26,12 @@ DEPEND=">=dev-libs/libsodium-1.0.11:=
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
-PATCHES=("${FILESDIR}/${P}-libsodium-so.patch")
-MYCMAKEARGS="-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON"
 
-DOCS="README.md
-	Example-client-configuration-file.ini
-	Example-contacts-file.txt"
+DOCS=(
+	"README.md"
+	"Example-client-configuration-file.ini"
+	"Example-contacts-file.txt"
+)
 
 src_prepare() {
 	# set version manually, since autodetection works only with git
@@ -39,5 +39,11 @@ src_prepare() {
 		s/.*/set(OPENMITTSU_GIT_VERSION_STRING \"${PV/_p/-}-00000000\")/" \
 		CMakeLists.txt || die
 
+	eapply "${FILESDIR}"/${P}-libsodium-so.patch
 	cmake-utils_src_prepare
 }
+
+src_configure() {
+	local mycmakeargs=("-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON")
+	cmake-utils_src_configure
+}


             reply	other threads:[~2017-01-29 19:16 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 19:16 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 19:55 [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ Ulrich Müller
2025-01-07 13:51 Ulrich Müller
2025-01-04 18:47 Ulrich Müller
2023-06-05  9:48 Ulrich Müller
2023-06-03 15:53 Ulrich Müller
2021-04-17 19:42 Andreas Sturmlechner
2021-04-17 19:42 Andreas Sturmlechner
2020-04-11 18:53 Ulrich Müller
2020-04-11 18:53 Ulrich Müller
2019-08-18 11:06 Ulrich Müller
2019-08-17 23:28 Ulrich Müller
2019-08-17 23:28 Ulrich Müller
2019-03-20 20:15 Ulrich Müller
2018-02-18 23:24 Ulrich Müller
2018-02-18 23:24 Ulrich Müller
2018-02-17 20:39 Ulrich Müller
2018-02-17 20:39 Ulrich Müller
2017-09-24 19:59 Ulrich Müller
2017-08-15 12:36 Ulrich Müller
2017-02-17 12:55 Ulrich Müller
2017-02-16 20:41 Ulrich Müller
2017-02-15 12:33 Ulrich Müller
2017-02-15 12:33 Ulrich Müller
2017-02-11 14:21 Ulrich Müller
2017-02-06 20:59 Ulrich Müller
2017-01-29 18:28 Ulrich Müller

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=1485717362.94f05014955f601db439ade99ae3b2d4fa603157.ulm@gentoo \
    --to=ulm@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