commit:     328c30e2f7f2990b80656163dc65882a5bf5fdfa
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 19 21:33:02 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Feb 19 21:33:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328c30e2

sys-apps/osinfo-db-tools: bump to 1.3.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-apps/osinfo-db-tools/Manifest                  |  1 +
 .../osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild   | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/osinfo-db-tools/Manifest 
b/sys-apps/osinfo-db-tools/Manifest
index 40a8eb5f250..d00d03a1a6a 100644
--- a/sys-apps/osinfo-db-tools/Manifest
+++ b/sys-apps/osinfo-db-tools/Manifest
@@ -1 +1,2 @@
 DIST osinfo-db-tools-1.2.0.tar.gz 447185 BLAKE2B 
c8ac2556d552bbeee0b8e0615ac5cbb1ed69bff02342617f3b64256120a93696965aa18ba6810b96b1746ed8db6d72db446a72caaf2c3ad850db9d4d4f260bd9
 SHA512 
6e2519eacb5b60449c968e53a4363966b42ca7c564fac7db7d982ceeecfa70ac0662dc6ea75a2d503a7fa74c8789e0fd1331cd8fd3d75fec5d2cd1a646896b3d
+DIST osinfo-db-tools-1.3.0.tar.gz 456012 BLAKE2B 
5c29581f4947caf4ee06f435891cccaeb53b9514cc2bf4ad4bac1e8ee38ebeb61678ee886389f837c9f578f1df93ed94f8492165e1613d1bb60b246ea5c52428
 SHA512 
e488db70b85ba8d5abadf6c50a772f7cd338405c9465189a70eb0da1b488434cd234118f44933847cd05406f55831d08db767932794798270be5964fa4c3dc1e

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
new file mode 100644
index 00000000000..f778ca05df0
--- /dev/null
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# 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
+"

Reply via email to