]> Pileus Git - ~andy/sunrise/commitdiff
dev-vcs/tortoisehg: Moved to gentoo-x86 by me
authorMike Gilbert <floppym@gentoo.org>
Wed, 7 Sep 2011 02:38:00 +0000 (02:38 +0000)
committerMike Gilbert <floppym@gentoo.org>
Wed, 7 Sep 2011 02:38:00 +0000 (02:38 +0000)
svn path=/sunrise/; revision=12366

dev-vcs/tortoisehg/ChangeLog [deleted file]
dev-vcs/tortoisehg/Manifest [deleted file]
dev-vcs/tortoisehg/metadata.xml [deleted file]
dev-vcs/tortoisehg/tortoisehg-2.1.1.ebuild [deleted file]

diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog
deleted file mode 100644 (file)
index 4d36a49..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# ChangeLog for dev-vcs/tortoisehg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*tortoisehg-2.1.1 (19 Jul 2011)
-
-  19 Jul 2011; Mike Gilbert <floppymaster@gmail.com> -tortoisehg-2.0.3.ebuild,
-  +tortoisehg-2.1.1.ebuild:
-  Version bump
-
-*tortoisehg-2.0.3 (24 Apr 2011)
-
-  24 Apr 2011; Mike Gilbert <floppymaster@gmail.com> -tortoisehg-1.1.8.ebuild,
-  +tortoisehg-2.0.3.ebuild:
-  Major version bump plus ebulid cleanup
-
-  07 Jan 2011; Denilson (CrazyTB) <denilsonsa@gmail.com>
-  -tortoisehg-1.1.4.ebuild, +tortoisehg-1.1.8.ebuild:
-  Version bump for tortoisehg-1.1.8, as version 1.1.4 failed to run due to a
-  bug fixed in later versions.
-
-  15 Oct 2010; Dean Matzkov (bapa) <bapabooiee@gmail.com>
-  -tortoisehg-1.1.3.ebuild, +tortoisehg-1.1.4.ebuild:
-  Version bump, with thanks to sedzimir for helping me correct my errors
-
-  13 Sep 2010; Arne Babenhauserheide (ArneBab) <arne_bab@web.de>
-  +tortoisehg-1.1.3.ebuild, +metadata.xml:
-  New Ebuild for bug 277383 thanks to manny15, Tommy[D] and apostrophe
-
diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
deleted file mode 100644 (file)
index 41d4058..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST tortoisehg-2.1.1.tar.gz 9773900 RMD160 ec8c14a32ba8463f77ab147863505b03ebb40204 SHA1 5733db1d2f798253e7680340bbe6ab48153c5228 SHA256 65b1d4723dadd9cf2e1db33d29d8b452d1a0683ce18166a63f0de9fa00bbf77f
-EBUILD tortoisehg-2.1.1.ebuild 1147 RMD160 f5d16077709ddd55ef5c52c769929f39364df17d SHA1 1ef44cd1e363a46f2561cfef9c73e658291ed228 SHA256 5b1fdef68a8225cca021adc66c756cf1846f6980d5aa7d46adf87caf75edd19d
-MISC ChangeLog 1043 RMD160 5e05d6e8ce6a6667758c58c8d43b558480b801b7 SHA1 4009cfdacbbae35618fccc886c1555c1694ccbc0 SHA256 efa160f5b4a47f9f7a762b725ad371a4e9fc06284b2ff1771b2eceeacf619f69
-MISC metadata.xml 562 RMD160 05d38eb0c4d143b23f201fce2802285bbce0beec SHA1 4ec7a99032635e139a5f08a98a19b2b9eac5a251 SHA256 398a77872f8420c1e024c1c978f6f69af19bc7e0ff048a76b9ba80ee8b361f90
diff --git a/dev-vcs/tortoisehg/metadata.xml b/dev-vcs/tortoisehg/metadata.xml
deleted file mode 100644 (file)
index 2849f3b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>no-herd</herd>
-  <longdescription lang="en">
-    Graphical cross-platform frontend to various Mercurial commands. 
-    Currently contains dialogs for almost all common operations, 
-    including annotate and log. 
-  </longdescription>
-  <use>
-    <flag name="nautilus">Integrate with <pkg>gnome-base/nautilus</pkg> file manager</flag>
-  </use>
-  <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.1.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.1.1.ebuild
deleted file mode 100644 (file)
index b9cf67d..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="2:2.5"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils multilib
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="http://tortoisehg.bitbucket.org"
-SRC_URI="http://bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-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 || die
-       fi
-}
-
-src_install() {
-       distutils_src_install
-       dodoc doc/ReadMe*.txt doc/TODO || die
-
-       if use doc ; then
-               dohtml -r doc/build/html || die
-       fi
-
-       if ! use nautilus; then
-               rm -vr "${D}usr/$(get_libdir)/nautilus" || die
-       fi
-}