diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-libs/tslib | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-libs/tslib')
-rw-r--r-- | x11-libs/tslib/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.21.ebuild | 60 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.22.ebuild | 2 |
3 files changed, 2 insertions, 64 deletions
diff --git a/x11-libs/tslib/Manifest b/x11-libs/tslib/Manifest index f7dac5899649..a21c1797623f 100644 --- a/x11-libs/tslib/Manifest +++ b/x11-libs/tslib/Manifest @@ -1,6 +1,4 @@ AUX tslib-1.21-optional-utils.patch 610 BLAKE2B 0f25c58205f5bbddc62f278827d9689e58c88323d6c2797d3f36d165c5dcfc8fe18574225dab106eb9c01d3a7f54a3f7c3797be0853dd3b144bbb61529ea83eb SHA512 3c061d34e5a2f89c61754331d9a8efa9ffeb492169d3c0082b29107f03442adc75f6a39f289577c3902df2a9efc4166f9ac610867742989f09f10a8bfd69230d -DIST tslib-1.21.tar.xz 349216 BLAKE2B e19623c9390688b0aa85e6547a57542d2e10498c8ebbb30f840157d240dc9975c3e6735814a5e6f02fb71c273a52f860695cf4772fef28522e74c5781cdcb02a SHA512 66c5e5dc4e2314277e19af29b5dce1181573579f13b0e79fa43e658838d4c19a77feb978b60d7c6458337e8d6100ee54a42fc4af3a99fd8d6840cccafa6323c4 DIST tslib-1.22.tar.xz 351192 BLAKE2B 8cec9fe17b9aee7dac44bf54a78482b81a67072a7c1497b4c5a2a6703bb0e897a2481bc06df0fd91ca97fef3b4ebf17c475c3b717ce7f32fb677db5918630759 SHA512 8f51fc5e37bb1babb89e8d6d5302c7d7b712820525bed0253f980028a78b343e4100065bbe0ecafb828a7edf3a9b77f96929ab79205d516ebbf6c25b32af0008 -EBUILD tslib-1.21.ebuild 1539 BLAKE2B ba3adc3479f9dbaae520a8f6228ab36ee5e23ee768ac1882d5abc92120609981394ef78ed066dc5c3bbe80dea988f314aabc029fdabf289c8abda7999c90ebef SHA512 2208273e73145a8c983ea019c84feb832e9d50452b1d294550592ae8797073fb3c139fe4abbd9449423c6821a4cb19ed591f2f73ca6cff3d444b525d8763c53b -EBUILD tslib-1.22.ebuild 1566 BLAKE2B 9c752864ecdd6358fe076155db96bded20583c936812b589ef33171cfc592c637bdcbe0694be0e11163b16b3cf916297f2c9edc6796030ca71073c45a6311c3d SHA512 679dad5f6bef3d2d8373e8fbf9fc73e0e1e47e3da02dbc23662b677ed4fa02da7874053b58ddfe75bc34dea5cf455096200e8613ec3ca976ad5d3808edbeb803 +EBUILD tslib-1.22.ebuild 1559 BLAKE2B 6bbc3021e41f844bd84925b618d77b262a0d66bc0f179cd60dc44e7bcb6d093680501ab91ef5c9cdf64fddbc0ec08c3f16fd7e602231eab691e079f5715b42ba SHA512 5ac3507ab244e70fcd8e04a99eba3364e6011a19c351c6d84072fac93c6da8546fe98288ef5c9fbfb4acdd41b1f00155de30e86cba930dede482c93f477c5dba MISC metadata.xml 476 BLAKE2B 60986e648e86b87a797224b40bcb510af598d2aeafdc497850c714872d844b86c27d7f3c24cbbdad92ec91c8803fd1a8aeb9e06ffea5700ce3c42a2b3d3d8587 SHA512 f5b0def5c198a78dd8bebfb3e9b022ab37dc6466e1a3af7a7b0497f4133be7d155a205da190d63f98c4e10bc7fca6ee84e6aaa6e46e74e1ed0d8c2ac387a15e5 diff --git a/x11-libs/tslib/tslib-1.21.ebuild b/x11-libs/tslib/tslib-1.21.ebuild deleted file mode 100644 index 85369585a3b0..000000000000 --- a/x11-libs/tslib/tslib-1.21.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-multilib - -DESCRIPTION="Touchscreen Access Library" -HOMEPAGE="https://github.com/kergoth/tslib" -SRC_URI="https://github.com/libts/tslib/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-2 uinput? ( GPL-2+ )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="evdev sdl uinput" - -BDEPEND=" - evdev? ( virtual/pkgconfig ) -" -DEPEND=" - evdev? ( dev-libs/libevdev[${MULTILIB_USEDEP}] ) - sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS NEWS README{,.md} ) - -PATCHES=( "${FILESDIR}/${P}-optional-utils.patch" ) - -src_configure() { - my_configure() { - local mycmakeargs=( - -Denable-input-evdev=$(usex evdev) - -DENABLE_TOOLS=$(usex uinput $(multilib_is_native_abi && echo ON || echo OFF) OFF) - -DENABLE_UTILS=$(multilib_is_native_abi && echo ON || echo OFF) - -Denable-arctic2=ON - -Denable-collie=ON - -Denable-corgi=ON - -Denable-cy8mrln-palmpre=ON - -Denable-dejitter=ON - -Denable-dmc=ON - -Denable-dmc_dus3000=ON - -Denable-galax=ON - -Denable-h3600=ON - -Denable-input=ON - -Denable-linear-h2200=ON - -Denable-linear=ON - -Denable-mk712=ON - -Denable-one-wire-ts-input=ON - -Denable-pthres=ON - -Denable-tatung=ON - -Denable-ucb1x00=ON - -Denable-variance=ON - ) - multilib_is_native_abi && mycmakeargs+=( -Dwith-sdl=$(usex sdl) ) - - cmake-utils_src_configure - } - multilib_parallel_foreach_abi my_configure -} diff --git a/x11-libs/tslib/tslib-1.22.ebuild b/x11-libs/tslib/tslib-1.22.ebuild index 1fadd84c49a0..ea4cf2ff9605 100644 --- a/x11-libs/tslib/tslib-1.22.ebuild +++ b/x11-libs/tslib/tslib-1.22.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libts/tslib/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2 uinput? ( GPL-2+ )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="evdev sdl uinput" BDEPEND=" |