* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2017-02-14 19:42 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-02-14 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 48ddf7ec41074024a73d25e1d26aa99bbf881f35
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 08:46:52 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:42:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ddf7ec
x11-misc/bbdate: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3967
x11-misc/bbdate/bbdate-0.2.4-r2.ebuild | 39 ++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
new file mode 100644
index 0000000000..e346fa2046
--- /dev/null
+++ b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="blackbox date display"
+HOMEPAGE="https://sourceforge.net/projects/bbtools"
+SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+DOCS=( README AUTHORS BUGS ChangeLog TODO data/README.bbdate )
+PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ sed -i \
+ -e 's|-helvetica-|-*-|g' \
+ resource.cc data/${PN}.{nobb,style} || die
+ eautoreconf
+}
+
+src_install () {
+ default
+ rm "${ED%/}"/usr/share/bbtools/README.bbdate || die
+ # since multiple bbtools packages provide this file, install
+ # it in /usr/share/doc/${PF}
+ mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \
+ "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2017-05-13 12:58 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-05-13 12:58 UTC (permalink / raw
To: gentoo-commits
commit: c3440316c81dac9c983f1548b9571759a145e6bf
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri May 12 15:31:43 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 13 12:58:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3440316
x11-misc/bbdate: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4612
x11-misc/bbdate/bbdate-0.2.4-r1.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild
deleted file mode 100644
index f9ac7275448..00000000000
--- a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="blackbox date display"
-HOMEPAGE="https://sourceforge.net/projects/bbtools"
-SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-as-needed.patch
- sed -i \
- -e 's|-helvetica-|-*-|g' \
- resource.cc data/${PN}.{nobb,style} || die
- eautoreconf
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README AUTHORS BUGS INSTALL ChangeLog TODO
-
- # 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] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2019-12-30 18:01 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2019-12-30 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 21bca43efbdc21b0c6180ddbe77add28a62a5f9b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 18:00:35 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 18:01:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bca43e
x11-misc/bbdate: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-misc/bbdate/bbdate-0.2.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
index c1edcb8f550..cda60822193 100644
--- a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
+++ b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -34,5 +34,5 @@ src_install () {
# since multiple bbtools packages provide this file, install
# it in /usr/share/doc/${PF}
mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \
- "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
+ "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2022-01-11 16:55 Ben Kohler
0 siblings, 0 replies; 6+ messages in thread
From: Ben Kohler @ 2022-01-11 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 9a34646c3672e9b0c6d8e3e5ce0d14b95065b884
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 16:30:29 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 16:55:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a34646c
x11-misc/bbdate: EAPI=8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbdate/bbdate-0.2.4-r3.ebuild | 38 ++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
new file mode 100644
index 000000000000..faa221d7365b
--- /dev/null
+++ b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+DESCRIPTION="blackbox date display"
+HOMEPAGE="https://sourceforge.net/projects/bbtools"
+SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+DOCS=( README AUTHORS BUGS ChangeLog TODO data/README.bbdate )
+PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ sed -i \
+ -e 's|-helvetica-|-*-|g' \
+ resource.cc data/${PN}.{nobb,style} || die
+ eautoreconf
+}
+
+src_install() {
+ default
+ rm "${ED}"/usr/share/bbtools/README.bbdate || die
+ # since multiple bbtools packages provide this file, install
+ # it in /usr/share/doc/${PF}
+ mv "${ED}"/usr/share/bbtools/bbtoolsrc.in \
+ "${ED}"/usr/share/doc/${PF}/bbtoolsrc.example || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2022-02-18 15:00 Ben Kohler
0 siblings, 0 replies; 6+ messages in thread
From: Ben Kohler @ 2022-02-18 15:00 UTC (permalink / raw
To: gentoo-commits
commit: b7b6847aef90679d4594b4143152eee3699013f2
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 14:58:46 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 14:58:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b6847a
x11-misc/bbdate: stabilize EAPI=8 revision, drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbdate/bbdate-0.2.4-r2.ebuild | 38 ----------------------------------
x11-misc/bbdate/bbdate-0.2.4-r3.ebuild | 2 +-
2 files changed, 1 insertion(+), 39 deletions(-)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
deleted file mode 100644
index 34d873c0c0b9..000000000000
--- a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="blackbox date display"
-HOMEPAGE="https://sourceforge.net/projects/bbtools"
-SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-DOCS=( README AUTHORS BUGS ChangeLog TODO data/README.bbdate )
-PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- sed -i \
- -e 's|-helvetica-|-*-|g' \
- resource.cc data/${PN}.{nobb,style} || die
- eautoreconf
-}
-
-src_install() {
- default
- rm "${ED%/}"/usr/share/bbtools/README.bbdate || die
- # since multiple bbtools packages provide this file, install
- # it in /usr/share/doc/${PF}
- mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \
- "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
-}
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
index faa221d7365b..e6e27136388f 100644
--- a/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
+++ b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/
@ 2023-03-02 21:05 Ben Kohler
0 siblings, 0 replies; 6+ messages in thread
From: Ben Kohler @ 2023-03-02 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 3a7a90b723e8f8b06adfbcb31d0a6862d63156de
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 20:53:58 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 21:05:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7a90b7
x11-misc/bbdate: -Wregister fixes
Closes: https://bugs.gentoo.org/898868
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbdate/bbdate-0.2.4-r3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
index e6e27136388f..f1e4c0f5b75e 100644
--- a/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
+++ b/x11-misc/bbdate/bbdate-0.2.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,6 +25,9 @@ src_prepare() {
sed -i \
-e 's|-helvetica-|-*-|g' \
resource.cc data/${PN}.{nobb,style} || die
+ sed -i \
+ -e 's|register ||' \
+ Image.cc LinkedList.cc || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-02 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 19:42 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbdate/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-05-13 12:58 David Seifert
2019-12-30 18:01 Sergei Trofimovich
2022-01-11 16:55 Ben Kohler
2022-02-18 15:00 Ben Kohler
2023-03-02 21:05 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox