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

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

Sort inherit and/or USE

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

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

diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index b860d2c..b3ac452 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="2"
 
-inherit eutils versionator toolchain-funcs
+inherit eutils toolchain-funcs versionator
 
 Sing_PV=$(replace_all_version_separators -)
 Sing_DIR=$(get_version_component_range 1-3 ${MY_PV})



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/omalloc/
@ 2015-04-03 17:53 Guillaume Horel
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a0abef7e8acd2be4fa9d097e056fd190a182ae7a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:26:23 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:26:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0abef7e

sci-libs/omalloc: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-libs/omalloc/ChangeLog            | 6 ++++--
 sci-libs/omalloc/omalloc-0.9.6.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-libs/omalloc/ChangeLog b/sci-libs/omalloc/ChangeLog
index 66d538e..1c6f721 100644
--- a/sci-libs/omalloc/ChangeLog
+++ b/sci-libs/omalloc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/omalloc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> omalloc-0.9.6.ebuild:
+  Bump to EAPI=5
+
   13 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> omalloc-0.9.6.ebuild,
   +files/omalloc-0.9.6-gentoo.diff, files/parallel-build.patch,
   metadata.xml:
@@ -13,4 +16,3 @@
   +files/parallel-build.patch, +metadata.xml:
   new package: sci-libs/omalloc
   new dependency of sci-mathematics/singular
-

diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index 70770e2..53c4e2f 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.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="2"
+EAPI=5
 
 inherit eutils toolchain-funcs versionator
 
@@ -40,10 +40,10 @@ src_configure() {
 
 src_test () {
 	if use debug; then
-		emake check || die
+		emake check
 	fi
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/omalloc/
@ 2015-09-23 12:48 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     418d7656c65f6804a1eccc096344aabcf5be67dc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:16:10 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:16:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=418d7656

sci-libs/omalloc: Use default functions

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/omalloc/metadata.xml         | 12 ++++++------
 sci-libs/omalloc/omalloc-0.9.6.ebuild | 13 ++-----------
 2 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/sci-libs/omalloc/metadata.xml b/sci-libs/omalloc/metadata.xml
index 884f5b5..198ffa1 100644
--- a/sci-libs/omalloc/metadata.xml
+++ b/sci-libs/omalloc/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>tom111@gmx.de</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<maintainer>
+		<email>tom111@gmx.de</email>
+		<name>Thomas Kahle</name>
+	</maintainer>
+	<longdescription lang="en">
 omalloc is the memory management of Singular
 </longdescription>
 </pkgmetadata>

diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index ff067a1..b03291a 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
@@ -18,13 +18,10 @@ SRC_URI="${SRC_COM}/Singular-3-1-1-2.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
+IUSE=""
 
 S=${WORKDIR}/Singular-3-1-1/omalloc
 
-# Until tarballs are mirrored:
-RESTRICT="mirror"
-
 pkg_setup() {
 	tc-export CC CXX
 }
@@ -39,11 +36,5 @@ src_configure() {
 }
 
 src_test () {
-	if use debug; then
-		emake check
-	fi
-}
-
-src_install () {
-	emake DESTDIR="${D}" install
+	emake check
 }


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

end of thread, other threads:[~2015-09-23 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 12:48 [gentoo-commits] proj/sci:master commit in: sci-libs/omalloc/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03 17:53 Guillaume Horel
2011-06-24 17:09 Justin Lecher

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