]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/django-evolution: Drop django-evolution: in main tree
authorThomas Sachau <tommy@gentoo.org>
Sun, 3 Jun 2012 12:30:33 +0000 (14:30 +0200)
committerThomas Sachau <tommy@gentoo.org>
Sun, 3 Jun 2012 12:30:33 +0000 (14:30 +0200)
dev-python/django-evolution/ChangeLog [deleted file]
dev-python/django-evolution/Manifest [deleted file]
dev-python/django-evolution/django-evolution-0.6.5.ebuild [deleted file]
dev-python/django-evolution/metadata.xml [deleted file]

diff --git a/dev-python/django-evolution/ChangeLog b/dev-python/django-evolution/ChangeLog
deleted file mode 100644 (file)
index b56f63b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for dev-python/django-evolution
-# 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
-
-  27 May 2011; Michael Weber (xmw) <xmw@gentoo.org>
-  django-evolution-0.5.ebuild:
-  Fix distutils.eclass issue (SUPPORT_PYTHON_ABIS now 1)
-
-  13 Jun 2010; Michael Weber (xmw) <gentoo@xmw.de>
-  -django-evolution-0_pre176.ebuild, +django-evolution-0.5.ebuild:
-  Version bump, upstream released revision 181 as 0.5 final
-
-  17 May 2010; Michael Weber (xmw) <gentoo@xmw.de>
-  +django-evolution-0_pre176.ebuild, +metadata.xml:
-  New Ebuild for bug 318997
-
diff --git a/dev-python/django-evolution/Manifest b/dev-python/django-evolution/Manifest
deleted file mode 100644 (file)
index a8d7241..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST django_evolution-0.6.5.tar.gz 63730 RMD160 09a5be444c88b109821c295887f8ee4fc9584448 SHA1 9fb3857ee31d2de8bb70df9b9213c8050fd2805b SHA256 c72c7e2f262552351290bad1e43dc60a1d3b2d522757b3a4c08f9c7b1c4990fb
-EBUILD django-evolution-0.6.5.ebuild 601 RMD160 ba6296db3d503f07275daa14b2bc04e21fe52506 SHA1 5f837a02a5edc81f9f9d5f6ef546e2d3c5a10539 SHA256 1b2108469d022a56c15dcc54ddd842936719b5b7d9b93c2c221e1b21972f6b8a
-MISC ChangeLog 883 RMD160 360442d754fb805ddd8c023f4e38291881bb8cf2 SHA1 3d30f49ee1802205bb100468a324a1fde103de29 SHA256 14c2eb012a61d05ad99db5618031b4f47f142fdb834b4f6cb7d0e51c886d5806
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/dev-python/django-evolution/django-evolution-0.6.5.ebuild b/dev-python/django-evolution/django-evolution-0.6.5.ebuild
deleted file mode 100644 (file)
index 5366628..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-SUPPORT_PYTHON_ABIS=1
-
-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="mirror://pypi/d/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/django"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # TODO: run the tests
-       rm -r tests || die
-       distutils_src_prepare
-}
diff --git a/dev-python/django-evolution/metadata.xml b/dev-python/django-evolution/metadata.xml
deleted file mode 100644 (file)
index 31dc017..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>