summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-11 21:49:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-11 21:49:50 +0000
commite590ca29ced88e2bc6311282042e12ecc1897d13 (patch)
tree7c7ada2823f35c8171509d2306d21fbeccd447cb /dev-python/sqlalchemy-migrate
parentFix qt-dbus argument on cmake. Bug #354485. Version bump to 1.3.1 (diff)
downloadgentoo-2-e590ca29ced88e2bc6311282042e12ecc1897d13.tar.gz
gentoo-2-e590ca29ced88e2bc6311282042e12ecc1897d13.tar.bz2
gentoo-2-e590ca29ced88e2bc6311282042e12ecc1897d13.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r--dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.ebuild
deleted file mode 100644
index f69a97a83b5c..000000000000
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.6.ebuild,v 1.1 2010/07/24 03:06:07 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/decorator
- dev-python/setuptools
- >=dev-python/sqlalchemy-0.5
- dev-python/tempita"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="migrate"