public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-08 18:20 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-08 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1d63b7c6b5d8d73a3b78ae2cc76c3a55c15d11d9
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 16:44:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 17:52:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d63b7c6

dev-python/libzilla: Add libzilla ebuild to the tree.

libzilla is a library for managing Bugzilla bug reports from the CLI.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.0.ebuild | 23 +++++++++++++++++++++++
 dev-python/libzilla/metadata.xml        | 14 ++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
new file mode 100644
index 0000000..149d687
--- /dev/null
+++ b/dev-python/libzilla/Manifest
@@ -0,0 +1 @@
+DIST libzilla-1.0.zip 15189 SHA256 b73f6b5c66bfdca021d84939f064649feec6feba6691511945289891d690e5be SHA512 1ce8d6c473b172ad742f175ec2d588e5a35770033a92ad24823a2163e097f0d86482b84b20b698c2c6c6b3b6338b3b274272ec0f798d18cd107889cfae51d4a4 WHIRLPOOL 00addbd40e3d5b5a4c3fa726465307d8b6bf3dd8c105c764e5f9ada79944e1f05b56a38ab8ebd9de24cd88e61e0d55aaaf1589ebcc1dec5b29219eb55ba62d58

diff --git a/dev-python/libzilla/libzilla-1.0.ebuild b/dev-python/libzilla/libzilla-1.0.ebuild
new file mode 100644
index 0000000..a83eb4c
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]"

diff --git a/dev-python/libzilla/metadata.xml b/dev-python/libzilla/metadata.xml
new file mode 100644
index 0000000..5e1aebe
--- /dev/null
+++ b/dev-python/libzilla/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">monsieurp/libzilla</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-08 22:42 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-08 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     23a3a592af56ca17b8eeccb9431409001bf3ca54
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 22:06:49 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 22:06:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a3a592

dev-python/libzilla: Add a missing dependency.

Package-Manager: portage-2.2.28

 dev-python/libzilla/libzilla-1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libzilla/libzilla-1.0.ebuild b/dev-python/libzilla/libzilla-1.0.ebuild
index a83eb4c..d9deb7e 100644
--- a/dev-python/libzilla/libzilla-1.0.ebuild
+++ b/dev-python/libzilla/libzilla-1.0.ebuild
@@ -20,4 +20,5 @@ IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]"
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-09  8:50 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-09  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ae63458f7d1fd62b6aece55b869a57b5a672b4b7
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 08:21:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 08:22:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae63458f

dev-python/libzilla: Regenerate Manifest file.

Gentoo-Bug: https://bugs.gentoo.org/588400

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 149d687..3f81e73 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1 @@
-DIST libzilla-1.0.zip 15189 SHA256 b73f6b5c66bfdca021d84939f064649feec6feba6691511945289891d690e5be SHA512 1ce8d6c473b172ad742f175ec2d588e5a35770033a92ad24823a2163e097f0d86482b84b20b698c2c6c6b3b6338b3b274272ec0f798d18cd107889cfae51d4a4 WHIRLPOOL 00addbd40e3d5b5a4c3fa726465307d8b6bf3dd8c105c764e5f9ada79944e1f05b56a38ab8ebd9de24cd88e61e0d55aaaf1589ebcc1dec5b29219eb55ba62d58
+DIST libzilla-1.0.zip 15225 SHA256 385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159 WHIRLPOOL c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-09 18:25 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-09 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8721f757533696f6bceb9a0db084f91f2e1f9ff1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 17:56:42 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 17:57:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8721f757

dev-python/libzilla: Version bump.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 3f81e73..866a194 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.0.zip 15225 SHA256 385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159 WHIRLPOOL c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62
+DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0

diff --git a/dev-python/libzilla/libzilla-1.1.ebuild b/dev-python/libzilla/libzilla-1.1.ebuild
new file mode 100644
index 0000000..d9deb7e
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-09 18:26 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-09 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b74010f9fbf7b24f3b6d28fa9680013808f2135c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 17:57:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 17:57:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74010f9

dev-python/libzilla: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 -
 dev-python/libzilla/libzilla-1.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 866a194..84e562e 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.0.zip 15225 SHA256 385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159 WHIRLPOOL c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62
 DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0

diff --git a/dev-python/libzilla/libzilla-1.0.ebuild b/dev-python/libzilla/libzilla-1.0.ebuild
deleted file mode 100644
index d9deb7e..0000000
--- a/dev-python/libzilla/libzilla-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-14 16:08 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-14 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     921676f0ac0f1107c3b42ce8f4c7ca9657086442
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 15:53:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 16:04:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921676f0

dev-python/libzilla: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 -
 dev-python/libzilla/libzilla-1.1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 809c97a..624f588 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
 DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4

diff --git a/dev-python/libzilla/libzilla-1.1.ebuild b/dev-python/libzilla/libzilla-1.1.ebuild
deleted file mode 100644
index d9deb7e..0000000
--- a/dev-python/libzilla/libzilla-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-14 16:08 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-14 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f70893b60b38ef262b7d4ba4cc087b8e3f602653
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 15:44:45 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 16:04:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70893b6

dev-python/libzilla: version bump.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 84e562e..809c97a 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.1.zip 15743 SHA256 9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750 WHIRLPOOL aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
+DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4

diff --git a/dev-python/libzilla/libzilla-1.2.ebuild b/dev-python/libzilla/libzilla-1.2.ebuild
new file mode 100644
index 0000000..b84aa76
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-18 16:26 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-18 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8b112a8c9c2ff66da00208d43a39e11aee3ffd73
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 16:22:07 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 16:25:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b112a8c

dev-python/libzilla: version bump.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.3.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 624f588..2736d0d 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4
+DIST libzilla-1.3.zip 17384 SHA256 0b365586ff5249389357ca37f8d346801cf3b61c5cab9a4aa0fc4ee7e13e4035 SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b WHIRLPOOL 0a6fc193f8c843abb87980625be2edf3df382b4fa957bdfc36ce025258537de3dd5d228551bd3a389478658d1170c42571e82598ee4846df87b4250039eaf18d

diff --git a/dev-python/libzilla/libzilla-1.3.ebuild b/dev-python/libzilla/libzilla-1.3.ebuild
new file mode 100644
index 0000000..b84aa76
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2016-07-18 16:26 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-07-18 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c30a825a27e9e171d41150f495827c62954adeda
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 16:23:54 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 16:26:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30a825a

dev-python/libzilla: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest            |  1 -
 dev-python/libzilla/libzilla-1.2.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 2736d0d..eff7bd7 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.2.zip 15869 SHA256 2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0 WHIRLPOOL a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4
 DIST libzilla-1.3.zip 17384 SHA256 0b365586ff5249389357ca37f8d346801cf3b61c5cab9a4aa0fc4ee7e13e4035 SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b WHIRLPOOL 0a6fc193f8c843abb87980625be2edf3df382b4fa957bdfc36ce025258537de3dd5d228551bd3a389478658d1170c42571e82598ee4846df87b4250039eaf18d

diff --git a/dev-python/libzilla/libzilla-1.2.ebuild b/dev-python/libzilla/libzilla-1.2.ebuild
deleted file mode 100644
index b84aa76..0000000
--- a/dev-python/libzilla/libzilla-1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2017-12-03 19:47 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-12-03 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d7856c9a4768c57e4c8b441c7a0dc23e47a7a189
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 19:46:28 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 19:47:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7856c9a

dev-python/libzilla: version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/libzilla/Manifest            |  3 ++-
 dev-python/libzilla/libzilla-1.4.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index eff7bd77f2c..0b4834e372e 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
-DIST libzilla-1.3.zip 17384 SHA256 0b365586ff5249389357ca37f8d346801cf3b61c5cab9a4aa0fc4ee7e13e4035 SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b WHIRLPOOL 0a6fc193f8c843abb87980625be2edf3df382b4fa957bdfc36ce025258537de3dd5d228551bd3a389478658d1170c42571e82598ee4846df87b4250039eaf18d
+DIST libzilla-1.3.zip 17384 BLAKE2B 380bcdd0edab1accc516bd9de12de93b9075ba5d0a8a9a8e12911b491eb30d593313d741c07e3020985762cc17f22ad73992ee6838255b7d5c1af896c676d8ca SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b
+DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c

diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild
new file mode 100644
index 00000000000..cd4bc3e6f2c
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2017-12-03 19:47 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-12-03 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     39c3d352df8f1d79b24fdfdc7cafdb2164996e3b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 19:47:11 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 19:47:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c3d352

dev-python/libzilla: stable for amd64+x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/libzilla/libzilla-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/libzilla/libzilla-1.3.ebuild b/dev-python/libzilla/libzilla-1.3.ebuild
index e1ce63c71c8..0e317f053e0 100644
--- a/dev-python/libzilla/libzilla-1.3.ebuild
+++ b/dev-python/libzilla/libzilla-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
 HOMEPAGE="https://github.com/monsieurp/libzilla"
 SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2017-12-29 10:34 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-12-29 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7afc82666e9fc3d1240e3e54f989a262ded65bdb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 10:33:55 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 10:34:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afc8266

dev-python/libzilla: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/libzilla/Manifest            |  1 -
 dev-python/libzilla/libzilla-1.3.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 0b4834e372e..8b66e0b3ef5 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.3.zip 17384 BLAKE2B 380bcdd0edab1accc516bd9de12de93b9075ba5d0a8a9a8e12911b491eb30d593313d741c07e3020985762cc17f22ad73992ee6838255b7d5c1af896c676d8ca SHA512 cb38edbf71642b3358417247a62208bf865a6ea62f94eb5c3f4ee46b33ed90c53c8c3483ea3eea031e301d693d77ed65a221e7bd13a4c2dc4e436f8c2d92b66b
 DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c

diff --git a/dev-python/libzilla/libzilla-1.3.ebuild b/dev-python/libzilla/libzilla-1.3.ebuild
deleted file mode 100644
index 0e317f053e0..00000000000
--- a/dev-python/libzilla/libzilla-1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2017-12-29 10:34 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-12-29 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 10:33:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 10:34:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1e05b

dev-python/libzilla: stable for amd64+x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/libzilla/libzilla-1.4.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild
index cd4bc3e6f2c..562ddd19f86 100644
--- a/dev-python/libzilla/libzilla-1.4.ebuild
+++ b/dev-python/libzilla/libzilla-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 
@@ -11,12 +11,14 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
 HOMEPAGE="https://github.com/monsieurp/libzilla"
 SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
+RDEPEND="
 	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"
+
+DEPEND="
+	${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2018-06-24 16:53 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2018-06-24 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d99d0bc2230664f6c73c4aa5ad1d8d1425a07eab
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:52:43 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:53:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99d0bc2

dev-python/libzilla: version bump.

Closes: https://bugs.gentoo.org/658970
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/libzilla/Manifest            |  1 +
 dev-python/libzilla/libzilla-1.5.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 8b66e0b3ef5..f1b1c71c246 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c
+DIST libzilla-1.5.tar.gz 12052 BLAKE2B 48eac27be098484d2ff1407e5f6c757d81071a20c5ce00a409e4c0ad7defa6208a729e3878a0fa25726635e13c79ce406b5caeebb6c03e94dd19af6d7ad055f2 SHA512 a4916a0453a0045541ad9df80fcb06a74ccb1e090983f369f78d21887ea3330129fc53bb912961c400a85cbf0e783f1d2ac74af83cce990780539efa414d8219

diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild
new file mode 100644
index 00000000000..9c82795b2ac
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla"
+SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"
+
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2018-06-24 17:27 Pacho Ramos
  0 siblings, 0 replies; 18+ messages in thread
From: Pacho Ramos @ 2018-06-24 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     552fb06f0f9c11bf90ce0d05d5f4dbccffc5f284
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:26:02 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:26:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552fb06f

dev-python/libzilla: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/libzilla/libzilla-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild
index 9c82795b2ac..b7f576bc029 100644
--- a/dev-python/libzilla/libzilla-1.5.ebuild
+++ b/dev-python/libzilla/libzilla-1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2018-06-30 10:04 Pacho Ramos
  0 siblings, 0 replies; 18+ messages in thread
From: Pacho Ramos @ 2018-06-30 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5a137086c733d7fd3fc8567c09e6517e0f700f8a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 10:00:38 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 10:04:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a137086

dev-python/libzilla: amd64 stable, bug #658986

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/libzilla/libzilla-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild
index b7f576bc029..694c6695b8d 100644
--- a/dev-python/libzilla/libzilla-1.5.ebuild
+++ b/dev-python/libzilla/libzilla-1.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
 HOMEPAGE="https://github.com/monsieurp/libzilla"
 SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2018-06-30 17:05 Mikle Kolyada
  0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-06-30 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     166cb7c044e09e1dcd9e41285500a9a6798779a5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 17:04:38 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 17:04:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166cb7c0

dev-python/libzilla: x86 stable wrt bug #658986

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/libzilla/libzilla-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild
index 694c6695b8d..7782fe66569 100644
--- a/dev-python/libzilla/libzilla-1.5.ebuild
+++ b/dev-python/libzilla/libzilla-1.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
 HOMEPAGE="https://github.com/monsieurp/libzilla"
 SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
@ 2019-12-13 20:45 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2019-12-13 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b3672ce4d4ad6685fe3a37645e7b2eabed9dc843
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 20:44:48 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 20:44:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3672ce4

dev-python/libzilla: Remove old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/libzilla/Manifest            |  1 -
 dev-python/libzilla/libzilla-1.4.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index f1b1c71c246..f9cebc5feb3 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c
 DIST libzilla-1.5.tar.gz 12052 BLAKE2B 48eac27be098484d2ff1407e5f6c757d81071a20c5ce00a409e4c0ad7defa6208a729e3878a0fa25726635e13c79ce406b5caeebb6c03e94dd19af6d7ad055f2 SHA512 a4916a0453a0045541ad9df80fcb06a74ccb1e090983f369f78d21887ea3330129fc53bb912961c400a85cbf0e783f1d2ac74af83cce990780539efa414d8219

diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild
deleted file mode 100644
index 995d6f9b9e6..00000000000
--- a/dev-python/libzilla/libzilla-1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]"
-
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"


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

end of thread, other threads:[~2019-12-13 20:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 10:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2019-12-13 20:45 David Seifert
2018-06-30 17:05 Mikle Kolyada
2018-06-30 10:04 Pacho Ramos
2018-06-24 17:27 Pacho Ramos
2018-06-24 16:53 Patrice Clement
2017-12-29 10:34 Patrice Clement
2017-12-03 19:47 Patrice Clement
2017-12-03 19:47 Patrice Clement
2016-07-18 16:26 Patrice Clement
2016-07-18 16:26 Patrice Clement
2016-07-14 16:08 Patrice Clement
2016-07-14 16:08 Patrice Clement
2016-07-09 18:26 Patrice Clement
2016-07-09 18:25 Patrice Clement
2016-07-09  8:50 Patrice Clement
2016-07-08 22:42 Patrice Clement
2016-07-08 18:20 Patrice Clement

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