app-eselect/eselect-postgresql: Cleanup 2.2
authorAaron W. Swenson <titanofold@gentoo.org>
Sun, 20 May 2018 09:47:14 +0000 (05:47 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Sun, 20 May 2018 09:47:14 +0000 (05:47 -0400)
Closes: https://bugs.gentoo.org/631936
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-eselect/eselect-postgresql/Manifest
app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild [deleted file]

index 4f4f5bd58fdecbfe533369e45eab9f8f0eaa4c25..a3927678f4bcdbfa01a60619f4ae01623683c3de 100644 (file)
@@ -1,2 +1 @@
-DIST eselect-postgresql-2.2.tbz2 4428 BLAKE2B f18b7daaccb9ab2fe08bb6e7f88dd41dcdf69b951a3c20b65ee2955ff33fc614e5740ddbbe8eb8f55d20f5705d47fb2da8c3f3fc89e403ea24eb4b8d912404a0 SHA512 2a0b9b3c8c75792fb6b6f90f034562a3bef7c9391cac0d7c95a6a86db38b4c9840fce2fa0edb32b745905f974920ee1ce5dfb21d33f22c79d1bc776e013edf76
 DIST eselect-postgresql-2.3.tbz2 4526 BLAKE2B 226f2be462d54d835cc884f6b2c33e0f84d4500e19251fb6794929901ec033e0fa457d8606e36ada462d538674110ba8aab901ca9f86dccd52ccf9c860ba5ce1 SHA512 d7f87aa3e21c5e35f3a6879bdfb9404a2884f761463f77952f21c522b1605f191385ba7b4758548b121ad7eb56d395163e0d6bba57df446be515e6d7163635b4
diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild
deleted file mode 100644 (file)
index 2c7e6ba..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Utility to select the default PostgreSQL slot"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="https://dev.gentoo.org/~titanofold/${P}.tbz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-admin/eselect"
-
-# All dev-db/postgresql ebuilds from 10.0 on are well supported. Earlier
-# ebuilds may present some quality of life issues.
-PDEPEND="
-       !<dev-db/postgresql-9.6.2-r1:9.6
-       !<dev-db/postgresql-9.5.6-r1:9.5
-       !<dev-db/postgresql-9.4.11-r1:9.4
-       !<dev-db/postgresql-9.3.16-r1:9.3
-       !<dev-db/postgresql-9.2.20-r1
-"
-
-src_install() {
-       insinto /usr/share/eselect/modules
-       doins postgresql.eselect
-
-       dosym eselect /usr/bin/postgresql-config
-}
-
-pkg_postinst() {
-       postgresql-config update
-}