public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: ChangeLog PGPLOT-2.210.0.ebuild
@ 2011-08-29 11:04 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-29 11:04 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/29 11:04:17

  Modified:             ChangeLog
  Added:                PGPLOT-2.210.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-perl/PGPLOT/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Apr 2011 10:54:45 -0000	1.13
+++ ChangeLog	29 Aug 2011 11:04:17 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/PGPLOT
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.13 2011/04/02 10:54:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.14 2011/08/29 11:04:17 tove Exp $
+
+*PGPLOT-2.210.0 (29 Aug 2011)
+
+  29 Aug 2011; Torsten Veller <tove@gentoo.org> +PGPLOT-2.210.0.ebuild:
+  Change version scheme
 
   02 Apr 2011; Torsten Veller <tove@gentoo.org> -PGPLOT-2.20.ebuild:
   Cleanup



1.1                  dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild?rev=1.1&content-type=text/plain

Index: PGPLOT-2.210.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.1 2011/08/29 11:04:17 tove Exp $

EAPI=4

MODULE_AUTHOR=KGB
MODULE_VERSION=2.21
inherit perl-module

DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl."

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""

# Tests require active X display
#SRC_TEST="do"

RDEPEND="sci-libs/pgplot
	>=dev-perl/ExtUtils-F77-1.13"
DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: ChangeLog PGPLOT-2.210.0.ebuild
@ 2013-01-13 12:41 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-01-13 12:41 UTC (permalink / raw
  To: gentoo-commits

maekke      13/01/13 12:41:25

  Modified:             ChangeLog PGPLOT-2.210.0.ebuild
  Log:
  add ~arm, bug #449762
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.18                 dev-perl/PGPLOT/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Dec 2012 22:15:20 -0000	1.17
+++ ChangeLog	13 Jan 2013 12:41:25 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PGPLOT
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.17 2012/12/10 22:15:20 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.18 2013/01/13 12:41:25 maekke Exp $
+
+  13 Jan 2013; Markus Meier <maekke@gentoo.org> PGPLOT-2.210.0.ebuild:
+  add ~arm, bug #449762
 
   10 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> PGPLOT-2.210.0.ebuild:
   Keyword amd64-linux and x86-linux



1.3                  dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild?r1=1.2&r2=1.3

Index: PGPLOT-2.210.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PGPLOT-2.210.0.ebuild	10 Dec 2012 22:15:20 -0000	1.2
+++ PGPLOT-2.210.0.ebuild	13 Jan 2013 12:41:25 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.2 2012/12/10 22:15:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.3 2013/01/13 12:41:25 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl."
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 # Tests require active X display





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

end of thread, other threads:[~2013-01-13 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 12:41 [gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: ChangeLog PGPLOT-2.210.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-29 11:04 Torsten Veller (tove)

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