summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2008-07-19 09:42:56 +0000
committerCédric Krier <cedk@gentoo.org>2008-07-19 09:42:56 +0000
commit93f48050eca4217e2b6838fa742c588241d740af (patch)
tree633051f591bdbff99fe93b130b0585924a69e0a2 /dev-util/hgsvn
parentRemove pyxml from DEPEND (diff)
downloadgentoo-2-93f48050eca4217e2b6838fa742c588241d740af.tar.gz
gentoo-2-93f48050eca4217e2b6838fa742c588241d740af.tar.bz2
gentoo-2-93f48050eca4217e2b6838fa742c588241d740af.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/hgsvn')
-rw-r--r--dev-util/hgsvn/ChangeLog7
-rw-r--r--dev-util/hgsvn/hgsvn-0.1.6.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-util/hgsvn/ChangeLog b/dev-util/hgsvn/ChangeLog
index 5cce7fe33311..cdc3fb1e7c49 100644
--- a/dev-util/hgsvn/ChangeLog
+++ b/dev-util/hgsvn/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/hgsvn
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.6 2008/06/13 05:49:49 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.7 2008/07/19 09:42:56 cedk Exp $
+
+*hgsvn-0.1.6 (19 Jul 2008)
+
+ 19 Jul 2008; Cédric Krier <cedk@gentoo.org> +hgsvn-0.1.6.ebuild:
+ Version bump
13 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
hgsvn-0.1.4.ebuild:
diff --git a/dev-util/hgsvn/hgsvn-0.1.6.ebuild b/dev-util/hgsvn/hgsvn-0.1.6.ebuild
new file mode 100644
index 000000000000..98c65aa4dc49
--- /dev/null
+++ b/dev-util/hgsvn/hgsvn-0.1.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.6.ebuild,v 1.1 2008/07/19 09:42:56 cedk Exp $
+
+NEED_PYTHON=2.4
+
+inherit distutils
+
+DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial"
+HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn"
+SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}
+ dev-util/subversion
+ || ( >=dev-lang/python-2.5 dev-python/elementtree )"