zanshin-0.2.1-r1.ebuild 478 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. VIRTUALX_REQUIRED="test"
  5. inherit kde4-base
  6. DESCRIPTION="Todo management application for KDE"
  7. HOMEPAGE="https://zanshin.kde.org/"
  8. SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2"
  9. LICENSE="|| ( GPL-2 GPL-3 )"
  10. SLOT="4"
  11. KEYWORDS="amd64 x86"
  12. IUSE="debug"
  13. RDEPEND="
  14. $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
  15. dev-libs/boost
  16. "
  17. DEPEND=${RDEPEND}
  18. RESTRICT="test"