Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypgsql/
Date: Thu, 24 Sep 2015 11:50:49
Message-Id: 1443094135.5f778a5654abdc8ca5858bb24cbbeab09d5ed73b.jlec@gentoo
1 commit: 5f778a5654abdc8ca5858bb24cbbeab09d5ed73b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 11:28:55 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 11:28:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f778a56
7
8 dev-python/pypgsql: Drop old
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pypgsql/pypgsql-2.5.1.ebuild | 38 ---------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/dev-python/pypgsql/pypgsql-2.5.1.ebuild b/dev-python/pypgsql/pypgsql-2.5.1.ebuild
17 deleted file mode 100644
18 index 8ab349d..0000000
19 --- a/dev-python/pypgsql/pypgsql-2.5.1.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="3"
27 -PYTHON_DEPEND="2"
28 -SUPPORT_PYTHON_ABIS="1"
29 -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
30 -
31 -inherit distutils
32 -
33 -MY_P="pyPgSQL-${PV}"
34 -
35 -DESCRIPTION="Python Interface to PostgreSQL"
36 -HOMEPAGE="http://pypgsql.sourceforge.net/ https://pypi.python.org/pypi/pyPgSQL"
37 -SRC_URI="mirror://sourceforge/pypgsql/${MY_P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ia64 x86"
42 -IUSE=""
43 -
44 -DEPEND="dev-db/postgresql"
45 -RDEPEND="${DEPEND}"
46 -
47 -S="${WORKDIR}/${MY_P}"
48 -
49 -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
50 -
51 -DOCS="Announce"
52 -PYTHON_MODNAME="pyPgSQL"
53 -
54 -src_install() {
55 - distutils_src_install
56 -
57 - insinto /usr/share/doc/${PF}
58 - doins -r examples
59 -}