Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db/
Date: Mon, 24 Jan 2022 22:43:41
Message-Id: 1643064177.ead15eb23970c42c7cc1c8db7aae006cf9471c07.mattst88@gentoo
1 commit: ead15eb23970c42c7cc1c8db7aae006cf9471c07
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 21:15:00 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:42:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead15eb2
7
8 sys-apps/osinfo-db: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/osinfo-db/Manifest | 2 --
13 sys-apps/osinfo-db/osinfo-db-20210621.ebuild | 25 -------------------------
14 sys-apps/osinfo-db/osinfo-db-20210806.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
18 index aa145d8a991d..17a6eaa154ef 100644
19 --- a/sys-apps/osinfo-db/Manifest
20 +++ b/sys-apps/osinfo-db/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST osinfo-db-20210621.tar.xz 118292 BLAKE2B 6051916322b52cc3496819a29257940421dfaa3071a7d3adc2aa644fd04e1100b2c6d272e88a9fb0205d97c4b7e9035f6e4d5833bf901b985c472164ab98034d SHA512 c0ed0621d799b6515038716bd3b78f6b9f7fa6f80dc83899f691e69a9dc604a43d8d36f0ba5810c68731f0e3ded5fac0a66b7be9c66a14d501384c6850bdb797
23 -DIST osinfo-db-20210806.tar.xz 120664 BLAKE2B 1b52a2eee65e947dba9929e09758212a02cd3b33930abf0fb90ee99692e9f454bc1151d75357e4d3eecd5cb65e39f70a0effeb153ce71c3a24ffc0ba334c77df SHA512 cd71e85e88bdb4d904ab078ef77799c3e74d922e466889713124cb5e3d4138a28fa6c83af6f30e299e33376b9ff015f679611d2e5849c36923428cd78bafb120
24 DIST osinfo-db-20210809.tar.xz 120848 BLAKE2B 0d58c852c92d44d0e555bc572080f0390f2feb47904607486005f5d449fe8f732aaeab512cf5015f763c46af71ece536cd06dd2c9164a5c31c8ffd78533065bb SHA512 e191531b43a806acdd2b11f69d293c31ce809786bf1d224e15e54e80079ff9de49b6e7e44595a75c27d98585fe8389e293e333872a8c8d1c4e1cff9873a78b1a
25 DIST osinfo-db-20211216.tar.xz 126600 BLAKE2B 1da310646d36384cd528b9e8ea95a0f55ac7aa3ee056ac4db3fd076af23d3b991ae5da82c572c3f0f891c0d4d5ade72636524fd8eac6547a29a3f127a6f46971 SHA512 0bf5b6b2b8ba9629866968f454771380ec56bb1513ead9164c0b8fd18ff374a5e0921d621750b5ea2e3d6de682d647258a9d19cb689ae185e5d6d8821cf3390b
26
27 diff --git a/sys-apps/osinfo-db/osinfo-db-20210621.ebuild b/sys-apps/osinfo-db/osinfo-db-20210621.ebuild
28 deleted file mode 100644
29 index 109cfb6ee818..000000000000
30 --- a/sys-apps/osinfo-db/osinfo-db-20210621.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="osinfo database files"
39 -HOMEPAGE="https://libosinfo.org/"
40 -SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
41 -S="${WORKDIR}"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -
46 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
47 -
48 -BDEPEND="sys-apps/osinfo-db-tools"
49 -
50 -# we don't depend on intltool here, contrary to README, as the tarball already
51 -# contains the processed results with translations in XML files
52 -
53 -src_unpack() { :; }
54 -
55 -src_install() {
56 - osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" "${DISTDIR}/${A}"
57 -}
58
59 diff --git a/sys-apps/osinfo-db/osinfo-db-20210806.ebuild b/sys-apps/osinfo-db/osinfo-db-20210806.ebuild
60 deleted file mode 100644
61 index b76468286d57..000000000000
62 --- a/sys-apps/osinfo-db/osinfo-db-20210806.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -DESCRIPTION="osinfo database files"
71 -HOMEPAGE="https://libosinfo.org/"
72 -SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
73 -S="${WORKDIR}"
74 -
75 -LICENSE="GPL-2+"
76 -SLOT="0"
77 -
78 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
79 -
80 -BDEPEND="sys-apps/osinfo-db-tools"
81 -
82 -# we don't depend on intltool here, contrary to README, as the tarball already
83 -# contains the processed results with translations in XML files
84 -
85 -src_unpack() { :; }
86 -
87 -src_install() {
88 - osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" "${DISTDIR}/${A}"
89 -}