summaryrefslogtreecommitdiff
path: root/app-eselect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /app-eselect
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/Manifest.gzbin8369 -> 8364 bytes
-rw-r--r--app-eselect/eselect-postgresql/Manifest4
-rw-r--r--app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild34
-rw-r--r--app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild2
4 files changed, 2 insertions, 38 deletions
diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz
index 4554957ef5c1..e8a4cda41321 100644
--- a/app-eselect/Manifest.gz
+++ b/app-eselect/Manifest.gz
Binary files differ
diff --git a/app-eselect/eselect-postgresql/Manifest b/app-eselect/eselect-postgresql/Manifest
index 62175308cb2b..250b0852a207 100644
--- a/app-eselect/eselect-postgresql/Manifest
+++ b/app-eselect/eselect-postgresql/Manifest
@@ -1,5 +1,3 @@
-DIST eselect-postgresql-2.3.tbz2 4526 BLAKE2B 226f2be462d54d835cc884f6b2c33e0f84d4500e19251fb6794929901ec033e0fa457d8606e36ada462d538674110ba8aab901ca9f86dccd52ccf9c860ba5ce1 SHA512 d7f87aa3e21c5e35f3a6879bdfb9404a2884f761463f77952f21c522b1605f191385ba7b4758548b121ad7eb56d395163e0d6bba57df446be515e6d7163635b4
DIST eselect-postgresql-2.4.tbz2 4518 BLAKE2B 726c59f0511b2e27493cceb9b9a7b3c58e7d7bb0cba2fef705eef9190ef384c3116c42079566d8761192b9c288ef57c550f659a0398ba90fa069f6be335550ff SHA512 4eed12905e97a45420a299cc9232be62a1ac88257a047d9d16ef7d8c8a0e0ddbd4177415797defe352cc82cd87b7777907a51a8cadfdb28064faa78a28e0099d
-EBUILD eselect-postgresql-2.3.ebuild 919 BLAKE2B aaa7f9e6ae8094210bdbee7fbb807e3fb38d3afa34a319778234c6d6e1fb983e334532d27cc1d4e347ff6e30f14c8372a347ad21b2f3de7cba3d396bdce74c5f SHA512 e6e52a816d934b53007329f31ef3ac66db711fa5e70946a0b811263134aed3894d836fc2f2b522879aaa055304df17efc64ab402ced0e4ab86fe62d739726e4f
-EBUILD eselect-postgresql-2.4.ebuild 1011 BLAKE2B 8ac70ef2356cdb0aba1bf30c371a8bf684a3ef548ea9c1751207accdbb683fc519e6dc6d1eda40543e1d8b82e9557e66d45a5f6653c36b5e383775ae2039c609 SHA512 8b91df7e0ad78b262969920b3e650ee8bbe41b54203d815d626a972cc701cb25e0d71918bc09a3fa09c2d91a4b213073181e0a4ca98f66d4ebd041d4c8ccb363
+EBUILD eselect-postgresql-2.4.ebuild 1009 BLAKE2B d4899e573fb846ea1c41898d1b10826a3be2ebdaeddac6296347ba8ac7313be7c0b89b09da61650b5603b43669dc73ff081487dc3547a30cb9faa4bf22baff8f SHA512 7027af1be26296ffff59fbd70d9b2eddb002fc11a0cd69ffb8201dd35a48966bac7b565f6dfe08c9f9f95839570070ec9c086f1df230fef2aa2d873fb9854254
MISC metadata.xml 447 BLAKE2B 9bfd56f325d41f2d3d143e6747ce59055a32f70540084712ebc7756cb6cec6e1891f63bb02bf6bf9910a2ccf9cc66bc47c86f83aaef7ad60b7026b36ecdbc189 SHA512 17796c1b2b963db9237314a7ec5bc459bd59946d8c2d38e836d21e79f45249ed307d6fa82dd3130ffc3f5f4416015d68fadb5947b107c69a8fe04a8ea1845d95
diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild
deleted file mode 100644
index 29195a23b083..000000000000
--- a/app-eselect/eselect-postgresql/eselect-postgresql-2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-
-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
-}
diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
index 012bfef0afe9..5fc5f56a8833 100644
--- a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
+++ b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
@@ -8,7 +8,7 @@ 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="app-admin/eselect"