public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2017-07-26 11:34 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c18b8166d6853d224fcdb4bcc2f16edc598f8d19
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:06:22 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b8166

x11-plugins/gkrellstock: Stable

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
index bb0dee3026c..adbd9c88ad4 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2017-07-26 11:34 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4addc8a2fd1d53a91720c95da831bbba97bd35be
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:06:40 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4addc8a2

x11-plugins/gkrellstock: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/gkrellstock/Manifest                  |  1 -
 x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild | 41 -----------------------
 x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild  | 41 -----------------------
 3 files changed, 83 deletions(-)

diff --git a/x11-plugins/gkrellstock/Manifest b/x11-plugins/gkrellstock/Manifest
index 173697e8ba7..cf01ce2a33f 100644
--- a/x11-plugins/gkrellstock/Manifest
+++ b/x11-plugins/gkrellstock/Manifest
@@ -1,2 +1 @@
 DIST gkrellstock-0.5.1.tar.gz 22385 SHA256 56711b5b19cb747dfc5fbb99c00a542a9df55959f88c9664edc2df3829115f61 SHA512 040e6271a0b0ca3f7be52cc64076a8d1b538fc7607a9ae54acf1c9dc176b094c1483b10c1813a929dcf47dff4fee8c18b7ca58472343c83edfa58a32edc7776c WHIRLPOOL 7ec087847de4c600110857fa4aea8f91a92f51e2ad0c88e8bd22741235a9247c68c72e454d385dcca104c56429f8c8e455bcb398f54ad57cc6a0270f7dfd7bf9
-DIST gkrellstock-0.5.tar.gz 22332 SHA256 1eb3ff7bf6fa8161f8b6cd8f99e3e5871fabd29866aad89ed3e2b7c2198f9e2a SHA512 8081bb1be1c640cd9853083fd22f931ffe6dbca359d86242df50e9684d2e856fd147692a716f7df4f4d496bc17e38988a40e7f547832dfaf61c2ed17d0b90b3d WHIRLPOOL 57b02ba1658fd5b587f703210cfda4364056d2336e695c107a45a258885bce8d8fe81f52b0603d1d25f0deea42a2431b4dbad6f3f5526e3474b858e145405a69

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild
deleted file mode 100644
index 487c03f787e..00000000000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-HOMEPAGE="http://gkrellstock.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${PN}/GkrellM2.0%20Port/${PV}/${P}.tar.gz"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-	dev-perl/libwww-perl
-	dev-perl/Finance-Quote"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/s/S}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-ldflags.patch
-	append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-	append-flags -fPIC
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-src_install () {
-	gkrellm-plugin_src_install
-
-	dobin GetQuote2
-}

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild
deleted file mode 100644
index f333006349d..00000000000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-HOMEPAGE="http://gkrellstock.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-	dev-perl/libwww-perl
-	dev-perl/Finance-Quote"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${P/s/S}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.5-ldflags.patch
-	append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-	append-flags -fPIC
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-src_install () {
-	gkrellm-plugin_src_install
-
-	dobin GetQuote2
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2017-07-26 11:34 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     722dcb7923a1f4bfa8702a1add0f6944e52132ae
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:06:02 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722dcb79

x11-plugins/gkrellstock: Fix dependency on gkrellm[X]

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellstock/gkrellstock-0.5.1-r1.ebuild        | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
new file mode 100644
index 00000000000..bb0dee3026c
--- /dev/null
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gkrellm-plugin toolchain-funcs
+
+DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
+HOMEPAGE="http://gkrellstock.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	app-admin/gkrellm[X]
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+	dev-perl/libwww-perl
+	dev-perl/Finance-Quote
+"
+DEPEND="${DEPEND}
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/s/S}"
+
+src_prepare() {
+	default
+	eapply "${FILESDIR}"/${PN}-0.5-ldflags.patch
+	append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
+	append-flags -fPIC
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install () {
+	gkrellm-plugin_src_install
+	dobin GetQuote2
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2022-03-20  0:16 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b6e02c5af818e62651b2e19810b249a0d7aaa820
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:15:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:15:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e02c5a

x11-plugins/gkrellstock: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
index 374d957180b7..452543dd2dc6 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,7 +32,7 @@ src_configure() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2022-12-18 18:50 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-12-18 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b8a0bcea6a0723802b3d93aa0a075404c0fbc0c9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:49:09 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:49:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a0bcea

x11-plugins/gkrellstock: Stabilize 0.5.1-r2 x86, #886821

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
index 6fcbaee5ee28..b0c7b70bc697 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
 	app-admin/gkrellm:2[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2022-12-19  0:58 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-19  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2390974a8ea7e686f6694aab0e7603da80a270fd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 00:58:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 00:58:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2390974a

x11-plugins/gkrellstock: Stabilize 0.5.1-r2 amd64, #886821

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

 x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
index b0c7b70bc697..9d13c976cc54 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	app-admin/gkrellm:2[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2022-12-21 22:47 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e23bf4ddd2f2d878ffc8ecf662264ae4ae96fb52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 22:24:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 22:43:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23bf4dd

x11-plugins/gkrellstock: drop 0.5.1-r1

Bug: https://bugs.gentoo.org/886821
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gkrellstock/gkrellstock-0.5.1-r1.ebuild        | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
deleted file mode 100644
index 452543dd2dc6..000000000000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-HOMEPAGE="http://gkrellstock.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="
-	app-admin/gkrellm:2[X]
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-	dev-perl/libwww-perl
-	dev-perl/Finance-Quote"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${P/s/S}"
-PATCHES=( "${FILESDIR}"/${PN}-0.5-ldflags.patch )
-
-src_configure() {
-	append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-	append-flags -fPIC
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	gkrellm-plugin_src_install
-	dobin GetQuote2
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/
@ 2023-02-03 11:08 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9ee1742332f9f1b1a3c6ff49364d6ccfd413f2fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 11:07:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 11:07:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee17423

x11-plugins/gkrellstock: adopt

Help very much still welcome, just adopting so it's not m-n and can fix

the easy bugs at least.

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

 x11-plugins/gkrellstock/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/gkrellstock/metadata.xml b/x11-plugins/gkrellstock/metadata.xml
index 5ff88a6803d2..30a270e4cfe0 100644
--- a/x11-plugins/gkrellstock/metadata.xml
+++ b/x11-plugins/gkrellstock/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="sourceforge">gkrellstock</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">gkrellstock</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-02-03 11:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 11:34 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellstock/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2023-02-03 11:08 Sam James
2022-12-21 22:47 Sam James
2022-12-19  0:58 Sam James
2022-12-18 18:50 Arthur Zamarin
2022-03-20  0:16 Sam James
2017-07-26 11:34 Pacho Ramos
2017-07-26 11:34 Pacho Ramos

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