summaryrefslogtreecommitdiff
path: root/dev-vcs/bzr-git
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /dev-vcs/bzr-git
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r--dev-vcs/bzr-git/Manifest3
-rw-r--r--dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild40
-rw-r--r--dev-vcs/bzr-git/metadata.xml5
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-vcs/bzr-git/Manifest b/dev-vcs/bzr-git/Manifest
deleted file mode 100644
index 6fa1ff63afaa..000000000000
--- a/dev-vcs/bzr-git/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST bzr-git-0.6.8.tar.gz 117453 BLAKE2B c668a9a01f3d4c6d2fbeb82f85b546f79ee349d468cc4e06a3958cfeec58ddf20c93a00695e9cc8ba6402f8390679ee0520cab399793a3f1179e5fe354082212 SHA512 23bd236bdd8bed53a691be03ae0e22bef804e164d4d0ec3760e2ee49d2b83d9cdff64207f33b6e7f088b7d94f7b14249948befb653f3391096210056ebe613cf
-EBUILD bzr-git-0.6.8-r1.ebuild 899 BLAKE2B fc6ab7b2b545666c845ab922ff2f6118ca2eb755df9d5bd3e6238f4fb33ca88749487f119701467282ee4875da5cf14a2ecacacd84398446ae7ef40eba8c54c3 SHA512 7dc294fd82cb8734e799632afd5bcd9a46438d48d1121ee94cd7259c55df0f87bd30f5fb2570cadaf33da9217200d3249db445769db84d4e52664c6170684495
-MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild
deleted file mode 100644
index f95f7e7aa5b2..000000000000
--- a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Support for Git branches in Bazaar"
-HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} = 9999 ]]; then
- inherit bzr
- EBZR_REPO_URI="lp:bzr-git"
- KEYWORDS="amd64 x86"
-else
- SRC_URI="https://www.samba.org/~jelmer/bzr/${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-IUSE=""
-# Test are broken, they want API functions from Dulwich which are not
-# installed in Gentoo
-RESTRICT="test"
-
-# Check info.py for dulwich and bzr version dependency info.
-# The file should be fairly straightforward to understand.
-DEPEND=""
-RDEPEND=">=dev-python/dulwich-0.8.2[${PYTHON_USEDEP}]
- >=dev-vcs/bzr-2.5.0[${PYTHON_USEDEP}]"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
diff --git a/dev-vcs/bzr-git/metadata.xml b/dev-vcs/bzr-git/metadata.xml
deleted file mode 100644
index 1b2becffa26c..000000000000
--- a/dev-vcs/bzr-git/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>