public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khard/
Date: Sun, 17 Dec 2017 17:26:20 +0000 (UTC)	[thread overview]
Message-ID: <1513531471.0200b1f8b188dfcbb10c1861fcea64d5c68bb176.andrey_utkin@gentoo> (raw)

commit:     0200b1f8b188dfcbb10c1861fcea64d5c68bb176
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 17:17:58 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 17:24:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0200b1f8

app-misc/khard: add new package

khard is a console CardDAV client, from same author as app-misc/khal.

Adding it to main gentoo repo fulfills bug #601440.
Previously khard was in xmw overlay, which is no longer available.

Based on original ebuild by Kristian <kbx <AT> posteo.de>.

Test phase will be implemented when upstream gets a test suite, waiting
for resolution of https://github.com/scheibler/khard/pull/96 .

Bug: https://bugs.gentoo.org/601440
Suggested-by: Kristian <kbx <AT> posteo.de>
Reviewed-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
Tested-by: Kristian <kbx <AT> posteo.de>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

 app-misc/khard/Manifest            |  1 +
 app-misc/khard/khard-0.11.4.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 app-misc/khard/metadata.xml        |  8 ++++++++
 3 files changed, 51 insertions(+)

diff --git a/app-misc/khard/Manifest b/app-misc/khard/Manifest
new file mode 100644
index 00000000000..c3b966dad7d
--- /dev/null
+++ b/app-misc/khard/Manifest
@@ -0,0 +1 @@
+DIST khard-0.11.4.tar.gz 5060159 BLAKE2B 2c176c8bc9651dfd05f3792a66a242eae44b64f9114098916ec8c6e91643c5d57a19f916a0f6e0c559738e1a6c59f88596a54068ba048219a7e4a4d60447a0fe SHA512 f8dda3dd34e529e24276933f5f7354891b8259dfabb8818b4d3898174fb3d8b8a1f24cf81038901e521ef8aeeacec37b45b34c6e4c7eb0022b212a2f476cd9ab

diff --git a/app-misc/khard/khard-0.11.4.ebuild b/app-misc/khard/khard-0.11.4.ebuild
new file mode 100644
index 00000000000..69d8bce4c09
--- /dev/null
+++ b/app-misc/khard/khard-0.11.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit distutils-r1
+DESCRIPTION="Console CardDAV client"
+HOMEPAGE="https://github.com/scheibler/khard"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="zsh-completion"
+
+if [ "${PV}" == "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/scheibler/khard"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/atomicwrites[${PYTHON_USEDEP}]
+	dev-python/configobj[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/vdirsyncer[${PYTHON_USEDEP}]
+	>dev-python/vobject-0.9.3[${PYTHON_USEDEP}]
+"
+# vobject-0.9.3 breaks khard, see
+# https://github.com/scheibler/khard/issues/87
+# https://github.com/eventable/vobject/issues/39
+
+DOCS=( AUTHORS CHANGES README.md misc/khard/khard.conf.example )
+
+src_install() {
+	distutils-r1_src_install
+
+	if use zsh-completion; then
+		insinto /usr/share/zsh/site-functions
+		doins misc/zsh/_khard
+	fi
+}

diff --git a/app-misc/khard/metadata.xml b/app-misc/khard/metadata.xml
new file mode 100644
index 00000000000..d8dfe0cd2f2
--- /dev/null
+++ b/app-misc/khard/metadata.xml
@@ -0,0 +1,8 @@
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>andrey_utkin@gentoo.org</email>
+	<name>Andrey Utkin</name>
+</maintainer>
+<longdescription>Console CardDAV client</longdescription>
+</pkgmetadata>


             reply	other threads:[~2017-12-17 17:26 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-17 17:26 Andrey Utkin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-19  1:44 [gentoo-commits] repo/gentoo:master commit in: app-misc/khard/ Andrey Utkin
2018-01-19  1:44 Andrey Utkin
2018-02-07 12:18 Andrey Utkin
2018-02-11 21:56 Thomas Deutschmann
2018-03-14 21:09 Markus Meier
2018-03-30 18:35 Aaron Bauman
2018-06-09 14:22 Mart Raudsepp
2019-01-28  2:24 Andrey Utkin
2019-01-28  2:24 Andrey Utkin
2019-01-28  2:24 Andrey Utkin
2019-04-10  3:18 Aaron Bauman
2020-05-06  1:01 Thomas Deutschmann
2020-06-21  6:23 Michał Górny
2020-08-02 20:33 Aaron Bauman
2020-08-02 20:33 Aaron Bauman
2020-08-30 13:48 Andrey Utkin
2020-08-30 13:48 Andrey Utkin
2020-10-19 20:13 Sam James
2020-10-20  5:06 Sam James
2020-10-25 19:46 Thomas Deutschmann
2020-10-28  6:49 Andrey Utkin
2021-07-31  0:18 Sam James
2021-07-31  0:18 Sam James
2021-12-21 16:49 Andrey Utkin
2022-03-05 14:28 Andrey Utkin
2022-03-05 20:02 Andrey Utkin
2022-04-13 14:46 Sam James
2022-06-08  6:13 Joonas Niilola
2022-06-08  6:13 Joonas Niilola
     [not found] <1654677763.a5179fe9f6dfd34db56d31b63ffc3f2ab918e788.ago@gentoo>
2022-06-08  8:43 ` Agostino Sarubbo
2022-06-08  8:43 Agostino Sarubbo
2022-11-15 18:17 Michał Górny
2023-02-25 12:43 Joonas Niilola
2023-05-01  0:12 Sam James
2023-05-01  0:16 Sam James
2023-05-01  0:30 Sam James
2023-05-01  1:48 Sam James
2023-05-01  1:48 Sam James
2023-05-01 12:34 Michał Górny
2024-05-28 15:27 Michał Górny
2024-09-08 14:17 Michał Górny
2024-09-08 14:17 Michał Górny
2024-09-08 14:17 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1513531471.0200b1f8b188dfcbb10c1861fcea64d5c68bb176.andrey_utkin@gentoo \
    --to=andrey_utkin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox