2020-05-16 16:05:08 UTC

This commit is contained in:
Repository mirror & CI
2020-05-16 16:05:08 +00:00
parent c644271471
commit 041565d16f
5 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install prepare setup test
DEPEND=postgres_targets_postgres12? ( dev-db/postgresql:12=[server] ) postgres_targets_postgres11? ( dev-db/postgresql:11=[server] ) 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] ) postgres_targets_postgres9_4? ( dev-db/postgresql:9.4=[server] )
DESCRIPTION=RUM access method - inverted index with additional information in posting lists
EAPI=7
HOMEPAGE=https://github.com/reorg/pg_repack
IUSE=postgres_targets_postgres12 postgres_targets_postgres11 postgres_targets_postgres10 postgres_targets_postgres9_6 postgres_targets_postgres9_5 postgres_targets_postgres9_4
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=postgres_targets_postgres12? ( dev-db/postgresql:12=[server] ) postgres_targets_postgres11? ( dev-db/postgresql:11=[server] ) 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] ) postgres_targets_postgres9_4? ( dev-db/postgresql:9.4=[server] )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/reorg/pg_repack/archive/ver_1.4.5.tar.gz -> pg_repack-1.4.5.tar.gz
_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 postgres 9613fb90112e2a521b6a8315187c2966 postgres-multi b784ac6c30437f2ded3f16482b56374c user 7b7fc6ec5eb1c1eee55b0609f01e7362 user-info a2abd4e2f4c3b9b06d64bf1329359a02
_md5_=e7a759da0c3f753a9479728bf20cf6c7

View File

@@ -11,4 +11,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/wren-lang/wren/archive/0.2.0.tar.gz -> wren-0.2.0.tar.gz
_eclasses_=multilib 318e8ae683e57fd3ccd0d31a769d8ee8 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=03eaecae5de89a998c1744fd3c4b5b0e
_md5_=82811e043f2a8092c205f12064dc4f7b

View File

@@ -11,4 +11,4 @@ RDEPEND=>=dev-libs/libuv-1.10.0
RESTRICT=test
SLOT=0
_eclasses_=git-r3 86a0188f2ad9eb3d65e4d031ab8a0422 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=03eaecae5de89a998c1744fd3c4b5b0e
_md5_=82811e043f2a8092c205f12064dc4f7b

View File

@@ -68,6 +68,7 @@ dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, R
dev-cpp/usockets 0.3.5: tiny eventing, networking & crypto for async applications
dev-cpp/uwebsockets 0.17.4: ultra fast, simple, secure & standards compliant web I/O
dev-cpp/vectorwrapper 1.1.1 9999: A template vector wrapper class for C++
dev-db/pg_repack 1.4.5: RUM access method - inverted index with additional information in posting lists
dev-db/rum 1.3.6: RUM access method - inverted index with additional information in posting lists
dev-embedded/rauc 1.3: Lightweight update client that runs on your Embedded Linux device
dev-games/surgescript 0.5.4.3 9999: scripting language made for opensurge
@@ -81,7 +82,7 @@ dev-libs/octetos-db-maria 1.2.2_beta: C++ library for Database Acces.
dev-libs/open62541 1.0.1: Open source C implementation of OPC UA
dev-libs/protothreads 1.4: Protothreads - Lightweight, Stackless Threads in C
dev-libs/qhttpengine 1.0.1-r1 9999: HTTP server for Qt applications
dev-libs/wren 0.2.0 9999: The Wren Programming Language
dev-libs/wren 0.2.0-r1 9999: The Wren Programming Language
dev-libs/xqilla 2.3.4: An XQuery and XPath 2 library and command line utility written in C++
dev-php/pecl-inotify 2.0.0: Inotify binding for PHP
dev-python/aiofiles 0.5.0: File support for asyncio

View File

@@ -1 +1 @@
Fri, 15 May 2020 13:35:06 +0000
Sat, 16 May 2020 16:05:08 +0000