From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata/
Date: Wed, 12 Apr 2023 09:42:33 +0000 (UTC) [thread overview]
Message-ID: <1681291985.c828ef8c2c47c8bd360253847c3aecf9d01cb28e.sam@gentoo> (raw)
commit: c828ef8c2c47c8bd360253847c3aecf9d01cb28e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 09:33:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 09:33:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c828ef8c
sys-apps/hwdata: drop 0.364, 0.366
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/hwdata/Manifest | 2 --
sys-apps/hwdata/hwdata-0.364.ebuild | 28 ----------------------------
sys-apps/hwdata/hwdata-0.366.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/sys-apps/hwdata/Manifest b/sys-apps/hwdata/Manifest
index f61b494b9eda..28ff2ad5c71c 100644
--- a/sys-apps/hwdata/Manifest
+++ b/sys-apps/hwdata/Manifest
@@ -1,4 +1,2 @@
-DIST hwdata-0.364.tar.gz 2290206 BLAKE2B f41fbc85fffa0561ccee55c2bbb9c32f2f67532dd2cd8c3731a2805712969a5950f31b4e5662adf3b55c6226c31cb00f0670af4a1fbff1a7c19d46ba067792fd SHA512 94cae67d9155b7abbaa7fc9047702a6f166721477b6320736d7984efd7c7c3c028b9f794269750f0ef421275a7e243fe1ae59816f63576fffc1bcd8deb49c6e9
-DIST hwdata-0.366.tar.gz 2306172 BLAKE2B bac953c59897d96fbbd19e8e275cb9345c7788de034fd4f9f80b7f35e8db9a39aa406b16fc6d60a78d1cbd1fe59d59c522391fd21103bd1e79c8a5c0c8c23f47 SHA512 41b8a97f7ebd7f0ead78318fce65c148e2e01a55132f83780c29993b82df40f5df993243b6421413a4f59aaffa916f53a0358d0d1d4a89022a7639075f96671b
DIST hwdata-0.367.tar.gz 2313810 BLAKE2B 7f4be3f0b3c8ec6d90860031677b1e1bc6fac9159291ee772501e5f5aee0d43855e27fb6f9c4b0c65b04353fee1222f5e6c0f0a40fa743a32fdcb9509ebc772d SHA512 ed04282c4046193debb02b325b57cd0ef78d5ceb485d104f10d8aa1fe3ba42aeee8071ac806db95c03b40e6fc1d7c8c5f036adca7744a9d9376b0a146f6ec5a8
DIST hwdata-0.369.tar.gz 2328002 BLAKE2B b2b580bdb225ed0cf6d694b2e1d9e184f3ca7caa4cf93929df2c45866d7433256213afd489ffc816fa3509154b66c02d9d44a8070a2852d4688c9d01c38d2acd SHA512 a451ac7da77bdd26b0e37b64859c79e2dbe3359a3ba0490d49e6edae08b0abb4199598dea2f9b53f775825210da7e0d3263bfefe4e5c34fe65842522c328bc99
diff --git a/sys-apps/hwdata/hwdata-0.364.ebuild b/sys-apps/hwdata/hwdata-0.364.ebuild
deleted file mode 100644
index 369d4ad0ce66..000000000000
--- a/sys-apps/hwdata/hwdata-0.364.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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[@]}"
-}
diff --git a/sys-apps/hwdata/hwdata-0.366.ebuild b/sys-apps/hwdata/hwdata-0.366.ebuild
deleted file mode 100644
index b5d599c17b39..000000000000
--- a/sys-apps/hwdata/hwdata-0.366.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2023 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[@]}"
-}
next reply other threads:[~2023-04-12 9:42 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-12 9:42 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 5:31 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata/ Sam James
2025-01-23 17:09 Matt Turner
2025-01-12 13:02 Sam James
2024-12-07 2:55 Sam James
2024-12-07 2:55 Sam James
2024-07-17 4:44 Sam James
2024-06-25 4:07 Sam James
2024-06-12 5:03 Sam James
2024-05-03 10:03 Sam James
2023-12-15 7:06 Sam James
2023-11-04 13:55 Sam James
2023-11-04 13:55 Sam James
2023-10-22 11:39 Sam James
2023-10-03 23:23 Sam James
2023-09-19 18:10 Sam James
2023-09-07 20:16 Sam James
2023-08-19 6:19 Sam James
2023-08-05 1:17 Sam James
2023-07-12 8:46 Sam James
2023-07-12 8:46 Sam James
2023-06-17 5:57 Sam James
2023-06-09 13:48 Sam James
2023-06-02 5:41 Sam James
2023-05-13 0:56 Sam James
2023-05-03 6:23 Sam James
2023-04-12 9:42 Sam James
2023-02-09 21:46 Sam James
2023-01-16 0:30 Sam James
2023-01-15 22:41 Sam James
2023-01-05 8:16 Sam James
2022-12-26 9:46 Sam James
2022-12-26 8:35 Sam James
2022-11-18 6:38 Arthur Zamarin
2022-11-03 6:15 Sam James
2022-10-28 19:53 Sam James
2022-10-10 18:34 Sam James
2022-09-13 22:43 Sam James
2022-09-13 22:43 Sam James
2022-09-06 21:35 Sam James
2022-07-28 13:20 Sam James
2022-07-18 21:38 Sam James
2022-07-18 21:38 Sam James
2022-06-01 7:37 Sam James
2022-05-22 3:18 Sam James
2022-05-22 3:13 Sam James
2022-05-08 7:34 WANG Xuerui
2022-04-05 1:11 Sam James
2022-03-21 17:35 Sam James
2022-03-21 17:35 Sam James
2022-02-19 2:24 Sam James
2022-02-03 9:36 Sam James
2022-02-01 4:23 Sam James
2021-12-10 4:37 Sam James
2021-12-06 10:57 Arthur Zamarin
2021-12-05 20:36 Arthur Zamarin
2021-11-30 21:34 Mike Gilbert
2021-11-29 13:29 Guilherme Amadio
2021-11-28 20:08 Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1681291985.c828ef8c2c47c8bd360253847c3aecf9d01cb28e.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox