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 AC279138487 for ; Mon, 14 Jan 2013 14:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD8E21C061; Mon, 14 Jan 2013 14:10:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 884BD21C05A for ; Mon, 14 Jan 2013 14:10:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5679C33DABE for ; Mon, 14 Jan 2013 14:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5F34E408F for ; Mon, 14 Jan 2013 14:10:52 +0000 (UTC) From: "Jonathan-Christofer Demay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan-Christofer Demay" Message-ID: <1358172516.a115c9a5334a8cfd5c9c88fb596655bccc2ce54e.jcdemay@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/giac/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/giac/ChangeLog sci-mathematics/giac/giac-0.9.2.ebuild sci-mathematics/giac/giac-1.0.0.ebuild sci-mathematics/giac/metadata.xml X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: jcdemay X-VCS-Committer-Name: Jonathan-Christofer Demay X-VCS-Revision: a115c9a5334a8cfd5c9c88fb596655bccc2ce54e X-VCS-Branch: master Date: Mon, 14 Jan 2013 14:10: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: c9beb470-77fa-4e65-8dd7-db7c83f2e7a5 X-Archives-Hash: ad2d44731f1939fbed136912dba8bd7e commit: a115c9a5334a8cfd5c9c88fb596655bccc2ce54e Author: Jonathan-Christofer Demay gmail com> AuthorDate: Mon Jan 14 14:08:36 2013 +0000 Commit: Jonathan-Christofer Demay gmail com> CommitDate: Mon Jan 14 14:08:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a115c9a5 sci-mathematics/giac: version bump --- sci-mathematics/giac/ChangeLog | 8 ++++++-- .../giac/{giac-0.9.2.ebuild => giac-1.0.0.ebuild} | 5 +++-- sci-mathematics/giac/metadata.xml | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/giac/ChangeLog b/sci-mathematics/giac/ChangeLog index b9938a5..869e7f1 100644 --- a/sci-mathematics/giac/ChangeLog +++ b/sci-mathematics/giac/ChangeLog @@ -1,7 +1,11 @@ -# ChangeLog for sci-mathematics/frama-c -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# ChangeLog for sci-mathematics/giac +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Jan 2013; J.-C. Demay + +giac-1.0.0.ebuild, -giac-0.9.2.ebuild: + version bump + 16 May 2011; J.-C. Demay giac-0.9.2.ebuild, +metadata.xml: QA fixes diff --git a/sci-mathematics/giac/giac-0.9.2.ebuild b/sci-mathematics/giac/giac-1.0.0.ebuild similarity index 88% rename from sci-mathematics/giac/giac-0.9.2.ebuild rename to sci-mathematics/giac/giac-1.0.0.ebuild index 428faae..6cf902b 100644 --- a/sci-mathematics/giac/giac-0.9.2.ebuild +++ b/sci-mathematics/giac/giac-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,7 +6,7 @@ EAPI="4" DESCRIPTION="A free C++ CAS (Computer Algebra System) library and its interfaces" HOMEPAGE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" -SRC_URI="ftp://ftp-fourier.ujf-grenoble.fr/xcas/${P}.tar.gz" +SRC_URI="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -25,6 +25,7 @@ src_prepare(){ sed -e "s:\$(prefix)/share:\$(DESTDIR)\$(prefix)/share:g" \ -e "s:config.h \$(includedir)/giac:config.h \$(DESTDIR)\$(includedir)/giac:g" \ -e "s:\$(DESTDIR)\$(DESTDIR):\$(DESTDIR):g" \ + -e "s:\$(DESTDIR)/\$(DESTDIR):\$(DESTDIR):g" \ -i `find -name Makefile\*` if use !fltk; then sed -e "s: gl2ps\.[chlo]*::g" -i src/Makefile.* diff --git a/sci-mathematics/giac/metadata.xml b/sci-mathematics/giac/metadata.xml index 6238c8a..58559f4 100644 --- a/sci-mathematics/giac/metadata.xml +++ b/sci-mathematics/giac/metadata.xml @@ -13,6 +13,8 @@ sci@gentoo.org + ?doc? + ?examples? ?fltk?