Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata/
Date: Tue, 13 Sep 2022 22:43:22
Message-Id: 1663108756.d887a6c2d34617a684f120a8cfdc2726632961a8.sam@gentoo
1 commit: d887a6c2d34617a684f120a8cfdc2726632961a8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 13 22:39:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 13 22:39:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d887a6c2
7
8 sys-apps/hwdata: drop 0.358, 0.360
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/hwdata/Manifest | 2 --
13 sys-apps/hwdata/hwdata-0.358.ebuild | 25 -------------------------
14 sys-apps/hwdata/hwdata-0.360.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/sys-apps/hwdata/Manifest b/sys-apps/hwdata/Manifest
18 index 02f964e098b1..f07671e6b0eb 100644
19 --- a/sys-apps/hwdata/Manifest
20 +++ b/sys-apps/hwdata/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST hwdata-0.358.tar.gz 2240851 BLAKE2B b164c267a6779fec2a4018fb8bad98e564794e46cdec77b6f1234444f0fb20f49f44303a400d3301b40b07cebe0cc590553ae5e01702032b53180826273eb416 SHA512 52c765786aa41551e47bad2358bbe50f8f6a60cd820696c6c341f08cbde695f86746660a3fdadd8fad5614b99a98616111011a17d115c25bbcaf03c891cc3e69
23 -DIST hwdata-0.360.tar.gz 2254316 BLAKE2B c2fae537f2ff594f73577cf72af9d6201bcd1dc26059786c1ae8cb7999d3774306244ea10aee0f9b4916f4a7547b549ccbd815ca9a93053e6ca069140e3a7232 SHA512 dc04bdfc21a7bb9903cc51156c9bf1f0d6c7c772db1a47f9d5b120e1e4955155fb5057ccc6679ae56ac790e5da3ca719a3a9b9cd9082eac261ef11e75c97a244
24 DIST hwdata-0.361.tar.gz 2263204 BLAKE2B 83f613dd75e677bb25e884c00e8c32aa97e1b030ac8642df2c35f895df815bf6b8c3333a150c448fb6a14a8cf6c6cec9ef351896a5762a45ea99c34c39790213 SHA512 942cf6fa17c2f6fa41d7c624aa7fd28d57d6ad7750eb7a01c8ce85a663154140af75108a8ab12d43375bae63574a594ea2117195a743c12e5c4cb2986f198454
25 DIST hwdata-0.362.tar.gz 2277092 BLAKE2B fa0fb6055e65867a61ff628655c45442f175daf6c4d29b921356534a6aca686d6790fab6fd930707fb81891dac4325078a335f351af236d4eece8953703b2c27 SHA512 63ea6b56283b248a54b4a9e350da431db4f40b30e4d1e9afb29bfec3f87b11723899397817435e9142b7775690a399591afb9b701101e2cc4d78893fa791e1b7
26
27 diff --git a/sys-apps/hwdata/hwdata-0.358.ebuild b/sys-apps/hwdata/hwdata-0.358.ebuild
28 deleted file mode 100644
29 index 3045467ded50..000000000000
30 --- a/sys-apps/hwdata/hwdata-0.358.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="Hardware identification and configuration data"
39 -HOMEPAGE="https://github.com/vcrhonek/hwdata"
40 -SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
45 -RESTRICT="test"
46 -
47 -src_configure() {
48 - # configure is not compatible with econf
49 - local conf=(
50 - ./configure
51 - --prefix="${EPREFIX}/usr"
52 - --libdir="${EPREFIX}/lib"
53 - --datadir="${EPREFIX}/usr/share"
54 - )
55 - echo "${conf[@]}" >&2
56 - "${conf[@]}" || die
57 -}
58
59 diff --git a/sys-apps/hwdata/hwdata-0.360.ebuild b/sys-apps/hwdata/hwdata-0.360.ebuild
60 deleted file mode 100644
61 index 81b4b0771008..000000000000
62 --- a/sys-apps/hwdata/hwdata-0.360.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 2022 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -DESCRIPTION="Hardware identification and configuration data"
71 -HOMEPAGE="https://github.com/vcrhonek/hwdata"
72 -SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
73 -
74 -LICENSE="GPL-2+"
75 -SLOT="0"
76 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
77 -RESTRICT="test"
78 -
79 -src_configure() {
80 - # configure is not compatible with econf
81 - local conf=(
82 - ./configure
83 - --prefix="${EPREFIX}/usr"
84 - --libdir="${EPREFIX}/lib"
85 - --datadir="${EPREFIX}/usr/share"
86 - )
87 - echo "${conf[@]}" >&2
88 - "${conf[@]}" || die
89 -}