public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2017-05-14 10:45 Manuel Rüger
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2017-05-14 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     18411ff2a5ba7c5094801038a9915c3779df9adb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:45:00 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:45:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18411ff2

app-misc/goobook: Add missed PYTHON_USEDEP

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/goobook/goobook-1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/goobook/goobook-1.9.ebuild b/app-misc/goobook/goobook-1.9.ebuild
index 0a1900810d5..bc1386f33d8 100644
--- a/app-misc/goobook/goobook-1.9.ebuild
+++ b/app-misc/goobook/goobook-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS}
 	>=dev-python/oauth2client-1.4.11[${PYTHON_USEDEP}]"
 
 DEPEND="${PYTHON_DEPS}
-	dev-python/setuptools"
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 src_install() {
 	distutils-r1_src_install


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2017-05-14 10:45 Manuel Rüger
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2017-05-14 10:45 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2017-10-04  7:47 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-10-04  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5a97bc264d3c0fc6ca14f868a33a6c4021d9f770
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:19:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 07:47:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a97bc26

app-misc/goobook: Strip empty metadata.xml elements

 app-misc/goobook/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/goobook/metadata.xml b/app-misc/goobook/metadata.xml
index 2366c404621..43780dd0d6f 100644
--- a/app-misc/goobook/metadata.xml
+++ b/app-misc/goobook/metadata.xml
@@ -10,8 +10,6 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
 	<upstream>
 		<remote-id type="pypi">goobook</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2017-10-13 15:15 Jonas Stein
  0 siblings, 0 replies; 13+ messages in thread
From: Jonas Stein @ 2017-10-13 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     07a0fb96b4b3d312f61555c0e258c426ff8523d4
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 15:15:16 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 15:15:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a0fb96

app-misc/goobook: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-misc/goobook/metadata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/app-misc/goobook/metadata.xml b/app-misc/goobook/metadata.xml
index 43780dd0d6f..df79387b9d9 100644
--- a/app-misc/goobook/metadata.xml
+++ b/app-misc/goobook/metadata.xml
@@ -1,15 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>fabiano.francesconi@gmail.com</email>
-		<name>Fabiano Francesconi</name>
-		<description>Maintainer. Assign bugs to him</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="pypi">goobook</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2019-05-21 14:08 Aaron W. Swenson
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron W. Swenson @ 2019-05-21 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     377b0ffe0eb3f532800e605e7ad11eb422aae988
Author:     Kalin KOZHUHAROV <kalin <AT> thinrope <DOT> net>
AuthorDate: Mon May 20 11:05:46 2019 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue May 21 14:07:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377b0ffe

app-misc/goobook: Bump to 3.3

* support for python-3.{6,7}
* removed indirect dependencies
* EAPI=7
* fixed syntax per PR conversation
* added /self as proxy maintainer

Bug: https://bugs.gentoo.org/686384
Reported-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Related: https://bugs.gentoo.org/678398
Closes: https://github.com/gentoo/gentoo/pull/12061
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 app-misc/goobook/Manifest           |  1 +
 app-misc/goobook/goobook-3.3.ebuild | 46 +++++++++++++++++++++++++++++++++++++
 app-misc/goobook/metadata.xml       | 15 ++++++++----
 3 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest
index dba580029f0..ccb19502b27 100644
--- a/app-misc/goobook/Manifest
+++ b/app-misc/goobook/Manifest
@@ -1 +1,2 @@
 DIST goobook-1.9.tar.gz 29274 BLAKE2B 1c2b0b04a7bd21135395d9c3965095973d6a67a9ecb1a6bbe948864eb8bd0e4ed86197de6f5545ce112cc8538abb5ab9fb773b72b569bc9f16c67dcbcd432d5e SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81
+DIST goobook-3.3.tar.gz 34964 BLAKE2B f57a0252467220e734b95714c4086bdf233902dbd93fe9259504a2aee5d8f6c51775d0aa94574defd37dd80673e1483c46eef52154f4f99f20fa6abd1f7545ac SHA512 3921d25b55b35dc18944f8ed700e0f23ab1ad51131a4b98469b0b6a1688ddd79d31c16b36600b4f7b003be64964b3c2c78a257b28805b26ae697bf405d77c409

diff --git a/app-misc/goobook/goobook-3.3.ebuild b/app-misc/goobook/goobook-3.3.ebuild
new file mode 100644
index 00000000000..214c67fd452
--- /dev/null
+++ b/app-misc/goobook/goobook-3.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Access your Google contacts from the command line"
+HOMEPAGE="https://gitlab.com/goobook/goobook"
+SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]"
+# dev-python/{simplejson,oauth2client} are deps for the above
+
+DEPEND="${PYTHON_DEPS}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+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"
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}

diff --git a/app-misc/goobook/metadata.xml b/app-misc/goobook/metadata.xml
index df79387b9d9..7502096e129 100644
--- a/app-misc/goobook/metadata.xml
+++ b/app-misc/goobook/metadata.xml
@@ -1,8 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="pypi">goobook</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <name>Kalin KOZHUHAROV</name>
+    <email>kalin@thinrope.net</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">goobook</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2019-10-10 14:01 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2019-10-10 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1a24b7c97bdc68d7348287c0ab638709fa5aea46
Author:     Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Wed Oct  9 05:47:02 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 13:59:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a24b7c9

app-misc/goobook: version bump to 3.4

Noting has changed, copying verbatim.

Closes: https://bugs.gentoo.org/696462
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Related: https://bugs.gentoo.org/678398
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/goobook/Manifest           |  1 +
 app-misc/goobook/goobook-3.4.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest
index ccb19502b27..3cd5c77a063 100644
--- a/app-misc/goobook/Manifest
+++ b/app-misc/goobook/Manifest
@@ -1,2 +1,3 @@
 DIST goobook-1.9.tar.gz 29274 BLAKE2B 1c2b0b04a7bd21135395d9c3965095973d6a67a9ecb1a6bbe948864eb8bd0e4ed86197de6f5545ce112cc8538abb5ab9fb773b72b569bc9f16c67dcbcd432d5e SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81
 DIST goobook-3.3.tar.gz 34964 BLAKE2B f57a0252467220e734b95714c4086bdf233902dbd93fe9259504a2aee5d8f6c51775d0aa94574defd37dd80673e1483c46eef52154f4f99f20fa6abd1f7545ac SHA512 3921d25b55b35dc18944f8ed700e0f23ab1ad51131a4b98469b0b6a1688ddd79d31c16b36600b4f7b003be64964b3c2c78a257b28805b26ae697bf405d77c409
+DIST goobook-3.4.tar.gz 35100 BLAKE2B 8419f79313a68b108f08a0f7a0b6809d01979a01044d011f53acdf554e87f20f3ac41819a4823abd74e1c8ce0350956e91f17ae9a9342551a263af72b7b6c98a SHA512 e58cdee28ee4464548b04800740d0ffd40ce972efd52af9509f3de603eed9e50fad03cc9116f1d0dc42f77621bbab58d73bff98cf35a3cb55b24a0f04b26cd4d

diff --git a/app-misc/goobook/goobook-3.4.ebuild b/app-misc/goobook/goobook-3.4.ebuild
new file mode 100644
index 00000000000..bb2a49f209c
--- /dev/null
+++ b/app-misc/goobook/goobook-3.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Access your Google contacts from the command line"
+HOMEPAGE="https://gitlab.com/goobook/goobook"
+SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]"
+# dev-python/{simplejson,oauth2client} are deps for the above
+
+DEPEND="${PYTHON_DEPS}"
+
+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"
+
+src_install() {
+	distutils-r1_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2019-10-10 14:01 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2019-10-10 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     111205072670805bd0b096fa0e99e8d1189be7e3
Author:     Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Wed Oct  9 05:49:09 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 14:00:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11120507

app-misc/goobook: remove older version

goobook-3.4 replaces goobook-3.3 completely (no changed deps)

Bug: https://bugs.gentoo.org/696462
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Related: https://bugs.gentoo.org/678398
Closes: https://github.com/gentoo/gentoo/pull/13166
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/goobook/Manifest           |  1 -
 app-misc/goobook/goobook-3.3.ebuild | 46 -------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest
index 3cd5c77a063..2cc06ea3702 100644
--- a/app-misc/goobook/Manifest
+++ b/app-misc/goobook/Manifest
@@ -1,3 +1,2 @@
 DIST goobook-1.9.tar.gz 29274 BLAKE2B 1c2b0b04a7bd21135395d9c3965095973d6a67a9ecb1a6bbe948864eb8bd0e4ed86197de6f5545ce112cc8538abb5ab9fb773b72b569bc9f16c67dcbcd432d5e SHA512 66d017bfa0fcad39d24b80e454d4d2e97f92a95f6dbf545739b89721b8c44702177a7f656d9cf1f38ac8278f235935afe666047cbfb64733f8deae6838f91d81
-DIST goobook-3.3.tar.gz 34964 BLAKE2B f57a0252467220e734b95714c4086bdf233902dbd93fe9259504a2aee5d8f6c51775d0aa94574defd37dd80673e1483c46eef52154f4f99f20fa6abd1f7545ac SHA512 3921d25b55b35dc18944f8ed700e0f23ab1ad51131a4b98469b0b6a1688ddd79d31c16b36600b4f7b003be64964b3c2c78a257b28805b26ae697bf405d77c409
 DIST goobook-3.4.tar.gz 35100 BLAKE2B 8419f79313a68b108f08a0f7a0b6809d01979a01044d011f53acdf554e87f20f3ac41819a4823abd74e1c8ce0350956e91f17ae9a9342551a263af72b7b6c98a SHA512 e58cdee28ee4464548b04800740d0ffd40ce972efd52af9509f3de603eed9e50fad03cc9116f1d0dc42f77621bbab58d73bff98cf35a3cb55b24a0f04b26cd4d

diff --git a/app-misc/goobook/goobook-3.3.ebuild b/app-misc/goobook/goobook-3.3.ebuild
deleted file mode 100644
index 214c67fd452..00000000000
--- a/app-misc/goobook/goobook-3.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Access your Google contacts from the command line"
-HOMEPAGE="https://gitlab.com/goobook/goobook"
-SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]"
-# dev-python/{simplejson,oauth2client} are deps for the above
-
-DEPEND="${PYTHON_DEPS}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-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"
-
-src_install() {
-	distutils-r1_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2019-11-23  8:26 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2019-11-23  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     081af030e153d918efc041f296b005bcabdc374b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 08:21:52 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 08:26:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081af030

app-misc/goobook: Drop old

Closes: https://bugs.gentoo.org/670536
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/goobook/Manifest           |  1 -
 app-misc/goobook/goobook-1.9.ebuild | 48 -------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest
index 2cc06ea3702..77ff4c3178c 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 4542ff94344..00000000000
--- 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"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2020-03-09  5:55 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-03-09  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     86da8c1dfbfdcadaa25670a1f2b793328ed1d8fb
Author:     Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Sat Mar  7 00:07:17 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 05:55:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86da8c1d

app-misc/goobook: revbump to fix deps

Apparently >=dev-python/google-api-python-client-1.7 has dropped
dependency on dev-python/oauth2client, so this will break systems when
doing depclean

Closes: https://bugs.gentoo.org/711698
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Closes: https://github.com/gentoo/gentoo/pull/14853
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/goobook/{goobook-3.4.ebuild => goobook-3.4-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-misc/goobook/goobook-3.4.ebuild b/app-misc/goobook/goobook-3.4-r1.ebuild
similarity index 79%
rename from app-misc/goobook/goobook-3.4.ebuild
rename to app-misc/goobook/goobook-3.4-r1.ebuild
index bb2a49f209c..f95cf02f00e 100644
--- a/app-misc/goobook/goobook-3.4.ebuild
+++ b/app-misc/goobook/goobook-3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -17,8 +17,10 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]"
-# dev-python/{simplejson,oauth2client} are deps for the above
+	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]
+	>=dev-python/simplejson-2.1.0[${PYTHON_USEDEP}]
+	>=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
+	<dev-python/oauth2client-5[${PYTHON_USEDEP}]"
 
 DEPEND="${PYTHON_DEPS}"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2021-02-28  9:27 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-02-28  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     874b945d5c34ad413e5f722424f49c8bd1b979d1
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Feb 28 09:27:39 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 09:27:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874b945d

app-misc/goobook: Add missing dev-python/xdg dep

Closes: https://github.com/gentoo/gentoo/pull/19683
Closes: https://bugs.gentoo.org/773250
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/goobook/{goobook-3.5.1.ebuild => goobook-3.5.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/goobook/goobook-3.5.1.ebuild b/app-misc/goobook/goobook-3.5.1-r1.ebuild
similarity index 93%
rename from app-misc/goobook/goobook-3.5.1.ebuild
rename to app-misc/goobook/goobook-3.5.1-r1.ebuild
index be5d2164e59..6ea38b8a97e 100644
--- a/app-misc/goobook/goobook-3.5.1.ebuild
+++ b/app-misc/goobook/goobook-3.5.1-r1.ebuild
@@ -19,7 +19,8 @@ RDEPEND="
 	>=dev-python/google-api-python-client-1.7.12[${PYTHON_USEDEP}]
 	>=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]
 	>=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
-	<dev-python/oauth2client-5[${PYTHON_USEDEP}]"
+	<dev-python/oauth2client-5[${PYTHON_USEDEP}]
+	dev-python/xdg[${PYTHON_USEDEP}]"
 
 DISABLE_AUTOFORMATTING=1
 DOC_CONTENTS="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2021-05-31 20:18 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2021-05-31 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d3a320c3ac84f9b9b34b5f3bfc8faa8296065007
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:16:22 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:18:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a320c3

app-misc/goobook: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/goobook/Manifest              |  1 -
 app-misc/goobook/goobook-3.4-r1.ebuild | 47 ----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-misc/goobook/Manifest b/app-misc/goobook/Manifest
index 1ce6d6f2f81..dd48ed764e9 100644
--- a/app-misc/goobook/Manifest
+++ b/app-misc/goobook/Manifest
@@ -1,2 +1 @@
-DIST goobook-3.4.tar.gz 35100 BLAKE2B 8419f79313a68b108f08a0f7a0b6809d01979a01044d011f53acdf554e87f20f3ac41819a4823abd74e1c8ce0350956e91f17ae9a9342551a263af72b7b6c98a SHA512 e58cdee28ee4464548b04800740d0ffd40ce972efd52af9509f3de603eed9e50fad03cc9116f1d0dc42f77621bbab58d73bff98cf35a3cb55b24a0f04b26cd4d
 DIST goobook-3.5.1.tar.gz 38176 BLAKE2B 99a068256ca83e800a2d2e82c88adba85797107dc72edde9fbb3c9790ef38fff627b4db64c21baff14aa8a4c69788c29aeb01dae60533c7f389352aee9401e9c SHA512 58d056d7d76843bc874e55424912bb00068541e674b780511b7753da31f2df9514baa188017dd0a7479b5527cd50c47e35f37afc493bdc973e0eb1624998a611

diff --git a/app-misc/goobook/goobook-3.4-r1.ebuild b/app-misc/goobook/goobook-3.4-r1.ebuild
deleted file mode 100644
index 24389e90a7d..00000000000
--- a/app-misc/goobook/goobook-3.4-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Access your Google contacts from the command line"
-HOMEPAGE="https://gitlab.com/goobook/goobook"
-SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	>=dev-python/google-api-python-client-1.6.4[${PYTHON_USEDEP}]
-	>=dev-python/simplejson-2.1.0[${PYTHON_USEDEP}]
-	>=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
-	<dev-python/oauth2client-5[${PYTHON_USEDEP}]"
-
-DEPEND="${PYTHON_DEPS}"
-
-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"
-
-src_install() {
-	distutils-r1_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2022-08-26 12:10 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2022-08-26 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab69c9d4e8075fec69d77caa4756a830d840854
Author:     Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Wed Aug 24 23:10:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 12:10:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab69c9d

app-misc/goobook: revbump for python3_10

Cherry-picked form https://github.com/thinrope/pkalin/commit/8d6c39ce4dd16efb9079bcaf12cb5ca260f4a43a

Tested with python-3.10.5 - works as expected.

NOTE: goobook-3.5.2 is a whole new beast, not easy to support yet.

Closes: https://bugs.gentoo.org/845501
Reported-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Related: https://bugs.gentoo.org/678398
Closes: https://github.com/gentoo/gentoo/pull/27007
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../goobook/{goobook-3.5.1-r2.ebuild => goobook-3.5.1-r3.ebuild}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/goobook/goobook-3.5.1-r2.ebuild b/app-misc/goobook/goobook-3.5.1-r3.ebuild
similarity index 93%
rename from app-misc/goobook/goobook-3.5.1-r2.ebuild
rename to app-misc/goobook/goobook-3.5.1-r3.ebuild
index 93031a16eb17..83aa17bec80d 100644
--- a/app-misc/goobook/goobook-3.5.1-r2.ebuild
+++ b/app-misc/goobook/goobook-3.5.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="Access your Google contacts from the command line"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/
@ 2023-01-10 14:23 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-01-10 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c9e7aacd86bc82bd6853ad6402307dcf91976cb0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:17:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:21:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e7aacd

app-misc/goobook: Remove Python < 3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/goobook/goobook-3.5.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/goobook/goobook-3.5.1-r3.ebuild b/app-misc/goobook/goobook-3.5.1-r3.ebuild
index 83aa17bec80d..858bcced3879 100644
--- a/app-misc/goobook/goobook-3.5.1-r3.ebuild
+++ b/app-misc/goobook/goobook-3.5.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="Access your Google contacts from the command line"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-01-10 14:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 14:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2023-01-10 14:23 Michał Górny
2022-08-26 12:10 Andrew Ammerlaan
2021-05-31 20:18 Michał Górny
2021-02-28  9:27 David Seifert
2020-03-09  5:55 Joonas Niilola
2019-11-23  8:26 Michał Górny
2019-10-10 14:01 Joonas Niilola
2019-05-21 14:08 Aaron W. Swenson
2017-10-13 15:15 Jonas Stein
2017-10-04  7:47 Michał Górny
2017-05-14 10:45 Manuel Rüger
2017-05-14 10:45 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox