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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6DF7158020 for ; Mon, 26 Dec 2022 09:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC959E097B; Mon, 26 Dec 2022 09:46:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C47A8E097B for ; Mon, 26 Dec 2022 09:46:31 +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 D1CBE3405BB for ; Mon, 26 Dec 2022 09:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3257F6F8 for ; Mon, 26 Dec 2022 09:46:29 +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: <1672047984.dcffb87f69ef853aa2426a0ebd8c58867ef75afa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwdata/Manifest sys-apps/hwdata/hwdata-0.365.ebuild X-VCS-Directories: sys-apps/hwdata/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dcffb87f69ef853aa2426a0ebd8c58867ef75afa X-VCS-Branch: master Date: Mon, 26 Dec 2022 09:46:29 +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: 6298f16a-eaca-4287-a704-dce75b36862c X-Archives-Hash: 03754876bc2e2aaf4c534c065b589478 commit: dcffb87f69ef853aa2426a0ebd8c58867ef75afa Author: Sam James gentoo org> AuthorDate: Mon Dec 26 09:46:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 26 09:46:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcffb87f sys-apps/hwdata: add 0.365 Signed-off-by: Sam James gentoo.org> sys-apps/hwdata/Manifest | 1 + sys-apps/hwdata/hwdata-0.365.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-apps/hwdata/Manifest b/sys-apps/hwdata/Manifest index d5ed0fd1af12..0f8e77c1bd29 100644 --- a/sys-apps/hwdata/Manifest +++ b/sys-apps/hwdata/Manifest @@ -1 +1,2 @@ DIST hwdata-0.364.tar.gz 2290206 BLAKE2B f41fbc85fffa0561ccee55c2bbb9c32f2f67532dd2cd8c3731a2805712969a5950f31b4e5662adf3b55c6226c31cb00f0670af4a1fbff1a7c19d46ba067792fd SHA512 94cae67d9155b7abbaa7fc9047702a6f166721477b6320736d7984efd7c7c3c028b9f794269750f0ef421275a7e243fe1ae59816f63576fffc1bcd8deb49c6e9 +DIST hwdata-0.365.tar.gz 2298083 BLAKE2B 1c146c3ed53f00189dd2c9b8902c7300773f98bb2b6c4349a9c9fbf3ec75d742b39265b35d355de3400c367f23bae685786faa1d3faa377dbfe34e505e60abb1 SHA512 b9f8b144ab2cf8edcd585efe5d318449e8243310d0106fa830cbb621cfe53efc5aabc6b8795b8aefba62b4771e6c22ab5742099de2be5c9ca2cf132aac6e9c61 diff --git a/sys-apps/hwdata/hwdata-0.365.ebuild b/sys-apps/hwdata/hwdata-0.365.ebuild new file mode 100644 index 000000000000..9df06b92fe5f --- /dev/null +++ b/sys-apps/hwdata/hwdata-0.365.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit edo + +DESCRIPTION="Hardware identification and configuration data" +HOMEPAGE="https://github.com/vcrhonek/hwdata" +SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RESTRICT="test" + +src_configure() { + # configure is not compatible with econf + local conf=( + ./configure + --prefix="${EPREFIX}/usr" + --libdir="${EPREFIX}/lib" + --datadir="${EPREFIX}/usr/share" + ) + + edo "${conf[@]}" +}