obs-service-meta-1.ebuild 962 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Metapackage to pull all open build service services"
  5. HOMEPAGE="http://openbuildservice.org/"
  6. SRC_URI=""
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="${DEPEND}
  13. dev-util/obs-service-cpanspec
  14. dev-util/obs-service-download_files
  15. dev-util/obs-service-download_src_package
  16. dev-util/obs-service-download_url
  17. dev-util/obs-service-extract_file
  18. dev-util/obs-service-format_spec_file
  19. dev-util/obs-service-generator_driver_update_disk
  20. dev-util/obs-service-recompress
  21. dev-util/obs-service-set_version
  22. dev-util/obs-service-source_validator
  23. dev-util/obs-service-verify_file
  24. "
  25. pkg_postinst() {
  26. if ! has_version dev-util/obs-service-tar_scm ; then
  27. elog "You should consider installing also following package"
  28. elog "if you plan to work with SCM packages:"
  29. elog " dev-util/obs-service-tar_scm"
  30. fi
  31. }