summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-04-11 21:13:05 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-04-11 21:13:05 +0000
commit7ded6c3cedb1a976d035f7b6ab87377b62fd7d08 (patch)
tree0e1a281b89f270d616964a1e0d05c0eabe2522a1 /dev-vcs/qbzr
parentVersion bump (diff)
downloadhistorical-7ded6c3cedb1a976d035f7b6ab87377b62fd7d08.tar.gz
historical-7ded6c3cedb1a976d035f7b6ab87377b62fd7d08.tar.bz2
historical-7ded6c3cedb1a976d035f7b6ab87377b62fd7d08.zip
clean up
Package-Manager: portage-2.1.10.49/cvs/Linux i686
Diffstat (limited to 'dev-vcs/qbzr')
-rw-r--r--dev-vcs/qbzr/ChangeLog5
-rw-r--r--dev-vcs/qbzr/qbzr-0.19.3.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/dev-vcs/qbzr/ChangeLog b/dev-vcs/qbzr/ChangeLog
index dd25245ab1b7..fbc8f82d3596 100644
--- a/dev-vcs/qbzr/ChangeLog
+++ b/dev-vcs/qbzr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/qbzr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.31 2012/03/18 18:34:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.32 2012/04/11 21:10:21 fauli Exp $
+
+ 11 Apr 2012; Christian Faulhammer <fauli@gentoo.org> -qbzr-0.19.3.ebuild:
+ clean up
18 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #118003.
diff --git a/dev-vcs/qbzr/qbzr-0.19.3.ebuild b/dev-vcs/qbzr/qbzr-0.19.3.ebuild
deleted file mode 100644
index de9c5a996552..000000000000
--- a/dev-vcs/qbzr/qbzr-0.19.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.19.3.ebuild,v 1.4 2011/01/22 16:24:58 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils 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="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.2
- >=dev-python/PyQt4-4.1[X]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-DOCS="AUTHORS.txt NEWS.txt README.txt TODO.txt"
-PYTHON_MODNAME="bzrlib/plugins/qbzr"
-
-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() {
- distutils_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"
-}