From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18C0413881D for ; Wed, 23 Sep 2015 12:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B0321C03F; Wed, 23 Sep 2015 12:48:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A163821C03B for ; Wed, 23 Sep 2015 12:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B94A3409FE for ; Wed, 23 Sep 2015 12:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ECFB241 for ; Wed, 23 Sep 2015 12:48:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443010570.418d7656c65f6804a1eccc096344aabcf5be67dc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/omalloc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/omalloc/metadata.xml sci-libs/omalloc/omalloc-0.9.6.ebuild X-VCS-Directories: sci-libs/omalloc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 418d7656c65f6804a1eccc096344aabcf5be67dc X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9f944c4-0dcc-4275-a351-1a865bd2627f X-Archives-Hash: b42df90eaa643e3b821e3067f1bc5fe5 commit: 418d7656c65f6804a1eccc096344aabcf5be67dc Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:16:10 2015 +0000 Commit: Justin Lecher gentoo 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 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 @@ -sci - -tom111@gmx.de -Thomas Kahle - - + sci + + tom111@gmx.de + Thomas Kahle + + omalloc is the memory management of Singular 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 }