public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild
@ 2009-02-20 17:36 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-02-20 17:36 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/02/20 17:36:44

  Modified:             ChangeLog dataplot-20080225.ebuild
  Log:
  Migrate to EAPI 2 use deps

Revision  Changes    Path
1.6                  sci-mathematics/dataplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	6 Aug 2008 20:23:22 -0000	1.5
+++ ChangeLog	20 Feb 2009 17:36:44 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/dataplot
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.5 2008/08/06 20:23:22 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.6 2009/02/20 17:36:44 gentoofan23 Exp $
+
+  20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  dataplot-20080225.ebuild:
+  Migrate to EAPI 2 use deps
 
   06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.5                  sci-mathematics/dataplot/dataplot-20080225.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?r1=1.4&r2=1.5

Index: dataplot-20080225.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dataplot-20080225.ebuild	1 Jul 2008 23:17:05 -0000	1.4
+++ dataplot-20080225.ebuild	20 Feb 2009 17:36:44 -0000	1.5
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.4 2008/07/01 23:17:05 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.5 2009/02/20 17:36:44 gentoofan23 Exp $
 
+EAPI="2"
 inherit eutils toolchain-funcs autotools fortran
 
 #     DAY         MONTH    YEAR
@@ -20,8 +21,8 @@
 IUSE="examples gd gs opengl X"
 
 COMMON_DEPEND="opengl? ( virtual/opengl )
-	gd? ( media-libs/gd )
-	gs? ( virtual/ghostscript media-libs/gd )"
+	gd? ( media-libs/gd[png,jpeg] )
+	gs? ( virtual/ghostscript media-libs/gd[png,jpeg] )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig"
 RDEPEND="${COMMON_DEPEND}
@@ -30,19 +31,7 @@
 S="${WORKDIR}/${MY_P}"
 S_AUX="${WORKDIR}/${MY_P_AUX}"
 
-pkg_setup() {
-	#Dataplot requires media-libs/gd to be built with USE="png jpeg"
-	if use gd || use gs; then
-		if ! built_with_use -a media-libs/gd png jpeg; then
-			eerror "media-libs/gd is not compiled with USE=\"png jpeg\""
-			eerror "Please recompile media-libs/gd, ensuring USE=\"png jpeg\""
-			die
-		fi
-	fi
-	##FIXME: Just gfortran for now, I'll get to testing g77 later
-	FORTRAN="gfortran"
-	fortran_pkg_setup
-}
+FORTRAN="gfortran"
 
 src_unpack() {
 	# unpacking and renaming because






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild
@ 2009-02-20 17:39 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-02-20 17:39 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/02/20 17:39:12

  Modified:             ChangeLog dataplot-20080225.ebuild
  Log:
  Fix EAPI 2 function additions

Revision  Changes    Path
1.7                  sci-mathematics/dataplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Feb 2009 17:36:44 -0000	1.6
+++ ChangeLog	20 Feb 2009 17:39:12 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/dataplot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.6 2009/02/20 17:36:44 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.7 2009/02/20 17:39:12 gentoofan23 Exp $
+
+  20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  dataplot-20080225.ebuild:
+  Fix EAPI 2 function additions
 
   20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
   dataplot-20080225.ebuild:



1.6                  sci-mathematics/dataplot/dataplot-20080225.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?r1=1.5&r2=1.6

Index: dataplot-20080225.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dataplot-20080225.ebuild	20 Feb 2009 17:36:44 -0000	1.5
+++ dataplot-20080225.ebuild	20 Feb 2009 17:39:12 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.5 2009/02/20 17:36:44 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.6 2009/02/20 17:39:12 gentoofan23 Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs autotools fortran
@@ -58,14 +58,12 @@
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		$(use_enable gd) \
 		$(use_enable gs) \
 		$(use_enable opengl) \
-		$(use_enable X) || die "Econf failed"
-
-	emake || die "Make failed"
+		$(use_enable X)
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild
@ 2009-12-26 17:45 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 17:45 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 17:45:37

  Modified:             ChangeLog dataplot-20080225.ebuild
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-mathematics/dataplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Feb 2009 17:39:12 -0000	1.7
+++ ChangeLog	26 Dec 2009 17:45:37 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/dataplot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.7 2009/02/20 17:39:12 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.8 2009/12/26 17:45:37 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> dataplot-20080225.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
   dataplot-20080225.ebuild:



1.7                  sci-mathematics/dataplot/dataplot-20080225.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild?r1=1.6&r2=1.7

Index: dataplot-20080225.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dataplot-20080225.ebuild	20 Feb 2009 17:39:12 -0000	1.6
+++ dataplot-20080225.ebuild	26 Dec 2009 17:45:37 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.6 2009/02/20 17:39:12 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.7 2009/12/26 17:45:37 pva Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs autotools fortran
@@ -22,7 +22,7 @@
 
 COMMON_DEPEND="opengl? ( virtual/opengl )
 	gd? ( media-libs/gd[png,jpeg] )
-	gs? ( virtual/ghostscript media-libs/gd[png,jpeg] )"
+	gs? ( app-text/ghostscript-gpl media-libs/gd[png,jpeg] )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig"
 RDEPEND="${COMMON_DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild
@ 2010-12-16 15:26 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-16 15:26 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/16 15:26:58

  Modified:             ChangeLog dataplot-20080225.ebuild
  Log:
  Removal of fortran.eclass, #348851
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-mathematics/dataplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Jul 2010 18:28:47 -0000	1.9
+++ ChangeLog	16 Dec 2010 15:26:57 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/dataplot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.9 2010/07/23 18:28:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.10 2010/12/16 15:26:57 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild:
+  Removal of fortran.eclass, #348851
 
 *dataplot-20090821 (23 Jul 2010)
 



1.8                  sci-mathematics/dataplot/dataplot-20080225.ebuild

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

Index: dataplot-20080225.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dataplot-20080225.ebuild	26 Dec 2009 17:45:37 -0000	1.7
+++ dataplot-20080225.ebuild	16 Dec 2010 15:26:57 -0000	1.8
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.7 2009/12/26 17:45:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.8 2010/12/16 15:26:57 jlec Exp $
 
 EAPI="2"
-inherit eutils toolchain-funcs autotools fortran
+inherit eutils toolchain-funcs autotools
 
 #     DAY         MONTH    YEAR
 MY_PV=${PV:4:2}_${PV:6:2}_${PV:0:4}
@@ -31,8 +31,6 @@
 S="${WORKDIR}/${MY_P}"
 S_AUX="${WORKDIR}/${MY_P_AUX}"
 
-FORTRAN="gfortran"
-
 src_unpack() {
 	# unpacking and renaming because
 	# upstream does not use directories
@@ -43,7 +41,9 @@
 	mkdir ${MY_P}
 	cd "${S}"
 	unpack ${MY_P}.tar.gz
+}
 
+src_prepare() {
 	# autotoolization: need to fix a few files with
 	# hardcoded directories (will be fixed with autoconf)
 	mv DPCOPA.INC DPCOPA.INC.in






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild
@ 2011-11-25 20:52 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-11-25 20:52 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/11/25 20:52:51

  Modified:             ChangeLog
  Removed:              dataplot-20080225.ebuild
  Log:
  Removed old
  
  (Portage version: 2.1.10.37/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sci-mathematics/dataplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Sep 2011 18:31:00 -0000	1.13
+++ ChangeLog	25 Nov 2011 20:52:51 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/dataplot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.13 2011/09/13 18:31:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.14 2011/11/25 20:52:51 bicatali Exp $
+
+  25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org>
+  -dataplot-20080225.ebuild, -files/dpsrc-dp1patches-20080225.patch,
+  -files/dpsrc-patchset-20080225.patch, -files/Makefile.am.20080225,
+  -files/configure.ac.20080225:
+  Removed old
 
   13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #225633






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

end of thread, other threads:[~2011-11-25 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 15:26 [gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: ChangeLog dataplot-20080225.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-25 20:52 Sebastien Fabbro (bicatali)
2009-12-26 17:45 Peter Volkov (pva)
2009-02-20 17:39 Thomas Anderson (gentoofan23)
2009-02-20 17:36 Thomas Anderson (gentoofan23)

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