mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-ml/stringext: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
44
dev-ml/stringext/files/stringext-1.6.0-ounit2.patch
Normal file
44
dev-ml/stringext/files/stringext-1.6.0-ounit2.patch
Normal file
@@ -0,0 +1,44 @@
|
||||
From 77a838f9b550d14009257b852761d601b1d5af8b Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro Barbieri <lssndrbarbieri@gmail.com>
|
||||
Date: Sat, 16 Apr 2022 16:00:25 +0200
|
||||
Subject: [PATCH 1/2] use ounit2
|
||||
|
||||
---
|
||||
lib_test/dune | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib_test/dune b/lib_test/dune
|
||||
index fff54f2..79ec525 100644
|
||||
--- a/lib_test/dune
|
||||
+++ b/lib_test/dune
|
||||
@@ -1,6 +1,6 @@
|
||||
(executables
|
||||
(names test_stringext test_stringext_qcheck)
|
||||
- (libraries stringext oUnit qcheck))
|
||||
+ (libraries stringext ounit2 qcheck))
|
||||
|
||||
(alias
|
||||
(name runtest)
|
||||
|
||||
From a2dce7cdf26df0ab29b7da3bf1d459a70a46b81d Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro Barbieri <lssndrbarbieri@gmail.com>
|
||||
Date: Sat, 16 Apr 2022 16:00:53 +0200
|
||||
Subject: [PATCH 2/2] depend on ounit2
|
||||
|
||||
---
|
||||
stringext.opam | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/stringext.opam b/stringext.opam
|
||||
index febd494..5ad782a 100644
|
||||
--- a/stringext.opam
|
||||
+++ b/stringext.opam
|
||||
@@ -7,7 +7,7 @@ bug-reports: "https://github.com/rgrinberg/stringext/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.02.3"}
|
||||
"dune" {build & >= "1.0"}
|
||||
- "ounit" {with-test}
|
||||
+ "ounit2" {with-test}
|
||||
"qtest" {with-test & >= "2.2"}
|
||||
"base-bytes"
|
||||
]
|
||||
@@ -6,7 +6,10 @@ EAPI=8
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Extra string functions for OCaml"
|
||||
HOMEPAGE="https://github.com/rgrinberg/stringext"
|
||||
HOMEPAGE="
|
||||
https://github.com/rgrinberg/stringext
|
||||
https://opam.ocaml.org/packages/stringext/
|
||||
"
|
||||
SRC_URI="https://github.com/rgrinberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
@@ -18,9 +21,10 @@ RDEPEND=""
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-ml/ounit
|
||||
dev-ml/ounit2
|
||||
dev-ml/qtest
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
PATCHES="${FILESDIR}/${P}-ounit2.patch"
|
||||
|
||||
Reference in New Issue
Block a user