* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2018-05-26 0:14 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-26 0:14 UTC (permalink / raw
To: gentoo-commits
commit: aa0693168dc3c742bb198ddc3c760a5cadff9919
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 22:57:38 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:14:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa069316
x11-misc/bblaunch: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8588
x11-misc/bblaunch/bblaunch-0.0.3.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index bf560a38b57..e83f8e58137 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=7
DESCRIPTION="An application launcher for Blackbox type window managers"
SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
@@ -13,11 +12,8 @@ SLOT="0"
KEYWORDS="ppc x86 ~x86-fbsd"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}.patch
-}
+PATCHES=( "${FILESDIR}/${P}.patch" )
src_install() {
emake DESTDIR="${D}" install || die
- dodoc README CHANGELOG AUTHORS
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2018-05-26 18:16 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-26 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 8f713609f47a37c188dc21365ff2ebc71e879e51
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 16:01:59 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f713609
x11-misc/bblaunch: add default call to src_install for docs
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/bblaunch/bblaunch-0.0.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index e83f8e58137..40d62ea9faa 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -16,4 +16,5 @@ PATCHES=( "${FILESDIR}/${P}.patch" )
src_install() {
emake DESTDIR="${D}" install || die
+ default
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2018-05-27 18:23 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 06307ac9ab9f7f9b8414c91939ebd16f45329785
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:54:55 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06307ac9
x11-misc/bblaunch: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/bblaunch/bblaunch-0.0.3.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index 40d62ea9faa..51d8f0de93b 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -13,8 +13,3 @@ KEYWORDS="ppc x86 ~x86-fbsd"
IUSE=""
PATCHES=( "${FILESDIR}/${P}.patch" )
-
-src_install() {
- emake DESTDIR="${D}" install || die
- default
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2024-10-31 15:31 Ben Kohler
0 siblings, 0 replies; 6+ messages in thread
From: Ben Kohler @ 2024-10-31 15:31 UTC (permalink / raw
To: gentoo-commits
commit: 20fb18953ed416d90640dbbf7568b305d724e6d2
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 15:26:11 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 15:31:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fb1895
x11-misc/bblaunch: bump EAPI, add missing libX11 dep, fix configure on gcc >=14
Closes: https://bugs.gentoo.org/928489
Closes: https://bugs.gentoo.org/942581
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
new file mode 100644
index 000000000000..45d044ab257b
--- /dev/null
+++ b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+DESCRIPTION="An application launcher for Blackbox type window managers"
+HOMEPAGE="http://blackboxwm.sourceforge.net/"
+SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2024-11-01 17:50 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-11-01 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 24da4a026dcdb1de225fbaf935595d9e1cbad6e8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 17:50:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 17:50:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24da4a02
x11-misc/bblaunch: Stabilize 0.0.3-r1 ppc, #942652
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
index 45d044ab257b..5b3f5f4a868c 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="ppc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/
@ 2024-11-01 20:42 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-01 20:42 UTC (permalink / raw
To: gentoo-commits
commit: c623758b4859b42f7fae313133607fc394f40854
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 20:41:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 20:41:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c623758b
x11-misc/bblaunch: Stabilize 0.0.3-r1 x86, #942652
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
index 5b3f5f4a868c..38ffbc9759f1 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc ~x86"
+KEYWORDS="ppc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-01 20:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 18:16 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 20:42 Sam James
2024-11-01 17:50 Arthur Zamarin
2024-10-31 15:31 Ben Kohler
2018-05-27 18:23 Aaron Bauman
2018-05-26 0:14 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox