public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/tslib/
Date: Sun,  4 Apr 2021 21:23:06 +0000 (UTC)	[thread overview]
Message-ID: <1617571377.1ad7ab365cdde745a85cbc5fa6f667d84c5f512f.asturm@gentoo> (raw)

commit:     1ad7ab365cdde745a85cbc5fa6f667d84c5f512f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 21:09:51 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 21:22:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7ab36

x11-libs/tslib: Drop 1.21

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/tslib/Manifest          |  1 -
 x11-libs/tslib/tslib-1.21.ebuild | 60 ----------------------------------------
 2 files changed, 61 deletions(-)

diff --git a/x11-libs/tslib/Manifest b/x11-libs/tslib/Manifest
index 02b0727cf96..d19e2a41188 100644
--- a/x11-libs/tslib/Manifest
+++ b/x11-libs/tslib/Manifest
@@ -1,2 +1 @@
-DIST tslib-1.21.tar.xz 349216 BLAKE2B e19623c9390688b0aa85e6547a57542d2e10498c8ebbb30f840157d240dc9975c3e6735814a5e6f02fb71c273a52f860695cf4772fef28522e74c5781cdcb02a SHA512 66c5e5dc4e2314277e19af29b5dce1181573579f13b0e79fa43e658838d4c19a77feb978b60d7c6458337e8d6100ee54a42fc4af3a99fd8d6840cccafa6323c4
 DIST tslib-1.22.tar.xz 351192 BLAKE2B 8cec9fe17b9aee7dac44bf54a78482b81a67072a7c1497b4c5a2a6703bb0e897a2481bc06df0fd91ca97fef3b4ebf17c475c3b717ce7f32fb677db5918630759 SHA512 8f51fc5e37bb1babb89e8d6d5302c7d7b712820525bed0253f980028a78b343e4100065bbe0ecafb828a7edf3a9b77f96929ab79205d516ebbf6c25b32af0008

diff --git a/x11-libs/tslib/tslib-1.21.ebuild b/x11-libs/tslib/tslib-1.21.ebuild
deleted file mode 100644
index 85369585a3b..00000000000
--- 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
-}


             reply	other threads:[~2021-04-04 21:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04 21:23 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25 23:22 [gentoo-commits] repo/gentoo:master commit in: x11-libs/tslib/ Andreas Sturmlechner
2022-10-19 10:07 WANG Xuerui
2021-05-25 14:21 Yixun Lan
2021-04-05 22:19 Sam James
2021-03-31 15:25 Sergei Trofimovich
2021-03-31 14:08 Agostino Sarubbo
2021-03-30 22:05 Sam James
2021-03-30 22:05 Sam James
2021-03-30 18:32 Sam James
2021-03-30 17:35 Sam James
2021-03-30 17:35 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-25 15:07 Andreas Sturmlechner
2020-07-17 21:29 Sergei Trofimovich
2020-04-11 10:20 Sergei Trofimovich
2020-03-21 10:43 Andreas Sturmlechner
2020-03-21  9:24 Mart Raudsepp
2020-03-02 11:49 Sergei Trofimovich
2020-02-13 14:40 Agostino Sarubbo
2020-01-30 12:31 Agostino Sarubbo
2020-01-30 12:11 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:17 Agostino Sarubbo
2020-01-30  7:28 Sergei Trofimovich
2020-01-29 10:17 Agostino Sarubbo
2019-05-15  1:04 Aaron Bauman
2018-08-17  2:05 Mikle Kolyada
2016-03-23 21:23 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617571377.1ad7ab365cdde745a85cbc5fa6f667d84c5f512f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox