commit: d9c2b4f19d2aef2b8848378bcd391a22e7d2ead9 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun May 14 10:36:57 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun May 14 10:43:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c2b4f1
app-misc/goobook: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/goobook/Manifest | 1 - app-misc/goobook/goobook-1.8.ebuild | 48 ------------------------------------- 2 files changed, 49 deletions(-) diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest index 592c4992a3b..3b25f366f7c 100644 --- a/app-misc/goobook/Manifest +++ b/app-misc/goobook/Manifest @@ -1,2 +1 @@ -DIST goobook-1.8.tar.gz 29231 SHA256 55c48e2c0e2f22743a0096829e4ed0f3e14978df4d30ec6559195c80f9b9be2f SHA512 4a284e334a7389a28a28b5fa40c39d68a5ab891cb59c79fadc12736867fd8eecf073993e5ac017e577d786e244cb847a76ebe549b226f94cb4c144202203a680 WHIRLPOOL b8071d01433719742663aa15849cc7094ebf8eba5787e32aba84295cd55fd94e5cf6300e2140eb8a4cc6ad45a8b6097d7733ee68909993f81429ad8a6f12b152 DIST goobook-1.9.tar.gz 29274 SHA256 311cb344d285e8af36dcd4546d3bd499939140287a12b2d509ea6f2535c2b50b SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81 WHIRLPOOL 64d79136a126a19baec327de8cee928d4db025b06ad9364954efbe3cc5e9712f0c1539a57bcd73000f989027c46acfff05ddd75db228eade568c9ded189f3f52 diff --git a/app-misc/goobook/goobook-1.8.ebuild b/app-misc/goobook/goobook-1.8.ebuild deleted file mode 100644 index 0a1900810d5..00000000000 --- a/app-misc/goobook/goobook-1.8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 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" - -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.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section"
