public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/lie/
@ 2015-05-18 13:05 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-05-18 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f3bfb6226b3769d8a814580a9457ec2c25ed8bd5
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Mon May 18 10:07:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 18 10:07:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3bfb622

signing

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog        |  7 +++++--
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++++++++++----------
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index 581a3da..beef4bb 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/lie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 May 2015; François Bissey <francois.bissey@canterbury.ac.nz>
+  lie-2.2.2.ebuild:
+  Update upstream homepage and source location. Migrate to EAPI 5.
+
   22 Aug 2010; François Bissey <f.r.bissey@massey.ac.nz> lie-2.2.2.ebuild:
   Keyword lie ~amd64
 
@@ -26,4 +30,3 @@
 
   03 Apr 2009; Francois Bissey <f.r.bissey@massey.ac.nz> ChangeLog:
   Initial import for the science overlay.
-

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild
index b31b6f8..4f2d6e1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=5
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A Computer algebra package for Lie group computations"
-HOMEPAGE="http://young.sp2mi.univ-poitiers.fr/~marc/LiE"
-SRC_URI="http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz"
+HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/"
+SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz"
 #### Remove the following line when moving this ebuild to the main tree!
 RESTRICT="mirror"
 
@@ -19,24 +19,24 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
 DEPEND="sys-devel/bison
-	sys-libs/readline
+	sys-libs/readline:=
 	sys-libs/ncurses"
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:=
 	sys-libs/ncurses"
 
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-make.patch"
-	epatch "${FILESDIR}/parrallelmake-${P}.patch"
+	epatch "${FILESDIR}"/${P}-make.patch
+	epatch "${FILESDIR}"/parrallelmake-${P}.patch
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) || die "failed to compile"
+	emake CC=$(tc-getCC)
 }
 
 src_install() {
-	emake DESTDIR="${ED}" install || die
+	emake DESTDIR="${ED}" install
 	use doc && dodoc "${S}"/manual/*
 	dodoc README
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/lie/
@ 2015-05-18 13:05 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-05-18 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     eb55c7ab97c7a8b5e5f7c7c8c84efac598360b65
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Mon May 18 12:22:22 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 18 12:22:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb55c7ab

Cosmetic fixes requested by jlec

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog        | 4 ++++
 sci-mathematics/lie/lie-2.2.2.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index beef4bb..fbed4ec 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -4,6 +4,10 @@
 
   18 May 2015; François Bissey <francois.bissey@canterbury.ac.nz>
   lie-2.2.2.ebuild:
+  Cosmetic fixes requested by jlec
+
+  18 May 2015; François Bissey <francois.bissey@canterbury.ac.nz>
+  lie-2.2.2.ebuild:
   Update upstream homepage and source location. Migrate to EAPI 5.
 
   22 Aug 2010; François Bissey <f.r.bissey@massey.ac.nz> lie-2.2.2.ebuild:

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild
index 4f2d6e1..856ebd1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
 
 DESCRIPTION="A Computer algebra package for Lie group computations"
 HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/"
-SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz"
+SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz -> ${P}.tar.gz"
 #### Remove the following line when moving this ebuild to the main tree!
 RESTRICT="mirror"
 
@@ -27,8 +27,8 @@ RDEPEND="sys-libs/readline:=
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-make.patch
-	epatch "${FILESDIR}"/parrallelmake-${P}.patch
+	epatch "${FILESDIR}"/${P}-make.patch \
+		"${FILESDIR}"/parrallelmake-${P}.patch
 }
 
 src_compile() {


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

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

commit:     94f7657393e77f8243ff0dd33526399830182951
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:47:37 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:47:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=94f76573

sci-mathematics/lie: Add subslot operators

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

 sci-mathematics/lie/lie-2.2.2.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild
index ea5771b..755b150 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -14,20 +14,22 @@ RESTRICT="mirror"
 
 LICENSE="LGPL-2.1"
 ##### See http://packages.debian.org/changelogs/pool/main/l/lie/lie_2.2.2+dfsg-1/lie.copyright
-
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
-DEPEND="sys-devel/bison
-	sys-libs/readline:=
-	sys-libs/ncurses"
+
+DEPEND="
+	sys-devel/bison
+	sys-libs/readline:0=
+	sys-libs/ncurses:0="
 RDEPEND="sys-libs/readline:=
 	sys-libs/ncurses"
 
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-make.patch \
+	epatch \
+		"${FILESDIR}"/${P}-make.patch \
 		"${FILESDIR}"/parrallelmake-${P}.patch
 }
 
@@ -36,9 +38,8 @@ src_compile() {
 }
 
 src_install() {
-	emake DESTDIR="${ED}" install
+	default
 	use doc && dodoc "${S}"/manual/*
-	dodoc README
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/lie/
@ 2021-01-19 15:56 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d08f6b791d9f50c0e359cc9de20ec6d259bf8b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 15:55:42 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 15:55:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3d08f6b

sci-mathematics/lie: use https

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild
index 96ffc3d5b..b41f5cea9 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.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=5
@@ -44,5 +44,5 @@ src_install() {
 pkg_postinst() {
 	elog "This version of the LiE ebuild is still under development."
 	elog "Help us improve the ebuild in:"
-	elog "http://bugs.gentoo.org/show_bug.cgi?id=194393"
+	elog "https://bugs.gentoo.org/show_bug.cgi?id=194393"
 }


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

end of thread, other threads:[~2021-01-19 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 19:05 [gentoo-commits] proj/sci:master commit in: sci-mathematics/lie/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 15:56 Andrew Ammerlaan
2015-05-18 13:05 Justin Lecher
2015-05-18 13:05 Justin Lecher

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