public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/qhttpengine/
Date: Sun, 26 Apr 2020 22:39:20 +0000 (UTC)	[thread overview]
Message-ID: <1587940751.22a51934ff9d11166e19f5bcdcab25c3b4dbb4cb.Alessandro-Barbieri@gentoo> (raw)

commit:     22a51934ff9d11166e19f5bcdcab25c3b4dbb4cb
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:19:54 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 22:39:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22a51934

dev-libs/qhttpengine: added missing restrict for tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../{qhttpengine-1.0.1.ebuild => qhttpengine-1.0.1-r1.ebuild}      | 7 +++----
 dev-libs/qhttpengine/qhttpengine-9999.ebuild                       | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild b/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild
similarity index 93%
rename from dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild
rename to dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild
index 7c18be5..0715dd8 100644
--- a/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild
+++ b/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="7"
 
 inherit cmake
 
 DESCRIPTION="HTTP server for Qt applications"
 HOMEPAGE="https://github.com/nitroshare/qhttpengine"
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ "${PV}" == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
 else
@@ -19,9 +19,8 @@ fi
 
 LICENSE="MIT"
 SLOT="5"
-
 IUSE="doc examples test"
-
+RESTRICT="!test? ( test )"
 RDEPEND="
 	dev-qt/qtnetwork:5
 "

diff --git a/dev-libs/qhttpengine/qhttpengine-9999.ebuild b/dev-libs/qhttpengine/qhttpengine-9999.ebuild
index 7c18be5..0715dd8 100644
--- a/dev-libs/qhttpengine/qhttpengine-9999.ebuild
+++ b/dev-libs/qhttpengine/qhttpengine-9999.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="7"
 
 inherit cmake
 
 DESCRIPTION="HTTP server for Qt applications"
 HOMEPAGE="https://github.com/nitroshare/qhttpengine"
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ "${PV}" == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
 else
@@ -19,9 +19,8 @@ fi
 
 LICENSE="MIT"
 SLOT="5"
-
 IUSE="doc examples test"
-
+RESTRICT="!test? ( test )"
 RDEPEND="
 	dev-qt/qtnetwork:5
 "


             reply	other threads:[~2020-04-26 22:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 22:39 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/qhttpengine/ Arthur Zamarin
2022-05-02 17:34 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-07 15:56 Rui Huang
2021-01-01  9:55 Rui Huang
2020-04-25 20:07 Alessandro Barbieri
2020-04-18 19:57 Rui Huang
2020-04-18 19:57 Rui Huang
2020-04-18 16:56 Rui Huang
2020-04-18 16:56 Rui Huang
2020-04-17 19:47 Rui Huang
2020-04-17 19:47 Rui Huang

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=1587940751.22a51934ff9d11166e19f5bcdcab25c3b4dbb4cb.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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