We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff dev-vcs/rhodecode/rhodecode-1.3.6.ebuild @ 13:7d56754e9644

copied description texts from official ebuilds, modified dependencies and download methods
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 29 Jul 2012 23:12:08 +0200
parents c3acf66affe4
children f6aeaeb53f52
line wrap: on
line diff
--- a/dev-vcs/rhodecode/rhodecode-1.3.6.ebuild	Tue Jul 24 23:20:53 2012 +0200
+++ b/dev-vcs/rhodecode/rhodecode-1.3.6.ebuild	Sun Jul 29 23:12:08 2012 +0200
@@ -6,7 +6,6 @@
 SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
-#inherit mercurial
 
 DESCRIPTION="a web-based frontend and middleware to Mercurial repositories"
 HOMEPAGE="http://rhodecode.org/"
@@ -14,16 +13,10 @@
 #SRC_URI="https://rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip?subrepos=true"
 SRC_URI="https://rhodecode.org/rhodecode/archive/edfff9f37916389144d3a3644d0a7d7adfd79b11.zip"
 
-# removed from DEPEND for errors on emerge
-#	>=dev-python/python-dateutil-1.5
-#	!>=dev-python/python-dateutil-2.0
-#	>=dev-python/kombu-1.1.2
-#	!>=dev-python/kombu-2.0.0
-
-
 DEPEND=">=dev-vcs/mercurial-2.2.1
-        !>=dev-vcs/mercurial-2.3
+        <dev-vcs/mercurial-2.3
         dev-python/pastescript
+	dev-python/setuptools
 	
 	=dev-python/pylons-1.0
 	=dev-python/beaker-1.6.3
@@ -33,23 +26,23 @@
 	=dev-python/mako-0.7.0
 	>=dev-python/pygments-1.4
 	>=dev-python/whoosh-2.4.0
-	!>=dev-python/whoosh-2.5
+	<dev-python/whoosh-2.5
 	dev-python/Babel
-	=dev-python/python-dateutil-1.5
+	>=dev-python/python-dateutil-1.5
+	<dev-python/python-dateutil-2.0
 	>=dev-python/dulwich-0.8.5
-	!>=dev-python/dulwich-0.9.0
+	<dev-python/dulwich-0.9.0
 	=dev-python/webob-1.0.8
 	=dev-python/markdown-2.1.1
 	=dev-python/docutils-0.8.1
 	=dev-python/simplejson-2.5.2
 	
 	>=dev-python/pyparsing-1.5.0
-	!>=dev-python/pyparsing-2.0.0
+	<dev-python/pyparsing-2.0.0
 	
 	dev-python/py-bcrypt
 	=dev-python/celery-2.2.10
-	!>=dev-python/celery-3
-	=dev-python/kombu-1.5.1
+	<dev-python/celery-3
 	>=dev-python/anyjson-0.3.1
 	>=dev-python/amqplib-1.0
 "