summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-28 12:32:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-28 12:32:56 +0000
commit2357acf37a1724625663bd5be54c944d10a1bbc6 (patch)
tree013551132f1cabc707cdea3df50ad5c7fd6022ac /dev-python/psycopg/psycopg-2.0_beta5.ebuild
parentversion bump as SLOT=2 and unmasked (#125719) (diff)
downloadgentoo-2-2357acf37a1724625663bd5be54c944d10a1bbc6.tar.gz
gentoo-2-2357acf37a1724625663bd5be54c944d10a1bbc6.tar.bz2
gentoo-2-2357acf37a1724625663bd5be54c944d10a1bbc6.zip
version bump as SLOT=2 and unmasked (#125719)
(Portage version: 2.1-r1) (Signed Manifest commit)
Diffstat (limited to 'dev-python/psycopg/psycopg-2.0_beta5.ebuild')
-rw-r--r--dev-python/psycopg/psycopg-2.0_beta5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/psycopg/psycopg-2.0_beta5.ebuild b/dev-python/psycopg/psycopg-2.0_beta5.ebuild
deleted file mode 100644
index 279d485654a4..000000000000
--- a/dev-python/psycopg/psycopg-2.0_beta5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0_beta5.ebuild,v 1.3 2005/11/14 16:53:36 seemant Exp $
-
-inherit distutils
-
-MY_PV=${PV/_beta/b}
-DESCRIPTION="PostgreSQL database adapter for Python."
-SRC_URI="http://initd.org/pub/software/psycopg/${PN}2-${MY_PV}.tar.gz"
-HOMEPAGE="http://initd.org/projects/psycopg2"
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-db/postgresql-7.1.3"
-
-SLOT="2"
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-IUSE=""
-
-S=${WORKDIR}/${PN}2-${MY_PV}
-
-DOCS="AUTHORS ChangeLog COPYING CREDITS INSTALL README NEWS docs/*"
-
-src_install () {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
-}