diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:08:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:08:35 +0000 |
commit | 5d7110ffab5bc22a10771aeecb19a4f0a61a3abd (patch) | |
tree | aeb2cf7bfcf187c2b2c3bde36af22497c8c23c6d /dev-vcs/qbzr | |
parent | fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no Python... (diff) | |
download | historical-5d7110ffab5bc22a10771aeecb19a4f0a61a3abd.tar.gz historical-5d7110ffab5bc22a10771aeecb19a4f0a61a3abd.tar.bz2 historical-5d7110ffab5bc22a10771aeecb19a4f0a61a3abd.zip |
clean up
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-vcs/qbzr')
-rw-r--r-- | dev-vcs/qbzr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/qbzr/qbzr-0.18.5.ebuild | 44 |
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" -} |