public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r3.ebuild ChangeLog pgplot-5.2.2-r4.ebuild
@ 2010-05-22  6:50 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2010-05-22  6:50 UTC (permalink / raw
  To: gentoo-commits

jlec        10/05/22 06:50:38

  Modified:             pgplot-5.2.2-r3.ebuild ChangeLog
  Added:                pgplot-5.2.2-r4.ebuild
  Log:
  LDFLAGS respected, fix parallel make issue
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-libs/pgplot/pgplot-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?r1=1.5&r2=1.6

Index: pgplot-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pgplot-5.2.2-r3.ebuild	15 Mar 2010 05:45:42 -0000	1.5
+++ pgplot-5.2.2-r3.ebuild	22 May 2010 06:50:38 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.5 2010/03/15 05:45:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.6 2010/05/22 06:50:38 jlec Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -28,6 +28,7 @@
 	epatch "${FILESDIR}"/${PN}-makemake.patch
 	epatch "${FILESDIR}"/${PN}-compile-setup.patch
 	epatch "${FILESDIR}"/${PN}-headers.patch
+	epatch "${FILESDIR}"/${PN}-ldflags.patch
 
 	# gfortran < 4.3 does not compile gif, pp and wd drivers
 	if [[ "$(tc-getFC)" == gfortran ]] &&
@@ -80,7 +81,7 @@
 	./makemake . linux
 	einfo "Doing static libs and execs"
 	emake all cpg || die "emake static failed"
-	emake clean
+	emake -j1 clean
 	einfo "Doing shared libs"
 	emake \
 		CFLAGS="${CFLAGS} -fPIC" \
@@ -97,7 +98,7 @@
 	fi
 
 	# this just cleans out not needed files
-	emake clean
+	emake -j1 clean
 }
 
 src_test() {



1.19                 sci-libs/pgplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Mar 2010 05:45:42 -0000	1.18
+++ ChangeLog	22 May 2010 06:50:38 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/pgplot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.18 2010/03/15 05:45:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.19 2010/05/22 06:50:38 jlec Exp $
+
+*pgplot-5.2.2-r4 (22 May 2010)
+
+  22 May 2010; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild,
+  +pgplot-5.2.2-r4.ebuild, +files/pgplot-ldflags.patch:
+  LDFLAGS respected, fix parallel make issue
 
   15 Mar 2010; Sébastien Fabbro <bicatali@gentoo.org>
   pgplot-5.2.2-r3.ebuild:



1.1                  sci-libs/pgplot/pgplot-5.2.2-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.1&content-type=text/plain

Index: pgplot-5.2.2-r4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.1 2010/05/22 06:50:38 jlec Exp $

EAPI=2
inherit eutils toolchain-funcs

MY_P="${PN}${PV//.}"
DESCRIPTION="FORTRAN/C device-independent scientific graphic library"
HOMEPAGE="http://www.astro.caltech.edu/~tjp/pgplot/"
SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc motif tk"
RDEPEND="x11-libs/libX11
	x11-libs/libXt
	media-libs/libpng
	motif? ( x11-libs/openmotif )
	tk? ( dev-lang/tk )"
DEPEND="${RDEPEND}
	doc? ( virtual/latex-base )"

S="${WORKDIR}/${PN}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-drivers.patch
	epatch "${FILESDIR}"/${PN}-makemake.patch
	epatch "${FILESDIR}"/${PN}-compile-setup.patch
	epatch "${FILESDIR}"/${PN}-headers.patch
	epatch "${FILESDIR}"/${PN}-ldflags.patch

	# gfortran < 4.3 does not compile gif, pp and wd drivers
	if [[ "$(tc-getFC)" == gfortran ]] &&
		[[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]] ; then
		ewarn
		ewarn "Warning!"
		ewarn "gfortran < 4.3 selected: does not compile all drivers"
		ewarn "disabling gif, wd, and ppd drivers"
		ewarn "if you want more drivers, use gfortran >= 4.3, g77 or ifort"
		ewarn
		epause 4
		sed -i \
			-e 's/GIDRIV/! GIDRIV/g' \
			-e 's/PPDRIV/! GIDRIV/g' \
			-e 's/WDDRIV/! GIDRIV/g' \
			drivers.list || die "sed drivers failed"
	fi

	# fix pointers for 64 bits
	if use amd64 || use ia64; then
		sed -i \
			-e 's/INTEGER PIXMAP/INTEGER*8 PIXMAP/g' \
			drivers/{gi,pp,wd}driv.f || die "sed 64bits failed"
	fi

	cp sys_linux/g77_gcc.conf local.conf

	sed -i \
		-e "s:FCOMPL=.*:FCOMPL=\"$(tc-getFC)\":g" \
		-e "s:CCOMPL=.*:CCOMPL=\"$(tc-getCC)\":g" \
		local.conf || die "sed flags failed"

	if [[ "$(tc-getFC)" = if* ]]; then
		sed -i \
			-e 's/-Wall//g' \
			-e 's/TK_LIBS="/TK_LIBS="-nofor-main /' \
			local.conf || die "sed drivers failed"
	fi

	sed -i \
		-e "s:/usr/local/pgplot:/usr/$(get_libdir)/pgplot:g" \
		-e "s:/usr/local/bin:/usr/bin:g" \
		src/grgfil.f makehtml maketex || die "sed path failed"

	use motif && sed -i -e '/XMDRIV/s/!//' drivers.list
	use tk && sed -i -e '/TKDRIV/s/!//' drivers.list
}

src_compile() {
	./makemake . linux
	einfo "Doing static libs and execs"
	emake all cpg || die "emake static failed"
	emake -j1 clean
	einfo "Doing shared libs"
	emake \
		CFLAGS="${CFLAGS} -fPIC" \
		FFLAGS="${FFLAGS} -fPIC" \
		shared cpg-shared \
		|| die "emake shared failed"

	if use doc; then
		export VARTEXFONTS="${T}/fonts"
		emake pgplot.html || die "make pgplot.html failed"
		emake pgplot-routines.tex  || die "make pgplot-routines failed"
		pdflatex pgplot-routines.tex
		pdflatex pgplot-routines.tex
	fi

	# this just cleans out not needed files
	emake -j1 clean
}

src_test() {
	einfo "Testing various demo programs"
	# i can go to 16
	for i in 1 2 3; do
		emake pgdemo${i}
		# j can also be LATEX CPS...
		for j in NULL PNG PS CPS LATEX; do
			local testexe=./test_${j}_${i}
			echo "LD_LIBRARY_PATH=. ./pgdemo${i} <<EOF" > ${testexe}
			echo "/${j}" >> ${testexe}
			echo "EOF" >> ${testexe}
			sh ${testexe} || die "test ${i} failed"
		done
	done
}

src_install() {
	insinto /usr/$(get_libdir)/pgplot
	doins grfont.dat grexec.f *.inc rgb.txt || die

	# FORTRAN libs
	dolib.a libpgplot.a || die "dolib.a failed"
	dolib.so libpgplot.so* || die "dolib.so failed"
	dobin pgxwin_server pgdisp || die "dobin failed"

	# C binding
	insinto /usr/include
	doins cpgplot.h || die "doins C binding failed"
	dolib.a libcpgplot.a || die "dolib.a failed"
	dolib.so libcpgplot.so* || die "dolib C failed"

	if use motif; then
		doins XmPgplot.h || die "doins motif failed"
		dolib.a libXmPgplot.a || die "dolib.a motif failed"
	fi

	if use tk; then
		doins tkpgplot.h || die "doins tk failed"
		dolib.a libtkpgplot.a || die "dolib.a tk failed"
	fi

	# minimal doc
	dodoc aaaread.me pgplot.doc || die "dodoc minimal doc failed"
	newdoc pgdispd/aaaread.me pgdispd.txt || die "install pgdispd doc failed"

	if use doc; then
		dodoc cpg/cpgplot.doc applications/curvefit/curvefit.doc
		dohtml pgplot.html
		insinto /usr/share/doc/${PF}
		doins pgplot-routines.pdf pgplot-routines.tex
		insinto /usr/share/doc/${PF}/examples
		doins examples/* cpg/cpgdemo.c
		insinto /usr/share/doc/${PF}/applications
		doins -r applications/*
		if use motif; then
			insinto /usr/share/doc/${PF}/pgm
			doins pgmf/* drivers/xmotif/pgmdemo.c
		fi
		if use tk; then
			insinto /usr/share/doc/${PF}/pgtk
			doins drivers/xtk/pgtkdemo.*
		fi
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r3.ebuild ChangeLog pgplot-5.2.2-r4.ebuild
@ 2010-10-10 21:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-10-10 21:47 UTC (permalink / raw
  To: gentoo-commits

ulm         10/10/10 21:47:01

  Modified:             pgplot-5.2.2-r3.ebuild ChangeLog
                        pgplot-5.2.2-r4.ebuild
  Log:
  Fix openmotif dependency.
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-libs/pgplot/pgplot-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?r1=1.7&r2=1.8

Index: pgplot-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pgplot-5.2.2-r3.ebuild	22 May 2010 07:01:22 -0000	1.7
+++ pgplot-5.2.2-r3.ebuild	10 Oct 2010 21:47:00 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.7 2010/05/22 07:01:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.8 2010/10/10 21:47:00 ulm Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@
 RDEPEND="x11-libs/libX11
 	x11-libs/libXt
 	media-libs/libpng
-	motif? ( x11-libs/openmotif )
+	motif? ( >=x11-libs/openmotif-2.3:0 )
 	tk? ( dev-lang/tk )"
 DEPEND="${RDEPEND}
 	doc? ( virtual/latex-base )"



1.20                 sci-libs/pgplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 May 2010 06:50:38 -0000	1.19
+++ ChangeLog	10 Oct 2010 21:47:00 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/pgplot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.19 2010/05/22 06:50:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.20 2010/10/10 21:47:00 ulm Exp $
+
+  10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pgplot-5.2.2-r3.ebuild,
+  pgplot-5.2.2-r4.ebuild:
+  Fix openmotif dependency.
 
 *pgplot-5.2.2-r4 (22 May 2010)
 



1.2                  sci-libs/pgplot/pgplot-5.2.2-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?r1=1.1&r2=1.2

Index: pgplot-5.2.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgplot-5.2.2-r4.ebuild	22 May 2010 06:50:38 -0000	1.1
+++ pgplot-5.2.2-r4.ebuild	10 Oct 2010 21:47:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.1 2010/05/22 06:50:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.2 2010/10/10 21:47:00 ulm Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@
 RDEPEND="x11-libs/libX11
 	x11-libs/libXt
 	media-libs/libpng
-	motif? ( x11-libs/openmotif )
+	motif? ( >=x11-libs/openmotif-2.3:0 )
 	tk? ( dev-lang/tk )"
 DEPEND="${RDEPEND}
 	doc? ( virtual/latex-base )"






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r3.ebuild ChangeLog pgplot-5.2.2-r4.ebuild
@ 2011-06-21  9:51 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  9:51 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 09:51:45

  Modified:             pgplot-5.2.2-r3.ebuild ChangeLog
                        pgplot-5.2.2-r4.ebuild
  Log:
  Added fortran-2.eclass support
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-libs/pgplot/pgplot-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?r1=1.8&r2=1.9

Index: pgplot-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pgplot-5.2.2-r3.ebuild	10 Oct 2010 21:47:00 -0000	1.8
+++ pgplot-5.2.2-r3.ebuild	21 Jun 2011 09:51:45 -0000	1.9
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.8 2010/10/10 21:47:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.9 2011/06/21 09:51:45 jlec Exp $
 
 EAPI=2
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
 
 MY_P="${PN}${PV//.}"
 DESCRIPTION="FORTRAN/C device-independent scientific graphic library"



1.21                 sci-libs/pgplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	10 Oct 2010 21:47:00 -0000	1.20
+++ ChangeLog	21 Jun 2011 09:51:45 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/pgplot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.20 2010/10/10 21:47:00 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.21 2011/06/21 09:51:45 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild,
+  pgplot-5.2.2-r4.ebuild:
+  Added fortran-2.eclass support
 
   10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pgplot-5.2.2-r3.ebuild,
   pgplot-5.2.2-r4.ebuild:



1.3                  sci-libs/pgplot/pgplot-5.2.2-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?r1=1.2&r2=1.3

Index: pgplot-5.2.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgplot-5.2.2-r4.ebuild	10 Oct 2010 21:47:00 -0000	1.2
+++ pgplot-5.2.2-r4.ebuild	21 Jun 2011 09:51:45 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.2 2010/10/10 21:47:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.3 2011/06/21 09:51:45 jlec Exp $
 
 EAPI=2
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
 
 MY_P="${PN}${PV//.}"
 DESCRIPTION="FORTRAN/C device-independent scientific graphic library"






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r3.ebuild ChangeLog pgplot-5.2.2-r4.ebuild
@ 2011-06-21 15:15 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 15:15 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 15:14:59

  Modified:             pgplot-5.2.2-r3.ebuild ChangeLog
                        pgplot-5.2.2-r4.ebuild
  Log:
  Add dependency on virtual/fortran
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-libs/pgplot/pgplot-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild?r1=1.9&r2=1.10

Index: pgplot-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pgplot-5.2.2-r3.ebuild	21 Jun 2011 09:51:45 -0000	1.9
+++ pgplot-5.2.2-r3.ebuild	21 Jun 2011 15:14:59 -0000	1.10
@@ -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-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.9 2011/06/21 09:51:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.10 2011/06/21 15:14:59 jlec Exp $
 
 EAPI=2
 inherit eutils fortran-2 toolchain-funcs
@@ -13,7 +13,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
 IUSE="doc motif tk"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	virtual/fortran
+	x11-libs/libX11
 	x11-libs/libXt
 	media-libs/libpng
 	motif? ( >=x11-libs/openmotif-2.3:0 )



1.22                 sci-libs/pgplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	21 Jun 2011 09:51:45 -0000	1.21
+++ ChangeLog	21 Jun 2011 15:14:59 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/pgplot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.21 2011/06/21 09:51:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.22 2011/06/21 15:14:59 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild,
+  pgplot-5.2.2-r4.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild,
   pgplot-5.2.2-r4.ebuild:



1.4                  sci-libs/pgplot/pgplot-5.2.2-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild?r1=1.3&r2=1.4

Index: pgplot-5.2.2-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgplot-5.2.2-r4.ebuild	21 Jun 2011 09:51:45 -0000	1.3
+++ pgplot-5.2.2-r4.ebuild	21 Jun 2011 15:14:59 -0000	1.4
@@ -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-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.3 2011/06/21 09:51:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.4 2011/06/21 15:14:59 jlec Exp $
 
 EAPI=2
 inherit eutils fortran-2 toolchain-funcs
@@ -13,7 +13,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
 IUSE="doc motif tk"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	virtual/fortran
+	x11-libs/libX11
 	x11-libs/libXt
 	media-libs/libpng
 	motif? ( >=x11-libs/openmotif-2.3:0 )






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

end of thread, other threads:[~2011-06-21 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  9:51 [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r3.ebuild ChangeLog pgplot-5.2.2-r4.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 15:15 Justin Lecher (jlec)
2010-10-10 21:47 Ulrich Mueller (ulm)
2010-05-22  6:50 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