From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1365575-garchives=archives.gentoo.org@lists.gentoo.org>
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 88F5D15808B
	for <garchives@archives.gentoo.org>; Tue,  8 Feb 2022 00:09:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A1B77E0788;
	Tue,  8 Feb 2022 00:09:39 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 0DCF1E0788
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Feb 2022 00:09:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 18273342D4A
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Feb 2022 00:09:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E6F62B3
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 Feb 2022 00:09:36 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1644278960.137b49a84fb9a3edc65f82d49c6a181580ba00f0.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/lineakd/lineakd-0.9.0-r3.ebuild x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
X-VCS-Directories: x11-misc/lineakd/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 137b49a84fb9a3edc65f82d49c6a181580ba00f0
X-VCS-Branch: master
Date: Tue,  8 Feb 2022 00:09:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e0333703-70a5-4068-9969-4707877865d1
X-Archives-Hash: 963524f3e0c8d6562b03db3aff9bb463

commit:     137b49a84fb9a3edc65f82d49c6a181580ba00f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 00:09:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 00:09:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137b49a8

x11-misc/lineakd: fix revisions

Closes: https://bugs.gentoo.org/722372
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/lineakd/lineakd-0.9.0-r3.ebuild           | 38 ++++++++++------------
 ...akd-0.9.0-r3.ebuild => lineakd-0.9.0-r4.ebuild} |  0
 2 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 8f2fca9f6c7c..8b2026bc430b 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -1,53 +1,49 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
-
-inherit autotools
+EAPI=7
+inherit multilib
 
 MY_P=${P/.0/}
+
 DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
 HOMEPAGE="http://lineak.sourceforge.net"
 SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug"
 
-RDEPEND="x11-libs/libICE
+RDEPEND="
+	x11-libs/libICE
 	x11-libs/libSM
 	x11-libs/libX11
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
+	x11-libs/libXext
+"
+DEPEND="
+	${RDEPEND}
 	x11-base/xorg-proto
 	x11-libs/libxkbfile
 	x11-libs/libXt
-	x11-libs/libXtst"
+	x11-libs/libXtst
+"
 
+S=${WORKDIR}/${MY_P}
 PATCHES=(
 	"${FILESDIR}"/${P}-gcc43.patch
 	"${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-	"${FILESDIR}"/${P}-automake-linking-libdl.patch
 )
 
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
 src_configure() {
-	# admin/lineakd.m4.in contains Bashisms but fixes it causes a confusing
-	# autotools avalanche, so workaround it with CONFIG_SHELL as bash.
-	CONFIG_SHELL="${BROOT}/bin/bash" econf \
+	econf \
 		$(use_enable debug) \
-		--with-x
+		--with-x \
+		--disable-static
 }
 
 src_install() {
-	sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile || die
+	sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
 
 	dodir /usr/share/man/man8
 

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
similarity index 100%
copy from x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
copy to x11-misc/lineakd/lineakd-0.9.0-r4.ebuild