summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-04-08 07:23:03 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-04-08 07:23:03 +0000
commit3d84fc8366160a22f5c26b548401d243b6de2d50 (patch)
tree0930758bc59a3048388d000b1b0f199daf956f7b /dev-vcs/qbzr
parentx86 stable wrt bug #252398 (diff)
downloadgentoo-2-3d84fc8366160a22f5c26b548401d243b6de2d50.tar.gz
gentoo-2-3d84fc8366160a22f5c26b548401d243b6de2d50.tar.bz2
gentoo-2-3d84fc8366160a22f5c26b548401d243b6de2d50.zip
clean up
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/qbzr')
-rw-r--r--dev-vcs/qbzr/ChangeLog5
-rw-r--r--dev-vcs/qbzr/qbzr-0.18.3.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-vcs/qbzr/ChangeLog b/dev-vcs/qbzr/ChangeLog
index aa6fdbd1cc6a..387b4e41645c 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.5 2010/04/05 13:13:53 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.6 2010/04/08 07:23:03 fauli Exp $
+
+ 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> -qbzr-0.18.3.ebuild:
+ clean up
*qbzr-0.18.5 (05 Apr 2010)
diff --git a/dev-vcs/qbzr/qbzr-0.18.3.ebuild b/dev-vcs/qbzr/qbzr-0.18.3.ebuild
deleted file mode 100644
index 59fcd40e9f06..000000000000
--- a/dev-vcs/qbzr/qbzr-0.18.3.ebuild
+++ /dev/null
@@ -1,45 +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.3.ebuild,v 1.1 2010/03/09 10:04:50 fauli Exp $
-
-EAPI=2
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="http://launchpad.net/qbzr/${PV%%.3}/${PV}/+download/${PN}-${PV}.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"
-}