etm-696-r1.ebuild 577 B

123456789101112131415161718192021
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 )
  5. inherit distutils-r1
  6. DESCRIPTION="Event and Task Manager, an intuitive time management application"
  7. HOMEPAGE="http://www.duke.edu/~dgraham/ETM/"
  8. SRC_URI="mirror://sourceforge/etmeventandtask/${P}.tar.gz"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE="ical"
  13. DEPEND="dev-python/wxpython:2.8[${PYTHON_USEDEP}]
  14. dev-python/python-dateutil[${PYTHON_USEDEP}]
  15. ical? ( dev-python/icalendar[${PYTHON_USEDEP}] )"
  16. RDEPEND="${DEPEND}"