public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2016-05-24 12:45 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-05-24 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7b09ad3631973caeb05876d8e62d2f6af378ab77
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:57:06 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 12:45:08 2016 +0000
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 0000000..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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2016-05-24 12:45 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-05-24 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7d13bd1804c6b7bdf89d6135e92076a1a06fa543
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:48:58 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 12:45:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d13bd18

dev-vcs/git-bz: Update and clean up the live ebuild

 dev-vcs/git-bz/git-bz-9999.ebuild | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
index 77259c0..5195286 100644
--- a/dev-vcs/git-bz/git-bz-9999.ebuild
+++ b/dev-vcs/git-bz/git-bz-9999.ebuild
@@ -1,49 +1,45 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_REQ_USE='sqlite'
 
-inherit python-single-r1
-
-#if LIVE
 EGIT_REPO_URI="git://git.fishsoup.net/${PN}
 	http://git.fishsoup.net/cgit/${PN}"
-inherit git-r3
-#endif
+inherit git-r3 python-single-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"
+SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="dev-vcs/git"
-
-#if LIVE
 DEPEND="app-text/asciidoc
 	app-text/xmlto"
 
-KEYWORDS=
-SRC_URI=
-#endif
-
 src_configure() {
 	# custom script
 	./configure --prefix="${EPREFIX}/usr" || die
 }
 
-#ifdef LIVE
 src_compile() {
 	emake ${PN}.1
 }
-#endif
 
 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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2017-01-15 10:33 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2017-01-15 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     25a75b8ee94eb2c7383d5267410faa7bc24762d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:25:35 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:32:39 2017 +0000
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..00000000
--- 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..00000000
--- 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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2017-04-20 20:48 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-04-20 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4fee7f80dd875d2222380769c240039a4190894d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:29:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:47:51 2017 +0000
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-9999.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-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
index 0a0090c354b..c8f2c69685e 100644
--- a/dev-vcs/git-bz/git-bz-9999.ebuild
+++ b/dev-vcs/git-bz/git-bz-9999.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"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2017-09-06 21:00 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-09-06 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     978100ae5b58c25fc1e57c34d93e7b47d3ecfc70
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep  3 16:12:41 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 20:58:42 2017 +0000
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"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/
@ 2020-01-02 13:19 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-01-02 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a9b63e636b8b55977544bfa8ce96c254db3065c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 12:06:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 13:19:40 2020 +0000
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 <mgorny <AT> gentoo.org>

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

diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
deleted file mode 100644
index c8f2c69685e..00000000000
--- a/dev-vcs/git-bz/git-bz-9999.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
-}


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

end of thread, other threads:[~2020-01-02 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24 12:45 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bz/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2016-05-24 12:45 Michał Górny
2017-01-15 10:33 Pacho Ramos
2017-04-20 20:48 David Seifert
2017-09-06 21:00 Michał Górny
2020-01-02 13:19 Michał Górny

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