summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-07-27 21:08:35 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-07-27 21:08:35 +0000
commit106397e2b9f39c744bc5b84c0f847267fe82b930 (patch)
tree9a9206678a2fb1cf36bad3fd874471353ecfcf67 /dev-vcs
parentfix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no Python... (diff)
downloadgentoo-2-106397e2b9f39c744bc5b84c0f847267fe82b930.tar.gz
gentoo-2-106397e2b9f39c744bc5b84c0f847267fe82b930.tar.bz2
gentoo-2-106397e2b9f39c744bc5b84c0f847267fe82b930.zip
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/qbzr/ChangeLog5
-rw-r--r--dev-vcs/qbzr/qbzr-0.18.5.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-vcs/qbzr/ChangeLog b/dev-vcs/qbzr/ChangeLog
index 4c6b90a24f66..e667c66aa758 100644
--- a/dev-vcs/qbzr/ChangeLog
+++ b/dev-vcs/qbzr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/qbzr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.9 2010/07/14 20:22:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.10 2010/07/27 21:08:35 fauli Exp $
+
+ 27 Jul 2010; Christian Faulhammer <fauli@gentoo.org> -qbzr-0.18.5.ebuild:
+ clean up
14 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
qbzr-0.18.6.ebuild:
diff --git a/dev-vcs/qbzr/qbzr-0.18.5.ebuild b/dev-vcs/qbzr/qbzr-0.18.5.ebuild
deleted file mode 100644
index bcd82c008826..000000000000
--- a/dev-vcs/qbzr/qbzr-0.18.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.18.5.ebuild,v 1.2 2010/07/10 19:15:14 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/${PV%.*}/${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-1.14
- >=dev-python/PyQt4-4.1[X]"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS.txt NEWS.txt README.txt TODO.txt"
-
-S=${WORKDIR}/${PN}
-
-PYTHON_MODNAME=bzrlib
-
-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"
-}