bzr: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:40:07 +00:00
parent 39037770c5
commit ee03f36683
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 1747 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38HuQhEOrcjPeShWCxAbw15cQFEt/fPMMAq48Z1wniTVkRJcv6w5h7AmAbPkGScc5dzrZsrirY7dLU3rmkjq/gg=
SHA256 (Pkgfile) = 1e99c339aff38da7dce79f95734becf26f51c7f258c2649d8f43e70946faa326
SHA256 (.footprint) = efb1f46be6443d7ec399f17c8f33382d01152e535cb837dd29ccb2f5397eea38
SHA256 (bzr-2.7.0.tar.gz) = 0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3

View File

@ -1,14 +0,0 @@
# Description: Next-generation distributed version control.
# URL: http://bazaar.canonical.com/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: python
name=bzr
version=2.7.0
release=1
source=(https://launchpad.net/$name/${version%.*}/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG --prefix=/usr --install-data=/usr/share
}

View File

@ -1,9 +0,0 @@
README for bzr
NOTES:
Installing python-celementtree and python-elementtree which is dependency
of celementtree speeds up certain operations in bzr and is highly
recommended for larger trees. It's perfectly optional, though.