Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/pgtune: pgtune-0.9.3.ebuild
Date: Fri, 31 Aug 2012 17:52:49
Message-Id: 20120831175235.385D620DC9@flycatcher.gentoo.org
1 mr_bones_ 12/08/31 17:52:35
2
3 Modified: pgtune-0.9.3.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-db/pgtune/pgtune-0.9.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild?r1=1.1&r2=1.2
15
16 Index: pgtune-0.9.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pgtune-0.9.3.ebuild 29 Aug 2012 08:09:53 -0000 1.1
23 +++ pgtune-0.9.3.ebuild 31 Aug 2012 17:52:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v 1.1 2012/08/29 08:09:53 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v 1.2 2012/08/31 17:52:35 mr_bones_ Exp $
29 EAPI=4
30
31 inherit eutils
32 @@ -21,7 +21,7 @@
33 src_install() {
34 mkdir -p ${D}/usr/bin
35 mkdir -p ${D}/usr/share/doc/${P}
36 - cp "${S}/pgtune" "${D}/usr/bin/pgtune" || die
37 + cp "${S}/pgtune" "${D}/usr/bin/pgtune" || die
38 for i in COPYRIGHT README TODO pg_settings-8.4-32 pg_settings-8.4-64 pgtune-settingsdir.patch pgtune.spec postgresql.conf.sample; do
39 cp "${S}/${i}" "${D}/usr/share/doc/${P}" || die
40 done