From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8AEB1388C1 for ; Sun, 21 Feb 2016 15:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E401621C095; Sun, 21 Feb 2016 15:18:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 530E921C095 for ; Sun, 21 Feb 2016 15:18:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91610340C55 for ; Sun, 21 Feb 2016 15:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAD0C18A6 for ; Sun, 21 Feb 2016 15:18:51 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1456067843.c122ded892bf5a3e75c49bd3ce58f76c6f09156a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/khal/Manifest app-misc/khal/khal-0.7.0.ebuild app-misc/khal/metadata.xml X-VCS-Directories: app-misc/khal/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: c122ded892bf5a3e75c49bd3ce58f76c6f09156a X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:18:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55a0eb17-4c00-4b1f-9e37-e15ec8930dbb X-Archives-Hash: 6676d48a07d53f155c9535a419b68218 commit: c122ded892bf5a3e75c49bd3ce58f76c6f09156a Author: Amy Winston gentoo org> AuthorDate: Sun Feb 21 15:13:15 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Sun Feb 21 15:17:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c122ded8 app-misc/khal: Initial commit new package bug #550998 Package-Manager: portage-2.2.26 app-misc/khal/Manifest | 1 + app-misc/khal/khal-0.7.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++ app-misc/khal/metadata.xml | 7 +++++++ 3 files changed, 52 insertions(+) diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest new file mode 100644 index 0000000..b9f6e50 --- /dev/null +++ b/app-misc/khal/Manifest @@ -0,0 +1 @@ +DIST khal-0.7.0.tar.gz 109801 SHA256 c6b0c81df56133e4592f02d8e9b60702079da2affd1b09ba96358ccd8eec9402 SHA512 cad0bd8c5e869ffb5333e62747f0c5f71ae4a82adf60889922fcc61b4befefd926b0d642fcb8aec471aafc3fab6f042fa4253d381936c229582a8196319a1505 WHIRLPOOL bd265e0c2ff84014ae7b706722e8b850221458ad4c24dd9137321c06048ed1b5442eb93b7d18338a97f201b6e598bef2be3abe375b80f9530306e2617c73cfbd diff --git a/app-misc/khal/khal-0.7.0.ebuild b/app-misc/khal/khal-0.7.0.ebuild new file mode 100644 index 0000000..a720dac --- /dev/null +++ b/app-misc/khal/khal-0.7.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_7,3_3,3_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[${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 +} diff --git a/app-misc/khal/metadata.xml b/app-misc/khal/metadata.xml new file mode 100644 index 0000000..9733c2c --- /dev/null +++ b/app-misc/khal/metadata.xml @@ -0,0 +1,7 @@ + + + + + amynka@gentoo.org + +