public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak: ChangeLog gempak-5.7.4.ebuild gempak-5.7.2_p2.ebuild
@ 2010-10-10 21:40 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-10-10 21:40 UTC (permalink / raw
  To: gentoo-commits

ulm         10/10/10 21:40:31

  Modified:             ChangeLog gempak-5.7.4.ebuild
                        gempak-5.7.2_p2.ebuild
  Log:
  Fix openmotif dependency. Change EAPI to 1.
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-geosciences/gempak/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Jul 2009 23:23:14 -0000	1.9
+++ ChangeLog	10 Oct 2010 21:40:31 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/gempak
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.9 2009/07/07 23:23:14 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.10 2010/10/10 21:40:31 ulm Exp $
+
+  10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> gempak-5.7.2_p2.ebuild,
+  gempak-5.7.4.ebuild:
+  Fix openmotif dependency. Change EAPI to 1.
 
   07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> gempak-5.7.4.ebuild:
   Use elog for fetch error.



1.8                  sci-geosciences/gempak/gempak-5.7.4.ebuild

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

Index: gempak-5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gempak-5.7.4.ebuild	7 Jul 2009 23:23:14 -0000	1.7
+++ gempak-5.7.4.ebuild	10 Oct 2010 21:40:31 -0000	1.8
@@ -1,6 +1,8 @@
-# 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-geosciences/gempak/gempak-5.7.4.ebuild,v 1.7 2009/07/07 23:23:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.8 2010/10/10 21:40:31 ulm Exp $
+
+EAPI=1
 
 inherit eutils
 
@@ -19,7 +21,8 @@
 IUSE=""
 RESTRICT="fetch"
 
-DEPEND="x11-libs/openmotif"
+DEPEND=">=x11-libs/openmotif-2.3:0"
+RDEPEND="${DEPEND}"
 
 # More inconsistencies, this sometimes changes on bumps.
 S="${WORKDIR}/GEMPAK${MY_PV}"



1.7                  sci-geosciences/gempak/gempak-5.7.2_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?r1=1.6&r2=1.7

Index: gempak-5.7.2_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gempak-5.7.2_p2.ebuild	4 May 2008 18:19:07 -0000	1.6
+++ gempak-5.7.2_p2.ebuild	10 Oct 2010 21:40:31 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.6 2008/05/04 18:19:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.7 2010/10/10 21:40:31 ulm Exp $
+
+EAPI=1
 
 inherit eutils
 
@@ -21,7 +23,7 @@
 
 DEPEND=""
 RDEPEND="${DEPEND}
-	x11-libs/openmotif"
+	>=x11-libs/openmotif-2.3:0"
 
 # More inconsistencies, this sometimes changes on bumps.
 S="${WORKDIR}/GEMPAK${MY_PV}"






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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak: ChangeLog gempak-5.7.4.ebuild gempak-5.7.2_p2.ebuild
@ 2012-10-24 19:37 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-10-24 19:37 UTC (permalink / raw
  To: gentoo-commits

ulm         12/10/24 19:37:20

  Modified:             ChangeLog gempak-5.7.4.ebuild
                        gempak-5.7.2_p2.ebuild
  Log:
  Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.11                 sci-geosciences/gempak/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 Oct 2010 21:40:31 -0000	1.10
+++ ChangeLog	24 Oct 2012 19:37:20 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/gempak
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.10 2010/10/10 21:40:31 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.11 2012/10/24 19:37:20 ulm Exp $
+
+  24 Oct 2012; Ulrich Müller <ulm@gentoo.org> gempak-5.7.2_p2.ebuild,
+  gempak-5.7.4.ebuild:
+  Update dependency after package move from x11-libs/openmotif to
+  x11-libs/motif.
 
   10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> gempak-5.7.2_p2.ebuild,
   gempak-5.7.4.ebuild:



1.9                  sci-geosciences/gempak/gempak-5.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?r1=1.8&r2=1.9

Index: gempak-5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gempak-5.7.4.ebuild	10 Oct 2010 21:40:31 -0000	1.8
+++ gempak-5.7.4.ebuild	24 Oct 2012 19:37:20 -0000	1.9
@@ -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/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.8 2010/10/10 21:40:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.9 2012/10/24 19:37:20 ulm Exp $
 
 EAPI=1
 
@@ -21,7 +21,7 @@
 IUSE=""
 RESTRICT="fetch"
 
-DEPEND=">=x11-libs/openmotif-2.3:0"
+DEPEND=">=x11-libs/motif-2.3:0"
 RDEPEND="${DEPEND}"
 
 # More inconsistencies, this sometimes changes on bumps.



1.8                  sci-geosciences/gempak/gempak-5.7.2_p2.ebuild

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

Index: gempak-5.7.2_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gempak-5.7.2_p2.ebuild	10 Oct 2010 21:40:31 -0000	1.7
+++ gempak-5.7.2_p2.ebuild	24 Oct 2012 19:37:20 -0000	1.8
@@ -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/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.7 2010/10/10 21:40:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.8 2012/10/24 19:37:20 ulm Exp $
 
 EAPI=1
 
@@ -23,7 +23,7 @@
 
 DEPEND=""
 RDEPEND="${DEPEND}
-	>=x11-libs/openmotif-2.3:0"
+	>=x11-libs/motif-2.3:0"
 
 # More inconsistencies, this sometimes changes on bumps.
 S="${WORKDIR}/GEMPAK${MY_PV}"





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

end of thread, other threads:[~2012-10-24 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 19:37 [gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak: ChangeLog gempak-5.7.4.ebuild gempak-5.7.2_p2.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-10 21:40 Ulrich Mueller (ulm)

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