[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3/files: pgadmin3-menu-assert.patch

2015-07-15 Thread Aaron Swenson (titanofold)
titanofold15/07/15 11:24:52

  Added:pgadmin3-menu-assert.patch
  Log:
  Fix bug 554872 with patch from upstream. Also, added epatch_user line.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x5713AA03D1BBFDA0)

Revision  ChangesPath
1.1  dev-db/pgadmin3/files/pgadmin3-menu-assert.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-menu-assert.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-menu-assert.patch?rev=1.1content-type=text/plain

Index: pgadmin3-menu-assert.patch
===
X-Git-Url: 
http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=blobdiff_plain;f=pgadmin%2Fctl%2FctlMenuToolbar.cpp;h=4a70089698c37f1f4fcd1bdd78948b4b4336969d;hp=8951aa409177c5e72e9cc0a7a31d177966a7a104;hb=a00916753f88ee9323abd2ea8cddb01428b296fc;hpb=e3ab3ddd6b5faafbc883cfb5003b6a2cecef2ce2

diff --git a/pgadmin/ctl/ctlMenuToolbar.cpp b/pgadmin/ctl/ctlMenuToolbar.cpp
index 8951aa4..4a70089 100644
--- a/pgadmin/ctl/ctlMenuToolbar.cpp
+++ b/pgadmin/ctl/ctlMenuToolbar.cpp
@@ -109,7 +109,7 @@ void ctlMenuButton::DoProcessLeftClick(wxMouseEvent event)
menu_pos.y = button_size.GetHeight();
}
 
-   PopupMenu(m_menu, menu_pos);
+   DoPopupMenu(m_menu, menu_pos.x, menu_pos.y);
 }
 






[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.20.0-r2.ebuild

2015-07-15 Thread Aaron Swenson (titanofold)
titanofold15/07/15 11:24:52

  Modified: ChangeLog
  Added:pgadmin3-1.20.0-r2.ebuild
  Log:
  Fix bug 554872 with patch from upstream. Also, added epatch_user line.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x5713AA03D1BBFDA0)

Revision  ChangesPath
1.108dev-db/pgadmin3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   11 Jul 2015 19:13:27 -  1.107
+++ ChangeLog   15 Jul 2015 11:24:52 -  1.108
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.107 
2015/07/11 19:13:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.108 
2015/07/15 11:24:52 titanofold Exp $
+
+*pgadmin3-1.20.0-r2 (15 Jul 2015)
+
+  15 Jul 2015; Aaron W. Swenson titanof...@gentoo.org
+  +pgadmin3-1.20.0-r2.ebuild, +files/pgadmin3-menu-assert.patch:
+  Fix bug 554872 with patch from upstream. Also, added epatch_user line.
 
   11 Jul 2015; Mikle Kolyada zlog...@gentoo.org pgadmin3-1.20.0-r1.ebuild:
   x86 stable wrt bug #551322



1.1  dev-db/pgadmin3/pgadmin3-1.20.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r2.ebuild?rev=1.1content-type=text/plain

Index: pgadmin3-1.20.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r2.ebuild,v 
1.1 2015/07/15 11:24:52 titanofold Exp $

EAPI=5

inherit eutils multilib versionator wxwidgets

DESCRIPTION=wxWidgets GUI for PostgreSQL
HOMEPAGE=http://www.pgadmin.org/;
SRC_URI=mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz

LICENSE=POSTGRESQL
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd
SLOT=0
IUSE=debug +databasedesigner

DEPEND=x11-libs/wxGTK:=[X,debug=]
=dev-db/postgresql-8.4.0:=
=dev-libs/libxml2-2.6.18
=dev-libs/libxslt-1.1
RDEPEND=${DEPEND}

pkg_setup() {
local pgslot=$(postgresql-config show)

if [[ ${pgslot//.}  84 ]] ; then
eerror PostgreSQL slot must be set to 8.4 or higher.
eerror postgresql-config set 8.4
die PostgreSQL slot is not set to 8.4 or higher.
fi
}

src_prepare() {
epatch ${FILESDIR}/pgadmin3-desktop.patch \
   ${FILESDIR}/pgadmin3-menu-assert.patch

epatch_user
}

src_configure() {
WX_GTK_PV=$(best_version x11-libs/wxGTK[X,debug=])
WX_GTK_VER=$(get_version_component_range 1-2 
${WX_GTK_PV#x11-libs/wxGTK-})

need-wxwidgets unicode

econf --with-wx-version=${WX_GTK_VER} \
$(use_enable debug) \
$(use_enable databasedesigner)
}

src_install() {
emake DESTDIR=${D} install

newicon ${S}/pgadmin/include/images/pgAdmin3.png ${PN}.png

domenu ${S}/pkg/pgadmin3.desktop

# Fixing world-writable files
fperms -R go-w /usr/share
}






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: ChangeLog postgresql-9.4.1.ebuild postgresql-9.0.19-r1.ebuild postgresql-9.4.1-r1.ebuild postgresql-9.2.10.ebuild postgresql-9.1.16.ebuild post

2015-06-28 Thread Aaron Swenson (titanofold)
titanofold15/06/28 21:42:17

  Modified: ChangeLog
  Removed:  postgresql-9.4.1.ebuild postgresql-9.0.19-r1.ebuild
postgresql-9.4.1-r1.ebuild postgresql-9.2.10.ebuild
postgresql-9.1.16.ebuild postgresql-9.0.19.ebuild
postgresql-9.2.10-r1.ebuild
postgresql-9.1.15.ebuild postgresql-9.4.2.ebuild
postgresql-9.0.20.ebuild
postgresql-9.1.15-r1.ebuild
postgresql-9.2.11.ebuild postgresql-9.3.6.ebuild
postgresql-9.3.6-r1.ebuild postgresql-9.3.7.ebuild
  Log:
  Cleanup insecure and buggy versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.441dev-db/postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.441view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.441content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?r1=1.440r2=1.441

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -r1.440 -r1.441
--- ChangeLog   28 Jun 2015 14:02:37 -  1.440
+++ ChangeLog   28 Jun 2015 21:42:17 -  1.441
@@ -1,6 +1,17 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.440 
2015/06/28 14:02:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.441 
2015/06/28 21:42:17 titanofold Exp $
+
+  28 Jun 2015; Aaron W. Swenson titanof...@gentoo.org
+  -postgresql-9.0.19.ebuild, -postgresql-9.0.19-r1.ebuild,
+  -postgresql-9.0.20.ebuild, -postgresql-9.1.15.ebuild,
+  -postgresql-9.1.15-r1.ebuild, -postgresql-9.1.16.ebuild,
+  -postgresql-9.2.10.ebuild, -postgresql-9.2.10-r1.ebuild,
+  -postgresql-9.2.11.ebuild, -postgresql-9.3.6.ebuild,
+  -postgresql-9.3.6-r1.ebuild, -postgresql-9.3.7.ebuild,
+  -postgresql-9.4.1.ebuild, -postgresql-9.4.1-r1.ebuild,
+  -postgresql-9.4.2.ebuild:
+  Cleanup insecure and buggy versions.
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org postgresql-9.0.21.ebuild,
   postgresql-9.1.17.ebuild, postgresql-9.2.12.ebuild, postgresql-9.3.8.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.2.13.ebuild postgresql-9.1.18.ebuild postgresql-9.0.22.ebuild ChangeLog postgresql-9.4.4.ebuild postgresql-9.3.9.ebuild

2015-06-12 Thread Aaron Swenson (titanofold)
titanofold15/06/12 14:01:40

  Modified: ChangeLog
  Added:postgresql-9.2.13.ebuild postgresql-9.1.18.ebuild
postgresql-9.0.22.ebuild postgresql-9.4.4.ebuild
postgresql-9.3.9.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.436dev-db/postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.436view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.436content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?r1=1.435r2=1.436

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- ChangeLog   7 Jun 2015 06:21:09 -   1.435
+++ ChangeLog   12 Jun 2015 14:01:40 -  1.436
@@ -1,6 +1,18 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.435 
2015/06/07 06:21:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.436 
2015/06/12 14:01:40 titanofold Exp $
+
+*postgresql-9.4.4 (12 Jun 2015)
+*postgresql-9.3.9 (12 Jun 2015)
+*postgresql-9.2.13 (12 Jun 2015)
+*postgresql-9.1.18 (12 Jun 2015)
+*postgresql-9.0.22 (12 Jun 2015)
+
+  12 Jun 2015; Aaron W. Swenson titanof...@gentoo.org
+  +postgresql-9.0.22.ebuild, +postgresql-9.1.18.ebuild,
+  +postgresql-9.2.13.ebuild, +postgresql-9.3.9.ebuild,
+  +postgresql-9.4.4.ebuild:
+  Version Bump
 
   07 Jun 2015; Jeroen Roovers j...@gentoo.org postgresql-9.0.21.ebuild,
   postgresql-9.1.17.ebuild, postgresql-9.2.12.ebuild, postgresql-9.3.8.ebuild,



1.1  dev-db/postgresql/postgresql-9.2.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.2.13.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.2.13.ebuild?rev=1.1content-type=text/plain

Index: postgresql-9.2.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.2.13.ebuild,v 
1.1 2015/06/12 14:01:40 titanofold Exp $

EAPI=5

PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )

inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris

SLOT=$(get_version_component_range 1-2)

SRC_URI=mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2

LICENSE=POSTGRESQL GPL-2
DESCRIPTION=PostgreSQL RDBMS
HOMEPAGE=http://www.postgresql.org/;

LINGUAS=af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr
 zh_CN zh_TW
IUSE=doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python
  +readline selinux +server ssl static-libs tcl threads uuid xml zlib

for lingua in ${LINGUAS}; do
IUSE+= linguas_${lingua}
done

wanted_languages() {
local enable_langs

for lingua in ${LINGUAS} ; do
use linguas_${lingua}  enable_langs+=${lingua} 
done

echo -n ${enable_langs}
}

CDEPEND=
=app-eselect/eselect-postgresql-1.2.0
sys-apps/less
virtual/libintl
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
perl? ( =dev-lang/perl-5.8 )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
ssl? ( =dev-libs/openssl-0.9.6-r1:0= )
tcl? ( =dev-lang/tcl-8:0= )
uuid? ( dev-libs/ossp-uuid )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
zlib? ( sys-libs/zlib )


DEPEND=${CDEPEND}
!!sys-apps/sandbox-2.0
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )
xml? ( virtual/pkgconfig )


RDEPEND=${CDEPEND}
!dev-db/postgresql-docs:${SLOT}
!dev-db/postgresql-base:${SLOT}
!dev-db/postgresql-server:${SLOT}
selinux? ( sec-policy/selinux-postgresql )


pkg_setup() {
use server  CONFIG_CHECK=~SYSVIPC linux-info_pkg_setup

enewgroup postgres 70
enewuser postgres 70 /bin/bash /var/lib/postgresql postgres

use python  python-single-r1_pkg_setup
}

src_prepare() {
# Work around PPC{,64} compilation bug where bool is already defined
sed '/#ifndef __cplusplus/a #undef bool' -i src/include/c.h || die

# Set proper run directory
sed s|\(PGSOCKET_DIR\s\+\)\/tmp\|\1\${EPREFIX}/run/postgresql\| \
-i src/include/pg_config_manual.h || die

use server || epatch 

[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3/files: pgadmin3-desktop.patch

2015-06-11 Thread Aaron Swenson (titanofold)
titanofold15/06/11 12:17:02

  Modified: pgadmin3-desktop.patch
  Log:
  Fix bug 338843. Patch now modifies icon path.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.2  dev-db/pgadmin3/files/pgadmin3-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch?r1=1.1r2=1.2

Index: pgadmin3-desktop.patch
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/files/pgadmin3-desktop.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgadmin3-desktop.patch  25 Sep 2013 17:37:46 -  1.1
+++ pgadmin3-desktop.patch  11 Jun 2015 12:17:02 -  1.2
@@ -1,9 +1,12 @@
 diff -Naruw a/pkg/pgadmin3.desktop b/pkg/pgadmin3.desktop
 a/pkg/pgadmin3.desktop 2013-02-22 17:21:19.0 +
-+++ b/pkg/pgadmin3.desktop 2013-09-25 14:34:27.717913730 +
-@@ -4,7 +4,7 @@
+--- a/pkg/pgadmin3.desktop 2013-02-22 12:21:19.0 -0500
 b/pkg/pgadmin3.desktop 2015-02-04 15:36:34.845312953 -0500
+@@ -2,9 +2,9 @@
+ Encoding=UTF-8
+ Name=pgAdmin III
  Exec=/usr/bin/pgadmin3
- Icon=/usr/share/pgadmin3/pgAdmin3.png
+-Icon=/usr/share/pgadmin3/pgAdmin3.png
++Icon=/usr/share/pixmaps/pgadmin3.png
  Type=Application
 -Categories=Application;Development;
 -MimeType=text/html






[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog

2015-06-11 Thread Aaron Swenson (titanofold)
titanofold15/06/11 12:17:02

  Modified: ChangeLog
  Log:
  Fix bug 338843. Patch now modifies icon path.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.105dev-db/pgadmin3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.105view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.105content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.104r2=1.105

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   20 May 2015 19:48:25 -  1.104
+++ ChangeLog   11 Jun 2015 12:17:02 -  1.105
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.104 
2015/05/20 19:48:25 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.105 
2015/06/11 12:17:02 titanofold Exp $
+
+  11 Jun 2015; Aaron W. Swenson titanof...@gentoo.org
+  files/pgadmin3-desktop.patch:
+  Fix bug 338843. Patch now modifies icon path.
 
 *pgadmin3-1.20.0-r1 (20 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog Manifest metadata.xml pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild pygresql-4.1.1.ebuild

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:49:43

  Removed:  ChangeLog Manifest metadata.xml
pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild
pygresql-4.1.1.ebuild
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.



[gentoo-commits] gentoo-x86 commit in dev-python/pygresql: metadata.xml ChangeLog pygresql-4.1.1.ebuild pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild Manifest

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:46:15

  Added:metadata.xml ChangeLog pygresql-4.1.1.ebuild
pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild
Manifest
  Log:
  Package move. This is a Python specific driver package that does not belong
  in the dev-db category.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key D1BBFDA0)

Revision  ChangesPath
1.1  dev-python/pygresql/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygresql/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygresql/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpostgresql/herd
herdpython/herd
upstream
remote-id type=pypiPyGreSQL/remote-id
/upstream
/pkgmetadata



1.1  dev-python/pygresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygresql/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygresql/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/pygresql
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygresql/ChangeLog,v 1.1 
2015/06/08 17:46:15 titanofold Exp $

  08 Jun 2015; Aaron W. Swenson titanof...@gentoo.org +pygresql-4.1.1.ebuild,
  +pygresql-4.1.1-r1.ebuild, +pygresql-4.1.1-r2.ebuild, +metadata.xml:
  Package move. This is a Python specific driver package that does not belong
  in the dev-db category.

  03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
  Add pypi to remote-id in metadata.xml

  08 Apr 2015; Michał Górny mgo...@gentoo.org pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1-r2.ebuild, pygresql-4.1.1.ebuild:
  Drop old Python implementations

  28 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for ia64, wrt bug #534946

  27 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for sparc, wrt bug #534946

  24 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for alpha, wrt bug #534946

  26 Jan 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for x86, wrt bug #534946

*pygresql-4.1.1-r2 (22 Jan 2015)

  22 Jan 2015; Patrick Lauer patr...@gentoo.org +pygresql-4.1.1-r2.ebuild:
  Update pygresql for more postgresql slots

  13 Jan 2015; Jeroen Roovers j...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for HPPA (bug #534946).

  09 Jan 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for amd64, wrt bug #534946

  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  10 Aug 2014; Sergei Trofimovich sly...@gentoo.org pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1.ebuild:
  QA: drop trailing '.' from DESCRIPTION

*pygresql-4.1.1-r1 (11 Mar 2014)

  11 Mar 2014; Aaron W. Swenson titanof...@gentoo.org
  +pygresql-4.1.1-r1.ebuild:
  4.1.1 is not actually compatible with dev-db/postgresql-9.0. Updated
  POSTGRES_COMPAT to include 9.3. Fixes bug 499006.

  27 Jan 2014; Aaron W. Swenson titanof...@gentoo.org -pygresql-3.8.1.ebuild,
  -pygresql-4.0.ebuild:
  Clean out old versions.

  26 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for sparc, wrt bug #289228

  26 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for ia64, wrt bug #289228

  19 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for alpha, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for ppc, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for x86, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.0.ebuild:
  Stable for x86, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.0.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Jeroen Roovers j...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for HPPA (bug #289228).

*pygresql-4.1.1 (16 Jan 2014)

  16 Jan 2014; Aaron W. Swenson titanof...@gentoo.org +pygresql-4.1.1.ebuild:
  Version bump. Fixes bug 289228 and 482704.

  28 Nov 2012; ti...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in dev-python/pygresql: - New directory

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:38:21

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pygresql added to the repository



[gentoo-commits] gentoo-x86 commit in profiles/updates: 2Q-2015

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:48:53

  Modified: 2Q-2015
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.

Revision  ChangesPath
1.14 profiles/updates/2Q-2015

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?r1=1.13r2=1.14

Index: 2Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/2Q-2015,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- 2Q-2015 4 Jun 2015 19:17:27 -   1.13
+++ 2Q-2015 8 Jun 2015 17:48:53 -   1.14
@@ -228,3 +228,4 @@
 move kde-base/thumbnailers kde-apps/thumbnailers
 move kde-base/umbrello kde-apps/umbrello
 move kde-base/zeroconf-ioslave kde-apps/zeroconf-ioslave
+move dev-db/pygresql dev-python/pygresql






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:48:53

  Modified: ChangeLog
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.

Revision  ChangesPath
1.10078  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10078view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10078content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10077r2=1.10078

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10077
retrieving revision 1.10078
diff -u -r1.10077 -r1.10078
--- ChangeLog   8 Jun 2015 07:33:00 -   1.10077
+++ ChangeLog   8 Jun 2015 17:48:53 -   1.10078
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10077 2015/06/08 
07:33:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10078 2015/06/08 
17:48:53 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Aaron W. Swenson titanof...@gentoo.org updates/2Q-2015:
+  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.
+
   08 Jun 2015; Fabian Groffen grob...@gentoo.org package.mask:
   Mask upcoming Exim 4.86 RC1
 






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.3.8.ebuild postgresql-9.1.17.ebuild ChangeLog postgresql-9.2.12.ebuild postgresql-9.4.3.ebuild postgresql-9.0.21.ebuild

2015-06-04 Thread Aaron Swenson (titanofold)
titanofold15/06/04 19:34:58

  Modified: ChangeLog
  Added:postgresql-9.3.8.ebuild postgresql-9.1.17.ebuild
postgresql-9.2.12.ebuild postgresql-9.4.3.ebuild
postgresql-9.0.21.ebuild
  Log:
  Version bump resolves issue where file permission issues can cause
  PostgreSQL to fail to start after a crash.
  (https://wiki.postgresql.org/wiki/May_2015_Fsync_Permissions_Bug)
  
  Fixed bug 550470: 9.4+ will use native system libraries other than
  OSSP's will be used when possible.
  
  Fixed bug 550442: Updated initscript for 9.3+ to recognize and fully
  support unix_socket_directories.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.431dev-db/postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.431view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.431content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?r1=1.430r2=1.431

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- ChangeLog   31 May 2015 12:24:33 -  1.430
+++ ChangeLog   4 Jun 2015 19:34:58 -   1.431
@@ -1,6 +1,26 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.430 
2015/05/31 12:24:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.431 
2015/06/04 19:34:58 titanofold Exp $
+
+*postgresql-9.4.3 (04 Jun 2015)
+*postgresql-9.3.8 (04 Jun 2015)
+*postgresql-9.2.12 (04 Jun 2015)
+*postgresql-9.1.17 (04 Jun 2015)
+*postgresql-9.0.21 (04 Jun 2015)
+
+  04 Jun 2015; Aaron W. Swenson titanof...@gentoo.org
+  +postgresql-9.0.21.ebuild, +postgresql-9.1.17.ebuild,
+  +postgresql-9.2.12.ebuild, +postgresql-9.3.8.ebuild,
+  +postgresql-9.4.3.ebuild, +files/postgresql.init-9.3:
+  Version bump resolves issue where file permission issues can cause
+  PostgreSQL to fail to start after a crash.
+  (https://wiki.postgresql.org/wiki/May_2015_Fsync_Permissions_Bug)
+
+  Fixed bug 550470: 9.4+ will use native system libraries other than
+  OSSP's will be used when possible.
+
+  Fixed bug 550442: Updated initscript for 9.3+ to recognize and fully
+  support unix_socket_directories.
 
   31 May 2015; Mikle Kolyada zlog...@gentoo.org postgresql-9.0.20.ebuild,
   postgresql-9.1.16.ebuild, postgresql-9.2.11.ebuild, postgresql-9.3.7.ebuild,



1.1  dev-db/postgresql/postgresql-9.3.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.3.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.3.8.ebuild?rev=1.1content-type=text/plain

Index: postgresql-9.3.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.3.8.ebuild,v 
1.1 2015/06/04 19:34:58 titanofold Exp $

EAPI=5

PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )

inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris

SLOT=$(get_version_component_range 1-2)

SRC_URI=mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2

LICENSE=POSTGRESQL GPL-2
DESCRIPTION=PostgreSQL RDBMS
HOMEPAGE=http://www.postgresql.org/;

LINGUAS=af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr
 zh_CN zh_TW
IUSE=doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python
  +readline selinux +server ssl static-libs tcl threads uuid xml zlib

for lingua in ${LINGUAS}; do
IUSE+= linguas_${lingua}
done

wanted_languages() {
local enable_langs

for lingua in ${LINGUAS} ; do
use linguas_${lingua}  enable_langs+=${lingua} 
done

echo -n ${enable_langs}
}

CDEPEND=
=app-eselect/eselect-postgresql-1.2.0
sys-apps/less
virtual/libintl
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
perl? ( =dev-lang/perl-5.8 )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
ssl? ( =dev-libs/openssl-0.9.6-r1:0= )
tcl? ( =dev-lang/tcl-8:0= )
uuid? ( dev-libs/ossp-uuid )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
zlib? ( sys-libs/zlib )


DEPEND=${CDEPEND}
!!sys-apps/sandbox-2.0
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )
xml? ( 

[gentoo-commits] gentoo-x86 commit in dev-db/postgresql/files: postgresql.init-9.3

2015-06-04 Thread Aaron Swenson (titanofold)
titanofold15/06/04 19:34:58

  Added:postgresql.init-9.3
  Log:
  Version bump resolves issue where file permission issues can cause
  PostgreSQL to fail to start after a crash.
  (https://wiki.postgresql.org/wiki/May_2015_Fsync_Permissions_Bug)
  
  Fixed bug 550470: 9.4+ will use native system libraries other than
  OSSP's will be used when possible.
  
  Fixed bug 550442: Updated initscript for 9.3+ to recognize and fully
  support unix_socket_directories.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  dev-db/postgresql/files/postgresql.init-9.3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql.init-9.3?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql.init-9.3?rev=1.1content-type=text/plain

Index: postgresql.init-9.3
===
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/files/postgresql.init-9.3,v 1.1 
2015/06/04 19:34:58 titanofold Exp $

extra_started_commands=reload

get_config() {
[ -f ${PGDATA%/}/postgresql.conf ] || return 1

eval echo $(sed -e 's:#.*::' ${PGDATA%/}/postgresql.conf \
| awk '$1 == '$1' { print ($2 == = ? $3 : $2) }')
}

depend() {
use net
provide postgresql

if [ $(get_config log_destination) = syslog ]; then
use logger
fi
}

configured_port=$(get_config port)
: ${configured_port:=${PGPORT}}
socket_paths=$(get_config unix_socket_directories)
: ${socket_paths:=/run/postgresql}

checkconfig() {
# Check that DATA_DIR has been set
if [ -z ${DATA_DIR} ] ; then
eerror DATA_DIR not set
eerror HINT: Perhaps you need to update /etc/conf.d/postgresql-@SLOT@
return 1
fi

# Check that DATA_DIR exists
if [ ! -d ${DATA_DIR} ] ; then
eerror Directory not found: ${DATA_DIR}
eerror HINT: Ensure that DATA_DIR points to the right path.
eerror HINT: Or perhaps you need to create the database cluster:
eerror emerge --config dev-db/postgresql:@SLOT@
return 1
fi

# Check for the existence of PostgreSQL's config files, and set the
# proper mode and ownership.
# Only three files should be checked as potentially other files
# may be in PGDATA that should not be touched.
local file
for file in postgresql pg_hba pg_ident ; do
file=${PGDATA%/}/${file}.conf
if [ -f ${file} ] ; then
checkpath -f -m 0600 -o postgres:postgres ${file}
else
eerror ${file} not found
eerror HINT: mv ${DATA_DIR%/}/*.conf ${PGDATA}
return 1
fi
done

# Set the proper permission for the socket paths and create it if
# it doesn't exist.
set -f; IFS=','
local s
for s in ${socket_paths}; do
checkpath -d -m 1775 -o postgres:postgres ${s}
if [ -e ${s%/}/.s.PGSQL.${configured_port} ] ; then
eerror Socket conflict.
eerror A server is already listening on:
eerror ${s%/}/.s.PGSQL.${configured_port}
eerror HINT: Change PGPORT to listen on a different 
socket.
return 1
fi
done
set +f; unset IFS
}

start() {
checkconfig || return 1

ebegin Starting PostgreSQL

rm -f ${DATA_DIR%/}/postmaster.pid

local extraenv
local x
for x in ${PG_EXTRA_ENV} ; do
extraenv=${extraenv} --env ${x}
done

start-stop-daemon --start \
--user postgres \
--env PGPORT=${configured_port} \
${extraenv} \
--pidfile ${DATA_DIR%/}/postmaster.pid \
--exec /usr/@LIBDIR@/postgresql-@SLOT@/bin/pg_ctl \
-- start -s -w -t ${START_TIMEOUT} -l ${DATA_DIR%/}/postmaster.log \
 -D ${PGDATA} -o --data-directory=${DATA_DIR} ${PGOPTS}
local retval=$?

if [ $retval -ne 0 ] ; then
eerror Check the log for a possible explanation of the above error. 
The log may be
eerror ${DATA_DIR%/}/postmaster.log
eerror Or wherever you configured PostgreSQL @SLOT@ log messages to be 
sent.
eend $retval
return $retval
fi

eend $retval
}

stop() {
local seconds=$(( ${NICE_TIMEOUT} + ${RUDE_TIMEOUT} + ${FORCE_TIMEOUT} ))
ebegin Stopping PostgreSQL (this can take up to ${seconds} seconds)

local retval
local retries=SIGTERM/${NICE_TIMEOUT}

if [ ${RUDE_QUIT} != NO ] ; then
einfo RUDE_QUIT enabled.
retries=${retries}/SIGINT/${RUDE_TIMEOUT}
fi
if [ ${FORCE_QUIT} = YES ] ; then
einfo FORCE_QUIT enabled.
ewarn A recover-run might be executed on 

[gentoo-commits] gentoo-x86 commit in app-office/upwork: ChangeLog upwork-4.0.70.0.ebuild

2015-06-02 Thread Aaron Swenson (titanofold)
titanofold15/06/02 18:43:49

  Modified: ChangeLog
  Added:upwork-4.0.70.0.ebuild
  Log:
  Version bump fixes bug 550478.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.2  app-office/upwork/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 May 2015 18:17:08 -  1.1
+++ ChangeLog   2 Jun 2015 18:43:49 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/upwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v 1.1 
2015/05/15 18:17:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v 1.2 
2015/06/02 18:43:49 titanofold Exp $
+
+*upwork-4.0.70.0 (02 Jun 2015)
+
+  02 Jun 2015; Aaron W. Swenson titanof...@gentoo.org
+  +upwork-4.0.70.0.ebuild:
+  Version bump fixes bug 550478.
 
 *upwork-4.0.53.0 (15 May 2015)
 



1.1  app-office/upwork/upwork-4.0.70.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild?rev=1.1content-type=text/plain

Index: upwork-4.0.70.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild,v 
1.1 2015/06/02 18:43:49 titanofold Exp $

EAPI=5

inherit rpm eutils

# Binary only distribution
QA_PREBUILT=*

DESCRIPTION=Project collaboration and tracking software for upwork.com
HOMEPAGE=https://www.upwork.com/;
SRC_URI=amd64? ( 
http://updates.team.odesk.com/binaries/v4_0_70_0_bccbf5c8e0866/${PN}_x86_64.rpm 
- ${P}_x86_64.rpm )
 x86? ( 
http://updates.team.odesk.com/binaries/v4_0_70_0_bccbf5c8e0866/${PN}_i386.rpm 
- ${P}_i386.rpm )

LICENSE=ODESK
SLOT=0
KEYWORDS=~amd64 ~x86

S=${WORKDIR}

RDEPEND=
dev-libs/libgcrypt:11
media-libs/alsa-lib
sys-libs/libcap
virtual/udev
x11-libs/gtk+:2
x11-libs/gtkglext


src_prepare() {
epatch ${FILESDIR}/${PN}-desktop.patch
}

src_install() {
# Wrapper to the real executable
dobin usr/bin/upwork

insinto /usr/share
doins -r usr/share/upwork
dosym /usr/lib/libudev.so /usr/share/upwork/libudev.so.0

# Make this executable because it's the real executable
fperms 0755 /usr/share/upwork/upwork

domenu usr/share/applications/upwork.desktop
doicon usr/share/pixmaps/upwork.png
}






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9999.ebuild postgresql-9.1.16.ebuild ChangeLog postgresql-9.0.20.ebuild postgresql-9.4.2.ebuild postgresql-9.2.11.ebuild postgresql-

2015-05-22 Thread Aaron Swenson (titanofold)
titanofold15/05/22 14:06:33

  Modified: postgresql-.ebuild ChangeLog
  Added:postgresql-9.1.16.ebuild postgresql-9.0.20.ebuild
postgresql-9.4.2.ebuild postgresql-9.2.11.ebuild
postgresql-9.3.7.ebuild
  Log:
  Version bump. Fixes multiple vulnerabilities (CVE-2015-{3165,3166,3167}).
  Addresses bug 550172. Live ebuild now builds everything unconditionally as
  makefiles will change without notice.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.12 dev-db/postgresql/postgresql-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?r1=1.11r2=1.12

Index: postgresql-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- postgresql-.ebuild  8 Apr 2015 18:45:26 -   1.11
+++ postgresql-.ebuild  22 May 2015 14:06:33 -  1.12
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v 
1.11 2015/04/08 18:45:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v 
1.12 2015/05/22 14:06:33 titanofold Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{3,4}} )
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )
 
 inherit base eutils flag-o-matic git-2 linux-info multilib pam prefix \
python-single-r1 systemd user versionator
@@ -83,8 +83,17 @@
 selinux? ( sec-policy/selinux-postgresql )
 
 
+pkg_pretend() {
+   ewarn You are using a live ebuild that uses the current source code as 
it is
+   ewarn available from PostgreSQL's Git repository at emerge time. Given 
such,
+   ewarn the GNU Makefiles may be altered by upstream without notice and 
the
+   ewarn documentation for this live version is not readily available
+   ewarn online. Ergo, the ebuild maintainers will not support building a
+   ewarn client-only and/or document-free version.
+}
+
 pkg_setup() {
-   use server  CONFIG_CHECK=~SYSVIPC linux-info_pkg_setup
+   CONFIG_CHECK=~SYSVIPC linux-info_pkg_setup
 
enewgroup postgres 70
enewuser postgres 70 /bin/bash /var/lib/postgresql postgres
@@ -100,8 +109,6 @@
sed s|\(PGSOCKET_DIR\s\+\)\/tmp\|\1\${EPREFIX}/run/postgresql\| \
-i src/include/pg_config_manual.h || die
 
-   use server || epatch ${FILESDIR}/${PN}-${SLOT}-no-server.patch
-
if use pam ; then
sed -e s/\(#define PGSQL_PAM_SERVICE 
\postgresql\)/\1-${SLOT}/ \
-i src/backend/libpq/auth.c || \
@@ -149,31 +156,14 @@
 }
 
 src_compile() {
-   emake
-   emake -C contrib
-
-   # If use doc, generate all documentation, otherwise just the
-   # man pages
-   #use doc  emake -C doc || emake -C doc man
+   emake world
 }
 
 src_install() {
-   emake DESTDIR=${D} install
-   emake DESTDIR=${D} install -C contrib
+   emake DESTDIR=${D} install-world
 
dodoc README HISTORY doc/{TODO,bug.template}
 
-   # We use ${SLOT} instead of doman for postgresql.eselect
-   #insinto /usr/share/postgresql-${SLOT}/man/
-   #doins -r doc/src/sgml/man{1,3,7}
-   #if ! use server; then
-   #   # Remove man pages for non-existent binaries
-   #   for m in 
{initdb,pg_{controldata,ctl,resetxlog},post{gres,master}}; do
-   #   rm ${ED}/usr/share/postgresql-${SLOT}/man/man1/${m}.1
-   #   done
-   #fi
-   #docompress /usr/share/postgresql-${SLOT}/man/man{1,3,7}
-
insinto /etc/postgresql-${SLOT}
newins src/bin/psql/psqlrc.sample psqlrc
 
@@ -183,35 +173,25 @@
 
use static-libs || find ${ED} -name '*.a' -delete
 
-   #if use doc ; then
-   #   docinto html
-   #   dodoc doc/src/sgml/html/*
-
-   #   docinto sgml
-   #   dodoc doc/src/sgml/*.{sgml,dsl}
-   #fi
+   sed -e s|@SLOT@|${SLOT}|g -e s|@LIBDIR@|$(get_libdir)|g \
+   ${FILESDIR}/${PN}.confd | newconfd - ${PN}-${SLOT}
 
-   if use server; then
-   sed -e s|@SLOT@|${SLOT}|g -e s|@LIBDIR@|$(get_libdir)|g \
-   ${FILESDIR}/${PN}.confd | newconfd - ${PN}-${SLOT}
+   sed -e s|@SLOT@|${SLOT}|g -e s|@LIBDIR@|$(get_libdir)|g \
+   ${FILESDIR}/${PN}.init | newinitd - ${PN}-${SLOT}
 
-   sed -e s|@SLOT@|${SLOT}|g -e 

[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.20.0-r1.ebuild

2015-05-20 Thread Aaron Swenson (titanofold)
titanofold15/05/20 19:48:25

  Modified: ChangeLog
  Added:pgadmin3-1.20.0-r1.ebuild
  Log:
  Version bump fixes bug 56. Now supports best wxGTK available, instead of
  just 2.8, fixing bug 517232.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.104dev-db/pgadmin3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   15 Feb 2015 08:37:19 -  1.103
+++ ChangeLog   20 May 2015 19:48:25 -  1.104
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.103 
2015/02/15 08:37:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.104 
2015/05/20 19:48:25 titanofold Exp $
+
+*pgadmin3-1.20.0-r1 (20 May 2015)
+
+  20 May 2015; Aaron W. Swenson titanof...@gentoo.org
+  +pgadmin3-1.20.0-r1.ebuild:
+  Version bump fixes bug 56. Now supports best wxGTK available, instead of
+  just 2.8, fixing bug 517232.
 
 *pgadmin3-1.20.0 (15 Feb 2015)
 



1.1  dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild?rev=1.1content-type=text/plain

Index: pgadmin3-1.20.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild,v 
1.1 2015/05/20 19:48:25 titanofold Exp $

EAPI=5

inherit multilib versionator wxwidgets

DESCRIPTION=wxWidgets GUI for PostgreSQL
HOMEPAGE=http://www.pgadmin.org/;
SRC_URI=mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz

LICENSE=POSTGRESQL
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd
SLOT=0
IUSE=debug +databasedesigner

DEPEND=x11-libs/wxGTK:=[X,debug=]
=dev-db/postgresql-8.4.0:=
=dev-libs/libxml2-2.6.18
=dev-libs/libxslt-1.1
RDEPEND=${DEPEND}

pkg_setup() {
local pgslot=$(postgresql-config show)

if [[ ${pgslot//.}  84 ]] ; then
eerror PostgreSQL slot must be set to 8.4 or higher.
eerror postgresql-config set 8.4
die PostgreSQL slot is not set to 8.4 or higher.
fi
}

src_prepare() {
epatch ${FILESDIR}/pgadmin3-desktop.patch
}

src_configure() {
WX_GTK_PV=$(best_version x11-libs/wxGTK[X,debug=])
WX_GTK_VER=$(get_version_component_range 1-2 
${WX_GTK_PV#x11-libs/wxGTK-})

need-wxwidgets unicode

econf --with-wx-version=${WX_GTK_VER} \
$(use_enable debug) \
$(use_enable databasedesigner)
}

src_install() {
emake DESTDIR=${D} install

newicon ${S}/pgadmin/include/images/pgAdmin3.png ${PN}.png

domenu ${S}/pkg/pgadmin3.desktop

# Fixing world-writable files
fperms -R go-w /usr/share
}






[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.11.ebuild rt-4.2.9-r1.ebuild

2015-05-19 Thread Aaron Swenson (titanofold)
titanofold15/05/19 15:49:09

  Modified: ChangeLog
  Added:rt-4.2.11.ebuild
  Removed:  rt-4.2.9-r1.ebuild
  Log:
  Address security bug 542882. Add patch fixing bug 540014 to serialize
  primary build targets while still allowing parallel building on
  subtargets. Remove outdated Apache configuration examples fixing bug
  544566. Users should follow the online guide.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.95 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   3 May 2015 10:53:47 -   1.94
+++ ChangeLog   19 May 2015 15:49:08 -  1.95
@@ -1,6 +1,16 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.94 2015/05/03 
10:53:47 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.95 2015/05/19 
15:49:08 titanofold Exp $
+
+*rt-4.2.11 (19 May 2015)
+
+  19 May 2015; Aaron W. Swenson titanof...@gentoo.org -rt-4.2.9-r1.ebuild,
+  +rt-4.2.11.ebuild, +files/rt-makefile-serialize-install-prereqs.patch,
+  -files/rt_apache2_fcgi.conf, -files/rt_apache2.conf:
+  Address security bug 542882. Add patch fixing bug 540014 to serialize
+  primary build targets while still allowing parallel building on
+  subtargets. Remove outdated Apache configuration examples fixing bug
+  544566. Users should follow the online guide.
 
   03 May 2015; Andreas K. Huettel dilfri...@gentoo.org rt-4.2.9-r1.ebuild:
   dev-perl/class-returnvalue just became dev-perl/Class-ReturnValue



1.1  www-apps/rt/rt-4.2.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.11.ebuild?rev=1.1content-type=text/plain

Index: rt-4.2.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.11.ebuild,v 1.1 
2015/05/19 15:49:08 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION=RT is an enterprise-grade ticketing system
HOMEPAGE=http://www.bestpractical.com/rt/;
SRC_URI=http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz;

KEYWORDS=~amd64
LICENSE=GPL-2
IUSE=mysql +postgres fastcgi lighttpd
REQUIRED_USE=^^ ( mysql postgres )

RESTRICT=test

DEPEND=
=dev-lang/perl-5.10.1

=dev-perl/Apache-Session-1.53
=dev-perl/CSS-Squish-0.06
=dev-perl/Class-Accessor-0.34
=dev-perl/Class-ReturnValue-0.550.0-r1
=dev-perl/DBI-1.37
=dev-perl/Date-Extract-0.02
=dev-perl/DateTime-Format-Natural-0.67
=dev-perl/Devel-StackTrace-1.19
=dev-perl/HTML-FormatText-WithLinks-0.14
=dev-perl/HTML-Mason-1.43
=dev-perl/HTML-Scrubber-0.08
=dev-perl/HTTP-Server-Simple-0.34
=dev-perl/HTTP-Server-Simple-Mason-0.14
=dev-perl/Log-Dispatch-2.410.0
=dev-perl/MIME-tools-5.425
=dev-perl/MailTools-1.60
=dev-perl/Module-Versions-Report-1.05
=dev-perl/Role-Basic-0.12
=dev-perl/Symbol-Global-Name-0.04
=dev-perl/Text-Quoted-2.80.0
=dev-perl/Text-WikiFormat-0.76
=dev-perl/Tree-Simple-1.04
=dev-perl/XML-RSS-1.05
=dev-perl/dbix-searchbuilder-1.660.0
=dev-perl/locale-maketext-lexicon-0.32
=virtual/perl-CGI-4
=virtual/perl-Digest-MD5-2.27
=virtual/perl-Encode-2.730.0
=virtual/perl-File-Spec-0.8
=virtual/perl-Getopt-Long-2.24
=virtual/perl-Locale-Maketext-1.06
=virtual/perl-Storable-2.08
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl/Crypt-Eksblowfish
dev-perl/Crypt-SSLeay
dev-perl/Crypt-X509
dev-perl/DBD-SQLite
dev-perl/Data-GUID
dev-perl/Data-ICal
dev-perl/DateManip
dev-perl/Devel-GlobalDestruction
dev-perl/Email-Address
dev-perl/Email-Address-List
dev-perl/File-ShareDir
dev-perl/File-Which
dev-perl/GD
dev-perl/GDGraph
dev-perl/GDTextUtil

[gentoo-commits] gentoo-x86 commit in www-apps/rt/files: rt-makefile-serialize-install-prereqs.patch rt_apache2_fcgi.conf rt_apache2.conf

2015-05-19 Thread Aaron Swenson (titanofold)
titanofold15/05/19 15:49:09

  Added:rt-makefile-serialize-install-prereqs.patch
  Removed:  rt_apache2_fcgi.conf rt_apache2.conf
  Log:
  Address security bug 542882. Add patch fixing bug 540014 to serialize
  primary build targets while still allowing parallel building on
  subtargets. Remove outdated Apache configuration examples fixing bug
  544566. Users should follow the online guide.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  
www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch?rev=1.1content-type=text/plain

Index: rt-makefile-serialize-install-prereqs.patch
===
diff -Naruw rt-4.2.11.orig/Makefile.in rt-4.2.11/Makefile.in
--- rt-4.2.11.orig/Makefile.in  2015-04-27 20:56:16.0 -0400
+++ rt-4.2.11/Makefile.in   2015-05-14 13:50:05.279292835 -0400
@@ -359,6 +359,8 @@
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/*
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/*
 
+.NOTPARALLEL: testdeps config-install dirs files-install fixperms instruct
+
 install: testdeps config-install dirs files-install fixperms instruct
 
 files-install: libs-install etc-install config-install bin-install 
sbin-install html-install doc-install font-install po-install static-install






[gentoo-commits] gentoo-x86 commit in app-office/odeskteam: odeskteam-3.12.19.ebuild ChangeLog

2015-05-15 Thread Aaron Swenson (titanofold)
titanofold15/05/15 13:54:51

  Modified: ChangeLog
  Added:odeskteam-3.12.19.ebuild
  Log:
  Version bump fixes bug 542854.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.18 app-office/odeskteam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/odeskteam/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/odeskteam/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/odeskteam/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   13 May 2015 09:38:46 -  1.17
+++ ChangeLog   15 May 2015 13:54:51 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/odeskteam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v 1.17 
2015/05/13 09:38:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v 1.18 
2015/05/15 13:54:51 titanofold Exp $
+
+*odeskteam-3.12.19 (15 May 2015)
+
+  15 May 2015; Aaron W. Swenson titanof...@gentoo.org
+  +odeskteam-3.12.19.ebuild:
+  Version bump fixes bug 542854.
 
   13 May 2015; Agostino Sarubbo a...@gentoo.org odeskteam-3.12.9.ebuild:
   Stable for x86, wrt bug #547670



1.1  app-office/odeskteam/odeskteam-3.12.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/odeskteam/odeskteam-3.12.19.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/odeskteam/odeskteam-3.12.19.ebuild?rev=1.1content-type=text/plain

Index: odeskteam-3.12.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/odeskteam/odeskteam-3.12.19.ebuild,v 1.1 
2015/05/15 13:54:51 titanofold Exp $

EAPI=5

inherit rpm eutils

# Binary only distribution
QA_PREBUILT=*

DESCRIPTION=Project collaboration and tracking software for oDesk.com
HOMEPAGE=https://www.odesk.com/;
SRC_URI=amd64? ( https://www.odesk.com/downloads/linux/beta/${P}.x86_64.rpm )
 x86? ( 
https://www.odesk.com/downloads/linux/beta/${P}.i386.rpm )


LICENSE=ODESK
SLOT=0
KEYWORDS=~amd64 ~x86

S=${WORKDIR}

RDEPEND=
|| ( dev-qt/qtphonon:4 media-libs/phonon[qt4] )
=dev-libs/glib-2
app-arch/bzip2
dev-libs/libxml2
dev-qt/qtcore:4[ssl]
dev-qt/qtdbus:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qtscript:4
dev-qt/qtsql:4
dev-qt/qtsvg:4
dev-qt/qtxmlpatterns:4
media-libs/glu
media-libs/mesa
sys-libs/glibc
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXext
x11-libs/libXi


src_prepare() {
epatch ${FILESDIR}/${PN}-3.6.1_desktop_file.patch
}

src_install() {
into /opt
dobin usr/bin/odeskteam-qt4

domenu usr/share/applications/odeskteam.desktop

doicon usr/share/pixmaps/odeskteam.png
}






[gentoo-commits] gentoo-x86 commit in app-office/upwork: - New directory

2015-05-15 Thread Aaron Swenson (titanofold)
titanofold15/05/15 18:10:52

  Log:
  Directory /var/cvsroot/gentoo-x86/app-office/upwork added to the repository



[gentoo-commits] gentoo-x86 commit in app-office/upwork/files: - New directory

2015-05-15 Thread Aaron Swenson (titanofold)
titanofold15/05/15 18:12:30

  Log:
  Directory /var/cvsroot/gentoo-x86/app-office/upwork/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-office/upwork: metadata.xml ChangeLog upwork-4.0.53.0.ebuild Manifest

2015-05-15 Thread Aaron Swenson (titanofold)
titanofold15/05/15 18:17:08

  Added:metadata.xml ChangeLog upwork-4.0.53.0.ebuild
Manifest
  Log:
  Initial commit fixes bug 549118. Ebuild written by Stefan Talpalaru with
  adjustments and patch by me.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  app-office/upwork/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailtitanof...@gentoo.org/email
nameAaron W. Swenson/name
descriptionAssign bugs./description
/maintainer
maintainer
emailstefantalpal...@yahoo.com/email
nameStefan Talpalaru/name
descriptionCC on bugs./description
/maintainer
longdescription lang=en
upwork's desktop application enabling visibility, connectivity,
collaboration and guaranteed payment for guaranteed work.
/longdescription
/pkgmetadata



1.1  app-office/upwork/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-office/upwork
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v 1.1 2015/05/15 
18:17:08 titanofold Exp $

*upwork-4.0.53.0 (15 May 2015)

  15 May 2015; Aaron W. Swenson titanof...@gentoo.org
  +upwork-4.0.53.0.ebuild, +files/upwork-desktop.patch, +metadata.xml:
  Initial commit fixes bug 549118. Ebuild written by Stefan Talpalaru with
  adjustments and patch by me.




1.1  app-office/upwork/upwork-4.0.53.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.53.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.53.0.ebuild?rev=1.1content-type=text/plain

Index: upwork-4.0.53.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/upwork-4.0.53.0.ebuild,v 
1.1 2015/05/15 18:17:08 titanofold Exp $

EAPI=5

inherit rpm eutils

# Binary only distribution
QA_PREBUILT=*

DESCRIPTION=Project collaboration and tracking software for upwork.com
HOMEPAGE=https://www.upwork.com/;
SRC_URI=amd64? ( 
http://updates.team.odesk.com/binaries/v4_0_53_0_p5TnmGwLv5sZSuKB/${PN}_x86_64.rpm
 - ${P}_x86_64.rpm )
 x86? ( 
http://updates.team.odesk.com/binaries/v4_0_53_0_p5TnmGwLv5sZSuKB/${PN}_i386.rpm
 - ${P}_i386.rpm )

LICENSE=ODESK
SLOT=0
KEYWORDS=~amd64 ~x86

S=${WORKDIR}

RDEPEND=
dev-libs/libgcrypt:11
media-libs/alsa-lib
sys-libs/libcap
virtual/udev
x11-libs/gtk+:2
x11-libs/gtkglext


src_prepare() {
epatch ${FILESDIR}/${PN}-desktop.patch
}

src_install() {
# Wrapper to the real executable
dobin usr/bin/upwork

insinto /usr/share
doins -r usr/share/upwork
dosym /usr/lib/libudev.so /usr/share/upwork/libudev.so.0

# Make this executable because it's the real executable
fperms 0755 /usr/share/upwork/upwork

domenu usr/share/applications/upwork.desktop
doicon usr/share/pixmaps/upwork.png
}



1.1  app-office/upwork/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX upwork-desktop.patch 399 SHA256 
ad72e8a4eaa52112b2c64f601f235a55966d59b05ec6fae73fbed320667f0900 SHA512 
76386929bf4327b050149e00127876221091db36dc2daa4d2d2f2b71a52cbf6171c6912b70640f5342554c1fec840a192bf51ac7334954143a9bcec8ce6cbaef
 WHIRLPOOL 
3c27939e9622c622ebbe67e1a2762ce6bf800deeb597da1a1b29123f7bf13246d5fff606c2f74aa2019562d27b1d259e6b940a0a9be966b6756ebc613965c5d0
DIST upwork-4.0.53.0_i386.rpm 29330489 SHA256 
8fe161e3bda15ee7b8c372dfb3fabe4324fcfa4e925d0e8c14e71a8a8b90a858 SHA512 
28e186f6b95dedfe4175ace94522e6ce19aedb90c44ea72f33e8ae15e358e190423dc20b4704f70196904f11dbc7d29ddb776f27a29cb2f09fa8f74d6593317f
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in app-office/upwork/files: upwork-desktop.patch

2015-05-15 Thread Aaron Swenson (titanofold)
titanofold15/05/15 18:17:08

  Added:upwork-desktop.patch
  Log:
  Initial commit fixes bug 549118. Ebuild written by Stefan Talpalaru with
  adjustments and patch by me.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  app-office/upwork/files/upwork-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/files/upwork-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/files/upwork-desktop.patch?rev=1.1content-type=text/plain

Index: upwork-desktop.patch
===
--- a/usr/share/applications/upwork.desktop 2015-05-15 10:58:10.166313615 
-0400
+++ b/usr/share/applications/upwork.desktop 2015-05-15 10:58:29.929383130 
-0400
@@ -2,8 +2,8 @@
 Encoding=UTF-8
 Name=Upwork
 Exec=upwork
-Icon=upwork.png
+Icon=upwork
 Terminal=false
 Type=Application
-Categories=Development;Project Management;GTK
+Categories=Development;X-Project Management;GTK;
 StartupNotify=true






[gentoo-commits] gentoo-x86 commit in dev-db/pgbadger: ChangeLog pgbadger-7.0.ebuild

2015-05-12 Thread Aaron Swenson (titanofold)
titanofold15/05/12 15:39:28

  Modified: ChangeLog
  Added:pgbadger-7.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.6  dev-db/pgbadger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgbadger/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Apr 2015 08:26:46 -  1.5
+++ ChangeLog   12 May 2015 15:39:28 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pgbadger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbadger/ChangeLog,v 1.5 2015/04/14 
08:26:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbadger/ChangeLog,v 1.6 2015/05/12 
15:39:28 titanofold Exp $
+
+*pgbadger-7.0 (12 May 2015)
+
+  12 May 2015; Aaron W. Swenson titanof...@gentoo.org +pgbadger-7.0.ebuild:
+  version bump
 
 *pgbadger-6.4 (14 Apr 2015)
 



1.1  dev-db/pgbadger/pgbadger-7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgbadger/pgbadger-7.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgbadger/pgbadger-7.0.ebuild?rev=1.1content-type=text/plain

Index: pgbadger-7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbadger/pgbadger-7.0.ebuild,v 1.1 
2015/05/12 15:39:28 titanofold Exp $

EAPI=5

inherit perl-app

DESCRIPTION=pgBadger is a PostgreSQL log analyzer.
HOMEPAGE=http://dalibo.github.io/pgbadger/;
SRC_URI=mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64
IUSE=

DEPEND=dev-perl/Text-CSV_XS
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in sci-geosciences/osm2pgsql: osm2pgsql-0.84.0.ebuild ChangeLog osm2pgsql-99999999.ebuild osm2pgsql-0.86.0.ebuild osm2pgsql-0.87.0.ebuild

2015-05-10 Thread Aaron Swenson (titanofold)
titanofold15/05/10 21:53:28

  Modified: osm2pgsql-0.84.0.ebuild ChangeLog
osm2pgsql-.ebuild osm2pgsql-0.86.0.ebuild
osm2pgsql-0.87.0.ebuild
  Log:
  Fix bug 548862. Add slot operator to dev-db/postgresql and dev-lang/lua 
dependencies.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.5  sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild

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

Index: osm2pgsql-0.84.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- osm2pgsql-0.84.0.ebuild 18 Apr 2015 12:30:41 -  1.4
+++ osm2pgsql-0.84.0.ebuild 10 May 2015 21:53:28 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild,v 1.4 
2015/04/18 12:30:41 swegener Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild,v 1.5 
2015/05/10 21:53:28 titanofold Exp $
 
 EAPI=5
 
@@ -17,12 +17,12 @@
 
 DEPEND=
app-arch/bzip2
-   dev-db/postgresql
+   dev-db/postgresql:=
dev-libs/libxml2:2
sci-libs/geos
sci-libs/proj
sys-libs/zlib
-   lua? ( dev-lang/lua )
+   lua? ( dev-lang/lua:= )
pbf? ( dev-libs/protobuf-c )
 
 RDEPEND=${DEPEND}



1.19 sci-geosciences/osm2pgsql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Apr 2015 12:30:41 -  1.18
+++ ChangeLog   10 May 2015 21:53:28 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sci-geosciences/osm2pgsql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.18 
2015/04/18 12:30:41 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.19 
2015/05/10 21:53:28 titanofold Exp $
+
+  10 May 2015; Aaron W. Swenson titanof...@gentoo.org
+  osm2pgsql-0.84.0.ebuild, osm2pgsql-0.86.0.ebuild, osm2pgsql-0.87.0.ebuild,
+  osm2pgsql-.ebuild:
+  Fix bug 548862. Add slot operator to dev-db/postgresql and dev-lang/lua
+  dependencies.
 
   18 Apr 2015; Sven Wegener swege...@gentoo.org osm2pgsql-0.84.0.ebuild,
   osm2pgsql-0.86.0.ebuild, osm2pgsql-0.87.0.ebuild:



1.12 sci-geosciences/osm2pgsql/osm2pgsql-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild?r1=1.11r2=1.12

Index: osm2pgsql-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- osm2pgsql-.ebuild   28 Dec 2014 16:50:47 -  1.11
+++ osm2pgsql-.ebuild   10 May 2015 21:53:28 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild,v 
1.11 2014/12/28 16:50:47 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-.ebuild,v 
1.12 2015/05/10 21:53:28 titanofold Exp $
 
 EAPI=5
 
@@ -20,12 +20,13 @@
 
 DEPEND=
app-arch/bzip2
-   dev-db/postgresql
+   dev-db/postgresql:=
+   dev-libs/boost
dev-libs/libxml2:2
sci-libs/geos
sci-libs/proj

[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: ChangeLog fluxbox-1.3.7-r1.ebuild

2015-05-08 Thread Aaron Swenson (titanofold)
titanofold15/05/08 10:09:25

  Modified: ChangeLog fluxbox-1.3.7-r1.ebuild
  Log:
  Remove invalid epatch line that snuck its way back in.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.337x11-wm/fluxbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.337view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.337content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.336r2=1.337

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog   6 May 2015 12:45:37 -   1.336
+++ ChangeLog   8 May 2015 10:09:25 -   1.337
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.336 2015/05/06 
12:45:37 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.337 2015/05/08 
10:09:25 titanofold Exp $
+
+  06 May 2015; Aaron W. Swenson titanof...@gentoo.org
+  fluxbox-1.3.7-r1.ebuild:
+  Remove invalid epatch line that snuck its way back in.
 
   06 May 2015; Aaron W. Swenson titanof...@gentoo.org fluxbox-.ebuild:
   Fix bug 509014.



1.2  x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild?r1=1.1r2=1.2

Index: fluxbox-1.3.7-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fluxbox-1.3.7-r1.ebuild 6 May 2015 11:05:47 -   1.1
+++ fluxbox-1.3.7-r1.ebuild 8 May 2015 10:09:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild,v 
1.1 2015/05/06 11:05:47 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild,v 
1.2 2015/05/08 10:09:25 titanofold Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs prefix
@@ -45,8 +45,6 @@
# files in menu [include] items. This patch will allow us to do clever
# things with style ebuilds.
epatch ${FILESDIR}/gentoo_style_location-1.1.x.patch
-   # Fix the semantic issue of icon paths, bug #536370
-   epatch ${FILESDIR}/1.3.5-generate_menu-printf-fix.patch
 
eprefixify util/fluxbox-generate_menu.in
 






[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: metadata.xml ChangeLog fluxbox-1.3.7-r1.ebuild

2015-05-06 Thread Aaron Swenson (titanofold)
titanofold15/05/06 11:05:47

  Modified: metadata.xml ChangeLog
  Added:fluxbox-1.3.7-r1.ebuild
  Log:
  Fix bug 547990. Thanks to Daniel Campbell for testing.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.20 x11-wm/fluxbox/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/metadata.xml?r1=1.19r2=1.20

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/metadata.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- metadata.xml7 Jan 2015 07:34:24 -   1.19
+++ metadata.xml6 May 2015 11:05:47 -   1.20
@@ -1,26 +1,32 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdproxy-maintainers/herd
-maintainer
-   emailpchr...@gentoo.org/email
-   namePanagiotis Christopoulos/name
-/maintainer
-maintainer
-   emailcont...@sporkbox.us/email
-   nameDaniel Campbell/name
-/maintainer
-   longdescription![CDATA[
+   herdproxy-maintainers/herd
+   maintainer
+   emailpchr...@gentoo.org/email
+   namePanagiotis Christopoulos/name
+   /maintainer
+   maintainer
+   emaildlcampb...@gmx.com/email
+   nameDaniel Campbell/name
+   descriptionMantainer. Assign bugs to him/description
+   /maintainer
+   longdescription
Fluxbox is yet another windowmanager for X. Originally based 
upon the
Blackbox 0.61.1 code, Fluxbox has been extended to include a 
new tabbed
window handling mechanism, an improved configurable window 
title bar,
-   better KDE and GNOME integration, an integrated keygrabber and 
countless
-   additonal features.
-   ]]/longdescription
+   better KDE and GNOME integration, an integrated key grabber and
+   countless additional features.
+   /longdescription
use
-   flag name='slit'Enables the fluxbox slit (or dock)/flag
-   flag name='toolbar'Enables the fluxbox toolbar/flag
-   flag name='bidi'Enable bidirectional language support with
-   pkgdev-libs/fribidi/pkg/flag
+   flag name='bidi'
+   Enable bidirectional language support with
+   pkgdev-libs/fribidi/pkg
+   /flag
+   flag name='slit'Enables the Fluxbox slit (or dock)/flag
+   flag name='systray'
+   Enables the system tray in the Fluxbox toolbar
+   /flag
+   flag name='toolbar'Enables the Fluxbox toolbar/flag
/use
 /pkgmetadata



1.335x11-wm/fluxbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.335view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.335content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.334r2=1.335

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- ChangeLog   30 Apr 2015 04:30:29 -  1.334
+++ ChangeLog   6 May 2015 11:05:47 -   1.335
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.334 2015/04/30 
04:30:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.335 2015/05/06 
11:05:47 titanofold Exp $
+
+*fluxbox-1.3.7-r1 (06 May 2015)
+
+  06 May 2015; Aaron W. Swenson titanof...@gentoo.org
+  +fluxbox-1.3.7-r1.ebuild, metadata.xml:
+  Fix bug 547990. Thanks to Daniel Campbell for testing.
 
   30 Apr 2015; Jeroen Roovers j...@gentoo.org fluxbox-1.3.6-r1.ebuild:
   Stable for HPPA (bug #541526).



1.1  x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7-r1.ebuild?rev=1.1content-type=text/plain

Index: fluxbox-1.3.7-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 

[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: ChangeLog fluxbox-9999.ebuild

2015-05-06 Thread Aaron Swenson (titanofold)
titanofold15/05/06 12:45:37

  Modified: ChangeLog fluxbox-.ebuild
  Log:
  Fix bug 509014.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.336x11-wm/fluxbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.336view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.336content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.335r2=1.336

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog   6 May 2015 11:05:47 -   1.335
+++ ChangeLog   6 May 2015 12:45:37 -   1.336
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.335 2015/05/06 
11:05:47 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.336 2015/05/06 
12:45:37 titanofold Exp $
+
+  06 May 2015; Aaron W. Swenson titanof...@gentoo.org fluxbox-.ebuild:
+  Fix bug 509014.
 
 *fluxbox-1.3.7-r1 (06 May 2015)
 



1.15 x11-wm/fluxbox/fluxbox-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild?r1=1.14r2=1.15

Index: fluxbox-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fluxbox-.ebuild 26 Jan 2015 12:31:03 -  1.14
+++ fluxbox-.ebuild 6 May 2015 12:45:37 -   1.15
@@ -1,11 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild,v 1.14 
2015/01/26 12:31:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-.ebuild,v 1.15 
2015/05/06 12:45:37 titanofold Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs git-2 prefix
 
-IUSE=nls xinerama bidi +truetype +imlib +slit +toolbar vim-syntax
+IUSE=nls xinerama bidi +truetype +imlib +slit +systray +toolbar vim-syntax
+
+REQUIRED_USE=systray? ( toolbar )
 
 DESCRIPTION=Fluxbox is an X11 window manager featuring tabs and an iconbar
 
@@ -64,13 +66,12 @@
 src_configure() {
use bidi  append-cppflags $($(tc-getPKG_CONFIG) --cflags fribidi)
 
-   econf ${myconf} \
-   $(use_enable bidi fribidi ) \
+   econf $(use_enable bidi fribidi ) \
$(use_enable imlib imlib2) \
$(use_enable nls) \
$(use_enable slit ) \
+   $(use_enable systray) \
$(use_enable toolbar ) \
-   $(use_enable toolbar systray ) \
$(use_enable truetype xft) \
$(use_enable xinerama) \
--sysconfdir=${EPREFIX}/etc/X11/${PN} \
@@ -78,7 +79,7 @@
 }
 
 src_compile() {
-   emake
+   default
 
ebegin Creating a menu file (may take a while)
mkdir -p ${T}/home/.fluxbox || die mkdir home failed






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql/files: postgresql-9.2-9.4-tz-dir-overflow.patch postgresql-9.1-tz-dir-overflow.patch

2015-04-08 Thread Aaron Swenson (titanofold)
titanofold15/04/08 17:42:08

  Added:postgresql-9.2-9.4-tz-dir-overflow.patch
postgresql-9.1-tz-dir-overflow.patch
  Log:
  Fix bugs 486556, 534124, and 540288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  
dev-db/postgresql/files/postgresql-9.2-9.4-tz-dir-overflow.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql-9.2-9.4-tz-dir-overflow.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql-9.2-9.4-tz-dir-overflow.patch?rev=1.1content-type=text/plain

Index: postgresql-9.2-9.4-tz-dir-overflow.patch
===
--- a/src/timezone/pgtz.c   2015-02-02 15:45:23.0 -0500
+++ b/src/timezone/pgtz.c   2015-04-07 14:21:22.341832190 -0400
@@ -1615,6 +1615,13 @@
if (direntry-d_name[0] == '.')
continue;
 
+   /* copy current working directory so that there is no risk of 
modification by basename(),
+* and compare to current direntry name; skip if they are the 
same as this is a recursive fs loop
+*/
+   snprintf(fullname, MAXPGPATH, %s, dir-dirname[dir-depth]);
+   if 
(strncmp(direntry-d_name,basename(fullname),strlen(direntry-d_name)) == 0)
+   continue;
+
snprintf(fullname, MAXPGPATH, %s/%s,
 dir-dirname[dir-depth], direntry-d_name);
if (stat(fullname, statbuf) != 0)



1.1  
dev-db/postgresql/files/postgresql-9.1-tz-dir-overflow.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql-9.1-tz-dir-overflow.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/files/postgresql-9.1-tz-dir-overflow.patch?rev=1.1content-type=text/plain

Index: postgresql-9.1-tz-dir-overflow.patch
===
--- a/src/timezone/pgtz.c   2015-02-02 15:45:23.0 -0500
+++ b/src/timezone/pgtz.c   2015-04-07 14:21:22.341832190 -0400
@@ -586,6 +586,12 @@
if (direntry-d_name[0] == '.')
continue;
 
+   /* if current working directory has the same name as current 
direntry name,
+* then skip as this is a recursive fs loop
+*/
+   if (strncmp(direntry-d_name,tzdirsub,strlen(direntry-d_name)) 
== 0)
+   continue;
+
snprintf(tzdir + tzdir_orig_len, MAXPGPATH - tzdir_orig_len,
 /%s, direntry-d_name);
 
@@ -1615,6 +1621,13 @@
if (direntry-d_name[0] == '.')
continue;
 
+   /* copy current working directory so that there is no risk of 
modification by basename(),
+* and compare to current direntry name; skip if they are the 
same as this is a recursive fs loop
+*/
+   snprintf(fullname, MAXPGPATH, %s, dir-dirname[dir-depth]);
+   if 
(strncmp(direntry-d_name,basename(fullname),strlen(direntry-d_name)) == 0)
+   continue;
+
snprintf(fullname, MAXPGPATH, %s/%s,
 dir-dirname[dir-depth], direntry-d_name);
if (stat(fullname, statbuf) != 0)






[gentoo-commits] gentoo-x86 commit in dev-db/pgtune: ChangeLog Manifest metadata.xml pgtune-0.9.3-r1.ebuild pgtune-0.9.3.ebuild

2015-04-08 Thread Aaron Swenson (titanofold)
titanofold15/04/08 18:17:34

  Removed:  ChangeLog Manifest metadata.xml
pgtune-0.9.3-r1.ebuild pgtune-0.9.3.ebuild
  Log:
  Not maintained upstream, has blocker bug 530868, and a maintained online 
alternative lives at: http://pgtune.leopard.in.ua/



[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.3.6-r1.ebuild postgresql-9999.ebuild postgresql-9.2.10-r1.ebuild postgresql-9.1.15-r1.ebuild ChangeLog postgresql-9.4.1-r1.ebuild

2015-04-08 Thread Aaron Swenson (titanofold)
titanofold15/04/08 17:42:08

  Modified: postgresql-.ebuild ChangeLog
  Added:postgresql-9.3.6-r1.ebuild
postgresql-9.2.10-r1.ebuild
postgresql-9.1.15-r1.ebuild
postgresql-9.4.1-r1.ebuild
postgresql-9.0.19-r1.ebuild
  Log:
  Fix bugs 486556, 534124, and 540288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.10 dev-db/postgresql/postgresql-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-.ebuild?r1=1.9r2=1.10

Index: postgresql-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- postgresql-.ebuild  7 Apr 2015 02:07:32 -   1.9
+++ postgresql-.ebuild  8 Apr 2015 17:42:08 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v 
1.9 2015/04/07 02:07:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v 
1.10 2015/04/08 17:42:08 titanofold Exp $
 
 EAPI=5
 
@@ -107,6 +107,8 @@
-i src/backend/libpq/auth.c || \
die 'PGSQL_PAM_SERVICE rename failed.'
fi
+
+   epatch_user
 }
 
 src_configure() {
@@ -124,7 +126,7 @@
econf \
--prefix=${PO}/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=${PO}/usr/share/postgresql-${SLOT} \
-   --docdir=${PO}/usr/share/doc/postgresql-${SLOT} \
+   --docdir=${PO}/usr/share/doc/${PF} \
--includedir=${PO}/usr/include/postgresql-${SLOT} \
--mandir=${PO}/usr/share/postgresql-${SLOT}/man \
--sysconfdir=${PO}/etc/postgresql-${SLOT} \
@@ -243,7 +245,7 @@
 pkg_prerm() {
if use server  [[ -z ${REPLACED_BY_VERSION} ]] ; then
ewarn Have you dumped and/or migrated the ${SLOT} database 
cluster?
-   ewarn \thttps://wiki.gentoo.org/wiki/PostgreSQL#doc_chap5;
+   ewarn 
\thttps://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Migrating_PostgreSQL;
 
ebegin Resuming removal in 10 seconds (Control-C to cancel)
sleep 10



1.423dev-db/postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.423view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?rev=1.423content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/ChangeLog?r1=1.422r2=1.423

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog   7 Apr 2015 02:08:19 -   1.422
+++ ChangeLog   8 Apr 2015 17:42:08 -   1.423
@@ -1,6 +1,20 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.422 
2015/04/07 02:08:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.423 
2015/04/08 17:42:08 titanofold Exp $
+
+*postgresql-9.4.1-r1 (08 Apr 2015)
+*postgresql-9.3.6-r1 (08 Apr 2015)
+*postgresql-9.2.10-r1 (08 Apr 2015)
+*postgresql-9.1.15-r1 (08 Apr 2015)
+*postgresql-9.0.19-r1 (08 Apr 2015)
+
+  08 Apr 2015; Aaron W. Swenson titanof...@gentoo.org
+  +postgresql-9.0.19-r1.ebuild, +postgresql-9.1.15-r1.ebuild,
+  +postgresql-9.2.10-r1.ebuild, +postgresql-9.3.6-r1.ebuild,
+  +postgresql-9.4.1-r1.ebuild, postgresql-.ebuild,
+  +files/postgresql-9.1-tz-dir-overflow.patch,
+  +files/postgresql-9.2-9.4-tz-dir-overflow.patch:
+  Fix bugs 486556, 534124, and 540288
 
   07 Apr 2015; Patrick Lauer patr...@gentoo.org postgresql-.ebuild:
   Fix - ebuild to not build docs and manpages as this doesn't work, 
upstream



1.1  dev-db/postgresql/postgresql-9.3.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.3.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql/postgresql-9.3.6-r1.ebuild?rev=1.1content-type=text/plain

Index: postgresql-9.3.6-r1.ebuild

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-04-08 Thread Aaron Swenson (titanofold)
titanofold15/04/08 18:19:06

  Modified: ChangeLog package.mask
  Log:
  pgtune removed from tree, removing mask

Revision  ChangesPath
1.9916   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9916view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9916content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9915r2=1.9916

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9915
retrieving revision 1.9916
diff -u -r1.9915 -r1.9916
--- ChangeLog   7 Apr 2015 21:02:53 -   1.9915
+++ ChangeLog   8 Apr 2015 18:19:06 -   1.9916
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9915 2015/04/07 
21:02:53 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9916 2015/04/08 
18:19:06 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Apr 2015; Aaron W. Swenson titanof...@gentoo.org package.mask:
+  pgtune removed from tree, removing mask
+
   07 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Mask app-laptop/gkrellm-pmu for removal
 



1.16469  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16469view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16469content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16468r2=1.16469

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16468
retrieving revision 1.16469
diff -u -r1.16468 -r1.16469
--- package.mask7 Apr 2015 21:02:53 -   1.16468
+++ package.mask8 Apr 2015 18:19:06 -   1.16469
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16468 2015/04/07 
21:02:53 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16469 2015/04/08 
18:19:06 titanofold Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -668,14 +668,6 @@
 # p.mask the - version
 =dev-misc/i2pd-
 
-# Aaron W. Swenson titanof...@gentoo.org) (7 Jan 2015)
-# pgtune is masked for removal 2015-03-08. It's dead upstream, has a
-# critical bug 530868, and doesn't use a real distribution
-# model. Adopt the package upstream to save it.
-# An online alternative lives at:
-#http://pgtune.leopard.in.ua/
-dev-db/pgtune
-
 # Tony Vroon chain...@gentoo.org (5 Jan 2015)
 # Asterisk 13 is an LTS release but has not seen
 # sufficient releases to be considered ready for






[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: fluxbox-1.3.7.ebuild ChangeLog

2015-03-22 Thread Aaron Swenson (titanofold)
titanofold15/03/22 12:06:22

  Modified: ChangeLog
  Added:fluxbox-1.3.7.ebuild
  Log:
  Version bump fixes bug 539348. Thanks Daniel Campbell.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.332x11-wm/fluxbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.332view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.332content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.331r2=1.332

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- ChangeLog   20 Mar 2015 09:01:07 -  1.331
+++ ChangeLog   22 Mar 2015 12:06:22 -  1.332
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.331 2015/03/20 
09:01:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.332 2015/03/22 
12:06:22 titanofold Exp $
+*fluxbox-1.3.7 (22 Mar 2015)
+
+  22 Mar 2015; Aaron W. Swenson titanof...@gentoo.org +fluxbox-1.3.7.ebuild:
+  Version bump fixes bug 539348. Thanks Daniel Campbell.
 
   20 Mar 2015; Justin Lecher j...@gentoo.org files/fluxbox.desktop:
   Fix desktop file



1.1  x11-wm/fluxbox/fluxbox-1.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7.ebuild?rev=1.1content-type=text/plain

Index: fluxbox-1.3.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.7.ebuild,v 1.1 
2015/03/22 12:06:22 titanofold Exp $

EAPI=5
inherit eutils flag-o-matic toolchain-funcs prefix

IUSE=nls xinerama bidi +truetype +imlib +slit +toolbar vim-syntax

DESCRIPTION=Fluxbox is an X11 window manager featuring tabs and an iconbar

SRC_URI=mirror://sourceforge/fluxbox/${P}.tar.xz
HOMEPAGE=http://www.fluxbox.org;
SLOT=0
LICENSE=MIT
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux

RDEPEND=
!!=x11-misc/fbdesk-1.2.1
!!=x11-misc/fluxconf-0.9.9
!!x11-themes/fluxbox-styles-fluxmod-20040809-r1
bidi? ( =dev-libs/fribidi-0.19.2 )
imlib? ( =media-libs/imlib2-1.2.0[X] )
truetype? ( media-libs/freetype )
vim-syntax? ( app-vim/fluxbox-syntax )
x11-libs/libXext
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXrandr
x11-libs/libXrender
xinerama? ( x11-libs/libXinerama )
|| ( x11-misc/gxmessage x11-apps/xmessage )

DEPEND=
${RDEPEND}
bidi? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
x11-proto/xextproto


src_prepare() {
# We need to be able to include directories rather than just plain
# files in menu [include] items. This patch will allow us to do clever
# things with style ebuilds.
epatch ${FILESDIR}/gentoo_style_location-1.1.x.patch
eprefixify util/fluxbox-generate_menu.in

epatch ${FILESDIR}/osx-has-otool.patch

# Add in the Gentoo -r number to fluxbox -version output.
if [[ ${PR} == r0 ]] ; then
suffix=gentoo
else
suffix=gentoo-${PR}
fi
sed -i \
-e s~\(__fluxbox_version .@VERSION@\)~\1-${suffix}~ \
version.h.in || die version sed failed
}

src_configure() {
use bidi  append-cppflags $($(tc-getPKG_CONFIG) --cflags fribidi)

econf ${myconf} \
$(use_enable bidi fribidi ) \
$(use_enable imlib imlib2) \
$(use_enable nls) \
$(use_enable slit ) \
$(use_enable toolbar ) \
$(use_enable truetype xft) \
$(use_enable xinerama) \
--sysconfdir=${EPREFIX}/etc/X11/${PN} \
--with-style=${EPREFIX}/usr/share/fluxbox/styles/Emerge
}

src_compile() {
default

ebegin Creating a menu file (may take a while)
mkdir -p ${T}/home/.fluxbox || die mkdir home failed
# Call fluxbox-generate_menu through bash since it lacks +x
# chmod 744 may be an equal fix
MENUFILENAME=${S}/data/menu MENUTITLE=Fluxbox ${PV} \
CHECKINIT=no. go away. HOME=${T}/home \
bash ${S}/util/fluxbox-generate_menu -is -ds \
|| die menu generation 

[gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin: ChangeLog

2015-02-25 Thread Aaron Swenson (titanofold)
titanofold15/02/25 15:04:10

  Modified: ChangeLog
  Log:
  Abstracted post-install instructions so that they are database agnostic. 
Fixes bug 387773.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.37 www-apps/postfixadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   10 Aug 2014 20:14:45 -  1.36
+++ ChangeLog   25 Feb 2015 15:04:10 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/postfixadmin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.36 
2014/08/10 20:14:45 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.37 
2015/02/25 15:04:10 titanofold Exp $
+
+  25 Feb 2015; Aaron W. Swenson titanof...@gentoo.org
+  files/postinstall-en-2.3.txt:
+  Abstracted post-install instructions so that they are database agnostic.
+  Fixes bug 387773.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org 
postfixadmin-2.3.7.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin/files: postinstall-en-2.3.txt

2015-02-25 Thread Aaron Swenson (titanofold)
titanofold15/02/25 15:04:10

  Modified: postinstall-en-2.3.txt
  Log:
  Abstracted post-install instructions so that they are database agnostic. 
Fixes bug 387773.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.2  www-apps/postfixadmin/files/postinstall-en-2.3.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.3.txt?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.3.txt?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.3.txt?r1=1.1r2=1.2

Index: postinstall-en-2.3.txt
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apps/postfixadmin/files/postinstall-en-2.3.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postinstall-en-2.3.txt  16 Mar 2010 19:15:32 -  1.1
+++ postinstall-en-2.3.txt  25 Feb 2015 15:04:10 -  1.2
@@ -1,47 +1,47 @@
-You will need to provide a database for your postfixadmin installation.
+First Time Installation
+===
+PostfixAdmin can use either MySQL or PostgreSQL. It is up to you, or your
+database administrator, to provide a database and a user with full access to
+the database for use by PostfixAdmin.
 
-This assumes you have some knowledge of MySQL, and already have it
-installed and configured. If not, please refer to the Gentoo MySQL
-guide at the following URL:
+If you are unfamiliar with MySQL or PostgreSQL, we have some good starting
+guides:
 
-http://www.gentoo.org/doc/en/mysql-howto.xml
+  * http://www.gentoo.org/doc/en/mysql-howto.xml
+  * https://wiki.gentoo.org/wiki/PostgreSQL
 
-Log in to MySQL, and create a new database as well as a user with full
-access to this database. After that you will need to provide the details
-of this database and the associated user within the file
+Once the database and user have been allocated, you will need to provide the
+details of this database and the associated user within the configuration file:
 
-${MY_INSTALLDIR}/config.inc.php
+  ${MY_INSTALLDIR}/config.inc.php
 
-Make sure you also set
+In the same configuration file, check for other settings that are relevant to
+your setup. Once you're finished with your changes, make sure you set:
 
   $CONF['configured'] = true;
 
-in this file.
+To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL.
 
-Finally you should be able to complete the installation of postfixadmin
-by pointing your browser at
+Finally you should be able to complete the installation of postfixadmin by
+pointing your browser at:
 
   http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
 
-
-Updating from older version of Postfix Admin:
-  * When you are upgrading from an older Postfix Admin version, make sure you
-  * backup your database before you run the update script on your database.
-  *   mysqldump -a -u root -p  /tmp/postfixadmin-backup.sql
-
-  For update from version 1.5.x of Postfix Admin:
-1. Please read the DOCUMENTS/UPGRADE.TXT
-   2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
-
-
-To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL.
-
-Check the config.inc.php file. There you can specify settings that are
-relevant to your setup.
-
 Postfix Admin contains 3 views of administration:
   1. Site Admin view, located at 
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/.
   2. Domain Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/.
   3. User Admin View, located at 
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/users/.
 
 In order to do the initial configuration you have to go to the Site Admin view.
+
+Upgrading
+=
+When updating from older version of PostfixAdmin, make sure you backup your
+database before you run the update script on your database.
+
+  * mysqldump -a -u root -p  /tmp/postfixadmin-backup.sql
+  * pg_dump -U postgres -d postgres -C -f pa-db-backup.sql postfixadmin_db
+
+For update from version 1.5.x of PostfixAdmin:
+  1. Please read the DOCUMENTS/UPGRADE.TXT
+  2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php






[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: ChangeLog fluxbox-1.3.6.ebuild

2015-01-11 Thread Aaron Swenson (titanofold)
titanofold15/01/11 17:18:40

  Modified: ChangeLog
  Added:fluxbox-1.3.6.ebuild
  Log:
  Version bump fixes bug 535864. Thanks Daniel Campbell.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.316x11-wm/fluxbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.316view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?rev=1.316content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/ChangeLog?r1=1.315r2=1.316

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- ChangeLog   7 Jan 2015 07:34:24 -   1.315
+++ ChangeLog   11 Jan 2015 17:18:40 -  1.316
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.315 2015/01/07 
07:34:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.316 2015/01/11 
17:18:40 titanofold Exp $
+
+*fluxbox-1.3.6 (11 Jan 2015)
+
+  11 Jan 2015; Aaron W. Swenson titanof...@gentoo.org +fluxbox-1.3.6.ebuild:
+  Version bump fixes bug 535864. Thanks Daniel Campbell.
 
   07 Jan 2015; Jeroen Roovers j...@gentoo.org metadata.xml:
   Update e-mail address.



1.1  x11-wm/fluxbox/fluxbox-1.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.6.ebuild?rev=1.1content-type=text/plain

Index: fluxbox-1.3.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.6.ebuild,v 1.1 
2015/01/11 17:18:40 titanofold Exp $

EAPI=5
inherit eutils flag-o-matic toolchain-funcs prefix

IUSE=nls xinerama bidi +truetype +imlib +slit +toolbar vim-syntax

DESCRIPTION=Fluxbox is an X11 window manager featuring tabs and an iconbar

SRC_URI=mirror://sourceforge/fluxbox/${P}.tar.xz
HOMEPAGE=http://www.fluxbox.org;
SLOT=0
LICENSE=MIT
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux

RDEPEND=
!!=x11-misc/fbdesk-1.2.1
!!=x11-misc/fluxconf-0.9.9
!!x11-themes/fluxbox-styles-fluxmod-20040809-r1
bidi? ( =dev-libs/fribidi-0.19.2 )
imlib? ( =media-libs/imlib2-1.2.0[X] )
truetype? ( media-libs/freetype )
vim-syntax? ( app-vim/fluxbox-syntax )
x11-libs/libXext
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXrandr
x11-libs/libXrender
xinerama? ( x11-libs/libXinerama )
|| ( x11-misc/gxmessage x11-apps/xmessage )

DEPEND=
${RDEPEND}
bidi? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
x11-proto/xextproto


src_prepare() {
# We need to be able to include directories rather than just plain
# files in menu [include] items. This patch will allow us to do clever
# things with style ebuilds.
epatch ${FILESDIR}/gentoo_style_location-1.1.x.patch
eprefixify util/fluxbox-generate_menu.in

epatch ${FILESDIR}/osx-has-otool.patch

# Add in the Gentoo -r number to fluxbox -version output.
if [[ ${PR} == r0 ]] ; then
suffix=gentoo
else
suffix=gentoo-${PR}
fi
sed -i \
-e s~\(__fluxbox_version .@VERSION@\)~\1-${suffix}~ \
version.h.in || die version sed failed
}

src_configure() {
use bidi  append-cppflags $($(tc-getPKG_CONFIG) --cflags fribidi)

econf ${myconf} \
$(use_enable bidi fribidi ) \
$(use_enable imlib imlib2) \
$(use_enable nls) \
$(use_enable slit ) \
$(use_enable toolbar ) \
$(use_enable truetype xft) \
$(use_enable xinerama) \
--sysconfdir=${EPREFIX}/etc/X11/${PN} \
--with-style=${EPREFIX}/usr/share/fluxbox/styles/Emerge
}

src_compile() {
default

ebegin Creating a menu file (may take a while)
mkdir -p ${T}/home/.fluxbox || die mkdir home failed
# Call fluxbox-generate_menu through bash since it lacks +x
# chmod 744 may be an equal fix
MENUFILENAME=${S}/data/menu MENUTITLE=Fluxbox ${PV} \
CHECKINIT=no. go away. HOME=${T}/home \
bash ${S}/util/fluxbox-generate_menu -is -ds \
|| die menu generation 

[gentoo-commits] gentoo-x86 commit in dev-python/pgasync: - New directory

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 11:09:31

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pgasync added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/pgasync: metadata.xml pgasync-2.01.ebuild ChangeLog pgasync-2.01-r1.ebuild Manifest

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 11:21:07

  Added:metadata.xml pgasync-2.01.ebuild ChangeLog
pgasync-2.01-r1.ebuild Manifest
  Log:
  Moved package from dev-db/pgasync to dev-python/pgasync. Bump
  distutils inherit, and add AMD64 keyword.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.1  dev-python/pgasync/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpostgresql/herd
herdpython/herd
/pkgmetadata



1.1  dev-python/pgasync/pgasync-2.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/pgasync-2.01.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/pgasync-2.01.ebuild?rev=1.1content-type=text/plain

Index: pgasync-2.01.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/pgasync-2.01.ebuild,v 1.1 
2015/01/07 11:21:07 titanofold Exp $

EAPI=3
PYTHON_DEPEND=2
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS=3.* *-jython

inherit distutils

DESCRIPTION=An asynchronous api to postgres for twisted
HOMEPAGE=http://www.jamwt.com/pgasync/;
SRC_URI=http://www.jamwt.com/pgasync/files/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~x86
IUSE=doc

DEPEND==dev-python/twisted-core-1.3
RDEPEND=${DEPEND}

DOCS=CHANGELOG PKG-INFO README TODO

src_install() {
distutils_src_install

if use doc; then
insinto /usr/share/doc/${PF}
doins -r examples || die doins failed
fi
}



1.1  dev-python/pgasync/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/pgasync
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/ChangeLog,v 1.1 
2015/01/07 11:21:07 titanofold Exp $

*pgasync-2.01-r1 (07 Jan 2015)
*pgasync-2.01 (07 Jan 2015)

  07 Jan 2015; Aaron W. Swenson titanof...@gentoo.org +pgasync-2.01.ebuild,
  +pgasync-2.01-r1.ebuild, +metadata.xml:
  Moved package from dev-db/pgasync to dev-python/pgasync. Bump
  distutils inherit, and add AMD64 keyword.




1.1  dev-python/pgasync/pgasync-2.01-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/pgasync-2.01-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/pgasync-2.01-r1.ebuild?rev=1.1content-type=text/plain

Index: pgasync-2.01-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pgasync/pgasync-2.01-r1.ebuild,v 
1.1 2015/01/07 11:21:07 titanofold Exp $

EAPI=5

PYTHON_COMPAT=( python2_{6,7} )

inherit distutils-r1

DESCRIPTION=An asynchronous API to PostgreSQL for twisted
HOMEPAGE=http://www.jamwt.com/pgasync/;
SRC_URI=http://www.jamwt.com/pgasync/files/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc

DEPEND=dev-python/twisted-core[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}

DOCS=CHANGELOG PKG-INFO README TODO

src_install() {
distutils-r1_python_install_all

if use doc; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}



1.1  dev-python/pgasync/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pgasync/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST pgasync-2.01.tar.gz 22314 SHA256 
c38ac6ae200d54c22ad480ea020e0019692e69992344abce287232b30ccfe56c SHA512 
36916ce3dcebf82367eace8fd689e0d300ffc040250869794191bfb723053050c9766fa5ce251341c317f7fbab418ace4dc36345d5c73eea92c1d04d36e802af
 WHIRLPOOL 
6ac847535e7e8efdc28cf64323b302ee590bb38103049d19bc8f41aab6d2c9ec50d0493da0fea014e44f610871aed446c713e58b46f80db6414195b6d6327ab3
EBUILD pgasync-2.01-r1.ebuild 735 SHA256 

[gentoo-commits] gentoo-x86 commit in profiles/updates: 4Q-2014

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 11:26:34

  Modified: 4Q-2014
  Log:
  pgasync is a Python library and not a standalone application. Moved from 
dev-db to dev-python.

Revision  ChangesPath
1.14 profiles/updates/4Q-2014

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?r1=1.13r2=1.14

Index: 4Q-2014
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/4Q-2014,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- 4Q-2014 31 Dec 2014 12:17:21 -  1.13
+++ 4Q-2014 7 Jan 2015 11:26:34 -   1.14
@@ -10,3 +10,4 @@
 move media-gfx/photo media-gfx/photoqt
 move kde-base/oxygen-fonts kde-plasma/oxygen-fonts
 move dev-db/postgresql-base dev-db/postgresql
+move dev-db/pgasync dev-python/pgasync






[gentoo-commits] gentoo-x86 commit in dev-db/pgasync: ChangeLog Manifest metadata.xml pgasync-2.01.ebuild

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 11:27:41

  Removed:  ChangeLog Manifest metadata.xml pgasync-2.01.ebuild
  Log:
  pgasync is a Python library and not a standalone application. Moved from 
dev-db to dev-python.



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 11:26:34

  Modified: ChangeLog
  Log:
  pgasync is a Python library and not a standalone application. Moved from 
dev-db to dev-python.

Revision  ChangesPath
1.9664   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9664view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9664content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9663r2=1.9664

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9663
retrieving revision 1.9664
diff -u -r1.9663 -r1.9664
--- ChangeLog   5 Jan 2015 11:27:54 -   1.9663
+++ ChangeLog   7 Jan 2015 11:26:34 -   1.9664
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9663 2015/01/05 
11:27:54 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9664 2015/01/07 
11:26:34 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  07 Jan 2015; Aaron W. Swenson titanof...@gentoo.org updates/4Q-2014:
+  pgasync is a Python library and not a standalone application. Moved from
+  dev-db to dev-python.
+
   05 Jan 2015; Tony Vroon chain...@gentoo.org package.mask:
   Mask Asterisk 13 branch.
 






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-01-07 Thread Aaron Swenson (titanofold)
titanofold15/01/07 12:07:23

  Modified: ChangeLog package.mask
  Log:
  Mask dev-db/pgtune for removal.

Revision  ChangesPath
1.9665   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9665view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9665content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9664r2=1.9665

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9664
retrieving revision 1.9665
diff -u -r1.9664 -r1.9665
--- ChangeLog   7 Jan 2015 11:26:34 -   1.9664
+++ ChangeLog   7 Jan 2015 12:07:22 -   1.9665
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9664 2015/01/07 
11:26:34 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9665 2015/01/07 
12:07:22 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  07 Jan 2015; Aaron W. Swenson titanof...@gentoo.org package.mask:
+  Mask dev-db/pgtune for removal.
+
   07 Jan 2015; Aaron W. Swenson titanof...@gentoo.org updates/4Q-2014:
   pgasync is a Python library and not a standalone application. Moved from
   dev-db to dev-python.



1.16268  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16268view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16268content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16267r2=1.16268

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16267
retrieving revision 1.16268
diff -u -r1.16267 -r1.16268
--- package.mask5 Jan 2015 11:27:54 -   1.16267
+++ package.mask7 Jan 2015 12:07:22 -   1.16268
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16267 2015/01/05 
11:27:54 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16268 2015/01/07 
12:07:22 titanofold Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron W. Swenson titanof...@gentoo.org) (7 Jan 2015)
+# pgtune is masked for removal 2015-03-08. It's dead upstream, has a
+# critical bug 530868, and doesn't use a real distribution
+# model. Adopt the package upstream to save it.
+# An online alternative lives at:
+#http://pgtune.leopard.in.ua/
+dev-db/pgtune
+
 # Tony Vroon chain...@gentoo.org (5 Jan 2015)
 # Asterisk 13 is an LTS release but has not seen 
 # sufficient releases to be considered ready for 






[gentoo-commits] gentoo-x86 commit in profiles/updates: 4Q-2014

2014-12-31 Thread Aaron Swenson (titanofold)
titanofold14/12/31 12:17:21

  Modified: 4Q-2014
  Log:
  Redo dev-db/postgresql-base to dev-db/postgresql package move.

Revision  ChangesPath
1.13 profiles/updates/4Q-2014

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?r1=1.12r2=1.13

Index: 4Q-2014
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/4Q-2014,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- 4Q-2014 28 Dec 2014 20:27:56 -  1.12
+++ 4Q-2014 31 Dec 2014 12:17:21 -  1.13
@@ -9,3 +9,4 @@
 move net-zope/zope-interface dev-python/zope-interface
 move media-gfx/photo media-gfx/photoqt
 move kde-base/oxygen-fonts kde-plasma/oxygen-fonts
+move dev-db/postgresql-base dev-db/postgresql






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-12-31 Thread Aaron Swenson (titanofold)
titanofold14/12/31 12:17:21

  Modified: ChangeLog
  Log:
  Redo dev-db/postgresql-base to dev-db/postgresql package move.

Revision  ChangesPath
1.9657   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9657view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9657content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9656r2=1.9657

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9656
retrieving revision 1.9657
diff -u -r1.9656 -r1.9657
--- ChangeLog   31 Dec 2014 11:41:54 -  1.9656
+++ ChangeLog   31 Dec 2014 12:17:21 -  1.9657
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9656 2014/12/31 
11:41:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9657 2014/12/31 
12:17:21 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  31 Dec 2014; Aaron W. Swenson titanof...@gentoo.org updates/4Q-2014:
+  Redo dev-db/postgresql-base to dev-db/postgresql package move.
+
   31 Dec 2014; Michał Górny mgo...@gentoo.org package.mask:
   Unmask new eselect-opengl for extended user fun.
 






[gentoo-commits] gentoo-x86 commit in dev-perl/pgperl: ChangeLog Manifest metadata.xml pgperl-2.0.2.ebuild pgperl-2.1.1.ebuild

2014-12-31 Thread Aaron Swenson (titanofold)
titanofold14/12/31 14:40:52

  Removed:  ChangeLog Manifest metadata.xml pgperl-2.0.2.ebuild
pgperl-2.1.1.ebuild
  Log:
  Removing because dev-perl/pgperl hasn't been updated in 10 years. Use
  dev-perl/DBD-Pg or any modern module based on DBD::Pg.



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-12-31 Thread Aaron Swenson (titanofold)
titanofold14/12/31 14:45:06

  Modified: ChangeLog package.mask
  Log:
  Remove dev-perl/pgperl mask as it has been removed from the tree.

Revision  ChangesPath
1.9659   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9659view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9659content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9658r2=1.9659

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9658
retrieving revision 1.9659
diff -u -r1.9658 -r1.9659
--- ChangeLog   31 Dec 2014 14:16:17 -  1.9658
+++ ChangeLog   31 Dec 2014 14:45:05 -  1.9659
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9658 2014/12/31 
14:16:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9659 2014/12/31 
14:45:05 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  31 Dec 2014; Aaron W. Swenson titanof...@gentoo.org package.mask:
+  Remove dev-perl/pgperl mask as it has been removed from the tree.
+
   31 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add sci-libs/libecwj2 to lcms:0 mask
 



1.16258  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16258view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16258content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16257r2=1.16258

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16257
retrieving revision 1.16258
diff -u -r1.16257 -r1.16258
--- package.mask31 Dec 2014 14:16:17 -  1.16257
+++ package.mask31 Dec 2014 14:45:05 -  1.16258
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16257 2014/12/31 
14:16:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16258 2014/12/31 
14:45:05 titanofold Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -303,12 +303,6 @@
 # a newer wine, bug #526806.
 app-emulation/crossover-bin-12.5.0
 
-# Aaron W. Swenson titanof...@gentoo.org (26 Nov 2014)
-# Masked for removal in 30 days. dev-perl/pgperl hasn't been updated
-# in 10 years. Use dev-perl/DBD-Pg or any modern module based on
-# DBD::Pg.
-dev-perl/pgperl
-
 # Patrick Lauer patr...@gentoo.org (24 Nov 2014)
 # Missing deps, uninstallable
 app-misc/email2trac






[gentoo-commits] gentoo-x86 commit in app-admin/sagan: sagan-0.2.3.ebuild ChangeLog

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:39:08

  Modified: sagan-0.2.3.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  ChangesPath
1.5  app-admin/sagan/sagan-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/sagan-0.2.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/sagan-0.2.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/sagan-0.2.3.ebuild?r1=1.4r2=1.5

Index: sagan-0.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sagan/sagan-0.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sagan-0.2.3.ebuild  3 Nov 2014 11:02:34 -   1.4
+++ sagan-0.2.3.ebuild  28 Dec 2014 14:39:08 -  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/app-admin/sagan/sagan-0.2.3.ebuild,v 1.4 
2014/11/03 11:02:34 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/sagan-0.2.3.ebuild,v 1.5 
2014/12/28 14:39:08 titanofold Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
smtp? ( net-libs/libesmtp )
pcap? ( net-libs/libpcap )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
lognorm? ( dev-libs/liblognorm )
libdnet? ( dev-libs/libdnet )
snort? ( =net-analyzer/snortsam-2.50 )



1.29 app-admin/sagan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sagan/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sagan/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   5 Dec 2014 19:19:55 -   1.28
+++ ChangeLog   28 Dec 2014 14:39:08 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/sagan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/ChangeLog,v 1.28 2014/12/05 
19:19:55 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/ChangeLog,v 1.29 2014/12/28 
14:39:08 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org sagan-0.2.3.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *sagan-1.0.0_rc3 (05 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/ulogd: ChangeLog ulogd-2.0.4.ebuild ulogd-2.0.3.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:40:24

  Modified: ChangeLog ulogd-2.0.4.ebuild ulogd-2.0.3.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  ChangesPath
1.94 app-admin/ulogd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ulogd/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Nov 2014 02:21:24 -  1.93
+++ ChangeLog   28 Dec 2014 14:40:24 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/ulogd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ChangeLog,v 1.93 2014/11/18 
02:21:24 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ChangeLog,v 1.94 2014/12/28 
14:40:24 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org ulogd-2.0.3.ebuild,
+  ulogd-2.0.4.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   18 Nov 2014; Yixun Lan d...@gentoo.org ulogd-2.0.4.ebuild,
   +files/ulogd-2.0.4-linux-headers-3.17-ipt_ulog.patch:



1.6  app-admin/ulogd/ulogd-2.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild?r1=1.5r2=1.6

Index: ulogd-2.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ulogd-2.0.4.ebuild  18 Nov 2014 02:21:24 -  1.5
+++ ulogd-2.0.4.ebuild  28 Dec 2014 14:40:24 -  1.6
@@ -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/app-admin/ulogd/ulogd-2.0.4.ebuild,v 1.5 
2014/11/18 02:21:24 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild,v 1.6 
2014/12/28 14:40:24 titanofold Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
nflog? ( =net-libs/libnetfilter_log-1.0.0 )
mysql? ( virtual/mysql )
pcap? ( net-libs/libpcap )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 
 DEPEND=${RDEPEND}



1.6  app-admin/ulogd/ulogd-2.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/ulogd-2.0.3.ebuild?r1=1.5r2=1.6

Index: ulogd-2.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ulogd-2.0.3.ebuild  3 Nov 2014 11:03:38 -   1.5
+++ ulogd-2.0.3.ebuild  28 Dec 2014 14:40:24 -  1.6
@@ -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/app-admin/ulogd/ulogd-2.0.3.ebuild,v 1.5 
2014/11/03 11:03:38 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.3.ebuild,v 1.6 
2014/12/28 14:40:24 titanofold Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
nflog? ( =net-libs/libnetfilter_log-1.0.0 )
mysql? ( virtual/mysql )
pcap? ( net-libs/libpcap )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 
 DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-7.0.4.ebuild bacula-5.2.13-r2.ebuild bacula-5.0.3-r3.ebuild ChangeLog bacula-7.0.5.ebuild bacula-5.2.13.ebuild bacula-5.2.12.ebuild bacu

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:42:00

  Modified: bacula-7.0.4.ebuild bacula-5.2.13-r2.ebuild
bacula-5.0.3-r3.ebuild ChangeLog
bacula-7.0.5.ebuild bacula-5.2.13.ebuild
bacula-5.2.12.ebuild bacula-7.0.5-r1.ebuild
bacula-7.0.2.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  ChangesPath
1.3  app-backup/bacula/bacula-7.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild?r1=1.2r2=1.3

Index: bacula-7.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bacula-7.0.4.ebuild 3 Nov 2014 11:04:55 -   1.2
+++ bacula-7.0.4.ebuild 28 Dec 2014 14:42:00 -  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/app-backup/bacula/bacula-7.0.4.ebuild,v 1.2 
2014/11/03 11:04:55 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild,v 1.3 
2014/12/28 14:42:00 titanofold Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 DEPEND=
dev-libs/gmp
!bacula-clientonly? (
-   postgres? ( virtual/postgresql[threads] )
+   postgres? ( dev-db/postgresql[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )



1.4  app-backup/bacula/bacula-5.2.13-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.2.13-r2.ebuild?r1=1.3r2=1.4

Index: bacula-5.2.13-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bacula-5.2.13-r2.ebuild 3 Nov 2014 11:04:55 -   1.3
+++ bacula-5.2.13-r2.ebuild 28 Dec 2014 14:42:00 -  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/app-backup/bacula/bacula-5.2.13-r2.ebuild,v 
1.3 2014/11/03 11:04:55 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.13-r2.ebuild,v 
1.4 2014/12/28 14:42:00 titanofold Exp $
 
 EAPI=4
 PYTHON_DEPEND=python? 2
@@ -24,7 +24,7 @@
 DEPEND=
dev-libs/gmp
!bacula-clientonly? (
-   postgres? ( virtual/postgresql[threads] )
+   postgres? ( dev-db/postgresql[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )



1.22 app-backup/bacula/bacula-5.0.3-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild?r1=1.21r2=1.22

Index: bacula-5.0.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- bacula-5.0.3-r3.ebuild  3 Nov 2014 11:04:55 -   1.21
+++ bacula-5.0.3-r3.ebuild  28 Dec 2014 14:42:00 -  1.22
@@ -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/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 
1.21 2014/11/03 11:04:55 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 
1.22 2014/12/28 14:42:00 titanofold Exp $
 
 EAPI=5
 PYTHON_DEPEND=python? 2
@@ -32,7 +32,7 @@
=sys-libs/zlib-1.1.4
dev-libs/gmp
!bacula-clientonly? (
-   postgres? ( virtual/postgresql[threads] )
+   postgres? ( dev-db/postgresql[threads] )
mysql? ( virtual/mysql )

[gentoo-commits] gentoo-x86 commit in app-backup/bareos: bareos-13.2.4.ebuild ChangeLog bareos-13.2.3-r1.ebuild bareos-12.4.5-r1.ebuild bareos-14.2.1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:43:07

  Modified: bareos-13.2.4.ebuild ChangeLog
bareos-13.2.3-r1.ebuild bareos-12.4.5-r1.ebuild
bareos-14.2.1.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  ChangesPath
1.2  app-backup/bareos/bareos-13.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.4.ebuild?r1=1.1r2=1.2

Index: bareos-13.2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/bareos-13.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bareos-13.2.4.ebuild19 Nov 2014 00:38:54 -  1.1
+++ bareos-13.2.4.ebuild28 Dec 2014 14:43:07 -  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/app-backup/bareos/bareos-13.2.4.ebuild,v 
1.1 2014/11/19 00:38:54 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/bareos-13.2.4.ebuild,v 
1.2 2014/12/28 14:43:07 titanofold Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
!app-backup/bacula
dev-libs/gmp
!clientonly? (
-   postgres? ( virtual/postgresql[threads] )
+   postgres? ( dev-db/postgresql[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
director? ( virtual/mta )



1.14 app-backup/bareos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   19 Nov 2014 00:38:54 -  1.13
+++ ChangeLog   28 Dec 2014 14:43:07 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/bareos
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/ChangeLog,v 1.13 
2014/11/19 00:38:54 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/ChangeLog,v 1.14 
2014/12/28 14:43:07 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  bareos-12.4.5-r1.ebuild, bareos-13.2.3-r1.ebuild, bareos-13.2.4.ebuild,
+  bareos-14.2.1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *bareos-14.2.1 (19 Nov 2014)
 *bareos-13.2.4 (19 Nov 2014)



1.3  app-backup/bareos/bareos-13.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.3-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.3-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-13.2.3-r1.ebuild?r1=1.2r2=1.3

Index: bareos-13.2.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bareos/bareos-13.2.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bareos-13.2.3-r1.ebuild 3 Nov 2014 11:05:51 -   1.2
+++ bareos-13.2.3-r1.ebuild 28 Dec 2014 14:43:07 -  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/app-backup/bareos/bareos-13.2.3-r1.ebuild,v 
1.2 2014/11/03 11:05:51 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bareos/bareos-13.2.3-r1.ebuild,v 
1.3 2014/12/28 14:43:07 titanofold Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
!app-backup/bacula
dev-libs/gmp
!clientonly? (
-   postgres? ( virtual/postgresql[threads] )
+   postgres? ( dev-db/postgresql[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
director? ( virtual/mta )



1.4  app-backup/bareos/bareos-12.4.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bareos/bareos-12.4.5-r1.ebuild?rev=1.4view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in app-admin/collectd: collectd-5.4.1-r1.ebuild ChangeLog collectd-5.4.0.ebuild collectd-5.4.1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:43:46

  Modified: collectd-5.4.1-r1.ebuild ChangeLog
collectd-5.4.0.ebuild collectd-5.4.1.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  ChangesPath
1.2  app-admin/collectd/collectd-5.4.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.1-r1.ebuild?r1=1.1r2=1.2

Index: collectd-5.4.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- collectd-5.4.1-r1.ebuild26 Dec 2014 13:43:04 -  1.1
+++ collectd-5.4.1-r1.ebuild28 Dec 2014 14:43:46 -  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/app-admin/collectd/collectd-5.4.1-r1.ebuild,v 1.1 
2014/12/26 13:43:04 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1-r1.ebuild,v 1.2 
2014/12/28 14:43:46 titanofold Exp $
 
 EAPI=5
 
@@ -83,7 +83,7 @@
collectd_plugins_oracle?( 
dev-db/oracle-instantclient-basic )
collectd_plugins_perl?  ( dev-lang/perl:=[ithreads] )
collectd_plugins_ping?  ( net-libs/liboping )
-   collectd_plugins_postgresql?( virtual/postgresql )
+   collectd_plugins_postgresql?( dev-db/postgresql )
collectd_plugins_python?( ${PYTHON_DEPS} )
collectd_plugins_routeros?  ( net-libs/librouteros )
collectd_plugins_rrdcached? ( net-analyzer/rrdtool )



1.68 app-admin/collectd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   26 Dec 2014 13:43:04 -  1.67
+++ ChangeLog   28 Dec 2014 14:43:46 -  1.68
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/collectd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.67 
2014/12/26 13:43:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.68 
2014/12/28 14:43:46 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org collectd-5.4.0.ebuild,
+  collectd-5.4.1.ebuild, collectd-5.4.1-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *collectd-5.4.1-r1 (26 Dec 2014)
 



1.9  app-admin/collectd/collectd-5.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild?r1=1.8r2=1.9

Index: collectd-5.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- collectd-5.4.0.ebuild   17 Nov 2014 23:29:28 -  1.8
+++ collectd-5.4.0.ebuild   28 Dec 2014 14:43:46 -  1.9
@@ -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/app-admin/collectd/collectd-5.4.0.ebuild,v 
1.8 2014/11/17 23:29:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v 
1.9 2014/12/28 14:43:46 titanofold Exp $
 
 EAPI=5
 
@@ -81,7 +81,7 @@
collectd_plugins_oracle?( 
dev-db/oracle-instantclient-basic )
collectd_plugins_perl?  ( dev-lang/perl:=[ithreads] )
collectd_plugins_ping?  ( net-libs/liboping )
-   collectd_plugins_postgresql?( virtual/postgresql )
+   collectd_plugins_postgresql?( dev-db/postgresql )

[gentoo-commits] gentoo-x86 commit in app-crypt/onak: onak-0.3.3-r1.ebuild onak-0.3.7.ebuild ChangeLog onak-0.4.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:44:04

  Modified: onak-0.3.3-r1.ebuild onak-0.3.7.ebuild ChangeLog
onak-0.4.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  ChangesPath
1.6  app-crypt/onak/onak-0.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.3-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.3-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.3-r1.ebuild?r1=1.5r2=1.6

Index: onak-0.3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- onak-0.3.3-r1.ebuild3 Nov 2014 11:06:41 -   1.5
+++ onak-0.3.3-r1.ebuild28 Dec 2014 14:44:04 -  1.6
@@ -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/app-crypt/onak/onak-0.3.3-r1.ebuild,v 1.5 
2014/11/03 11:06:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.3-r1.ebuild,v 1.6 
2014/12/28 14:44:04 titanofold Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 KEYWORDS=~x86
 IUSE=berkdb postgres
 RDEPEND=berkdb? ( =sys-libs/db-4* )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 DEPEND=${RDEPEND}
 
 src_compile() {



1.5  app-crypt/onak/onak-0.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild?r1=1.4r2=1.5

Index: onak-0.3.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- onak-0.3.7.ebuild   3 Nov 2014 11:06:41 -   1.4
+++ onak-0.3.7.ebuild   28 Dec 2014 14:44:04 -  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/app-crypt/onak/onak-0.3.7.ebuild,v 1.4 
2014/11/03 11:06:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.3.7.ebuild,v 1.5 
2014/12/28 14:44:04 titanofold Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -15,7 +15,7 @@
 IUSE=berkdb postgres
 
 DEPEND=berkdb? ( =sys-libs/db-4 )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 
 src_prepare() {
epatch ${FILESDIR}/${P}-berkdb-5.0.patch



1.12 app-crypt/onak/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/onak/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Nov 2014 11:06:41 -   1.11
+++ ChangeLog   28 Dec 2014 14:44:04 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/onak
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/ChangeLog,v 1.11 2014/11/03 
11:06:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/onak/ChangeLog,v 1.12 2014/12/28 
14:44:04 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org onak-0.3.3-r1.ebuild,
+  onak-0.3.7.ebuild, onak-0.4.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org onak-0.3.3-r1.ebuild,
   onak-0.3.7.ebuild, onak-0.4.0.ebuild:



1.3  app-crypt/onak/onak-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.4.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.4.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/onak/onak-0.4.0.ebuild?r1=1.2r2=1.3

Index: onak-0.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/onak/onak-0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 

[gentoo-commits] gentoo-x86 commit in app-admin/rsyslog: ChangeLog rsyslog-8.4.2.ebuild rsyslog-8.6.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:45:29

  Modified: ChangeLog rsyslog-8.4.2.ebuild rsyslog-8.6.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  ChangesPath
1.131app-admin/rsyslog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?rev=1.131view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?rev=1.131content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?r1=1.130r2=1.131

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   16 Dec 2014 14:18:41 -  1.130
+++ ChangeLog   28 Dec 2014 14:45:28 -  1.131
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/rsyslog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v 1.130 
2014/12/16 14:18:41 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v 1.131 
2014/12/28 14:45:28 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org rsyslog-8.4.2.ebuild,
+  rsyslog-8.6.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *rsyslog-8.6.0 (16 Dec 2014)
 



1.6  app-admin/rsyslog/rsyslog-8.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.4.2.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.4.2.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.4.2.ebuild?r1=1.5r2=1.6

Index: rsyslog-8.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rsyslog-8.4.2.ebuild3 Nov 2014 11:01:46 -   1.5
+++ rsyslog-8.4.2.ebuild28 Dec 2014 14:45:28 -  1.6
@@ -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/app-admin/rsyslog/rsyslog-8.4.2.ebuild,v 
1.5 2014/11/03 11:01:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.4.2.ebuild,v 
1.6 2014/12/28 14:45:28 titanofold Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -37,7 +37,7 @@
)
omudpspoof? ( =net-libs/libnet-1.1.6 )
oracle? ( =dev-db/oracle-instantclient-basic-10.2 )
-   postgres? ( =virtual/postgresql-8.4.20 )
+   postgres? ( =dev-db/postgresql-8.4.20 )
rabbitmq? ( =net-libs/rabbitmq-c-0.3.0 )
redis? ( =dev-libs/hiredis-0.11.0 )
relp? ( =dev-libs/librelp-1.2.5 )



1.2  app-admin/rsyslog/rsyslog-8.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/rsyslog-8.6.0.ebuild?r1=1.1r2=1.2

Index: rsyslog-8.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rsyslog-8.6.0.ebuild16 Dec 2014 14:18:41 -  1.1
+++ rsyslog-8.6.0.ebuild28 Dec 2014 14:45:29 -  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/app-admin/rsyslog/rsyslog-8.6.0.ebuild,v 
1.1 2014/12/16 14:18:41 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.6.0.ebuild,v 
1.2 2014/12/28 14:45:29 titanofold Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -52,7 +52,7 @@
=dev-libs/liblognorm-1.0.0:=
)
omudpspoof? ( =net-libs/libnet-1.1.6 )
-   postgres? ( =virtual/postgresql-8.4.20 )
+   postgres? ( =dev-db/postgresql-8.4.20 )
rabbitmq? ( =net-libs/rabbitmq-c-0.3.0 )
redis? ( =dev-libs/hiredis-0.11.0 )
relp? ( =dev-libs/librelp-1.2.5 )






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: xemacs-21.4.22-r4.ebuild xemacs-21.5.31.ebuild ChangeLog xemacs-21.5.33.ebuild xemacs-21.5.34-r2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:46:02

  Modified: xemacs-21.4.22-r4.ebuild xemacs-21.5.31.ebuild
ChangeLog xemacs-21.5.33.ebuild
xemacs-21.5.34-r2.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  ChangesPath
1.11 app-editors/xemacs/xemacs-21.4.22-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?r1=1.10r2=1.11

Index: xemacs-21.4.22-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xemacs-21.4.22-r4.ebuild4 Dec 2014 08:40:09 -   1.10
+++ xemacs-21.4.22-r4.ebuild28 Dec 2014 14:46:02 -  1.11
@@ -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/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.10 
2014/12/04 08:40:09 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.11 
2014/12/28 14:46:02 titanofold Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -30,7 +30,7 @@
=dev-libs/openssl-0.9.6
=media-libs/audiofile-0.2.3
gpm? ( =sys-libs/gpm-1.19.6 )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
ldap? ( net-nds/openldap )
nas? ( media-libs/nas )
X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )



1.15 app-editors/xemacs/xemacs-21.5.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?r1=1.14r2=1.15

Index: xemacs-21.5.31.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xemacs-21.5.31.ebuild   16 Dec 2014 23:21:06 -  1.14
+++ xemacs-21.5.31.ebuild   28 Dec 2014 14:46:02 -  1.15
@@ -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/app-editors/xemacs/xemacs-21.5.31.ebuild,v 
1.14 2014/12/16 23:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 
1.15 2014/12/28 14:46:02 titanofold Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -30,7 +30,7 @@
=dev-libs/openssl-0.9.6
=media-libs/audiofile-0.2.3
gpm? ( =sys-libs/gpm-1.19.6 )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
ldap? ( net-nds/openldap )
alsa? ( media-libs/alsa-lib )
nas? ( media-libs/nas )



1.189app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.189view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.189content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.188r2=1.189

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   16 Dec 2014 23:21:06 -  1.188
+++ ChangeLog   28 Dec 2014 14:46:02 -  1.189
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.188 
2014/12/16 23:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.189 
2014/12/28 14:46:02 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  xemacs-21.4.22-r4.ebuild, xemacs-21.5.31.ebuild, xemacs-21.5.33.ebuild,
+  xemacs-21.5.34-r2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   16 Dec 2014; Jeroen Roovers j...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in app-forensics/aide: aide-0.13.1-r5.ebuild aide-0.14.2.ebuild aide-0.13.1-r3.ebuild ChangeLog aide-0.13.1.ebuild aide-0.15.1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:47:09

  Modified: aide-0.13.1-r5.ebuild aide-0.14.2.ebuild
aide-0.13.1-r3.ebuild ChangeLog aide-0.13.1.ebuild
aide-0.15.1.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  ChangesPath
1.9  app-forensics/aide/aide-0.13.1-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild?r1=1.8r2=1.9

Index: aide-0.13.1-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- aide-0.13.1-r5.ebuild   3 Nov 2014 11:09:03 -   1.8
+++ aide-0.13.1-r5.ebuild   28 Dec 2014 14:47:09 -  1.9
@@ -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/app-forensics/aide/aide-0.13.1-r5.ebuild,v 
1.8 2014/11/03 11:09:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v 
1.9 2014/12/28 14:47:09 titanofold Exp $
 
 inherit autotools eutils
 
@@ -22,7 +22,7 @@
mhash? ( =app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
selinux? (
sys-libs/libselinux
sec-policy/selinux-aide



1.12 app-forensics/aide/aide-0.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?r1=1.11r2=1.12

Index: aide-0.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aide-0.14.2.ebuild  3 Nov 2014 11:09:03 -   1.11
+++ aide-0.14.2.ebuild  28 Dec 2014 14:47:09 -  1.12
@@ -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/app-forensics/aide/aide-0.14.2.ebuild,v 
1.11 2014/11/03 11:09:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v 
1.12 2014/12/28 14:47:09 titanofold Exp $
 
 EAPI=3
 
@@ -21,7 +21,7 @@
mhash? ( =app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt:0 )
nls? ( virtual/libintl )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
prelink? ( sys-devel/prelink )
selinux? (
sys-libs/libselinux



1.12 app-forensics/aide/aide-0.13.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild?r1=1.11r2=1.12

Index: aide-0.13.1-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aide-0.13.1-r3.ebuild   3 Nov 2014 11:09:03 -   1.11
+++ aide-0.13.1-r3.ebuild   28 Dec 2014 14:47:09 -  1.12
@@ -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/app-forensics/aide/aide-0.13.1-r3.ebuild,v 
1.11 2014/11/03 11:09:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild,v 
1.12 2014/12/28 14:47:09 titanofold Exp $
 
 inherit autotools eutils
 
@@ -22,7 +22,7 @@
mhash? ( =app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
selinux? (
sys-libs/libselinux
sec-policy/selinux-aide



1.64 app-forensics/aide/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in app-misc/sphinx: sphinx-2.0.10.ebuild ChangeLog sphinx-0.9.9.ebuild sphinx-2.1.8.ebuild sphinx-2.1.9.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:48:40

  Modified: sphinx-2.0.10.ebuild ChangeLog sphinx-0.9.9.ebuild
sphinx-2.1.8.ebuild sphinx-2.1.9.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  ChangesPath
1.5  app-misc/sphinx/sphinx-2.0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?r1=1.4r2=1.5

Index: sphinx-2.0.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sphinx-2.0.10.ebuild3 Nov 2014 11:10:26 -   1.4
+++ sphinx-2.0.10.ebuild28 Dec 2014 14:48:40 -  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/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.4 
2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.5 
2014/12/28 14:48:40 titanofold Exp $
 
 EAPI=5
 inherit eutils autotools toolchain-funcs
@@ -23,7 +23,7 @@
 IUSE=debug id64 mysql odbc postgres stemmer test
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
odbc? ( dev-db/unixODBC )
virtual/libiconv
 DEPEND=${RDEPEND}



1.84 app-misc/sphinx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   5 Dec 2014 10:17:11 -   1.83
+++ ChangeLog   28 Dec 2014 14:48:40 -  1.84
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/sphinx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.83 2014/12/05 
10:17:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.84 2014/12/28 
14:48:40 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org sphinx-0.9.9.ebuild,
+  sphinx-2.0.10.ebuild, sphinx-2.1.8.ebuild, sphinx-2.1.9.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   05 Dec 2014; Agostino Sarubbo a...@gentoo.org sphinx-2.1.8.ebuild:
   Stable for x86, wrt bug #516302



1.8  app-misc/sphinx/sphinx-0.9.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?r1=1.7r2=1.8

Index: sphinx-0.9.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sphinx-0.9.9.ebuild 3 Nov 2014 11:10:26 -   1.7
+++ sphinx-0.9.9.ebuild 28 Dec 2014 14:48:40 -  1.8
@@ -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/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.7 
2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.8 
2014/12/28 14:48:40 titanofold Exp $
 
 EAPI=2
 inherit eutils autotools
@@ -24,7 +24,7 @@
 IUSE=debug id64 mysql postgres stemmer test
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
 DEPEND=${RDEPEND}
test? ( dev-lang/php )
 



1.5  app-misc/sphinx/sphinx-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?r1=1.4r2=1.5

Index: sphinx-2.1.8.ebuild
===
RCS 

[gentoo-commits] gentoo-x86 commit in app-mobilephone/gammu: gammu-1.33.0.ebuild gammu-1.32.0-r1.ebuild gammu-1.28.0.ebuild ChangeLog

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:49:38

  Modified: gammu-1.33.0.ebuild gammu-1.32.0-r1.ebuild
gammu-1.28.0.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  ChangesPath
1.3  app-mobilephone/gammu/gammu-1.33.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.33.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.33.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.33.0.ebuild?r1=1.2r2=1.3

Index: gammu-1.33.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.33.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gammu-1.33.0.ebuild 3 Nov 2014 11:11:18 -   1.2
+++ gammu-1.33.0.ebuild 28 Dec 2014 14:49:38 -  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/app-mobilephone/gammu/gammu-1.33.0.ebuild,v 
1.2 2014/11/03 11:11:18 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.33.0.ebuild,v 
1.3 2014/12/28 14:49:38 titanofold Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
curl? ( net-misc/curl )
usb? ( virtual/libusb:1 )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
dbi? ( =dev-db/libdbi-0.8.3 )
dev-util/dialog
 DEPEND=${RDEPEND}



1.3  app-mobilephone/gammu/gammu-1.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild?r1=1.2r2=1.3

Index: gammu-1.32.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gammu-1.32.0-r1.ebuild  3 Nov 2014 11:11:18 -   1.2
+++ gammu-1.32.0-r1.ebuild  28 Dec 2014 14:49:38 -  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/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild,v 1.2 
2014/11/03 11:11:18 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.32.0-r1.ebuild,v 1.3 
2014/12/28 14:49:38 titanofold Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
curl? ( net-misc/curl )
usb? ( virtual/libusb:1 )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
dbi? ( =dev-db/libdbi-0.8.3 )
dev-util/dialog
 DEPEND=${RDEPEND}



1.8  app-mobilephone/gammu/gammu-1.28.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.28.0.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.28.0.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/gammu-1.28.0.ebuild?r1=1.7r2=1.8

Index: gammu-1.28.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.28.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gammu-1.28.0.ebuild 3 Nov 2014 11:11:18 -   1.7
+++ gammu-1.28.0.ebuild 28 Dec 2014 14:49:38 -  1.8
@@ -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/app-mobilephone/gammu/gammu-1.28.0.ebuild,v 
1.7 2014/11/03 11:11:18 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.28.0.ebuild,v 
1.8 2014/12/28 14:49:38 titanofold Exp $
 
 EAPI=3
 
@@ -21,7 +21,7 @@
curl? ( net-misc/curl )
usb? ( virtual/libusb:1 )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
dbi? ( =dev-db/libdbi-0.8.3 )
dev-util/dialog
!dev-python/python-gammu # needs to be removed from the tree



1.98 app-mobilephone/gammu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gammu/ChangeLog?rev=1.98view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii: gnokii-0.6.29.ebuild ChangeLog gnokii-0.6.31.ebuild gnokii-9999.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:51:05

  Modified: gnokii-0.6.29.ebuild ChangeLog gnokii-0.6.31.ebuild
gnokii-.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  ChangesPath
1.11 app-mobilephone/gnokii/gnokii-0.6.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild?r1=1.10r2=1.11

Index: gnokii-0.6.29.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnokii-0.6.29.ebuild3 Nov 2014 11:12:33 -   1.10
+++ gnokii-0.6.29.ebuild28 Dec 2014 14:51:05 -  1.11
@@ -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/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.10 
2014/11/03 11:12:33 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.11 
2014/12/28 14:51:05 titanofold Exp $
 
 EAPI=2
 
@@ -29,7 +29,7 @@
sms? (
!app-mobilephone/smstools
dev-libs/glib:2
-   postgres? ( =virtual/postgresql-8.0 )
+   postgres? ( =dev-db/postgresql-8.0 )
mysql? ( =virtual/mysql-4.1 )
)
ical? ( dev-libs/libical )



1.122app-mobilephone/gnokii/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   3 Nov 2014 11:12:33 -   1.121
+++ ChangeLog   28 Dec 2014 14:51:05 -  1.122
@@ -1,6 +1,10 @@
 # ChangeLog for app-mobilephone/gnokii
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.121 
2014/11/03 11:12:33 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.122 
2014/12/28 14:51:05 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org gnokii-0.6.29.ebuild,
+  gnokii-0.6.31.ebuild, gnokii-.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org gnokii-0.6.29.ebuild,
   gnokii-0.6.31.ebuild, gnokii-.ebuild:



1.3  app-mobilephone/gnokii/gnokii-0.6.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild?r1=1.2r2=1.3

Index: gnokii-0.6.31.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnokii-0.6.31.ebuild3 Nov 2014 11:12:33 -   1.2
+++ gnokii-0.6.31.ebuild28 Dec 2014 14:51:05 -  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/app-mobilephone/gnokii/gnokii-0.6.31.ebuild,v 1.2 
2014/11/03 11:12:33 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild,v 1.3 
2014/12/28 14:51:05 titanofold Exp $
 
 EAPI=4
 
@@ -30,7 +30,7 @@
sms? (
!app-mobilephone/smstools
dev-libs/glib:2
-   postgres? ( =virtual/postgresql-8.0 )
+   postgres? ( =dev-db/postgresql-8.0 )
mysql? ( =virtual/mysql-4.1 )
)
ical? ( dev-libs/libical )



1.13 app-mobilephone/gnokii/gnokii-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/gnokii/gnokii-.ebuild?rev=1.13view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in app-mobilephone/kannel: ChangeLog kannel-1.4.3-r1.ebuild kannel-1.5.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:52:01

  Modified: ChangeLog kannel-1.4.3-r1.ebuild
kannel-1.5.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  ChangesPath
1.30 app-mobilephone/kannel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   3 Nov 2014 11:13:23 -   1.29
+++ ChangeLog   28 Dec 2014 14:52:01 -  1.30
@@ -1,6 +1,10 @@
 # ChangeLog for app-mobilephone/kannel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/ChangeLog,v 1.29 
2014/11/03 11:13:23 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/ChangeLog,v 1.30 
2014/12/28 14:52:01 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org kannel-1.4.3-r1.ebuild,
+  kannel-1.5.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org kannel-1.4.3-r1.ebuild,
   kannel-1.5.0.ebuild:



1.7  app-mobilephone/kannel/kannel-1.4.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild?r1=1.6r2=1.7

Index: kannel-1.4.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kannel-1.4.3-r1.ebuild  3 Nov 2014 11:13:23 -   1.6
+++ kannel-1.4.3-r1.ebuild  28 Dec 2014 14:52:01 -  1.7
@@ -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/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild,v 1.6 
2014/11/03 11:13:23 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/kannel/kannel-1.4.3-r1.ebuild,v 1.7 
2014/12/28 14:52:01 titanofold Exp $
 
 EAPI=2
 WANT_AUTOMAKE=none
@@ -25,7 +25,7 @@
ssl? ( dev-libs/openssl )
mysql? ( virtual/mysql )
sqlite? ( dev-db/sqlite:3 )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
pcre? ( dev-libs/libpcre )
pam? ( virtual/pam )
 DEPEND=${RDEPEND}



1.3  app-mobilephone/kannel/kannel-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.5.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.5.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/kannel/kannel-1.5.0.ebuild?r1=1.2r2=1.3

Index: kannel-1.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/kannel/kannel-1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kannel-1.5.0.ebuild 3 Nov 2014 11:13:23 -   1.2
+++ kannel-1.5.0.ebuild 28 Dec 2014 14:52:01 -  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/app-mobilephone/kannel/kannel-1.5.0.ebuild,v 1.2 
2014/11/03 11:13:23 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/kannel/kannel-1.5.0.ebuild,v 1.3 
2014/12/28 14:52:01 titanofold Exp $
 
 EAPI=5
 WANT_AUTOMAKE=none
@@ -25,7 +25,7 @@
ssl? ( dev-libs/openssl )
mysql? ( virtual/mysql )
sqlite? ( dev-db/sqlite:3 )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
pcre? ( dev-libs/libpcre )
pam? ( virtual/pam )
 






[gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.13.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:53:20

  Modified: ChangeLog akonadi-server-1.13.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  ChangesPath
1.155app-office/akonadi-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.155view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.155content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.154r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   9 Dec 2014 17:27:38 -   1.154
+++ ChangeLog   28 Dec 2014 14:53:20 -  1.155
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.154 
2014/12/09 17:27:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.155 
2014/12/28 14:53:20 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  akonadi-server-1.13.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   09 Dec 2014; Michael Palimaka kensing...@gentoo.org
   -akonadi-server-1.11.0.ebuild, -akonadi-server-1.12.1-r1.ebuild,



1.9  app-office/akonadi-server/akonadi-server-1.13.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild?r1=1.8r2=1.9

Index: akonadi-server-1.13.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- akonadi-server-1.13.0.ebuild9 Dec 2014 17:18:39 -   1.8
+++ akonadi-server-1.13.0.ebuild28 Dec 2014 14:53:20 -  1.9
@@ -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/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
 1.8 2014/12/09 17:18:39 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
 1.9 2014/12/28 14:53:20 titanofold Exp $
 
 EAPI=5
 
@@ -56,7 +56,7 @@
test? ( sys-apps/dbus )
 
 RDEPEND=${CDEPEND}
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 
 
 RESTRICT=test






[gentoo-commits] gentoo-x86 commit in app-office/calligra: calligra-2.8.5.ebuild calligra-2.8.6.ebuild ChangeLog calligra-9999.ebuild calligra-2.8.7.ebuild calligra-2.7.5.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:55:07

  Modified: calligra-2.8.5.ebuild calligra-2.8.6.ebuild
ChangeLog calligra-.ebuild
calligra-2.8.7.ebuild calligra-2.7.5.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  ChangesPath
1.5  app-office/calligra/calligra-2.8.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild?r1=1.4r2=1.5

Index: calligra-2.8.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- calligra-2.8.5.ebuild   21 Dec 2014 15:57:11 -  1.4
+++ calligra-2.8.5.ebuild   28 Dec 2014 14:55:07 -  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/app-office/calligra/calligra-2.8.5.ebuild,v 
1.4 2014/12/21 15:57:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild,v 
1.5 2014/12/28 14:55:07 titanofold Exp $
 
 # note: files that need to be checked for dependencies etc:
 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -121,7 +121,7 @@
media-gfx/pstoedit
)
postgres? (
-   virtual/postgresql
+   dev-db/postgresql
dev-libs/libpqxx
)
spacenav? ( dev-libs/libspnav  )



1.3  app-office/calligra/calligra-2.8.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild?r1=1.2r2=1.3

Index: calligra-2.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- calligra-2.8.6.ebuild   21 Dec 2014 15:57:11 -  1.2
+++ calligra-2.8.6.ebuild   28 Dec 2014 14:55:07 -  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/app-office/calligra/calligra-2.8.6.ebuild,v 
1.2 2014/12/21 15:57:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild,v 
1.3 2014/12/28 14:55:07 titanofold Exp $
 
 # note: files that need to be checked for dependencies etc:
 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -121,7 +121,7 @@
media-gfx/pstoedit
)
postgres? (
-   virtual/postgresql
+   dev-db/postgresql
dev-libs/libpqxx
)
spacenav? ( dev-libs/libspnav  )



1.118app-office/calligra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?r1=1.117r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   21 Dec 2014 15:57:11 -  1.117
+++ ChangeLog   28 Dec 2014 14:55:07 -  1.118
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/calligra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.117 
2014/12/21 15:57:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.118 
2014/12/28 14:55:07 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org calligra-2.7.5.ebuild,
+  calligra-2.8.5.ebuild, calligra-2.8.6.ebuild, calligra-2.8.7.ebuild,
+  calligra-.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   21 Dec 2014; Michael Palimaka kensing...@gentoo.org calligra-2.8.5.ebuild,
   calligra-2.8.6.ebuild, calligra-2.8.7.ebuild, calligra-.ebuild:



1.50 app-office/calligra/calligra-.ebuild

file 

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r2.ebuild libreoffice-4.3.4.1.ebuild libreoffice-4.2.6.3.ebuild libreoffice-4.2.9999.ebuild ChangeLog libreoffice-4.3.999

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:57:43

  Modified: libreoffice--r2.ebuild
libreoffice-4.3.4.1.ebuild
libreoffice-4.2.6.3.ebuild
libreoffice-4.2..ebuild ChangeLog
libreoffice-4.3..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  ChangesPath
1.233app-office/libreoffice/libreoffice--r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice--r2.ebuild?rev=1.233view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice--r2.ebuild?rev=1.233content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice--r2.ebuild?r1=1.232r2=1.233

Index: libreoffice--r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice--r2.ebuild,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- libreoffice--r2.ebuild  18 Nov 2014 10:02:05 -  1.232
+++ libreoffice--r2.ebuild  28 Dec 2014 14:57:43 -  1.233
@@ -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/app-office/libreoffice/libreoffice--r2.ebuild,v 
1.232 2014/11/18 10:02:05 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice--r2.ebuild,v 
1.233 2014/12/28 14:57:43 titanofold Exp $
 
 EAPI=5
 
@@ -176,7 +176,7 @@
virtual/glu
virtual/opengl
)
-   postgres? ( =virtual/postgresql-9.0[kerberos] )
+   postgres? ( =dev-db/postgresql-9.0[kerberos] )
telepathy? (
dev-libs/glib:2
=net-libs/telepathy-glib-0.18.0
@@ -278,7 +278,7 @@
 
# Ensure pg version but we have to be sure the pg is installed (first
# install on clean system)
-   if use postgres  has_version virtual/postgresql; then
+   if use postgres  has_version dev-db/postgresql; then
 pgslot=$(postgresql-config show)
 if [[ ${pgslot//.}  90 ]] ; then
eerror PostgreSQL slot must be set to 9.0 or higher.



1.5  app-office/libreoffice/libreoffice-4.3.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.3.4.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.3.4.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.3.4.1.ebuild?r1=1.4r2=1.5

Index: libreoffice-4.3.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libreoffice-4.3.4.1.ebuild  26 Dec 2014 22:59:02 -  1.4
+++ libreoffice-4.3.4.1.ebuild  28 Dec 2014 14:57:43 -  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/app-office/libreoffice/libreoffice-4.3.4.1.ebuild,v 1.4 
2014/12/26 22:59:02 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.4.1.ebuild,v 1.5 
2014/12/28 14:57:43 titanofold Exp $
 
 EAPI=5
 
@@ -175,7 +175,7 @@
virtual/glu
virtual/opengl
)
-   postgres? ( =virtual/postgresql-9.0[kerberos] )
+   postgres? ( =dev-db/postgresql-9.0[kerberos] )
telepathy? (
dev-libs/glib:2
=net-libs/telepathy-glib-0.18.0
@@ -281,7 +281,7 @@
 
# Ensure pg version but we have to be sure the pg is installed (first
# install on clean system)
-   if use postgres  has_version virtual/postgresql; then
+   if use postgres  has_version dev-db/postgresql; then
 pgslot=$(postgresql-config show)
 if [[ ${pgslot//.}  90 ]] ; then
eerror PostgreSQL slot must be set to 9.0 or higher.



1.16 app-office/libreoffice/libreoffice-4.2.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.3.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.3.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.3.ebuild?r1=1.15r2=1.16

Index: libreoffice-4.2.6.3.ebuild

[gentoo-commits] gentoo-x86 commit in app-office/openerp: openerp-7.0.20140125.ebuild ChangeLog openerp-7.0.20130219-r5.ebuild openerp-8.0.20140125.ebuild openerp-6.1.1-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 14:59:12

  Modified: openerp-7.0.20140125.ebuild ChangeLog
openerp-7.0.20130219-r5.ebuild
openerp-8.0.20140125.ebuild openerp-6.1.1-r1.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  ChangesPath
1.3  app-office/openerp/openerp-7.0.20140125.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20140125.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20140125.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20140125.ebuild?r1=1.2r2=1.3

Index: openerp-7.0.20140125.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/openerp/openerp-7.0.20140125.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openerp-7.0.20140125.ebuild 3 Nov 2014 11:17:51 -   1.2
+++ openerp-7.0.20140125.ebuild 28 Dec 2014 14:59:12 -  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/app-office/openerp/openerp-7.0.20140125.ebuild,v 1.2 
2014/11/03 11:17:51 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/openerp/openerp-7.0.20140125.ebuild,v 1.3 
2014/12/28 14:59:12 titanofold Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 IUSE=+postgres ldap ssl
 
 CDEPEND=!app-office/openerp-web
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]



1.17 app-office/openerp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/openerp/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   3 Nov 2014 11:17:51 -   1.16
+++ ChangeLog   28 Dec 2014 14:59:12 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/openerp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openerp/ChangeLog,v 1.16 
2014/11/03 11:17:51 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openerp/ChangeLog,v 1.17 
2014/12/28 14:59:12 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  openerp-6.1.1-r1.ebuild, openerp-7.0.20130219-r5.ebuild,
+  openerp-7.0.20140125.ebuild, openerp-8.0.20140125.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   openerp-6.1.1-r1.ebuild, openerp-7.0.20130219-r5.ebuild,



1.5  app-office/openerp/openerp-7.0.20130219-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20130219-r5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20130219-r5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp/openerp-7.0.20130219-r5.ebuild?r1=1.4r2=1.5

Index: openerp-7.0.20130219-r5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/openerp/openerp-7.0.20130219-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openerp-7.0.20130219-r5.ebuild  3 Nov 2014 11:17:51 -   1.4
+++ openerp-7.0.20130219-r5.ebuild  28 Dec 2014 14:59:12 -  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/app-office/openerp/openerp-7.0.20130219-r5.ebuild,v 1.4 
2014/11/03 11:17:51 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/openerp/openerp-7.0.20130219-r5.ebuild,v 1.5 
2014/12/28 14:59:12 titanofold Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -20,7 +20,7 @@
 IUSE=+postgres ldap ssl
 
 CDEPEND=!app-office/openerp-web
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
dev-python/psutil
dev-python/docutils
dev-python/lxml



1.3  app-office/openerp/openerp-8.0.20140125.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in app-office/openerp-server: ChangeLog openerp-server-5.0.16.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:00:08

  Modified: ChangeLog openerp-server-5.0.16.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  ChangesPath
1.8  app-office/openerp-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/openerp-server/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Nov 2014 11:18:39 -   1.7
+++ ChangeLog   28 Dec 2014 15:00:08 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/openerp-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-server/ChangeLog,v 1.7 
2014/11/03 11:18:39 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-server/ChangeLog,v 1.8 
2014/12/28 15:00:08 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  openerp-server-5.0.16.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   openerp-server-5.0.16.ebuild:



1.4  app-office/openerp-server/openerp-server-5.0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild?r1=1.3r2=1.4

Index: openerp-server-5.0.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openerp-server-5.0.16.ebuild3 Nov 2014 11:18:39 -   1.3
+++ openerp-server-5.0.16.ebuild28 Dec 2014 15:00:08 -  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/app-office/openerp-server/openerp-server-5.0.16.ebuild,v
 1.3 2014/11/03 11:18:39 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild,v
 1.4 2014/12/28 15:00:08 titanofold Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -16,7 +16,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-CDEPEND=virtual/postgresql[server]
+CDEPEND=dev-db/postgresql[server]
dev-python/egenix-mx-base
dev-python/lxml
dev-python/psycopg






[gentoo-commits] gentoo-x86 commit in dev-cpp/pficommon: ChangeLog pficommon-1.3.1.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:00:55

  Modified: ChangeLog pficommon-1.3.1.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  ChangesPath
1.4  dev-cpp/pficommon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 Nov 2014 11:19:22 -   1.3
+++ ChangeLog   28 Dec 2014 15:00:55 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/pficommon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.3 
2014/11/03 11:19:22 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.4 
2014/12/28 15:00:55 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  pficommon-1.3.1.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   pficommon-1.3.1.0.ebuild:



1.4  dev-cpp/pficommon/pficommon-1.3.1.0.ebuild

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

Index: pficommon-1.3.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pficommon-1.3.1.0.ebuild3 Nov 2014 11:19:22 -   1.3
+++ pficommon-1.3.1.0.ebuild28 Dec 2014 15:00:55 -  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-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.3 
2014/11/03 11:19:22 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.4 
2014/12/28 15:00:55 titanofold Exp $
 
 EAPI=4
 
@@ -23,7 +23,7 @@
)
mprpc? ( dev-libs/msgpack )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )

 DEPEND=${RDEPEND}
test? ( dev-cpp/gtest )






[gentoo-commits] gentoo-x86 commit in dev-db/barman: barman-1.3.1.ebuild barman-1.3.2.ebuild ChangeLog barman-1.3.0.ebuild barman-1.3.3.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:01:46

  Modified: barman-1.3.1.ebuild barman-1.3.2.ebuild ChangeLog
barman-1.3.0.ebuild barman-1.3.3.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  ChangesPath
1.3  dev-db/barman/barman-1.3.1.ebuild

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

Index: barman-1.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- barman-1.3.1.ebuild 3 Nov 2014 11:20:09 -   1.2
+++ barman-1.3.1.ebuild 28 Dec 2014 15:01:46 -  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/barman/barman-1.3.1.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.1.ebuild,v 1.3 
2014/12/28 15:01:46 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
=dev-python/psycopg-2[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
net-misc/rsync
-   virtual/postgresql[server]
+   dev-db/postgresql[server]
 DEPEND=



1.3  dev-db/barman/barman-1.3.2.ebuild

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

Index: barman-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- barman-1.3.2.ebuild 3 Nov 2014 11:20:09 -   1.2
+++ barman-1.3.2.ebuild 28 Dec 2014 15:01:46 -  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/barman/barman-1.3.2.ebuild,v 1.2 
2014/11/03 11:20:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.2.ebuild,v 1.3 
2014/12/28 15:01:46 titanofold Exp $
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7})
@@ -21,5 +21,5 @@
=dev-python/psycopg-2[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
net-misc/rsync
-   virtual/postgresql[server]
+   dev-db/postgresql[server]
 DEPEND=



1.16 dev-db/barman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/barman/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Nov 2014 11:20:09 -   1.15
+++ ChangeLog   28 Dec 2014 15:01:46 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/barman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.15 2014/11/03 
11:20:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/ChangeLog,v 1.16 2014/12/28 
15:01:46 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org barman-1.3.0.ebuild,
+  barman-1.3.1.ebuild, barman-1.3.2.ebuild, barman-1.3.3.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org barman-1.3.0.ebuild,
   barman-1.3.1.ebuild, barman-1.3.2.ebuild, barman-1.3.3.ebuild:



1.3  dev-db/barman/barman-1.3.0.ebuild

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

Index: barman-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.3.0.ebuild,v
retrieving revision 1.2

[gentoo-commits] gentoo-x86 commit in dev-db/cppdb: ChangeLog cppdb-0.3.1-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:02:35

  Modified: ChangeLog cppdb-0.3.1-r1.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  ChangesPath
1.3  dev-db/cppdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/cppdb/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Nov 2014 11:20:59 -   1.2
+++ ChangeLog   28 Dec 2014 15:02:35 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/cppdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/cppdb/ChangeLog,v 1.2 2014/11/03 
11:20:59 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/cppdb/ChangeLog,v 1.3 2014/12/28 
15:02:35 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org cppdb-0.3.1-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org cppdb-0.3.1-r1.ebuild:
   Update PostgreSQL dependencies and/or checks to virtual/postgresql.



1.3  dev-db/cppdb/cppdb-0.3.1-r1.ebuild

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

Index: cppdb-0.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/cppdb/cppdb-0.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cppdb-0.3.1-r1.ebuild   3 Nov 2014 11:20:59 -   1.2
+++ cppdb-0.3.1-r1.ebuild   28 Dec 2014 15:02:35 -  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/cppdb/cppdb-0.3.1-r1.ebuild,v 1.2 
2014/11/03 11:20:59 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/cppdb/cppdb-0.3.1-r1.ebuild,v 1.3 
2014/12/28 15:02:35 titanofold Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 DEPEND=
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 RDEPEND=${DEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-db/libdbi-drivers: ChangeLog libdbi-drivers-0.9.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:03:53

  Modified: ChangeLog libdbi-drivers-0.9.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  ChangesPath
1.70 dev-db/libdbi-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Nov 2014 15:02:21 -  1.69
+++ ChangeLog   28 Dec 2014 15:03:53 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/libdbi-drivers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/ChangeLog,v 1.69 
2014/11/23 15:02:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/ChangeLog,v 1.70 
2014/12/28 15:03:53 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  libdbi-drivers-0.9.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   23 Nov 2014; Pacho Ramos pa...@gentoo.org
   -files/libdbi-drivers-0.8.3-doc-build-fix.patch,



1.15 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild?r1=1.14r2=1.15

Index: libdbi-drivers-0.9.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libdbi-drivers-0.9.0.ebuild 3 Nov 2014 11:22:20 -   1.14
+++ libdbi-drivers-0.9.0.ebuild 28 Dec 2014 15:03:53 -  1.15
@@ -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/libdbi-drivers/libdbi-drivers-0.9.0.ebuild,v 
1.14 2014/11/03 11:22:20 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild,v 
1.15 2014/12/28 15:03:53 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
=dev-db/libdbi-0.9.0
firebird? ( dev-db/firebird )
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 
 DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:04:44

  Modified: libzdb-2.11.1.ebuild libzdb-3.0.ebuild
libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild
libzdb-2.12.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  ChangesPath
1.8  dev-db/libzdb/libzdb-2.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?r1=1.7r2=1.8

Index: libzdb-2.11.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libzdb-2.11.1.ebuild3 Nov 2014 11:23:10 -   1.7
+++ libzdb-2.11.1.ebuild28 Dec 2014 15:04:44 -  1.8
@@ -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/libzdb/libzdb-2.11.1.ebuild,v 1.7 
2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.8 
2014/12/28 15:04:44 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )
 DEPEND=${RDEPEND}



1.3  dev-db/libzdb/libzdb-3.0.ebuild

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

Index: libzdb-3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libzdb-3.0.ebuild   3 Nov 2014 11:23:10 -   1.2
+++ libzdb-3.0.ebuild   28 Dec 2014 15:04:44 -  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/libzdb/libzdb-3.0.ebuild,v 1.2 
2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.3 
2014/12/28 15:04:44 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )
 DEPEND=${RDEPEND}



1.3  dev-db/libzdb/libzdb-2.11.2.ebuild

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

Index: libzdb-2.11.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libzdb-2.11.2.ebuild3 Nov 2014 11:23:10 -   1.2
+++ libzdb-2.11.2.ebuild28 Dec 2014 15:04:44 -  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/libzdb/libzdb-2.11.2.ebuild,v 1.2 
2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.3 
2014/12/28 15:04:44 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3.7:3[unlock-notify(+)] )
ssl? ( dev-libs/openssl )
 DEPEND=${RDEPEND}



1.21 dev-db/libzdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in dev-db/mysql-super-smack: mysql-super-smack-1.3-r3.ebuild ChangeLog mysql-super-smack-1.3-r2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:05:44

  Modified: mysql-super-smack-1.3-r3.ebuild ChangeLog
mysql-super-smack-1.3-r2.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  ChangesPath
1.4  dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild

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

Index: mysql-super-smack-1.3-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-super-smack-1.3-r3.ebuild 3 Nov 2014 11:24:08 -   1.3
+++ mysql-super-smack-1.3-r3.ebuild 28 Dec 2014 15:05:44 -  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/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild,v
 1.3 2014/11/03 11:24:08 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild,v
 1.4 2014/12/28 15:05:44 titanofold Exp $
 
 EAPI=5
 WANT_AUTOMAKE=1.13
@@ -22,7 +22,7 @@
 REQUIRED_USE=|| ( mysql postgres )
 
 DEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}



1.23 dev-db/mysql-super-smack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 Nov 2014 11:24:08 -   1.22
+++ ChangeLog   28 Dec 2014 15:05:44 -  1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql-super-smack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.22 
2014/11/03 11:24:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.23 
2014/12/28 15:05:44 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  mysql-super-smack-1.3-r2.ebuild, mysql-super-smack-1.3-r3.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   mysql-super-smack-1.3-r2.ebuild, mysql-super-smack-1.3-r3.ebuild:



1.9  dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild?r1=1.8r2=1.9

Index: mysql-super-smack-1.3-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mysql-super-smack-1.3-r2.ebuild 3 Nov 2014 11:24:08 -   1.8
+++ mysql-super-smack-1.3-r2.ebuild 28 Dec 2014 15:05:44 -  1.9
@@ -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/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v
 1.8 2014/11/03 11:24:08 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r2.ebuild,v
 1.9 2014/12/28 15:05:44 titanofold Exp $
 
 EAPI=2
 WANT_AUTOMAKE=1.4
@@ -19,7 +19,7 @@
 IUSE=+mysql postgres
 
 DEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in dev-db/opendbx: opendbx-1.4.6.ebuild ChangeLog opendbx-1.4.5.ebuild opendbx-1.5.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:06:33

  Modified: opendbx-1.4.6.ebuild ChangeLog opendbx-1.4.5.ebuild
opendbx-1.5.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  ChangesPath
1.5  dev-db/opendbx/opendbx-1.4.6.ebuild

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

Index: opendbx-1.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opendbx-1.4.6.ebuild3 Nov 2014 11:24:56 -   1.4
+++ opendbx-1.4.6.ebuild28 Dec 2014 15:06:33 -  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/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.4 
2014/11/03 11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.5 
2014/12/28 15:06:33 titanofold Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 IUSE=bindist firebird +mysql oracle postgres sqlite sqlite3
 
 DEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite-3 )
sqlite3? ( =dev-db/sqlite-3* )
oracle? ( dev-db/oracle-instantclient-basic )



1.42 dev-db/opendbx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   15 Dec 2014 18:56:52 -  1.41
+++ ChangeLog   28 Dec 2014 15:06:33 -  1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/opendbx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.41 2014/12/15 
18:56:52 alicef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.42 2014/12/28 
15:06:33 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org opendbx-1.4.5.ebuild,
+  opendbx-1.4.6.ebuild, opendbx-1.5.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   15 Dec 2014; Alice Ferrazzi ali...@gentoo.org metadata.xml:
   Update email and removed proxy-maintainers herd



1.8  dev-db/opendbx/opendbx-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?r1=1.7r2=1.8

Index: opendbx-1.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opendbx-1.4.5.ebuild3 Nov 2014 11:24:56 -   1.7
+++ opendbx-1.4.5.ebuild28 Dec 2014 15:06:33 -  1.8
@@ -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/opendbx/opendbx-1.4.5.ebuild,v 1.7 
2014/11/03 11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.8 
2014/12/28 15:06:33 titanofold Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 IUSE=bindist firebird +mysql oracle postgres sqlite sqlite3
 
 DEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite-3 )
sqlite3? ( =dev-db/sqlite-3* )
oracle? ( dev-db/oracle-instantclient-basic )



1.5  dev-db/opendbx/opendbx-1.5.0.ebuild

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

Index: opendbx-1.5.0.ebuild

[gentoo-commits] gentoo-x86 commit in dev-db/pg_top: pg_top-3.6.2-r1.ebuild ChangeLog pg_top-3.7.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:07:21

  Modified: pg_top-3.6.2-r1.ebuild ChangeLog
pg_top-3.7.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  ChangesPath
1.3  dev-db/pg_top/pg_top-3.6.2-r1.ebuild

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

Index: pg_top-3.6.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pg_top-3.6.2-r1.ebuild  3 Nov 2014 11:25:43 -   1.2
+++ pg_top-3.6.2-r1.ebuild  28 Dec 2014 15:07:21 -  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/pg_top/pg_top-3.6.2-r1.ebuild,v 1.2 
2014/11/03 11:25:43 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.6.2-r1.ebuild,v 1.3 
2014/12/28 15:07:21 titanofold Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=debug
 
-RDEPEND=virtual/postgresql
+RDEPEND=dev-db/postgresql
 DEPEND=${RDEPEND}
virtual/pkgconfig
 



1.11 dev-db/pg_top/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Nov 2014 11:25:43 -   1.10
+++ ChangeLog   28 Dec 2014 15:07:21 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pg_top
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.10 2014/11/03 
11:25:43 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.11 2014/12/28 
15:07:21 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pg_top-3.6.2-r1.ebuild,
+  pg_top-3.7.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pg_top-3.6.2-r1.ebuild,
   pg_top-3.7.0.ebuild:



1.3  dev-db/pg_top/pg_top-3.7.0.ebuild

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

Index: pg_top-3.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pg_top-3.7.0.ebuild 3 Nov 2014 11:25:43 -   1.2
+++ pg_top-3.7.0.ebuild 28 Dec 2014 15:07:21 -  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/pg_top/pg_top-3.7.0.ebuild,v 1.2 
2014/11/03 11:25:43 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/pg_top-3.7.0.ebuild,v 1.3 
2014/12/28 15:07:21 titanofold Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=debug
 
-RDEPEND=virtual/postgresql
+RDEPEND=dev-db/postgresql
 DEPEND=${RDEPEND}
virtual/pkgconfig
 






[gentoo-commits] gentoo-x86 commit in dev-db/pgadmin3: ChangeLog pgadmin3-1.18.1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:08:20

  Modified: ChangeLog pgadmin3-1.18.1.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  ChangesPath
1.102dev-db/pgadmin3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   3 Nov 2014 11:26:41 -   1.101
+++ ChangeLog   28 Dec 2014 15:08:20 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pgadmin3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.101 
2014/11/03 11:26:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.102 
2014/12/28 15:08:20 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pgadmin3-1.18.1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pgadmin3-1.18.1.ebuild:
   Update PostgreSQL dependencies and/or checks to virtual/postgresql.



1.7  dev-db/pgadmin3/pgadmin3-1.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.6r2=1.7

Index: pgadmin3-1.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pgadmin3-1.18.1.ebuild  3 Nov 2014 11:26:41 -   1.6
+++ pgadmin3-1.18.1.ebuild  28 Dec 2014 15:08:20 -  1.7
@@ -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/pgadmin3/pgadmin3-1.18.1.ebuild,v 
1.6 2014/11/03 11:26:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 
1.7 2014/12/28 15:08:20 titanofold Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 IUSE=debug +databasedesigner
 
 DEPEND=x11-libs/wxGTK:2.8[X,debug=]
-   =virtual/postgresql-8.4.0
+   =dev-db/postgresql-8.4.0
=dev-libs/libxml2-2.6.18
=dev-libs/libxslt-1.1
 RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-db/pgagent: pgagent-3.4.0.ebuild ChangeLog pgagent-3.3.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:09:08

  Modified: pgagent-3.4.0.ebuild ChangeLog pgagent-3.3.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  ChangesPath
1.3  dev-db/pgagent/pgagent-3.4.0.ebuild

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

Index: pgagent-3.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgagent-3.4.0.ebuild3 Nov 2014 11:27:28 -   1.2
+++ pgagent-3.4.0.ebuild28 Dec 2014 15:09:08 -  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/pgagent/pgagent-3.4.0.ebuild,v 1.2 
2014/11/03 11:27:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.4.0.ebuild,v 1.3 
2014/12/28 15:09:08 titanofold Exp $
 
 EAPI=5
 CMAKE_IN_SOURCE_BUILD=1
@@ -17,7 +17,7 @@
 SLOT=0
 IUSE=
 
-RDEPEND==virtual/postgresql-9.0.0
+RDEPEND==dev-db/postgresql-9.0.0
 x11-libs/wxGTK:2.8
 
 DEPEND=${RDEPEND}



1.9  dev-db/pgagent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Nov 2014 11:27:28 -   1.8
+++ ChangeLog   28 Dec 2014 15:09:08 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pgagent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.8 2014/11/03 
11:27:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.9 2014/12/28 
15:09:08 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pgagent-3.3.0.ebuild,
+  pgagent-3.4.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pgagent-3.3.0.ebuild,
   pgagent-3.4.0.ebuild:



1.5  dev-db/pgagent/pgagent-3.3.0.ebuild

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

Index: pgagent-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pgagent-3.3.0.ebuild3 Nov 2014 11:27:28 -   1.4
+++ pgagent-3.3.0.ebuild28 Dec 2014 15:09:08 -  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/dev-db/pgagent/pgagent-3.3.0.ebuild,v 1.4 
2014/11/03 11:27:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.3.0.ebuild,v 1.5 
2014/12/28 15:09:08 titanofold Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 SLOT=0
 IUSE=
 
-RDEPEND==virtual/postgresql-8.3.0
+RDEPEND==dev-db/postgresql-8.3.0
 x11-libs/wxGTK:2.8
 
 DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-db/pgmemcache: pgmemcache-2.0.4.ebuild pgmemcache-2.0.6.ebuild pgmemcache-2.1.1.ebuild ChangeLog pgmemcache-2.1.2.ebuild pgmemcache-2.2.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:10:00

  Modified: pgmemcache-2.0.4.ebuild pgmemcache-2.0.6.ebuild
pgmemcache-2.1.1.ebuild ChangeLog
pgmemcache-2.1.2.ebuild pgmemcache-2.2.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  ChangesPath
1.4  dev-db/pgmemcache/pgmemcache-2.0.4.ebuild

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

Index: pgmemcache-2.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgmemcache-2.0.4.ebuild 3 Nov 2014 11:28:17 -   1.3
+++ pgmemcache-2.0.4.ebuild 28 Dec 2014 15:10:00 -  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/pgmemcache/pgmemcache-2.0.4.ebuild,v 
1.3 2014/11/03 11:28:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild,v 
1.4 2014/12/28 15:10:00 titanofold Exp $
 
 DESCRIPTION=A PostgreSQL API based on libmemcached to interface with 
memcached
 HOMEPAGE=http://pgfoundry.org/projects/pgmemcache;
@@ -11,7 +11,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND==virtual/postgresql-8.4
+DEPEND==dev-db/postgresql-8.4
=dev-libs/libmemcached-0.39
 RDEPEND=${DEPEND}
 



1.4  dev-db/pgmemcache/pgmemcache-2.0.6.ebuild

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

Index: pgmemcache-2.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgmemcache-2.0.6.ebuild 3 Nov 2014 11:28:17 -   1.3
+++ pgmemcache-2.0.6.ebuild 28 Dec 2014 15:10:00 -  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/pgmemcache/pgmemcache-2.0.6.ebuild,v 
1.3 2014/11/03 11:28:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.6.ebuild,v 
1.4 2014/12/28 15:10:00 titanofold Exp $
 
 DESCRIPTION=A PostgreSQL API based on libmemcached to interface with 
memcached
 HOMEPAGE=http://pgfoundry.org/projects/pgmemcache;
@@ -11,7 +11,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND==virtual/postgresql-8.4
+DEPEND==dev-db/postgresql-8.4
dev-libs/cyrus-sasl
=dev-libs/libmemcached-0.39
 RDEPEND=${DEPEND}



1.3  dev-db/pgmemcache/pgmemcache-2.1.1.ebuild

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

Index: pgmemcache-2.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgmemcache-2.1.1.ebuild 3 Nov 2014 11:28:17 -   1.2
+++ pgmemcache-2.1.1.ebuild 28 Dec 2014 15:10:00 -  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/pgmemcache/pgmemcache-2.1.1.ebuild,v 
1.2 2014/11/03 11:28:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.1.1.ebuild,v 
1.3 2014/12/28 15:10:00 titanofold Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-DEPEND==virtual/postgresql-8.4
+DEPEND==dev-db/postgresql-8.4
dev-libs/cyrus-sasl
dev-libs/libmemcached-1[sasl]
 RDEPEND=${DEPEND}



1.9  dev-db/pgmemcache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.9view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in dev-db/pgpool2: pgpool2-3.2.4.ebuild pgpool2-3.3.1.ebuild pgpool2-3.3.4.ebuild pgpool2-3.3.3.ebuild ChangeLog pgpool2-3.2.5.ebuild pgpool2-3.2.3.ebuild pgpool2-99

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:10:55

  Modified: pgpool2-3.2.4.ebuild pgpool2-3.3.1.ebuild
pgpool2-3.3.4.ebuild pgpool2-3.3.3.ebuild ChangeLog
pgpool2-3.2.5.ebuild pgpool2-3.2.3.ebuild
pgpool2-.ebuild pgpool2-3.3.2.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  ChangesPath
1.4  dev-db/pgpool2/pgpool2-3.2.4.ebuild

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

Index: pgpool2-3.2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgpool2-3.2.4.ebuild3 Nov 2014 11:29:08 -   1.3
+++ pgpool2-3.2.4.ebuild28 Dec 2014 15:10:55 -  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/pgpool2/pgpool2-3.2.4.ebuild,v 1.3 
2014/11/03 11:29:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.2.4.ebuild,v 1.4 
2014/12/28 15:10:55 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 IUSE=memcached pam ssl static-libs
 
 RDEPEND=
-   virtual/postgresql
+   dev-db/postgresql
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? ( dev-libs/openssl )



1.3  dev-db/pgpool2/pgpool2-3.3.1.ebuild

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

Index: pgpool2-3.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgpool2-3.3.1.ebuild3 Nov 2014 11:29:08 -   1.2
+++ pgpool2-3.3.1.ebuild28 Dec 2014 15:10:55 -  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/pgpool2/pgpool2-3.3.1.ebuild,v 1.2 
2014/11/03 11:29:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.1.ebuild,v 1.3 
2014/12/28 15:10:55 titanofold Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 IUSE=memcached pam ssl static-libs
 
 RDEPEND=
-   virtual/postgresql
+   dev-db/postgresql
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? ( dev-libs/openssl )



1.2  dev-db/pgpool2/pgpool2-3.3.4.ebuild

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

Index: pgpool2-3.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgpool2-3.3.4.ebuild1 Dec 2014 09:00:22 -   1.1
+++ pgpool2-3.3.4.ebuild28 Dec 2014 15:10:55 -  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/dev-db/pgpool2/pgpool2-3.3.4.ebuild,v 1.1 
2014/12/01 09:00:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.3.4.ebuild,v 1.2 
2014/12/28 15:10:55 titanofold Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 IUSE=memcached pam ssl static-libs
 
 RDEPEND=
-   virtual/postgresql
+   dev-db/postgresql
memcached? ( dev-libs/libmemcached )
pam? ( sys-auth/pambase )
ssl? ( dev-libs/openssl )



1.3  dev-db/pgpool2/pgpool2-3.3.3.ebuild

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


[gentoo-commits] gentoo-x86 commit in dev-db/pgrouting: ChangeLog pgrouting-2.0.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:11:49

  Modified: ChangeLog pgrouting-2.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  ChangesPath
1.2  dev-db/pgrouting/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgrouting/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgrouting/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgrouting/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgrouting/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Nov 2014 14:55:06 -  1.1
+++ ChangeLog   28 Dec 2014 15:11:49 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/pgrouting
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgrouting/ChangeLog,v 1.1 2014/11/16 
14:55:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgrouting/ChangeLog,v 1.2 2014/12/28 
15:11:49 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pgrouting-2.0.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *pgrouting-2.0.0 (16 Nov 2014)
 



1.2  dev-db/pgrouting/pgrouting-2.0.0.ebuild

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

Index: pgrouting-2.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgrouting/pgrouting-2.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgrouting-2.0.0.ebuild  16 Nov 2014 14:55:06 -  1.1
+++ pgrouting-2.0.0.ebuild  28 Dec 2014 15:11:49 -  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/dev-db/pgrouting/pgrouting-2.0.0.ebuild,v 
1.1 2014/11/16 14:55:06 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgrouting/pgrouting-2.0.0.ebuild,v 
1.2 2014/12/28 15:11:49 titanofold Exp $
 
 EAPI=5
 POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@@ -20,11 +20,11 @@
 
 RDEPEND=
|| (
-   virtual/postgresql:9.4[server]
-   virtual/postgresql:9.3[server]
-   virtual/postgresql:9.2[server]
-   virtual/postgresql:9.1[server]
-   virtual/postgresql:9.0[server]
+   dev-db/postgresql:9.4[server]
+   dev-db/postgresql:9.3[server]
+   dev-db/postgresql:9.2[server]
+   dev-db/postgresql:9.1[server]
+   dev-db/postgresql:9.0[server]
)
=dev-db/postgis-2.0
dev-libs/boost






[gentoo-commits] gentoo-x86 commit in dev-db/pgxnclient: ChangeLog pgxnclient-1.2-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:13:51

  Modified: ChangeLog pgxnclient-1.2-r1.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  ChangesPath
1.4  dev-db/pgxnclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 Nov 2014 11:31:10 -   1.3
+++ ChangeLog   28 Dec 2014 15:13:51 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pgxnclient
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v 1.3 
2014/11/03 11:31:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v 1.4 
2014/12/28 15:13:51 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  pgxnclient-1.2-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   pgxnclient-1.2-r1.ebuild:



1.3  dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild

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

Index: pgxnclient-1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgxnclient-1.2-r1.ebuild3 Nov 2014 11:31:10 -   1.2
+++ pgxnclient-1.2-r1.ebuild28 Dec 2014 15:13:51 -  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/pgxnclient/pgxnclient-1.2-r1.ebuild,v 1.2 
2014/11/03 11:31:10 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild,v 1.3 
2014/12/28 15:13:51 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -17,7 +17,7 @@
 SLOT=0
 IUSE=test
 
-RDEPEND==virtual/postgresql-9.1[server]
+RDEPEND==dev-db/postgresql-9.1[server]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 
 python_test() {






[gentoo-commits] gentoo-x86 commit in dev-db/postgis: postgis-2.1.1.ebuild postgis-2.1.5.ebuild postgis-2.0.3.ebuild ChangeLog postgis-2.1.0.ebuild postgis-2.0.6.ebuild postgis-2.1.4.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:15:03

  Modified: postgis-2.1.1.ebuild postgis-2.1.5.ebuild
postgis-2.0.3.ebuild ChangeLog postgis-2.1.0.ebuild
postgis-2.0.6.ebuild postgis-2.1.4.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  ChangesPath
1.5  dev-db/postgis/postgis-2.1.1.ebuild

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

Index: postgis-2.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postgis-2.1.1.ebuild3 Nov 2014 11:32:12 -   1.4
+++ postgis-2.1.1.ebuild28 Dec 2014 15:15:03 -  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/dev-db/postgis/postgis-2.1.1.ebuild,v 1.4 
2014/11/03 11:32:12 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.1.ebuild,v 1.5 
2014/12/28 15:15:03 titanofold Exp $
 
 EAPI=5
 POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@@ -21,11 +21,11 @@
 
 RDEPEND=
|| (
-   virtual/postgresql:9.4[server]
-   virtual/postgresql:9.3[server]
-   virtual/postgresql:9.2[server]
-   virtual/postgresql:9.1[server]
-   virtual/postgresql:9.0[server]
+   dev-db/postgresql:9.4[server]
+   dev-db/postgresql:9.3[server]
+   dev-db/postgresql:9.2[server]
+   dev-db/postgresql:9.1[server]
+   dev-db/postgresql:9.0[server]
)
dev-libs/json-c-0.11
dev-libs/libxml2:2



1.2  dev-db/postgis/postgis-2.1.5.ebuild

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

Index: postgis-2.1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgis-2.1.5.ebuild19 Dec 2014 06:10:53 -  1.1
+++ postgis-2.1.5.ebuild28 Dec 2014 15:15:03 -  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/dev-db/postgis/postgis-2.1.5.ebuild,v 1.1 
2014/12/19 06:10:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.5.ebuild,v 1.2 
2014/12/28 15:15:03 titanofold Exp $
 
 EAPI=5
 POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@@ -21,11 +21,11 @@
 
 RDEPEND=
|| (
-   virtual/postgresql:9.4[server]
-   virtual/postgresql:9.3[server]
-   virtual/postgresql:9.2[server]
-   virtual/postgresql:9.1[server]
-   virtual/postgresql:9.0[server]
+   dev-db/postgresql:9.4[server]
+   dev-db/postgresql:9.3[server]
+   dev-db/postgresql:9.2[server]
+   dev-db/postgresql:9.1[server]
+   dev-db/postgresql:9.0[server]
)
dev-libs/json-c
dev-libs/libxml2:2



1.6  dev-db/postgis/postgis-2.0.3.ebuild

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

Index: postgis-2.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- postgis-2.0.3.ebuild3 Nov 2014 11:32:12 -   1.5
+++ postgis-2.0.3.ebuild28 Dec 2014 15:15:03 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the 

[gentoo-commits] gentoo-x86 commit in dev-db/psqlodbc: psqlodbc-09.03.0210.ebuild psqlodbc-09.02.0100.ebuild ChangeLog psqlodbc-09.01.0200.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:15:55

  Modified: psqlodbc-09.03.0210.ebuild
psqlodbc-09.02.0100.ebuild ChangeLog
psqlodbc-09.01.0200.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  ChangesPath
1.3  dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild

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

Index: psqlodbc-09.03.0210.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psqlodbc-09.03.0210.ebuild  3 Nov 2014 11:33:01 -   1.2
+++ psqlodbc-09.03.0210.ebuild  28 Dec 2014 15:15:55 -  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/psqlodbc/psqlodbc-09.03.0210.ebuild,v 1.2 
2014/11/03 11:33:01 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild,v 1.3 
2014/12/28 15:15:55 titanofold Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 KEYWORDS=~x86 ~amd64
 IUSE=doc iodbc ssl threads unicode
 
-DEPEND=virtual/postgresql:${PGSLOT}
+DEPEND=dev-db/postgresql:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )



1.3  dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild

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

Index: psqlodbc-09.02.0100.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psqlodbc-09.02.0100.ebuild  3 Nov 2014 11:33:01 -   1.2
+++ psqlodbc-09.02.0100.ebuild  28 Dec 2014 15:15:55 -  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/psqlodbc/psqlodbc-09.02.0100.ebuild,v 1.2 
2014/11/03 11:33:01 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild,v 1.3 
2014/12/28 15:15:55 titanofold Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 KEYWORDS=~x86 ~amd64
 IUSE=doc iodbc ssl threads unicode
 
-DEPEND=virtual/postgresql:${PGSLOT}
+DEPEND=dev-db/postgresql:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )



1.5  dev-db/psqlodbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Nov 2014 11:33:01 -   1.4
+++ ChangeLog   28 Dec 2014 15:15:55 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/psqlodbc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.4 2014/11/03 
11:33:01 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/ChangeLog,v 1.5 2014/12/28 
15:15:55 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  psqlodbc-09.01.0200.ebuild, psqlodbc-09.02.0100.ebuild,
+  psqlodbc-09.03.0210.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   psqlodbc-09.01.0200.ebuild, psqlodbc-09.02.0100.ebuild,



1.3  dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.01.0200.ebuild?rev=1.3content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog pygresql-4.1.1.ebuild pygresql-4.1.1-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:17:08

  Modified: ChangeLog pygresql-4.1.1.ebuild
pygresql-4.1.1-r1.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  ChangesPath
1.74 dev-db/pygresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   3 Nov 2014 11:34:15 -   1.73
+++ ChangeLog   28 Dec 2014 15:17:08 -  1.74
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pygresql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.73 2014/11/03 
11:34:15 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.74 2014/12/28 
15:17:08 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
+  pygresql-4.1.1-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
   pygresql-4.1.1-r1.ebuild:



1.11 dev-db/pygresql/pygresql-4.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?r1=1.10r2=1.11

Index: pygresql-4.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pygresql-4.1.1.ebuild   3 Nov 2014 11:34:15 -   1.10
+++ pygresql-4.1.1.ebuild   28 Dec 2014 15:17:08 -  1.11
@@ -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/pygresql/pygresql-4.1.1.ebuild,v 
1.10 2014/11/03 11:34:15 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild,v 
1.11 2014/12/28 15:17:08 titanofold Exp $
 
 EAPI=5
 
@@ -21,11 +21,11 @@
 IUSE=doc
 
 DEPEND=|| (
-   virtual/postgresql:8.3
-   virtual/postgresql:8.4
-   virtual/postgresql:9.0
-   virtual/postgresql:9.1
-   virtual/postgresql:9.2
+   dev-db/postgresql:8.3
+   dev-db/postgresql:8.4
+   dev-db/postgresql:9.0
+   dev-db/postgresql:9.1
+   dev-db/postgresql:9.2
 )
 
 RDEPEND=${DEPEND}



1.4  dev-db/pygresql/pygresql-4.1.1-r1.ebuild

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

Index: pygresql-4.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygresql-4.1.1-r1.ebuild3 Nov 2014 11:34:15 -   1.3
+++ pygresql-4.1.1-r1.ebuild28 Dec 2014 15:17:08 -  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/pygresql/pygresql-4.1.1-r1.ebuild,v 
1.3 2014/11/03 11:34:15 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v 
1.4 2014/12/28 15:17:08 titanofold Exp $
 
 EAPI=5
 
@@ -21,10 +21,10 @@
 IUSE=doc
 
 DEPEND=|| (
-   virtual/postgresql:9.3
-   virtual/postgresql:9.2
-   virtual/postgresql:9.1
-   virtual/postgresql:9.0
+   dev-db/postgresql:9.3
+   dev-db/postgresql:9.2
+   dev-db/postgresql:9.1
+   dev-db/postgresql:9.0
 )
 
 RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-db/slony1: slony1-2.2.1.ebuild slony1-2.1.4.ebuild slony1-2.2.2.ebuild ChangeLog slony1-2.2.0.ebuild slony1-2.1.3.ebuild slony1-2.2.3.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:18:12

  Modified: slony1-2.2.1.ebuild slony1-2.1.4.ebuild
slony1-2.2.2.ebuild ChangeLog slony1-2.2.0.ebuild
slony1-2.1.3.ebuild slony1-2.2.3.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  ChangesPath
1.3  dev-db/slony1/slony1-2.2.1.ebuild

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

Index: slony1-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slony1-2.2.1.ebuild 3 Nov 2014 11:35:19 -   1.2
+++ slony1-2.2.1.ebuild 28 Dec 2014 15:18:12 -  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/slony1/slony1-2.2.1.ebuild,v 1.2 
2014/11/03 11:35:19 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.1.ebuild,v 1.3 
2014/12/28 15:18:12 titanofold Exp $
 
 EAPI=4
 
@@ -21,14 +21,14 @@
 KEYWORDS=~amd64 ~ppc ~x86
 
 DEPEND=|| (
-   virtual/postgresql:9.3[server]
-   virtual/postgresql:9.2[server]
-   virtual/postgresql:9.1[server]
-   virtual/postgresql:9.0[server]
-   virtual/postgresql:8.4[server]
-   virtual/postgresql:8.3[server]
+   dev-db/postgresql:9.3[server]
+   dev-db/postgresql:9.2[server]
+   dev-db/postgresql:9.1[server]
+   dev-db/postgresql:9.0[server]
+   dev-db/postgresql:8.4[server]
+   dev-db/postgresql:8.3[server]
)
-   virtual/postgresql[threads]
+   dev-db/postgresql[threads]
perl? ( dev-perl/DBD-Pg )
 
 



1.4  dev-db/slony1/slony1-2.1.4.ebuild

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

Index: slony1-2.1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slony1-2.1.4.ebuild 3 Nov 2014 11:35:19 -   1.3
+++ slony1-2.1.4.ebuild 28 Dec 2014 15:18:12 -  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/slony1/slony1-2.1.4.ebuild,v 1.3 
2014/11/03 11:35:19 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.1.4.ebuild,v 1.4 
2014/12/28 15:18:12 titanofold Exp $
 
 EAPI=4
 
@@ -21,14 +21,14 @@
 KEYWORDS=~amd64 ~ppc ~x86
 
 DEPEND=|| (
-   virtual/postgresql:9.3[server]
-   virtual/postgresql:9.2[server]
-   virtual/postgresql:9.1[server]
-   virtual/postgresql:9.0[server]
-   virtual/postgresql:8.4[server]
-   virtual/postgresql:8.3[server]
+   dev-db/postgresql:9.3[server]
+   dev-db/postgresql:9.2[server]
+   dev-db/postgresql:9.1[server]
+   dev-db/postgresql:9.0[server]
+   dev-db/postgresql:8.4[server]
+   dev-db/postgresql:8.3[server]
)
-   virtual/postgresql[threads]
+   dev-db/postgresql[threads]
perl? ( dev-perl/DBD-Pg )
 
 



1.3  dev-db/slony1/slony1-2.2.2.ebuild

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

Index: slony1-2.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/slony1/slony1-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 

[gentoo-commits] gentoo-x86 commit in dev-db/soci: ChangeLog soci-3.2.2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:19:00

  Modified: ChangeLog soci-3.2.2.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  ChangesPath
1.3  dev-db/soci/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Nov 2014 11:36:07 -   1.2
+++ ChangeLog   28 Dec 2014 15:19:00 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/soci
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.2 2014/11/03 
11:36:07 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.3 2014/12/28 
15:19:00 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org soci-3.2.2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org soci-3.2.2.ebuild:
   Update PostgreSQL dependencies and/or checks to virtual/postgresql.



1.3  dev-db/soci/soci-3.2.2.ebuild

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

Index: soci-3.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- soci-3.2.2.ebuild   3 Nov 2014 11:36:07 -   1.2
+++ soci-3.2.2.ebuild   28 Dec 2014 15:19:00 -  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/soci/soci-3.2.2.ebuild,v 1.2 
2014/11/03 11:36:07 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.3 
2014/12/28 15:19:00 titanofold Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
oracle? ( dev-db/oracle-instantclient-basic )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 
 RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-db/textsearch_ja: ChangeLog textsearch_ja-9.0.0.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/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  ChangesPath
1.6  dev-db/textsearch_ja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/ChangeLog?r1=1.5r2=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 -   1.5
+++ ChangeLog   28 Dec 2014 15:19:43 -  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 titanof...@gentoo.org
+  textsearch_ja-9.0.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@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.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild?r1=1.3r2=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 -   1.3
+++ textsearch_ja-9.0.0.ebuild  28 Dec 2014 15:19:43 -  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() {






[gentoo-commits] gentoo-x86 commit in dev-db/tora: ChangeLog tora-9999.ebuild tora-2.1.3-r3.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:20:50

  Modified: ChangeLog tora-.ebuild tora-2.1.3-r3.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  ChangesPath
1.110dev-db/tora/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   4 Nov 2014 15:19:16 -   1.109
+++ ChangeLog   28 Dec 2014 15:20:50 -  1.110
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/tora
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.109 2014/11/04 
15:19:16 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.110 2014/12/28 
15:20:50 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org tora-2.1.3-r3.ebuild,
+  tora-.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *tora-3.0.0_pre20140929 (04 Nov 2014)
 



1.6  dev-db/tora/tora-.ebuild

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

Index: tora-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tora-.ebuild3 Nov 2014 11:37:46 -   1.5
+++ tora-.ebuild28 Dec 2014 15:20:50 -  1.6
@@ -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/tora/tora-.ebuild,v 1.5 
2014/11/03 11:37:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v 1.6 
2014/12/28 15:20:50 titanofold Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
dev-qt/qtsql:4[mysql?,postgres?]
dev-qt/qtxmlpatterns:4
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
 
 RDEPEND=${DEPEND}
 



1.3  dev-db/tora/tora-2.1.3-r3.ebuild

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

Index: tora-2.1.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tora-2.1.3-r3.ebuild3 Nov 2014 11:37:46 -   1.2
+++ tora-2.1.3-r3.ebuild28 Dec 2014 15:20:50 -  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/tora/tora-2.1.3-r3.ebuild,v 1.2 
2014/11/03 11:37:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.3 
2014/12/28 15:20:50 titanofold Exp $
 
 EAPI=3
 
@@ -25,7 +25,7 @@
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
)
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 
 RDEPEND=${DEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc-postgresql: ChangeLog hdbc-postgresql-2.3.2.1.ebuild hdbc-postgresql-2.3.2.2-r2.ebuild hdbc-postgresql-2.3.2.2-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:21:59

  Modified: ChangeLog hdbc-postgresql-2.3.2.1.ebuild
hdbc-postgresql-2.3.2.2-r2.ebuild
hdbc-postgresql-2.3.2.2-r1.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  ChangesPath
1.27 dev-haskell/hdbc-postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   4 Nov 2014 00:06:42 -   1.26
+++ ChangeLog   28 Dec 2014 15:21:59 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hdbc-postgresql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 
1.26 2014/11/04 00:06:42 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 
1.27 2014/12/28 15:21:59 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  hdbc-postgresql-2.3.2.1.ebuild, hdbc-postgresql-2.3.2.2-r1.ebuild,
+  hdbc-postgresql-2.3.2.2-r2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   04 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   hdbc-postgresql-2.3.2.1.ebuild, hdbc-postgresql-2.3.2.2-r1.ebuild,



1.7  dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild?r1=1.6r2=1.7

Index: hdbc-postgresql-2.3.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hdbc-postgresql-2.3.2.1.ebuild  4 Nov 2014 00:06:42 -   1.6
+++ hdbc-postgresql-2.3.2.1.ebuild  28 Dec 2014 15:21:59 -  1.7
@@ -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-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild,v
 1.6 2014/11/04 00:06:42 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild,v
 1.7 2014/12/28 15:21:59 titanofold Exp $
 
 EAPI=4
 
@@ -24,14 +24,14 @@
 
 hdbc_PV=$(get_version_component_range 1-2)
 
-RDEPEND=virtual/postgresql-8
+RDEPEND=dev-db/postgresql-8
dev-haskell/convertible[profile?]
=dev-haskell/hdbc-${hdbc_PV}*[profile?]
dev-haskell/mtl[profile?]
dev-haskell/parsec[profile?]
dev-haskell/utf8-string[profile?]
=dev-lang/ghc-6.8.2
-   =virtual/postgresql-8
+   =dev-db/postgresql-8
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( dev-haskell/convertible



1.3  
dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild?r1=1.2r2=1.3

Index: hdbc-postgresql-2.3.2.2-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdbc-postgresql-2.3.2.2-r2.ebuild   4 Nov 2014 00:06:42 -   1.2
+++ hdbc-postgresql-2.3.2.2-r2.ebuild   28 Dec 2014 15:21:59 -  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-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2-r2.ebuild,v
 1.2 2014/11/04 00:06:42 titanofold Exp $
+# $Header: 

[gentoo-commits] gentoo-x86 commit in dev-haskell/hsql-postgresql: ChangeLog hsql-postgresql-1.8.1.ebuild hsql-postgresql-1.8.2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:23:09

  Modified: ChangeLog hsql-postgresql-1.8.1.ebuild
hsql-postgresql-1.8.2.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  ChangesPath
1.20 dev-haskell/hsql-postgresql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   4 Nov 2014 00:07:39 -   1.19
+++ ChangeLog   28 Dec 2014 15:23:09 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/hsql-postgresql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 
1.19 2014/11/04 00:07:39 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 
1.20 2014/12/28 15:23:09 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  hsql-postgresql-1.8.1.ebuild, hsql-postgresql-1.8.2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   04 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   hsql-postgresql-1.8.1.ebuild, hsql-postgresql-1.8.2.ebuild:



1.6  dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild?r1=1.5r2=1.6

Index: hsql-postgresql-1.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hsql-postgresql-1.8.1.ebuild4 Nov 2014 00:07:39 -   1.5
+++ hsql-postgresql-1.8.1.ebuild28 Dec 2014 15:23:09 -  1.6
@@ -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-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v
 1.5 2014/11/04 00:07:39 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v
 1.6 2014/12/28 15:23:09 titanofold Exp $
 
 # ebuild generated by hackport 0.2.13
 
@@ -20,6 +20,6 @@
 
 RDEPEND==dev-haskell/hsql-1.8*[profile?]
=dev-lang/ghc-6.10.1
-   =virtual/postgresql-7
+   =dev-db/postgresql-7
 DEPEND=${RDEPEND}
dev-haskell/cabal



1.5  dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild?r1=1.4r2=1.5

Index: hsql-postgresql-1.8.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hsql-postgresql-1.8.2.ebuild4 Nov 2014 00:07:39 -   1.4
+++ hsql-postgresql-1.8.2.ebuild28 Dec 2014 15:23:09 -  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/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild,v
 1.4 2014/11/04 00:07:39 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.2.ebuild,v
 1.5 2014/12/28 15:23:09 titanofold Exp $
 
 # ebuild generated by hackport 0.2.13
 
@@ -21,6 +21,6 @@
 RDEPEND==dev-haskell/hsql-1.8.2[profile?]
dev-haskell/hsql-1.9[profile?]
=dev-lang/ghc-6.10.1
-   =virtual/postgresql-7
+   =dev-db/postgresql-7
 DEPEND=${RDEPEND}
dev-haskell/cabal






[gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-8.3_p603.ebuild jdbc-postgresql-9.3_p1100.ebuild jdbc-postgresql-8.4_p701-r1.ebuild jdbc-postgresql-9.2_p1003.ebuild Cha

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:24:21

  Modified: jdbc-postgresql-8.3_p603.ebuild
jdbc-postgresql-9.3_p1100.ebuild
jdbc-postgresql-8.4_p701-r1.ebuild
jdbc-postgresql-9.2_p1003.ebuild ChangeLog
jdbc-postgresql-9.2_p1004.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  ChangesPath
1.8  dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild?r1=1.7r2=1.8

Index: jdbc-postgresql-8.3_p603.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jdbc-postgresql-8.3_p603.ebuild 4 Nov 2014 00:19:23 -   1.7
+++ jdbc-postgresql-8.3_p603.ebuild 28 Dec 2014 15:24:21 -  1.8
@@ -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-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild,v
 1.7 2014/11/04 00:19:23 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild,v
 1.8 2014/12/28 15:24:21 titanofold Exp $
 
 EAPI=2
 
@@ -31,7 +31,7 @@
=dev-java/junit-3.8*
=dev-java/ant-1.6
dev-java/ant-junit
-   virtual/postgresql[server]
+   dev-db/postgresql[server]
)
 RDEPEND==virtual/jre-1.5
 



1.3  dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild?r1=1.2r2=1.3

Index: jdbc-postgresql-9.3_p1100.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jdbc-postgresql-9.3_p1100.ebuild4 Nov 2014 00:19:23 -   1.2
+++ jdbc-postgresql-9.3_p1100.ebuild28 Dec 2014 15:24:21 -  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-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild,v
 1.2 2014/11/04 00:19:23 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild,v
 1.3 2014/12/28 15:24:21 titanofold Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
)
test? (
dev-java/ant-junit
-   virtual/postgresql[server]
+   dev-db/postgresql[server]
)
 RDEPEND==virtual/jre-1.6
 



1.10 dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild?r1=1.9r2=1.10

Index: jdbc-postgresql-8.4_p701-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jdbc-postgresql-8.4_p701-r1.ebuild  4 Nov 2014 00:19:23 -   1.9
+++ jdbc-postgresql-8.4_p701-r1.ebuild  28 Dec 2014 15:24:21 -  1.10
@@ -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-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild,v
 1.9 2014/11/04 00:19:23 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.4_p701-r1.ebuild,v
 1.10 2014/12/28 15:24:21 titanofold Exp $
 
 EAPI=2
 JAVA_PKG_IUSE=doc source
@@ -28,7 +28,7 @@
)
  

[gentoo-commits] gentoo-x86 commit in dev-lang/io: ChangeLog io-2011.09.12-r2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:25:15

  Modified: ChangeLog io-2011.09.12-r2.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  ChangesPath
1.17 dev-lang/io/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   3 Nov 2014 11:38:33 -   1.16
+++ ChangeLog   28 Dec 2014 15:25:15 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/io
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.16 2014/11/03 
11:38:33 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.17 2014/12/28 
15:25:15 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  io-2011.09.12-r2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   io-2011.09.12-r2.ebuild:



1.5  dev-lang/io/io-2011.09.12-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?r1=1.4r2=1.5

Index: io-2011.09.12-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- io-2011.09.12-r2.ebuild 3 Nov 2014 11:38:33 -   1.4
+++ io-2011.09.12-r2.ebuild 28 Dec 2014 15:25:15 -  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/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.4 
2014/11/03 11:38:33 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.5 
2014/12/28 15:25:15 titanofold Exp $
 
 EAPI=4
 
@@ -31,7 +31,7 @@
ogg? ( media-libs/libogg )
opengl? ( virtual/opengl )
pcre? ( dev-libs/libpcre )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
readline? ( sys-libs/readline )
sndfile? ( media-libs/libsndfile )
sqlite3? ( =dev-db/sqlite-3.0.0 )






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.29.ebuild php-5.4.36.ebuild php-5.5.20.ebuild ChangeLog php-5.6.4.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:27:17

  Modified: php-5.3.29.ebuild php-5.4.36.ebuild
php-5.5.20.ebuild ChangeLog php-5.6.4.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  ChangesPath
1.13 dev-lang/php/php-5.3.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?r1=1.12r2=1.13

Index: php-5.3.29.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- php-5.3.29.ebuild   3 Nov 2014 11:40:17 -   1.12
+++ php-5.3.29.ebuild   28 Dec 2014 15:27:17 -  1.13
@@ -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-lang/php/php-5.3.29.ebuild,v 1.12 
2014/11/03 11:40:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v 1.13 
2014/12/28 15:27:17 titanofold Exp $
 
 EAPI=5
 
@@ -124,7 +124,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( =dev-db/unixODBC-1.8.13 )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )



1.11 dev-lang/php/php-5.4.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?r1=1.10r2=1.11

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- php-5.4.36.ebuild   26 Dec 2014 09:28:56 -  1.10
+++ php-5.4.36.ebuild   28 Dec 2014 15:27:17 -  1.11
@@ -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-lang/php/php-5.4.36.ebuild,v 1.10 
2014/12/26 09:28:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.11 
2014/12/28 15:27:17 titanofold Exp $
 
 EAPI=5
 
@@ -125,7 +125,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( =dev-db/unixODBC-1.8.13 )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )



1.11 dev-lang/php/php-5.5.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?r1=1.10r2=1.11

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- php-5.5.20.ebuild   26 Dec 2014 09:28:56 -  1.10
+++ php-5.5.20.ebuild   28 Dec 2014 15:27:17 -  1.11
@@ -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-lang/php/php-5.5.20.ebuild,v 1.10 
2014/12/26 09:28:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.11 
2014/12/28 15:27:17 titanofold Exp $
 
 EAPI=5
 
@@ -116,7 +116,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( =dev-db/unixODBC-1.8.13 )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )



1.920dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.920view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.920content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-libs/apr-util: apr-util-1.5.4.ebuild apr-util-1.5.3-r2.ebuild ChangeLog apr-util-1.5.2.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:28:44

  Modified: apr-util-1.5.4.ebuild apr-util-1.5.3-r2.ebuild
ChangeLog apr-util-1.5.2.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  ChangesPath
1.3  dev-libs/apr-util/apr-util-1.5.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild?r1=1.2r2=1.3

Index: apr-util-1.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr-util-1.5.4.ebuild   3 Nov 2014 11:41:44 -   1.2
+++ apr-util-1.5.4.ebuild   28 Dec 2014 15:28:44 -  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-libs/apr-util/apr-util-1.5.4.ebuild,v 
1.2 2014/11/03 11:41:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild,v 
1.3 2014/12/28 15:28:44 titanofold Exp $
 
 EAPI=4
 
@@ -30,7 +30,7 @@
nss? ( dev-libs/nss )
odbc? ( dev-db/unixODBC )
openssl? ( dev-libs/openssl )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 DEPEND=${RDEPEND}
=sys-devel/libtool-2.4.2



1.3  dev-libs/apr-util/apr-util-1.5.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild?r1=1.2r2=1.3

Index: apr-util-1.5.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr-util-1.5.3-r2.ebuild3 Nov 2014 11:41:44 -   1.2
+++ apr-util-1.5.3-r2.ebuild28 Dec 2014 15:28:44 -  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-libs/apr-util/apr-util-1.5.3-r2.ebuild,v 1.2 
2014/11/03 11:41:44 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild,v 1.3 
2014/12/28 15:28:44 titanofold Exp $
 
 EAPI=4
 
@@ -30,7 +30,7 @@
nss? ( dev-libs/nss )
odbc? ( dev-db/unixODBC )
openssl? ( dev-libs/openssl )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 DEPEND=${RDEPEND}
=sys-devel/libtool-2.4.2



1.213dev-libs/apr-util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.213view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.213content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?r1=1.212r2=1.213

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   3 Nov 2014 11:41:44 -   1.212
+++ ChangeLog   28 Dec 2014 15:28:44 -  1.213
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/apr-util
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.212 
2014/11/03 11:41:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.213 
2014/12/28 15:28:44 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org apr-util-1.5.2.ebuild,
+  apr-util-1.5.3-r2.ebuild, apr-util-1.5.4.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org apr-util-1.5.2.ebuild,
   apr-util-1.5.3-r2.ebuild, apr-util-1.5.4.ebuild:



1.17 dev-libs/apr-util/apr-util-1.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/apr-util-1.5.2.ebuild?rev=1.17content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-libs/cyrus-sasl: cyrus-sasl-2.1.26-r9.ebuild cyrus-sasl-2.1.23-r7.ebuild cyrus-sasl-2.1.26-r7.ebuild ChangeLog cyrus-sasl-2.1.26-r8.ebuild cyrus-sasl-2.1.26-r

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:30:29

  Modified: cyrus-sasl-2.1.26-r9.ebuild
cyrus-sasl-2.1.23-r7.ebuild
cyrus-sasl-2.1.26-r7.ebuild ChangeLog
cyrus-sasl-2.1.26-r8.ebuild
cyrus-sasl-2.1.26-r3.ebuild
cyrus-sasl-2.1.26-r4.ebuild
cyrus-sasl-2.1.26-r5.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  ChangesPath
1.7  dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?r1=1.6r2=1.7

Index: cyrus-sasl-2.1.26-r9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cyrus-sasl-2.1.26-r9.ebuild 21 Nov 2014 09:49:00 -  1.6
+++ cyrus-sasl-2.1.26-r9.ebuild 28 Dec 2014 15:30:29 -  1.7
@@ -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-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.6 
2014/11/21 09:49:00 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.7 
2014/12/28 15:30:29 titanofold Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
openldap? ( =net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
mysql? ( virtual/mysql )
pam? ( =virtual/pam-0-r1[${MULTILIB_USEDEP}] )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] )
ssl? ( =dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
java? ( =virtual/jdk-1.4 )



1.15 dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild?r1=1.14r2=1.15

Index: cyrus-sasl-2.1.23-r7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cyrus-sasl-2.1.23-r7.ebuild 3 Nov 2014 11:43:22 -   1.14
+++ cyrus-sasl-2.1.23-r7.ebuild 28 Dec 2014 15:30:29 -  1.15
@@ -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-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.14 
2014/11/03 11:43:22 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.15 
2014/12/28 15:30:29 titanofold Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
mysql? ( virtual/mysql )
ntlm_unsupported_patch? ( =net-fs/samba-3.0.9 )
pam? ( virtual/pam )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
ssl? ( =dev-libs/openssl-0.9.6d )
java? ( =virtual/jdk-1.4 )
 RDEPEND=${DEPEND}



1.6  dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild?r1=1.5r2=1.6

Index: cyrus-sasl-2.1.26-r7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cyrus-sasl-2.1.26-r7.ebuild 3 Nov 2014 11:43:22 -   1.5
+++ cyrus-sasl-2.1.26-r7.ebuild 28 Dec 2014 15:30:29 -  1.6
@@ -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-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild,v 1.5 
2014/11/03 11:43:22 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r7.ebuild,v 1.6 
2014/12/28 

[gentoo-commits] gentoo-x86 commit in dev-libs/libhome: libhome-0.10.2-r1.ebuild ChangeLog

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:31:22

  Modified: libhome-0.10.2-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  ChangesPath
1.3  dev-libs/libhome/libhome-0.10.2-r1.ebuild

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

Index: libhome-0.10.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libhome/libhome-0.10.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libhome-0.10.2-r1.ebuild4 Nov 2014 02:58:51 -   1.2
+++ libhome-0.10.2-r1.ebuild28 Dec 2014 15:31:22 -  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-libs/libhome/libhome-0.10.2-r1.ebuild,v 
1.2 2014/11/04 02:58:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/libhome-0.10.2-r1.ebuild,v 
1.3 2014/12/28 15:31:22 titanofold Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
ldap? ( net-nds/openldap )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 RDEPEND=${DEPEND}
 
 src_prepare() {



1.18 dev-libs/libhome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libhome/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libhome/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libhome/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 Nov 2014 02:58:51 -   1.17
+++ ChangeLog   28 Dec 2014 15:31:22 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libhome
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v 1.17 
2014/11/04 02:58:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v 1.18 
2014/12/28 15:31:22 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  libhome-0.10.2-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   04 Nov 2014; Patrick Lauer patr...@gentoo.org libhome-0.10.2-r1.ebuild:
   More cleanups






[gentoo-commits] gentoo-x86 commit in dev-libs/libpqxx: ChangeLog libpqxx-4.0.1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:32:39

  Modified: ChangeLog libpqxx-4.0.1.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  ChangesPath
1.102dev-libs/libpqxx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   3 Nov 2014 11:45:32 -   1.101
+++ ChangeLog   28 Dec 2014 15:32:39 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libpqxx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.101 
2014/11/03 11:45:32 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/ChangeLog,v 1.102 
2014/12/28 15:32:39 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org libpqxx-4.0.1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org libpqxx-4.0.1.ebuild:
   Update PostgreSQL dependencies and/or checks to virtual/postgresql.



1.13 dev-libs/libpqxx/libpqxx-4.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild?r1=1.12r2=1.13

Index: libpqxx-4.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libpqxx-4.0.1.ebuild3 Nov 2014 11:45:32 -   1.12
+++ libpqxx-4.0.1.ebuild28 Dec 2014 15:32:39 -  1.13
@@ -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-libs/libpqxx/libpqxx-4.0.1.ebuild,v 
1.12 2014/11/03 11:45:32 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-4.0.1.ebuild,v 
1.13 2014/12/28 15:32:39 titanofold Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 SLOT=0
 IUSE=doc static-libs
 
-RDEPEND=virtual/postgresql
+RDEPEND=dev-db/postgresql
 DEPEND=${PYTHON_DEPS}
${RDEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-libs/radlib: radlib-2.12.0-r1.ebuild ChangeLog

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:33:26

  Modified: radlib-2.12.0-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  ChangesPath
1.4  dev-libs/radlib/radlib-2.12.0-r1.ebuild

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

Index: radlib-2.12.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/radlib/radlib-2.12.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- radlib-2.12.0-r1.ebuild 3 Nov 2014 11:46:17 -   1.3
+++ radlib-2.12.0-r1.ebuild 28 Dec 2014 15:33:26 -  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-libs/radlib/radlib-2.12.0-r1.ebuild,v 
1.3 2014/11/03 11:46:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/radlib/radlib-2.12.0-r1.ebuild,v 
1.4 2014/12/28 15:33:26 titanofold Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 IUSE=mysql postgres sqlite static-libs
 
 RDEPEND=mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
 DEPEND=${RDEPEND}
 



1.5  dev-libs/radlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/radlib/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Nov 2014 11:46:17 -   1.4
+++ ChangeLog   28 Dec 2014 15:33:26 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/radlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/radlib/ChangeLog,v 1.4 2014/11/03 
11:46:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/radlib/ChangeLog,v 1.5 2014/12/28 
15:33:26 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  radlib-2.12.0-r1.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   radlib-2.12.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.17.ebuild redland-1.0.16.ebuild redland-1.0.15.ebuild redland-1.0.17-r1.ebuild ChangeLog

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:34:51

  Modified: redland-1.0.17.ebuild redland-1.0.16.ebuild
redland-1.0.15.ebuild redland-1.0.17-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  ChangesPath
1.5  dev-libs/redland/redland-1.0.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.17.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.17.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.17.ebuild?r1=1.4r2=1.5

Index: redland-1.0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- redland-1.0.17.ebuild   6 Nov 2014 05:40:32 -   1.4
+++ redland-1.0.17.ebuild   28 Dec 2014 15:34:51 -  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/dev-libs/redland/redland-1.0.17.ebuild,v 
1.4 2014/11/06 05:40:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.17.ebuild,v 
1.5 2014/12/28 15:34:51 titanofold Exp $
 
 EAPI=5
 inherit db-use libtool
@@ -20,7 +20,7 @@
berkdb? ( sys-libs/db )
=media-libs/raptor-2.0.14
=dev-libs/rasqal-0.9.32
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
iodbc? ( dev-db/libiodbc )
odbc? ( dev-db/unixODBC )
 DEPEND=${RDEPEND}



1.18 dev-libs/redland/redland-1.0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?r1=1.17r2=1.18

Index: redland-1.0.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- redland-1.0.16.ebuild   6 Nov 2014 05:40:32 -   1.17
+++ redland-1.0.16.ebuild   28 Dec 2014 15:34:51 -  1.18
@@ -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-libs/redland/redland-1.0.16.ebuild,v 
1.17 2014/11/06 05:40:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 
1.18 2014/12/28 15:34:51 titanofold Exp $
 
 EAPI=4
 inherit db-use libtool
@@ -23,7 +23,7 @@
!xml? ( =dev-libs/expat-2 )
=media-libs/raptor-2.0.7
=dev-libs/rasqal-0.9.28
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
iodbc? ( dev-db/libiodbc )
odbc? ( dev-db/unixODBC )
 DEPEND=${RDEPEND}



1.17 dev-libs/redland/redland-1.0.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?r1=1.16r2=1.17

Index: redland-1.0.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- redland-1.0.15.ebuild   6 Nov 2014 05:40:32 -   1.16
+++ redland-1.0.15.ebuild   28 Dec 2014 15:34:51 -  1.17
@@ -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-libs/redland/redland-1.0.15.ebuild,v 
1.16 2014/11/06 05:40:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v 
1.17 2014/12/28 15:34:51 titanofold Exp $
 
 EAPI=4
 inherit libtool
@@ -24,7 +24,7 @@
ssl? ( dev-libs/openssl:0 )
=media-libs/raptor-2.0.7
=dev-libs/rasqal-0.9.28
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
iodbc? ( dev-db/libiodbc )
odbc? ( dev-db/unixODBC )
 DEPEND=${RDEPEND}



1.3  dev-libs/redland/redland-1.0.17-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.17-r1.ebuild?rev=1.3view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.48-r1.ebuild ChangeLog clisp-2.48-r2.ebuild clisp-2.49-r8.ebuild clisp-2.47-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:36:16

  Modified: clisp-2.48-r1.ebuild ChangeLog clisp-2.48-r2.ebuild
clisp-2.49-r8.ebuild clisp-2.47-r1.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  ChangesPath
1.9  dev-lisp/clisp/clisp-2.48-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild?r1=1.8r2=1.9

Index: clisp-2.48-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clisp-2.48-r1.ebuild3 Nov 2014 11:48:56 -   1.8
+++ clisp-2.48-r1.ebuild28 Dec 2014 15:36:16 -  1.9
@@ -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-lisp/clisp/clisp-2.48-r1.ebuild,v 1.8 
2014/11/03 11:48:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild,v 1.9 
2014/12/28 15:36:16 titanofold Exp $
 
 EAPI=2
 
@@ -23,7 +23,7 @@
 gdbm? ( sys-libs/gdbm )
 gtk? ( =x11-libs/gtk+-2.10:2 =gnome-base/libglade-2.6:2.0 )
 pari? ( =sci-mathematics/pari-2.3.0 )
-postgres? ( =virtual/postgresql-8.0 )
+postgres? ( =dev-db/postgresql-8.0 )
 readline? ( =sys-libs/readline-5.0 )
 pcre? ( dev-libs/libpcre )
 svm? ( sci-libs/libsvm )



1.114dev-lisp/clisp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   3 Nov 2014 11:48:56 -   1.113
+++ ChangeLog   28 Dec 2014 15:36:16 -  1.114
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/clisp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.113 2014/11/03 
11:48:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.114 2014/12/28 
15:36:16 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org clisp-2.47-r1.ebuild,
+  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild, clisp-2.49-r8.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org clisp-2.47-r1.ebuild,
   clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild, clisp-2.49-r8.ebuild:



1.8  dev-lisp/clisp/clisp-2.48-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild?r1=1.7r2=1.8

Index: clisp-2.48-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clisp-2.48-r2.ebuild3 Nov 2014 11:48:56 -   1.7
+++ clisp-2.48-r2.ebuild28 Dec 2014 15:36:16 -  1.8
@@ -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-lisp/clisp/clisp-2.48-r2.ebuild,v 1.7 
2014/11/03 11:48:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild,v 1.8 
2014/12/28 15:36:16 titanofold Exp $
 
 EAPI=2
 
@@ -23,7 +23,7 @@
 gdbm? ( sys-libs/gdbm )
 gtk? ( =x11-libs/gtk+-2.10:2 =gnome-base/libglade-2.6:2.0 )
 pari? ( =sci-mathematics/pari-2.3.0 )
-postgres? ( =virtual/postgresql-8.0 )
+postgres? ( =dev-db/postgresql-8.0 )
 readline? ( =sys-libs/readline-5.0 )
 pcre? ( dev-libs/libpcre )
 svm? ( sci-libs/libsvm )



1.5  dev-lisp/clisp/clisp-2.49-r8.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-lua/luadbi: ChangeLog luadbi-0.5-r5.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:37:07

  Modified: ChangeLog luadbi-0.5-r5.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  ChangesPath
1.26 dev-lua/luadbi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   3 Nov 2014 11:49:44 -   1.25
+++ ChangeLog   28 Dec 2014 15:37:07 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/luadbi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.25 2014/11/03 
11:49:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.26 2014/12/28 
15:37:07 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org luadbi-0.5-r5.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org luadbi-0.5-r5.ebuild:
   Update PostgreSQL dependencies and/or checks to virtual/postgresql.



1.5  dev-lua/luadbi/luadbi-0.5-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?r1=1.4r2=1.5

Index: luadbi-0.5-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- luadbi-0.5-r5.ebuild3 Nov 2014 11:49:44 -   1.4
+++ luadbi-0.5-r5.ebuild28 Dec 2014 15:37:07 -  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/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.4 
2014/11/03 11:49:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.5 
2014/12/28 15:37:07 titanofold Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 RDEPEND==dev-lang/lua-5.1
mysql? ( virtual/mysql )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3 )
 DEPEND=${RDEPEND}
virtual/pkgconfig






[gentoo-commits] gentoo-x86 commit in dev-ml/postgresql-ocaml: postgresql-ocaml-2.0.6.ebuild postgresql-ocaml-2.0.4.ebuild postgresql-ocaml-2.0.5.ebuild ChangeLog postgresql-ocaml-2.1.2.ebuild postgre

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:38:09

  Modified: postgresql-ocaml-2.0.6.ebuild
postgresql-ocaml-2.0.4.ebuild
postgresql-ocaml-2.0.5.ebuild ChangeLog
postgresql-ocaml-2.1.2.ebuild
postgresql-ocaml-2.1.1.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  ChangesPath
1.4  dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild?r1=1.3r2=1.4

Index: postgresql-ocaml-2.0.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postgresql-ocaml-2.0.6.ebuild   4 Nov 2014 00:28:18 -   1.3
+++ postgresql-ocaml-2.0.6.ebuild   28 Dec 2014 15:38:09 -  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-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild,v 
1.3 2014/11/04 00:28:18 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild,v 
1.4 2014/12/28 15:38:09 titanofold Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=http://bitbucket.org/mmottl/postgresql-ocaml;
 IUSE=examples
 
-DEPEND=virtual/postgresql[server]
+DEPEND=dev-db/postgresql[server]
 RDEPEND=${DEPEND}
 
 SLOT=0/${PV}



1.5  dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild?r1=1.4r2=1.5

Index: postgresql-ocaml-2.0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postgresql-ocaml-2.0.4.ebuild   4 Nov 2014 00:28:18 -   1.4
+++ postgresql-ocaml-2.0.4.ebuild   28 Dec 2014 15:38:09 -  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/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 
1.4 2014/11/04 00:28:18 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 
1.5 2014/12/28 15:38:09 titanofold Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=http://bitbucket.org/mmottl/postgresql-ocaml;
 IUSE=examples
 
-DEPEND=virtual/postgresql[server]
+DEPEND=dev-db/postgresql[server]
 RDEPEND=${DEPEND}
 
 SLOT=0/${PV}



1.5  dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild?r1=1.4r2=1.5

Index: postgresql-ocaml-2.0.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postgresql-ocaml-2.0.5.ebuild   4 Nov 2014 00:28:18 -   1.4
+++ postgresql-ocaml-2.0.5.ebuild   28 Dec 2014 15:38:09 -  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/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v 
1.4 2014/11/04 00:28:18 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild,v 
1.5 2014/12/28 15:38:09 titanofold Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=http://bitbucket.org/mmottl/postgresql-ocaml;
 IUSE=examples
 
-DEPEND=virtual/postgresql[server]
+DEPEND=dev-db/postgresql[server]
 RDEPEND=${DEPEND}
 
 SLOT=0/${PV}



1.43 

[gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-3.3.0.ebuild ChangeLog DBD-Pg-3.4.2.ebuild DBD-Pg-2.19.3-r1.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:39:31

  Modified: DBD-Pg-3.3.0.ebuild ChangeLog DBD-Pg-3.4.2.ebuild
DBD-Pg-2.19.3-r1.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  ChangesPath
1.3  dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild?r1=1.2r2=1.3

Index: DBD-Pg-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-3.3.0.ebuild 3 Nov 2014 11:51:03 -   1.2
+++ DBD-Pg-3.3.0.ebuild 28 Dec 2014 15:39:31 -  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-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild,v 1.2 
2014/11/03 11:51:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.3.0.ebuild,v 1.3 
2014/12/28 15:39:31 titanofold Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 RDEPEND=virtual/perl-version
=dev-perl/DBI-1.52
-   virtual/postgresql
+   dev-db/postgresql
 DEPEND=${RDEPEND}
 
 # testcases require a local database with an



1.138dev-perl/DBD-Pg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   3 Nov 2014 11:51:03 -   1.137
+++ ChangeLog   28 Dec 2014 15:39:31 -  1.138
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.137 
2014/11/03 11:51:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.138 
2014/12/28 15:39:31 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org
+  DBD-Pg-2.19.3-r1.ebuild, DBD-Pg-3.3.0.ebuild, DBD-Pg-3.4.2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   DBD-Pg-2.19.3-r1.ebuild, DBD-Pg-3.3.0.ebuild, DBD-Pg-3.4.2.ebuild:



1.3  dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild?r1=1.2r2=1.3

Index: DBD-Pg-3.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-3.4.2.ebuild 3 Nov 2014 11:51:03 -   1.2
+++ DBD-Pg-3.4.2.ebuild 28 Dec 2014 15:39:31 -  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-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild,v 1.2 
2014/11/03 11:51:03 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-3.4.2.ebuild,v 1.3 
2014/12/28 15:39:31 titanofold Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 RDEPEND=virtual/perl-version
=dev-perl/DBI-1.614.0
-   virtual/postgresql
+   dev-db/postgresql
 DEPEND=${RDEPEND}
 
 # testcases require a local database with an



1.3  dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild?r1=1.2r2=1.3

Index: DBD-Pg-2.19.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 

  1   2   3   4   >