public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson (titanofold)" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-postgresql: ChangeLog eselect-postgresql-1.0.10.ebuild
Date: Sat, 14 May 2011 23:52:13 +0000 (UTC)	[thread overview]
Message-ID: <20110514235213.3948220054@flycatcher.gentoo.org> (raw)

titanofold    11/05/14 23:52:13

  Modified:             ChangeLog
  Added:                eselect-postgresql-1.0.10.ebuild
  Log:
  Minor fix: added a slash for specificity
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.19                 app-admin/eselect-postgresql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-postgresql/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-postgresql/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-postgresql/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Apr 2011 23:50:48 -0000	1.18
+++ ChangeLog	14 May 2011 23:52:13 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/eselect-postgresql
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/ChangeLog,v 1.18 2011/04/25 23:50:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/ChangeLog,v 1.19 2011/05/14 23:52:13 titanofold Exp $
+
+*eselect-postgresql-1.0.10 (14 May 2011)
+
+  14 May 2011; Aaron W. Swenson <titanofold@gentoo.org>
+  +eselect-postgresql-1.0.10.ebuild:
+  Minor fix: added a slash for specificity
 
 *eselect-postgresql-1.0.9 (25 Apr 2011)
 



1.1                  app-admin/eselect-postgresql/eselect-postgresql-1.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-postgresql/eselect-postgresql-1.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-postgresql/eselect-postgresql-1.0.10.ebuild?rev=1.1&content-type=text/plain

Index: eselect-postgresql-1.0.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/eselect-postgresql-1.0.10.ebuild,v 1.1 2011/05/14 23:52:13 titanofold Exp $

EAPI="4"

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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="app-admin/eselect
		 !!dev-db/libpq"

S="${WORKDIR}"

src_install() {
	keepdir /etc/eselect/postgresql

	insinto /usr/share/eselect/modules
	doins postgresql.eselect

	dosym /usr/bin/eselect /usr/bin/postgresql-config
}

pkg_postinst() {
	ewarn "If you are updating from app-admin/eselect-postgresql-0.4 or older, run:"
	ewarn
	ewarn "    eselect postgresql update"
	ewarn
	ewarn "To get your system in a proper state."
	elog "You should set your desired PostgreSQL slot:"
	elog "    eselect postgresql list"
	elog "    eselect postgresql set <slot>"
}






             reply	other threads:[~2011-05-14 23:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-14 23:52 Aaron Swenson (titanofold) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-14 23:58 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-postgresql: ChangeLog eselect-postgresql-1.0.10.ebuild Aaron Swenson (titanofold)
2011-06-20  8:23 PaweA Hajdan (phajdan.jr)
2011-06-24 14:51 Raul Porcel (armin76)
2011-07-02 15:20 Markos Chandras (hwoarang)
2011-07-22 23:47 Mark Loeser (halcy0n)
2011-08-07 15:44 Jeroen Roovers (jer)
2012-05-12 18:14 Alexis Ballier (aballier)

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=20110514235213.3948220054@flycatcher.gentoo.org \
    --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