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 | |
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')
-rw-r--r-- | dev-vcs/bzr-rewrite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-rewrite/bzr-rewrite-0.5.5.ebuild | 21 | ||||
-rw-r--r-- | dev-vcs/qbzr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/qbzr/qbzr-0.18.5.ebuild | 44 |
4 files changed, 9 insertions, 67 deletions
diff --git a/dev-vcs/bzr-rewrite/ChangeLog b/dev-vcs/bzr-rewrite/ChangeLog index 57b1df5223dd..c9b86193f350 100644 --- a/dev-vcs/bzr-rewrite/ChangeLog +++ b/dev-vcs/bzr-rewrite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/bzr-rewrite # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.3 2010/07/27 21:04:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.4 2010/07/27 21:06:52 fauli Exp $ + + 27 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + -bzr-rewrite-0.5.5.ebuild: + clean up 27 Jul 2010; Christian Faulhammer <fauli@gentoo.org> bzr-rewrite-0.6.0.ebuild: diff --git a/dev-vcs/bzr-rewrite/bzr-rewrite-0.5.5.ebuild b/dev-vcs/bzr-rewrite/bzr-rewrite-0.5.5.ebuild deleted file mode 100644 index 5d5dbee239c7..000000000000 --- a/dev-vcs/bzr-rewrite/bzr-rewrite-0.5.5.ebuild +++ /dev/null @@ -1,21 +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/bzr-rewrite/bzr-rewrite-0.5.5.ebuild,v 1.1 2010/03/09 09:59:35 fauli Exp $ - -EAPI=2 - -inherit distutils eutils - -DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to the functionality in git" -HOMEPAGE="http://bazaar-vcs.org/Rebase" -SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-vcs/bzr-1.14 - !dev-vcs/bzr-rebase" -RDEPEND="${DEPEND} - !<dev-vcs/bzr-svn-0.6" 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" -} |