From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BE0A158089 for ; Tue, 5 Sep 2023 20:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E7C2BC09C; Tue, 5 Sep 2023 20:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20A462BC09C for ; Tue, 5 Sep 2023 20:28:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69759335C5A for ; Tue, 5 Sep 2023 20:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B95EB113E for ; Tue, 5 Sep 2023 20:28:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1693945714.16351f4d65c24a8de3f98025971de8cd07255af6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/osinfo-db/Manifest sys-apps/osinfo-db/osinfo-db-20230518.ebuild X-VCS-Directories: sys-apps/osinfo-db/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 16351f4d65c24a8de3f98025971de8cd07255af6 X-VCS-Branch: master Date: Tue, 5 Sep 2023 20:28:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcba3d4c-c4af-4bb1-b130-5b4459d83e20 X-Archives-Hash: 760326982d2fcc3c64d201f8ea2802cd commit: 16351f4d65c24a8de3f98025971de8cd07255af6 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 5 19:08:07 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 5 20:28:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16351f4d sys-apps/osinfo-db: Drop old versions Signed-off-by: Matt Turner gentoo.org> sys-apps/osinfo-db/Manifest | 1 - sys-apps/osinfo-db/osinfo-db-20230518.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest index d8366af2e481..3877d4c577da 100644 --- a/sys-apps/osinfo-db/Manifest +++ b/sys-apps/osinfo-db/Manifest @@ -1,2 +1 @@ -DIST osinfo-db-20230518.tar.xz 142340 BLAKE2B d64a53fd4891b3f71d3e6470fc57dbd59d314f7eca6561d9b4a1985a24cd662a9fc35943b67f35f73a218028e16a2f15f3bc7b771fe1231508f2b76941a53c28 SHA512 16a275c8df9df8256b117896b749b060f7b63aa59e468d968fafdb68ee8654c73cd659c6b8bf36e91a0d5892d6d83a29d98b9fc77dd1286f8f25ffca289bba4e DIST osinfo-db-20230719.tar.xz 144088 BLAKE2B 2b4297be735da6a9c37f3ccb9164071afd8983740eb6d400d0262f76e27a5bdfde74d35d104ec9487ed4b1ba48306bffe7a3704017cde9429aca9a0f22b881f1 SHA512 42751d3c8defea0aec49389354a4b682e1881f6387296e7d1b8d32afe3a1d8b9d7a3093bac33d0dbba359d28f1375f35dee7b0ca89fc7f1ce39276c231deda7b diff --git a/sys-apps/osinfo-db/osinfo-db-20230518.ebuild b/sys-apps/osinfo-db/osinfo-db-20230518.ebuild deleted file mode 100644 index b300a6e56333..000000000000 --- a/sys-apps/osinfo-db/osinfo-db-20230518.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="osinfo database files" -HOMEPAGE="https://libosinfo.org/ https://gitlab.com/libosinfo/osinfo-db" -SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz" -S="${WORKDIR}" - -LICENSE="GPL-2+" -SLOT="0" - -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" - -BDEPEND="sys-apps/osinfo-db-tools" - -# we don't depend on intltool here, contrary to README, as the tarball already -# contains the processed results with translations in XML files - -src_unpack() { :; } - -src_install() { - osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" "${DISTDIR}/${A}" -}