From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools: flow-tools-0.68-r5.ebuild ChangeLog flow-tools-0.68-r8.ebuild flow-tools-0.68.5-r1.ebuild flow-tools-0.68-r7.ebuild
Date: Thu, 17 Jun 2010 20:30:16 +0000 (UTC) [thread overview]
Message-ID: <20100617203016.574662CE14@corvid.gentoo.org> (raw)
patrick 10/06/17 20:30:16
Modified: flow-tools-0.68-r5.ebuild ChangeLog
flow-tools-0.68-r8.ebuild
flow-tools-0.68.5-r1.ebuild
flow-tools-0.68-r7.ebuild
Log:
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.8 net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild?r1=1.7&r2=1.8
Index: flow-tools-0.68-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- flow-tools-0.68-r5.ebuild 7 May 2010 00:44:48 -0000 1.7
+++ flow-tools-0.68-r5.ebuild 17 Jun 2010 20:30:15 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild,v 1.7 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r5.ebuild,v 1.8 2010/06/17 20:30:15 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
1.44 net-analyzer/flow-tools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 7 May 2010 00:44:48 -0000 1.43
+++ ChangeLog 17 Jun 2010 20:30:16 -0000 1.44
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/flow-tools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.43 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.44 2010/06/17 20:30:16 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> flow-tools-0.68-r5.ebuild,
+ flow-tools-0.68-r7.ebuild, flow-tools-0.68-r8.ebuild,
+ flow-tools-0.68.5-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
07 May 2010; Jeroen Roovers <jer@gentoo.org> flow-tools-0.68-r5.ebuild,
flow-tools-0.68-r7.ebuild, flow-tools-0.68-r8.ebuild,
1.3 net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild?r1=1.2&r2=1.3
Index: flow-tools-0.68-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flow-tools-0.68-r8.ebuild 7 May 2010 00:44:48 -0000 1.2
+++ flow-tools-0.68-r8.ebuild 17 Jun 2010 20:30:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r8.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
1.3 net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild?r1=1.2&r2=1.3
Index: flow-tools-0.68.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flow-tools-0.68.5-r1.ebuild 7 May 2010 00:44:48 -0000 1.2
+++ flow-tools-0.68.5-r1.ebuild 17 Jun 2010 20:30:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5-r1.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
EAPI="2"
@@ -18,7 +18,7 @@
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
1.3 net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild?r1=1.2&r2=1.3
Index: flow-tools-0.68-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flow-tools-0.68-r7.ebuild 7 May 2010 00:44:48 -0000 1.2
+++ flow-tools-0.68-r7.ebuild 17 Jun 2010 20:30:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild,v 1.2 2010/05/07 00:44:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68-r7.ebuild,v 1.3 2010/06/17 20:30:16 patrick Exp $
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="latest"
@@ -18,7 +18,7 @@
RDEPEND="sys-apps/tcp-wrappers
sys-libs/zlib
!postgres? ( mysql? ( virtual/mysql ) )
- !mysql? ( postgres? ( virtual/postgresql-server ) )
+ !mysql? ( postgres? ( dev-db/postgresql-server ) )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
next reply other threads:[~2010-06-17 20:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-17 20:30 Patrick Lauer (patrick) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-12-18 12:43 [gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools: flow-tools-0.68-r5.ebuild ChangeLog flow-tools-0.68-r8.ebuild flow-tools-0.68.5-r1.ebuild flow-tools-0.68-r7.ebuild Raul Porcel (armin76)
2010-05-07 0:44 Jeroen Roovers (jer)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100617203016.574662CE14@corvid.gentoo.org \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox