]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/django-evolution: dev-python/django-evolution bump
authorJames Broadhead (hangfire) <jamesbroadhead@gmail.com>
Sun, 18 Sep 2011 18:33:56 +0000 (18:33 +0000)
committerJames Broadhead (hangfire) <jamesbroadhead@gmail.com>
Sun, 18 Sep 2011 18:33:56 +0000 (18:33 +0000)
svn path=/sunrise/; revision=12406

dev-python/django-evolution/ChangeLog
dev-python/django-evolution/Manifest
dev-python/django-evolution/django-evolution-0.6.5.ebuild [moved from dev-python/django-evolution/django-evolution-0.6.3.ebuild with 74% similarity]

index 20bd33158f1f73d9d27f6e7a899960cd3976338f..b56f63b64d3fbb9da3df61a840be06f0cc5dc1c8 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Sep 2011; James Broadhead (hangfire) <jamesbroadhead@gmail.com>
+  -django-evolution-0.6.3.ebuild, +django-evolution-0.6.5.ebuild:
+  dev-python/django-evolution bump
+
   27 May 2011; Michael Weber (xmw) <xmw@gentoo.org>
   -django-evolution-0.5.ebuild, +django-evolution-0.6.3.ebuild:
   Version bump
index 5165eecef61e3cdde82dd0270d427817b0701b85..a81e2e331650523e5a43316c793c7319e0fb3217 100644 (file)
@@ -1,4 +1,4 @@
-DIST django-evolution-0.6.3.tar.bz2 50658 RMD160 6f2900f486874cd22f37e26eac730e2c64c45b21 SHA1 0754812f19e44eba2be21379e248ef5692e5061e SHA256 990d93312d29b4ac8601013d8761fa2c63a1e6ccaf189aa9f0fb82fbb5d26dcb
-EBUILD django-evolution-0.6.3.ebuild 520 RMD160 793a3a98395986f47ec25e8486ac1f2f2312d2d8 SHA1 a0f11f17df4c41f4343b7a816c9ad1b534f22ee1 SHA256 21abddb64c2bdec7f6dfd1904aca7a89208ac29d4da75c10433e9e1dc546318f
-MISC ChangeLog 712 RMD160 b47748e78dd75ac90a320d7315f7443e5a918175 SHA1 06b61c7fd27080594ff0eea617ba896e1f7c3fe2 SHA256 7c85c3f7841e587ace92ffff522934caa1b232a7a3fbc3ee9132b616bc7fe0e8
+DIST django_evolution-0.6.5.tar.gz 63730 RMD160 09a5be444c88b109821c295887f8ee4fc9584448 SHA1 9fb3857ee31d2de8bb70df9b9213c8050fd2805b SHA256 c72c7e2f262552351290bad1e43dc60a1d3b2d522757b3a4c08f9c7b1c4990fb
+EBUILD django-evolution-0.6.5.ebuild 601 RMD160 67c644f5fbda2042b169c8662d7e71aa14a3ef4d SHA1 712d3001808d5785f0295d625bd49d754cd51e59 SHA256 f8ba04a27d3fcdb8a5eec3f06a7df0732a12f3199657aff01bf8262af3893d3e
+MISC ChangeLog 883 RMD160 360442d754fb805ddd8c023f4e38291881bb8cf2 SHA1 3d30f49ee1802205bb100468a324a1fde103de29 SHA256 14c2eb012a61d05ad99db5618031b4f47f142fdb834b4f6cb7d0e51c886d5806
 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
similarity index 74%
rename from dev-python/django-evolution/django-evolution-0.6.3.ebuild
rename to dev-python/django-evolution/django-evolution-0.6.5.ebuild
index 932ce331278436eb7b783053e1b62bd3a6d3c797..afa220f59adceb89264edbdf46cf7a0dfbb5c1b2 100644 (file)
@@ -6,11 +6,14 @@ EAPI=2
 
 SUPPORT_PYTHON_ABIS=1
 
-inherit distutils python
+inherit distutils
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Track changes in database models over time, and update the db to reflect them"
 HOMEPAGE="http://code.google.com/p/django-evolution/"
-SRC_URI="http://xmw.de/mirror/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://pypi/d/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
@@ -19,7 +22,10 @@ IUSE=""
 
 RDEPEND="dev-python/django"
 
+S="${WORKDIR}/${MY_P}"
+
 src_prepare() {
+       # TODO: run the tests
        rm -r tests || die
        distutils_src_prepare
 }