akonadi-git-resource-0_p20131023.ebuild 456 B

12345678910111213141516171819202122
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit kde4-base
  5. DESCRIPTION="Git commit integration in Akonadi"
  6. HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-git-resource"
  7. LICENSE="GPL-2"
  8. SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
  9. SLOT="4"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE="debug"
  12. DEPEND="
  13. $(add_kdeapps_dep kdepimlibs)
  14. >=dev-libs/libgit2-0.17
  15. "