summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:25:53 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 11:32:44 +0100
commitb3dac27ca70b4598463390fc140af8815a5a56da (patch)
tree14e8ac621697f0f97721f497c98844ed81b9160b /dev-vcs/git-bzr-ng
parentdev-vcs/git-bz: Drop old (diff)
downloadgentoo-b3dac27ca70b4598463390fc140af8815a5a56da.tar.gz
gentoo-b3dac27ca70b4598463390fc140af8815a5a56da.tar.bz2
gentoo-b3dac27ca70b4598463390fc140af8815a5a56da.zip
dev-vcs/git-bzr-ng: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/git-bzr-ng')
-rw-r--r--dev-vcs/git-bzr-ng/Manifest1
-rw-r--r--dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-vcs/git-bzr-ng/Manifest b/dev-vcs/git-bzr-ng/Manifest
index fe1975188cbc..fd6a5be0974c 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 8d6457a39722..000000000000
--- 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
-}