public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2017-01-25 16:12 Michael Weber
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber @ 2017-01-25 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     255d9d1c3d14afde72406eb309d4bb5997fc1b79
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 16:11:15 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 16:11:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255d9d1c

x11-libs/gtkdatabox: Version bump, drop USE=doc.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/gtkdatabox/Manifest                  |  1 +
 x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 56 +++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/x11-libs/gtkdatabox/Manifest b/x11-libs/gtkdatabox/Manifest
index d5bc331..6cbc70f 100644
--- a/x11-libs/gtkdatabox/Manifest
+++ b/x11-libs/gtkdatabox/Manifest
@@ -1 +1,2 @@
 DIST gtkdatabox-0.9.2.0.tar.gz 2836730 SHA256 745a6843e8f790504a86ad1b8642e1a9e595d75586215e0d2cb2f0bf0a324040 SHA512 cb36c4ec7b1b4db747520e00c80c037d02c26f60c04bd9d8e4eac06e4e0ec6a605d39e8f11d518751d3137a0ab38631916e98f15cb55cf024b3e5ed37a716f91 WHIRLPOOL 4c03b14ab984b375b9d7543e9e50f1e1cf8cc750bc76e164b5675840143451b6450593912121786379f540f54185a3392dcbfdb15b29cd132a06a39dbf4793b3
+DIST gtkdatabox-0.9.3.0.tar.gz 2883977 SHA256 1f426b525c31a9ba8bf2b61084b7aef89eaed11f8d0b2a54bde467da16692ff2 SHA512 5c2464dafcf9cdd4ee11bec6f8e627533c0270fe28d736e1be45ad084c42d430a50c39cf08531138627cc59ab034a191ecd7b97ccfce633467ff99e6e9cd593a WHIRLPOOL ccd9b2b10c698868a1f6b2520a4ee90450450acc44ed7b38161baa5313378a406193e6cdabf5d7845b8727ca59f9ce142f3ee05bdcb6433f01835a079eecf8f4

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
new file mode 100644
index 00000000..1b58905
--- /dev/null
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
+HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +glade static-libs test"
+
+RDEPEND="x11-libs/cairo
+	x11-libs/gtk+:2
+	x11-libs/pango
+	glade? ( gnome-base/libglade )"
+DEPEND=${RDEPEND}
+
+src_prepare() {
+	default
+
+	# Remove -D.*DISABLE_DEPRECATED cflags
+	find . -iname 'Makefile.am' -exec \
+		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+	# Do Makefile.in after Makefile.am to avoid automake maintainer-mode
+	find . -iname 'Makefile.in' -exec \
+		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+	sed -e '/SUBDIRS/{s: examples::;}' -i Makefile.am -i Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		$(use_enable glade libglade) \
+		--disable-glade \
+		$(use_enable static-libs static) \
+		$(use_enable test gtktest) \
+		--disable-dependency-tracking \
+		--enable-libtool-lock
+}
+
+src_install() {
+	default
+
+	prune_libtool_files
+
+	dodoc AUTHORS ChangeLog README TODO
+	if use examples; then
+		docinto examples
+		dodoc "${S}"/examples/*
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2020-01-27  3:02 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2020-01-27  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0dc669a960f9a7bd394218cce4c896375c6bfc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 02:58:15 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 02:58:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0dc669

x11-libs/gtkdatabox: x86 stable (bug #706452)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
index dface576ae4..b41f80d6ec9 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.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
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples +glade static-libs test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2020-01-27 12:46 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2020-01-27 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bc8f507eb3186c4a4356889c3003f0ff0c9e021a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 12:46:35 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 12:46:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8f507e

x11-libs/gtkdatabox: amd64 stable wrt bug #706452

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

 x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
index b41f80d6ec9..3e8f296f33b 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples +glade static-libs test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2020-02-07  9:42 David Seifert
  0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2020-02-07  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fd5683a933cc2ef34aaead669fd31e08c67f4122
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:42:31 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 09:42:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5683a9

x11-libs/gtkdatabox: Remove old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/gtkdatabox/Manifest                  |  1 -
 x11-libs/gtkdatabox/gtkdatabox-0.9.2.0.ebuild | 58 ---------------------------
 2 files changed, 59 deletions(-)

diff --git a/x11-libs/gtkdatabox/Manifest b/x11-libs/gtkdatabox/Manifest
index a758c420d77..288c2ca30f8 100644
--- a/x11-libs/gtkdatabox/Manifest
+++ b/x11-libs/gtkdatabox/Manifest
@@ -1,2 +1 @@
-DIST gtkdatabox-0.9.2.0.tar.gz 2836730 BLAKE2B 8ac4c3a4335fd5850d21ad035ed68292da08f19ed83be4e50a30439782e6b3a0b3aea31d56a27e6cfd3af0a60ee71f8fd2b51f0dfe5307412ad6baa2159012b2 SHA512 cb36c4ec7b1b4db747520e00c80c037d02c26f60c04bd9d8e4eac06e4e0ec6a605d39e8f11d518751d3137a0ab38631916e98f15cb55cf024b3e5ed37a716f91
 DIST gtkdatabox-0.9.3.0.tar.gz 2883977 BLAKE2B d9d5de1c4d07bd01940ea6f75f2b2f455b46cf018dbae67bcb643f523353e675e1a97cfc10b696fe16aa0391cb006e5e866bef52cefcdd8ca4de057589164e6e SHA512 5c2464dafcf9cdd4ee11bec6f8e627533c0270fe28d736e1be45ad084c42d430a50c39cf08531138627cc59ab034a191ecd7b97ccfce633467ff99e6e9cd593a

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.2.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.2.0.ebuild
deleted file mode 100644
index 1f83e52ef5b..00000000000
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.2.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils
-
-DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
-HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples +glade static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	glade? (
-		gnome-base/libglade
-	)
-	x11-libs/cairo
-	x11-libs/gtk+:2
-	x11-libs/pango
-"
-DEPEND=${RDEPEND}
-
-src_prepare() {
-	# Remove -D.*DISABLE_DEPRECATED cflags
-	find . -iname 'Makefile.am' -exec \
-		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die "sed 1 failed"
-	# Do Makefile.in after Makefile.am to avoid automake maintainer-mode
-	find . -iname 'Makefile.in' -exec \
-		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die "sed 2 failed"
-	sed -e '/SUBDIRS/{s: examples::;}' -i Makefile.am -i Makefile.in || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable doc gtk-doc) \
-		$(use_enable glade libglade) \
-		$(use_enable glade) \
-		$(use_enable static-libs static) \
-		$(use_enable test gtktest) \
-		--disable-dependency-tracking \
-		--enable-libtool-lock
-}
-
-src_install() {
-	default
-
-	prune_libtool_files
-
-	dodoc AUTHORS ChangeLog README TODO
-	if use examples; then
-		docinto examples
-		dodoc "${S}"/examples/*
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2020-02-15 10:03 David Seifert
  0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2020-02-15 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2cf4ff5fd4910119719c188b218dcf064d5d8783
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:03:13 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:03:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf4ff5f

x11-libs/gtkdatabox: [QA] inherit ltprune.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
index 3e8f296f33b..9b5ad2d70dd 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils
+inherit eutils ltprune
 
 DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
 HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-01-14 16:54 Florian Schmaus
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-01-14 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b23941b8874fac61e2325912937decddff15500a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 13:51:27 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 16:54:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23941b8

x11-libs/gtkdatabox: add 1.0.0

Closes: https://bugs.gentoo.org/831196
Closes: https://github.com/gentoo/gentoo/pull/23791
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 x11-libs/gtkdatabox/Manifest                |  1 +
 x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild | 58 +++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/x11-libs/gtkdatabox/Manifest b/x11-libs/gtkdatabox/Manifest
index 288c2ca30f84..c86187249c97 100644
--- a/x11-libs/gtkdatabox/Manifest
+++ b/x11-libs/gtkdatabox/Manifest
@@ -1 +1,2 @@
 DIST gtkdatabox-0.9.3.0.tar.gz 2883977 BLAKE2B d9d5de1c4d07bd01940ea6f75f2b2f455b46cf018dbae67bcb643f523353e675e1a97cfc10b696fe16aa0391cb006e5e866bef52cefcdd8ca4de057589164e6e SHA512 5c2464dafcf9cdd4ee11bec6f8e627533c0270fe28d736e1be45ad084c42d430a50c39cf08531138627cc59ab034a191ecd7b97ccfce633467ff99e6e9cd593a
+DIST gtkdatabox-1.0.0.tar.gz 520992 BLAKE2B d04dfc833ae6807fd593ebddcdbd45ee3c5be6818d11b8c3da313649d7279ddcfcc635571d84a2da3e2b867e3ec3f50fead2c0ee2fe25fad43851abc19610883 SHA512 63007ab50e1e1eba185a2c05ccc1a8759aded91797688c4b4888728af3527514cc79280851981e36b01e24859fe8e0f95d660a219d456edeb50e0b847d7b9999

diff --git a/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
new file mode 100644
index 000000000000..b34a7c47a0e4
--- /dev/null
+++ b/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
+HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +glade"
+
+RDEPEND="
+	dev-libs/atk
+	dev-libs/glib:2
+	media-libs/harfbuzz:=
+	x11-libs/cairo
+	x11-libs/gtk+:3
+	x11-libs/gdk-pixbuf:2
+	x11-libs/pango
+	glade? ( dev-util/glade:3.10= )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	# Remove -D.*DISABLE_DEPRECATED cflags
+	find . -iname 'Makefile.am' -exec \
+		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+	# Do Makefile.in after Makefile.am to avoid automake maintainer-mode
+	find . -iname 'Makefile.in' -exec \
+		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+	sed -e '/SUBDIRS/{s: examples::;}' -i Makefile.am -i Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		$(use_enable glade) \
+		--disable-static \
+		--enable-libtool-lock
+
+}
+
+src_install() {
+	default
+
+	find "${ED}" -type f -name '*.la' -delete || die
+
+	dodoc AUTHORS ChangeLog README TODO
+
+	if use examples; then
+		docinto examples
+		dodoc "${S}"/examples/*
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-01-14 17:24 Florian Schmaus
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-01-14 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0f85af9e53787fee0a45049ae32c9934d2328bc1
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 17:24:02 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 17:24:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f85af9e

x11-libs/gtkdatabox: update XDG icon cache if necessary

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 ...tkdatabox-1.0.0.ebuild => gtkdatabox-1.0.0-r1.ebuild} | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
similarity index 86%
rename from x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
rename to x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
index 3f9a8d020d23..e99b9d199435 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit xdg-utils
+
 DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
 HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -54,3 +56,17 @@ src_install() {
 		dodoc "${S}"/examples/*
 	fi
 }
+
+maybe_update_xdg_icon_cache() {
+	if use glade; then
+		xdg_icon_cache_update
+	fi
+}
+
+pkg_postinst() {
+	maybe_update_xdg_icon_cache
+}
+
+pkg_postrm() {
+	maybe_update_xdg_icon_cache
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-01-14 17:24 Florian Schmaus
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-01-14 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     dcde32f89840c2bd6b1a80a6ce8b4abe57cd7b54
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 17:01:06 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 17:01:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcde32f8

x11-libs/gtkdatabox: remove unnecessary, due EAPI 8, --disable-static

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Suggested-by: Sam James <sam <AT> gentoo.org>

 x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
index b34a7c47a0e4..3f9a8d020d23 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-1.0.0.ebuild
@@ -39,9 +39,7 @@ src_prepare() {
 src_configure() {
 	econf \
 		$(use_enable glade) \
-		--disable-static \
 		--enable-libtool-lock
-
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-09-14 22:10 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-09-14 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     518331f84751aeea526d03b65dd87ac2e347628e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 22:10:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 22:10:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518331f8

x11-libs/gtkdatabox: Stabilize 1.0.0-r1 x86, #832757

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

 x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
index e99b9d199435..74a157e99ecd 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples +glade"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-09-15 11:31 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-09-15 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4c14a741ab9644082cc125f2804c0cb703c73f42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 11:29:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 11:29:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c14a741

x11-libs/gtkdatabox: Stabilize 1.0.0-r1 amd64, #832757

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

 x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
index 74a157e99ecd..6e111b68cb2c 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-1.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples +glade"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/
@ 2022-09-15 15:10 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7a4949b38444b6da525741faa608c24fdcd50afe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 15:09:41 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 15:10:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4949b3

x11-libs/gtkdatabox: drop 0.9.3.0

Closes: https://bugs.gentoo.org/832757
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/gtkdatabox/Manifest                  |  1 -
 x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 54 ---------------------------
 2 files changed, 55 deletions(-)

diff --git a/x11-libs/gtkdatabox/Manifest b/x11-libs/gtkdatabox/Manifest
index c86187249c97..9d224af66096 100644
--- a/x11-libs/gtkdatabox/Manifest
+++ b/x11-libs/gtkdatabox/Manifest
@@ -1,2 +1 @@
-DIST gtkdatabox-0.9.3.0.tar.gz 2883977 BLAKE2B d9d5de1c4d07bd01940ea6f75f2b2f455b46cf018dbae67bcb643f523353e675e1a97cfc10b696fe16aa0391cb006e5e866bef52cefcdd8ca4de057589164e6e SHA512 5c2464dafcf9cdd4ee11bec6f8e627533c0270fe28d736e1be45ad084c42d430a50c39cf08531138627cc59ab034a191ecd7b97ccfce633467ff99e6e9cd593a
 DIST gtkdatabox-1.0.0.tar.gz 520992 BLAKE2B d04dfc833ae6807fd593ebddcdbd45ee3c5be6818d11b8c3da313649d7279ddcfcc635571d84a2da3e2b867e3ec3f50fead2c0ee2fe25fad43851abc19610883 SHA512 63007ab50e1e1eba185a2c05ccc1a8759aded91797688c4b4888728af3527514cc79280851981e36b01e24859fe8e0f95d660a219d456edeb50e0b847d7b9999

diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
deleted file mode 100644
index 7262b803969b..000000000000
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Gtk+ Widgets for live display of large amounts of fluctuating numerical data"
-HOMEPAGE="https://sourceforge.net/projects/gtkdatabox/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples +glade test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="x11-libs/cairo
-	x11-libs/gtk+:2
-	x11-libs/pango
-	glade? ( gnome-base/libglade )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	# Remove -D.*DISABLE_DEPRECATED cflags
-	find . -iname 'Makefile.am' -exec \
-		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-	# Do Makefile.in after Makefile.am to avoid automake maintainer-mode
-	find . -iname 'Makefile.in' -exec \
-		sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-	sed -e '/SUBDIRS/{s: examples::;}' -i Makefile.am -i Makefile.in || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable glade libglade) \
-		--disable-glade \
-		--disable-static \
-		$(use_enable test gtktest) \
-		--enable-libtool-lock
-}
-
-src_install() {
-	default
-
-	find "${ED}" -type f -name '*.la' -delete || die
-
-	dodoc AUTHORS ChangeLog README TODO
-
-	if use examples; then
-		docinto examples
-		dodoc "${S}"/examples/*
-	fi
-}


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

end of thread, other threads:[~2022-09-15 15:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-14 16:54 [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkdatabox/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2022-09-15 15:10 Andreas Sturmlechner
2022-09-15 11:31 Sam James
2022-09-14 22:10 Sam James
2022-01-14 17:24 Florian Schmaus
2022-01-14 17:24 Florian Schmaus
2020-02-15 10:03 David Seifert
2020-02-07  9:42 David Seifert
2020-01-27 12:46 Agostino Sarubbo
2020-01-27  3:02 Thomas Deutschmann
2017-01-25 16:12 Michael Weber

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