summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-10-06 20:12:51 +0000
committerPeter Volkov <pva@gentoo.org>2009-10-06 20:12:51 +0000
commit9396495c0f382774b7d923189b17fb68bb5a76b3 (patch)
tree1252834c570b112c4c1204e30395d433cfdc1ca9 /dev-python/subvertpy
parentRevision bump. Added fix for bug 168939 (ipv6), now uses the new eselect-ruby... (diff)
downloadhistorical-9396495c0f382774b7d923189b17fb68bb5a76b3.tar.gz
historical-9396495c0f382774b7d923189b17fb68bb5a76b3.tar.bz2
historical-9396495c0f382774b7d923189b17fb68bb5a76b3.zip
Test dependencies are not RDEPENDencies.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r--dev-python/subvertpy/ChangeLog5
-rw-r--r--dev-python/subvertpy/Manifest4
-rw-r--r--dev-python/subvertpy/subvertpy-0.6.9.ebuild10
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog
index 1d7c1dbbceca..f79d2ed30ff6 100644
--- a/dev-python/subvertpy/ChangeLog
+++ b/dev-python/subvertpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.1 2009/10/06 19:37:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.2 2009/10/06 20:12:51 pva Exp $
+
+ 06 Oct 2009; Peter Volkov <pva@gentoo.org> subvertpy-0.6.9.ebuild:
+ Test dependencies are not RDEPENDencies.
*subvertpy-0.6.9 (06 Oct 2009)
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest
index daccb3932686..53679c707866 100644
--- a/dev-python/subvertpy/Manifest
+++ b/dev-python/subvertpy/Manifest
@@ -1,4 +1,4 @@
DIST subvertpy-0.6.9.tar.gz 74284 RMD160 0141e218fa4d79bc8ebd27b515f7da15e90c98ea SHA1 56b093fb6690e374c2f1c5acce1e3f70bc5cdd29 SHA256 2130b2b3fc8ccc61296f7607bd0b09b1feedeff52a6682dd5b21f5e8bc876d6e
-EBUILD subvertpy-0.6.9.ebuild 625 RMD160 af47a1be863e2eee0ddcc23b9929887b7821a5fc SHA1 b0c88ff8ceb6611dde78717f53aa12ca8d380d73 SHA256 b5fd3246f1c17ec36ff3c9e17ea00fff052f72108ae5ccd846ccf09555b2d13e
-MISC ChangeLog 444 RMD160 280a6a2aa2d8c4158735656787c6b0144f7b00e0 SHA1 7fd9a073a97d7814d0f6f1262c5ad8467a69c162 SHA256 363c269e361c6df1635d6859189ccfbce150435a924068d803d61a0c9b83bee0
+EBUILD subvertpy-0.6.9.ebuild 631 RMD160 8e6b0eed21230f358bb3d08de6dd7cda5cec88c5 SHA1 54fb4e979875d5395786d1f21b84c37db8188399 SHA256 e74c9046c449b08b10ab6621337e9db683e70d9edc6109c2a65bb42aef0004da
+MISC ChangeLog 557 RMD160 22395c95edc884344fc3a84600388e058c65be10 SHA1 8b7f430cd2b76aeeb99eda301b68dcbfd4e85913 SHA256 bb0f80d192e1b40cda5cf6a83cc2c4b4d3769fdc309c6de8f7b701469450a955
MISC metadata.xml 250 RMD160 f27bc8272125f15d03c2bfc87e961842bdb303ae SHA1 c4991bbfca89085d81f56ed53f8b0c827a35a4f1 SHA256 68999dde540491efec63a8f47366dbc2d5f2c9f2c1211709d92366a56b6cd27d
diff --git a/dev-python/subvertpy/subvertpy-0.6.9.ebuild b/dev-python/subvertpy/subvertpy-0.6.9.ebuild
index b1b2a5bdc65e..8acdfd9eced0 100644
--- a/dev-python/subvertpy/subvertpy-0.6.9.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.6.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.6.9.ebuild,v 1.1 2009/10/06 19:37:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.6.9.ebuild,v 1.2 2009/10/06 20:12:51 pva Exp $
NEED_PYTHON=2.4
@@ -15,10 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND="dev-util/subversion
- !<dev-util/bzr-svn-0.5.0_rc2
- test? ( dev-python/nose ) "
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-util/subversion-1.4
+ !<dev-util/bzr-svn-0.5.0_rc2"
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose )"
DOCS="NEWS AUTHORS"