public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/
@ 2018-07-08  8:10 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-07-08  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3992f113223d64a29db5b40fb4ef0605c7b5e716
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 22 14:00:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 07:52:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992f113

x11-misc/bbweather: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/9027

 x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
index bf4468aec90..9bca5ba8d11 100644
--- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
+++ b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -6,8 +6,8 @@ EAPI=2
 inherit autotools eutils
 
 DESCRIPTION="blackbox weather monitor"
-HOMEPAGE="http://www.netmeister.org/apps/bbweather/"
-SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2"
+HOMEPAGE="https://www.netmeister.org/apps/bbweather/"
+SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/
@ 2018-09-12  5:28 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-09-12  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     804cea2687e21995ff3156d4b801a5ff6fbc451f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 11 18:51:52 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 05:28:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804cea26

x11-misc/bbweather: Drop old

 x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 44 ----------------------------
 1 file changed, 44 deletions(-)

diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
deleted file mode 100644
index 9bca5ba8d11..00000000000
--- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools eutils
-
-DESCRIPTION="blackbox weather monitor"
-HOMEPAGE="https://www.netmeister.org/apps/bbweather/"
-SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
-	x11-libs/libX11"
-RDEPEND="${DEPEND}
-	net-misc/wget
-	x11-apps/xmessage
-	!<=x11-plugins/gkrellweather-2.0.7-r1"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-asneeded.patch
-	gunzip doc/*.gz || die
-	sed -i \
-		-e "s:man_DATA:man1_MANS:;s:.gz::g;/^mandir/d" \
-		doc/Makefile.am || die
-	sed -i \
-		-e 's|-helvetica-|-*-|g' \
-		resource.cpp data/${PN}.{nobb,style} || die
-	eautoreconf
-}
-
-src_install () {
-	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install || die
-	dodoc README AUTHORS ChangeLog NEWS TODO data/README.bbweather || die
-
-	# since multiple bbtools packages provide this file, install
-	# it in /usr/share/doc/${PF}
-	mv "${D}"/usr/share/bbtools/bbtoolsrc.in \
-		"${D}"/usr/share/doc/${PF}/bbtoolsrc.example
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/
@ 2021-04-19 17:52 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2021-04-19 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e54c0781becdf26f20b593a612f23b983a735541
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 17:50:28 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 17:51:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54c0781

x11-misc/bbweather: remove obsolete blocker

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-misc/bbweather/bbweather-0.6.3-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
index e3bf23f0504..7f45dd7000e 100644
--- a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
+++ b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,8 +18,7 @@ DEPEND="dev-lang/perl
 	x11-libs/libX11"
 RDEPEND="${DEPEND}
 	net-misc/wget
-	x11-apps/xmessage
-	!<=x11-plugins/gkrellweather-2.0.7-r1"
+	x11-apps/xmessage"
 
 PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/
@ 2023-03-02 21:05 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2023-03-02 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a518db94e168e101fdad9e81c3fcc87db092960d
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 21:04:38 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 21:05:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a518db94

x11-misc/bbweather: -Wregister fixes

Closes: https://bugs.gentoo.org/898874

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-misc/bbweather/bbweather-0.6.3-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
index 7f45dd7000ed..d232bb5c4dbf 100644
--- a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
+++ b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,12 +25,16 @@ PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch )
 src_prepare() {
 	default
 	gunzip doc/*.gz || die
+	mv configure.{in,ac} || die
 	sed -i \
 		-e "s:man_DATA:man1_MANS:;s:.gz::g;/^mandir/d" \
 		doc/Makefile.am || die
 	sed -i \
 		-e 's|-helvetica-|-*-|g' \
 		resource.cpp data/${PN}.{nobb,style} || die
+	sed -i \
+		-e 's|register ||' \
+		Image.cpp || die
 	eautoreconf
 }
 


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12  5:28 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbweather/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-03-02 21:05 Ben Kohler
2021-04-19 17:52 Ben Kohler
2018-07-08  8:10 Andreas Sturmlechner

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