diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:14:49 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:58 -0400 |
commit | 81d486b4c342d730b88d258758d63d8aee7c55f6 (patch) | |
tree | ba76f8666a55d7ff9d918d20e1f042f816c5218d /sys-apps/osinfo-db | |
parent | sys-apps/gnome-disk-utility: Drop old versions (diff) | |
download | gentoo-81d486b4c342d730b88d258758d63d8aee7c55f6.tar.gz gentoo-81d486b4c342d730b88d258758d63d8aee7c55f6.tar.bz2 gentoo-81d486b4c342d730b88d258758d63d8aee7c55f6.zip |
sys-apps/osinfo-db: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/osinfo-db')
-rw-r--r-- | sys-apps/osinfo-db/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/osinfo-db/osinfo-db-20221130.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest index 0a69d1a9c181..957214d41536 100644 --- a/sys-apps/osinfo-db/Manifest +++ b/sys-apps/osinfo-db/Manifest @@ -1,2 +1 @@ -DIST osinfo-db-20221130.tar.xz 135936 BLAKE2B 34fbbf6eded6d6e53c361ed8e5fc2a45eba546ae6aff3e02f31d321150ff1d7e05be9430d2a8c3a482139e21c73f310ec583d74827c38d206c219ee25f889cf4 SHA512 c0e7cf305d113c61e40f315521e606e73373ffa819ba059cb5ef245784fbf23e247180e8da1da366c96f1595470a870f193ed93a643675dda356b2c79f798015 DIST osinfo-db-20230308.tar.xz 138760 BLAKE2B d4b6a2b80f1fd20c57da0f37d47fda30a7fa254f657d173086b3bc3d6cb9b955e1d8b5bd82312c1396c2e4f300ace13f4bdf46e3cec94da33af81f1bd3e73acd SHA512 d59effc4b36a47b95f03a881a392594cd82f0d4b406003288468e7e31be002db061af4674082af34f339a00835d245d7a38d3788e58b74e3cdf01a455b94b860 diff --git a/sys-apps/osinfo-db/osinfo-db-20221130.ebuild b/sys-apps/osinfo-db/osinfo-db-20221130.ebuild deleted file mode 100644 index 39975fdbe992..000000000000 --- a/sys-apps/osinfo-db/osinfo-db-20221130.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 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}" -} |