zanshin-0.3.1.ebuild 535 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. VIRTUALX_REQUIRED="test"
  5. inherit kde4-base
  6. DESCRIPTION="Todo management application by 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. DEPEND="
  14. $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
  15. $(add_kdeapps_dep kdepimlibs)
  16. dev-libs/boost
  17. kde-frameworks/baloo:4
  18. "
  19. RDEPEND="${DEPEND}"
  20. RESTRICT="test"