summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-09 12:40:04 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-09 13:06:02 +0300
commitd02033d0943fd32686a1d1e6d869544f77ff26d2 (patch)
tree0cecd906b5998e3e41da9233503adfee2b73c04c /sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild
parentsys-apps/osinfo-db: remove old (diff)
downloadgentoo-d02033d0943fd32686a1d1e6d869544f77ff26d2.tar.gz
gentoo-d02033d0943fd32686a1d1e6d869544f77ff26d2.tar.bz2
gentoo-d02033d0943fd32686a1d1e6d869544f77ff26d2.zip
sys-apps/osinfo-db-tools: bump to 1.2.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild')
-rw-r--r--sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild
new file mode 100644
index 000000000000..6115da055d99
--- /dev/null
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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:=
+ !<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
+"