public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db/
Date: Mon, 24 Jan 2022 22:43:34 +0000 (UTC)	[thread overview]
Message-ID: <1643064177.ead15eb23970c42c7cc1c8db7aae006cf9471c07.mattst88@gentoo> (raw)

commit:     ead15eb23970c42c7cc1c8db7aae006cf9471c07
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 21:15:00 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 22:42:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead15eb2

sys-apps/osinfo-db: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-apps/osinfo-db/Manifest                  |  2 --
 sys-apps/osinfo-db/osinfo-db-20210621.ebuild | 25 -------------------------
 sys-apps/osinfo-db/osinfo-db-20210806.ebuild | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index aa145d8a991d..17a6eaa154ef 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,4 +1,2 @@
-DIST osinfo-db-20210621.tar.xz 118292 BLAKE2B 6051916322b52cc3496819a29257940421dfaa3071a7d3adc2aa644fd04e1100b2c6d272e88a9fb0205d97c4b7e9035f6e4d5833bf901b985c472164ab98034d SHA512 c0ed0621d799b6515038716bd3b78f6b9f7fa6f80dc83899f691e69a9dc604a43d8d36f0ba5810c68731f0e3ded5fac0a66b7be9c66a14d501384c6850bdb797
-DIST osinfo-db-20210806.tar.xz 120664 BLAKE2B 1b52a2eee65e947dba9929e09758212a02cd3b33930abf0fb90ee99692e9f454bc1151d75357e4d3eecd5cb65e39f70a0effeb153ce71c3a24ffc0ba334c77df SHA512 cd71e85e88bdb4d904ab078ef77799c3e74d922e466889713124cb5e3d4138a28fa6c83af6f30e299e33376b9ff015f679611d2e5849c36923428cd78bafb120
 DIST osinfo-db-20210809.tar.xz 120848 BLAKE2B 0d58c852c92d44d0e555bc572080f0390f2feb47904607486005f5d449fe8f732aaeab512cf5015f763c46af71ece536cd06dd2c9164a5c31c8ffd78533065bb SHA512 e191531b43a806acdd2b11f69d293c31ce809786bf1d224e15e54e80079ff9de49b6e7e44595a75c27d98585fe8389e293e333872a8c8d1c4e1cff9873a78b1a
 DIST osinfo-db-20211216.tar.xz 126600 BLAKE2B 1da310646d36384cd528b9e8ea95a0f55ac7aa3ee056ac4db3fd076af23d3b991ae5da82c572c3f0f891c0d4d5ade72636524fd8eac6547a29a3f127a6f46971 SHA512 0bf5b6b2b8ba9629866968f454771380ec56bb1513ead9164c0b8fd18ff374a5e0921d621750b5ea2e3d6de682d647258a9d19cb689ae185e5d6d8821cf3390b

diff --git a/sys-apps/osinfo-db/osinfo-db-20210621.ebuild b/sys-apps/osinfo-db/osinfo-db-20210621.ebuild
deleted file mode 100644
index 109cfb6ee818..000000000000
--- a/sys-apps/osinfo-db/osinfo-db-20210621.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="https://libosinfo.org/"
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~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}"
-}

diff --git a/sys-apps/osinfo-db/osinfo-db-20210806.ebuild b/sys-apps/osinfo-db/osinfo-db-20210806.ebuild
deleted file mode 100644
index b76468286d57..000000000000
--- a/sys-apps/osinfo-db/osinfo-db-20210806.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="https://libosinfo.org/"
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~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}"
-}


             reply	other threads:[~2022-01-24 22:43 UTC|newest]

Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 22:43 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db/ Arthur Zamarin
2024-10-17  8:51 Pacho Ramos
2024-06-09 15:22 Mart Raudsepp
2024-06-09 15:22 Mart Raudsepp
2024-06-01 12:01 Pacho Ramos
2024-01-28 12:18 Pacho Ramos
2024-01-28 12:18 Pacho Ramos
2024-01-06  8:11 Sam James
2024-01-06  8:11 Sam James
2024-01-04 18:11 Arthur Zamarin
2023-12-03  7:01 Sam James
2023-09-05 20:28 Matt Turner
2023-08-30  7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-16 22:32 Matt Turner
2023-07-19 14:48 Matt Turner
2023-07-19 14:48 Matt Turner
2023-07-02 17:31 Sam James
2023-07-02 11:18 Sam James
2023-07-02  8:33 Sam James
2023-05-19 18:08 Matt Turner
2023-05-17 21:55 Matt Turner
2023-05-02 19:58 Arthur Zamarin
2023-05-02 19:16 Sam James
2023-05-02 17:30 Arthur Zamarin
2023-03-08 15:10 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-04 15:59 WANG Xuerui
2022-12-04  2:41 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-11-05  5:59 Arthur Zamarin
2022-10-19  1:44 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-01  1:20 Matt Turner
2022-07-29  1:41 Matt Turner
2022-07-21  2:04 Matt Turner
2022-07-18 23:41 Sam James
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2022-05-17 19:10 Matt Turner
2022-03-18 19:24 Matt Turner
2022-02-15 20:36 Matt Turner
2021-12-19  2:00 Matt Turner
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-10-04  1:24 Sam James
2021-08-12 21:32 Matt Turner
2021-08-08 22:23 Matt Turner
2021-07-26  7:15 Matt Turner
2021-07-11 20:48 Sam James
2021-07-10 15:40 Sam James
2021-06-23 20:31 Matt Turner
2021-06-06 21:49 Matt Turner
2021-05-31  2:00 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-04-27 22:17 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15  5:25 Sam James
2021-04-15  1:33 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-04-13 16:12 Matt Turner
2021-04-12 23:11 Sam James
2021-04-01 16:44 Thomas Deutschmann
2021-03-13  3:51 Matt Turner
2021-03-12  8:01 Mikle Kolyada
2020-11-08  3:51 Matt Turner
2020-11-07 19:54 Mart Raudsepp
2020-08-30 18:28 Sam James
2020-08-30 18:09 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-07-26 19:03 Mart Raudsepp
2020-06-20 16:36 Mart Raudsepp
2020-06-20 16:36 Mart Raudsepp
2020-04-19 15:37 Mart Raudsepp
2020-03-12 14:11 Mart Raudsepp
2020-03-12 14:05 Mart Raudsepp
2020-03-03 12:39 Agostino Sarubbo
2020-03-03 11:46 Agostino Sarubbo
2020-02-23 18:10 Mart Raudsepp
2019-12-23 22:23 Mart Raudsepp
2019-12-09  0:10 Aaron Bauman
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-05-22 21:20 Aaron Bauman
2019-03-31  7:36 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-02-19 21:39 Mart Raudsepp
2019-02-19 21:39 Mart Raudsepp
2019-02-19 21:39 Mart Raudsepp
2018-12-11 21:59 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-10-31 11:25 Mart Raudsepp
2018-08-02 20:32 Mart Raudsepp
2018-07-09 19:16 Mart Raudsepp
2018-07-09 16:14 Mikle Kolyada
2018-07-09 10:08 Mart Raudsepp
2018-07-09 10:08 Mart Raudsepp
2018-07-06 13:43 Thomas Deutschmann
2018-06-05 16:07 Mart Raudsepp
2018-05-22 20:36 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2017-12-21 23:31 Mart Raudsepp
2017-12-16 14:04 Tobias Klausmann
2017-11-06 22:18 Sergei Trofimovich
2017-11-06 21:20 Sergei Trofimovich
2017-08-19 23:31 Gilles Dartiguelongue
2017-07-14 15:25 Alexis Ballier
2017-07-07 21:31 Mart Raudsepp
2017-07-01 10:35 Sergei Trofimovich
2017-05-09  7:49 Tobias Klausmann
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 21:23 Agostino Sarubbo
2017-03-31 10:08 Michael Weber
2017-03-31  9:30 Michael Weber
2017-03-31  9:30 Michael Weber
2017-03-28 19:38 Mart Raudsepp

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=1643064177.ead15eb23970c42c7cc1c8db7aae006cf9471c07.mattst88@gentoo \
    --to=mattst88@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