public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2008-12-08 10:27 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-12-08 10:27 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/12/08 10:27:10

  Modified:             ChangeLog
  Added:                cfortran-4.4-r2.ebuild
  Log:
  Bump for new debian patch
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.11                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	13 Jun 2008 06:57:24 -0000	1.10
+++ ChangeLog	8 Dec 2008 10:27:10 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.10 2008/06/13 06:57:24 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.11 2008/12/08 10:27:10 bicatali Exp $
+
+*cfortran-4.4-r2 (08 Dec 2008)
+
+  08 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  +cfortran-4.4-r2.ebuild:
+  Bump for new debian patch
 
   13 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
   cfortran-4.4-r1.ebuild:



1.1                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: cfortran-4.4-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.1 2008/12/08 10:27:10 bicatali Exp $

inherit eutils

DEB_PR="13"

DESCRIPTION="Header file allowing to call Fortran routines from C and C++"
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
LICENSE="LGPL-2"
IUSE="examples"
SLOT="0"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
	if use examples; then
		tar xfz cfortran.examples.tar.gz
		mv eg examples
		ln -sfn sz1.c examples/sz1/sz1.C
		ln -sfn pz.c examples/pz/pz.C
	fi
}

src_install() {
	insinto /usr/include/cfortran
	doins cfortran.h || die
	dosym cfortran/cfortran.h /usr/include/cfortran.h || die
	dodoc cfortran.doc debian/{NEWS,changelog,copyright}
	insinto /usr/share/doc/${PF}
	doins cfortran.html index.htm  cfortest.c cfortex.f
	use examples && doins -r examples
}






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-02-09  4:55 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-09  4:55 UTC (permalink / raw
  To: gentoo-commits

jer         09/02/09 04:55:25

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Stable for HPPA (bug #256681).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.12                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Dec 2008 10:27:10 -0000	1.11
+++ ChangeLog	9 Feb 2009 04:55:25 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.11 2008/12/08 10:27:10 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.12 2009/02/09 04:55:25 jer Exp $
+
+  09 Feb 2009; Jeroen Roovers <jer@gentoo.org> cfortran-4.4-r2.ebuild:
+  Stable for HPPA (bug #256681).
 
 *cfortran-4.4-r2 (08 Dec 2008)
 



1.2                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.1&r2=1.2

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cfortran-4.4-r2.ebuild	8 Dec 2008 10:27:10 -0000	1.1
+++ cfortran-4.4-r2.ebuild	9 Feb 2009 04:55:25 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.1 2008/12/08 10:27:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.2 2009/02/09 04:55:25 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-02-09 18:07 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-09 18:07 UTC (permalink / raw
  To: gentoo-commits

klausman    09/02/09 18:07:27

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Stable on alpha, bug #256681
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Feb 2009 04:55:25 -0000	1.12
+++ ChangeLog	9 Feb 2009 18:07:27 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.12 2009/02/09 04:55:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.13 2009/02/09 18:07:27 klausman Exp $
+
+  09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+  cfortran-4.4-r2.ebuild:
+  Stable on alpha, bug #256681
 
   09 Feb 2009; Jeroen Roovers <jer@gentoo.org> cfortran-4.4-r2.ebuild:
   Stable for HPPA (bug #256681).



1.3                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.2&r2=1.3

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfortran-4.4-r2.ebuild	9 Feb 2009 04:55:25 -0000	1.2
+++ cfortran-4.4-r2.ebuild	9 Feb 2009 18:07:27 -0000	1.3
@@ -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.2 2009/02/09 04:55:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.3 2009/02/09 18:07:27 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-02-09 20:31 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-02-09 20:31 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/09 20:31:55

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  amd64/x86 stable, bug #256681
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Feb 2009 18:07:27 -0000	1.13
+++ ChangeLog	9 Feb 2009 20:31:55 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.13 2009/02/09 18:07:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.14 2009/02/09 20:31:55 maekke Exp $
+
+  09 Feb 2009; Markus Meier <maekke@gentoo.org> cfortran-4.4-r2.ebuild:
+  amd64/x86 stable, bug #256681
 
   09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
   cfortran-4.4-r2.ebuild:



1.4                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.3&r2=1.4

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cfortran-4.4-r2.ebuild	9 Feb 2009 18:07:27 -0000	1.3
+++ cfortran-4.4-r2.ebuild	9 Feb 2009 20:31:55 -0000	1.4
@@ -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.3 2009/02/09 18:07:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.4 2009/02/09 20:31:55 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-02-27 20:32 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-02-27 20:32 UTC (permalink / raw
  To: gentoo-commits

ranger      09/02/27 20:32:42

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  stable ppc64, bug 256681
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.15                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Feb 2009 20:31:55 -0000	1.14
+++ ChangeLog	27 Feb 2009 20:32:42 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.14 2009/02/09 20:31:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.15 2009/02/27 20:32:42 ranger Exp $
+
+  27 Feb 2009; Brent Baude <ranger@gentoo.org> cfortran-4.4-r2.ebuild:
+  stable ppc64, bug 256681
 
   09 Feb 2009; Markus Meier <maekke@gentoo.org> cfortran-4.4-r2.ebuild:
   amd64/x86 stable, bug #256681



1.5                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.4&r2=1.5

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfortran-4.4-r2.ebuild	9 Feb 2009 20:31:55 -0000	1.4
+++ cfortran-4.4-r2.ebuild	27 Feb 2009 20:32:42 -0000	1.5
@@ -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.4 2009/02/09 20:31:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.5 2009/02/27 20:32:42 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 ~sparc x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-03-03 16:50 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 12+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-03-03 16:50 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/03/03 16:50:27

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Sparc stable, part of Bug #245875.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	27 Feb 2009 20:46:12 -0000	1.16
+++ ChangeLog	3 Mar 2009 16:50:27 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.16 2009/02/27 20:46:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.17 2009/03/03 16:50:27 fmccor Exp $
+
+  03 Mar 2009; Ferris McCormick <fmccor@gentoo.org> cfortran-4.4-r2.ebuild:
+  Sparc stable, part of Bug #245875.
 
   27 Feb 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
   stable ppc64, bug 256681



1.6                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.5&r2=1.6

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cfortran-4.4-r2.ebuild	27 Feb 2009 20:32:42 -0000	1.5
+++ cfortran-4.4-r2.ebuild	3 Mar 2009 16:50:27 -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.5 2009/02/27 20:32:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.6 2009/03/03 16:50:27 fmccor Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-03-20 13:59 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-03-20 13:59 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/20 13:59:10

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  stable ppc, bug 256681
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.18                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Mar 2009 16:50:27 -0000	1.17
+++ ChangeLog	20 Mar 2009 13:59:10 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.17 2009/03/03 16:50:27 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.18 2009/03/20 13:59:10 ranger Exp $
+
+  20 Mar 2009; Brent Baude <ranger@gentoo.org> cfortran-4.4-r2.ebuild:
+  stable ppc, bug 256681
 
   03 Mar 2009; Ferris McCormick <fmccor@gentoo.org> cfortran-4.4-r2.ebuild:
   Sparc stable, part of Bug #245875.



1.7                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.6&r2=1.7

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cfortran-4.4-r2.ebuild	3 Mar 2009 16:50:27 -0000	1.6
+++ cfortran-4.4-r2.ebuild	20 Mar 2009 13:59:10 -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.6 2009/03/03 16:50:27 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.7 2009/03/20 13:59:10 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2009-12-07  8:58 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-12-07  8:58 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/12/07 08:58:28

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Keyworded ia64 (only install)
  (Portage version: 2.2_rc55/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 Apr 2009 13:23:11 -0000	1.20
+++ ChangeLog	7 Dec 2009 08:58:28 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.20 2009/04/17 13:23:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.21 2009/12/07 08:58:28 bicatali Exp $
+
+  07 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  cfortran-4.4-r2.ebuild:
+  Keyworded ia64 (only install)
 
   17 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> -cfortran-4.4.ebuild,
   -cfortran-4.4-r1.ebuild:



1.8                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.7&r2=1.8

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cfortran-4.4-r2.ebuild	20 Mar 2009 13:59:10 -0000	1.7
+++ cfortran-4.4-r2.ebuild	7 Dec 2009 08:58:28 -0000	1.8
@@ -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.7 2009/03/20 13:59:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.8 2009/12/07 08:58:28 bicatali Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2010-02-15  8:45 Justin Lecher (jlec)
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-15  8:45 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/15 08:45:05

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Keyworded for ~amd64-linux ~x86-linux per 305123
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.22                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	7 Dec 2009 08:58:28 -0000	1.21
+++ ChangeLog	15 Feb 2010 08:45:04 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/cfortran
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.21 2009/12/07 08:58:28 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.22 2010/02/15 08:45:04 jlec Exp $
+
+  15 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
+  cfortran-4.4-r2.ebuild:
+  Keyworded for ~amd64-linux ~x86-linux per 305123
 
   07 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org>
   cfortran-4.4-r2.ebuild:



1.9                  dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.8&r2=1.9

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cfortran-4.4-r2.ebuild	7 Dec 2009 08:58:28 -0000	1.8
+++ cfortran-4.4-r2.ebuild	15 Feb 2010 08:45:04 -0000	1.9
@@ -1,6 +1,6 @@
-# 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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.8 2009/12/07 08:58:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.9 2010/02/15 08:45:04 jlec Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2010-07-17 18:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-17 18:58 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/17 18:58:16

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  ia64 stable
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.24                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	25 Apr 2010 11:22:35 -0000	1.23
+++ ChangeLog	17 Jul 2010 18:58:16 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.23 2010/04/25 11:22:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.24 2010/07/17 18:58:16 armin76 Exp $
+
+  17 Jul 2010; Raúl Porcel <armin76@gentoo.org> cfortran-4.4-r2.ebuild:
+  ia64 stable
 
   15 Feb 2010; Justin Lecher <jlec@gentoo.org>
   cfortran-4.4-r2.ebuild:



1.10                 dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.9&r2=1.10

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cfortran-4.4-r2.ebuild	15 Feb 2010 08:45:04 -0000	1.9
+++ cfortran-4.4-r2.ebuild	17 Jul 2010 18:58:16 -0000	1.10
@@ -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/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.9 2010/02/15 08:45:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.10 2010/07/17 18:58:16 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2010-12-19 18:01 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-12-19 18:01 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/12/19 18:01:45

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  Updating Debian patchset (only changes docs)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Jul 2010 18:58:16 -0000	1.24
+++ ChangeLog	19 Dec 2010 18:01:45 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.24 2010/07/17 18:58:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.25 2010/12/19 18:01:45 bicatali Exp $
+
+  19 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> cfortran-4.4-r2.ebuild:
+  Updating Debian patchset (only changes docs)
 
   17 Jul 2010; Raúl Porcel <armin76@gentoo.org> cfortran-4.4-r2.ebuild:
   ia64 stable



1.11                 dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.10&r2=1.11

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cfortran-4.4-r2.ebuild	17 Jul 2010 18:58:16 -0000	1.10
+++ cfortran-4.4-r2.ebuild	19 Dec 2010 18:01:45 -0000	1.11
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.10 2010/07/17 18:58:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.11 2010/12/19 18:01:45 bicatali Exp $
 
 inherit eutils
 
-DEB_PR="13"
+DEB_PR="14"
 
 DESCRIPTION="Header file allowing to call Fortran routines from C and C++"
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild
@ 2012-05-08  3:52 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-05-08  3:52 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/05/08 03:52:42

  Modified:             ChangeLog cfortran-4.4-r2.ebuild
  Log:
  added ~x86-macos keyword
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.26                 dev-lang/cfortran/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	19 Dec 2010 18:01:45 -0000	1.25
+++ ChangeLog	8 May 2012 03:52:42 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cfortran
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.25 2010/12/19 18:01:45 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.26 2012/05/08 03:52:42 ottxor Exp $
+
+  08 May 2012; Christoph Junghans <ottxor@gentoo.org> cfortran-4.4-r2.ebuild:
+  added ~x86-macos keyword
 
   19 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> cfortran-4.4-r2.ebuild:
   Updating Debian patchset (only changes docs)



1.12                 dev-lang/cfortran/cfortran-4.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild?r1=1.11&r2=1.12

Index: cfortran-4.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cfortran-4.4-r2.ebuild	19 Dec 2010 18:01:45 -0000	1.11
+++ cfortran-4.4-r2.ebuild	8 May 2012 03:52:42 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.11 2010/12/19 18:01:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.12 2012/05/08 03:52:42 ottxor Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
 LICENSE="LGPL-2"
 IUSE="examples"
 SLOT="0"






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

end of thread, other threads:[~2012-05-08  3:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15  8:45 [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: ChangeLog cfortran-4.4-r2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-08  3:52 Christoph Junghans (ottxor)
2010-12-19 18:01 Sebastien Fabbro (bicatali)
2010-07-17 18:58 Raul Porcel (armin76)
2009-12-07  8:58 Sebastien Fabbro (bicatali)
2009-03-20 13:59 Brent Baude (ranger)
2009-03-03 16:50 Ferris McCormick (fmccor)
2009-02-27 20:32 Brent Baude (ranger)
2009-02-09 20:31 Markus Meier (maekke)
2009-02-09 18:07 Tobias Klausmann (klausman)
2009-02-09  4:55 Jeroen Roovers (jer)
2008-12-08 10:27 Sebastien Fabbro (bicatali)

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