[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/, profiles/

2020-09-14 Thread Michał Górny
commit: c157b7b4349fd15f96644c9ca6c3067a5005b4dd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 14 17:19:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 14 17:23:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c157b7b4

dev-vcs/git-bz: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735334
Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/git-bz/Manifest   |  1 -
 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 39 ---
 dev-vcs/git-bz/metadata.xml   |  8 ---
 profiles/package.mask |  5 
 4 files changed, 53 deletions(-)

diff --git a/dev-vcs/git-bz/Manifest b/dev-vcs/git-bz/Manifest
deleted file mode 100644
index 010881a6117..000
--- a/dev-vcs/git-bz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-bz-0.2015.09.08.tar.bz2 46980 BLAKE2B 
c5aae20c4c3946b01620f0cdd33248a67ffc3a3e8fb84bab6bb6ccda778ac82e7fb7fb6bbe463fb13733e5b8bf5ba95d0e316b0dbcee3ef30c5003c353521ce5
 SHA512 
8a468183f23d182ea566ceb524b05028c483e5eecc0c8babec42d67e99b8779af430d18373e130dcc13c8c58135ac62faf0a700c2731320617b47b00f5678133

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
deleted file mode 100644
index b2b53fc0f80..000
--- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='sqlite'
-
-inherit python-single-r1
-
-DESCRIPTION="Bugzilla subcommand for git"
-HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   dev-vcs/git
-   ${PYTHON_DEPS}"
-
-src_configure() {
-   # custom script
-   ./configure --prefix="${EPREFIX}/usr" || die
-}
-
-src_install() {
-   default
-   python_fix_shebang "${ED%/}"/usr/bin/${PN}
-}
-
-pkg_postinst() {
-   if ! has_version dev-python/pycrypto; then
-   elog "For Chrome/-ium cookie decryption support, please 
install:"
-   elog "  dev-python/pycrypto"
-   fi
-}

diff --git a/dev-vcs/git-bz/metadata.xml b/dev-vcs/git-bz/metadata.xml
deleted file mode 100644
index 0319eec4c8b..000
--- a/dev-vcs/git-bz/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mgo...@gentoo.org
-   Michał Górny
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index af1a9772253..db9c08ecda5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -674,11 +674,6 @@ app-admin/apg
 # Removal in 30 days.  Bug #736517.
 dev-python/paver
 
-# Michał Górny  (2020-08-09)
-# Python 2 only.  No commits since 2015.
-# Removal in 30 days.  Bug #735334.
-dev-vcs/git-bz
-
 # Mikle Kolyada  (2020-08-02)
 # consolekit is abandoned upstream.
 # People are encouraged to switch to any logind



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/

2020-01-02 Thread Michał Górny
commit: a9b63e636b8b55977544bfa8ce96c254db3065c2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  2 12:06:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  2 13:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b63e63

dev-vcs/git-bz: Remove dead live ebuild

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

 dev-vcs/git-bz/git-bz-.ebuild | 47 ---
 1 file changed, 47 deletions(-)

diff --git a/dev-vcs/git-bz/git-bz-.ebuild 
b/dev-vcs/git-bz/git-bz-.ebuild
deleted file mode 100644
index c8f2c69685e..000
--- a/dev-vcs/git-bz/git-bz-.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 pypy )
-PYTHON_REQ_USE='sqlite'
-
-EGIT_REPO_URI="git://git.fishsoup.net/${PN}
-   http://git.fishsoup.net/cgit/${PN};
-inherit git-r3 python-single-r1
-
-DESCRIPTION="Bugzilla subcommand for git"
-HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   dev-vcs/git
-   ${PYTHON_DEPS}"
-DEPEND="app-text/asciidoc
-   app-text/xmlto"
-
-src_configure() {
-   # custom script
-   ./configure --prefix="${EPREFIX}/usr" || die
-}
-
-src_compile() {
-   emake ${PN}.1
-}
-
-src_install() {
-   default
-   python_fix_shebang "${ED%/}"/usr/bin/${PN}
-}
-
-pkg_postinst() {
-   if ! has_version dev-python/pycrypto; then
-   elog "For Chrome/-ium cookie decryption support, please 
install:"
-   elog "  dev-python/pycrypto"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/

2017-09-06 Thread Michał Górny
commit: 978100ae5b58c25fc1e57c34d93e7b47d3ecfc70
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sun Sep  3 16:12:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  6 20:58:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978100ae

dev-vcs/git-bz: use HTTPS for links to dev.gentoo.org

 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
index 6144bc14c8a..44eacb2a7a3 100644
--- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
+++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
@@ -9,7 +9,7 @@ inherit python-single-r1
 
 DESCRIPTION="Bugzilla subcommand for git"
 HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
-SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/

2017-04-20 Thread David Seifert
commit: 4fee7f80dd875d380769c240039a4190894d
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:29:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee7f80

dev-vcs/git-bz: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 7 +--
 dev-vcs/git-bz/git-bz-.ebuild | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
index dea40a4d4c1..6144bc14c8a 100644
--- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
+++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.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
@@ -15,8 +15,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+   dev-vcs/git
+   ${PYTHON_DEPS}"
 
 src_configure() {
# custom script

diff --git a/dev-vcs/git-bz/git-bz-.ebuild 
b/dev-vcs/git-bz/git-bz-.ebuild
index 0a0090c354b..c8f2c69685e 100644
--- a/dev-vcs/git-bz/git-bz-.ebuild
+++ b/dev-vcs/git-bz/git-bz-.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
@@ -17,8 +17,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+   dev-vcs/git
+   ${PYTHON_DEPS}"
 DEPEND="app-text/asciidoc
app-text/xmlto"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/

2017-01-15 Thread Pacho Ramos
commit: 25a75b8ee94eb2c7383d5267410faa7bc24762d3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 10:25:35 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 10:32:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a75b8e

dev-vcs/git-bz: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/git-bz/Manifest |  2 --
 dev-vcs/git-bz/git-bz-0.12.04.26.ebuild | 29 -
 dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | 25 -
 3 files changed, 56 deletions(-)

diff --git a/dev-vcs/git-bz/Manifest b/dev-vcs/git-bz/Manifest
index dc7f770..8266e70 100644
--- a/dev-vcs/git-bz/Manifest
+++ b/dev-vcs/git-bz/Manifest
@@ -1,3 +1 @@
-DIST git-bz-0.12.04.26.tar.bz2 35224 SHA256 
5b78df3972aace9de508329121861641517058a10f58d08f6ae6820cf32d0918 SHA512 
1e216e8c583599c8c9633b6a02a205368aeab8746bc8eeb9a0347025cce689fccd8c157e66e0fafb33536fa52b1a97ed82467ce6ec9cb494bca2ad9ad18a7ed8
 WHIRLPOOL 
df50ea90781b2a39618f40323efda44d259305cfc951bd1c8a133dd19584d869df8ad8e07eae3d97c5b16c36c4ec22041ea0ebba48b3ba6de8d6febdada0ca36
-DIST git-bz-0.12.12.15.tar.bz2 42590 SHA256 
cb56dd495528c355f85a889506e98508ede4f41f20c431e4af36746b0b2a6b4f SHA512 
b008a35a7d8e3902ade12aed3c8474fdde790cc1881c5e8133142cc438a4335c08a14b082e41d6dd2ac179425a576144d88212ff1ebe3322c27f98ebbac506d1
 WHIRLPOOL 
32f221dc33d39b054e885c30e721a110a4dfe1995df61982f2204a88cac003a44c8691a3c20d51953267f2f1896051777958607e05128372f7c0da4011738429
 DIST git-bz-0.2015.09.08.tar.bz2 46980 SHA256 
657e2020021f7e7cc1529475a8ab47ac59366078a30a83334dbf77e81360955e SHA512 
8a468183f23d182ea566ceb524b05028c483e5eecc0c8babec42d67e99b8779af430d18373e130dcc13c8c58135ac62faf0a700c2731320617b47b00f5678133
 WHIRLPOOL 
9e00226f514d69c51dc43df8c2be3f9d95f3f11bbe38ef4df628ba359cdd3dea34847a570205a25dd4f14c53b23132db42d46a09c44e58f3ec37e1fa63a09e7a

diff --git a/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild 
b/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild
deleted file mode 100644
index a1d432f..
--- a/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND=2
-
-inherit python
-
-DESCRIPTION="Bugzilla subcommand for git"
-HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git"
-
-src_compile() {
-   :
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc TODO
-}

diff --git a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild 
b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild
deleted file mode 100644
index 3721162..
--- a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit python-r1
-
-DESCRIPTION="Bugzilla subcommand for git"
-HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git"
-
-src_install() {
-   python_foreach_impl python_doscript ${PN}
-   doman ${PN}.1
-   dodoc TODO
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/

2016-05-24 Thread Michał Górny
commit: 7b09ad3631973caeb05876d8e62d2f6af378ab77
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 11:57:06 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 12:45:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b09ad36

dev-vcs/git-bz: Snapshot bump

 dev-vcs/git-bz/Manifest   |  1 +
 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-vcs/git-bz/Manifest b/dev-vcs/git-bz/Manifest
index 50a890a..dc7f770 100644
--- a/dev-vcs/git-bz/Manifest
+++ b/dev-vcs/git-bz/Manifest
@@ -1,2 +1,3 @@
 DIST git-bz-0.12.04.26.tar.bz2 35224 SHA256 
5b78df3972aace9de508329121861641517058a10f58d08f6ae6820cf32d0918 SHA512 
1e216e8c583599c8c9633b6a02a205368aeab8746bc8eeb9a0347025cce689fccd8c157e66e0fafb33536fa52b1a97ed82467ce6ec9cb494bca2ad9ad18a7ed8
 WHIRLPOOL 
df50ea90781b2a39618f40323efda44d259305cfc951bd1c8a133dd19584d869df8ad8e07eae3d97c5b16c36c4ec22041ea0ebba48b3ba6de8d6febdada0ca36
 DIST git-bz-0.12.12.15.tar.bz2 42590 SHA256 
cb56dd495528c355f85a889506e98508ede4f41f20c431e4af36746b0b2a6b4f SHA512 
b008a35a7d8e3902ade12aed3c8474fdde790cc1881c5e8133142cc438a4335c08a14b082e41d6dd2ac179425a576144d88212ff1ebe3322c27f98ebbac506d1
 WHIRLPOOL 
32f221dc33d39b054e885c30e721a110a4dfe1995df61982f2204a88cac003a44c8691a3c20d51953267f2f1896051777958607e05128372f7c0da4011738429
+DIST git-bz-0.2015.09.08.tar.bz2 46980 SHA256 
657e2020021f7e7cc1529475a8ab47ac59366078a30a83334dbf77e81360955e SHA512 
8a468183f23d182ea566ceb524b05028c483e5eecc0c8babec42d67e99b8779af430d18373e130dcc13c8c58135ac62faf0a700c2731320617b47b00f5678133
 WHIRLPOOL 
9e00226f514d69c51dc43df8c2be3f9d95f3f11bbe38ef4df628ba359cdd3dea34847a570205a25dd4f14c53b23132db42d46a09c44e58f3ec37e1fa63a09e7a

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
new file mode 100644
index 000..fb96afc
--- /dev/null
+++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_REQ_USE='sqlite'
+
+inherit python-single-r1
+
+DESCRIPTION="Bugzilla subcommand for git"
+HOMEPAGE="http://www.fishsoup.net/software/git-bz/;
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-vcs/git"
+
+src_configure() {
+   # custom script
+   ./configure --prefix="${EPREFIX}/usr" || die
+}
+
+src_install() {
+   default
+   python_fix_shebang "${ED%/}"/usr/bin/${PN}
+}
+
+pkg_postinst() {
+   if ! has_version dev-python/pycrypto; then
+   elog "For Chrome/-ium cookie decryption support, please 
install:"
+   elog "  dev-python/pycrypto"
+   fi
+}