* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2023-08-27 23:06 Vitaly Zdanevich
0 siblings, 0 replies; 9+ messages in thread
From: Vitaly Zdanevich @ 2023-08-27 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 0a4929e2e2005e730785db2d35e110836d8428c2
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Aug 27 23:06:37 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Aug 27 23:06:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a4929e2
dev-python/ahocorasick: new package, add 1.4.4, 9999
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
dev-python/ahocorasick/Manifest | 1 +
dev-python/ahocorasick/ahocorasick-1.4.4.ebuild | 23 +++++++++++++++++++++++
dev-python/ahocorasick/ahocorasick-9999.ebuild | 19 +++++++++++++++++++
dev-python/ahocorasick/metadata.xml | 25 +++++++++++++++++++++++++
4 files changed, 68 insertions(+)
diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest
new file mode 100644
index 0000000000..9215a590d8
--- /dev/null
+++ b/dev-python/ahocorasick/Manifest
@@ -0,0 +1 @@
+DIST pyahocorasick-1.4.4.tar.gz 89581 BLAKE2B c803883561623ef306fb91857dd1da1a85712ed1387c1449e88798018e8785bbcddc5fb8942f640ae454db03c05856169d1abc5c78a27c5962cc2f5b8fa3a60e SHA512 2b2ef6d99abe8e051feb943b02c58e9854118e4408d01b86b422d0576b204de081b2ea5d5fb775a0886e02d38d905e3331016771c67f412f97d0633f805dc250
diff --git a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild b/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
new file mode 100644
index 0000000000..87ed789e7d
--- /dev/null
+++ b/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PN="py${PN}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python module implementing Aho-Corasick algorithm"
+HOMEPAGE="https://github.com/WojciechMula/pyahocorasick"
+SRC_URI="https://github.com/WojciechMula/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests pytest
diff --git a/dev-python/ahocorasick/ahocorasick-9999.ebuild b/dev-python/ahocorasick/ahocorasick-9999.ebuild
new file mode 100644
index 0000000000..e1f7c570d4
--- /dev/null
+++ b/dev-python/ahocorasick/ahocorasick-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+EGIT_REPO_URI="https://github.com/WojciechMula/pyahocorasick.git"
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python module implementing Aho-Corasick algorithm"
+HOMEPAGE="https://github.com/WojciechMula/pyahocorasick"
+SRC_URI=""
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+distutils_enable_tests pytest
diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
new file mode 100644
index 0000000000..9cce67520c
--- /dev/null
+++ b/dev-python/ahocorasick/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>spiderx@spiderx.dp.ua</email>
+ <name>Vladimir Pavljuchenkov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ pyahocorasick is a fast and memory efficient library for exact or
+ approximate multi-pattern string search meaning that you can find
+ multiple key strings occurrences at once in some input text.
+ The library provides an ahocorasick Python module that you can use
+ as a plain dict-like Trie or convert a Trie to an automaton for
+ efficient Aho-Corasick search.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">WojciechMula/pyahocorasick</remote-id>
+ <remote-id type="pypi">pyahocorasick</remote-id>
+ </upstream>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2023-08-28 16:26 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2023-08-28 16:26 UTC (permalink / raw
To: gentoo-commits
commit: e0b80635a5c2cd7f86715d3303e3ec1652d5fbca
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 28 16:26:20 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 28 16:26:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0b80635
dev-python/ahocorasick: update maintainers
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
index 9cce67520c..027c28c041 100644
--- a/dev-python/ahocorasick/metadata.xml
+++ b/dev-python/ahocorasick/metadata.xml
@@ -5,10 +5,6 @@
<email>spiderx@spiderx.dp.ua</email>
<name>Vladimir Pavljuchenkov</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<longdescription lang="en">
pyahocorasick is a fast and memory efficient library for exact or
approximate multi-pattern string search meaning that you can find
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-01-13 22:52 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-01-13 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 74b307b2c7b86abe5d4b9c9c11930281d32a1357
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:50:44 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:50:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74b307b2
dev-python/ahocorasick: verbump to 2.0.0
Closes: https://bugs.gentoo.org/921756
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/Manifest | 2 +-
...corasick-1.4.4.ebuild => ahocorasick-2.0.0.ebuild} | 12 +++++-------
dev-python/ahocorasick/ahocorasick-9999.ebuild | 19 -------------------
3 files changed, 6 insertions(+), 27 deletions(-)
diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest
index 9215a590d8..72b4c43d07 100644
--- a/dev-python/ahocorasick/Manifest
+++ b/dev-python/ahocorasick/Manifest
@@ -1 +1 @@
-DIST pyahocorasick-1.4.4.tar.gz 89581 BLAKE2B c803883561623ef306fb91857dd1da1a85712ed1387c1449e88798018e8785bbcddc5fb8942f640ae454db03c05856169d1abc5c78a27c5962cc2f5b8fa3a60e SHA512 2b2ef6d99abe8e051feb943b02c58e9854118e4408d01b86b422d0576b204de081b2ea5d5fb775a0886e02d38d905e3331016771c67f412f97d0633f805dc250
+DIST pyahocorasick-2.0.0.tar.gz 99662 BLAKE2B 0cc0e7de18c035e3f6b0dff7da421df8ea47c7d2d93ba8b5e2fa4f3b36e11efa688b0d67c5224e7cc55e6d410f86a2af3502d482c7c0a8db6d45d0518216625e SHA512 38bc56c67ada0af6ae124d8c98dc933cbf26861e522288fa6152dde4f75ea49870c35dd041de2cfc2e16f5767c3da3af83b20f35af0788c662da00707b080fa6
diff --git a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
similarity index 66%
rename from dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
rename to dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
index 87ed789e7d..35423a72b0 100644
--- a/dev-python/ahocorasick/ahocorasick-1.4.4.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
@@ -3,21 +3,19 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{8..11} )
+PYPI_PN="py${PN}"
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
-
-MY_PN="py${PN}"
-MY_P="${MY_PN}-${PV}"
+inherit distutils-r1 pypi
DESCRIPTION="Python module implementing Aho-Corasick algorithm"
HOMEPAGE="https://github.com/WojciechMula/pyahocorasick"
-SRC_URI="https://github.com/WojciechMula/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/${MY_P}"
-
distutils_enable_tests pytest
diff --git a/dev-python/ahocorasick/ahocorasick-9999.ebuild b/dev-python/ahocorasick/ahocorasick-9999.ebuild
deleted file mode 100644
index e1f7c570d4..0000000000
--- a/dev-python/ahocorasick/ahocorasick-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-EGIT_REPO_URI="https://github.com/WojciechMula/pyahocorasick.git"
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python module implementing Aho-Corasick algorithm"
-HOMEPAGE="https://github.com/WojciechMula/pyahocorasick"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
2024-01-13 22:54 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2024-01-13 22:52 ` David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-01-13 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 237964a04c877b4d8e0af79ce612c99c92c7a0a7
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:51:41 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:51:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=237964a0
dev-python/ahocorasick: add myself as a maintainer
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml
index 027c28c041..4442d5ac0a 100644
--- a/dev-python/ahocorasick/metadata.xml
+++ b/dev-python/ahocorasick/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>spiderx@spiderx.dp.ua</email>
- <name>Vladimir Pavljuchenkov</name>
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
</maintainer>
<longdescription lang="en">
pyahocorasick is a fast and memory efficient library for exact or
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-01-13 22:52 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-01-13 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 0bc5e0dd40e46101a45410caa53d567491b71bab
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 22:52:16 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 22:52:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc5e0dd
dev-python/ahocorasick: enable py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
index 35423a72b0..8afff33d94 100644
--- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..12} )
PYPI_PN="py${PN}"
PYPI_NO_NORMALIZE=1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-11-26 13:14 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-11-26 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 601b61f6de1189e2b3315d227fbb8566f311420f
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Nov 26 13:13:08 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 26 13:13:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=601b61f6
dev-python/ahocorasick: fix compatibility with gcc-15
Closes: https://bugs.gentoo.org/945002
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/Manifest | 1 +
dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest
index 72b4c43d0..9c5f43c0f 100644
--- a/dev-python/ahocorasick/Manifest
+++ b/dev-python/ahocorasick/Manifest
@@ -1 +1,2 @@
DIST pyahocorasick-2.0.0.tar.gz 99662 BLAKE2B 0cc0e7de18c035e3f6b0dff7da421df8ea47c7d2d93ba8b5e2fa4f3b36e11efa688b0d67c5224e7cc55e6d410f86a2af3502d482c7c0a8db6d45d0518216625e SHA512 38bc56c67ada0af6ae124d8c98dc933cbf26861e522288fa6152dde4f75ea49870c35dd041de2cfc2e16f5767c3da3af83b20f35af0788c662da00707b080fa6
+DIST pyahocorasick-2.1.0.tar.gz 103259 BLAKE2B f85f04e17fb4f5b66e4b1855dc83a0a2934742d52c1021218d6f4f3694c2427c4c6faf9582a474c432bda9e98710429017aa267e86a4008d8f27884ca1e4fc98 SHA512 ac90a8baa5d395fb599d7214b66491ca88039e10bb57082001bbaadf71f29b8b9cda0361cde5d4df774223ce059364bbcb28750758dcede6b1a3d0e245172a7e
diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
index 8afff33d9..db2df768f 100644
--- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild
@@ -19,3 +19,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
+
+src_prepare() {
+ default
+
+ sed -i '/typedef char bool/d' src/common.h || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-11-26 13:14 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-11-26 13:14 UTC (permalink / raw
To: gentoo-commits
commit: e2c959e8407512f9330ac7168d9a8228ee952bb1
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Nov 26 13:14:07 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 26 13:14:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2c959e8
dev-python/ahocorasick: add 2.1.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/ahocorasick-2.1.0.ebuild | 27 +++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
new file mode 100644
index 000000000..db2df768f
--- /dev/null
+++ b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+PYTHON_COMPAT=( python3_{8..12} )
+PYPI_PN="py${PN}"
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python module implementing Aho-Corasick algorithm"
+HOMEPAGE="https://github.com/WojciechMula/pyahocorasick"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ default
+
+ sed -i '/typedef char bool/d' src/common.h || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-11-26 13:16 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-11-26 13:16 UTC (permalink / raw
To: gentoo-commits
commit: e3e80b481d5e6d60213e428127f8f8dc85bcba47
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Nov 26 13:16:06 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 26 13:16:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3e80b48
dev-python/ahocorasick: enable py3.13
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/ahocorasick-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
index db2df768f..6ba8b52d3 100644
--- a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{8..12} )
+PYTHON_COMPAT=( python3_{9..13} )
PYPI_PN="py${PN}"
PYPI_NO_NORMALIZE=1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/
@ 2024-11-28 9:57 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-11-28 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 3eb1fbaf19130710a7dddf65b41e3519fa952996
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Nov 28 09:55:00 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 28 09:55:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3eb1fbaf
dev-python/ahocorasick: fix build with < gcc-15
Closes: https://bugs.gentoo.org/945171
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/ahocorasick/ahocorasick-2.1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
index 6ba8b52d3..e602ee994 100644
--- a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
+++ b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild
@@ -23,5 +23,7 @@ distutils_enable_tests pytest
src_prepare() {
default
- sed -i '/typedef char bool/d' src/common.h || die
+ if tc-is-gcc && ver_test $(gcc-version) -ge 15 ; then
+ sed -i '/typedef char bool/d' src/common.h || die
+ fi
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-28 9:57 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 13:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ahocorasick/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-11-28 9:57 David Roman
2024-11-26 13:16 David Roman
2024-11-26 13:14 David Roman
2024-01-13 22:54 [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-13 22:52 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-13 22:52 David Roman
2024-01-13 22:52 David Roman
2023-08-28 16:26 David Roman
2023-08-27 23:06 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox