summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-10-03 10:27:43 +0200
committerAmy Liffey <amynka@gentoo.org>2017-10-03 10:28:21 +0200
commit0d2e3cab295717e4ca2cf90dbecf86f2fcc5d386 (patch)
treebabadca48bf916e7be3746a94806c5e91639677d /app-misc/khal/khal-0.8.1.ebuild
parentapp-misc/khal: version bump 0.9.7 bug #631160 (diff)
downloadgentoo-0d2e3cab295717e4ca2cf90dbecf86f2fcc5d386.tar.gz
gentoo-0d2e3cab295717e4ca2cf90dbecf86f2fcc5d386.tar.bz2
gentoo-0d2e3cab295717e4ca2cf90dbecf86f2fcc5d386.zip
app-misc/khal: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-misc/khal/khal-0.8.1.ebuild')
-rw-r--r--app-misc/khal/khal-0.8.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-misc/khal/khal-0.8.1.ebuild b/app-misc/khal/khal-0.8.1.ebuild
deleted file mode 100644
index 6fa2eea34214..000000000000
--- a/app-misc/khal/khal-0.8.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_4 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="A CalDAV based calendar"
-HOMEPAGE="http://lostpackets.de/khal/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="zsh-completion"
-
-RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
- dev-python/icalendar[${PYTHON_USEDEP}]
- dev-python/urwid[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/vdirsyncer-0.5.2[${PYTHON_USEDEP}]
- dev-python/pkginfo[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
- dev-python/setproctitle[${PYTHON_USEDEP}]
- zsh-completion? ( app-shells/zsh )"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.txt README.rst khal.conf.sample )
-
-src_install() {
- distutils-r1_src_install
- if use zsh-completion; then
- insinto /usr/share/zsh/site-functions
- doins misc/__khal
- fi
-}