[gentoo-commits] proj/sci:master commit in: dev-ml/gsl-ocaml/

2016-02-15 Thread Justin Lecher
commit: 36951f18f580549b238a1ede889489181742aca0
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 15 08:06:07 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Feb 15 08:06:07 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=36951f18

dev-ml/gsl-ocaml: remove from overlay, latest version added to main tree

Package-Manager: portage-2.2.27

 dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild | 28 
 dev-ml/gsl-ocaml/metadata.xml| 14 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild 
b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
deleted file mode 100644
index daff922..000
--- a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="OCaml bindings for the GSL library"
-HOMEPAGE="http://bitbucket.org/mmottl/gsl-ocaml";
-SRC_URI="${HOMEPAGE}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="examples test"
-
-DEPEND=">=sci-libs/gsl-1.10"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES.txt README.md NOTES.md TODO.md )
-
-src_prepare() {
-   oasis_configure_opts="$(use_enable examples)"
-}

diff --git a/dev-ml/gsl-ocaml/metadata.xml b/dev-ml/gsl-ocaml/metadata.xml
deleted file mode 100644
index 4fb2e67..000
--- a/dev-ml/gsl-ocaml/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-s...@gentoo.org
-Gentoo Science Project
-  
-  
-GSL interface for OCaml
-
-  
-mmottl/gsl-ocaml
-  
-



[gentoo-commits] proj/sci:master commit in: dev-ml/gsl-ocaml/

2015-06-07 Thread Justin Lecher
commit: 247419f0e7dd785856aec6399a8d906c461cd893
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  7 18:28:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  7 18:28:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=247419f0

dev-ml/gsl-ocaml: Add bitbucket to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 dev-ml/gsl-ocaml/ChangeLog| 6 --
 dev-ml/gsl-ocaml/metadata.xml | 7 +--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-ml/gsl-ocaml/ChangeLog b/dev-ml/gsl-ocaml/ChangeLog
index c724b6d..471cc91 100644
--- a/dev-ml/gsl-ocaml/ChangeLog
+++ b/dev-ml/gsl-ocaml/ChangeLog
@@ -1,10 +1,12 @@
 # ChangeLog for dev-ml/gsl-ocaml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2015; Justin Lecher  metadata.xml:
+  dev-ml/gsl-ocaml: Add bitbucket to remote-id in metadata.xml
+
 *gsl-ocaml-1.10.2 (11 Aug 2012)
 
   11 Aug 2012; Guillaume Horel 
   +gsl-ocaml-1.10.2.ebuild, +metadata.xml:
   new package from #390583
-

diff --git a/dev-ml/gsl-ocaml/metadata.xml b/dev-ml/gsl-ocaml/metadata.xml
index f7b1637..8a2bb7b 100644
--- a/dev-ml/gsl-ocaml/metadata.xml
+++ b/dev-ml/gsl-ocaml/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-sci
-
+  sci
+  
 GSL interface for OCaml
 
+  
+mmottl/gsl-ocaml
+  
 



[gentoo-commits] proj/sci:master commit in: dev-ml/gsl-ocaml/

2015-06-07 Thread Justin Lecher
commit: 2298c24a3f17cdd9c3aa166df7902c22df69ef50
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  7 18:31:30 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  7 18:31:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2298c24a

dev-ml/gsl-ocaml: Bump EAPI=5

Package-Manager: portage-2.2.20

 dev-ml/gsl-ocaml/ChangeLog   | 3 +++
 dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ml/gsl-ocaml/ChangeLog b/dev-ml/gsl-ocaml/ChangeLog
index 471cc91..069753b 100644
--- a/dev-ml/gsl-ocaml/ChangeLog
+++ b/dev-ml/gsl-ocaml/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2015; Justin Lecher  gsl-ocaml-1.10.2.ebuild:
+  dev-ml/gsl-ocaml: Bump EAPI=5
+
   07 Jun 2015; Justin Lecher  metadata.xml:
   dev-ml/gsl-ocaml: Add bitbucket to remote-id in metadata.xml
 

diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild 
b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
index 379d48f..c256838 100644
--- a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
+++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 OASIS_BUILD_DOCS=1
 OASIS_BUILD_TESTS=1
@@ -21,7 +21,7 @@ IUSE="examples test"
 DEPEND=">=sci-libs/gsl-1.10"
 RDEPEND="${DEPEND}"
 
-DOCS=( "CHANGES.txt" "README.md" "NOTES.md" "TODO.md" )
+DOCS=( CHANGES.txt README.md NOTES.md TODO.md )
 
 src_prepare() {
oasis_configure_opts="$(use_enable examples)"