From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/
Date: Fri, 21 Jul 2017 19:06:01 +0000 (UTC) [thread overview]
Message-ID: <1500663951.c18485e2c4819cdaff3242d3c46e26a77d2be6a8.titanofold@gentoo> (raw)
commit: c18485e2c4819cdaff3242d3c46e26a77d2be6a8
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 19:05:51 2017 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 19:05:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18485e2
app-eselect/eselect-postgresql: Version Bump
Add -m option to canonicalise() so that the path gets returned even if
it doesn’t exist.
Bug: 625368
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-eselect/eselect-postgresql/Manifest | 1 +
.../eselect-postgresql-2.2.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-eselect/eselect-postgresql/Manifest b/app-eselect/eselect-postgresql/Manifest
index d88e30d26f3..9a5acd0d0f9 100644
--- a/app-eselect/eselect-postgresql/Manifest
+++ b/app-eselect/eselect-postgresql/Manifest
@@ -1,3 +1,4 @@
DIST eselect-postgresql-1.2.1.tbz2 3645 SHA256 661ef3cbb1627798af3c8d6c526f4a6367620a5fef08c287a633e1babf43f938 SHA512 9b24cb7620dd3de979ef595c60ebf607cd9da5c7d3c4da19ebe242c25961883e2db54341f916690abb9fe7a76663d9f1ac73fc76c90389f72eff425aa6fb43e4 WHIRLPOOL e7ef4f3d250f4f345d28bccdd43fa1639b8ed80b9f6a4aabd4f7df5f4337845ee0f4ce653fde596209094b01fc0e5c624872affbfa042382f3963a49d600827f
DIST eselect-postgresql-2.0.tbz2 4326 SHA256 8f56309350f91abaa98eeead42dbd6b186b858f25f207010fe9d10271c754f55 SHA512 bc72d752bc4b2d8f3c255d446253143ff0036f6ca1a0c10eb19e23b8242bd5a912272298034279a6f9ca50c13fccbb6b89c79ed647f762a2ccb36f416060cd87 WHIRLPOOL 9fced29136ee861a78651905329d6a3156bfdbdf61427accc7aa5ac33e934c97e6f673d7a3f5b634d020be01ff0f0533218b8d9d3b83253963f32eae8d82f004
DIST eselect-postgresql-2.1.tbz2 4404 SHA256 0a08755b6a8c688f88474d9da3b1e572f375001238f426a703a1edf322ea5a40 SHA512 83050da6ec5f5f4ae20230cdffebbb78f9335cbcbb3bc1bd38279188f0dedcf828d80aeac3c75629605cdde0b2d1d74d8ef81e9cd9a8faacc7dba2f15beb3af0 WHIRLPOOL e613624bdb7d1139dc935f83410857dcd1b1d842aecdd3721fac0a418fde64453bc70640b0a1921287b3cccfe9b2c68e308a80fdb274a1e713857ec492a6f73a
+DIST eselect-postgresql-2.2.tbz2 4428 SHA256 ea938c941b7c8ecd752a46f40bab08dcf1c305c44790462e75c215e48d5171f5 SHA512 2a0b9b3c8c75792fb6b6f90f034562a3bef7c9391cac0d7c95a6a86db38b4c9840fce2fa0edb32b745905f974920ee1ce5dfb21d33f22c79d1bc776e013edf76 WHIRLPOOL 747efef24ca743557a6dc53f5511e1fd8466ed8ac0dbe3b80a733ec65113541be86bc114547b45bc8bcb83a8b6441352d0885c93ed885237e4379fb205f850ee
diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild b/app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild
new file mode 100644
index 00000000000..17ceae6cdaf
--- /dev/null
+++ b/app-eselect/eselect-postgresql/eselect-postgresql-2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Utility to select the default PostgreSQL slot"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="http://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 ~sparc-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 /usr/bin/eselect /usr/bin/postgresql-config
+}
+
+pkg_postinst() {
+ postgresql-config update
+}
next reply other threads:[~2017-07-21 19:06 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 19:06 Aaron Swenson [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-19 9:54 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/ 罗百科
2022-10-29 12:08 Sam James
2022-05-19 7:17 WANG Xuerui
2021-07-11 22:02 Marek Szuba
2021-06-20 15:51 Sergei Trofimovich
2021-02-07 1:43 Sam James
2021-01-06 13:12 Fabian Groffen
2019-04-23 0:13 Aaron Bauman
2019-02-16 11:54 Aaron W. Swenson
2019-02-14 22:09 Sergei Trofimovich
2019-02-10 17:54 Mikle Kolyada
2019-01-31 8:49 Tobias Klausmann
2019-01-11 19:47 Jeroen Roovers
2019-01-05 17:19 Mikle Kolyada
2019-01-03 15:06 Sergei Trofimovich
2019-01-03 15:03 Sergei Trofimovich
2019-01-03 9:44 Mikle Kolyada
2019-01-02 19:01 Thomas Deutschmann
2018-12-27 12:47 Fabian Groffen
2018-11-07 11:41 Aaron Swenson
2018-06-19 19:13 Sergei Trofimovich
2018-05-20 9:47 Aaron Swenson
2018-04-20 5:47 Mikle Kolyada
2018-03-17 21:08 Matt Turner
2018-03-17 21:08 Matt Turner
2018-03-05 13:57 Tobias Klausmann
2018-02-22 9:05 Agostino Sarubbo
2018-02-17 20:46 Sergei Trofimovich
2018-02-14 13:50 Thomas Deutschmann
2018-02-12 10:51 Aaron Swenson
2018-02-11 12:15 Jeroen Roovers
2018-01-14 18:48 Aaron Swenson
2018-01-14 18:39 Aaron Swenson
2018-01-14 18:25 Aaron Swenson
2017-10-28 20:08 Sergei Trofimovich
2017-09-08 5:06 Markus Meier
2017-09-04 7:40 Tobias Klausmann
2017-08-29 21:39 Thomas Deutschmann
2017-08-27 15:24 Michael Palimaka
2017-08-25 13:49 Mikle Kolyada
2017-08-23 17:10 Michał Górny
2017-08-18 21:55 Sergei Trofimovich
2017-08-11 22:09 Sergei Trofimovich
2017-06-01 4:43 Markus Meier
2017-05-22 13:25 Tobias Klausmann
2017-05-22 9:37 Michael Weber
2017-05-20 9:34 Agostino Sarubbo
2017-05-20 8:49 Agostino Sarubbo
2017-05-19 14:37 Aaron Swenson
2017-04-17 15:48 Aaron Swenson
2017-04-17 15:48 Aaron Swenson
2016-02-28 6:51 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500663951.c18485e2c4819cdaff3242d3c46e26a77d2be6a8.titanofold@gentoo \
--to=titanofold@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox