public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/proj: proj-4.6.1.ebuild proj-4.6.0.ebuild ChangeLog proj-4.7.0.ebuild proj-4.5.0.ebuild metadata.xml proj-4.4.9.ebuild
@ 2011-07-21  7:02 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-07-21  7:02 UTC (permalink / raw
  To: gentoo-commits

jlec        11/07/21 07:02:26

  Modified:             proj-4.6.1.ebuild proj-4.6.0.ebuild ChangeLog
                        proj-4.7.0.ebuild proj-4.5.0.ebuild metadata.xml
                        proj-4.4.9.ebuild
  Log:
  Dropped fortran stuff as it is not needed for this package
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-libs/proj/proj-4.6.1.ebuild

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

Index: proj-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- proj-4.6.1.ebuild	21 Jun 2011 15:06:42 -0000	1.5
+++ proj-4.6.1.ebuild	21 Jul 2011 07:02:26 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.1.ebuild,v 1.5 2011/06/21 15:06:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.1.ebuild,v 1.6 2011/07/21 07:02:26 jlec Exp $
 
-inherit eutils fortran-2
+inherit eutils
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
 HOMEPAGE="http://trac.osgeo.org/proj/"
@@ -14,9 +14,7 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
-RDEPEND="
-	virtual/fortran
-	"
+RDEPEND=""
 DEPEND="app-arch/unzip"
 
 src_unpack() {



1.4                  sci-libs/proj/proj-4.6.0.ebuild

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

Index: proj-4.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proj-4.6.0.ebuild	21 Jun 2011 15:06:42 -0000	1.3
+++ proj-4.6.0.ebuild	21 Jul 2011 07:02:26 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.0.ebuild,v 1.3 2011/06/21 15:06:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.0.ebuild,v 1.4 2011/07/21 07:02:26 jlec Exp $
 
-inherit eutils fortran-2
+inherit eutils
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
 HOMEPAGE="http://proj.maptools.org/"
@@ -14,9 +14,7 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
-RDEPEND="
-	virtual/fortran
-	"
+RDEPEND=""
 DEPEND="app-arch/unzip"
 
 src_unpack() {



1.30                 sci-libs/proj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	20 Jul 2011 16:49:21 -0000	1.29
+++ ChangeLog	21 Jul 2011 07:02:26 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/proj
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/ChangeLog,v 1.29 2011/07/20 16:49:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/ChangeLog,v 1.30 2011/07/21 07:02:26 jlec Exp $
+
+  21 Jul 2011; Justin Lecher <jlec@gentoo.org> proj-4.4.9.ebuild,
+  proj-4.5.0.ebuild, proj-4.6.0.ebuild, proj-4.6.1.ebuild, proj-4.7.0.ebuild,
+  metadata.xml:
+  Dropped fortran stuff as it is not needed for this package
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #104313



1.14                 sci-libs/proj/proj-4.7.0.ebuild

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

Index: proj-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.7.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- proj-4.7.0.ebuild	21 Jun 2011 15:06:42 -0000	1.13
+++ proj-4.7.0.ebuild	21 Jul 2011 07:02:26 -0000	1.14
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.7.0.ebuild,v 1.13 2011/06/21 15:06:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.7.0.ebuild,v 1.14 2011/07/21 07:02:26 jlec Exp $
 
 EAPI="3"
 
-inherit base fortran-2
+inherit base
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
 HOMEPAGE="http://trac.osgeo.org/proj/"
@@ -16,9 +16,7 @@
 KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="static-libs"
 
-RDEPEND="
-	virtual/fortran
-	"
+RDEPEND=""
 DEPEND="app-arch/unzip"
 
 src_unpack() {



1.5                  sci-libs/proj/proj-4.5.0.ebuild

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

Index: proj-4.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- proj-4.5.0.ebuild	21 Jun 2011 15:06:42 -0000	1.4
+++ proj-4.5.0.ebuild	21 Jul 2011 07:02:26 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.5.0.ebuild,v 1.4 2011/06/21 15:06:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.5.0.ebuild,v 1.5 2011/07/21 07:02:26 jlec Exp $
 
-inherit eutils fortran-2
+inherit eutils
 N="${S}/nad"
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
@@ -15,9 +15,7 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
-RDEPEND="
-	virtual/fortran
-	"
+RDEPEND=""
 DEPEND="app-arch/unzip"
 
 src_unpack() {



1.5                  sci-libs/proj/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	20 Jul 2011 16:49:21 -0000	1.4
+++ metadata.xml	21 Jul 2011 07:02:26 -0000	1.5
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-geosciences</herd>
-<longdescription>Proj.4 cartograpic projection code for forward and inverse 
+	<herd>sci-geosciences</herd>
+	<longdescription>Proj.4 cartograpic projection code for forward and inverse 
 coordinate and projection transformations.</longdescription>
 </pkgmetadata>



1.12                 sci-libs/proj/proj-4.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild?r1=1.11&r2=1.12

Index: proj-4.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- proj-4.4.9.ebuild	21 Jun 2011 15:06:42 -0000	1.11
+++ proj-4.4.9.ebuild	21 Jul 2011 07:02:26 -0000	1.12
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild,v 1.11 2011/06/21 15:06:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild,v 1.12 2011/07/21 07:02:26 jlec Exp $
 
-inherit eutils fortran-2
+inherit eutils
 N=${S}/nad
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
@@ -15,11 +15,6 @@
 KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
-DEPEND="
-	virtual/fortran
-	"
-RDEPEND=""
-
 src_unpack() {
 	unpack ${P}.tar.gz
 	cd "${S}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-21  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21  7:02 [gentoo-commits] gentoo-x86 commit in sci-libs/proj: proj-4.6.1.ebuild proj-4.6.0.ebuild ChangeLog proj-4.7.0.ebuild proj-4.5.0.ebuild metadata.xml proj-4.4.9.ebuild 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