diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-27 18:15:58 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-27 18:15:58 +0000 |
commit | 77d1dfd96073c4eb893ae4824363a18aa28bc8ea (patch) | |
tree | 4020584ac67f58795c6596516620aba77b1b7182 /dev-vcs/qbzr | |
parent | ppc stable #346029 (diff) | |
download | gentoo-2-77d1dfd96073c4eb893ae4824363a18aa28bc8ea.tar.gz gentoo-2-77d1dfd96073c4eb893ae4824363a18aa28bc8ea.tar.bz2 gentoo-2-77d1dfd96073c4eb893ae4824363a18aa28bc8ea.zip |
clean up
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/qbzr')
-rw-r--r-- | dev-vcs/qbzr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/qbzr/qbzr-0.18.6.ebuild | 46 | ||||
-rw-r--r-- | dev-vcs/qbzr/qbzr-0.19.ebuild | 46 |
3 files changed, 5 insertions, 93 deletions
diff --git a/dev-vcs/qbzr/ChangeLog b/dev-vcs/qbzr/ChangeLog index e19cd6ee29f5..8396028e0f44 100644 --- a/dev-vcs/qbzr/ChangeLog +++ b/dev-vcs/qbzr/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2010/11/27 18:13:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.14 2010/11/27 18:15:57 fauli Exp $ + + 27 Nov 2010; Christian Faulhammer <fauli@gentoo.org> -qbzr-0.18.6.ebuild, + -qbzr-0.19.ebuild: + clean up *qbzr-0.19.3 (27 Nov 2010) diff --git a/dev-vcs/qbzr/qbzr-0.18.6.ebuild b/dev-vcs/qbzr/qbzr-0.18.6.ebuild deleted file mode 100644 index 5ee47a294bc4..000000000000 --- a/dev-vcs/qbzr/qbzr-0.18.6.ebuild +++ /dev/null @@ -1,46 +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.6.ebuild,v 1.3 2010/07/14 20:22:50 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -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}" - -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" -} diff --git a/dev-vcs/qbzr/qbzr-0.19.ebuild b/dev-vcs/qbzr/qbzr-0.19.ebuild deleted file mode 100644 index ff7d8cbf6893..000000000000 --- a/dev-vcs/qbzr/qbzr-0.19.ebuild +++ /dev/null @@ -1,46 +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.19.ebuild,v 1.1 2010/08/10 12:33:17 fauli Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -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}" - -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" -} |