* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tym/
2023-12-20 9:10 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/ David Roman
@ 2023-12-18 21:47 ` David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2023-12-18 21:47 UTC (permalink / raw
To: gentoo-commits
commit: d1aaf23a9a15bf44ba3973457f6447fd735e2410
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 21:47:18 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 18 21:47:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1aaf23a
x11-terms/tym: new package, add 3.5.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
x11-terms/tym/Manifest | 1 +
x11-terms/tym/metadata.xml | 11 +++++++++++
x11-terms/tym/tym-3.5.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
new file mode 100644
index 0000000000..f8627076a9
--- /dev/null
+++ b/x11-terms/tym/Manifest
@@ -0,0 +1 @@
+DIST tym-3.5.0.tar.gz 154324 BLAKE2B 47053dc6011d7288556c7d6e37a6b492d5daf75b0a36b23efb56939c64e49a17e96a8c853a684fc9626005256e8aefeb05f5de7e3ee519c30cc0065f9c8f83b4 SHA512 dcf716d1a8b95b02495358027769a78b093b70b9a475ed4621da5fb5e6793f5d970571ef28cbb63b52b68e073be6df5ccc9244ad60a1018f3ad76f24b64997b8
diff --git a/x11-terms/tym/metadata.xml b/x11-terms/tym/metadata.xml
new file mode 100644
index 0000000000..4079ae632b
--- /dev/null
+++ b/x11-terms/tym/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>rolferen@gmail.com</email>
+ <name>Mazunki Hoksaas</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">endaaman/tym</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0.ebuild
new file mode 100644
index 0000000000..0b569696f1
--- /dev/null
+++ b/x11-terms/tym/tym-3.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 luajit )
+inherit lua-single xdg
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3 autotools
+ EGIT_REPO_URI="https://github.com/endaaman/tym"
+else
+ SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Lua-configurable terminal emulator"
+HOMEPAGE="https://github.com/endaaman/tym"
+
+LICENSE="MIT"
+SLOT="0"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="
+ ${LUA_DEPS}
+ x11-libs/gtk+:3
+ x11-libs/vte
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ if [[ ${PV} == 9999 ]]; then
+ eautoreconf
+ fi
+ econf --enable-luajit=$(usex lua_single_target_luajit yes no)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2023-12-20 9:10 David Roman
2023-12-18 21:47 ` [gentoo-commits] repo/proj/guru:dev " David Roman
0 siblings, 1 reply; 7+ messages in thread
From: David Roman @ 2023-12-20 9:10 UTC (permalink / raw
To: gentoo-commits
commit: d1aaf23a9a15bf44ba3973457f6447fd735e2410
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 21:47:18 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 18 21:47:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1aaf23a
x11-terms/tym: new package, add 3.5.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
x11-terms/tym/Manifest | 1 +
x11-terms/tym/metadata.xml | 11 +++++++++++
x11-terms/tym/tym-3.5.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
new file mode 100644
index 0000000000..f8627076a9
--- /dev/null
+++ b/x11-terms/tym/Manifest
@@ -0,0 +1 @@
+DIST tym-3.5.0.tar.gz 154324 BLAKE2B 47053dc6011d7288556c7d6e37a6b492d5daf75b0a36b23efb56939c64e49a17e96a8c853a684fc9626005256e8aefeb05f5de7e3ee519c30cc0065f9c8f83b4 SHA512 dcf716d1a8b95b02495358027769a78b093b70b9a475ed4621da5fb5e6793f5d970571ef28cbb63b52b68e073be6df5ccc9244ad60a1018f3ad76f24b64997b8
diff --git a/x11-terms/tym/metadata.xml b/x11-terms/tym/metadata.xml
new file mode 100644
index 0000000000..4079ae632b
--- /dev/null
+++ b/x11-terms/tym/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>rolferen@gmail.com</email>
+ <name>Mazunki Hoksaas</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">endaaman/tym</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0.ebuild
new file mode 100644
index 0000000000..0b569696f1
--- /dev/null
+++ b/x11-terms/tym/tym-3.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 luajit )
+inherit lua-single xdg
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3 autotools
+ EGIT_REPO_URI="https://github.com/endaaman/tym"
+else
+ SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Lua-configurable terminal emulator"
+HOMEPAGE="https://github.com/endaaman/tym"
+
+LICENSE="MIT"
+SLOT="0"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="
+ ${LUA_DEPS}
+ x11-libs/gtk+:3
+ x11-libs/vte
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ if [[ ${PV} == 9999 ]]; then
+ eautoreconf
+ fi
+ econf --enable-luajit=$(usex lua_single_target_luajit yes no)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2024-04-29 21:27 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-04-29 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 70f6811766435f93dff9f30a5c0e5040cb014b9b
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Mon Apr 29 09:19:05 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 29 09:20:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70f68117
x11-terms/tym: revbump, fix minor bugs
Closes: https://bugs.gentoo.org/920447
Closes: https://bugs.gentoo.org/920446
See-Also: https://github.com/endaaman/tym/issues/115
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
x11-terms/tym/{tym-3.5.0.ebuild => tym-3.5.0-r1.ebuild} | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0-r1.ebuild
similarity index 68%
rename from x11-terms/tym/tym-3.5.0.ebuild
rename to x11-terms/tym/tym-3.5.0-r1.ebuild
index 0b569696f1..d04bc7d45d 100644
--- a/x11-terms/tym/tym-3.5.0.ebuild
+++ b/x11-terms/tym/tym-3.5.0-r1.ebuild
@@ -29,6 +29,16 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+src_prepare() {
+ default
+ # see https://github.com/endaaman/tym/issues/115
+ sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die
+
+ # the categories provided by eclass do a better job than upstream, and
+ # having duplicate list of categories fails on QA
+ sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die
+}
+
src_configure() {
if [[ ${PV} == 9999 ]]; then
eautoreconf
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2024-05-02 20:13 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-05-02 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 11001490524a2c5b63c27050beb6aadc2322ddb3
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Thu May 2 19:03:08 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 2 19:05:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11001490
x11-terms/tym: drop 3.5.0-r1
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
x11-terms/tym/Manifest | 1 -
x11-terms/tym/tym-3.5.0-r1.ebuild | 47 ---------------------------------------
2 files changed, 48 deletions(-)
diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
index 389540d498..39f847ee32 100644
--- a/x11-terms/tym/Manifest
+++ b/x11-terms/tym/Manifest
@@ -1,2 +1 @@
-DIST tym-3.5.0.tar.gz 154324 BLAKE2B 47053dc6011d7288556c7d6e37a6b492d5daf75b0a36b23efb56939c64e49a17e96a8c853a684fc9626005256e8aefeb05f5de7e3ee519c30cc0065f9c8f83b4 SHA512 dcf716d1a8b95b02495358027769a78b093b70b9a475ed4621da5fb5e6793f5d970571ef28cbb63b52b68e073be6df5ccc9244ad60a1018f3ad76f24b64997b8
DIST tym-3.5.1.tar.gz 154615 BLAKE2B 93755c2a1a392e7b9fe12ece595314cf97ae828dd8e6f3af0453f10c7fb5ac4b72a63d30e97d50b23bcffab1712086c1e569437f8bbfe88f31b19594e8acb300 SHA512 c1eb138fd0c0c7a3485528720bdadcac5b8353abf68f81ae8293bc28a3d3951c41fc665a52877f446b000cdd863413fc734ef227b0bdc51c2a7d1fb0c0237639
diff --git a/x11-terms/tym/tym-3.5.0-r1.ebuild b/x11-terms/tym/tym-3.5.0-r1.ebuild
deleted file mode 100644
index d04bc7d45d..0000000000
--- a/x11-terms/tym/tym-3.5.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-3 luajit )
-inherit lua-single xdg
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3 autotools
- EGIT_REPO_URI="https://github.com/endaaman/tym"
-else
- SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Lua-configurable terminal emulator"
-HOMEPAGE="https://github.com/endaaman/tym"
-
-LICENSE="MIT"
-SLOT="0"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-DEPEND="
- ${LUA_DEPS}
- x11-libs/gtk+:3
- x11-libs/vte
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- # see https://github.com/endaaman/tym/issues/115
- sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die
-
- # the categories provided by eclass do a better job than upstream, and
- # having duplicate list of categories fails on QA
- sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die
-}
-
-src_configure() {
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
- econf --enable-luajit=$(usex lua_single_target_luajit yes no)
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2024-05-02 20:13 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-05-02 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 5e7033f71a39db08d6697c65bc35b49b85ba76dd
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Thu May 2 19:02:26 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 2 19:04:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e7033f7
x11-terms/tym: add 3.5.1
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
x11-terms/tym/Manifest | 1 +
x11-terms/tym/tym-3.5.1.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
index f8627076a9..389540d498 100644
--- a/x11-terms/tym/Manifest
+++ b/x11-terms/tym/Manifest
@@ -1 +1,2 @@
DIST tym-3.5.0.tar.gz 154324 BLAKE2B 47053dc6011d7288556c7d6e37a6b492d5daf75b0a36b23efb56939c64e49a17e96a8c853a684fc9626005256e8aefeb05f5de7e3ee519c30cc0065f9c8f83b4 SHA512 dcf716d1a8b95b02495358027769a78b093b70b9a475ed4621da5fb5e6793f5d970571ef28cbb63b52b68e073be6df5ccc9244ad60a1018f3ad76f24b64997b8
+DIST tym-3.5.1.tar.gz 154615 BLAKE2B 93755c2a1a392e7b9fe12ece595314cf97ae828dd8e6f3af0453f10c7fb5ac4b72a63d30e97d50b23bcffab1712086c1e569437f8bbfe88f31b19594e8acb300 SHA512 c1eb138fd0c0c7a3485528720bdadcac5b8353abf68f81ae8293bc28a3d3951c41fc665a52877f446b000cdd863413fc734ef227b0bdc51c2a7d1fb0c0237639
diff --git a/x11-terms/tym/tym-3.5.1.ebuild b/x11-terms/tym/tym-3.5.1.ebuild
new file mode 100644
index 0000000000..d04bc7d45d
--- /dev/null
+++ b/x11-terms/tym/tym-3.5.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 luajit )
+inherit lua-single xdg
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3 autotools
+ EGIT_REPO_URI="https://github.com/endaaman/tym"
+else
+ SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Lua-configurable terminal emulator"
+HOMEPAGE="https://github.com/endaaman/tym"
+
+LICENSE="MIT"
+SLOT="0"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="
+ ${LUA_DEPS}
+ x11-libs/gtk+:3
+ x11-libs/vte
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ # see https://github.com/endaaman/tym/issues/115
+ sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die
+
+ # the categories provided by eclass do a better job than upstream, and
+ # having duplicate list of categories fails on QA
+ sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die
+}
+
+src_configure() {
+ if [[ ${PV} == 9999 ]]; then
+ eautoreconf
+ fi
+ econf --enable-luajit=$(usex lua_single_target_luajit yes no)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2024-11-26 0:39 Julien Roy
0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-11-26 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 2d1814333bf553943c6cc5d4a429401f80577872
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 18:17:54 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Nov 25 18:18:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d181433
x11-terms/tym: revbump, add missing RDEPENDS
Closes: https://bugs.gentoo.org/933262
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
x11-terms/tym/{tym-3.5.1.ebuild => tym-3.5.1-r1.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/x11-terms/tym/tym-3.5.1.ebuild b/x11-terms/tym/tym-3.5.1-r1.ebuild
similarity index 92%
rename from x11-terms/tym/tym-3.5.1.ebuild
rename to x11-terms/tym/tym-3.5.1-r1.ebuild
index d04bc7d45..ba2df003b 100644
--- a/x11-terms/tym/tym-3.5.1.ebuild
+++ b/x11-terms/tym/tym-3.5.1-r1.ebuild
@@ -27,7 +27,12 @@ DEPEND="
x11-libs/gtk+:3
x11-libs/vte
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ dev-libs/glib
+ dev-libs/libpcre2
+ x11-libs/cairo
+ x11-libs/pango
+"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/
@ 2024-11-26 0:39 Julien Roy
0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-11-26 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 663d86440013f635211cb28229a4beb02b2f64f1
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 19:03:56 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Nov 25 19:03:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=663d8644
x11-terms/tym: revbump, fix failing tests
Closes: https://bugs.gentoo.org/920443
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
x11-terms/tym/Manifest | 2 +-
.../tym/{tym-3.5.1-r1.ebuild => tym-3.5.1-r2.ebuild} | 15 ++++++---------
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
index 39f847ee3..b2ffdeb74 100644
--- a/x11-terms/tym/Manifest
+++ b/x11-terms/tym/Manifest
@@ -1 +1 @@
-DIST tym-3.5.1.tar.gz 154615 BLAKE2B 93755c2a1a392e7b9fe12ece595314cf97ae828dd8e6f3af0453f10c7fb5ac4b72a63d30e97d50b23bcffab1712086c1e569437f8bbfe88f31b19594e8acb300 SHA512 c1eb138fd0c0c7a3485528720bdadcac5b8353abf68f81ae8293bc28a3d3951c41fc665a52877f446b000cdd863413fc734ef227b0bdc51c2a7d1fb0c0237639
+DIST tym-3.5.1.tar.gz 46145 BLAKE2B 8a8703d0d258a00f026b317bd4dfab013d9460cd83e549e428e65d7b123fb5b17f630fbca36da214cd2391ada36eedd6ea6d298ce2c83bcc10a4174037bd2428 SHA512 35b0dcc0738cfc73cc2cfd4b3cfc26131184bb78b928e519f48e9e6aff0a9a58636e7a8a1905b2c55f324e893fe5e547918a70657b8c99421b50accc3426a0cc
diff --git a/x11-terms/tym/tym-3.5.1-r1.ebuild b/x11-terms/tym/tym-3.5.1-r2.ebuild
similarity index 69%
rename from x11-terms/tym/tym-3.5.1-r1.ebuild
rename to x11-terms/tym/tym-3.5.1-r2.ebuild
index ba2df003b..a3660a493 100644
--- a/x11-terms/tym/tym-3.5.1-r1.ebuild
+++ b/x11-terms/tym/tym-3.5.1-r2.ebuild
@@ -4,13 +4,13 @@
EAPI=8
LUA_COMPAT=( lua5-3 luajit )
-inherit lua-single xdg
+inherit autotools lua-single xdg
if [[ ${PV} == 9999 ]]; then
- inherit git-r3 autotools
+ inherit git-r3
EGIT_REPO_URI="https://github.com/endaaman/tym"
else
- SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz"
+ SRC_URI="https://github.com/endaaman/tym/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
@@ -19,6 +19,7 @@ HOMEPAGE="https://github.com/endaaman/tym"
LICENSE="MIT"
SLOT="0"
+IUSE="test"
REQUIRED_USE="${LUA_REQUIRED_USE}"
@@ -36,8 +37,6 @@ RDEPEND="${DEPEND}
src_prepare() {
default
- # see https://github.com/endaaman/tym/issues/115
- sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die
# the categories provided by eclass do a better job than upstream, and
# having duplicate list of categories fails on QA
@@ -45,8 +44,6 @@ src_prepare() {
}
src_configure() {
- if [[ ${PV} == 9999 ]]; then
- eautoreconf
- fi
- econf --enable-luajit=$(usex lua_single_target_luajit yes no)
+ eautoreconf
+ econf --enable-luajit=$(usex lua_single_target_luajit yes no) --enable-debug=$(usex test yes no)
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-26 0:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 9:10 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/ David Roman
2023-12-18 21:47 ` [gentoo-commits] repo/proj/guru:dev " David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 21:27 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-02 20:13 David Roman
2024-05-02 20:13 David Roman
2024-11-26 0:39 Julien Roy
2024-11-26 0:39 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox