diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-23 09:21:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-23 09:26:27 +0100 |
commit | 081af030e153d918efc041f296b005bcabdc374b (patch) | |
tree | 799d194e3e9f11d2d3459864cd439c0ae7adafba /app-misc | |
parent | dev-lang/gnat-gpl: Stable versions (diff) | |
download | gentoo-081af030e153d918efc041f296b005bcabdc374b.tar.gz gentoo-081af030e153d918efc041f296b005bcabdc374b.tar.bz2 gentoo-081af030e153d918efc041f296b005bcabdc374b.zip |
app-misc/goobook: Drop old
Closes: https://bugs.gentoo.org/670536
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/goobook/Manifest | 1 | ||||
-rw-r--r-- | app-misc/goobook/goobook-1.9.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest index 2cc06ea37029..77ff4c3178c0 100644 --- a/app-misc/goobook/Manifest +++ b/app-misc/goobook/Manifest @@ -1,2 +1 @@ -DIST goobook-1.9.tar.gz 29274 BLAKE2B 1c2b0b04a7bd21135395d9c3965095973d6a67a9ecb1a6bbe948864eb8bd0e4ed86197de6f5545ce112cc8538abb5ab9fb773b72b569bc9f16c67dcbcd432d5e SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81 DIST goobook-3.4.tar.gz 35100 BLAKE2B 8419f79313a68b108f08a0f7a0b6809d01979a01044d011f53acdf554e87f20f3ac41819a4823abd74e1c8ce0350956e91f17ae9a9342551a263af72b7b6c98a SHA512 e58cdee28ee4464548b04800740d0ffd40ce972efd52af9509f3de603eed9e50fad03cc9116f1d0dc42f77621bbab58d73bff98cf35a3cb55b24a0f04b26cd4d diff --git a/app-misc/goobook/goobook-1.9.ebuild b/app-misc/goobook/goobook-1.9.ebuild deleted file mode 100644 index 4542ff94344e..000000000000 --- a/app-misc/goobook/goobook-1.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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" |