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: Thu, 15 Apr 2021 15:36:57
Message-Id: 1618500908.eb4234da6ba9e93fafc79cc44908a73f568816ad.mattst88@gentoo
1 commit: eb4234da6ba9e93fafc79cc44908a73f568816ad
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:35:08 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:35:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4234da
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 | 1 -
13 sys-apps/osinfo-db/osinfo-db-20201015.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
17 index e3063f56e11..10865a1350a 100644
18 --- a/sys-apps/osinfo-db/Manifest
19 +++ b/sys-apps/osinfo-db/Manifest
20 @@ -1,2 +1 @@
21 -DIST osinfo-db-20201015.tar.xz 108840 BLAKE2B cbda3fc868e2bd0f240d86dde70b04aa85ab869d6d8275426b60ca6ec63da3738da48b78540d5b4426e4aaea600d7ceb29d698618500fa1f45d6b2a1c3ddf5a4 SHA512 0c75ba6a3410af7e59e5696fff2883dd2285d9beb1eaaed90f12e78f05ad0e3f54352eb30ebfab2a4c4fa19c5c86c83b55931acdf04b25eeb015b19d64f824e6
22 DIST osinfo-db-20210312.tar.xz 113832 BLAKE2B 41deacfc739b00d76a50fef95476eb5ef134b30b3fd9c7d0847daf3e49163087c014db49de2bd50e079baa8e2ad1d5727010c97f53220a87579e220b7f7fb3b6 SHA512 f5644e37c9e1aebea2dcf5a63adec1fd7c0f98b7455c4dea8d8b51cba396a388f9d847d5dd5e0ef8426df8da228a9766a297852ff27cb72dacecd01fd9fbf19b
23
24 diff --git a/sys-apps/osinfo-db/osinfo-db-20201015.ebuild b/sys-apps/osinfo-db/osinfo-db-20201015.ebuild
25 deleted file mode 100644
26 index 109cfb6ee81..00000000000
27 --- a/sys-apps/osinfo-db/osinfo-db-20201015.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="osinfo database files"
36 -HOMEPAGE="https://libosinfo.org/"
37 -SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
38 -S="${WORKDIR}"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -
43 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
44 -
45 -BDEPEND="sys-apps/osinfo-db-tools"
46 -
47 -# we don't depend on intltool here, contrary to README, as the tarball already
48 -# contains the processed results with translations in XML files
49 -
50 -src_unpack() { :; }
51 -
52 -src_install() {
53 - osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" "${DISTDIR}/${A}"
54 -}