* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2011-03-14 8:17 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-14 8:17 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/14 08:17:31
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
Fix for parallel build, #358555
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.1&r2=1.2
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raster3d-3.0.2.ebuild 27 Feb 2011 10:40:36 -0000 1.1
+++ raster3d-3.0.2.ebuild 14 Mar 2011 08:17:31 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.1 2011/02/27 10:40:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.2 2011/03/14 08:17:31 jlec Exp $
EAPI="4"
@@ -71,7 +71,7 @@
target="linux-$(tc-getFC)"
fi
- for i in ${target} all; do
+ for i in render.o ${target} all; do
emake \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
1.25 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 6 Mar 2011 14:33:18 -0000 1.24
+++ ChangeLog 14 Mar 2011 08:17:31 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/raster3d
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.24 2011/03/06 14:33:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.25 2011/03/14 08:17:31 jlec Exp $
+
+ 14 Mar 2011; Justin Lecher <jlec@gentoo.org> raster3d-3.0.2.ebuild:
+ Fix for parallel build, #358555
06 Mar 2011; Justin Lecher <jlec@gentoo.org> files/3.0.2-as-needed.patch:
Prll compilation fix
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2011-10-08 16:21 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-08 16:21 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/08 16:21:24
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
x86 stable wrt bug #385627
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.5 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.4&r2=1.5
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- raster3d-3.0.2.ebuild 21 Jun 2011 15:57:37 -0000 1.4
+++ raster3d-3.0.2.ebuild 8 Oct 2011 16:21:24 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.4 2011/06/21 15:57:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.5 2011/10/08 16:21:24 phajdan.jr Exp $
EAPI=4
@@ -16,7 +16,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="gd tiff"
RDEPEND="
1.28 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 21 Jun 2011 15:57:37 -0000 1.27
+++ ChangeLog 8 Oct 2011 16:21:24 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/raster3d
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.27 2011/06/21 15:57:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.28 2011/10/08 16:21:24 phajdan.jr Exp $
+
+ 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> raster3d-3.0.2.ebuild:
+ x86 stable wrt bug #385627
21 Jun 2011; Justin Lecher <jlec@gentoo.org> raster3d-2.7c.ebuild,
raster3d-2.9.2.ebuild, raster3d-3.0.2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2011-10-09 15:00 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-09 15:00 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/09 15:00:59
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #385627
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.5&r2=1.6
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- raster3d-3.0.2.ebuild 8 Oct 2011 16:21:24 -0000 1.5
+++ raster3d-3.0.2.ebuild 9 Oct 2011 15:00:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.5 2011/10/08 16:21:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.6 2011/10/09 15:00:59 hwoarang Exp $
EAPI=4
@@ -16,7 +16,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="gd tiff"
RDEPEND="
1.29 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 8 Oct 2011 16:21:24 -0000 1.28
+++ ChangeLog 9 Oct 2011 15:00:59 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/raster3d
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.28 2011/10/08 16:21:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.29 2011/10/09 15:00:59 hwoarang Exp $
+
+ 09 Oct 2011; Markos Chandras <hwoarang@gentoo.org> raster3d-3.0.2.ebuild:
+ Stable on amd64 wrt bug #385627
08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> raster3d-3.0.2.ebuild:
x86 stable wrt bug #385627
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2012-03-07 20:51 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-07 20:51 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/07 20:51:29
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
Marking raster3d-3.0.2 ppc for bug 385627
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.8 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.7&r2=1.8
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- raster3d-3.0.2.ebuild 16 Nov 2011 09:58:55 -0000 1.7
+++ raster3d-3.0.2.ebuild 7 Mar 2012 20:51:29 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.7 2011/11/16 09:58:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.8 2012/03/07 20:51:29 ranger Exp $
EAPI=4
@@ -16,7 +16,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="gd tiff"
RDEPEND="
1.31 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 16 Nov 2011 09:58:55 -0000 1.30
+++ ChangeLog 7 Mar 2012 20:51:29 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/raster3d
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.30 2011/11/16 09:58:55 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.31 2012/03/07 20:51:29 ranger Exp $
+
+ 07 Mar 2012; Brent Baude <ranger@gentoo.org> raster3d-3.0.2.ebuild:
+ Marking raster3d-3.0.2 ppc for bug 385627
16 Nov 2011; Justin Lecher <jlec@gentoo.org> raster3d-2.7c.ebuild,
raster3d-2.9.2.ebuild, raster3d-3.0.2.ebuild, metadata.xml:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2012-10-19 10:24 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-19 10:24 UTC (permalink / raw
To: gentoo-commits
jlec 12/10/19 10:24:13
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
sci-chemistry/raster3d: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.9 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.8&r2=1.9
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- raster3d-3.0.2.ebuild 7 Mar 2012 20:51:29 -0000 1.8
+++ raster3d-3.0.2.ebuild 19 Oct 2012 10:24:13 -0000 1.9
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.8 2012/03/07 20:51:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.9 2012/10/19 10:24:13 jlec Exp $
EAPI=4
-inherit fortran-2 flag-o-matic multilib toolchain-funcs versionator prefix
+inherit eutils fortran-2 flag-o-matic multilib toolchain-funcs versionator prefix
MY_PN="Raster3D"
MY_PV=$(replace_version_separator 2 -)
@@ -20,7 +20,6 @@
IUSE="gd tiff"
RDEPEND="
- virtual/fortran
tiff? ( media-libs/tiff:0 )
gd? ( media-libs/gd[jpeg,png] )"
DEPEND="${RDEPEND}"
1.33 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 8 Mar 2012 07:25:25 -0000 1.32
+++ ChangeLog 19 Oct 2012 10:24:13 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/raster3d
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.32 2012/03/08 07:25:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.33 2012/10/19 10:24:13 jlec Exp $
+
+ 19 Oct 2012; Justin Lecher <jlec@gentoo.org> raster3d-3.0.2.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
08 Mar 2012; Justin Lecher <jlec@gentoo.org> -raster3d-2.7c.ebuild,
-raster3d-2.9.2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog
@ 2012-12-14 10:16 Ulrich Mueller (ulm)
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-14 10:16 UTC (permalink / raw
To: gentoo-commits
ulm 12/12/14 10:16:38
Modified: raster3d-3.0.2.ebuild ChangeLog
Log:
Fix LICENSE, Artistic License, Version 2.0 according to HOMEPAGE.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.10 sci-chemistry/raster3d/raster3d-3.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild?r1=1.9&r2=1.10
Index: raster3d-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- raster3d-3.0.2.ebuild 19 Oct 2012 10:24:13 -0000 1.9
+++ raster3d-3.0.2.ebuild 14 Dec 2012 10:16:38 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.9 2012/10/19 10:24:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.10 2012/12/14 10:16:38 ulm Exp $
EAPI=4
@@ -14,8 +14,8 @@
HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html"
SRC_URI="http://www.bmsc.washington.edu/${PN}/${MY_P}.tar.gz -> ${MY_P}.tar"
+LICENSE="Artistic-2"
SLOT="0"
-LICENSE="as-is"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="gd tiff"
1.34 sci-chemistry/raster3d/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 19 Oct 2012 10:24:13 -0000 1.33
+++ ChangeLog 14 Dec 2012 10:16:38 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/raster3d
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.33 2012/10/19 10:24:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.34 2012/12/14 10:16:38 ulm Exp $
+
+ 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> raster3d-3.0.2.ebuild:
+ Fix LICENSE, Artistic License, Version 2.0 according to HOMEPAGE.
19 Oct 2012; Justin Lecher <jlec@gentoo.org> raster3d-3.0.2.ebuild:
Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-14 10:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 15:00 [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-3.0.2.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-12-14 10:16 Ulrich Mueller (ulm)
2012-10-19 10:24 Justin Lecher (jlec)
2012-03-07 20:51 Brent Baude (ranger)
2011-10-08 16:21 PaweA Hajdan (phajdan.jr)
2011-03-14 8:17 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox