public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: PGPLOT-2.19.ebuild PGPLOT-2.20.ebuild ChangeLog
@ 2008-07-13 21:27 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2008-07-13 21:27 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/07/13 21:27:54

  Modified:             PGPLOT-2.19.ebuild PGPLOT-2.20.ebuild ChangeLog
  Log:
  Remove x11-base/xorg-server dependancy, as the X dependancies are brought in by sci-libs/pgplot already.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc9-00056-g6329d30 ppc64)

Revision  Changes    Path
1.9                  dev-perl/PGPLOT/PGPLOT-2.19.ebuild

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

Index: PGPLOT-2.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -p -w -b -B -u -u -r1.8 -r1.9
--- PGPLOT-2.19.ebuild	22 Jul 2007 07:53:22 -0000	1.8
+++ PGPLOT-2.19.ebuild	13 Jul 2008 21:27:53 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.8 2007/07/22 07:53:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.9 2008/07/13 21:27:53 robbat2 Exp $
 
 inherit perl-module
 
@@ -17,6 +17,5 @@ IUSE=""
 #SRC_TEST="do"
 
 DEPEND="sci-libs/pgplot
-	x11-base/xorg-server
 	>=dev-perl/ExtUtils-F77-1.13
 	dev-lang/perl"



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

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

Index: PGPLOT-2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- PGPLOT-2.20.ebuild	22 Jul 2007 07:53:22 -0000	1.2
+++ PGPLOT-2.20.ebuild	13 Jul 2008 21:27:53 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v 1.2 2007/07/22 07:53:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v 1.3 2008/07/13 21:27:53 robbat2 Exp $
 
 inherit perl-module
 
@@ -17,6 +17,5 @@ IUSE=""
 #SRC_TEST="do"
 
 DEPEND="sci-libs/pgplot
-	x11-base/xorg-server
 	>=dev-perl/ExtUtils-F77-1.13
 	dev-lang/perl"



1.9                  dev-perl/PGPLOT/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -p -w -b -B -u -u -r1.8 -r1.9
--- ChangeLog	22 Jul 2007 07:53:22 -0000	1.8
+++ ChangeLog	13 Jul 2008 21:27:53 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/PGPLOT
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.8 2007/07/22 07:53:22 graaff Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.9 2008/07/13 21:27:53 robbat2 Exp $
+
+  13 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> PGPLOT-2.19.ebuild,
+  PGPLOT-2.20.ebuild:
+  Remove x11-base/xorg-server dependancy, as the X dependancies are brought
+  in by sci-libs/pgplot already.
 
   22 Jul 2007; Hans de Graaff <graaff@gentoo.org> PGPLOT-2.19.ebuild,
   PGPLOT-2.20.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-07-13 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-13 21:27 [gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: PGPLOT-2.19.ebuild PGPLOT-2.20.ebuild ChangeLog Robin H. Johnson (robbat2)

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