Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/
Date: Sat, 16 Feb 2019 11:54:51
Message-Id: 1550318072.46545be921d892881379d6e7b9d73c569a7496bf.titanofold@gentoo
1 commit: 46545be921d892881379d6e7b9d73c569a7496bf
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 11:54:04 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 11:54:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46545be9
7
8 app-eselect/eselect-postgresql: Drop old
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 app-eselect/eselect-postgresql/Manifest | 1 -
14 .../eselect-postgresql-2.3.ebuild | 34 ----------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/app-eselect/eselect-postgresql/Manifest b/app-eselect/eselect-postgresql/Manifest
18 index 7b1669a1842..ab4235809aa 100644
19 --- a/app-eselect/eselect-postgresql/Manifest
20 +++ b/app-eselect/eselect-postgresql/Manifest
21 @@ -1,2 +1 @@
22 -DIST eselect-postgresql-2.3.tbz2 4526 BLAKE2B 226f2be462d54d835cc884f6b2c33e0f84d4500e19251fb6794929901ec033e0fa457d8606e36ada462d538674110ba8aab901ca9f86dccd52ccf9c860ba5ce1 SHA512 d7f87aa3e21c5e35f3a6879bdfb9404a2884f761463f77952f21c522b1605f191385ba7b4758548b121ad7eb56d395163e0d6bba57df446be515e6d7163635b4
23 DIST eselect-postgresql-2.4.tbz2 4518 BLAKE2B 726c59f0511b2e27493cceb9b9a7b3c58e7d7bb0cba2fef705eef9190ef384c3116c42079566d8761192b9c288ef57c550f659a0398ba90fa069f6be335550ff SHA512 4eed12905e97a45420a299cc9232be62a1ac88257a047d9d16ef7d8c8a0e0ddbd4177415797defe352cc82cd87b7777907a51a8cadfdb28064faa78a28e0099d
24
25 diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild
26 deleted file mode 100644
27 index 29195a23b08..00000000000
28 --- a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="Utility to select the default PostgreSQL slot"
37 -HOMEPAGE="https://www.gentoo.org/"
38 -SRC_URI="https://dev.gentoo.org/~titanofold/${P}.tbz2"
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
42 -
43 -RDEPEND="app-admin/eselect"
44 -
45 -# All dev-db/postgresql ebuilds from 10.0 on are well supported. Earlier
46 -# ebuilds may present some quality of life issues.
47 -PDEPEND="
48 - !<dev-db/postgresql-9.6.2-r1:9.6
49 - !<dev-db/postgresql-9.5.6-r1:9.5
50 - !<dev-db/postgresql-9.4.11-r1:9.4
51 - !<dev-db/postgresql-9.3.16-r1:9.3
52 - !<dev-db/postgresql-9.2.20-r1
53 -"
54 -
55 -src_install() {
56 - insinto /usr/share/eselect/modules
57 - doins postgresql.eselect
58 -
59 - dosym eselect /usr/bin/postgresql-config
60 -}
61 -
62 -pkg_postinst() {
63 - postgresql-config update
64 -}