diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/goobook | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/goobook')
-rw-r--r-- | app-misc/goobook/Manifest | 2 | ||||
-rw-r--r-- | app-misc/goobook/goobook-1.8.ebuild | 49 | ||||
-rw-r--r-- | app-misc/goobook/goobook-1.9.ebuild | 49 | ||||
-rw-r--r-- | app-misc/goobook/metadata.xml | 15 |
4 files changed, 115 insertions, 0 deletions
diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest new file mode 100644 index 000000000000..592c4992a3b7 --- /dev/null +++ b/app-misc/goobook/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..b5636229d544 --- /dev/null +++ b/app-misc/goobook/goobook-1.8.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +http://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section" diff --git a/app-misc/goobook/goobook-1.9.ebuild b/app-misc/goobook/goobook-1.9.ebuild new file mode 100644 index 000000000000..b5636229d544 --- /dev/null +++ b/app-misc/goobook/goobook-1.9.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +http://pypi.python.org/pypi/${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..20b50d5355b8 --- /dev/null +++ b/app-misc/goobook/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>fabiano.francesconi@gmail.com</email> + <name>Fabiano Francesconi</name> + <description>Maintainer. Assign bugs to him</description> + </maintainer> + <longdescription lang="en"> + </longdescription> + <upstream> + <remote-id type="pypi">goobook</remote-id> + </upstream> +</pkgmetadata> |