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 17D301387B1 for ; Mon, 21 Sep 2015 14:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8A9A21C09C; Mon, 21 Sep 2015 14:04:58 +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 B384521C030 for ; Mon, 21 Sep 2015 14:04:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10161340766 for ; Mon, 21 Sep 2015 14:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA7C242 for ; Mon, 21 Sep 2015 14:04:52 +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: <1442844162.24e501d725b556c73f727cadeb14f933a6ef24db.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/gap/gap-4.4.12.ebuild sci-mathematics/gap/metadata.xml X-VCS-Directories: sci-mathematics/gap/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 24e501d725b556c73f727cadeb14f933a6ef24db X-VCS-Branch: master Date: Mon, 21 Sep 2015 14:04:52 +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: 1d65fd76-054c-45a2-b6f9-2f2942760a8f X-Archives-Hash: f1e9124f2b2f65a61e49da677c2ad031 commit: 24e501d725b556c73f727cadeb14f933a6ef24db Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 14:02:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 14:02:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24e501d7 sci-mathematics/gap: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/gap/gap-4.4.12.ebuild | 17 ++++++++--------- sci-mathematics/gap/metadata.xml | 4 +++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/sci-mathematics/gap/gap-4.4.12.ebuild b/sci-mathematics/gap/gap-4.4.12.ebuild index 3409326..4d7eb00 100644 --- a/sci-mathematics/gap/gap-4.4.12.ebuild +++ b/sci-mathematics/gap/gap-4.4.12.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 # $Id$ -EAPI=3 +EAPI=5 inherit elisp-common versionator @@ -16,8 +16,8 @@ PV2=${PV1}p${PV2} DESCRIPTION="System for computational discrete algebra" HOMEPAGE="http://www.gap-system.org/" SRC_URI=" - ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/${PN}${PV2}.tar.bz2 - xtom? ( ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/xtom${XTOM_VERSION}.tar.bz2 )" + ftp://ftp.gap-system.org/pub/gap/gap44/tar.bz2/${PN}${PV2}.tar.bz2 + xtom? ( ftp://ftp.gap-system.org/pub/gap/gap44/tar.bz2/xtom${XTOM_VERSION}.tar.bz2 )" SLOT="0" IUSE="emacs vim-syntax xtom" @@ -32,11 +32,11 @@ DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}${PV1} src_compile() { - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" compile || die "emake failed" + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" compile } src_test() { - emake teststandard || die "test failed" + emake teststandard } src_install() { @@ -50,9 +50,8 @@ src_install() { -e "s|@target@-@CC@|/usr/libexec/${PN}|" \ -e "s|@EXEEXT@||" \ -e 's|$GAP_DIR/bin/||' \ - gap.shi > gap - exeinto /usr/bin - doexe gap + gap.shi > gap || doe + dobin gap if use emacs ; then elisp-site-file-install etc/emacs/gap-mode.el diff --git a/sci-mathematics/gap/metadata.xml b/sci-mathematics/gap/metadata.xml index 10dd89a..fa3b4e9 100644 --- a/sci-mathematics/gap/metadata.xml +++ b/sci-mathematics/gap/metadata.xml @@ -16,5 +16,7 @@ representations, rings, vector spaces, algebras, combinatorial structures, and more. - Automatically generated description for xtom + + Automatically generated description for xtom +