osinfo-db-tools-1.1.0.ebuild 735 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit gnome2
  5. DESCRIPTION="Tools for managing the osinfo database"
  6. HOMEPAGE="http://libosinfo.org/"
  7. SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
  11. # Blocker on old libosinfo as osinfo-db-validate was part of it before
  12. RDEPEND="
  13. >=dev-libs/glib-2.36:2
  14. >=dev-libs/libxml2-2.6.0
  15. >=app-arch/libarchive-3.0.0:=
  16. !<sys-libs/libosinfo-1.0.0
  17. "
  18. # perl dep is for pod2man
  19. # libxslt is checked for in configure.ac, but never used in 1.1.0
  20. DEPEND="${RDEPEND}
  21. >=dev-libs/libxslt-1.0.0
  22. virtual/pkgconfig
  23. >=dev-util/intltool-0.40.0
  24. dev-lang/perl
  25. "