public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/textsearch_ja: ChangeLog textsearch_ja-9.0.0.ebuild
@ 2014-11-03 11:36 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 11:36 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 11:36:48

  Modified:             ChangeLog textsearch_ja-9.0.0.ebuild
  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.5                  dev-db/textsearch_ja/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 Aug 2014 20:03:02 -0000	1.4
+++ ChangeLog	3 Nov 2014 11:36:47 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/textsearch_ja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v 1.4 2014/08/10 20:03:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v 1.5 2014/11/03 11:36:47 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  textsearch_ja-9.0.0.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   textsearch_ja-9.0.0.ebuild:



1.3                  dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild

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

Index: textsearch_ja-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- textsearch_ja-9.0.0.ebuild	10 Aug 2014 20:03:02 -0000	1.2
+++ textsearch_ja-9.0.0.ebuild	3 Nov 2014 11:36:47 -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/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v 1.2 2014/08/10 20:03:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v 1.3 2014/11/03 11:36:47 titanofold Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 IUSE=""
 
 DEPEND="app-text/mecab
-		>=dev-db/postgresql-server-7.4" # pgmecab requires PGXS
+		>=virtual/postgresql-7.4[server]" # pgmecab requires PGXS
 RDEPEND="${DEPEND}"
 
 src_compile() {





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

* [gentoo-commits] gentoo-x86 commit in dev-db/textsearch_ja: ChangeLog textsearch_ja-9.0.0.ebuild
@ 2014-12-28 15:19 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 15:19 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 15:19:43

  Modified:             ChangeLog textsearch_ja-9.0.0.ebuild
  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.6                  dev-db/textsearch_ja/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	3 Nov 2014 11:36:47 -0000	1.5
+++ ChangeLog	28 Dec 2014 15:19:43 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/textsearch_ja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v 1.5 2014/11/03 11:36:47 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/ChangeLog,v 1.6 2014/12/28 15:19:43 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  textsearch_ja-9.0.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
   textsearch_ja-9.0.0.ebuild:



1.4                  dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild?r1=1.3&r2=1.4

Index: textsearch_ja-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- textsearch_ja-9.0.0.ebuild	3 Nov 2014 11:36:47 -0000	1.3
+++ textsearch_ja-9.0.0.ebuild	28 Dec 2014 15:19:43 -0000	1.4
@@ -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/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v 1.3 2014/11/03 11:36:47 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild,v 1.4 2014/12/28 15:19:43 titanofold Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 IUSE=""
 
 DEPEND="app-text/mecab
-		>=virtual/postgresql-7.4[server]" # pgmecab requires PGXS
+		>=dev-db/postgresql-7.4[server]" # pgmecab requires PGXS
 RDEPEND="${DEPEND}"
 
 src_compile() {





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 15:19 [gentoo-commits] gentoo-x86 commit in dev-db/textsearch_ja: ChangeLog textsearch_ja-9.0.0.ebuild Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 11:36 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