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

commit:     e8b23863f3f43821b731776e27f0a21a0f5561a0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:11:37 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b23863

x11-plugins/gkrellweather: Stabilize (previous version has been broken completely for more than a year)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
index 90b45a7f13c..2eab8440244 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="


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

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

commit:     9ef42aa999d9a3c8c0d80d35278ef0cfadb31580
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:12:01 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef42aa9

x11-plugins/gkrellweather: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../gkrellweather/gkrellweather-2.0.8.ebuild       | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild
deleted file mode 100644
index 885c4eb4c72..00000000000
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild
+++ /dev/null
@@ -1,42 +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="GKrellM2 Plugin that monitors a METAR station and displays weatherinfo"
-HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins"
-SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-lang/perl-5.6.1
-	>=net-misc/wget-1.5.3"
-DEPEND=">=sys-apps/sed-4.0.5
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-Respect-LDFLAGS.patch \
-		"${FILESDIR}"/${P}-Move-GrabWeather.patch
-	append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-	append-flags -fPIC
-
-}
-
-src_compile() {
-	emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-	gkrellm-plugin_src_install
-
-	exeinto /usr/libexec/gkrellweather
-	doexe GrabWeather
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/
@ 2018-01-04  9:17 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2018-01-04  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     952d48e964343c6354a9b1fe179eb86eb7277ce9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 22:34:32 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 09:15:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d48e9

x11-plugins/gkrellweather: Eclass update

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gkrellweather/gkrellweather-2.0.8-r1.ebuild    | 23 +++++++++++-----------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
index 2eab8440244..5e42ff7bb2e 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit flag-o-matic gkrellm-plugin toolchain-funcs
 
 DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weatherinfo"
 HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins"
 SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
 
-SLOT="2"
 LICENSE="GPL-2"
+SLOT="2"
 KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="
-	app-admin/gkrellm[X]
-	>=dev-lang/perl-5.6.1
-	>=net-misc/wget-1.5.3
-"
+	app-admin/gkrellm:2[X]
+	dev-lang/perl
+	net-misc/wget
+	x11-libs/gtk+:2"
 DEPEND="
-	>=sys-apps/sed-4.0.5
-	virtual/pkgconfig
-"
+	${RDEPEND}
+	virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-Respect-LDFLAGS.patch
@@ -29,14 +29,13 @@ PATCHES=(
 	"${FILESDIR}"/${P}-update-locations.patch
 )
 
-src_prepare() {
-	default
+src_configure() {
 	append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
 	append-flags -fPIC
 }
 
 src_compile() {
-	emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+	emake PREFIX="${EPREFIX}"/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install () {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/
@ 2022-08-29  7:18 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     78e55807d5a0141fcc1e4f2ecc433ccf4bfe343d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:18:12 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:18:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e55807

x11-plugins/gkrellweather: amd64 stable wrt bug #867175

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

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

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
index 1a70885d8d3c..4b19976eeec2 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="
 	app-admin/gkrellm:2[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/
@ 2022-08-29  7:21 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4c3eb230eaa5b99a21beb5e24cc77be5525330fa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:21:13 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3eb230

x11-plugins/gkrellweather: x86 stable wrt bug #867175

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

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

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
index 4b19976eeec2..eb3d8f00ee1f 100644
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 
 RDEPEND="
 	app-admin/gkrellm:2[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/
@ 2022-08-29  8:38 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a9e83c42e258b6b9fddb7b52c821c0dd1663a534
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:36:19 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e83c42

x11-plugins/gkrellweather: drop 2.0.8-r1

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

 .../gkrellweather/gkrellweather-2.0.8-r1.ebuild    | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
deleted file mode 100644
index 4e0e596730f9..000000000000
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.8-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weatherinfo"
-HOMEPAGE="https://sites.google.com/site/makovick/gkrellm-plugins"
-SRC_URI="https://sites.google.com/site/makovick/projects/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="
-	app-admin/gkrellm:2[X]
-	dev-lang/perl
-	net-misc/wget
-	x11-libs/gtk+:2"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-Respect-LDFLAGS.patch
-	"${FILESDIR}"/${P}-Move-GrabWeather.patch
-	"${FILESDIR}"/${P}-update-locations.patch
-)
-
-src_configure() {
-	append-cflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
-	append-flags -fPIC
-}
-
-src_compile() {
-	emake PREFIX="${EPREFIX}"/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	gkrellm-plugin_src_install
-
-	exeinto /usr/libexec/gkrellweather
-	doexe GrabWeather
-}


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

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

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

x11-plugins/gkrellweather: 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/gkrellweather/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellweather/metadata.xml b/x11-plugins/gkrellweather/metadata.xml
index 85e4ed814fa2..641cbd3703e7 100644
--- a/x11-plugins/gkrellweather/metadata.xml
+++ b/x11-plugins/gkrellweather/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
 </pkgmetadata>


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29  7:18 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellweather/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-02-03 11:08 Sam James
2022-08-29  8:38 Andreas Sturmlechner
2022-08-29  7:21 Agostino Sarubbo
2018-01-04  9:17 David Seifert
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