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 AA839158094 for ; Fri, 30 Sep 2022 11:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FBDE0E27; Fri, 30 Sep 2022 11:02:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CC21BE0E27 for ; Fri, 30 Sep 2022 11:02:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 933BD341167 for ; Fri, 30 Sep 2022 11:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78965F1 for ; Fri, 30 Sep 2022 11:02:14 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664534891.6cafe8b2adb5449e7a7c98b024b618939d0774b9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x2x/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/x2x/x2x-1.30-r1.ebuild x11-misc/x2x/x2x-1.30.ebuild X-VCS-Directories: x11-misc/x2x/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6cafe8b2adb5449e7a7c98b024b618939d0774b9 X-VCS-Branch: master Date: Fri, 30 Sep 2022 11:02:14 +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: 736797b0-b60d-401e-b7e5-60c326abe2f0 X-Archives-Hash: 7f4c429e64dc091a73ec54727d0aa280 commit: 6cafe8b2adb5449e7a7c98b024b618939d0774b9 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 30 08:51:31 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Sep 30 10:48:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cafe8b2 x11-misc/x2x: fixup build deps This doesn't use imake/rman anymore. Small package so revbump to allow depcleaning these more easily. Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/x2x/{x2x-1.30.ebuild => x2x-1.30-r1.ebuild} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/x11-misc/x2x/x2x-1.30.ebuild b/x11-misc/x2x/x2x-1.30-r1.ebuild similarity index 89% rename from x11-misc/x2x/x2x-1.30.ebuild rename to x11-misc/x2x/x2x-1.30-r1.ebuild index e1ea883c0b2f..505f19649f03 100644 --- a/x11-misc/x2x/x2x-1.30.ebuild +++ b/x11-misc/x2x/x2x-1.30-r1.ebuild @@ -8,28 +8,25 @@ inherit autotools toolchain-funcs DESCRIPTION="A utility to connect the mouse and keyboard to another X" HOMEPAGE="https://github.com/dottedmag/x2x" SRC_URI="https://github.com/dottedmag/x2x/archive/refs/tags/debian/${PV}-10.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-debian-1.30-10 LICENSE="MIT BSD" SLOT="0" KEYWORDS="amd64 ~arm ~mips ppc x86" -IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXtst x11-libs/libXext" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/rman - x11-base/xorg-proto - >=x11-misc/imake-1.0.8-r1" - -S="${WORKDIR}"/${PN}-debian-1.30-10 +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig" PATCHES=( # Patch to fix bug #126939 # AltGr does not work in x2x with different keymaps: "${FILESDIR}"/${PN}_1.30-10-keymap.patch ) + DOCS=( README AUTHORS INSTALL ChangeLog ChangeLog.old ) src_prepare() {