* [gentoo-commits] repo/gentoo:master commit in: x11-misc/matchbox-keyboard/
@ 2017-03-26 17:13 Michael Orlitzky
0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2017-03-26 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 595d2962fc639f29477975b75f563aaa103a9b8a
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 17:13:13 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 17:13:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595d2962
x11-misc/matchbox-keyboard: remove unused version 0.1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../matchbox-keyboard/matchbox-keyboard-0.1.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
deleted file mode 100644
index ab4985a097b..00000000000
--- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit versionator eutils
-
-DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard"
-HOMEPAGE="http://matchbox-project.org/"
-SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="debug cairo"
-
-DEPEND="x11-libs/libfakekey
- cairo? ( x11-libs/cairo[X] )
- !cairo? ( x11-libs/libXft )"
-
-src_configure() {
- econf $(use_enable debug) \
- $(use_enable cairo) \
- || die "Configuration failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/matchbox-keyboard/
@ 2021-04-29 1:52 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: 2c638ff15b6240a05d7382709f125d9561eda5eb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:37:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:51:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c638ff1
x11-misc/matchbox-keyboard: drop unused eutils inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
index 98f5cedb69c..4ceed10c88e 100644
--- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
+++ b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
@@ -3,25 +3,26 @@
EAPI="6"
-inherit versionator eutils
+inherit versionator
DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard"
HOMEPAGE="http://matchbox-project.org/"
SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="amd64 ~arm ~hppa ppc x86"
IUSE="debug cairo"
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
-PATCHES=( "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch )
-
DEPEND="x11-libs/libfakekey
cairo? ( x11-libs/cairo[X] )
!cairo? ( x11-libs/libXft )"
RDEPEND="${DEPEND}"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch
+)
+
src_configure() {
econf $(use_enable debug) $(use_enable cairo)
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/matchbox-keyboard/
@ 2023-10-07 22:20 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2023-10-07 22:20 UTC (permalink / raw
To: gentoo-commits
commit: e1089f202a01b0c1ceaffbd92db59739ed516e3a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 22:19:45 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 22:19:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1089f20
x11-misc/matchbox-keyboard: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/898250
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...1-r1.ebuild => matchbox-keyboard-0.1-r2.ebuild} | 24 ++++++++++++++--------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r2.ebuild
similarity index 52%
rename from x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
rename to x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r2.ebuild
index 4ceed10c88e9..8017cd6c4e34 100644
--- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
+++ b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r2.ebuild
@@ -1,28 +1,34 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
-inherit versionator
+inherit autotools
DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard"
HOMEPAGE="http://matchbox-project.org/"
-SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+SRC_URI="http://matchbox-project.org/sources/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ppc x86"
IUSE="debug cairo"
-DEPEND="x11-libs/libfakekey
+DEPEND="
+ x11-libs/libfakekey
cairo? ( x11-libs/cairo[X] )
!cairo? ( x11-libs/libXft )"
RDEPEND="${DEPEND}"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch )
+
+src_prepare() {
+ default
+ eautoreconf # bug 898250
+}
src_configure() {
- econf $(use_enable debug) $(use_enable cairo)
+ econf \
+ $(use_enable debug) \
+ $(use_enable cairo)
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-07 22:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29 1:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/matchbox-keyboard/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-10-07 22:20 David Seifert
2017-03-26 17:13 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox