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 1C6F41581FB for ; Sat, 24 Aug 2024 20:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DBC42BC015; Sat, 24 Aug 2024 20:56:40 +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 515582BC015 for ; Sat, 24 Aug 2024 20:56:40 +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 600F3343097 for ; Sat, 24 Aug 2024 20:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51F11F27 for ; Sat, 24 Aug 2024 20:56:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724524737.30f2e04b4f6bae6669c2ae769fb5a827f89c76a2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/asus-numpad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/asus-numpad/Manifest sys-apps/asus-numpad/asus-numpad-0.1.ebuild X-VCS-Directories: sys-apps/asus-numpad/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 30f2e04b4f6bae6669c2ae769fb5a827f89c76a2 X-VCS-Branch: master Date: Sat, 24 Aug 2024 20:56:35 +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: 68552701-dfdf-42c2-85e1-2c68fd755df4 X-Archives-Hash: 12c6289d49e528fca477c68519f8da4e commit: 30f2e04b4f6bae6669c2ae769fb5a827f89c76a2 Author: Filip Kobierski pm me> AuthorDate: Sat Aug 24 18:38:57 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Aug 24 18:38:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30f2e04b sys-apps/asus-numpad: drop 0.1 Signed-off-by: Filip Kobierski pm.me> sys-apps/asus-numpad/Manifest | 1 - sys-apps/asus-numpad/asus-numpad-0.1.ebuild | 33 ----------------------------- 2 files changed, 34 deletions(-) diff --git a/sys-apps/asus-numpad/Manifest b/sys-apps/asus-numpad/Manifest index b749094a3..22812022c 100644 --- a/sys-apps/asus-numpad/Manifest +++ b/sys-apps/asus-numpad/Manifest @@ -1,2 +1 @@ -DIST asus-numpad-0.1.tar.gz 17307 BLAKE2B 9a6601d4a45c08ed09b283ff6011483878dd2e00949e304fc05804b35f9794728676bcdf580411bd13dfa2e0600807a22239672409994152d9cf60a7bb903e73 SHA512 97d92a03a96c23659a35d6e3d86027284ec5494174aec8cd775273d7981be94957355a6352d4e90aeebbfe19268f8787a272754cc09345d0107d77aab9dfdb73 DIST asus-numpad-0.2.tar.gz 18351 BLAKE2B 820806dc40a476f9f691bd40b8ff6644143207eb40d392566bdc57b4ed86a044a091351949c27182f4c35f55ad3b279248e2d5044233b0f8bf067964485ff8e0 SHA512 7965f39933f0ffae38ffd37268bc905cf3dd9f1aa874203da7e926962d1cb97630512a49caa34f121b2d4024db25bfd0255afe141fafd4a3b08ad259392ea232 diff --git a/sys-apps/asus-numpad/asus-numpad-0.1.ebuild b/sys-apps/asus-numpad/asus-numpad-0.1.ebuild deleted file mode 100644 index 31a2c29bd..000000000 --- a/sys-apps/asus-numpad/asus-numpad-0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/xytovl/asus-numpad.git" - inherit git-r3 -else - TAG="v${PV}" - SRC_URI="https://github.com/xytovl/${PN}/archive/${TAG}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -inherit linux-info meson - -DESCRIPTION="User-space driver for Asus numpad" -HOMEPAGE="https://github.com/xytovl/asus-numpad" - -LICENSE="GPL-3" -SLOT="0" - -COMMON_DEPEND=">=dev-libs/libevdev-1.12.0" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install -}