Ebuild
January 28, 2012, 03:57
Set of graphical tools for Mercurial
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.2.2 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
PAKET TANIMI:
Set of graphical tools for Mercurial
Kategori:
DEĞIŞIKLIKLER
# ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.10 2012/02/12 02:19:18 floppym Exp $ 12 Feb 2012; Mike Gilbert (floppym) -files/tortoisehg-2.1.4-mercurial-2.patch, tortoisehg-9999.ebuild: Bump mercurial dep on live ebuild. Drop unused patch. *tortoisehg-2.2.2-r1 (12 Feb 2012) 12 Feb 2012; Mike Gilbert (floppym) +files/tortoisehg-2.2.2-hgversion.patch, +tortoisehg-2.2.2-r1.ebuild, -tortoisehg-2.2.1.ebuild, -tortoisehg-2.2.ebuild: Add patch for mercurial-2.1 compat. *tortoisehg-2.2.2 (28 Jan 2012) 28 Jan 2012; Mike Gilbert (floppym) +tortoisehg-2.2.2.ebuild: Version bump. 10 Dec 2011; Mike Gilbert (floppym) tortoisehg-9999.ebuild: Update live ebuild. *tortoisehg-2.2.1 (10 Dec 2011) 10 Dec 2011; Mike Gilbert (floppym) +tortoisehg-2.2.1.ebuild, -tortoisehg-2.1.3.ebuild, -tortoisehg-2.1.4-r1.ebuild, -tortoisehg-2.1.4.ebuild: Version bump. Remove old. *tortoisehg-2.2 (07 Nov 2011) 07 Nov 2011; Mike Gilbert (floppym) +tortoisehg-2.2.ebuild, tortoisehg-9999.ebuild: Version bump. Merge with live ebuild. *tortoisehg-9999 (04 Nov 2011) 04 Nov 2011; Mike Gilbert (floppym) +tortoisehg-9999.ebuild: Add live ebuild. *tortoisehg-2.1.4-r1 (04 Nov 2011) 04 Nov 2011; Mike Gilbert (floppym) +files/tortoisehg-2.1.4-mercurial-2.patch, +tortoisehg-2.1.4-r1.ebuild: Add patch for Mercurial 2 compat, bug 389513 by polynomial-c. EAPI=4. *tortoisehg-2.1.4 (11 Oct 2011) 11 Oct 2011; Mike Gilbert (floppym) +tortoisehg-2.1.4.ebuild: Version bump. *tortoisehg-2.1.3 (07 Sep 2011) 07 Sep 2011; Mike Gilbert (floppym) +tortoisehg-2.1.3.ebuild, +metadata.xml: New package, resolves bug 277383 by manny15. Thanks also to Arne Babenhauserheide, Denilson Sá, and Alphat-PC.
HATALAR
Hata kaydı yok
USE BAYRAKLARI
| doc | Adds extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally |
| nautilus | Integrate with gnome-base/nautilus file manager |
DERLEME BAĞIMLILIKLARI
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/iniparse | Better INI parser for Python |
| dev-python/nautilus-python | Python bindings for the Nautilus file manager |
| dev-python/pygments | Pygments is a syntax highlighting package written in Python. |
| dev-python/PyQt4 | Python bindings for the Qt toolkit |
| dev-python/qscintilla-python | Python bindings for Qscintilla |
| dev-python/sphinx | Tool to create documentation for Python projects |
| dev-vcs/mercurial | Scalable distributed SCM |
ÇALIŞTIRMA BAĞIMLILIKLARI
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/iniparse | Better INI parser for Python |
| dev-python/nautilus-python | Python bindings for the Nautilus file manager |
| dev-python/pygments | Pygments is a syntax highlighting package written in Python. |
| dev-python/PyQt4 | Python bindings for the Qt toolkit |
| dev-python/qscintilla-python | Python bindings for Qscintilla |
| dev-vcs/mercurial | Scalable distributed SCM |
KAYNAK KODU
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.2.2.ebuild,v
1.1 2012/01/28 03:57:04 floppym Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.5"
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit distutils eutils multilib
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="https://bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
else
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
KEYWORDS=""
SRC_URI=""
fi
DESCRIPTION="Set of graphical tools for Mercurial"
HOMEPAGE="http://tortoisehg.bitbucket.org"
LICENSE="GPL-2"
SLOT="0"
IUSE="doc nautilus"
RDEPEND="dev-python/iniparse
dev-python/pygments
dev-python/PyQt4
dev-python/qscintilla-python
>=dev-vcs/mercurial-1.9
nautilus? ( dev-python/nautilus-python )"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
src_prepare() {
# make the install respect multilib.
sed -i -e "s:lib/nautilus:$(get_libdir)/nautilus:" setup.py || die
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 || die
fi
insinto /usr/share/icons/hicolor/scalable/apps
newins icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
domenu contrib/${PN}.desktop
if ! use nautilus; then
rm -r "${ED}usr/$(get_libdir)/nautilus" || die
fi
}