commit:     5950170e6073e82f5221338280f40315b37e86eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:20:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:25:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5950170e

dev-db/pgrouting: drop 3.1.1, 3.1.2, 3.1.3

Bug: https://bugs.gentoo.org/892439
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/pgrouting/Manifest               |  3 --
 dev-db/pgrouting/pgrouting-3.1.1.ebuild | 56 ---------------------------------
 dev-db/pgrouting/pgrouting-3.1.2.ebuild | 52 ------------------------------
 dev-db/pgrouting/pgrouting-3.1.3.ebuild | 52 ------------------------------
 4 files changed, 163 deletions(-)

diff --git a/dev-db/pgrouting/Manifest b/dev-db/pgrouting/Manifest
index c87ff7d72cf0..1126881dcb86 100644
--- a/dev-db/pgrouting/Manifest
+++ b/dev-db/pgrouting/Manifest
@@ -1,4 +1 @@
-DIST pgrouting-3.1.1.tar.gz 6133979 BLAKE2B 
b7657eeb88773773e6166190cda73d9e657774ff81ce7e9f005333a8dcb9d56587d4a793410356092bb1623ec287549dbc60d814b1d5156ff28301503acee776
 SHA512 
73285d2d47be844203df136b8a8c13d1672ad8c2dac44a1ff7ce16e4676043692a8f2a60a305542132891da83560c49c5eaeb7712e3e3dd250cd8fd550260d4a
-DIST pgrouting-3.1.2.tar.gz 6063893 BLAKE2B 
a371fb9c744b14072c65af5ceb1ea73d2cdb69821626be3ac79e08c9dee854272ce8cb3816d1de3eade06d50a7520846dd6bccda06934b9db926f9092719f131
 SHA512 
3cf3e0a4a726f6f11887d15ad71b789a9067f3bc5a675288f22730215aa12d12b94d75f9bdc8ab3077de8368c45c55c0dc27128d0453c4c30965bfc0cf118dcd
-DIST pgrouting-3.1.3.tar.gz 6057504 BLAKE2B 
73bc5d810a2f7bb383ba4fef4ffa52ccb3f21dbc00c68f02665dc459c0e0a2810e0ed10ab73bb3099be5ea6dde86bad884d82039a50c9c4eb423b614845e94b6
 SHA512 
1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e
 DIST pgrouting-3.2.1.tar.gz 5940439 BLAKE2B 
01f4ec19d4cee9165a5aca946935cf4786a42f943602eca99414b536dec11ffe298f960e11aaa8b747c1b9c1839625ac9d3e7f67f1f606e941c9c738b4970479
 SHA512 
ead51de138950707008a7ea6b1a18cfe4d8b1885bfe92849464c2714e39f8e43ef3dbebd1c68279987a1321705fe33a598efb463078491d52cb90a8d1a0414c7

diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild 
b/dev-db/pgrouting/pgrouting-3.1.1.ebuild
deleted file mode 100644
index 902b7ecd655d..000000000000
--- a/dev-db/pgrouting/pgrouting-3.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE="Release"
-#CMAKE_MAKEFILE_GENERATOR=emake
-
-POSTGRES_COMPAT=( 9.6 {10..13} )
-POSTGRES_USEDEP="server"
-
-inherit cmake postgres-multi
-
-DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing 
functionality"
-HOMEPAGE="https://pgrouting.org/";
-LICENSE="GPL-2 MIT Boost-1.0"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-SRC_URI="https://github.com/pgRouting/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE=""
-
-RDEPEND="${POSTGRES_DEP}
-       >=dev-db/postgis-2.0
-       dev-libs/boost
-       sci-mathematics/cgal
-"
-DEPEND="${RDEPEND}"
-
-# Needs a running psql instance, doesn't work out of the box
-RESTRICT="test"
-
-src_prepare() {
-       cmake_src_prepare
-       postgres-multi_src_prepare
-}
-
-my_src_configure() {
-       local mycmakeargs=(
-               -DPOSTGRESQL_BIN="$($PG_CONFIG --bindir)"
-       )
-
-       cmake_src_configure
-}
-
-src_configure() {
-       postgres-multi_foreach my_src_configure
-}
-
-src_compile() {
-       postgres-multi_foreach cmake_build
-}
-
-src_install() {
-       postgres-multi_foreach cmake_src_install
-}

diff --git a/dev-db/pgrouting/pgrouting-3.1.2.ebuild 
b/dev-db/pgrouting/pgrouting-3.1.2.ebuild
deleted file mode 100644
index 8d33c952b0d9..000000000000
--- a/dev-db/pgrouting/pgrouting-3.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE="Release"
-
-POSTGRES_COMPAT=( 9.6 {10..13} )
-POSTGRES_USEDEP="server"
-
-inherit cmake postgres-multi
-
-DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing 
functionality"
-HOMEPAGE="https://pgrouting.org/";
-LICENSE="GPL-2 MIT Boost-1.0"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-SRC_URI="https://github.com/pgRouting/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE=""
-
-RDEPEND="${POSTGRES_DEP}
-       >=dev-db/postgis-2.0
-       dev-libs/boost
-       sci-mathematics/cgal
-"
-DEPEND="${RDEPEND}"
-
-# Needs a running psql instance, doesn't work out of the box
-RESTRICT="test"
-
-src_prepare() {
-       cmake_src_prepare
-       postgres-multi_src_prepare
-}
-
-my_src_configure() {
-       local mycmakeargs=( -DPOSTGRESQL_BIN="$($PG_CONFIG --bindir)" )
-       cmake_src_configure
-}
-
-src_configure() {
-       postgres-multi_foreach my_src_configure
-}
-
-src_compile() {
-       postgres-multi_foreach cmake_build
-}
-
-src_install() {
-       postgres-multi_foreach cmake_src_install
-}

diff --git a/dev-db/pgrouting/pgrouting-3.1.3.ebuild 
b/dev-db/pgrouting/pgrouting-3.1.3.ebuild
deleted file mode 100644
index e9e3411c48f7..000000000000
--- a/dev-db/pgrouting/pgrouting-3.1.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE="Release"
-
-POSTGRES_COMPAT=( 9.6 {10..13} )
-POSTGRES_USEDEP="server"
-
-inherit cmake postgres-multi
-
-DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing 
functionality"
-HOMEPAGE="https://pgrouting.org/";
-LICENSE="GPL-2 MIT Boost-1.0"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-SRC_URI="https://github.com/pgRouting/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-IUSE=""
-
-RDEPEND="${POSTGRES_DEP}
-       >=dev-db/postgis-2.0
-       dev-libs/boost
-       sci-mathematics/cgal
-"
-
-DEPEND="${RDEPEND}"
-# Needs a running psql instance, doesn't work out of the box
-RESTRICT="test"
-
-src_prepare() {
-       cmake_src_prepare
-       postgres-multi_src_prepare
-}
-
-my_src_configure() {
-       local mycmakeargs=( -DPOSTGRESQL_BIN="$($PG_CONFIG --bindir)" )
-       cmake_src_configure
-}
-
-src_configure() {
-       postgres-multi_foreach my_src_configure
-}
-
-src_compile() {
-       postgres-multi_foreach cmake_build
-}
-
-src_install() {
-       postgres-multi_foreach cmake_src_install
-}

Reply via email to