blob: 8701342bb3f578d46cd71b292a1cce2ca24b8d6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install postinst prepare setup test unpack
DEPEND=dev-lang/R postgres_targets_postgres10? ( dev-db/postgresql:10=[server] ) postgres_targets_postgres9_6? ( dev-db/postgresql:9.6=[server] ) postgres_targets_postgres9_5? ( dev-db/postgresql:9.5=[server] ) virtual/pkgconfig
DESCRIPTION=R language extension for postgresql database
EAPI=6
HOMEPAGE=http://www.joeconway.com/plr/
IUSE=postgres_targets_postgres10 postgres_targets_postgres9_6 postgres_targets_postgres9_5
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-lang/R postgres_targets_postgres10? ( dev-db/postgresql:10=[server] ) postgres_targets_postgres9_6? ( dev-db/postgresql:9.6=[server] ) postgres_targets_postgres9_5? ( dev-db/postgresql:9.5=[server] )
REQUIRED_USE=|| ( postgres_targets_postgres10 postgres_targets_postgres9_6 postgres_targets_postgres9_5 )
SLOT=0
SRC_URI=https://github.com/postgres-plr/plr/archive/REL8_3_0_17.tar.gz -> plr-8.3.0.17.tar.gz
_eclasses_=multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 postgres 2a85ebea21ca1da22ccc419fe84a8788 postgres-multi 563baf0dc59ded7d888047ea17689f21 user b0a0d4ca9e3f79c38f8f4143b8d5a2d8 user-info a2abd4e2f4c3b9b06d64bf1329359a02
_md5_=c6fcddcde95e18beefd7fe1ea77db33f
|