summaryrefslogtreecommitdiff
path: root/dev-vcs/git-bzr-ng
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-vcs/git-bzr-ng
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-vcs/git-bzr-ng')
-rw-r--r--dev-vcs/git-bzr-ng/Manifest3
-rw-r--r--dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild36
-rw-r--r--dev-vcs/git-bzr-ng/metadata.xml8
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-vcs/git-bzr-ng/Manifest b/dev-vcs/git-bzr-ng/Manifest
deleted file mode 100644
index 0a65a092830b..000000000000
--- a/dev-vcs/git-bzr-ng/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST git-bzr-ng-0_pre20120822.tar.xz 11592 BLAKE2B 1975e9b7e52d177736eb7f90ee35bf72f97b5cb0c682119160b59d09d9d16762a9981578c32475a1a378a6f98d3c9e6623772a8582ed1d5d9b5a4fdcc830d731 SHA512 2652b76a1fbdfac7f7387b53167d0c76a0579e232f66be05c28a156eef638e40bd7548154e6c1853872cf6978b474b948396db176976f2ac15e7311fc731ba9b
-EBUILD git-bzr-ng-0_pre20120822-r2.ebuild 724 BLAKE2B a258cb05827187c09bf94da273758c25f23c0d0f6266003994f8c374d8eb16d83c298c659d6d75897bec593973b62bdfd34ebe2c3993c27203f23258d8fafe30 SHA512 7d149599794c3788cfa6242d1407f7d5ff6e507f6767072847a51414847b36491564ad618d95fdfb4ebdc74b802ac6fad8b57dcb4abc513fbf9ee45e9060d107
-MISC metadata.xml 249 BLAKE2B 5e00f5dba59ea4d8504db1b736c09e358623232442809572d956f66ac7ca4ab6a0ef750f5657a88b500f8d1db8e596fe00d5ed23dfa307b2209b34e380f05bff SHA512 2990ac74335287566eed320fe7dae61f5485d193e9f069d5ba0e584dc900499e07ec3c6970a2d83a195bd952a0d1f72a54c79d29bc2ffab3b76b8c6a5c8e29d8
diff --git a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
deleted file mode 100644
index f85416390252..000000000000
--- a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-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=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- >=dev-vcs/bzr-2.2
- dev-vcs/git
- >=dev-vcs/bzr-fastimport-0.10
- ${PYTHON_DEPS}"
-DEPEND="app-arch/xz-utils"
-
-src_prepare() {
- default
- python_fix_shebang git-bzr
-}
-
-src_install() {
- exeinto /usr/libexec/git-core
- doexe git-bzr
- dodoc README.rst
-}
diff --git a/dev-vcs/git-bzr-ng/metadata.xml b/dev-vcs/git-bzr-ng/metadata.xml
deleted file mode 100644
index 45c7b19e4421..000000000000
--- a/dev-vcs/git-bzr-ng/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">termie/git-bzr-ng</remote-id>
- </upstream>
-</pkgmetadata>