* [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/
@ 2017-09-02 10:02 Alexis Ballier
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-09-02 10:02 UTC (permalink / raw
To: gentoo-commits
commit: ea4c0c0769957218c2ba8e44da27d2acf1b2ae70
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Fri Sep 1 19:59:09 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 10:02:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4c0c07
media-sound/vkeybd: update link to wiki
media-sound/vkeybd/vkeybd-0.1.18d.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/vkeybd/vkeybd-0.1.18d.ebuild b/media-sound/vkeybd/vkeybd-0.1.18d.ebuild
index 7c5a665a658..cdf69d35b90 100644
--- a/media-sound/vkeybd/vkeybd-0.1.18d.ebuild
+++ b/media-sound/vkeybd/vkeybd-0.1.18d.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -61,5 +61,5 @@ pkg_postinst() {
elog "vkeybdmap-\$LANG is searched in prior. For example, /etc/vkeybdmap-de"
elog "can be used for the german locale. See the localization guide:"
elog
- elog "https://www.gentoo.org/doc/en/guide-localization.xml"
+ elog "https://wiki.gentoo.org/wiki/Localization/Guide"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/
@ 2024-05-31 10:40 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2024-05-31 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 288aeafdfc8610e46383c5fb3387561aad00bf2e
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 10:39:59 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May 31 10:40:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288aeafd
media-sound/vkeybd: bump to 0.1.18e + eapi8 + updated homepage and source
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/vkeybd/Manifest | 1 +
media-sound/vkeybd/vkeybd-0.1.18e.ebuild | 48 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-sound/vkeybd/Manifest b/media-sound/vkeybd/Manifest
index 2b81b76c94e7..b267ba48a7d5 100644
--- a/media-sound/vkeybd/Manifest
+++ b/media-sound/vkeybd/Manifest
@@ -1 +1,2 @@
DIST vkeybd-0.1.18d.tar.bz2 38918 BLAKE2B 75af417b1458f840c22c4fb1fd10da24a78b1bff9e64c094291643bbe6c2c0dd5e552665ee41765e3cb7659f4d81dc35b69e372291ab1e154f838417b936952b SHA512 d26766e80b598af12e3962d043896f7737685a04dc5bd466be6902cc14a8bf5727900e0dfe66e443169a2539f22a110d1fbbc514a621a4a7cb8aa0e9d38be583
+DIST vkeybd-0.1.18e.tar.gz 41157 BLAKE2B c37c32eb90ef6b4eb4af683c6a26d5fbce377a6f0364fe113c5cf826f3d4fc12f14b8f75d67af8ad9e00c571d44a88055cdd6bbaacfa9cbeba2dea15649110ce SHA512 0007d2315e24be26c20884df86fd622f4dd149055fc0e261260a5b7dffa11fe24b52f0f8647bb07c099a13a6612b616dbf800ca701b24376b8d3b66c55e8da11
diff --git a/media-sound/vkeybd/vkeybd-0.1.18e.ebuild b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
new file mode 100644
index 000000000000..7ddc220f14dc
--- /dev/null
+++ b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A virtual MIDI keyboard for X"
+HOMEPAGE="https://github.com/tiwai/vkeybd"
+SRC_URI="https://github.com/tiwai/vkeybd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="alsa lash oss"
+
+RDEPEND="
+ >=dev-lang/tk-8.3:=
+ x11-libs/libX11
+ alsa? ( media-libs/alsa-lib:= )
+ lash? ( media-sound/lash:= )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.1.18c-desktop_entry.patch
+ "${FILESDIR}"/${PN}-0.1.18c-fix-buildsystem.patch
+)
+
+src_configure() {
+ export TCL_VERSION="$(echo 'puts [info tclversion]' | tclsh)"
+
+ export USE_ALSA=$(usex alsa 1 0)
+ export USE_AWE=$(usex alsa $(usex oss 1 0) 1)
+ export USE_MIDI=$(usex alsa $(usex oss 1 0) 1)
+ export USE_LASH=$(usex lash 1 0)
+
+ tc-export CC PKG_CONFIG
+}
+
+pkg_postinst() {
+ elog "The system-wide keymap is locale-sensitive now. A file"
+ elog "vkeybdmap-\$LANG is searched in prior. For example, /etc/vkeybdmap-de"
+ elog "can be used for the german locale. See the localization guide:"
+ elog
+ elog "https://wiki.gentoo.org/wiki/Localization/Guide"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/
@ 2024-06-30 12:22 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-06-30 12:22 UTC (permalink / raw
To: gentoo-commits
commit: d7f408ccc0874d8125ea4085d59a3210ca2b05f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 12:22:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 12:22:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f408cc
media-sound/vkeybd: Stabilize 0.1.18e x86, #935227
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/vkeybd/vkeybd-0.1.18e.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/vkeybd/vkeybd-0.1.18e.ebuild b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
index abebf9bbcb8f..f5cea6086183 100644
--- a/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
+++ b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tiwai/vkeybd/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
IUSE="alsa lash oss"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/
@ 2024-06-30 12:22 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-06-30 12:22 UTC (permalink / raw
To: gentoo-commits
commit: 3ea74abe4deaeb808846b9c62c34fbb7eea3e7c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 12:22:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 12:22:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea74abe
media-sound/vkeybd: Stabilize 0.1.18e amd64, #935227
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/vkeybd/vkeybd-0.1.18e.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/vkeybd/vkeybd-0.1.18e.ebuild b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
index 7ddc220f14dc..abebf9bbcb8f 100644
--- a/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
+++ b/media-sound/vkeybd/vkeybd-0.1.18e.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tiwai/vkeybd/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
IUSE="alsa lash oss"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/
@ 2024-07-01 12:28 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2024-07-01 12:28 UTC (permalink / raw
To: gentoo-commits
commit: d2ca294cd56d8beda4cce481b4524c87c2fec11c
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 1 12:28:27 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 12:28:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ca294c
media-sound/vkeybd: dropped obsolete 0.1.18.d
Bug: https://bugs.gentoo.org/935227
Closes: https://bugs.gentoo.org/534484
Closes: https://bugs.gentoo.org/320091
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/vkeybd/Manifest | 1 -
media-sound/vkeybd/vkeybd-0.1.18d.ebuild | 49 --------------------------------
2 files changed, 50 deletions(-)
diff --git a/media-sound/vkeybd/Manifest b/media-sound/vkeybd/Manifest
index b267ba48a7d5..cee83f25f85c 100644
--- a/media-sound/vkeybd/Manifest
+++ b/media-sound/vkeybd/Manifest
@@ -1,2 +1 @@
-DIST vkeybd-0.1.18d.tar.bz2 38918 BLAKE2B 75af417b1458f840c22c4fb1fd10da24a78b1bff9e64c094291643bbe6c2c0dd5e552665ee41765e3cb7659f4d81dc35b69e372291ab1e154f838417b936952b SHA512 d26766e80b598af12e3962d043896f7737685a04dc5bd466be6902cc14a8bf5727900e0dfe66e443169a2539f22a110d1fbbc514a621a4a7cb8aa0e9d38be583
DIST vkeybd-0.1.18e.tar.gz 41157 BLAKE2B c37c32eb90ef6b4eb4af683c6a26d5fbce377a6f0364fe113c5cf826f3d4fc12f14b8f75d67af8ad9e00c571d44a88055cdd6bbaacfa9cbeba2dea15649110ce SHA512 0007d2315e24be26c20884df86fd622f4dd149055fc0e261260a5b7dffa11fe24b52f0f8647bb07c099a13a6612b616dbf800ca701b24376b8d3b66c55e8da11
diff --git a/media-sound/vkeybd/vkeybd-0.1.18d.ebuild b/media-sound/vkeybd/vkeybd-0.1.18d.ebuild
deleted file mode 100644
index eadf36bb8eca..000000000000
--- a/media-sound/vkeybd/vkeybd-0.1.18d.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A virtual MIDI keyboard for X"
-HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html"
-SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="alsa lash oss"
-
-RDEPEND="
- >=dev-lang/tk-8.3:=
- x11-libs/libX11
- alsa? ( media-libs/alsa-lib:= )
- lash? ( media-sound/lash:= )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-PATCHES=(
- "${FILESDIR}"/${PN}-0.1.18c-desktop_entry.patch
- "${FILESDIR}"/${PN}-0.1.18c-fix-buildsystem.patch
-)
-
-src_configure() {
- export TCL_VERSION="$(echo 'puts [info tclversion]' | tclsh)"
-
- export USE_ALSA=$(usex alsa 1 0)
- export USE_AWE=$(usex alsa $(usex oss 1 0) 1)
- export USE_MIDI=$(usex alsa $(usex oss 1 0) 1)
- export USE_LASH=$(usex lash 1 0)
-
- tc-export CC PKG_CONFIG
-}
-
-pkg_postinst() {
- elog "The system-wide keymap is locale-sensitive now. A file"
- elog "vkeybdmap-\$LANG is searched in prior. For example, /etc/vkeybdmap-de"
- elog "can be used for the german locale. See the localization guide:"
- elog
- elog "https://wiki.gentoo.org/wiki/Localization/Guide"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-01 12:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 12:22 [gentoo-commits] repo/gentoo:master commit in: media-sound/vkeybd/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-01 12:28 Miroslav Šulc
2024-06-30 12:22 Sam James
2024-05-31 10:40 Miroslav Šulc
2017-09-02 10:02 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox