summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-08-06 19:28:49 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-08-06 19:28:49 +0000
commitfd19023d009101f0769caa68f80cbe79a794ea03 (patch)
tree41d3e951dba6a128f3539b48b9dedf980301d7bb /dev-vcs
parentmask dev-vcs/bzr-svn for removal, see bug 474518 (diff)
downloadgentoo-2-fd19023d009101f0769caa68f80cbe79a794ea03.tar.gz
gentoo-2-fd19023d009101f0769caa68f80cbe79a794ea03.tar.bz2
gentoo-2-fd19023d009101f0769caa68f80cbe79a794ea03.zip
clean up
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/qbzr/ChangeLog6
-rw-r--r--dev-vcs/qbzr/qbzr-0.21.1.ebuild46
-rw-r--r--dev-vcs/qbzr/qbzr-0.21.2.ebuild46
-rw-r--r--dev-vcs/qbzr/qbzr-0.22.1.ebuild46
4 files changed, 5 insertions, 139 deletions
diff --git a/dev-vcs/qbzr/ChangeLog b/dev-vcs/qbzr/ChangeLog
index 1bc42caf8a9b..ca0d71cc6ee3 100644
--- a/dev-vcs/qbzr/ChangeLog
+++ b/dev-vcs/qbzr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/qbzr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.42 2013/04/22 12:24:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/ChangeLog,v 1.43 2013/08/06 19:28:49 fauli Exp $
+
+ 06 Aug 2013; Christian Faulhammer <fauli@gentoo.org> -qbzr-0.21.1.ebuild,
+ -qbzr-0.21.2.ebuild, -qbzr-0.22.1.ebuild:
+ clean up
22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> qbzr-0.23.0.ebuild:
Stable for alpha, wrt bug #457354
diff --git a/dev-vcs/qbzr/qbzr-0.21.1.ebuild b/dev-vcs/qbzr/qbzr-0.21.1.ebuild
deleted file mode 100644
index 5665773e539a..000000000000
--- a/dev-vcs/qbzr/qbzr-0.21.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.1.ebuild,v 1.6 2012/10/20 16:27:53 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils versionator
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.4
- >=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.21.2.ebuild b/dev-vcs/qbzr/qbzr-0.21.2.ebuild
deleted file mode 100644
index 3aa4fb298554..000000000000
--- a/dev-vcs/qbzr/qbzr-0.21.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.21.2.ebuild,v 1.3 2012/10/20 16:27:53 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils versionator
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.4
- >=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.22.1.ebuild b/dev-vcs/qbzr/qbzr-0.22.1.ebuild
deleted file mode 100644
index 1e2761dc374e..000000000000
--- a/dev-vcs/qbzr/qbzr-0.22.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qbzr/qbzr-0.22.1.ebuild,v 1.6 2013/01/30 19:01:52 ago Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils versionator
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.5
- >=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"
-}