public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata/
Date: Mon, 18 Jul 2022 21:38:28 +0000 (UTC)	[thread overview]
Message-ID: <1658180301.cb429507bc8098ed92692ffda45a45d8be26ef4a.sam@gentoo> (raw)

commit:     cb429507bc8098ed92692ffda45a45d8be26ef4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 21:37:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 21:38:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb429507

sys-apps/hwdata: drop 0.354, 0.357, 0.359

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/hwdata/Manifest            |  3 ---
 sys-apps/hwdata/hwdata-0.354.ebuild | 25 -------------------------
 sys-apps/hwdata/hwdata-0.357.ebuild | 25 -------------------------
 sys-apps/hwdata/hwdata-0.359.ebuild | 25 -------------------------
 4 files changed, 78 deletions(-)

diff --git a/sys-apps/hwdata/Manifest b/sys-apps/hwdata/Manifest
index 2f53c6fd0cbd..2f604cd491f1 100644
--- a/sys-apps/hwdata/Manifest
+++ b/sys-apps/hwdata/Manifest
@@ -1,6 +1,3 @@
-DIST hwdata-0.354.tar.gz 2212834 BLAKE2B 5df04fd6069e131be7195b515f4f7273e28030d46823fa3054371f9afde4eb9976df2663bc7d31d056cb718a479630676f05459064decd59914f3a69bcfb03f1 SHA512 07bbe5137f35c0402029e066e90a29da1ca95faa6996a192b1f9ac00568e5020cc540b642ad2b22b25c2cfa0d7e4c2d7b80c9978ca0cd091691d8f1cf2933915
-DIST hwdata-0.357.tar.gz 2234392 BLAKE2B 54f26384664cc78d99db52cffa99bf74f57bf355908bd0a87bd01436596b8ed618567caa6f4486e32cbf11bd9313946db2f4d52ce7f2eae1d25b643e68714473 SHA512 7674e77887629e57cf1d6cb73ce7f4734f9dd5e5f8cee0016aa74f0ff6b962f9f0e501069f4cbaa0a5281fed179d2912a653071999b9f7d0eb4d81fff719cad1
 DIST hwdata-0.358.tar.gz 2240851 BLAKE2B b164c267a6779fec2a4018fb8bad98e564794e46cdec77b6f1234444f0fb20f49f44303a400d3301b40b07cebe0cc590553ae5e01702032b53180826273eb416 SHA512 52c765786aa41551e47bad2358bbe50f8f6a60cd820696c6c341f08cbde695f86746660a3fdadd8fad5614b99a98616111011a17d115c25bbcaf03c891cc3e69
-DIST hwdata-0.359.tar.gz 2247837 BLAKE2B af573e38cc04281e18e202fe134430cca3f85129196ff793571f1aa12c2380719e470941e4c8ab74cc888b5f06498d70af2ac1604e758b77f329e11043aae4c0 SHA512 e3054ded9ff913498f27206829af91cfd816acc0cb574f85207f6df5568502c28ff9d4a778549c900e90dcc8958deb45a1eb1511bae57b3240472402576b4943
 DIST hwdata-0.360.tar.gz 2254316 BLAKE2B c2fae537f2ff594f73577cf72af9d6201bcd1dc26059786c1ae8cb7999d3774306244ea10aee0f9b4916f4a7547b549ccbd815ca9a93053e6ca069140e3a7232 SHA512 dc04bdfc21a7bb9903cc51156c9bf1f0d6c7c772db1a47f9d5b120e1e4955155fb5057ccc6679ae56ac790e5da3ca719a3a9b9cd9082eac261ef11e75c97a244
 DIST hwdata-0.361.tar.gz 2263204 BLAKE2B 83f613dd75e677bb25e884c00e8c32aa97e1b030ac8642df2c35f895df815bf6b8c3333a150c448fb6a14a8cf6c6cec9ef351896a5762a45ea99c34c39790213 SHA512 942cf6fa17c2f6fa41d7c624aa7fd28d57d6ad7750eb7a01c8ce85a663154140af75108a8ab12d43375bae63574a594ea2117195a743c12e5c4cb2986f198454

diff --git a/sys-apps/hwdata/hwdata-0.354.ebuild b/sys-apps/hwdata/hwdata-0.354.ebuild
deleted file mode 100644
index 6fe39a2aa36b..000000000000
--- a/sys-apps/hwdata/hwdata-0.354.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~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"
-	)
-	echo "${conf[@]}" >&2
-	"${conf[@]}" || die
-}

diff --git a/sys-apps/hwdata/hwdata-0.357.ebuild b/sys-apps/hwdata/hwdata-0.357.ebuild
deleted file mode 100644
index 6ad75332f251..000000000000
--- a/sys-apps/hwdata/hwdata-0.357.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~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"
-	)
-	echo "${conf[@]}" >&2
-	"${conf[@]}" || die
-}

diff --git a/sys-apps/hwdata/hwdata-0.359.ebuild b/sys-apps/hwdata/hwdata-0.359.ebuild
deleted file mode 100644
index 81b4b0771008..000000000000
--- a/sys-apps/hwdata/hwdata-0.359.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-	)
-	echo "${conf[@]}" >&2
-	"${conf[@]}" || die
-}


             reply	other threads:[~2022-07-18 21:38 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 21:38 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-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-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=1658180301.cb429507bc8098ed92692ffda45a45d8be26ef4a.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