commit:     0754ad033853919646cd13b1b6b59268938b3eb4
Author:     Matthias Maier <tamiko <AT> kyomu <DOT> 43-1 <DOT> org>
AuthorDate: Tue Jul 22 22:14:24 2014 +0000
Commit:     Jens-Malte Gottfried <jmg <AT> godefridus <DOT> de>
CommitDate: Tue Jul 22 22:14:24 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0754ad03

Version bump to 1.0, fix indentation

Package-Manager: portage-2.2.8-r1

---
 sci-libs/libsc/ChangeLog                           |  6 ++++++
 sci-libs/libsc/libsc-0.7.3.ebuild                  |  8 ++++----
 .../libsc/{libsc-0.7.3.ebuild => libsc-1.0.ebuild} | 14 ++++---------
 sci-libs/libsc/metadata.xml                        | 23 +++++++++++-----------
 4 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/sci-libs/libsc/ChangeLog b/sci-libs/libsc/ChangeLog
index 0ad5af6..8e4aa1e 100644
--- a/sci-libs/libsc/ChangeLog
+++ b/sci-libs/libsc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libsc-1.0 (22 Jul 2014)
+
+  22 Jul 2014; Matthias Maier <[email protected]> +libsc-1.0.ebuild,
+  libsc-0.7.3.ebuild, metadata.xml:
+  Version bump to 1.0, fix indentation
+
 *libsc-0.7.3 (02 Mar 2014)
 
   02 Mar 2014; Matthias Maier <[email protected]>

diff --git a/sci-libs/libsc/libsc-0.7.3.ebuild 
b/sci-libs/libsc/libsc-0.7.3.ebuild
index 63c44da..3b7a477 100644
--- a/sci-libs/libsc/libsc-0.7.3.ebuild
+++ b/sci-libs/libsc/libsc-0.7.3.ebuild
@@ -20,7 +20,7 @@ IUSE="debug examples mpi romio static-libs"
 REQUIRED_USE="romio? ( mpi )"
 
 RDEPEND="
-    !<sci-libs/p4est-0.3.5
+       !<sci-libs/p4est-0.3.5
        dev-lang/lua
        sys-apps/util-linux
        virtual/blas
@@ -28,8 +28,8 @@ RDEPEND="
        mpi? ( virtual/mpi[romio?] )"
 
 DEPEND="
-    ${RDEPEND}
-    virtual/pkgconfig"
+       ${RDEPEND}
+       virtual/pkgconfig"
 
 DOCS=(AUTHORS NEWS README)
 
@@ -50,7 +50,7 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
-        $(use_enable debug)
+               $(use_enable debug)
                $(use_enable mpi)
                $(use_enable romio mpiio)
                --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"

diff --git a/sci-libs/libsc/libsc-0.7.3.ebuild b/sci-libs/libsc/libsc-1.0.ebuild
similarity index 81%
copy from sci-libs/libsc/libsc-0.7.3.ebuild
copy to sci-libs/libsc/libsc-1.0.ebuild
index 63c44da..c092836 100644
--- a/sci-libs/libsc/libsc-0.7.3.ebuild
+++ b/sci-libs/libsc/libsc-1.0.ebuild
@@ -20,7 +20,7 @@ IUSE="debug examples mpi romio static-libs"
 REQUIRED_USE="romio? ( mpi )"
 
 RDEPEND="
-    !<sci-libs/p4est-0.3.5
+       !<sci-libs/p4est-1.0
        dev-lang/lua
        sys-apps/util-linux
        virtual/blas
@@ -28,20 +28,14 @@ RDEPEND="
        mpi? ( virtual/mpi[romio?] )"
 
 DEPEND="
-    ${RDEPEND}
-    virtual/pkgconfig"
+       ${RDEPEND}
+       virtual/pkgconfig"
 
 DOCS=(AUTHORS NEWS README)
 
 AUTOTOOLS_AUTORECONF=true
 
 src_prepare() {
-       # Use libtool's -release option so that we end up with a valid SONAME
-       # and library version symlinks:
-       sed -i \
-               "s/^\(src_libsc_la_CPPFLAGS.*\)\$/\1\nsrc_libsc_la_LDFLAGS = 
-release ${PV}/" \
-               "${S}"/src/Makefile.am || die "sed failed"
-
        # Inject a version number into the build system
        echo "${PV}" > ${S}/.tarball-version
 
@@ -50,7 +44,7 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
-        $(use_enable debug)
+               $(use_enable debug)
                $(use_enable mpi)
                $(use_enable romio mpiio)
                --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"

diff --git a/sci-libs/libsc/metadata.xml b/sci-libs/libsc/metadata.xml
index 850a922..dc32615 100644
--- a/sci-libs/libsc/metadata.xml
+++ b/sci-libs/libsc/metadata.xml
@@ -1,15 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-  <email>[email protected]</email>
-  <name>Matthias Maier</name>
-</maintainer>
-<longdescription lang="en">
-  The SC Library provides support for parallel scientific applications.
-  This support library is primarily used by the p4est library.
-</longdescription>
-<use>
-</use>
+       <herd>sci</herd>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Matthias Maier</name>
+       </maintainer>
+       <longdescription lang="en">
+The SC Library provides support for parallel scientific applications.
+This support library is primarily used by the p4est library.
+       </longdescription>
+       <use>
+               <flag name="romio">Build with support for the ROMIO MPI-IO 
component</flag>
+       </use>
 </pkgmetadata>

Reply via email to