summaryrefslogtreecommitdiff
path: root/dev-vcs/qbzr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-05 20:45:13 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-05 20:45:13 +0000
commit8fcdcec5fbdd0e3a77391e4f354218014f59f358 (patch)
treeb6aaf9c103052f2ab4a948377142f4a4233caa60 /dev-vcs/qbzr
parent423d21dcfee183cc4b04d29c1621615e8c30f834 (diff)
gentoo resync : 05.01.2018
Diffstat (limited to 'dev-vcs/qbzr')
-rw-r--r--dev-vcs/qbzr/Manifest3
-rw-r--r--dev-vcs/qbzr/metadata.xml8
-rw-r--r--dev-vcs/qbzr/qbzr-0.23.1.ebuild40
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-vcs/qbzr/Manifest b/dev-vcs/qbzr/Manifest
deleted file mode 100644
index 20e6f54999c0..000000000000
--- a/dev-vcs/qbzr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST qbzr-0.23.1.tar.gz 817769 BLAKE2B 52b51125a889561c71c20440e5a51fe07f049e9c5b7f45d8d051c1feef5b3ff35c556386ac7aa2b5dfbd320775d899cd8672996e0a4cd95e7fc0f804ca679aca SHA512 05d05c2cf5e94d4a58d88d04bd3dd4ff13d977126d728683273990801733bc0dfb07388838e466117961a83c6e08454b7a8bdaca975ca19f7ecff729d97b4bd2
-EBUILD qbzr-0.23.1.ebuild 1134 BLAKE2B c0e2cb6282701bc536e98940aa6e1868f81b83fe87d3a5fa9026b5176170362c739ab4b6c973ac1a0220d1ed723dad3c93c708f84f04ebf331b97177286ec47d SHA512 cb1570e39061ca4e1aec5d9170e1df8bac3fb91ca0d76801ce771a01e558a8b0e8a359fd79326de2668ec12afe59843a02dc77b241cd48190759483892b5fb18
-MISC metadata.xml 239 BLAKE2B cd74767420bb52e4832c20966ced620b09eeda08fe45dfc45e5fe32e81f9299846aeae8c8073b453c6ea69c887a244f2dadf895ccf27350b42f61a9016501f52 SHA512 a625b90890f182201fb6cef6afa9305161966e774e7ffae231415b4594ad57110363856b9a1204af24726c49a3792a2a38122d44f58cab3b5e085e9d74f7a14d
diff --git a/dev-vcs/qbzr/metadata.xml b/dev-vcs/qbzr/metadata.xml
deleted file mode 100644
index 59bc1c728c67..000000000000
--- a/dev-vcs/qbzr/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">qbzr</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-vcs/qbzr/qbzr-0.23.1.ebuild b/dev-vcs/qbzr/qbzr-0.23.1.ebuild
deleted file mode 100644
index e8d20da1bc6b..000000000000
--- a/dev-vcs/qbzr/qbzr-0.23.1.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 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.5
- >=dev-python/PyQt4-4.1[X]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-DOCS=( AUTHORS.txt NEWS.txt README.txt TODO.txt )
-
-src_test() {
- elog "It's impossible to run tests at this point. If you wish to run tests"
- elog "after installation of ${PN} execute:"
- elog " $ bzr selftest -s bzrlib.plugins.qbzr"
-}
-
-pkg_postinst() {
- elog
- elog "To enable spellchecking in qcommit, please, install >=dev-python/pyenchant-1.5.0"
- elog " # emerge -a >=dev-python/pyenchant-1.5.0"
- elog "To enable syntax highlighting, please, install dev-python/pygments"
- elog " # emerge -a dev-python/pygments"
-}