public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2015-12-24 13:40 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2015-12-24 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f6511160be3f7c9524a837cfaa75d23549901f58
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:31:53 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:40:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6511160

sci-physics/h2o-gtk: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
index fb30e91..a888484 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
-inherit autotools-utils
+EAPI=5
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
 HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/"
@@ -19,3 +18,8 @@ RDEPEND="dev-cpp/gtkmm
 	>=sci-libs/libh2oxx-0.2
 	sci-libs/plotmm"
 DEPEND="${RDEPEND}"
+
+src_prepare() {
+	autotools-utils_src_prepare
+	append-cxxflags -std=c++11
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2016-05-14 23:32 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-05-14 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     98fd2cc0312c101cb3f5e498f938e1854f86b4a5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:21:19 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:21:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fd2cc0

sci-physics/h2o-gtk: Fix QA MissingSlotDep

Package-Manager: portage-2.2.28

 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
index a888484..dce499e 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-cpp/gtkmm
+RDEPEND="dev-cpp/gtkmm:2.4=
 	>=sci-libs/libh2oxx-0.2
 	sci-libs/plotmm"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2018-05-16 21:49 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-05-16 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c50bee1b4ae4fa2a25cd3530c426e0327481efa6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 21:11:44 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:49:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50bee1b

sci-physics/h2o-gtk: Remove conditionals from -9999

 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
index 6276dd849cb..8f63af68dab 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -1,32 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-#if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
 
-inherit autotools-utils
+inherit autotools-utils git-r3
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
 HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI=""
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="dev-cpp/gtkmm:2.4=
 	sci-libs/libh2oxx:0=
 	sci-libs/plotmm:0="
 DEPEND="${RDEPEND}"
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2018-05-16 21:49 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-05-16 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     870ba927b664bb72be14063cac451dbcc75182e7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 21:16:37 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:49:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870ba927

sci-physics/h2o-gtk: Bump to EAPI 7

 .../{h2o-gtk-9999.ebuild => h2o-gtk-0.1-r1.ebuild}       | 16 ++++++++--------
 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild                  | 11 +++++++----
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild
similarity index 65%
copy from sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
copy to sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild
index dd9d42e7722..ec3885a327d 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild
@@ -1,23 +1,23 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils git-r3
+EAPI=7
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
 HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git"
+SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-cpp/gtkmm:2.4=
 	sci-libs/libh2oxx:0=
 	sci-libs/plotmm:0="
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local -x CXXFLAGS="${CXXFLAGS} -std=c++11"
+	default
+}

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
index dd9d42e7722..1096a19fbbc 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -1,11 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils git-r3
+inherit autotools git-r3
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
 HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
@@ -21,3 +19,8 @@ RDEPEND="dev-cpp/gtkmm:2.4=
 	sci-libs/libh2oxx:0=
 	sci-libs/plotmm:0="
 DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2018-05-16 21:49 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-05-16 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0d72adacd773a026d50b4526bfebe8792066e1bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 21:13:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:49:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d72adac

sci-physics/h2o-gtk: Migrate to GitHub

 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild  | 6 +++---
 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 4 ++--
 sci-physics/h2o-gtk/metadata.xml        | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
index 58ab0a0cab1..b3b174804c0 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools-utils flag-o-matic
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
-HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
+SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
index 8f63af68dab..dd9d42e7722 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -8,9 +8,9 @@ AUTOTOOLS_AUTORECONF=yes
 inherit autotools-utils git-r3
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
-HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/"
+HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
 SRC_URI=""
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml
index 00eb8a518fd..9cd05826817 100644
--- a/sci-physics/h2o-gtk/metadata.xml
+++ b/sci-physics/h2o-gtk/metadata.xml
@@ -10,7 +10,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://bitbucket.org/mgorny/h2o-gtk/issues/</bugs-to>
-		<remote-id type="bitbucket">mgorny/h2o-gtk</remote-id>
+		<bugs-to>https://github.com/mgorny/h2o-gtk/issues/</bugs-to>
+		<remote-id type="github">mgorny/h2o-gtk</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2018-09-06 21:22 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-09-06 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d387d9aa84ee91dc657398ab09201c590d9d8cb6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 20:53:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep  6 21:22:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d387d9aa

sci-physics/h2o-gtk: Clean old up

 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
deleted file mode 100644
index b3b174804c0..00000000000
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
-HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
-SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-cpp/gtkmm:2.4=
-	>=sci-libs/libh2oxx-0.2
-	sci-libs/plotmm"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	autotools-utils_src_prepare
-	append-cxxflags -std=c++11
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
@ 2020-09-22  8:22 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-09-22  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bec55406770a99eef183cfdcbf444bacf3454d5e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:07:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:22:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec55406

sci-physics/h2o-gtk: Remove live ebuild for dead software

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
deleted file mode 100644
index 1096a19fbbc..00000000000
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
-HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-cpp/gtkmm:2.4=
-	sci-libs/libh2oxx:0=
-	sci-libs/plotmm:0="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}


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

end of thread, other threads:[~2020-09-22  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22  8:22 [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-09-06 21:22 Michał Górny
2018-05-16 21:49 Michał Górny
2018-05-16 21:49 Michał Górny
2018-05-16 21:49 Michał Górny
2016-05-14 23:32 David Seifert
2015-12-24 13:40 Pacho Ramos

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