public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: pspp-0.8.3.ebuild pspp-0.8.1-r1.ebuild ChangeLog
@ 2014-11-03 13:59 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 13:59 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 13:59:06

  Modified:             pspp-0.8.3.ebuild pspp-0.8.1-r1.ebuild ChangeLog
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.2                  sci-mathematics/pspp/pspp-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?r1=1.1&r2=1.2

Index: pspp-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pspp-0.8.3.ebuild	28 May 2014 17:01:25 -0000	1.1
+++ pspp-0.8.3.ebuild	3 Nov 2014 13:59:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.1 2014/05/28 17:01:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.2 2014/11/03 13:59:06 titanofold Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 			x11-libs/gtk+:2
 			>=x11-libs/gtksourceview-2.2:2.0 )
 	ncurses? ( sys-libs/ncurses )
-	postgres? ( dev-db/postgresql-server:= )"
+	postgres? ( virtual/postgresql:=[server] )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? ( virtual/latex-base )"



1.4                  sci-mathematics/pspp/pspp-0.8.1-r1.ebuild

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

Index: pspp-0.8.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pspp-0.8.1-r1.ebuild	31 Oct 2013 15:47:52 -0000	1.3
+++ pspp-0.8.1-r1.ebuild	3 Nov 2014 13:59:06 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.3 2013/10/31 15:47:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.4 2014/11/03 13:59:06 titanofold Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 			x11-libs/gtk+:2
 			>=x11-libs/gtksourceview-2.2:2.0 )
 	ncurses? ( sys-libs/ncurses )
-	postgres? ( dev-db/postgresql-server )"
+	postgres? ( virtual/postgresql[server] )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? ( virtual/latex-base )"



1.30                 sci-mathematics/pspp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	28 May 2014 17:01:25 -0000	1.29
+++ ChangeLog	3 Nov 2014 13:59:06 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/pspp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.29 2014/05/28 17:01:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.30 2014/11/03 13:59:06 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pspp-0.8.1-r1.ebuild,
+  pspp-0.8.3.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
 *pspp-0.8.3 (28 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: pspp-0.8.3.ebuild pspp-0.8.1-r1.ebuild ChangeLog
@ 2014-12-28 16:54 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 16:54 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 16:54:20

  Modified:             pspp-0.8.3.ebuild pspp-0.8.1-r1.ebuild ChangeLog
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.3                  sci-mathematics/pspp/pspp-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild?r1=1.2&r2=1.3

Index: pspp-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pspp-0.8.3.ebuild	3 Nov 2014 13:59:06 -0000	1.2
+++ pspp-0.8.3.ebuild	28 Dec 2014 16:54:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.2 2014/11/03 13:59:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.3 2014/12/28 16:54:20 titanofold Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 			x11-libs/gtk+:2
 			>=x11-libs/gtksourceview-2.2:2.0 )
 	ncurses? ( sys-libs/ncurses )
-	postgres? ( virtual/postgresql:=[server] )"
+	postgres? ( dev-db/postgresql:=[server] )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? ( virtual/latex-base )"



1.5                  sci-mathematics/pspp/pspp-0.8.1-r1.ebuild

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

Index: pspp-0.8.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pspp-0.8.1-r1.ebuild	3 Nov 2014 13:59:06 -0000	1.4
+++ pspp-0.8.1-r1.ebuild	28 Dec 2014 16:54:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.4 2014/11/03 13:59:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.5 2014/12/28 16:54:20 titanofold Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 			x11-libs/gtk+:2
 			>=x11-libs/gtksourceview-2.2:2.0 )
 	ncurses? ( sys-libs/ncurses )
-	postgres? ( virtual/postgresql[server] )"
+	postgres? ( dev-db/postgresql[server] )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? ( virtual/latex-base )"



1.31                 sci-mathematics/pspp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	3 Nov 2014 13:59:06 -0000	1.30
+++ ChangeLog	28 Dec 2014 16:54:20 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/pspp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.30 2014/11/03 13:59:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.31 2014/12/28 16:54:20 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pspp-0.8.1-r1.ebuild,
+  pspp-0.8.3.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pspp-0.8.1-r1.ebuild,
   pspp-0.8.3.ebuild:





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

end of thread, other threads:[~2014-12-28 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 16:54 [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: pspp-0.8.3.ebuild pspp-0.8.1-r1.ebuild ChangeLog Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 13:59 Aaron Swenson (titanofold)

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