* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2017-08-23 15:37 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2017-08-23 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 654cdd9b350c6ad92bc7ef2c84ce2c2f0da995fa
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 15:36:42 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 15:36:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654cdd9b
dev-libs/eekboard: fix version
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-libs/eekboard/Manifest | 2 +-
...ekboard-1.0.8_pre20121001.ebuild => eekboard-1.0.8_p20121001.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/eekboard/Manifest b/dev-libs/eekboard/Manifest
index 23054926074..1f775874517 100644
--- a/dev-libs/eekboard/Manifest
+++ b/dev-libs/eekboard/Manifest
@@ -1 +1 @@
-DIST eekboard-1.0.8_pre20121001.tar.gz 330923 SHA256 b15c81a982bd8fbbf72946dd01ec33105b973cd8cd7b96f8a1dd0e46ed3113cd SHA512 3c6ccbaac55a4680ba4d2bd5d214b1738b7fb17f83b66b11621149b6f8a945eb6b39c47be51dfcf53f84317d860ae28b8f83e3071d5d4474fbcfbdc72f6e4c87 WHIRLPOOL 02be33b3aef4351c5794a90483123925d8a6740ff5a5fcda720a77a8179af5beaa2ad35a8a4b4d1eb899df284d607ad1d971a4dda8cfdecc268a46e123d1ad4d
+DIST eekboard-1.0.8_p20121001.tar.gz 330923 SHA256 b15c81a982bd8fbbf72946dd01ec33105b973cd8cd7b96f8a1dd0e46ed3113cd SHA512 3c6ccbaac55a4680ba4d2bd5d214b1738b7fb17f83b66b11621149b6f8a945eb6b39c47be51dfcf53f84317d860ae28b8f83e3071d5d4474fbcfbdc72f6e4c87 WHIRLPOOL 02be33b3aef4351c5794a90483123925d8a6740ff5a5fcda720a77a8179af5beaa2ad35a8a4b4d1eb899df284d607ad1d971a4dda8cfdecc268a46e123d1ad4d
diff --git a/dev-libs/eekboard/eekboard-1.0.8_pre20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
similarity index 100%
rename from dev-libs/eekboard/eekboard-1.0.8_pre20121001.ebuild
rename to dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2019-02-06 13:54 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2019-02-06 13:54 UTC (permalink / raw
To: gentoo-commits
commit: ed63035fea67b6703447ea0ed222d4966464bc4e
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 6 13:53:18 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 13:53:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed63035f
dev-libs/eekboard: add missing dependency
Closes: https://bugs.gentoo.org/669740
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index ca6e8505a0a..b71ffb2f97a 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.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"
@@ -31,6 +31,7 @@ RDEPEND="app-accessibility/at-spi2-core
xtest? ( x11-libs/libXtst )"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
+ dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
dev-util/intltool
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2019-02-06 13:54 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2019-02-06 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 3fd419b9bf6b3132470c163408c92e34fcba6852
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 6 13:54:26 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 13:54:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd419b9
dev-libs/eekboard: drop ltprune
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index b71ffb2f97a..08d074cafb7 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
PYTHON_COMPAT=( python2_7 )
VALA_USE_DEPEND="vapigen"
-inherit autotools gnome2-utils ltprune python-any-r1 vala vcs-snapshot virtualx xdg-utils
+inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg-utils
DESCRIPTION="An easy to use virtual keyboard toolkit"
HOMEPAGE="https://github.com/ueno/eekboard"
@@ -59,7 +59,7 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
src_test() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2020-08-10 13:30 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2020-08-10 13:30 UTC (permalink / raw
To: gentoo-commits
commit: 82ce99fc726ec61efdfcd8a0aed5dd09a5b1455b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 13:29:25 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 13:29:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ce99fc
dev-libs/eekboard: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild | 6 ++---
dev-libs/eekboard/metadata.xml | 30 +++++++++++------------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index f9d9fbb4d40..0913e6af18a 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
VALA_USE_DEPEND="vapigen"
@@ -30,8 +30,8 @@ RDEPEND="app-accessibility/at-spi2-core
libcanberra? ( media-libs/libcanberra[gtk3(+)] )
vala? ( $(vala_depend) )
xtest? ( x11-libs/libXtst )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
diff --git a/dev-libs/eekboard/metadata.xml b/dev-libs/eekboard/metadata.xml
index 8b3df112eeb..9c2b63ff15d 100644
--- a/dev-libs/eekboard/metadata.xml
+++ b/dev-libs/eekboard/metadata.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <longdescription lang="en">
- eekboard is a virtual keyboard software package, including a set of tools
- to implement desktop virtual keyboards.
- </longdescription>
- <use>
- <flag name="libcanberra">Enable support for <pkg>media-libs/libcanberra</pkg></flag>
- <flag name="xtest">Enable support for <pkg>x11-libs/libXtst</pkg></flag>
- </use>
- <upstream>
- <remote-id type="github">ueno/eekboard</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <longdescription lang="en">
+ eekboard is a virtual keyboard software package, including a set of tools
+ to implement desktop virtual keyboards.
+ </longdescription>
+ <use>
+ <flag name="libcanberra">Enable support for <pkg>media-libs/libcanberra</pkg></flag>
+ <flag name="xtest">Enable support for <pkg>x11-libs/libXtst</pkg></flag>
+ </use>
+ <upstream>
+ <remote-id type="github">ueno/eekboard</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2020-08-11 12:55 Akinori Hattori
0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2020-08-11 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 055cc47ebb0d629107b5d44ed601a9def5f5f097
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 12:54:55 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 12:54:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055cc47e
dev-libs/eekboard: use xdg eclass
Closes: https://bugs.gentoo.org/736653
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
...1.0.8_p20121001.ebuild => eekboard-1.0.8_p20121001-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
similarity index 93%
rename from dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
rename to dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
index 0913e6af18a..9340f77503a 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
VALA_USE_DEPEND="vapigen"
-inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg-utils
+inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg
DESCRIPTION="An easy to use virtual keyboard toolkit"
HOMEPAGE="https://github.com/ueno/eekboard"
@@ -48,7 +48,6 @@ src_prepare() {
use vala && vala_src_prepare
default
eautoreconf
- xdg_environment_reset
}
src_configure() {
@@ -71,16 +70,16 @@ src_test() {
}
pkg_preinst() {
- gnome2_icon_savelist
+ xdg_pkg_preinst
gnome2_schemas_savelist
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_pkg_postrm
gnome2_schemas_update
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2021-05-23 19:28 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2021-05-23 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 16b97e421218e176e5d7a44e66c222c3baecbee7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 19:19:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 19:28:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b97e42
dev-libs/eekboard: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
index e71d8883927..5c15ff74945 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
VALA_USE_DEPEND="vapigen"
inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
@ 2023-06-08 10:50 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2023-06-08 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 0e1fb6471fc222850caa885866c4b96e7fd71b2a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 10:29:12 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 10:50:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1fb647
dev-libs/eekboard: enable py3.11
Closes: https://bugs.gentoo.org/896702
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
index 310c54534389..504d5165d857 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
VALA_USE_DEPEND="vapigen"
inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-06-08 10:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06 13:54 [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2023-06-08 10:50 Pacho Ramos
2021-05-23 19:28 Michał Górny
2020-08-11 12:55 Akinori Hattori
2020-08-10 13:30 Akinori Hattori
2019-02-06 13:54 Akinori Hattori
2017-08-23 15:37 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox