* [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-docs: ChangeLog postgresql-docs-9.0_alpha4.ebuild
@ 2010-02-26 15:48 99% Patrick Lauer (patrick)
0 siblings, 0 replies; 1+ results
From: Patrick Lauer (patrick) @ 2010-02-26 15:48 UTC (permalink / raw
To: gentoo-commits
patrick 10/02/26 15:48:04
Modified: ChangeLog
Added: postgresql-docs-9.0_alpha4.ebuild
Log:
Bump to 9.0_alpha4
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.38 dev-db/postgresql-docs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 26 Jan 2010 19:26:05 -0000 1.37
+++ ChangeLog 26 Feb 2010 15:48:03 -0000 1.38
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/postgresql-docs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.37 2010/01/26 19:26:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.38 2010/02/26 15:48:03 patrick Exp $
+
+*postgresql-docs-9.0_alpha4 (26 Feb 2010)
+
+ 26 Feb 2010; Patrick Lauer <patrick@gentoo.org>
+ +postgresql-docs-9.0_alpha4.ebuild, +files/postgresql-9.0-common.patch:
+ Bump of the alpha, 8.5 became 9.0. Doc creation might fail.
*postgresql-docs-8.5_alpha3 (26 Jan 2010)
1.1 dev-db/postgresql-docs/postgresql-docs-9.0_alpha4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0_alpha4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0_alpha4.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-docs-9.0_alpha4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.0_alpha4.ebuild,v 1.1 2010/02/26 15:48:03 patrick Exp $
EAPI=2
inherit versionator autotools
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
# Nothing to test here per 232157
RESTRICT="test"
DESCRIPTION="PostgreSQL documentation"
HOMEPAGE="http://www.postgresql.org/"
MY_PV=${PV/_/}
SRC_URI="mirror://postgresql/source/${MY_PV}/postgresql-${MY_PV}.tar.bz2"
S=${WORKDIR}/postgresql-${MY_PV}
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE=""
DEPEND="app-text/openjade
app-text/docbook2X
app-text/docbook-sgml
app-text/docbook-sgml-dtd:4.2
app-text/docbook-xml-dtd:4.2
app-text/docbook-dsssl-stylesheets
app-text/sgmltools-lite"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch"
eautoconf || die "Failed to eautoconf"
}
src_compile() {
cd doc
emake html || die
}
src_install() {
dodir /usr/share/doc/${PF}/html
#tar -zxf "${S}/doc/postgres.tar.gz" -C "${D}/usr/share/doc/${PF}/html"
cd "${S}/doc"
docinto FAQ_html
#dodoc src/FAQ/* # no longer there?
docinto sgml
dodoc src/sgml/*.{sgml,dsl}
docinto sgml/ref
dodoc src/sgml/ref/*.sgml
docinto html
dodoc src/sgml/html/*.html
docinto
dodoc TODO
dodir /etc/eselect/postgresql/slots/${SLOT}
{
echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\""
} >"${D}/etc/eselect/postgresql/slots/${SLOT}/docs"
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 15:48 99% [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-docs: ChangeLog postgresql-docs-9.0_alpha4.ebuild Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox