diff options
author | 2023-05-12 18:08:30 -0400 | |
---|---|---|
committer | 2023-05-12 18:34:05 -0400 | |
commit | 51059f18651414a9eec90a11dcbfc0502315ea06 (patch) | |
tree | fdd4f748bd33357e8d197d3d0160ddb5374bdf8b /dev-libs/libinput | |
parent | media-video/libva-utils: Stabilize 2.18.1 amd64, #906226 (diff) | |
download | gentoo-51059f18651414a9eec90a11dcbfc0502315ea06.tar.gz gentoo-51059f18651414a9eec90a11dcbfc0502315ea06.tar.bz2 gentoo-51059f18651414a9eec90a11dcbfc0502315ea06.zip |
dev-libs/libinput: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libinput/files/libinput-1.22.1-sphinx-6.patch | 28 | ||||
-rw-r--r-- | dev-libs/libinput/libinput-1.22.1.ebuild | 94 |
3 files changed, 0 insertions, 123 deletions
diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest index 2d249e945791..737511a9f5a5 100644 --- a/dev-libs/libinput/Manifest +++ b/dev-libs/libinput/Manifest @@ -1,2 +1 @@ -DIST libinput-1.22.1.tar.bz2 794829 BLAKE2B 253f840e45ab2293503a0da09ea914b982e643c35928af6762955325a002b5bf20bf8571e705e3a050663cd0e1e26ee0cf4952a6193659f9b27ad1080008e900 SHA512 9d1985bc03ae304643fcd3acb762afc53305942e39071a062e7f8950be4929c72bdfeff06039c77f70e53233885df1e2e1a1dc538caeefd2b46f35826d290e9e DIST libinput-1.23.0.tar.bz2 803316 BLAKE2B ec251c11d11d557be395bb2be2d2937aa36b41df7d047f7700baa43cf4869d287fd03c260229dc4cb18a587b5fb1957884299f9b0837d456459a049b7b1206a7 SHA512 cb752d8611d70d9ea26d875aba9db8d0e319e60697aedef1b16295e8180761ce4c8c9635b1aaeb3cfc32d8c5fbe4abfd9a5a4fd29c4b964b25c853c90e816a43 diff --git a/dev-libs/libinput/files/libinput-1.22.1-sphinx-6.patch b/dev-libs/libinput/files/libinput-1.22.1-sphinx-6.patch deleted file mode 100644 index 737ac3965c7a..000000000000 --- a/dev-libs/libinput/files/libinput-1.22.1-sphinx-6.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://bugs.gentoo.org/891371 -https://bugs.gentoo.org/889908 -https://gitlab.freedesktop.org/libinput/libinput/-/commit/bf2e8a406e6ebfdb62ffa67f00822c17ff9b2c6a - -From bf2e8a406e6ebfdb62ffa67f00822c17ff9b2c6a Mon Sep 17 00:00:00 2001 -From: Peter Hutterer <peter.hutterer@who-t.net> -Date: Tue, 17 Jan 2023 12:28:58 +1000 -Subject: [PATCH] doc/user: fix sphinx warning - -WARNING: extlinks: Sphinx-6.0 will require a caption string to contain -exactly one '%s' and all other '%' need to be escaped as '%%'. - -Well, let's do that then! - -Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> ---- a/doc/user/conf.py.in -+++ b/doc/user/conf.py.in -@@ -169,7 +169,7 @@ from recommonmark.parser import CommonMarkParser - - extlinks = { 'commit' : - ('https://gitlab.freedesktop.org/libinput/libinput/commit/%s', -- 'git commit ') -+ 'git commit %s') - } - - # -- git version hack ------------------------------------------------- --- -GitLab diff --git a/dev-libs/libinput/libinput-1.22.1.ebuild b/dev-libs/libinput/libinput-1.22.1.ebuild deleted file mode 100644 index 57d288d0c784..000000000000 --- a/dev-libs/libinput/libinput-1.22.1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 2014-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit meson optfeature python-any-r1 udev - -DESCRIPTION="Library to handle input devices in Wayland" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput" -SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0/10" -if [[ $(ver_cut 3) -lt 900 ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -fi -IUSE="doc input_devices_wacom test" -RESTRICT="!test? ( test )" - -RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) - >=dev-libs/libevdev-1.9.902 - >=sys-libs/mtdev-1.1 - virtual/libudev:= - virtual/udev -" -DEPEND=" - ${RDEPEND} - test? ( >=dev-libs/check-0.9.10 ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( - $(python_gen_any_dep ' - dev-python/commonmark[${PYTHON_USEDEP}] - dev-python/recommonmark[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/sphinx-rtd-theme-0.2.4[${PYTHON_USEDEP}] - ') - >=app-doc/doxygen-1.8.3 - >=media-gfx/graphviz-2.38.0 - ) -" -# test? ( dev-util/valgrind ) - -PATCHES=( - "${FILESDIR}"/${P}-sphinx-6.patch -) - -python_check_deps() { - python_has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ - python_has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \ - python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \ - python_has_version ">=dev-python/sphinx-rtd-theme-0.2.4[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use doc && python-any-r1_pkg_setup -} - -src_prepare() { - default - sed "s@, '-Werror'@@" -i meson.build || die #744250 -} - -src_configure() { - # gui can be built but will not be installed - local emesonargs=( - -Ddebug-gui=false - $(meson_use doc documentation) - $(meson_use input_devices_wacom libwacom) - $(meson_use test tests) - -Dudev-dir="${EPREFIX}$(get_udevdir)" - ) - meson_src_configure -} - -src_install() { - meson_src_install - if use doc ; then - docinto html - dodoc -r "${BUILD_DIR}"/Documentation/. - fi -} - -pkg_postinst() { - optfeature "measure and replay tools" dev-python/python-libevdev - udev_reload -} - -pkg_postrm() { - udev_reload -} |