public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2019-02-09 19:56 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-02-09 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c2cd859b9ea562059326cda6cc5fe9885745c7f6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 30 12:13:30 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 19:55:03 2019 +0000
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 <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9031
Signed-off-by: Aaron Bauman <bman <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2019-11-13  2:10 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-11-13  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     454695e6f66c70aef23dcdd72456f2cedd1b4a0a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:08 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 02:10:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454695e6

dev-cpp/ETL: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2021-07-08 15:39 Luca Barbato
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Barbato @ 2021-07-08 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     718d5386cbccda60bd6098d703dba204da632ff8
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 15:36:51 2021 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 15:38:43 2021 +0000
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 <lu_zero <AT> 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 00000000000..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<angle>/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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2021-07-08 15:39 Luca Barbato
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Barbato @ 2021-07-08 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     435931ad668d83ab4239b8d26ed71832b032c947
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 15:37:53 2021 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 15:38:43 2021 +0000
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 <lu_zero <AT> 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..00000000000
--- 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2021-07-08 21:53 Luca Barbato
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Barbato @ 2021-07-08 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4b7a3f2ff5c9b749f99d6bf1736307119dae00aa
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 21:51:47 2021 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 21:53:04 2021 +0000
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 <lu_zero <AT> 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/
@ 2021-07-09 21:26 Luca Barbato
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Barbato @ 2021-07-09 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ac4fdd896738cc249c2ece2f64126c4c6bb20598
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  9 21:26:11 2021 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul  9 21:26:20 2021 +0000
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 <lu_zero <AT> 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<angle>/etl::&/' test/angle.cpp
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-09 21:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-09 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13  2:10 Aaron Bauman
2021-07-08 15:39 Luca Barbato
2021-07-08 15:39 Luca Barbato
2021-07-08 21:53 Luca Barbato
2021-07-09 21:26 Luca Barbato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox