diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-25 03:44:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-25 03:44:43 +0000 |
commit | dbc5bcc51a0ccbdcc7e2a7f2e742a1f0576873c4 (patch) | |
tree | a6649505089143b71006b5b4005c60315d687fd6 /dev-db/postgresql-base | |
parent | Fix version. (diff) | |
download | gentoo-2-dbc5bcc51a0ccbdcc7e2a7f2e742a1f0576873c4.tar.gz gentoo-2-dbc5bcc51a0ccbdcc7e2a7f2e742a1f0576873c4.tar.bz2 gentoo-2-dbc5bcc51a0ccbdcc7e2a7f2e742a1f0576873c4.zip |
Make -9999 compile again
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/postgresql-base')
-rw-r--r-- | dev-db/postgresql-base/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9999.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog index 0fbf2436573e..0099b89c7d79 100644 --- a/dev-db/postgresql-base/ChangeLog +++ b/dev-db/postgresql-base/ChangeLog @@ -1,6 +1,9 @@ # 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.248 2013/07/24 08:45:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.249 2013/07/25 03:44:43 patrick Exp $ + + 25 Jul 2013; Patrick Lauer <patrick@gentoo.org> postgresql-base-9999.ebuild: + Make -9999 compile again 24 Jul 2013; Patrick Lauer <patrick@gentoo.org> postgresql-base-9999.ebuild: Fixing slot of -9999 ebuild diff --git a/dev-db/postgresql-base/postgresql-base-9999.ebuild b/dev-db/postgresql-base/postgresql-base-9999.ebuild index 6f5c2626be56..1e6ca30a7c2e 100644 --- a/dev-db/postgresql-base/postgresql-base-9999.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9999.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-9999.ebuild,v 1.6 2013/07/24 08:45:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v 1.7 2013/07/25 03:44:43 patrick Exp $ EAPI="4" @@ -14,7 +14,7 @@ KEYWORDS="" SLOT="9.4" EGIT_REPO_URI="git://git.postgresql.org/git/postgresql.git" -SRC_URI="http://dev.gentoo.org/~titanofold/postgresql-patches-9.2beta2.tbz2" +SRC_URI="http://dev.gentoo.org/~titanofold/postgresql-patches-9.3-r1.tbz2" # Comment the following five lines when not a beta or rc. #MY_PV="${PV//_}" @@ -82,6 +82,9 @@ src_unpack() { } src_prepare() { + # silly version changes + sed -i -e 's/2012/2013/' -e 's/9.3beta2/9.4devel/' "${WORKDIR}/autoconf.patch" || die + epatch "${WORKDIR}/autoconf.patch" \ "${WORKDIR}/base.patch" \ "${WORKDIR}/bool.patch" @@ -162,7 +165,7 @@ src_install() { # Don't use ${PF} here as three packages # (dev-db/postgresql-{docs,base,server}) have the same set of docs. insinto /usr/share/doc/postgresql-${SLOT} - doins README HISTORY doc/{README.*,TODO,bug.template} + doins README doc/{TODO,bug.template} cd "${S}/contrib" emake DESTDIR="${D}" install |