summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-12-24 00:16:39 +0200
committerMart Raudsepp <leio@gentoo.org>2019-12-24 00:23:02 +0200
commit5a2dc9087794486e77444ba8a7237492ba156d7b (patch)
tree3a4304538460b2a150cafd239b96e6641cd3c2bf /sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild
parentsys-apps/gnome-disk-utility: remove old (diff)
downloadgentoo-5a2dc9087794486e77444ba8a7237492ba156d7b.tar.gz
gentoo-5a2dc9087794486e77444ba8a7237492ba156d7b.tar.bz2
gentoo-5a2dc9087794486e77444ba8a7237492ba156d7b.zip
sys-apps/osinfo-db-tools: remove old
Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild')
-rw-r--r--sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild
deleted file mode 100644
index 0850c1e52e71..000000000000
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Tools for managing the osinfo database"
-HOMEPAGE="https://libosinfo.org/"
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Blocker on old libosinfo as osinfo-db-validate was part of it before
-RDEPEND="
- >=dev-libs/glib-2.36:2
- >=dev-libs/libxml2-2.6.0
- >=app-arch/libarchive-3.0.0:=
- dev-libs/json-glib
- !<sys-libs/libosinfo-1.0.0
-"
-# perl dep is for pod2man (and syntax check but only in git, but configure check exists in release)
-# libxslt is checked for in configure.ac, but never used in 1.1.0
-DEPEND="${RDEPEND}
- >=dev-libs/libxslt-1.0.0
- virtual/pkgconfig
- >=dev-util/intltool-0.40.0
- dev-lang/perl
-"