diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-vcs/bzr | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-vcs/bzr')
-rw-r--r-- | dev-vcs/bzr/Manifest | 5 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.7.0.ebuild | 93 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.7.1_pre.ebuild | 88 | ||||
-rw-r--r-- | dev-vcs/bzr/metadata.xml | 19 |
4 files changed, 0 insertions, 205 deletions
diff --git a/dev-vcs/bzr/Manifest b/dev-vcs/bzr/Manifest deleted file mode 100644 index e0ea95093bf4..000000000000 --- a/dev-vcs/bzr/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST bzr-2.7.0.tar.gz 11586410 BLAKE2B 9d61d5efa1c02667fdb93d66fc4290f279c74bff2fd0174149243563bc5013085438410221fb6565f986ef17e957b680a1bdd3142e23843b4cbc39c7855dbd98 SHA512 c39ad3715d865788da74d8de8b469e1dc93d18b6cbcbc569464cdeb9bb2173bf8d7f4f8ee8f7599fbcbbe322817a4c72e785d544e622753699c425c32597d9aa -DIST bzr-2.7.1_pre.tar.gz 10964137 BLAKE2B d126730d782f232d6c486e31ab465a1a295de456eb59fc1db4d215529ec38e78826da1bedbe6a80af0e874188635c83742c5ae5b07c42dd968f1d0d88596a35e SHA512 b65c63dff33f1646e6db84d9307b870140c2c7b3b16cef69eb4bfb5a5a94cb1721ed74c26e6ad78232fffb4b5055cb4096d9835197db9b97f91c16e8a79658b3 -EBUILD bzr-2.7.0.ebuild 2569 BLAKE2B 9b7fc22b9daaeab20799d6397e318ce4dcf89ed0bac6ec7d9fadca8f03c2f68d9044de0667d626cc6e53141a42ed83ac3af9315728fe2dc2da91237c726b2ce8 SHA512 a9edc572fca7386223745b3a372682ab7c2b6e93325d1481b0a6f1a8e8be858f21632e857d9a8659d799aacc674d1c25b7a33503d258a97f2905499c8fc03bfb -EBUILD bzr-2.7.1_pre.ebuild 2567 BLAKE2B bd081b24b3ea879669fd754d7064e897bb9b1d8f370564942621bd443244d5126175795323cd463a056b89b61375dd9e0bbfd1c922acdbc7e51006c4d2e9a25d SHA512 73ba14f6d7fb1a89ba9a73c7b12fc798618bfe120e7fd73cd6538e70f371ad8a2be50036f635978f6d2c7c6868bf89a52a3807a63aba8b53c28bdcfffbad11eb -MISC metadata.xml 772 BLAKE2B 8f1d371a225b5b6702748efc93dde757d88a39c0a8124abc898eff891a4867c92dbc19a356b4c0726682e5304b80be333e12a981d04b0ae89e480cb2f6b6c3a3 SHA512 cc63dba9888058f60521da2fdc43697f1fc8bde194782346279560b50ceaa555b464599d28641350cd25f67aebe2f449cbe306dd651620bc891271acf8aaddac diff --git a/dev-vcs/bzr/bzr-2.7.0.ebuild b/dev-vcs/bzr/bzr-2.7.0.ebuild deleted file mode 100644 index 73026799b43f..000000000000 --- a/dev-vcs/bzr/bzr-2.7.0.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads,ssl,xml" - -MY_P="${PN}-${PV}" - -DESCRIPTION="Bazaar is a next generation distributed version control system" -HOMEPAGE="http://bazaar-vcs.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="curl doc +sftp test" -PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN" - -inherit bash-completion-r1 distutils-r1 eutils flag-o-matic versionator l10n -SERIES=$(get_version_component_range 1-2) -SRC_URI="https://launchpad.net/bzr/${SERIES}/${PV}/+download/${MY_P}.tar.gz" - -RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] ) - sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )" - -DEPEND="test? ( - ${RDEPEND} - >=dev-python/pyftpdlib-0.7.0[${PYTHON_USEDEP}] - dev-python/subunit - >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -# Fails tests bug#487216 -# Upstream is not exactly keen on fixing it -RESTRICT="test" - -python_configure_all() { - rm_loc() { - rm "${S}"/po/$1.po || die - } - l10n_for_each_disabled_locale_do rm_loc - # Generate the locales first to avoid a race condition. - esetup.py build_mo -} - -python_compile() { - if [[ ${EPYTHON} != python3* ]]; then - local CFLAGS=${CFLAGS} - append-cflags -fno-strict-aliasing - fi - distutils-r1_python_compile -} - -python_test() { - # Some tests expect the usual pyc compiling behaviour. - local -x PYTHONDONTWRITEBYTECODE - - # Define tests which are known to fail below. - local skip_tests="(" - # https://bugs.launchpad.net/bzr/+bug/850676 - skip_tests+="per_transport.TransportTests.test_unicode_paths.*" - skip_tests+=")" - if [[ -n ${skip_tests} ]]; then - einfo "Skipping tests known to fail: ${skip_tests}" - fi - - LC_ALL="C" "${PYTHON}" bzr --no-plugins selftest -v \ - ${skip_tests:+-x} "${skip_tests}" || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - # Fixup manpages manually; passing --install-data causes locales to be - # installed in /usr/share/share/locale - dodir /usr/share - mv "${ED%/}"/usr/{man,share/man} || die - - dodoc doc/*.txt - - if use doc; then - docinto developers - dodoc -r doc/developers/* - for doc in mini-tutorial tutorials user-{guide,reference}; do - docinto ${doc} - dodoc -r doc/en/${doc}/* - done - fi - - dobashcomp contrib/bash/bzr || die -} diff --git a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild deleted file mode 100644 index c39f0b24d9d6..000000000000 --- a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads,ssl,xml" - -DESCRIPTION="Bazaar is a next generation distributed version control system" -HOMEPAGE="http://bazaar-vcs.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="curl doc +sftp test" -PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN" - -inherit bash-completion-r1 distutils-r1 flag-o-matic l10n -#SERIES=$(get_version_component_range 1-2) -SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz" - -RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] ) - sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )" - -DEPEND="|| ( dev-python/cython[${PYTHON_USEDEP}] dev-python/pyrex[${PYTHON_USEDEP}] ) - test? ( ${RDEPEND} - >=dev-python/pyftpdlib-0.7.0[${PYTHON_USEDEP}] - dev-python/subunit - >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}] )" - -# Fails tests bug#487216 -# Upstream is not exactly keen on fixing it -RESTRICT="test" - -python_configure_all() { - rm_loc() { - rm "${S}"/po/$1.po || die - } - l10n_for_each_disabled_locale_do rm_loc - # Generate the locales first to avoid a race condition. - esetup.py build_mo -} - -python_compile() { - if [[ ${EPYTHON} != python3* ]]; then - local CFLAGS=${CFLAGS} - append-cflags -fno-strict-aliasing - fi - distutils-r1_python_compile -} - -python_test() { - # Some tests expect the usual pyc compiling behaviour. - local -x PYTHONDONTWRITEBYTECODE - - # Define tests which are known to fail below. - local skip_tests="(" - # https://bugs.launchpad.net/bzr/+bug/850676 - skip_tests+="per_transport.TransportTests.test_unicode_paths.*" - skip_tests+=")" - if [[ -n ${skip_tests} ]]; then - einfo "Skipping tests known to fail: ${skip_tests}" - fi - - LC_ALL="C" "${PYTHON}" bzr --no-plugins selftest -v \ - ${skip_tests:+-x} "${skip_tests}" || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - # Fixup manpages manually; passing --install-data causes locales to be - # installed in /usr/share/share/locale - dodir /usr/share - mv "${ED%/}"/usr/{man,share/man} || die - - dodoc doc/*.txt - - if use doc; then - docinto developers - dodoc -r doc/developers/* - for doc in mini-tutorial tutorials user-{guide,reference}; do - docinto ${doc} - dodoc -r doc/en/${doc}/* - done - fi - - dobashcomp contrib/bash/bzr || die -} diff --git a/dev-vcs/bzr/metadata.xml b/dev-vcs/bzr/metadata.xml deleted file mode 100644 index f366de71c752..000000000000 --- a/dev-vcs/bzr/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - Bazaar (``bzr``) is a decentralized revision control system, designed to be - easy for developers and end users alike. Bazaar is part of the GNU project - to develop a complete free operating system. - Bazaar was formerly known as Bazaar-NG. It's the successor to ``baz``, a - fork of GNU arch, but shares no code. (To upgrade from Baz, use the - ``baz-import`` command in the bzrtools plugin.) - </longdescription> - <use> - <flag name="sftp">Enable sftp support</flag> - </use> - <upstream> - <remote-id type="launchpad">bzr</remote-id> - </upstream> -</pkgmetadata> |