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 273E915800A for ; Wed, 12 Jul 2023 18:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67005E081A; Wed, 12 Jul 2023 18:46:02 +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 501BAE081A for ; Wed, 12 Jul 2023 18:46:02 +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 9966F335D5E for ; Wed, 12 Jul 2023 18:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4A7ADC for ; Wed, 12 Jul 2023 18:45:58 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1689187050.ffc9d4343ec9463e634fc26f5504c8aecbc285f7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xkblayout-state/xkblayout-state-9999.ebuild X-VCS-Directories: x11-misc/xkblayout-state/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ffc9d4343ec9463e634fc26f5504c8aecbc285f7 X-VCS-Branch: master Date: Wed, 12 Jul 2023 18:45:58 +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: 5f307af1-de6e-4553-ac3d-55367043b902 X-Archives-Hash: 33068acb9d3bdc4b893252c9e3d70cb6 commit: ffc9d4343ec9463e634fc26f5504c8aecbc285f7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 11 11:45:51 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 12 18:37:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc9d434 x11-misc/xkblayout-state: remove live ebuild Last commit was Nov 6 2021. Very few commits anyway over the past years. There is no reason to keep a live ebuild. Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../xkblayout-state/xkblayout-state-9999.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild deleted file mode 100644 index 12dd2ae2ff82..000000000000 --- a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 toolchain-funcs - -DESCRIPTION="Small program to get/set the current XKB layout" -HOMEPAGE="https://github.com/nonpop/xkblayout-state" -EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_compile() { - emake CXX="$(tc-getCXX)" -} - -src_install() { - emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install -}