From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/goobook/Manifest | 3 +++ app-misc/goobook/goobook-1.9.ebuild | 48 +++++++++++++++++++++++++++++++++++++ app-misc/goobook/metadata.xml | 8 +++++++ 3 files changed, 59 insertions(+) create mode 100644 app-misc/goobook/Manifest create mode 100644 app-misc/goobook/goobook-1.9.ebuild create mode 100644 app-misc/goobook/metadata.xml (limited to 'app-misc/goobook') diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest new file mode 100644 index 000000000000..45c2b3fa6716 --- /dev/null +++ b/app-misc/goobook/Manifest @@ -0,0 +1,3 @@ +DIST goobook-1.9.tar.gz 29274 BLAKE2B 1c2b0b04a7bd21135395d9c3965095973d6a67a9ecb1a6bbe948864eb8bd0e4ed86197de6f5545ce112cc8538abb5ab9fb773b72b569bc9f16c67dcbcd432d5e SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81 +EBUILD goobook-1.9.ebuild 1283 BLAKE2B 3c2d2f5e9abd108e7b862277a2ad4e7a1210b54020bedaaf2852c0676ab5bfc0a780b178b9834bfde07a3f06962c88407d622f92ba1320846519d22a9a0ce077 SHA512 6e2b832fa37515cf0261aa6470d3574030bfb77c3b31341727bdaea88dab105d282209d7b9715af4fe4b6cad81666f403f899ac144ba70b203a323753f1680f1 +MISC metadata.xml 236 BLAKE2B 0b441545ebad176e67b82577d407fc280cea06ace296cf2093a27e857949f54a26223f5abbe647a0fb0af84ca1d5de8cf65a9bd42ff94d800811b35d851c95b1 SHA512 6b64fd0f7010bcab565170cca870128cf8146528f82ec1ae7c0d8a0e1d128f0259023ced9f021e5f3b467727164b95f0a9324caf71d14acc8c83ac7a0be42254 diff --git a/app-misc/goobook/goobook-1.9.ebuild b/app-misc/goobook/goobook-1.9.ebuild new file mode 100644 index 000000000000..4542ff94344e --- /dev/null +++ b/app-misc/goobook/goobook-1.9.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 readme.gentoo + +DESCRIPTION="Google Contacts wrapper for mutt" +HOMEPAGE="https://gitlab.com/goobook/goobook" +SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/gdata-2.0.7[${PYTHON_USEDEP}] + >=dev-python/hcs-utils-1.3[${PYTHON_USEDEP}] + >=dev-python/keyring-0.2[${PYTHON_USEDEP}] + >=dev-python/simplejson-2.1.0[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] + >=dev-python/oauth2client-1.4.11[${PYTHON_USEDEP}]" + +DEPEND="${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}]" + +src_install() { + distutils-r1_src_install + readme.gentoo_create_doc +} + +FORCE_PRINT_ELOG=1 # remove in the next bump +DISABLE_AUTOFORMATTING=1 +DOC_CONTENTS=" +To setup initial authentication, execute: + +~ $ goobook authenticate + +If you want to use goobook from mutt, add this in your .muttrc file: + set query_command=\"goobook query '%s'\" +to query address book. + +You may find more information and advanced configuration tips at +https://pypi.org/project/${PN}/${PV} in \"Configure/Mutt\" section" diff --git a/app-misc/goobook/metadata.xml b/app-misc/goobook/metadata.xml new file mode 100644 index 000000000000..df79387b9d9e --- /dev/null +++ b/app-misc/goobook/metadata.xml @@ -0,0 +1,8 @@ + + + + + + goobook + + -- cgit v1.2.3