summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-16 09:33:52 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-16 09:36:33 +0200
commit0ad346cbb315f93498c5ad12fb5ff198e7224a31 (patch)
tree7c4597c4ec366a3ed2e3a439dfec5ea457ac6cb8 /dev-vcs
parentdev-vcs/git-bzr-ng: Remove last-rited pkg (diff)
downloadgentoo-0ad346cbb315f93498c5ad12fb5ff198e7224a31.tar.gz
gentoo-0ad346cbb315f93498c5ad12fb5ff198e7224a31.tar.bz2
gentoo-0ad346cbb315f93498c5ad12fb5ff198e7224a31.zip
dev-vcs/bzr-fastimport: Remove last-rited pkg
Closes: https://bugs.gentoo.org/591446 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-fastimport/Manifest1
-rw-r--r--dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild33
-rw-r--r--dev-vcs/bzr-fastimport/metadata.xml8
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-vcs/bzr-fastimport/Manifest b/dev-vcs/bzr-fastimport/Manifest
deleted file mode 100644
index 5e1690484f67..000000000000
--- a/dev-vcs/bzr-fastimport/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bzr-fastimport-0.13.0.tar.gz 80255 BLAKE2B 7de24a16af62822b2b4e44d3ea3855a392993b1f57a8722e015ce426bca83aa94650321e5f46ff9d7f2571a6f9cea81c010eeb9ce9005b24734383a84da0ecea SHA512 3677a6ebb9d5d36d7d29198f239289a9670ac4f1fcbf74a1f219f8a0a5a9cd4301dbdc969c4bce2da18e3c4f7f9a3752919b662473071a7b3f1d84c2de27d821
diff --git a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild
deleted file mode 100644
index 586ab53eb4b1..000000000000
--- a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin providing fast loading of revision control data into Bazaar"
-HOMEPAGE="https://launchpad.net/bzr-fastimport http://wiki.bazaar.canonical.com/BzrFastImport"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-vcs/bzr-1.18
- >=dev-python/python-fastimport-0.9"
-DEPEND=""
-
-DOCS=( NEWS README.txt doc/notes.txt )
-
-pkg_postinst() {
- elog "These commands need additional dependencies:"
- elog
- elog "bzr fast-export-from-darcs: dev-vcs/darcs"
- elog "bzr fast-export-from-git: dev-vcs/git"
- elog "bzr fast-export-from-hg: dev-vcs/mercurial"
- elog "bzr fast-export-from-mtn: dev-vcs/monotone"
- elog "bzr fast-export-from-svn: dev-vcs/subversion[python]"
-}
diff --git a/dev-vcs/bzr-fastimport/metadata.xml b/dev-vcs/bzr-fastimport/metadata.xml
deleted file mode 100644
index 334a524e02a1..000000000000
--- a/dev-vcs/bzr-fastimport/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="launchpad">bzr-fastimport</remote-id>
- </upstream>
-</pkgmetadata>