From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B2B815ACFC for ; Mon, 1 May 2023 12:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11CB2E0843; Mon, 1 May 2023 12:37:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1751E0843 for ; Mon, 1 May 2023 12:37:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12D9C341529 for ; Mon, 1 May 2023 12:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B41A5C for ; Mon, 1 May 2023 12:37:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682944549.397fc0fd53568700d9ce805a6ca8cc7bf67e53ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinput_calibrator/Manifest x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild X-VCS-Directories: x11-apps/xinput_calibrator/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 397fc0fd53568700d9ce805a6ca8cc7bf67e53ab X-VCS-Branch: master Date: Mon, 1 May 2023 12:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 880b7d1e-4454-4e13-b2bd-30e6beba29d6 X-Archives-Hash: 0fc9d2e624bca82f59c569e9383466bf commit: 397fc0fd53568700d9ce805a6ca8cc7bf67e53ab Author: Sam James gentoo org> AuthorDate: Mon May 1 12:02:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 12:35:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397fc0fd x11-apps/xinput_calibrator: update SRC_URI to drop github.com/downloads github.com/downloads is gone. Unforunately, the release tarball is gone. Fixes: 24326d8f3494ebd312c9cc172a5f9ed3bf25cce9 Signed-off-by: Sam James gentoo.org> x11-apps/xinput_calibrator/Manifest | 2 +- .../xinput_calibrator-0.7.5-r2.ebuild | 26 +++++++++++++++------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest index 662f25d47303..2fc8ba63914b 100644 --- a/x11-apps/xinput_calibrator/Manifest +++ b/x11-apps/xinput_calibrator/Manifest @@ -1 +1 @@ -DIST xinput_calibrator-0.7.5.tar.gz 355313 BLAKE2B 72c6b2f1b2cf4d5baaba27827e870adb52c4a51004a9a3f51376c5e30560b26abe6e83a94ae2e308a01dca3204a1938d888d40cad793cce50c1d9acea9f507b3 SHA512 dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de +DIST xinput_calibrator-0.7.5.gh.tar.gz 38126 BLAKE2B 700c124a560ade4636f0861b04d5ed355a7b647fe565fedf8841165c709844ee5928db1c8868c7cce13d12b17bdece4ccdcebd51a6be248142fe7249615cbf4a SHA512 71bd27d5bdde02bdf41793a72743127ee930235db40e642e2584549e224cd9d2b36ad22e1b6a764ed431ab9590bf76c57e0075bc7b81b325caffb439dc755930 diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild index 7a3d3101534e..f8ce7f6cbc45 100644 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild @@ -1,24 +1,34 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic + +inherit autotools flag-o-matic DESCRIPTION="A generic touchscreen calibration program for X.Org" HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator" -SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/tias/xinput_calibrator/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" -RDEPEND="x11-libs/libX11 +RDEPEND=" + x11-libs/libX11 x11-libs/libXext x11-libs/libXi - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-base/xorg-proto" + x11-libs/libXrandr +" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" + +src_prepare() { + default + + eautoreconf +} src_configure() { append-cxxflags -std=c++11 #566594