add app-misc/gcalcli-3.3

This commit is contained in:
Florian Tham
2015-06-30 21:53:42 +02:00
parent 4843bf0b5b
commit 1a3b8b38d2
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST gcalcli-3.3.tar.gz 1673721 SHA256 ad7a4e10d8966b1468f9948ebd2e0fbde15982d850626f2a1d671a9ec3303c4f SHA512 b58c2aabaa514da715558af2c8ef579b30e31003204953feb9f51be6cd8066e40c317844eecc43396b71590b717230f0ff94fa8c14b9a0486746e723a718b876 WHIRLPOOL f0541ce1c766b329381e3cc4776601e3195f2ffb636654e46b9a7928b3c24160576c384791be9eab1320a2610138ddeb87d0716c637190f91ea3eed3aa0a989a
EBUILD gcalcli-3.3.ebuild 784 SHA256 8f611c14de0a6ae485fe980b49c1435d87fdb2da3139c92fe7632cc4ad785b27 SHA512 a98222c45092332d05b481fbccd531237eefdd02b7b8cb907f919551a02b008a2ab7365455b34a9cf1ca46b382a863f6b8967b9fa81bd1a4a0d0f1244125837b WHIRLPOOL 311ce1144d9d26ea478d949af2065363483ce8090842314f22b36ae80ce11bf67c4cb734b20c9cfba45cefb88a367ed6d174a219485d1b451240a307ef1ac1e7

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/gcalcli-3.3.ebuild,v 1.2 2015/06/30 21:51:01 flo Exp $
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=""
DEPEND=""
RDEPEND="dev-python/python-dateutil
dev-python/google-api-python-client
dev-python/gdata
dev-python/vobject"
src_install() {
dodoc -r ChangeLog README.md docs
python_foreach_impl python_doscript ${PN}
}