summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2013-02-09 12:43:54 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2013-02-09 12:43:54 +0000
commitccc87c9d6a4df66b7c574386cfb3f5b3d36c4a96 (patch)
tree0256b5a55a455c38bb8145cabc33624bd0cd5ffd /dev-db/postgresql-base
parentDeprecate 10.0 profiles (diff)
downloadgentoo-2-ccc87c9d6a4df66b7c574386cfb3f5b3d36c4a96.tar.gz
gentoo-2-ccc87c9d6a4df66b7c574386cfb3f5b3d36c4a96.tar.bz2
gentoo-2-ccc87c9d6a4df66b7c574386cfb3f5b3d36c4a96.zip
Use the correct patches. (Bug 456272)
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db/postgresql-base')
-rw-r--r--dev-db/postgresql-base/ChangeLog8
-rw-r--r--dev-db/postgresql-base/postgresql-base-9.2.3-r1.ebuild (renamed from dev-db/postgresql-base/postgresql-base-9.2.3.ebuild)8
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog
index f8cae1999bc4..04e7a017f3b0 100644
--- a/dev-db/postgresql-base/ChangeLog
+++ b/dev-db/postgresql-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/postgresql-base
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.218 2013/02/08 18:48:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.219 2013/02/09 12:43:54 titanofold Exp $
+
+*postgresql-base-9.2.3-r1 (09 Feb 2013)
+
+ 09 Feb 2013; Aaron W. Swenson <titanofold@gentoo.org>
+ -postgresql-base-9.2.3.ebuild, +postgresql-base-9.2.3-r1.ebuild:
+ Use the correct patches. (Bug 456272)
*postgresql-base-9.2.3 (08 Feb 2013)
*postgresql-base-9.1.8 (08 Feb 2013)
diff --git a/dev-db/postgresql-base/postgresql-base-9.2.3.ebuild b/dev-db/postgresql-base/postgresql-base-9.2.3-r1.ebuild
index 1483139da500..7112eff6e5fb 100644
--- a/dev-db/postgresql-base/postgresql-base-9.2.3.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-9.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.3.ebuild,v 1.1 2013/02/08 18:48:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.3-r1.ebuild,v 1.1 2013/02/09 12:43:54 titanofold Exp $
EAPI="4"
@@ -16,13 +16,13 @@ SLOT="$(get_version_component_range 1-2)"
#MY_PV="${PV//_}"
#MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
#S="${WORKDIR}/postgresql-${MY_FILE_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2
- http://dev.gentoo.org/~titanofold/postgresql-patches-${SLOT}.tbz2"
+#SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2
+# http://dev.gentoo.org/~titanofold/postgresql-patches-${SLOT}.tbz2"
# Comment the following three lines when a beta or rc.
S="${WORKDIR}/postgresql-${PV}"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2
- http://dev.gentoo.org/~titanofold/postgresql-patches-${SLOT}beta3.tbz2"
+ http://dev.gentoo.org/~titanofold/postgresql-patches-${SLOT}.tbz2"
LICENSE="POSTGRESQL"
DESCRIPTION="PostgreSQL libraries and clients"