public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bzr-ng/
@ 2017-01-15 10:33 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2017-01-15 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b3dac27ca70b4598463390fc140af8815a5a56da
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:25:53 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:32:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dac27c

dev-vcs/git-bzr-ng: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/git-bzr-ng/Manifest                        |  1 -
 dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-vcs/git-bzr-ng/Manifest b/dev-vcs/git-bzr-ng/Manifest
index fe19751..fd6a5be 100644
--- a/dev-vcs/git-bzr-ng/Manifest
+++ b/dev-vcs/git-bzr-ng/Manifest
@@ -1,2 +1 @@
-DIST git-bzr-ng-0_pre20120130.tar.xz 11596 SHA256 cdfee5b8a9d6bb5980123a00933f71de8e38fe36d3a3ce57a2a92eae1b4ba5fc SHA512 2621d60889fdae75d2fd291e4ef628f888524d6c5cd48b3fae8ac793984d3d58b47da2ca38477e1154714de7316992a879cae21103636e68f4ae0cd03de7bcc8 WHIRLPOOL e06dcf9caaa8cc455447d3956b311d7a69f5dc898e526b68abf0589ce371c956c8633935caa5554f1e9b2ec41c449e394b6815bff24452e13913c70456deff79
 DIST git-bzr-ng-0_pre20120822.tar.xz 11592 SHA256 315d7d567ef173d7a8e2f17304bd73a1f6779cd754e6d4ea67f48bd5d75a55ec SHA512 2652b76a1fbdfac7f7387b53167d0c76a0579e232f66be05c28a156eef638e40bd7548154e6c1853872cf6978b474b948396db176976f2ac15e7311fc731ba9b WHIRLPOOL 783da6136a4a4f1fb95ca39b285b58bac2499c23ddec82f11468fba7d4303700ac388c5decb023e61964cda8a06d77420518ffdbef0d6871081ba8be0dd8bf80

diff --git a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild
deleted file mode 100644
index 8d6457a..00000000
--- a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Git subcommand providing a bidirectional bridge to Bazaar repositories"
-HOMEPAGE="https://github.com/termie/git-bzr-ng"
-SRC_URI="https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-vcs/bzr-2.2
-	dev-vcs/git
-	>=dev-vcs/bzr-fastimport-0.10
-	dev-python/python-fastimport"
-DEPEND="app-arch/xz-utils"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	python_convert_shebangs 2 git-bzr
-}
-
-src_install() {
-	exeinto /usr/libexec/git-core
-	doexe git-bzr
-	dodoc README.rst
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bzr-ng/
@ 2017-02-18 18:08 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-18 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d0ed6e6f6b16f6b7fd3d4ceb10fc58ed8f456b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 17:03:17 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 18:08:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d0ed6e

dev-vcs/git-bzr-ng: python-single-r1, EAPI=6

 ...0822.ebuild => git-bzr-ng-0_pre20120822-r1.ebuild} | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
similarity index 67%
rename from dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild
rename to dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
index 8d6457a397..328aad8ad6 100644
--- a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild
+++ b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=6
 
-PYTHON_DEPEND="2"
+PYTHON_COMPAT=( python2_7 )
 
-inherit python
+inherit python-single-r1
 
 DESCRIPTION="Git subcommand providing a bidirectional bridge to Bazaar repositories"
 HOMEPAGE="https://github.com/termie/git-bzr-ng"
@@ -19,17 +19,12 @@ IUSE=""
 
 RDEPEND=">=dev-vcs/bzr-2.2
 	dev-vcs/git
-	>=dev-vcs/bzr-fastimport-0.10
-	dev-python/python-fastimport"
+	>=dev-vcs/bzr-fastimport-0.10"
 DEPEND="app-arch/xz-utils"
 
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
 src_prepare() {
-	python_convert_shebangs 2 git-bzr
+	eapply_user
+	python_fix_shebang git-bzr
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bzr-ng/
@ 2017-02-19 10:55 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-02-19 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     38df58213266df76aab3a3ec3e9f7c58d24869c6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:45:43 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:45:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38df5821

dev-vcs/git-bzr-ng: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ..._pre20120822-r1.ebuild => git-bzr-ng-0_pre20120822-r2.ebuild} | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
similarity index 83%
rename from dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
rename to dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
index 328aad8ad6..129f43403c 100644
--- a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
+++ b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
@@ -16,14 +16,17 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-vcs/bzr-2.2
+RDEPEND="
+	>=dev-vcs/bzr-2.2
 	dev-vcs/git
-	>=dev-vcs/bzr-fastimport-0.10"
+	>=dev-vcs/bzr-fastimport-0.10
+	${PYTHON_DEPS}"
 DEPEND="app-arch/xz-utils"
 
 src_prepare() {
-	eapply_user
+	default
 	python_fix_shebang git-bzr
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bzr-ng/
@ 2017-08-11 17:06 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-08-11 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9b32e83b62747f6c2f873b5c0d1fe355e84ba705
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:59:25 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:06:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32e83b

dev-vcs/git-bzr-ng: Remove bazaar@ project, #626492

 dev-vcs/git-bzr-ng/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/git-bzr-ng/metadata.xml b/dev-vcs/git-bzr-ng/metadata.xml
index 90eb577adbb..6fd468f2c23 100644
--- a/dev-vcs/git-bzr-ng/metadata.xml
+++ b/dev-vcs/git-bzr-ng/metadata.xml
@@ -5,10 +5,6 @@
 		<email>tetromino@gentoo.org</email>
 		<name>Alexandre Rostovtsev</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>bazaar@gentoo.org</email>
-		<name>Gentoo Bazaar Project</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">termie/git-bzr-ng</remote-id>
 	</upstream>


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

end of thread, other threads:[~2017-08-11 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 10:33 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-bzr-ng/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-02-18 18:08 Michał Górny
2017-02-19 10:55 David Seifert
2017-08-11 17:06 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