public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Thu, 11 Jul 2024 13:40:36 +0000 (UTC)	[thread overview]
Message-ID: <1720703670.81194f7b5ce8c7532475860912d78f1171a7945c.mjo@gentoo> (raw)

commit:     81194f7b5ce8c7532475860912d78f1171a7945c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 13:11:00 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 13:14:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81194f7b

dev-php/awl: add RESTRICT=test

Upstream ships a Makefile that tries to run the tests with "make test".
Since we no longer have PHPUnit in the tree, that won't work.

Closes: https://bugs.gentoo.org/935851
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-php/awl/awl-0.64.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-php/awl/awl-0.64.ebuild b/dev-php/awl/awl-0.64.ebuild
index 731942cc9202..077adfd6d1e1 100644
--- a/dev-php/awl/awl-0.64.ebuild
+++ b/dev-php/awl/awl-0.64.ebuild
@@ -6,14 +6,15 @@ EAPI=8
 DESCRIPTION="Andrew McMillan's Web Libraries"
 HOMEPAGE="https://gitlab.com/davical-project/awl"
 SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
-
+S="${WORKDIR}"
 LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2+ LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="dev-lang/php:*[pdo,xml]"
+# Requires PHPunit and we no longer have it.
+RESTRICT=test
 
-S="${WORKDIR}"
+RDEPEND="dev-lang/php:*[pdo,xml]"
 
 PATCHES=( "${FILESDIR}/${P}-php8.x-compat.patch" )
 


             reply	other threads:[~2024-07-11 13:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 13:40 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10  1:44 [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/ Michael Orlitzky
2024-04-09 17:11 Michael Orlitzky
2023-01-07 11:06 Joonas Niilola
2023-01-07 11:06 Joonas Niilola
2021-03-30 12:19 Thomas Deutschmann
2021-03-30  0:21 Thomas Deutschmann
2020-11-30  0:48 Thomas Deutschmann
2020-11-30  0:48 Thomas Deutschmann
2020-08-18 22:37 Thomas Deutschmann
2020-04-21 13:39 Michael Orlitzky
2020-04-21 13:39 Michael Orlitzky
2020-01-21 23:51 Michael Orlitzky
2019-10-01  5:20 Joonas Niilola
2019-10-01  5:20 Joonas Niilola
2018-04-27  9:40 David Seifert
2018-04-27  9:40 David Seifert
2018-01-13  0:34 Michael Orlitzky
2017-01-05  1:01 Michael Orlitzky
2016-02-12 11:14 Patrick Lauer

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=1720703670.81194f7b5ce8c7532475860912d78f1171a7945c.mjo@gentoo \
    --to=mjo@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