summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 23:30:16 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 23:30:16 +0000
commit1bfaed69c8cc3d97e5cd6ec2c8a29ef82380ac3b (patch)
tree2484e7318b4eb739659ba89696039c57ad51b76e /dev-python/orm
parentamd64 stable - 323745 (diff)
downloadhistorical-1bfaed69c8cc3d97e5cd6ec2c8a29ef82380ac3b.tar.gz
historical-1bfaed69c8cc3d97e5cd6ec2c8a29ef82380ac3b.tar.bz2
historical-1bfaed69c8cc3d97e5cd6ec2c8a29ef82380ac3b.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/orm')
-rw-r--r--dev-python/orm/orm-0.15.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/orm/orm-0.15.ebuild b/dev-python/orm/orm-0.15.ebuild
deleted file mode 100644
index 6ef35e7691a7..000000000000
--- a/dev-python/orm/orm-0.15.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/orm-0.15.ebuild,v 1.4 2006/07/28 12:03:51 liquidx Exp $
-
-IUSE="firebird mysql postgres"
-
-inherit distutils
-
-DESCRIPTION="The Object Relational Membrane is an attempt to write an Object Relational Layer that is as thin as possible."
-HOMEPAGE="http://www.tux4web.de/computer/software/orm/"
-SRC_URI="http://www.tux4web.de/computer/software/orm/download/${P}.tar.gz"
-
-DEPEND=">=dev-lang/python-2.2.3
- dev-python/egenix-mx-base
- firebird? ( >=dev-python/kinterbasdb-3.1_pre7 )
- mysql? ( >=dev-python/mysql-python-0.9.2 )
- postgres? ( <=dev-python/psycopg-1.99 )"
-
-SLOT="0"
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-
-pkg_setup() {
- ( use firebird || use mysql || use postgres ) || \
- die "Using orm without any db makes no sense. Please enable at least one use flag."
-}