icemon-20140102.ebuild 454 B

12345678910111213141516171819202122
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit kde4-base
  5. DESCRIPTION="Icemon is a KDE monitor program for use with Icecream compile clusters"
  6. HOMEPAGE="http://www.opensuse.org/icecream"
  7. SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. RDEPEND="
  12. sys-devel/icecream
  13. "
  14. DEPEND="${RDEPEND}
  15. app-text/docbook2X
  16. "