molecule-2.ebuild 412 B

123456789101112131415161718
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="6"
  4. DESCRIPTION="Meta package for dev-util/molecule-core and dev-util/molecule-plugins"
  5. HOMEPAGE="http://www.sabayon.org"
  6. SRC_URI=""
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="+plugins"
  11. DEPEND=""
  12. RDEPEND=">=dev-util/molecule-core-1.0.2
  13. plugins? ( >=dev-util/molecule-plugins-1.0.2 )"