Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 511498
Collapse All | Expand All

(-)DBD-Pg-2.19.3.ebuild (-5 / +5 lines)
Lines 1-21 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.10 2012/12/27 08:42:22 armin76 Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=4
6
6
7
MODULE_AUTHOR=TURNSTEP
7
MODULE_AUTHOR=TURNSTEP
8
MODULE_VERSION=2.19.3
8
MODULE_VERSION=3.2.1
9
inherit perl-module
9
inherit perl-module
10
10
11
DESCRIPTION="The Perl DBD::Pg Module"
11
DESCRIPTION="The Perl DBD::Pg Module"
12
12
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
15
IUSE=""
15
IUSE=""
16
16
17
RDEPEND="virtual/perl-version
17
RDEPEND="virtual/perl-version
18
	>=dev-perl/DBI-1.52
18
	>=dev-perl/DBI-1.614
19
	dev-db/postgresql-base"
19
	dev-db/postgresql-base"
20
DEPEND="${RDEPEND}"
20
DEPEND="${RDEPEND}"
21
21

Return to bug 511498