* [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/files/, app-misc/evtest/
@ 2019-08-14 10:09 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-08-14 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 51b82edf994249c51e996b531428ce421f18dcf0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 10:08:58 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 10:08:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b82edf
app-misc/evtest: Drop old
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-misc/evtest/Manifest | 4 ---
app-misc/evtest/evtest-1.30.ebuild | 39 -----------------------
app-misc/evtest/evtest-1.31.ebuild | 37 ----------------------
app-misc/evtest/files/evtest-1.30-autoconf.patch | 33 -------------------
app-misc/evtest/files/evtest-1.30-xml.patch | 40 ------------------------
5 files changed, 153 deletions(-)
diff --git a/app-misc/evtest/Manifest b/app-misc/evtest/Manifest
index b37a9432af3..f334644746f 100644
--- a/app-misc/evtest/Manifest
+++ b/app-misc/evtest/Manifest
@@ -1,6 +1,2 @@
-DIST evtest-1.30-mans.tar.gz 2112 BLAKE2B 63981baf8c69993850d974f9bc94a9b96a45c3bb51379a6788e18715785475d8f3324134d5906b7188c950bf0d05fb138f4680e3a191cdfe6f13143eab44bd13 SHA512 470ac504091f9826023dd2cc62a1c0169f98bf2d6e9c4c3986e3719d67d02bb587023aa347a3fb26b0d06efae8eccdd05d88ae74556f3819416a6f6c905c4618
-DIST evtest-1.30.tar.gz 25556 BLAKE2B c396940af72faeb27143472cd62c3ada3016fea67184bdac2708a6d6347b07e4cc5a994b5c585263faa00d82003ed4f4859f51ed53a374e985389dc8102f8dff SHA512 ea995c37c0cf8dd8a4c493895bd039e4adac5056a06e9e0275e879ca1e774e98b5cf42bc77f1ad34225b15282cc4edb6dc088cb6fb16f82250bc35fb3975c4bf
-DIST evtest-1.31-mans.tar.gz 1661 BLAKE2B fc7763703299a7129e7332378df6190d42089776e9b2f88d1e9bd42592e2945313046e798862590869f7eb76e56136cec6d575ec9301d5cd9af44b810e13c676 SHA512 b3cd5cc8aaf6620a3243318ae42e807a8819a25082606707787ab8b1ac75f1f6dfc8b544d38a74b489d348981489153c33841ba0b0466ace3e3a83b031754321
-DIST evtest-1.31.tar.gz 17968 BLAKE2B 09ca1cfbac40f84d6715625a932839d8095caeae26b2dcfab73f66651d7d315381ccb92c50aa5b9b68f9495a4e48f2ce6d0fe2b7243b7ec91e4e4acee530e49b SHA512 1657d880c531c6c8407bf7a66ab159a5992c9ab70b840e600e91ad3a7429a07ec2c2f3bca6848614ebbad01a4a5993e43e4388705455f9d31f8b60b06c04a7c4
DIST evtest-1.33.tar.gz 19736 BLAKE2B 1b36207f67fe7db12bbe8d8db119f1cd4a9adc34b839762b198c29044a36e6fe9e8275d68a27204de4d287d1f12bde43f3895003fba9403a443189fe289decb2 SHA512 e8d6b76a2256ca6085ec07a66af913873ec5bc196bea87bca4f9b3e8b3222b34fcf636572383df74940b9b5db4a07f3e0be3ffe1454c605520da0c56f38506c3
DIST evtest-1.34.tar.gz 19954 BLAKE2B 17ca600e89070d65f2bb95b468b921278ab63e50aa6042a974e8d4ac214b51355423c910bb0911e16a6bfc27e9fce59159719aae7d280679e7b292d02a2ee955 SHA512 5b4a18f13b86b1e2f5f723f6abb18c0a50d7f96b4412f46f503895c7ea8701a67a3237701de367c6b789533d8de887baa8f8f8e7e2fc4611235408ae21021b38
diff --git a/app-misc/evtest/evtest-1.30.ebuild b/app-misc/evtest/evtest-1.30.ebuild
deleted file mode 100644
index cbc2f0a66a9..00000000000
--- a/app-misc/evtest/evtest-1.30.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="test program for capturing input device events"
-HOMEPAGE="https://cgit.freedesktop.org/evtest/"
-SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz
- mirror://gentoo/${P}-mans.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
-IUSE="+xml"
-
-# We bundled the man pages ourselves to avoid xmlto/asciidoc.
-# We need libxml2 for the capture tool. While at runtime,
-# we have a file that can be used with xsltproc, we don't
-# directly need it ourselves, so don't depend on libxslt.
-# tar zcf ${P}-mans.tar.gz *.1 --transform=s:^:evtest-${P}/:
-RDEPEND="xml? ( dev-libs/libxml2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.30-autoconf.patch
- epatch "${FILESDIR}"/${PN}-1.30-xml.patch
- eautoreconf
-}
-
-src_configure() {
- # We pre-compile the man pages.
- XMLTO=/bin/true ASCIIDOC=/bin/true \
- econf $(use_enable xml)
-}
diff --git a/app-misc/evtest/evtest-1.31.ebuild b/app-misc/evtest/evtest-1.31.ebuild
deleted file mode 100644
index 74195303d4b..00000000000
--- a/app-misc/evtest/evtest-1.31.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="test program for capturing input device events"
-HOMEPAGE="https://cgit.freedesktop.org/evtest/"
-SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz
- mirror://gentoo/${P}-mans.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-# We bundled the man pages ourselves to avoid xmlto/asciidoc.
-# We need libxml2 for the capture tool. While at runtime,
-# we have a file that can be used with xsltproc, we don't
-# directly need it ourselves, so don't depend on libxslt.
-# tar zcf ${P}-mans.tar.gz *.1 --transform=s:^:evtest-${P}/:
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- # We pre-compile the man pages.
- XMLTO=$(type -P true) ASCIIDOC=$(type -P true) \
- econf
-}
diff --git a/app-misc/evtest/files/evtest-1.30-autoconf.patch b/app-misc/evtest/files/evtest-1.30-autoconf.patch
deleted file mode 100644
index 940c1316fd6..00000000000
--- a/app-misc/evtest/files/evtest-1.30-autoconf.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d3864018ef09ef38e1733110e2643735067bc02f Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Sun, 6 Jan 2013 14:49:40 -0500
-Subject: [PATCH] use newer config headers macro
-
-With newer automake, it throws an error:
-configure.ac:5: error: 'AM_CONFIG_HEADER': this macro is obsolete.
- You should use the 'AC_CONFIG_HEADERS' macro instead.
-
-The newer macro has been around a long time, so there's no need to
-worry about backwards compat here.
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index ebf657f..9980c5a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
- AC_INIT(evtest,[1.30], [https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest], evtest)
- AM_INIT_AUTOMAKE([foreign dist-bzip2])
-
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- AC_PROG_CC
- AC_PROG_INSTALL
-
---
-1.8.0.2
-
diff --git a/app-misc/evtest/files/evtest-1.30-xml.patch b/app-misc/evtest/files/evtest-1.30-xml.patch
deleted file mode 100644
index 1fe3e6c7c34..00000000000
--- a/app-misc/evtest/files/evtest-1.30-xml.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 92ecfec7b0a9c1f8d952d20e8a0cde5930f9264f Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Sun, 6 Jan 2013 15:09:26 -0500
-Subject: [PATCH] add a configure flag to control xml behavior
-
-The default behavior (autodetection) is unchanged.
-This adds a knob for distros to control directly.
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- configure.ac | 12 ++++++++----
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9980c5a..e973733 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -5,11 +5,15 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
- AC_CONFIG_HEADERS(config.h)
- AC_PROG_CC
- AC_PROG_INSTALL
-+PKG_PROG_PKG_CONFIG
-
--PKG_CHECK_MODULES(XML, libxml-2.0, [HAVE_LIBXML=yes], [HAVE_LIBXML=no])
--if test x$HAVE_LIBXML = "xno"; then
-- AC_MSG_WARN([libxml headers not available. Cannot build evtest-capture.])
--fi
-+AC_ARG_ENABLE([xml], [AS_HELP_STRING([--disable-xml], [Disable support for xml (evtest-capture)])])
-+AS_IF([test "x$enable_xml" != "xno"], [
-+ PKG_CHECK_MODULES(XML, libxml-2.0, [HAVE_LIBXML=yes], [HAVE_LIBXML=no])
-+ AS_IF([test "x$enable_xml$HAVE_LIBXML" = "xyesno"], [
-+ AC_MSG_ERROR([libxml headers not available. Cannot build evtest-capture.])
-+ ])
-+])
- AM_CONDITIONAL(HAVE_LIBXML, [test "x$HAVE_LIBXML" = "xyes"])
-
- AC_PATH_PROG(XSLTPROC, [xsltproc])
---
-1.8.0.2
-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/files/, app-misc/evtest/
@ 2021-12-29 6:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-12-29 6:27 UTC (permalink / raw
To: gentoo-commits
commit: bbf303a2bd691cc0c9165b5435db1a8f6f19a32a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 06:07:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 06:27:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf303a2
app-misc/evtest: fix musl build (upstream patch)
Closes: https://bugs.gentoo.org/716876
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/evtest/evtest-1.34.ebuild | 13 ++++++-----
.../evtest/files/evtest-1.34-musl-include.patch | 26 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 5 deletions(-)
diff --git a/app-misc/evtest/evtest-1.34.ebuild b/app-misc/evtest/evtest-1.34.ebuild
index a78f06daa8ee..dd74ba04b33a 100644
--- a/app-misc/evtest/evtest-1.34.ebuild
+++ b/app-misc/evtest/evtest-1.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,13 +13,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-BDEPEND="virtual/pkgconfig"
-
-DEPEND="app-text/asciidoc
- app-text/xmlto"
+BDEPEND="app-text/asciidoc
+ app-text/xmlto
+ virtual/pkgconfig"
S="${WORKDIR}/${PN}-${P}"
+PATCHES=(
+ "${FILESDIR}"/${P}-musl-include.patch
+)
+
src_prepare() {
default
eautoreconf
diff --git a/app-misc/evtest/files/evtest-1.34-musl-include.patch b/app-misc/evtest/files/evtest-1.34-musl-include.patch
new file mode 100644
index 000000000000..7bf7f044c684
--- /dev/null
+++ b/app-misc/evtest/files/evtest-1.34-musl-include.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/716876
+https://cgit.freedesktop.org/evtest/commit/?id=049396aab18849eef257af1116951a83416339e6
+
+From: Mateusz Piotrowski <0mp@FreeBSD.org>
+Date: Fri, 13 Nov 2020 13:41:41 +0100
+Subject: Remove PATH_MAX
+
+This makes evtest more portable. We could try to use ifdefs to include
+sys/syslimits.h on FreeBSD to get PATH_MAX but it feels to be an
+overkill for evtest. Let's keep it simple as just replace PATH_MAX with
+4096.
+
+NB: it's fine to leave linux/input.h there, because this header is
+actually available on FreeBSD via the devel/evdev-proto port.
+--- a/evtest.c
++++ b/evtest.c
+@@ -888,7 +888,7 @@ static char* scan_devices(void)
+
+ for (i = 0; i < ndev; i++)
+ {
+- char fname[PATH_MAX];
++ char fname[4096];
+ int fd = -1;
+ char name[256] = "???";
+
+cgit v1.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/files/, app-misc/evtest/
@ 2024-09-03 17:45 Petr Vaněk
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vaněk @ 2024-09-03 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 556700ba66a0d2911beaa1a20d9c70d3ba0e69cb
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 17:31:57 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 17:44:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556700ba
app-misc/evtest: drop 1.33, 1.34
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/evtest/Manifest | 2 --
app-misc/evtest/evtest-1.33.ebuild | 26 -------------------
app-misc/evtest/evtest-1.34.ebuild | 29 ----------------------
.../evtest/files/evtest-1.34-musl-include.patch | 26 -------------------
4 files changed, 83 deletions(-)
diff --git a/app-misc/evtest/Manifest b/app-misc/evtest/Manifest
index 18ab103af7b4..875c6ad0c19c 100644
--- a/app-misc/evtest/Manifest
+++ b/app-misc/evtest/Manifest
@@ -1,3 +1 @@
-DIST evtest-1.33.tar.gz 19736 BLAKE2B 1b36207f67fe7db12bbe8d8db119f1cd4a9adc34b839762b198c29044a36e6fe9e8275d68a27204de4d287d1f12bde43f3895003fba9403a443189fe289decb2 SHA512 e8d6b76a2256ca6085ec07a66af913873ec5bc196bea87bca4f9b3e8b3222b34fcf636572383df74940b9b5db4a07f3e0be3ffe1454c605520da0c56f38506c3
-DIST evtest-1.34.tar.gz 19954 BLAKE2B 17ca600e89070d65f2bb95b468b921278ab63e50aa6042a974e8d4ac214b51355423c910bb0911e16a6bfc27e9fce59159719aae7d280679e7b292d02a2ee955 SHA512 5b4a18f13b86b1e2f5f723f6abb18c0a50d7f96b4412f46f503895c7ea8701a67a3237701de367c6b789533d8de887baa8f8f8e7e2fc4611235408ae21021b38
DIST evtest-evtest-1.35.tar.bz2 18686 BLAKE2B b2f747fab1f47c425133fc60697448972351e22d3ae606d3c548ead4e53f359eb1cebd2ec555afb678785670bddf3ff55d13b47f3160d4a49ff9ee496f041099 SHA512 d9ec506ad326af7749bdf9e92bf96af7eee29ef9ced645a12f99453019f6c072e2a84d67f59cc6014d27f0e4e53c3e517de1c5302b0789eaaf8ad9ca3c824282
diff --git a/app-misc/evtest/evtest-1.33.ebuild b/app-misc/evtest/evtest-1.33.ebuild
deleted file mode 100644
index 72db60e48298..000000000000
--- a/app-misc/evtest/evtest-1.33.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="test program for capturing input device events"
-HOMEPAGE="https://gitlab.freedesktop.org/libevdev/evtest"
-SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-BDEPEND="virtual/pkgconfig"
-
-DEPEND="app-text/asciidoc
- app-text/xmlto"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/app-misc/evtest/evtest-1.34.ebuild b/app-misc/evtest/evtest-1.34.ebuild
deleted file mode 100644
index cc42aacb9119..000000000000
--- a/app-misc/evtest/evtest-1.34.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="test program for capturing input device events"
-HOMEPAGE="https://gitlab.freedesktop.org/libevdev/evtest"
-SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${PN}-${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-BDEPEND="app-text/asciidoc
- app-text/xmlto
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-musl-include.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/app-misc/evtest/files/evtest-1.34-musl-include.patch b/app-misc/evtest/files/evtest-1.34-musl-include.patch
deleted file mode 100644
index 7bf7f044c684..000000000000
--- a/app-misc/evtest/files/evtest-1.34-musl-include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://bugs.gentoo.org/716876
-https://cgit.freedesktop.org/evtest/commit/?id=049396aab18849eef257af1116951a83416339e6
-
-From: Mateusz Piotrowski <0mp@FreeBSD.org>
-Date: Fri, 13 Nov 2020 13:41:41 +0100
-Subject: Remove PATH_MAX
-
-This makes evtest more portable. We could try to use ifdefs to include
-sys/syslimits.h on FreeBSD to get PATH_MAX but it feels to be an
-overkill for evtest. Let's keep it simple as just replace PATH_MAX with
-4096.
-
-NB: it's fine to leave linux/input.h there, because this header is
-actually available on FreeBSD via the devel/evdev-proto port.
---- a/evtest.c
-+++ b/evtest.c
-@@ -888,7 +888,7 @@ static char* scan_devices(void)
-
- for (i = 0; i < ndev; i++)
- {
-- char fname[PATH_MAX];
-+ char fname[4096];
- int fd = -1;
- char name[256] = "???";
-
-cgit v1.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-03 17:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29 6:27 [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/files/, app-misc/evtest/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-03 17:45 Petr Vaněk
2019-08-14 10:09 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox