diff options
| author | eroen | 2017-07-27 17:06:11 +0200 |
|---|---|---|
| committer | eroen | 2017-07-27 17:06:30 +0200 |
| commit | a1fde64e1209723aa8fa9f40c15f9d6ac87cdc9d (patch) | |
| tree | 5b16c0b68fa982603d94c0e0b0e1e040eb01a0de /app-misc/gcalcli/gcalcli-3.3.2.ebuild | |
| parent | a237a6eaa0cff0a3ec54d55d4e3aa438da552a6a (diff) | |
| download | eroen-overlay-a1fde64e1209723aa8fa9f40c15f9d6ac87cdc9d.tar.gz eroen-overlay-a1fde64e1209723aa8fa9f40c15f9d6ac87cdc9d.tar.bz2 eroen-overlay-a1fde64e1209723aa8fa9f40c15f9d6ac87cdc9d.tar.xz | |
gcalcli-4.0.0_alpha3 - bump
Diffstat (limited to 'app-misc/gcalcli/gcalcli-3.3.2.ebuild')
| -rw-r--r-- | app-misc/gcalcli/gcalcli-3.3.2.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/gcalcli/gcalcli-3.3.2.ebuild b/app-misc/gcalcli/gcalcli-3.3.2.ebuild deleted file mode 100644 index 4a505354..00000000 --- a/app-misc/gcalcli/gcalcli-3.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# google-api-python-client only supports these -PYTHON_COMPAT=( python2_7 pypy ) - -inherit python-r1 - -DESCRIPTION="Google Calendar Command Line Interface" -HOMEPAGE="https://github.com/insanum/gcalcli" -SRC_URI="https://github.com/insanum/gcalcli/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/google-api-python-client[${PYTHON_USEDEP}] - dev-python/gdata[${PYTHON_USEDEP}] - dev-python/vobject[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -src_install() { - dodoc -r ChangeLog README.md docs - python_foreach_impl python_doscript ${PN} -} |
