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

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

Sort inherit and/or USE

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

---
 sci-mathematics/gap/gap-4.4.12.ebuild |    2 +-
 sci-mathematics/gap/metadata.xml      |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-mathematics/gap/gap-4.4.12.ebuild b/sci-mathematics/gap/gap-4.4.12.ebuild
index 916df83..a4295d3 100644
--- a/sci-mathematics/gap/gap-4.4.12.ebuild
+++ b/sci-mathematics/gap/gap-4.4.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-inherit versionator elisp-common
+inherit elisp-common versionator
 
 DESCRIPTION="System for computational discrete algebra"
 HOMEPAGE="http://www.gap-system.org/"

diff --git a/sci-mathematics/gap/metadata.xml b/sci-mathematics/gap/metadata.xml
index 8173924..b4fd03a 100644
--- a/sci-mathematics/gap/metadata.xml
+++ b/sci-mathematics/gap/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>A.G.Grozin@inp.nsk.su</email>
-  <name>Andrey Grozin</name>
-</maintainer>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <maintainer>
+    <email>A.G.Grozin@inp.nsk.su</email>
+    <name>Andrey Grozin</name>
+  </maintainer>
+  <longdescription lang="en">
   Groups, Algorithms, Programming is a system for computational
   discrete algebra, with particular emphasis on Computational Group
   Theory. GAP provides a  programming language, a library of thousands
@@ -16,4 +16,5 @@
   representations, rings, vector spaces, algebras, combinatorial
   structures, and more.
 </longdescription>
+  <use><flag name="xtom">Automatically generated description for xtom</flag></use>
 </pkgmetadata>



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

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

commit:     1886af2e35908d7f3db97715b09725c9b220f124
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 17:02:00 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 17:02:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1886af2e

Cleaned ebuild

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

---
 sci-mathematics/gap/ChangeLog         |    7 +++++--
 sci-mathematics/gap/gap-4.4.12.ebuild |   30 ++++++++++++++++--------------
 2 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/sci-mathematics/gap/ChangeLog b/sci-mathematics/gap/ChangeLog
index 5f022ef..2c0b188 100644
--- a/sci-mathematics/gap/ChangeLog
+++ b/sci-mathematics/gap/ChangeLog
@@ -1,7 +1,10 @@
-# ChangeLog for sci-mathematics/yorick
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for sci-mathematics/gap
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gap-4.4.12.ebuild:
+  Cleaned ebuild
+
 *gap-4.4.12 (16 Jan 2009)
 	
   16 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> +gap-4.4.12.ebuild,

diff --git a/sci-mathematics/gap/gap-4.4.12.ebuild b/sci-mathematics/gap/gap-4.4.12.ebuild
index a4295d3..d45ce3a 100644
--- a/sci-mathematics/gap/gap-4.4.12.ebuild
+++ b/sci-mathematics/gap/gap-4.4.12.ebuild
@@ -1,14 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-inherit elisp-common versionator
 
-DESCRIPTION="System for computational discrete algebra"
-HOMEPAGE="http://www.gap-system.org/"
-SLOT="0"
-IUSE="emacs vim-syntax xtom"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+EAPI=3
+
+inherit elisp-common versionator
 
 XTOM_VERSION=1r1p4
 
@@ -17,19 +13,25 @@ PV2=$(get_version_component_range 3 )
 PV1=$(replace_version_separator 1 'r' ${PV1} )
 PV2=${PV1}p${PV2}
 
-SRC_URI="ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/${PN}${PV2}.tar.bz2
+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 )"
 
-RDEPEND="emacs? ( virtual/emacs )
-	vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+SLOT="0"
+IUSE="emacs vim-syntax xtom"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
 
-#### delete the next line when moving this ebuild to the main tree!
-RESTRICT=mirror
+RDEPEND="
+	emacs? ( virtual/emacs )
+	vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${PN}${PV1}
 
 src_compile() {
-	econf
 	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" compile || die "emake failed"
 }
 



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/
@ 2015-09-21 14:04 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-21 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     24e501d725b556c73f727cadeb14f933a6ef24db
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:02:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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.
 </longdescription>
-  <use><flag name="xtom">Automatically generated description for xtom</flag></use>
+  <use>
+    <flag name="xtom">Automatically generated description for xtom</flag>
+  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/
@ 2020-09-28 10:12 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-09-28 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9fddbf9da443d2b0d73b402d072672307b0c2432
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Sep 28 10:12:14 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 28 10:12:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fddbf9d

sci-mathematics/gap: updated dependency name

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-mathematics/gap/gap-4.4.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/gap/gap-4.4.12.ebuild b/sci-mathematics/gap/gap-4.4.12.ebuild
index 5cd6089e6..a728704c2 100644
--- a/sci-mathematics/gap/gap-4.4.12.ebuild
+++ b/sci-mathematics/gap/gap-4.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-	emacs? ( virtual/emacs )
+	emacs? ( app-editors/emacs:* )
 	vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/
@ 2021-06-01  8:50 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1759ead4e6f9b6619a48f7775001b717a74fbcc5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 08:50:47 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 08:50:47 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1759ead4

sci-mathematics/gap: fix BadDefaultUseFlags

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/gap/gap-4.11.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/gap/gap-4.11.0.ebuild b/sci-mathematics/gap/gap-4.11.0.ebuild
index db0da0967..d94a02143 100644
--- a/sci-mathematics/gap/gap-4.11.0.ebuild
+++ b/sci-mathematics/gap/gap-4.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64"
 # broken HPC and boehm
-IUSE="-boehm debug -hpc julia julia-gc memcheck valgrind"
+IUSE="boehm debug hpc julia julia-gc memcheck valgrind"
 REQUIRED_USE="valgrind? ( memcheck ) julia-gc? ( julia ) hpc? ( boehm )"
 
 RDEPEND+="
@@ -27,7 +27,7 @@ RDEPEND+="
 	sys-libs/zlib
 	julia? ( || (
 		dev-lang/julia
-		dev-lang/julia-bin
+		dev-lang/julia-bin:*
 	) )
 	valgrind? ( dev-util/valgrind )
 "


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

end of thread, other threads:[~2021-06-01  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28 10:12 [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2021-06-01  8:50 Andrew Ammerlaan
2015-09-21 14:04 Justin Lecher
2011-06-24 17:09 Justin Lecher
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