patrick     14/06/26 07:19:44

  Modified:             ChangeLog
  Added:                postgresql-docs-9.4_beta1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.237                dev-db/postgresql-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.237&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?rev=1.237&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/ChangeLog?r1=1.236&r2=1.237

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   20 Mar 2014 22:03:48 -0000      1.236
+++ ChangeLog   26 Jun 2014 07:19:44 -0000      1.237
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/postgresql-docs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.236 
2014/03/20 22:03:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.237 
2014/06/26 07:19:44 patrick Exp $
+
+*postgresql-docs-9.4_beta1 (26 Jun 2014)
+
+  26 Jun 2014; Patrick Lauer <[email protected]>
+  +postgresql-docs-9.4_beta1.ebuild:
+  Bump
 
 *postgresql-docs-9.3.4 (20 Mar 2014)
 *postgresql-docs-9.2.8 (20 Mar 2014)



1.1                  dev-db/postgresql-docs/postgresql-docs-9.4_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.4_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.4_beta1.ebuild?rev=1.1&content-type=text/plain

Index: postgresql-docs-9.4_beta1.ebuild
===================================================================
# Copyright 1999-2014 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.4_beta1.ebuild,v
 1.1 2014/06/26 07:19:44 patrick Exp $

EAPI="4"

inherit versionator

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"

RESTRICT="test"

DESCRIPTION="PostgreSQL documentation"
HOMEPAGE="http://www.postgresql.org/";
LICENSE="POSTGRESQL"

SLOT="$(get_version_component_range 1-2)"

# Comment the following four lines when not a beta or rc.
MY_PV="${PV//_}"
#MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
S="${WORKDIR}/postgresql-${MY_PV}"
SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"

# Comment the following two lines when a beta or rc.
#S="${WORKDIR}/postgresql-${PV}"
#SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"

IUSE=""

DEPEND=""
RDEPEND=""

src_unpack() {
        tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
}

src_install() {
        # Don't use ${PF} here as three packages
        # (dev-db/postgresql-{docs,base,server}) have the same set of docs.
        local mypath=/usr/share/doc/postgresql-${SLOT}

        cd "${S}/doc"

        insinto ${mypath}/html
        doins src/sgml/html/*

        insinto ${mypath}/sgml
        doins src/sgml/*.{sgml,dsl}

        insinto ${mypath}/sgml/ref
        doins src/sgml/ref/*.sgml

        fowners root:0 -R ${mypath}

        dodir /etc/eselect/postgresql/slots/${SLOT}
        echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
                "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
}




Reply via email to