aballier    15/02/02 09:39:35

  Modified:             ChangeLog
  Added:                postgresql-ocaml-3.0.0.ebuild
  Log:
  version bump
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.44                 dev-ml/postgresql-ocaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   28 Dec 2014 15:38:09 -0000      1.43
+++ ChangeLog   2 Feb 2015 09:39:35 -0000       1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/postgresql-ocaml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.43 
2014/12/28 15:38:09 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.44 
2015/02/02 09:39:35 aballier Exp $
+
+*postgresql-ocaml-3.0.0 (02 Feb 2015)
+
+  02 Feb 2015; Alexis Ballier <[email protected]>
+  +postgresql-ocaml-3.0.0.ebuild:
+  version bump
 
   28 Dec 2014; Aaron W. Swenson <[email protected]>
   postgresql-ocaml-2.0.4.ebuild, postgresql-ocaml-2.0.5.ebuild,



1.1                  dev-ml/postgresql-ocaml/postgresql-ocaml-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-3.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-3.0.0.ebuild?rev=1.1&content-type=text/plain

Index: postgresql-ocaml-3.0.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-3.0.0.ebuild,v 
1.1 2015/02/02 09:39:35 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases"
SRC_URI="https://github.com/mmottl/postgresql-ocaml/releases/download/v${PV}/${P}.tar.gz";
HOMEPAGE="http://mmottl.github.io/postgresql-ocaml/";
IUSE="examples"

RDEPEND="
        dev-db/postgresql[server]
"
DEPEND="${RDEPEND}
        >=dev-ml/findlib-1.5"

SLOT="0/${PV}"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"

DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )

src_install() {
        oasis_src_install
        if use examples ; then
                insinto /usr/share/doc/${PF}
                doins -r examples
        fi
}




Reply via email to