* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2017-02-14 19:42 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-02-14 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 7aa2549e1e67e965ba211fa9788e40197b688ed4
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 09:06:39 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:42:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa2549e
x11-misc/bbkeys: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3967
.../bbkeys/{bbkeys-0.9.1.ebuild => bbkeys-0.9.1-r1.ebuild} | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
similarity index 61%
rename from x11-misc/bbkeys/bbkeys-0.9.1.ebuild
rename to x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
index ccd84533b9..c9f5279d77 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.1.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=6
+
DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
HOMEPAGE="http://bbkeys.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -16,10 +18,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
- emake DESTDIR="${D}" install || die
- rm -rf "${D}"/usr/share/doc
- dodoc AUTHORS BUGS ChangeLog NEWS README || die
+ emake DESTDIR="${D}" install
+ rm -rf "${ED%/}"/usr/share/doc || die
+ einstalldocs
- echo PRELINK_PATH_MASK=/usr/bin/bbkeys > "${T}"/99bbkeys
- doenvd "${T}"/99bbkeys || die
+ echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
+ doenvd "${T}"/99bbkeys
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2017-03-26 17:20 Michael Orlitzky
0 siblings, 0 replies; 10+ messages in thread
From: Michael Orlitzky @ 2017-03-26 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 84f071199dc793002c32ae5b167c664f6b066ce6
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 17:20:25 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 17:20:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f07119
x11-misc/bbkeys: remove unused version 0.9.0-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/bbkeys/Manifest | 1 -
x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/x11-misc/bbkeys/Manifest b/x11-misc/bbkeys/Manifest
index 57403c0e868..1eb466024f1 100644
--- a/x11-misc/bbkeys/Manifest
+++ b/x11-misc/bbkeys/Manifest
@@ -1,2 +1 @@
-DIST bbkeys-0.9.0.tar.gz 199146 SHA256 1ebf372e35b31e7bd63c9a28d2434cfc44588db08b653df64a396d2821dd9ff0 SHA512 8d4dccf56eddfa0fabe4050b82da94433eef640d69a7cac9d778eb0244c68af33ca06d1fb3bc7ac558ad962dda793e16137084323a8b0b145e8e341149e26955 WHIRLPOOL 4360cb16bc724964083596ba1513e326dbecb7992b5c4b8943b3cac68fa5394ab5a33cfe9c8f14f5cc81981d6930d409f2d68b927889f982985be5808b2e4918
DIST bbkeys-0.9.1.tar.gz 226941 SHA256 4381994b998a0b41e3b27d532bdb2a859fefaca260705022eeec8c1c02e99680 SHA512 c8643d51dbb8f080cf70149d545f33160d15f00a0c3cefdd6d3856dfdee224ff3f63fce0988669036249c75f70878be63711a697dfaa45d4357d2141a28b13bd WHIRLPOOL 9248ecda065ae011f9c489bd09a36194df734cb19f3021c9af09c813db86ec2c5e42a2136d71f74cf80631f6dc6b68a648bbfcaaa2c83b64c9db747dd62037a7
diff --git a/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
deleted file mode 100644
index fefb06cb31d..00000000000
--- a/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
-HOMEPAGE="http://bbkeys.sourceforge.net"
-SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-wm/blackbox-0.70.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-gcc-4.3.patch"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- rm -rf "${D}/usr/share/doc"
- dodoc AUTHORS BUGS ChangeLog NEWS README
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2019-12-30 18:01 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2019-12-30 18:01 UTC (permalink / raw
To: gentoo-commits
commit: f4a4691d74ea715525fb158f590ddf25953cbabf
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 17:59:44 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 18:01:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a4691d
x11-misc/bbkeys: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
index 1ea30179adf..b8639f1e3f5 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.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
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}
src_install() {
emake DESTDIR="${D}" install
- rm -rf "${ED%/}"/usr/share/doc || die
+ rm -rf "${ED%/}"/usr/share/doc || die
einstalldocs
echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2019-12-30 23:01 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2019-12-30 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 0c58cc37c2f57f7828d8f14a2d72bfdddc6ebdc3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 22:58:50 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 22:58:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c58cc37
x11-misc/bbkeys: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
index b8639f1e3f5..642de9a75e6 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
@@ -21,6 +21,6 @@ src_install() {
rm -rf "${ED%/}"/usr/share/doc || die
einstalldocs
- echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
+ echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
doenvd "${T}"/99bbkeys
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-03-30 12:28 Ben Kohler
0 siblings, 0 replies; 10+ messages in thread
From: Ben Kohler @ 2021-03-30 12:28 UTC (permalink / raw
To: gentoo-commits
commit: a640fae1f9f95856758be2918fdbfe2c3d839f25
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 11:59:49 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 12:28:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a640fae1
x11-misc/bbkeys: bump to 0.9.2, take pkg, fix deps, fix amd64 build
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbkeys/Manifest | 1 +
x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 42 +++++++++++++++++++++++++++++++++++++
x11-misc/bbkeys/metadata.xml | 11 ++++++----
3 files changed, 50 insertions(+), 4 deletions(-)
diff --git a/x11-misc/bbkeys/Manifest b/x11-misc/bbkeys/Manifest
index 2a71798ace5..fd73128e3ff 100644
--- a/x11-misc/bbkeys/Manifest
+++ b/x11-misc/bbkeys/Manifest
@@ -1 +1,2 @@
DIST bbkeys-0.9.1.tar.gz 226941 BLAKE2B 43a946210f25679dfe7d5a383fbd3f938ae71b19a635a288590b958fc47f3588c690a1e901b44fdb1b31eb1a8ee7252ceeee85b5d012585b261de61cc0f012ab SHA512 c8643d51dbb8f080cf70149d545f33160d15f00a0c3cefdd6d3856dfdee224ff3f63fce0988669036249c75f70878be63711a697dfaa45d4357d2141a28b13bd
+DIST bbkeys-0.9.2.tar.gz 116313 BLAKE2B 03b9cb10b7a10380ef805f28605b0ed1969d2197ffc1a19704a3ae230d3555f265d721c800ec45e37af4fb28fa01587999c078d0122826589f688b146fbebef7 SHA512 3205bd37052589b6cba9447032e6906c09afc80b36d7f7869204d290faa7f5726b7b9de74ee06c73c25b794f88eb4e13663f8b096f78bd246d1764bc4ab8984d
diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
new file mode 100644
index 00000000000..703e7c8eff6
--- /dev/null
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV="rel-$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)"
+
+DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
+HOMEPAGE="http://bbkeys.sourceforge.net"
+SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=x11-wm/blackbox-0.70.0
+ x11-libs/libXext
+ x11-libs/libXft
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+ sed -i -e '/^bbkeys_LDADD/ s#/usr/lib/libbt.a#-lbt#' src/Makefile.am || die
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ rm -rf "${ED%/}"/usr/share/doc || die
+
+ echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
+ doenvd "${T}"/99bbkeys
+}
diff --git a/x11-misc/bbkeys/metadata.xml b/x11-misc/bbkeys/metadata.xml
index 8c1cd95c03a..4236bc6e3ff 100644
--- a/x11-misc/bbkeys/metadata.xml
+++ b/x11-misc/bbkeys/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">bbkeys</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">bbidulock/bbkeys</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-03-30 13:28 Ben Kohler
0 siblings, 0 replies; 10+ messages in thread
From: Ben Kohler @ 2021-03-30 13:28 UTC (permalink / raw
To: gentoo-commits
commit: b3d6f5ab5847d4c018da9a038bbe0dafcbf8ed4a
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 13:27:47 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 13:27:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d6f5ab
x11-misc/bbkeys: fix minor QA warning from EAPI=7 conversion
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
index 703e7c8eff6..cd8940c01e5 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
src_install() {
default
- rm -rf "${ED%/}"/usr/share/doc || die
+ rm -rf "${ED}"/usr/share/doc || die
echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
doenvd "${T}"/99bbkeys
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-05-03 16:51 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-03 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 69e5ac29ae3d51aff401567925195ab18f244e07
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 3 16:51:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 3 16:51:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e5ac29
x11-misc/bbkeys: Stabilize 0.9.2 x86, #787926
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
index cd8940c01e5..bcb8b56ece6 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-05-03 16:57 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-03 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 333f9a4ff827ca5ef62751fb69a4979d66c752b0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 3 16:56:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 3 16:56:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333f9a4f
x11-misc/bbkeys: Stabilize 0.9.2 ppc, #787926
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
index bcb8b56ece6..791dc061740 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-05-04 7:01 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-05-04 7:01 UTC (permalink / raw
To: gentoo-commits
commit: ce1061f04697e3627cdcf40236af6c87bcf1a5ec
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 07:00:17 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 4 07:00:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1061f0
x11-misc/bbkeys: amd64 stable wrt bug #787926
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
index 791dc061740..b3a7f7456fc 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbkeys/
@ 2021-05-18 14:15 Ben Kohler
0 siblings, 0 replies; 10+ messages in thread
From: Ben Kohler @ 2021-05-18 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 4daca68fef7831286b8364a59ca6173801079257
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 14:13:34 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:15:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daca68f
x11-misc/bbkeys: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/bbkeys/Manifest | 1 -
x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/x11-misc/bbkeys/Manifest b/x11-misc/bbkeys/Manifest
index fd73128e3ff..8e2b3fb186c 100644
--- a/x11-misc/bbkeys/Manifest
+++ b/x11-misc/bbkeys/Manifest
@@ -1,2 +1 @@
-DIST bbkeys-0.9.1.tar.gz 226941 BLAKE2B 43a946210f25679dfe7d5a383fbd3f938ae71b19a635a288590b958fc47f3588c690a1e901b44fdb1b31eb1a8ee7252ceeee85b5d012585b261de61cc0f012ab SHA512 c8643d51dbb8f080cf70149d545f33160d15f00a0c3cefdd6d3856dfdee224ff3f63fce0988669036249c75f70878be63711a697dfaa45d4357d2141a28b13bd
DIST bbkeys-0.9.2.tar.gz 116313 BLAKE2B 03b9cb10b7a10380ef805f28605b0ed1969d2197ffc1a19704a3ae230d3555f265d721c800ec45e37af4fb28fa01587999c078d0122826589f688b146fbebef7 SHA512 3205bd37052589b6cba9447032e6906c09afc80b36d7f7869204d290faa7f5726b7b9de74ee06c73c25b794f88eb4e13663f8b096f78bd246d1764bc4ab8984d
diff --git a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
deleted file mode 100644
index 642de9a75e6..00000000000
--- a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
-HOMEPAGE="http://bbkeys.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=x11-wm/blackbox-0.70.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install
- rm -rf "${ED%/}"/usr/share/doc || die
- einstalldocs
-
- echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die
- doenvd "${T}"/99bbkeys
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-05-18 14:15 UTC | newest]
Thread overview: 10+ 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/bbkeys/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-03-26 17:20 Michael Orlitzky
2019-12-30 18:01 Sergei Trofimovich
2019-12-30 23:01 Sergei Trofimovich
2021-03-30 12:28 Ben Kohler
2021-03-30 13:28 Ben Kohler
2021-05-03 16:51 Sam James
2021-05-03 16:57 Sam James
2021-05-04 7:01 Agostino Sarubbo
2021-05-18 14:15 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox