summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-05-03 07:46:20 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-05-03 07:46:20 +0000
commitae60ee56f344d731baf4f29d16892d83dd574fa6 (patch)
tree6b29b2eaa775ff15661c9cf3789f659d823d5c99 /dev-vcs
parentVersion bump (diff)
downloadgentoo-2-ae60ee56f344d731baf4f29d16892d83dd574fa6.tar.gz
gentoo-2-ae60ee56f344d731baf4f29d16892d83dd574fa6.tar.bz2
gentoo-2-ae60ee56f344d731baf4f29d16892d83dd574fa6.zip
Version bump. Removed old
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tortoisehg/ChangeLog8
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild84
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.7.ebuild)2
3 files changed, 8 insertions, 86 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog
index fe4c67244672..3ebad5ccfcf7 100644
--- a/dev-vcs/tortoisehg/ChangeLog
+++ b/dev-vcs/tortoisehg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/tortoisehg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.37 2013/03/16 21:58:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.38 2013/05/03 07:46:20 polynomial-c Exp $
+
+*tortoisehg-2.7.2 (03 May 2013)
+
+ 03 May 2013; Lars Wendler <polynomial-c@gentoo.org> -tortoisehg-2.6.2.ebuild,
+ -tortoisehg-2.7.ebuild, +tortoisehg-2.7.2.ebuild:
+ Version bump. Removed old.
*tortoisehg-2.7.1-r1 (16 Mar 2013)
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild
deleted file mode 100644
index 538eab8ecc89..000000000000
--- a/dev-vcs/tortoisehg/tortoisehg-2.6.2.ebuild
+++ /dev/null
@@ -1,84 +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/tortoisehg/tortoisehg-2.6.2.ebuild,v 1.2 2013/01/04 08:23:56 polynomial-c Exp $
-
-EAPI=4
-
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND="2:2.5"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*"
-
-inherit distutils eutils
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="~amd64 ~x86"
- SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
- HG_DEPEND=">=dev-vcs/mercurial-2.3 <dev-vcs/mercurial-2.5"
-else
- inherit mercurial
- EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
- KEYWORDS=""
- SRC_URI=""
- HG_DEPEND="dev-vcs/mercurial"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="http://tortoisehg.bitbucket.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND="${HG_DEPEND}
- dev-python/iniparse
- dev-python/pygments
- dev-python/PyQt4
- dev-python/qscintilla-python"
-DEPEND="${RDEPEND}
- doc? ( >=dev-python/sphinx-1.0.3 )"
-
-src_prepare() {
- if [[ ${LINGUAS+set} ]]; then
- pushd i18n/tortoisehg > /dev/null || die
- local x y keep
- for x in *.po; do
- keep=false
- for y in ${LINGUAS}; do
- if [[ ${y} == ${x%.po}* ]]; then
- keep=true
- break
- fi
- done
- ${keep} || rm "${x}" || die
- done
- popd > /dev/null || die
- fi
-
- distutils_src_prepare
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc ; then
- emake -C doc html
- fi
-}
-
-src_install() {
- distutils_src_install
- dodoc doc/ReadMe*.txt doc/TODO
-
- if use doc ; then
- dohtml -r doc/build/html
- fi
-
- newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
- domenu contrib/${PN}.desktop
-}
-
-pkg_postinst() {
- elog "When startup of ${PN} fails with an API version mismatch error"
- elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
- elog "dev-python/qscintilla-python."
-}
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild
index 5b4d48612339..108eb6d6e8a8 100644
--- a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.5 2013/03/05 03:44:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild,v 1.1 2013/05/03 07:46:20 polynomial-c Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )