public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/
Date: Mon, 25 Aug 2014 22:43:21 +0000 (UTC)	[thread overview]
Message-ID: <1406243227.12e974f004f7e7305377f53eaca21666c616f506.ottxor@gentoo> (raw)

commit:     12e974f004f7e7305377f53eaca21666c616f506
Author:     Matthias Maier <tamiko <AT> kyomu <DOT> 43-1 <DOT> org>
AuthorDate: Thu Jul 24 23:07:07 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 23:07:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12e974f0

Update repository to github, fix readme file change, add forgotten use-flag to metadata.xml, fix tabstops

Package-Manager: portage-2.2.8-r1

---
 sci-libs/dealii/ChangeLog          |  6 +++-
 sci-libs/dealii/dealii-9999.ebuild | 11 +++-----
 sci-libs/dealii/metadata.xml       | 58 ++++++++++++++++++++------------------
 3 files changed, 39 insertions(+), 36 deletions(-)

diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog
index 267da7e..edd11d1 100644
--- a/sci-libs/dealii/ChangeLog
+++ b/sci-libs/dealii/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jul 2014; Matthias Maier <tamiko@gentoo.org> dealii-9999.ebuild,
+  metadata.xml:
+  Update repository to github, fix readme file change, add forgotten use-flag to
+  metadata.xml, fix tabstops
+
   02 Mar 2014; Matthias Maier <tamiko+GENTOO@kyomu.43-1.org>
   dealii-9999.ebuild:
   Add use flag muparser and c++11 to reflect latest live build changes.
@@ -15,4 +20,3 @@
   metadata.xml:
   Add missing die; shorten DESCRIPTION; add dummy locel USE description; Fix
   RDEPEND.suspect
-

diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
index 1d8b7ad..30f3b70 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -4,13 +4,12 @@
 
 EAPI=5
 
-inherit cmake-utils eutils multilib subversion
+inherit cmake-utils eutils multilib git-r3
 
 DESCRIPTION="Solving partial differential equations with the finite element method"
 HOMEPAGE="http://www.dealii.org/"
 
-ESVN_REPO_URI="https://svn.dealii.org/trunk/deal.II"
-ESVN_OPTIONS="--trust-server-cert --non-interactive"
+EGIT_REPO_URI="git://github.com/dealii/dealii.git"
 KEYWORDS=""
 
 LICENSE="LGPL-2.1+"
@@ -55,8 +54,6 @@ DEPEND="
 
 src_configure() {
 
-	subversion_wc_info
-
 	if use debug; then
 		CMAKE_BUILD_TYPE="DebugRelease"
 	else
@@ -64,7 +61,7 @@ src_configure() {
 	fi
 
 	local mycmakeargs=(
-		-DDEAL_II_PACKAGE_VERSION=99.99.svn${ESVN_WC_REVISION}
+		-DDEAL_II_PACKAGE_VERSION=99.99
 		-DDEAL_II_ALLOW_AUTODETECTION=OFF
 		-DDEAL_II_ALLOW_BUNDLED=OFF
 		-DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF
@@ -103,7 +100,7 @@ src_configure() {
 }
 
 src_install() {
-	DOCS=( README )
+	DOCS=( README.md )
 
 	cmake-utils_src_install
 

diff --git a/sci-libs/dealii/metadata.xml b/sci-libs/dealii/metadata.xml
index bb33338..6f21d08 100644
--- a/sci-libs/dealii/metadata.xml
+++ b/sci-libs/dealii/metadata.xml
@@ -1,32 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>tamiko+GENTOO@kyomu.43-1.org</email>
-    <name>Matthias Maier</name>
-  </maintainer>
-  <longdescription lang="en">
-  deal.II is a C++ program library targeted at the computational solution
-  of partial differential equations using adaptive finite elements. It uses
-  state-of-the-art programming techniques to offer you a modern interface
-  to the complex data structures and algorithms required.
-</longdescription>
-  <use>
-    <flag name="arpack">Adds support for ARPACK (<pkg>sci-libs/arpack</pkg>)</flag>
-    <flag name="avx">Use Advanced Vector Extensions for AVX capable chips</flag>
-    <flag name="debug">
-	Build an additional debug library with extra debug codepaths, like asserts 
-	and extra output. If you want to get meaningful backtraces see 
-	&lt;http://www.gentoo.org/proj/en/qa/backtraces.xml&gt;</flag>
-    <flag name="mesh_converter">Build and install the mesh_converter executable</flag>
-    <flag name="metis">Add support for metis (<pkg>sci-libs/metis</pkg>)</flag>
-    <flag name="mumps">Add support for mumps (<pkg>sci-libs/mumps</pkg>)</flag>
-    <flag name="p4est">Add support for p4est (<pkg>sci-mathematics/p4est</pkg>)</flag>
-    <flag name="parameter_gui">Build and install the parameter_gui executable</flag>
-    <flag name="petsc">Add support for petsc (<pkg>sci-libs/petsc</pkg>)</flag>
-	<flag name="sparse">Add support for suitesparse (<pkg>sci-libs/suitesparse</pkg>)</flag>
-    <flag name="tbb">Add threading support with the help of the tbb library (<pkg>dev-cpp/tbb</pkg>)</flag>
-    <flag name="trilinos">Add support for trilinos (<pkg>sci-libs/trilinos</pkg>)</flag>
-  </use>
+	<herd>sci</herd>
+	<maintainer>
+		<email>tamiko+GENTOO@kyomu.43-1.org</email>
+		<name>Matthias Maier</name>
+	</maintainer>
+	<longdescription lang="en">
+deal.II is a C++ program library targeted at the computational solution
+of partial differential equations using adaptive finite elements. It uses
+state-of-the-art programming techniques to offer you a modern interface
+to the complex data structures and algorithms required.
+	</longdescription>
+	<use>
+		<flag name="arpack">Adds support for ARPACK (<pkg>sci-libs/arpack</pkg>)</flag>
+		<flag name="avx">Use Advanced Vector Extensions for AVX capable chips</flag>
+		<flag name="debug">
+Build an additional debug library with extra debug codepaths, like asserts
+and extra output. If you want to get meaningful backtraces see
+&lt;http://www.gentoo.org/proj/en/qa/backtraces.xml&gt;</flag>
+		<flag name="c++11">Compile the library with -std=c++11</flag>
+		<flag name="mesh_converter">Build and install the mesh_converter executable</flag>
+		<flag name="metis">Add support for metis (<pkg>sci-libs/metis</pkg>)</flag>
+		<flag name="mumps">Add support for mumps (<pkg>sci-libs/mumps</pkg>)</flag>
+		<flag name="muparser">Add support for muparser (<pkg>dev-cpp/muParser</pkg>)</flag>
+		<flag name="p4est">Add support for p4est (<pkg>sci-mathematics/p4est</pkg>)</flag>
+		<flag name="parameter_gui">Build and install the parameter_gui executable</flag>
+		<flag name="petsc">Add support for petsc (<pkg>sci-libs/petsc</pkg>)</flag>
+		<flag name="sparse">Add support for suitesparse (<pkg>sci-libs/suitesparse</pkg>)</flag>
+		<flag name="tbb">Add threading support with the help of the tbb library (<pkg>dev-cpp/tbb</pkg>)</flag>
+		<flag name="trilinos">Add support for trilinos (<pkg>sci-libs/trilinos</pkg>)</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2014-08-25 22:43 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-25 22:43 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-05  6:52 [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ Matthias Maier
2019-08-02  1:05 Matthias Maier
2019-05-22 17:33 Matthias Maier
2019-04-25 23:51 Matthias Maier
2018-10-11 21:47 Matthias Maier
2018-05-24  2:26 Matthias Maier
2018-05-24  1:21 Matthias Maier
2018-05-13 20:01 Matthias Maier
2018-05-11 22:16 Matthias Maier
2018-05-11 22:16 Matthias Maier
2018-03-19 18:11 Matthias Maier
2017-12-26 12:22 Matthias Maier
2017-10-07 18:28 Matthias Maier
2017-08-14 16:57 Matthias Maier
2017-06-18 13:04 Matthias Maier
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2017-03-16 19:35 Justin Lecher
2016-09-06  0:18 Christoph Junghans
2016-07-12 19:57 Marius Brehler
2016-07-12 19:57 Marius Brehler
2016-04-23 23:21 Christoph Junghans
2016-04-23 23:21 Christoph Junghans
2015-08-27 15:01 Justin Lecher
2015-08-03 12:35 Justin Lecher
2015-08-03 12:35 Justin Lecher
2015-07-10  3:59 Nicolas Bock
2015-06-06 10:23 Justin Lecher
2015-06-06 10:23 Justin Lecher
2015-03-29 10:24 Justin Lecher
2015-01-31 20:19 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-22  0:09 Christoph Junghans
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-01-01 15:26 Andrew Savchenko
2014-12-24 18:54 Christoph Junghans
2014-12-24 18:54 Christoph Junghans
2014-03-03 20:37 Sebastien Fabbro
2014-03-03 20:37 Sebastien Fabbro
2014-01-04 12:08 Justin Lecher
2014-01-04 12:08 Justin Lecher
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:14 Nicolas Bock
2013-07-26 16:13 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1406243227.12e974f004f7e7305377f53eaca21666c616f506.ottxor@gentoo \
    --to=ottxor@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox