diff --git a/dev-db/pg_repack/Manifest b/dev-db/pg_repack/Manifest new file mode 100644 index 0000000000..467900af06 --- /dev/null +++ b/dev-db/pg_repack/Manifest @@ -0,0 +1 @@ +DIST pg_repack-1.4.5.tar.gz 94769 BLAKE2B e15c31b5c9337abf1b01483580734509c1611592efb9d8f5c3c218da7fe613477172e09708a58721579cd6c47f3935559a1a860fa638c74c23a1081e3a7ce312 SHA512 6aa2c6f72b6bfd6c5712bdad08aa1d7fe589da263259383d4546a8cfd881922e3f2bdac733ecd2a0c301f73a3909d8dad095029ddd33279cf580162f2e53f313 diff --git a/dev-db/pg_repack/metadata.xml b/dev-db/pg_repack/metadata.xml new file mode 100644 index 0000000000..c698af2344 --- /dev/null +++ b/dev-db/pg_repack/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + diff --git a/dev-db/pg_repack/pg_repack-1.4.5.ebuild b/dev-db/pg_repack/pg_repack-1.4.5.ebuild new file mode 100644 index 0000000000..5d15619247 --- /dev/null +++ b/dev-db/pg_repack/pg_repack-1.4.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +POSTGRES_COMPAT=( 9.4 9.5 9.6 10 11 12 ) +POSTGRES_USEDEP="server" + +inherit postgres-multi + +DESCRIPTION="RUM access method - inverted index with additional information in posting lists" +HOMEPAGE="https://github.com/reorg/pg_repack" +SRC_URI="https://github.com/reorg/pg_repack/archive/ver_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-ver_${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="${POSTGRES_DEP}" +RDEPEND="${DEPEND}" + +# Needs a running PostgreSQL server +RESTRICT="test"