public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2015-12-23 10:59 Pacho Ramos
  0 siblings, 0 replies; 18+ messages in thread
From: Pacho Ramos @ 2015-12-23 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9e1e17f61f8432c402d9df9dbacd4efa86099ba4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:48:07 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1e17f6

media-libs/ganv: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-libs/ganv/ganv-1.4.2.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/media-libs/ganv/ganv-1.4.2.ebuild b/media-libs/ganv/ganv-1.4.2.ebuild
index d29a09d..aca1ac6 100644
--- a/media-libs/ganv/ganv-1.4.2.ebuild
+++ b/media-libs/ganv/ganv-1.4.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='threads(+)'
-inherit eutils waf-utils python-any-r1
+inherit eutils flag-o-matic waf-utils python-any-r1
 
 DESCRIPTION="A GTK+ widget for interactive graph-like environments"
 HOMEPAGE="http://drobilla.net/software/ganv/"
@@ -16,22 +16,25 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
-RDEPEND="dev-cpp/glibmm:2
+RDEPEND="
+	dev-cpp/glibmm:2
 	dev-cpp/gtkmm:2.4
 	x11-libs/gtk+:2
 	graphviz? ( media-gfx/graphviz[gtk] )
-	introspection? ( app-text/yelp-tools
-		dev-libs/gobject-introspection[doctool] )"
+	introspection? (
+		app-text/yelp-tools
+		dev-libs/gobject-introspection:=[doctool] )
+"
 DEPEND="${RDEPEND}
-	nls? ( virtual/libintl )"
-
-DOCS=( AUTHORS NEWS README )
+	nls? ( virtual/libintl )
+"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-no-fdgl.patch
 }
 
 src_configure() {
+	append-cxxflags -std=c++11
 	waf-utils_src_configure \
 		$(use graphviz || echo "--no-graphviz") \
 		$(use fdgl || echo "--no-fdgl") \


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-01-23 10:59 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-01-23 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     80df045aad791553d12307fb8405d1ceec5b680a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 10:58:58 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 10:58:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80df045a

media-libs/ganv: amd64 stable wrt bug #706060

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/ganv/ganv-1.4.2-r1.ebuild b/media-libs/ganv/ganv-1.4.2-r1.ebuild
index 3d19184be69..93da478c009 100644
--- a/media-libs/ganv/ganv-1.4.2-r1.ebuild
+++ b/media-libs/ganv/ganv-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-01-23 12:18 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-01-23 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1108db776d6caa57af4f10d7135eee3a085cf455
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 12:18:41 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 12:18:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1108db77

media-libs/ganv: x86 stable wrt bug #706060

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.4.2-r1.ebuild b/media-libs/ganv/ganv-1.4.2-r1.ebuild
index 93da478c009..1928d7753de 100644
--- a/media-libs/ganv/ganv-1.4.2-r1.ebuild
+++ b/media-libs/ganv/ganv-1.4.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-06-10  8:00 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2020-06-10  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1c8c05b6acf01ee7b582136085acb3d57088cf57
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 08:00:24 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 08:00:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8c05b6

media-libs/ganv: bump to 1.6.0

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/Manifest          |  1 +
 media-libs/ganv/ganv-1.6.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
index 7fe792a92ca..4c2028e8ae3 100644
--- a/media-libs/ganv/Manifest
+++ b/media-libs/ganv/Manifest
@@ -1 +1,2 @@
 DIST ganv-1.4.2.tar.bz2 175510 BLAKE2B 4e6d7e411c78a516ea6603245ae13787607591b061d3856f305bcc4731f27ef46897d032a9b8a1f672776b41351823f89a2ddfeac40b47f584dbf638af79d466 SHA512 0609dea81cceb0c560286ad2f132f318c2d583af5163dcea4511155e78a022248dcb7ae535233493bdf906fb036422ebd4368d688123f3e1676c4e0398cbc6c2
+DIST ganv-1.6.0.tar.bz2 377068 BLAKE2B f78c4783f0188fd163b087c789d50eb67a54a77d26d261d3557fba46a7bee09fc3326204273ad496d6b2ae262368015c3f186c290f2b85e6d5297eeed7596677 SHA512 05900aa63e65646e75f805dfe6ae5901efb19ae31a3f0a6730a713bfaffc47bb93f683879ce2a75093ea09e84a9d3137966b68b4ad307707753dead1df439a09

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
new file mode 100644
index 00000000000..516ec4cbc85
--- /dev/null
+++ b/media-libs/ganv/ganv-1.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# oes not work with python3
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+inherit eutils flag-o-matic waf-utils python-any-r1
+
+DESCRIPTION="A GTK+ widget for interactive graph-like environments"
+HOMEPAGE="http://drobilla.net/software/ganv/"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+fdgl +graphviz introspection nls"
+
+RDEPEND="
+	dev-cpp/glibmm:2
+	dev-cpp/gtkmm:2.4
+	x11-libs/gtk+:2
+	graphviz? ( media-gfx/graphviz[gtk] )
+	introspection? (
+		app-text/yelp-tools
+		dev-libs/gobject-introspection:=[doctool] )
+"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	dev-util/glib-utils
+	nls? ( virtual/libintl )
+"
+
+src_configure() {
+	append-cxxflags -std=c++11
+	waf-utils_src_configure \
+		$(use graphviz || echo "--no-graphviz") \
+		$(use fdgl || echo "--no-fdgl") \
+		$(use nls || echo "--no-nls") \
+		$(use introspection && echo "--gir")
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-07-17  7:21 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-07-17  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b524c55c3cbc75233e218bfe9d25bd1921068a56
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 07:20:42 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 07:20:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b524c55c

media-libs/ganv: amd64 stable wrt bug #732060

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
index 516ec4cbc85..503e1b56699 100644
--- a/media-libs/ganv/ganv-1.6.0.ebuild
+++ b/media-libs/ganv/ganv-1.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-07-17  7:44 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2020-07-17  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1298292284d4301c374f6cd2b9a1d3101f5df696
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 07:43:35 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 07:43:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12982922

media-libs/ganv: x86 stable wrt bug #732060

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
index 503e1b56699..91c0613bf4b 100644
--- a/media-libs/ganv/ganv-1.6.0.ebuild
+++ b/media-libs/ganv/ganv-1.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-08-12 16:38 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2020-08-12 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     98b9c838cbb4818ff3970dafdb045fb4f97c3b38
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 16:38:31 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 16:38:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b9c838

media-libs/ganv: py3

Closes: https://bugs.gentoo.org/735372
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/{ganv-1.6.0.ebuild => ganv-1.6.0-r1.ebuild} | 5 ++---
 media-libs/ganv/ganv-1.6.0.ebuild                           | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0-r1.ebuild
similarity index 92%
copy from media-libs/ganv/ganv-1.6.0.ebuild
copy to media-libs/ganv/ganv-1.6.0-r1.ebuild
index 91c0613bf4b..8f7045e0bab 100644
--- a/media-libs/ganv/ganv-1.6.0.ebuild
+++ b/media-libs/ganv/ganv-1.6.0-r1.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-# oes not work with python3
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='threads(+)'
 inherit eutils flag-o-matic waf-utils python-any-r1
 
@@ -13,7 +12,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
index 91c0613bf4b..54805ef9a7f 100644
--- a/media-libs/ganv/ganv-1.6.0.ebuild
+++ b/media-libs/ganv/ganv-1.6.0.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-# oes not work with python3
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='threads(+)'
 inherit eutils flag-o-matic waf-utils python-any-r1


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2020-09-18  7:55 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2020-09-18  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     258b24c0423ba39a83a01cc7a325808cd370e010
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 07:54:38 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 07:55:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258b24c0

media-libs/ganv: removed obsolete 1.6.0

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/ganv-1.6.0.ebuild | 40 ---------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
deleted file mode 100644
index 54805ef9a7f..00000000000
--- a/media-libs/ganv/ganv-1.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-inherit eutils flag-o-matic waf-utils python-any-r1
-
-DESCRIPTION="A GTK+ widget for interactive graph-like environments"
-HOMEPAGE="http://drobilla.net/software/ganv/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+fdgl +graphviz introspection nls"
-
-RDEPEND="
-	dev-cpp/glibmm:2
-	dev-cpp/gtkmm:2.4
-	x11-libs/gtk+:2
-	graphviz? ( media-gfx/graphviz[gtk] )
-	introspection? (
-		app-text/yelp-tools
-		dev-libs/gobject-introspection:=[doctool] )
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	dev-util/glib-utils
-	nls? ( virtual/libintl )
-"
-
-src_configure() {
-	append-cxxflags -std=c++11
-	waf-utils_src_configure \
-		$(use graphviz || echo "--no-graphviz") \
-		$(use fdgl || echo "--no-fdgl") \
-		$(use nls || echo "--no-nls") \
-		$(use introspection && echo "--gir")
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2021-01-08 13:01 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2021-01-08 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad827e3aba93f2f55956da4c6126bcdbf639a4a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 13:00:49 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 13:01:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad827e3

media-libs/ganv: 1.8.0 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/Manifest          |  1 +
 media-libs/ganv/ganv-1.8.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
index 191d098b544..dd45510637f 100644
--- a/media-libs/ganv/Manifest
+++ b/media-libs/ganv/Manifest
@@ -1 +1,2 @@
 DIST ganv-1.6.0.tar.bz2 377068 BLAKE2B f78c4783f0188fd163b087c789d50eb67a54a77d26d261d3557fba46a7bee09fc3326204273ad496d6b2ae262368015c3f186c290f2b85e6d5297eeed7596677 SHA512 05900aa63e65646e75f805dfe6ae5901efb19ae31a3f0a6730a713bfaffc47bb93f683879ce2a75093ea09e84a9d3137966b68b4ad307707753dead1df439a09
+DIST ganv-1.8.0.tar.bz2 382822 BLAKE2B 4936b7f87fa7cf17ed86b8165558684f0f59387c9673144d57d8505e41f367735117e9f5b08508dcecb831b77b6bbc6559323417824a9f8defc43c81cc91d469 SHA512 00969879592af11d211ad790b970a8a3765ec0591515af856230e3fc9371b1611f2a4edc73d1fc59371a4c4a49c7479f279dc6f298d843296e6707cd2d495af4

diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0.ebuild
new file mode 100644
index 00000000000..eaeb8d96462
--- /dev/null
+++ b/media-libs/ganv/ganv-1.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE='threads(+)'
+inherit eutils flag-o-matic waf-utils python-any-r1
+
+DESCRIPTION="A GTK+ widget for interactive graph-like environments"
+HOMEPAGE="http://drobilla.net/software/ganv/"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+fdgl +graphviz introspection nls"
+
+RDEPEND="
+	dev-cpp/glibmm:2
+	dev-cpp/gtkmm:2.4
+	x11-libs/gtk+:2
+	graphviz? ( media-gfx/graphviz[gtk] )
+	introspection? (
+		app-text/yelp-tools
+		dev-libs/gobject-introspection:=[doctool] )
+"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	dev-util/glib-utils
+	nls? ( virtual/libintl )
+"
+
+src_configure() {
+	append-cxxflags -std=c++11
+	waf-utils_src_configure \
+		$(use graphviz || echo "--no-graphviz") \
+		$(use fdgl || echo "--no-fdgl") \
+		$(use nls || echo "--no-nls") \
+		$(use introspection && echo "--gir")
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2021-02-08 17:25 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-02-08 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     01ddf1c5219ee07e4ae98eae78b2ec564527ef60
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 17:24:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 17:24:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ddf1c5

media-libs/ganv: Stabilize 1.8.0 amd64, #769428

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0.ebuild
index a71cd3506df..bcc785c55a2 100644
--- a/media-libs/ganv/ganv-1.8.0.ebuild
+++ b/media-libs/ganv/ganv-1.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2021-02-08 17:26 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-02-08 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6837c8060f18630bdf071715fb9cad3c1e3f5fdb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 17:26:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 17:26:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6837c806

media-libs/ganv: Stabilize 1.8.0 x86, #769428

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0.ebuild
index bcc785c55a2..58367e54c0b 100644
--- a/media-libs/ganv/ganv-1.8.0.ebuild
+++ b/media-libs/ganv/ganv-1.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2021-02-09 10:05 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2021-02-09 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4498758fd5515092cfbbbb6cebef09118914517c
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 10:05:09 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 10:05:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4498758f

media-libs/ganv: removed obsolete 1.6.0-r1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/Manifest             |  1 -
 media-libs/ganv/ganv-1.6.0-r1.ebuild | 40 ------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
index dd45510637f..f4a4f47e840 100644
--- a/media-libs/ganv/Manifest
+++ b/media-libs/ganv/Manifest
@@ -1,2 +1 @@
-DIST ganv-1.6.0.tar.bz2 377068 BLAKE2B f78c4783f0188fd163b087c789d50eb67a54a77d26d261d3557fba46a7bee09fc3326204273ad496d6b2ae262368015c3f186c290f2b85e6d5297eeed7596677 SHA512 05900aa63e65646e75f805dfe6ae5901efb19ae31a3f0a6730a713bfaffc47bb93f683879ce2a75093ea09e84a9d3137966b68b4ad307707753dead1df439a09
 DIST ganv-1.8.0.tar.bz2 382822 BLAKE2B 4936b7f87fa7cf17ed86b8165558684f0f59387c9673144d57d8505e41f367735117e9f5b08508dcecb831b77b6bbc6559323417824a9f8defc43c81cc91d469 SHA512 00969879592af11d211ad790b970a8a3765ec0591515af856230e3fc9371b1611f2a4edc73d1fc59371a4c4a49c7479f279dc6f298d843296e6707cd2d495af4

diff --git a/media-libs/ganv/ganv-1.6.0-r1.ebuild b/media-libs/ganv/ganv-1.6.0-r1.ebuild
deleted file mode 100644
index 28aa4c0f551..00000000000
--- a/media-libs/ganv/ganv-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-inherit eutils flag-o-matic waf-utils python-any-r1
-
-DESCRIPTION="A GTK+ widget for interactive graph-like environments"
-HOMEPAGE="http://drobilla.net/software/ganv/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+fdgl +graphviz introspection nls"
-
-RDEPEND="
-	dev-cpp/glibmm:2
-	dev-cpp/gtkmm:2.4
-	x11-libs/gtk+:2
-	graphviz? ( media-gfx/graphviz[gtk] )
-	introspection? (
-		app-text/yelp-tools
-		dev-libs/gobject-introspection:=[doctool] )
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	dev-util/glib-utils
-	nls? ( virtual/libintl )
-"
-
-src_configure() {
-	append-cxxflags -std=c++11
-	waf-utils_src_configure \
-		$(use graphviz || echo "--no-graphviz") \
-		$(use fdgl || echo "--no-fdgl") \
-		$(use nls || echo "--no-nls") \
-		$(use introspection && echo "--gir")
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-04-12 17:39 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2022-04-12 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     52f3466eb73b9de220a2fb12b872a3de8163e43b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 04:41:12 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 17:38:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f3466e

media-libs/ganv: Update for graphviz USE=gtk2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/ganv/{ganv-1.8.0.ebuild => ganv-1.8.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild
similarity index 92%
rename from media-libs/ganv/ganv-1.8.0.ebuild
rename to media-libs/ganv/ganv-1.8.0-r1.ebuild
index 44fd56077d02..a462ad3f034f 100644
--- a/media-libs/ganv/ganv-1.8.0.ebuild
+++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="
 	dev-cpp/glibmm:2
 	dev-cpp/gtkmm:2.4
 	x11-libs/gtk+:2
-	graphviz? ( media-gfx/graphviz[gtk] )
+	graphviz? ( media-gfx/graphviz[gtk2] )
 	introspection? (
 		app-text/yelp-tools
 		dev-libs/gobject-introspection:=[doctool] )


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-04-12 17:39 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2022-04-12 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ce12d33d8c75b9d06172833297b20d70ac589593
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 04:42:09 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 17:38:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce12d33d

media-libs/ganv: Add Python 3.10 compatibility

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild
index a462ad3f034f..6ed5c20f508f 100644
--- a/media-libs/ganv/ganv-1.8.0-r1.ebuild
+++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='threads(+)'
 inherit flag-o-matic waf-utils python-any-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-10-02  8:17 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2022-10-02  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6428b675f435938d3cb18dcbb245cf7066da40b0
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 08:17:01 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 08:17:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6428b675

media-libs/ganv: updated SRC_URI to https

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild
index a9a355b53a80..11edc6ed0656 100644
--- a/media-libs/ganv/ganv-1.8.0-r1.ebuild
+++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic waf-utils python-any-r1
 
 DESCRIPTION="A GTK+ widget for interactive graph-like environments"
 HOMEPAGE="https://drobilla.net/software/ganv.html"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+SRC_URI="https://download.drobilla.net/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-11-03  7:59 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2022-11-03  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6685620b0705a52c4ba7ec5a3224d16e367a6bdb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 07:59:31 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 07:59:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6685620b

media-libs/ganv: Stabilize 1.8.2 amd64, #879123

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.2.ebuild b/media-libs/ganv/ganv-1.8.2.ebuild
index 18d6205e1dbc..14c9fc6fab7f 100644
--- a/media-libs/ganv/ganv-1.8.2.ebuild
+++ b/media-libs/ganv/ganv-1.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-11-03  8:08 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2022-11-03  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a98ace35009cc72c59e942a40f5baeabadddf917
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 08:07:52 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 08:08:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98ace35

media-libs/ganv: Stabilize 1.8.2 x86, #879123

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-libs/ganv/ganv-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ganv/ganv-1.8.2.ebuild b/media-libs/ganv/ganv-1.8.2.ebuild
index 14c9fc6fab7f..bab8e227c847 100644
--- a/media-libs/ganv/ganv-1.8.2.ebuild
+++ b/media-libs/ganv/ganv-1.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+fdgl +graphviz introspection nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
@ 2022-11-04  7:21 Miroslav Šulc
  0 siblings, 0 replies; 18+ messages in thread
From: Miroslav Šulc @ 2022-11-04  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     402f3d390d6b67d05cacde6240443de59173820a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 07:21:00 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 07:21:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402f3d39

media-libs/ganv: dropped obsolete 1.8.0-r1

Bug: https://bugs.gentoo.org/879123
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/ganv/Manifest             |  1 -
 media-libs/ganv/ganv-1.8.0-r1.ebuild | 40 ------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
index 58024540f117..40c2ef905f75 100644
--- a/media-libs/ganv/Manifest
+++ b/media-libs/ganv/Manifest
@@ -1,2 +1 @@
-DIST ganv-1.8.0.tar.bz2 382822 BLAKE2B 4936b7f87fa7cf17ed86b8165558684f0f59387c9673144d57d8505e41f367735117e9f5b08508dcecb831b77b6bbc6559323417824a9f8defc43c81cc91d469 SHA512 00969879592af11d211ad790b970a8a3765ec0591515af856230e3fc9371b1611f2a4edc73d1fc59371a4c4a49c7479f279dc6f298d843296e6707cd2d495af4
 DIST ganv-1.8.2.tar.xz 80496 BLAKE2B 45e5370f3b94a7010f89943225748e40291583f7d2cc80f637f3db4fac3a03c9b58217bd8e8119f7867302c43846be47e928721addce68560c63cec5faa3b4d4 SHA512 12544d45fc3b06a02dcfaf41be266770a8dcbd079979b07cb1a05388e3cdddd54040b609f76c16c8982d89f864e5000d04fd2d09d8036705a41cafe944c2a6dd

diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild
deleted file mode 100644
index 11edc6ed0656..000000000000
--- a/media-libs/ganv/ganv-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='threads(+)'
-inherit flag-o-matic waf-utils python-any-r1
-
-DESCRIPTION="A GTK+ widget for interactive graph-like environments"
-HOMEPAGE="https://drobilla.net/software/ganv.html"
-SRC_URI="https://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+fdgl +graphviz introspection nls"
-
-RDEPEND="
-	dev-cpp/glibmm:2
-	dev-cpp/gtkmm:2.4
-	x11-libs/gtk+:2
-	graphviz? ( media-gfx/graphviz[gtk2] )
-	introspection? (
-		app-text/yelp-tools
-		dev-libs/gobject-introspection:=[doctool] )
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	dev-util/glib-utils
-	nls? ( virtual/libintl )
-"
-
-src_configure() {
-	append-cxxflags -std=c++11
-	waf-utils_src_configure \
-		$(use graphviz || echo "--no-graphviz") \
-		$(use fdgl || echo "--no-fdgl") \
-		$(use nls || echo "--no-nls") \
-		$(use introspection && echo "--gir")
-}


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

end of thread, other threads:[~2022-11-04  7:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10  8:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2022-11-04  7:21 Miroslav Šulc
2022-11-03  8:08 Agostino Sarubbo
2022-11-03  7:59 Agostino Sarubbo
2022-10-02  8:17 Miroslav Šulc
2022-04-12 17:39 Matt Turner
2022-04-12 17:39 Matt Turner
2021-02-09 10:05 Miroslav Šulc
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-08 13:01 Miroslav Šulc
2020-09-18  7:55 Miroslav Šulc
2020-08-12 16:38 Miroslav Šulc
2020-07-17  7:44 Agostino Sarubbo
2020-07-17  7:21 Agostino Sarubbo
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:59 Agostino Sarubbo
2015-12-23 10:59 Pacho Ramos

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