diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 08:19:14 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 08:19:14 +0000 |
commit | 9579958b7462856da3d476ce0f222dd632814fc3 (patch) | |
tree | 9e216dda4e4ef5a1383acf14f31d448e6f6a8741 /dev-db | |
parent | Whitespace (diff) | |
download | gentoo-2-9579958b7462856da3d476ce0f222dd632814fc3.tar.gz gentoo-2-9579958b7462856da3d476ce0f222dd632814fc3.tar.bz2 gentoo-2-9579958b7462856da3d476ce0f222dd632814fc3.zip |
Whitespace
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgtune/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/pgtune/pgtune-0.9.3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-db/pgtune/ChangeLog b/dev-db/pgtune/ChangeLog index 8b40db4cfcd1..ed344693fece 100644 --- a/dev-db/pgtune/ChangeLog +++ b/dev-db/pgtune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgtune -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/ChangeLog,v 1.2 2012/11/11 17:27:48 titanofold Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/ChangeLog,v 1.3 2013/05/10 08:19:14 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> pgtune-0.9.3.ebuild: + Whitespace *pgtune-0.9.3-r1 (11 Nov 2012) diff --git a/dev-db/pgtune/pgtune-0.9.3.ebuild b/dev-db/pgtune/pgtune-0.9.3.ebuild index 19333b462a9f..b2f3b8a56dae 100644 --- a/dev-db/pgtune/pgtune-0.9.3.ebuild +++ b/dev-db/pgtune/pgtune-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtune/pgtune-0.9.3.ebuild,v 1.3 2013/05/10 08:19:14 patrick Exp $ EAPI=4 inherit eutils @@ -19,8 +19,8 @@ RDEPEND="dev-lang/python" DEPEND="${RDEPEND}" src_install() { - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/share/doc/${P} + mkdir -p "${D}/usr/bin" + mkdir -p "${D}/usr/share/doc/${P}" cp "${S}/pgtune" "${D}/usr/bin/pgtune" || die 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 cp "${S}/${i}" "${D}/usr/share/doc/${P}" || die |