blob: 2ddc359f7be0c8619b9b4fa8db045d8584730421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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] ) virtual/pkgconfig
DESCRIPTION=R language extension for postgresql database
EAPI=6
HOMEPAGE=http://www.joeconway.com/plr/
INHERIT=postgres-multi
IUSE=postgres_targets_postgres10 postgres_targets_postgres9_6
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] )
REQUIRED_USE=|| ( postgres_targets_postgres10 postgres_targets_postgres9_6 )
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 d26d81f242cb193d899a72bca423d0bd postgres ef8ac3104af5b45aff7aa01c342f0f59 postgres-multi 67d8361b394ded18c2e915e9e493e5f7
_md5_=f751532e8451660f2c792eaaaa3b522d
|