public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/matio/
@ 2011-06-21 11:54 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-21 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     64f36c89bbe9a01071f1a0963a8b39d9a3032b78
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 11:44:53 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 11:44:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=64f36c89

Added fortran-2.eclass support

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/matio/ChangeLog          |    5 ++++-
 sci-libs/matio/matio-1.3.4.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/matio/ChangeLog b/sci-libs/matio/ChangeLog
index 37c1165..620f108 100644
--- a/sci-libs/matio/ChangeLog
+++ b/sci-libs/matio/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/matio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> matio-1.3.4.ebuild:
+  Added fortran-2.eclass support
+
 *matio-1.3.4 (10 Aug 2010)
 
   10 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org> -matio-1.3.3.ebuild,

diff --git a/sci-libs/matio/matio-1.3.4.ebuild b/sci-libs/matio/matio-1.3.4.ebuild
index 9cd4fc1..c67446f 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
-inherit eutils autotools
+inherit eutils fortran-2 autotools
 
 DESCRIPTION="Library for reading and writing matlab files"
 HOMEPAGE="http://sourceforge.net/projects/matio/"



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/matio/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4a71a620928ec2bb54f4ed5dad6f2a12078b120e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:01:29 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:01:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a71a620

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/matio/matio-1.3.4.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-libs/matio/matio-1.3.4.ebuild b/sci-libs/matio/matio-1.3.4.ebuild
index c67446f..a047953 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=3
-inherit eutils fortran-2 autotools
+inherit autotools eutils fortran-2
 
 DESCRIPTION="Library for reading and writing matlab files"
 HOMEPAGE="http://sourceforge.net/projects/matio/"



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/matio/
@ 2015-01-12  0:00 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2015-01-12  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0ebd890d06a5e81afd8a69e331acede6fca821ac
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 13:55:34 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 13:55:34 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0ebd890d

sci-libs/matio: Move to EAPI=5, use autotools-utils

---
 sci-libs/matio/ChangeLog          |  6 +++++-
 sci-libs/matio/matio-1.3.4.ebuild | 21 +++++++++++----------
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/sci-libs/matio/ChangeLog b/sci-libs/matio/ChangeLog
index 620f108..bed9be2 100644
--- a/sci-libs/matio/ChangeLog
+++ b/sci-libs/matio/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/matio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> matio-1.3.4.ebuild:
+  Move to EAPI=5, cleanup the ebuild
+
+
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> matio-1.3.4.ebuild:
   Added fortran-2.eclass support
 

diff --git a/sci-libs/matio/matio-1.3.4.ebuild b/sci-libs/matio/matio-1.3.4.ebuild
index 5f948f6..8471e8c 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
-inherit autotools eutils fortran-2
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils eutils fortran-2
 
 DESCRIPTION="Library for reading and writing matlab files"
 HOMEPAGE="http://sourceforge.net/projects/matio/"
@@ -16,23 +18,22 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 #DEPEND="doc? ( app-doc/doxygen virtual/latex-base )"
 RDEPEND=""
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-autotools.patch
-	eautoreconf
-}
+PATCHES=( "${FILESDIR}/${P}"-autotools.patch )
 
 src_configure() {
-	econf \
+	local myeconfargs=(
 		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
 		--enable-shared \
 		--disable-test \
 		$(use_enable fortran) \
-		$(use_enable doc docs) \
+		#$(use_enable doc docs) \
 		$(use_enable static-libs static)
+	)
+	autotools-utils_src_configure
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	autotools-utils_src_install
 	dodoc README ChangeLog
 	#if use doc; then
 	#	insinto /usr/share/doc/${PF}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/matio/
@ 2015-01-12  0:00 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2015-01-12  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dcd5d3dc0591ee0dfaf689ddd4e8e043c0797677
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 19:20:18 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 19:20:18 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dcd5d3dc

sci-libs/matio: Further fixes

---
 sci-libs/matio/matio-1.3.4.ebuild | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/sci-libs/matio/matio-1.3.4.ebuild b/sci-libs/matio/matio-1.3.4.ebuild
index 8471e8c..8d2b050 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -22,27 +22,22 @@ PATCHES=( "${FILESDIR}/${P}"-autotools.patch )
 
 src_configure() {
 	local myeconfargs=(
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		--enable-shared \
-		--disable-test \
-		$(use_enable fortran) \
-		#$(use_enable doc docs) \
-		$(use_enable static-libs static)
+		--disable-test
+		#$(use_enable doc docs)
 	)
 	autotools-utils_src_configure
 }
 
 src_install() {
 	autotools-utils_src_install
-	dodoc README ChangeLog
 	#if use doc; then
 	#	insinto /usr/share/doc/${PF}
 	#	doins -r doxygen/html || die
 	#fi
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
-		doins test/test* || die
+		doins test/test*
 		insinto /usr/share/${PN}
-		doins share/test* || die
+		doins share/test*
 	fi
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-12  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12  0:00 [gentoo-commits] proj/sci:master commit in: sci-libs/matio/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2015-01-12  0:00 Christoph Junghans
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox