[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: f4853a0f7e1fc352e2dc6c62aaf8ba642292e2e9 Author: Luca Barbato gentoo org> AuthorDate: Sat Jul 5 14:00:38 2025 + Commit: Luca Barbato gentoo org> CommitDate: Sat Jul 5 14:00:38 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4853a0f dev-cpp/ETL: update upstream metadata Signed-off-by: Luca Barbato gentoo.org> dev-cpp/ETL/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/ETL/metadata.xml b/dev-cpp/ETL/metadata.xml index 971d764e702d..a687b4205f7d 100644 --- a/dev-cpp/ETL/metadata.xml +++ b/dev-cpp/ETL/metadata.xml @@ -1,8 +1,8 @@ https://www.gentoo.org/dtd/metadata.dtd";> - + - synfig + synfig/synfig
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: 5a616cf7d46d8ce5b97cdc9925fbac6039d632a1 Author: Luca Barbato gentoo org> AuthorDate: Sat Jul 5 12:55:43 2025 + Commit: Luca Barbato gentoo org> CommitDate: Sat Jul 5 12:55:43 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a616cf7 dev-cpp/ETL: drop myself as a maintainer Signed-off-by: Luca Barbato gentoo.org> dev-cpp/ETL/metadata.xml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-cpp/ETL/metadata.xml b/dev-cpp/ETL/metadata.xml index 4da7247dbd83..971d764e702d 100644 --- a/dev-cpp/ETL/metadata.xml +++ b/dev-cpp/ETL/metadata.xml @@ -1,10 +1,7 @@ https://www.gentoo.org/dtd/metadata.dtd";> - - [email protected] - Luca Barbato - + synfig
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: ac4fdd896738cc249c2ece2f64126c4c6bb20598
Author: Luca Barbato gentoo org>
AuthorDate: Fri Jul 9 21:26:11 2021 +
Commit: Luca Barbato gentoo org>
CommitDate: Fri Jul 9 21:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4fdd89
dev-cpp/ETL: Remove -Werror from the sed line
It seems to be unnecessary.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Luca Barbato gentoo.org>
dev-cpp/ETL/ETL-1.4.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild
index 5004a82f10f..2ee1d06fea4 100644
--- a/dev-cpp/ETL/ETL-1.4.1.ebuild
+++ b/dev-cpp/ETL/ETL-1.4.1.ebuild
@@ -19,7 +19,6 @@ src_prepare() {
default
sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
-e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
- -e 's/-Werror//' \
m4/subs.m4 || die
sed -i -e 's/hermite/etl::&/' test/angle.cpp
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: 4b7a3f2ff5c9b749f99d6bf1736307119dae00aa
Author: Luca Barbato gentoo org>
AuthorDate: Thu Jul 8 21:51:47 2021 +
Commit: Luca Barbato gentoo org>
CommitDate: Thu Jul 8 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a3f2f
dev-cpp/ETL: fix multiple typos
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Luca Barbato gentoo.org>
dev-cpp/ETL/ETL-1.4.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild
index c78382ba10f..5004a82f10f 100644
--- a/dev-cpp/ETL/ETL-1.4.1.ebuild
+++ b/dev-cpp/ETL/ETL-1.4.1.ebuild
@@ -12,8 +12,8 @@
SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz";
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPENDS=">=glibmm-2.24.2:2"
-DEPENDS="${RDEPENDS}"
+RDEPEND=">=dev-cpp/glibmm-2.24.2:2"
+DEPEND="${RDEPEND}"
src_prepare() {
default
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: 718d5386cbccda60bd6098d703dba204da632ff8
Author: Luca Barbato gentoo org>
AuthorDate: Thu Jul 8 15:36:51 2021 +
Commit: Luca Barbato gentoo org>
CommitDate: Thu Jul 8 15:38:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718d5386
dev-cpp/ETL: Version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Luca Barbato gentoo.org>
dev-cpp/ETL/ETL-1.4.1.ebuild | 27 +++
dev-cpp/ETL/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild
new file mode 100644
index 000..c78382ba10f
--- /dev/null
+++ b/dev-cpp/ETL/ETL-1.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Multi-platform class and template library"
+HOMEPAGE="https://www.synfig.org";
+SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPENDS=">=glibmm-2.24.2:2"
+DEPENDS="${RDEPENDS}"
+
+src_prepare() {
+ default
+ sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
+ -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
+ -e 's/-Werror//' \
+ m4/subs.m4 || die
+ sed -i -e 's/hermite/etl::&/' test/angle.cpp
+
+ eautoreconf
+}
diff --git a/dev-cpp/ETL/Manifest b/dev-cpp/ETL/Manifest
index 77aa41c780a..143b962e2e9 100644
--- a/dev-cpp/ETL/Manifest
+++ b/dev-cpp/ETL/Manifest
@@ -1 +1,2 @@
DIST ETL-0.04.15.tar.gz 362312 BLAKE2B
c2afe67486a9154de559a00680b9409ee6b8b2d3312d8c8777906926c3335d4ead3e6d5da6b11771b359caa56917969fd5be7d12c2337872a41c16997421f923
SHA512
647d03f5660703a326357b0f1bb969c1e00f94c51ae72cf036f6618df1e44c6e379244a1a827b4d3c9545455efd81ff1d97254ee159e0f578f544ab856341e6f
+DIST ETL-1.4.1.tar.gz 275770 BLAKE2B
5bfe7ff236c2d6b840eb65dc418d010bf36b6c64390bbc06c6c60462d217e28d1a24330dfc05f8ae3478173f8b4bb50b16b671f26ce02c8eaac20b4ef06bb961
SHA512
f40fdf7a15c77542942ed39a1bed4cdaf9d1fe9c50b10b42108d13cbc53827c90aa5fb68c8784ec3f47eb2c806e1c7beb98d55a1dd9e0afe7b480aafd27990ac
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: 435931ad668d83ab4239b8d26ed71832b032c947
Author: Luca Barbato gentoo org>
AuthorDate: Thu Jul 8 15:37:53 2021 +
Commit: Luca Barbato gentoo org>
CommitDate: Thu Jul 8 15:38:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435931ad
dev-cpp/ETL: Remove ancient version
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Luca Barbato gentoo.org>
dev-cpp/ETL/ETL-0.04.15-r1.ebuild | 23 ---
dev-cpp/ETL/Manifest | 1 -
2 files changed, 24 deletions(-)
diff --git a/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
b/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
deleted file mode 100644
index 1996b2b7aba..000
--- a/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Multi-platform class and template library"
-HOMEPAGE="https://www.synfig.org";
-SRC_URI="mirror://sourceforge/synfig/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- default
- sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
- -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
- m4/subs.m4 || die
-
- eautoreconf
-}
diff --git a/dev-cpp/ETL/Manifest b/dev-cpp/ETL/Manifest
index 143b962e2e9..5665a708ea6 100644
--- a/dev-cpp/ETL/Manifest
+++ b/dev-cpp/ETL/Manifest
@@ -1,2 +1 @@
-DIST ETL-0.04.15.tar.gz 362312 BLAKE2B
c2afe67486a9154de559a00680b9409ee6b8b2d3312d8c8777906926c3335d4ead3e6d5da6b11771b359caa56917969fd5be7d12c2337872a41c16997421f923
SHA512
647d03f5660703a326357b0f1bb969c1e00f94c51ae72cf036f6618df1e44c6e379244a1a827b4d3c9545455efd81ff1d97254ee159e0f578f544ab856341e6f
DIST ETL-1.4.1.tar.gz 275770 BLAKE2B
5bfe7ff236c2d6b840eb65dc418d010bf36b6c64390bbc06c6c60462d217e28d1a24330dfc05f8ae3478173f8b4bb50b16b671f26ce02c8eaac20b4ef06bb961
SHA512
f40fdf7a15c77542942ed39a1bed4cdaf9d1fe9c50b10b42108d13cbc53827c90aa5fb68c8784ec3f47eb2c806e1c7beb98d55a1dd9e0afe7b480aafd27990ac
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: 454695e6f66c70aef23dcdd72456f2cedd1b4a0a
Author: Aaron Bauman gentoo org>
AuthorDate: Wed Nov 13 01:49:08 2019 +
Commit: Aaron Bauman gentoo org>
CommitDate: Wed Nov 13 02:10:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454695e6
dev-cpp/ETL: drop old EAPI
Signed-off-by: Aaron Bauman gentoo.org>
dev-cpp/ETL/ETL-0.04.15.ebuild | 26 --
1 file changed, 26 deletions(-)
diff --git a/dev-cpp/ETL/ETL-0.04.15.ebuild b/dev-cpp/ETL/ETL-0.04.15.ebuild
deleted file mode 100644
index 99c1e28128c..000
--- a/dev-cpp/ETL/ETL-0.04.15.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="ETL is a multi-platform class and template library"
-HOMEPAGE="http://synfig.org";
-SRC_URI="mirror://sourceforge/synfig/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
- -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//'
\
- m4/subs.m4
-
- eautoreconf
-}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
commit: c2cd859b9ea562059326cda6cc5fe9885745c7f6
Author: Michael Mair-Keimberger gmail com>
AuthorDate: Sun Sep 30 12:13:30 2018 +
Commit: Aaron Bauman gentoo org>
CommitDate: Sat Feb 9 19:55:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cd859b
dev-cpp/ETL: EAPI7 revbump, improve ebuild
Closes: https://bugs.gentoo.org/663798
Signed-off-by: Michael Mair-Keimberger gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9031
Signed-off-by: Aaron Bauman gentoo.org>
dev-cpp/ETL/ETL-0.04.15-r1.ebuild | 23 +++
1 file changed, 23 insertions(+)
diff --git a/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
b/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
new file mode 100644
index 000..98488ac2a7b
--- /dev/null
+++ b/dev-cpp/ETL/ETL-0.04.15-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Multi-platform class and template library"
+HOMEPAGE="https://www.synfig.org";
+SRC_URI="mirror://sourceforge/synfig/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+ default
+ sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
+ -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
+ m4/subs.m4 || die
+
+ eautoreconf
+}
