[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: wordpress-4.2.4.ebuild ChangeLog wordpress-4.2.3.ebuild

2015-08-04 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/08/04 23:32:04

  Modified: ChangeLog
  Added:wordpress-4.2.4.ebuild
  Removed:  wordpress-4.2.3.ebuild
  Log:
  Bump wordpress to 4.2.4 release and drop vulnerable versions - 
CVE-2015-{2213,5730,5731,5732,5733,5734}.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.178www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   25 Jul 2015 16:32:22 -  1.177
+++ ChangeLog   4 Aug 2015 23:32:04 -   1.178
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.177 
2015/07/25 16:32:22 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.178 
2015/08/04 23:32:04 jmbsvicetto Exp $
+
+*wordpress-4.2.4 (04 Aug 2015)
+
+  04 Aug 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +wordpress-4.2.4.ebuild, -wordpress-4.2.3.ebuild:
+  Bump wordpress to 4.2.4 release and drop vulnerable versions -
+  CVE-2015-{2213,5730,5731,5732,5733,5734}.
 
   25 Jul 2015; Sebastian Pipping sp...@gentoo.org -wordpress-3.8.5.ebuild,
   -wordpress-3.9.3.ebuild, -wordpress-4.0.1.ebuild, -wordpress-4.1.ebuild,



1.1  www-apps/wordpress/wordpress-4.2.4.ebuild

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

Index: wordpress-4.2.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.2.4.ebuild,v 
1.1 2015/08/04 23:32:04 jmbsvicetto Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=https://wordpress.org/;
SRC_URI=https://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/wordpress: wordpress-4.2.3.ebuild ChangeLog

2015-07-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/07/25 02:33:22

  Modified: ChangeLog
  Added:wordpress-4.2.3.ebuild
  Log:
  Bump wordpress to release 4.2.3 - fixes bug 548828.
  Security bump to address CVE-2015-5622 and CVE-2015-5623.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.176www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   8 May 2015 17:14:44 -   1.175
+++ ChangeLog   25 Jul 2015 02:33:22 -  1.176
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.175 
2015/05/08 17:14:44 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.176 
2015/07/25 02:33:22 jmbsvicetto Exp $
+
+*wordpress-4.2.3 (25 Jul 2015)
+
+  25 Jul 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +wordpress-4.2.3.ebuild:
+  Bump wordpress to release 4.2.3 - fixes bug 548828. Security bump to address
+  CVE-2015-5622 and CVE-2015-5623.
 
   08 May 2015; Sebastian Pipping sp...@gentoo.org ChangeLog:
   Sign manifest



1.1  www-apps/wordpress/wordpress-4.2.3.ebuild

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

Index: wordpress-4.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.2.3.ebuild,v 
1.1 2015/07/25 02:33:22 jmbsvicetto Exp $

EAPI=5

inherit webapp

DESCRIPTION=Wordpress PHP and MySQL based content management system (CMS)
HOMEPAGE=http://wordpress.org/;
SRC_URI=http://wordpress.org/${P/_rc/-RC}.tar.gz;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86

RDEPEND=virtual/httpd-php
|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )

S=${WORKDIR}/${PN}

need_httpd_cgi

IUSE=+akismet examples +themes vhosts

# Override default of SLOT=${PVR}
WEBAPP_MANUAL_SLOT=yes
SLOT=${PV}

src_install() {
webapp_src_preinst

dohtml readme.html
rm readme.html license.txt || die

if ! use akismet ; then
rm -R wp-content/plugins/akismet/ || die
fi
if ! use examples ; then
rm wp-content/plugins/hello.php || die
fi
if ! use themes ; then
rm -R wp-content/themes/*/ || die
fi

[[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php

insinto ${MY_HTDOCSDIR}
doins -r .

webapp_serverowned ${MY_HTDOCSDIR}/index.php
webapp_serverowned ${MY_HTDOCSDIR}/wp-admin/menu.php
webapp_serverowned ${MY_HTDOCSDIR}

webapp_configfile  ${MY_HTDOCSDIR}/wp-config.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_postupgrade_txt en ${FILESDIR}/postupgrade-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.3.12.ebuild

2015-07-23 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/07/23 17:10:24

  Modified: ChangeLog
  Removed:  phpmyadmin-4.3.12.ebuild
  Log:
  Drop vulnerable version - bug 549540.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.572dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -r1.571 -r1.572
--- ChangeLog   23 Jul 2015 09:33:39 -  1.571
+++ ChangeLog   23 Jul 2015 17:10:24 -  1.572
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.571 
2015/07/23 09:33:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.572 
2015/07/23 17:10:24 jmbsvicetto Exp $
+
+  23 Jul 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpmyadmin-4.3.12.ebuild:
+  Drop vulnerable version - bug 549540.
 
   23 Jul 2015; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.3.13.1.ebuild,
   phpmyadmin-4.4.6.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.4.12.ebuild ChangeLog

2015-07-22 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/07/23 02:30:18

  Modified: ChangeLog
  Added:phpmyadmin-4.4.12.ebuild
  Log:
  Bump to the 4.4.12 release - bug 555142. Update HOMEPAGE and SRC_URI.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.569dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -r1.568 -r1.569
--- ChangeLog   17 Jul 2015 16:40:24 -  1.568
+++ ChangeLog   23 Jul 2015 02:30:18 -  1.569
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.568 
2015/07/17 16:40:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.569 
2015/07/23 02:30:18 jmbsvicetto Exp $
+
+*phpmyadmin-4.4.12 (23 Jul 2015)
+
+  23 Jul 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.4.12.ebuild:
+  Bump to the 4.4.12 release - bug 555142. Update HOMEPAGE and SRC_URI.
 
   17 Jul 2015; Tobias Klausmann klaus...@gentoo.org
   phpmyadmin-4.4.6.1.ebuild:



1.1  dev-db/phpmyadmin/phpmyadmin-4.4.12.ebuild

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

Index: phpmyadmin-4.4.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.4.12.ebuild,v 
1.1 2015/07/23 02:30:18 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp

MY_PV=${PV/_/-}
MY_PN=phpMyAdmin
MY_P=${MY_PN}-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=https://www.phpmyadmin.net/;
SRC_URI=https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.zip;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)
virtual/httpd-php:*


need_httpd_cgi

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929d-r1.ebuild dokuwiki-20140505e.ebuild ChangeLog

2015-07-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/07/01 17:18:34

  Modified: dokuwiki-20140505e.ebuild ChangeLog
  Added:dokuwiki-20140929d-r1.ebuild
  Log:
  Drop depend.php from inherit - fixes bug 552858.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.2  www-apps/dokuwiki/dokuwiki-20140505e.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild?r1=1.1r2=1.2

Index: dokuwiki-20140505e.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dokuwiki-20140505e.ebuild   9 Apr 2015 17:42:18 -   1.1
+++ dokuwiki-20140505e.ebuild   1 Jul 2015 17:18:34 -   1.2
@@ -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/www-apps/dokuwiki/dokuwiki-20140505e.ebuild,v 1.1 
2015/04/09 17:42:18 jmbsvicetto Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild,v 1.2 
2015/07/01 17:18:34 jmbsvicetto Exp $
 
 EAPI=5
 
-inherit webapp depend.php
+inherit webapp
 
 # upstream uses dashes in the datestamp
 MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
@@ -21,6 +21,7 @@
 DEPEND=
 RDEPEND=
=dev-lang/php-5.3[xml]
+   virtual/httpd-php:*
gd? ( ||
(
dev-lang/php[gd]
@@ -30,7 +31,6 @@
 
 
 need_httpd_cgi
-need_php_httpd
 
 S=${WORKDIR}/${PN}-${MY_PV}
 



1.81 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   10 Apr 2015 10:53:32 -  1.80
+++ ChangeLog   1 Jul 2015 17:18:34 -   1.81
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.80 
2015/04/10 10:53:32 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.81 
2015/07/01 17:18:34 jmbsvicetto Exp $
+
+*dokuwiki-20140929d-r1 (01 Jul 2015)
+
+  01 Jul 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140929d-r1.ebuild, dokuwiki-20140505e.ebuild:
+  Drop depend.php from inherit - fixes bug 552858.
 
   10 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -dokuwiki-20140929b.ebuild:



1.1  www-apps/dokuwiki/dokuwiki-20140929d-r1.ebuild

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

Index: dokuwiki-20140929d-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929d-r1.ebuild,v 1.1 
2015/07/01 17:18:34 jmbsvicetto Exp $

EAPI=5

inherit webapp

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs.
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
virtual/httpd-php:*
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do

[gentoo-commits] gentoo-x86 commit in app-misc/gramps: gramps-3.4.9.ebuild ChangeLog

2015-06-20 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/06/20 19:53:04

  Modified: ChangeLog
  Added:gramps-3.4.9.ebuild
  Log:
  Add 3.4.9 release.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.173app-misc/gramps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   9 Jun 2015 11:43:58 -   1.172
+++ ChangeLog   20 Jun 2015 19:53:04 -  1.173
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/gramps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.172 
2015/06/09 11:43:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.173 
2015/06/20 19:53:04 jmbsvicetto Exp $
+
+*gramps-3.4.9 (20 Jun 2015)
+
+  20 Jun 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +gramps-3.4.9.ebuild:
+  Add 3.4.9 release.
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  app-misc/gramps/gramps-3.4.9.ebuild

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

Index: gramps-3.4.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.4.9.ebuild,v 1.1 
2015/06/20 19:53:04 jmbsvicetto Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
GCONF_DEBUG=no

inherit eutils gnome2 python-single-r1

DESCRIPTION=Genealogical Research and Analysis Management Programming System
HOMEPAGE=http://www.gramps-project.org/;
SRC_URI=mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=gnome reports spell webkit
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
dev-python/bsddb3[${PYTHON_USEDEP}]
dev-python/pygoocanvas[${PYTHON_USEDEP}]
=dev-python/pygtk-2.16.0[${PYTHON_USEDEP}]
gnome-base/librsvg:2
sci-geosciences/osm-gps-map
x11-misc/xdg-utils
gnome? (
dev-python/gconf-python[${PYTHON_USEDEP}]
dev-python/libgnome-python[${PYTHON_USEDEP}]
)
spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )
reports? ( media-gfx/graphviz )
webkit? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )

DEPEND=${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/libiconv
virtual/pkgconfig


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

# Fix install path, bug 423315 for example
einfo Fix installation path
find . -iname 'Makefile.in' | xargs \
sed s;\(pkgdatadir = 
\)\(\$(datadir)\);\1$(python_get_sitedir); -i \
|| die
find . -iname 'Makefile.in' | xargs \
sed s;\(pkgpythondir = 
\)\(\$(datadir)\);\1$(python_get_sitedir); -i \
|| die

sed s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@; \
-i src/Makefile.in || die

sed s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@; \
-i src/docgen/Makefile.in || die

einfo Fix wrapper script
sed s;@datadir@;$(python_get_sitedir); \
-i gramps.sh.in || die

einfo Fix icon location
sed s;gramps/;pixmap/;g -i data/gramps.keys.in || die

python_fix_shebang .

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-mime-install \
PYTHON=${EROOT}/usr/bin/python2
}






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.38.ebuild drupal-8.0.0_beta11.ebuild drupal-6.36.ebuild ChangeLog drupal-8.0.0_beta10.ebuild drupal-6.35.ebuild drupal-7.37.ebuild drupa

2015-06-18 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/06/18 13:54:34

  Modified: ChangeLog
  Added:drupal-7.38.ebuild drupal-8.0.0_beta11.ebuild
drupal-6.36.ebuild
  Removed:  drupal-8.0.0_beta10.ebuild drupal-6.35.ebuild
drupal-7.37.ebuild drupal-7.36.ebuild
drupal-8.0.0_beta9.ebuild
  Log:
  Bump drupal to releases 7.38 and 6.36 - fixes bug 552416.
  Security bump - CVE-2015-{3231,3232,3233,3234}.
  Add drupal-8.0.0_beta11 from my overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.118www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   8 May 2015 20:04:00 -   1.117
+++ ChangeLog   18 Jun 2015 13:54:33 -  1.118
@@ -1,6 +1,17 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.117 
2015/05/08 20:04:00 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.118 
2015/06/18 13:54:33 jmbsvicetto Exp $
+
+*drupal-7.38 (18 Jun 2015)
+*drupal-6.36 (18 Jun 2015)
+*drupal-8.0.0_beta11 (18 Jun 2015)
+
+  18 Jun 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-6.36.ebuild, +drupal-7.38.ebuild, +drupal-8.0.0_beta11.ebuild,
+  -drupal-6.35.ebuild, -drupal-7.36.ebuild, -drupal-7.37.ebuild,
+  -drupal-8.0.0_beta10.ebuild, -drupal-8.0.0_beta9.ebuild:
+  Bump drupal to releases 7.38 and 6.36 - fixes bug 552416. Security bump -
+  CVE-2015-{3231,3232,3233,3234}. Add drupal-8.0.0_beta11 from my overlay.
 
 *drupal-8.0.0_beta10 (08 May 2015)
 *drupal-7.37 (08 May 2015)



1.1  www-apps/drupal/drupal-7.38.ebuild

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

Index: drupal-7.38.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.38.ebuild,v 1.1 
2015/06/18 13:54:33 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
dev-php/xcache
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? ( dev-lang/php[sqlite] )


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-8.0.0_beta11.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.13.1.ebuild phpmyadmin-4.2.13.3.ebuild phpmyadmin-4.4.6.1.ebuild phpmyadmin-4.0.10.10.ebuild ChangeLog phpmyadmin-4.2.13.2.ebuil

2015-05-15 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/05/16 02:40:56

  Modified: ChangeLog
  Added:phpmyadmin-4.3.13.1.ebuild
phpmyadmin-4.2.13.3.ebuild
phpmyadmin-4.4.6.1.ebuild
phpmyadmin-4.0.10.10.ebuild
  Removed:  phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.4.3.ebuild
phpmyadmin-4.0.10.9.ebuild
phpmyadmin-4.1.14.8.ebuild
  Log:
  Bump phpmyadmin to releases 4.0.10.10, 4.2.13.3, 4.3.13.1 and 4.4.6.1. This 
bump addresses PMASA-2015-{2,3} and fixes bug 549540.
  Drop old versions and 4.1 series.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.561dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.560
retrieving revision 1.561
diff -u -r1.560 -r1.561
--- ChangeLog   23 Apr 2015 02:42:37 -  1.560
+++ ChangeLog   16 May 2015 02:40:56 -  1.561
@@ -1,6 +1,20 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.560 
2015/04/23 02:42:37 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.561 
2015/05/16 02:40:56 jmbsvicetto Exp $
+
+*phpmyadmin-4.3.13.1 (16 May 2015)
+*phpmyadmin-4.4.6.1 (16 May 2015)
+*phpmyadmin-4.2.13.3 (16 May 2015)
+*phpmyadmin-4.0.10.10 (16 May 2015)
+
+  16 May 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.10.ebuild, +phpmyadmin-4.2.13.3.ebuild,
+  +phpmyadmin-4.3.13.1.ebuild, +phpmyadmin-4.4.6.1.ebuild,
+  -phpmyadmin-4.0.10.9.ebuild, -phpmyadmin-4.1.14.8.ebuild,
+  -phpmyadmin-4.2.13.2.ebuild, -phpmyadmin-4.4.3.ebuild:
+  Bump phpmyadmin to releases 4.0.10.10, 4.2.13.3, 4.3.13.1 and 4.4.6.1. This
+  bump addresses PMASA-2015-{2,3} and fixes bug 549540. Drop old versions and
+  4.1 series.
 
 *phpmyadmin-4.4.3 (23 Apr 2015)
 



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.13.1.ebuild

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

Index: phpmyadmin-4.3.13.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.13.1.ebuild,v 1.1 
2015/05/16 02:40:56 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.13.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.3.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.37.ebuild drupal-8.0.0_beta10.ebuild ChangeLog

2015-05-08 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/05/08 20:04:00

  Modified: ChangeLog
  Added:drupal-7.37.ebuild drupal-8.0.0_beta10.ebuild
  Log:
  Bump to releases 7.37 and 8.0.0_beta10.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.117www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   3 Apr 2015 11:13:35 -   1.116
+++ ChangeLog   8 May 2015 20:04:00 -   1.117
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.116 
2015/04/03 11:13:35 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.117 
2015/05/08 20:04:00 jmbsvicetto Exp $
+
+*drupal-8.0.0_beta10 (08 May 2015)
+*drupal-7.37 (08 May 2015)
+
+  08 May 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-7.37.ebuild, +drupal-8.0.0_beta10.ebuild:
+  Bump to releases 7.37 and 8.0.0_beta10.
 
 *drupal-7.36 (03 Apr 2015)
 *drupal-8.0.0_beta9 (03 Apr 2015)



1.1  www-apps/drupal/drupal-7.37.ebuild

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

Index: drupal-7.37.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.37.ebuild,v 1.1 
2015/05/08 20:04:00 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
dev-php/xcache
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? ( dev-lang/php[sqlite] )


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-8.0.0_beta10.ebuild

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

Index: drupal-8.0.0_beta10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-8.0.0_beta10.ebuild,v 
1.1 2015/05/08 20:04:00 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0
MY_P=${P/_/-}

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.2.13.1.ebuild

2015-04-22 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/04/23 02:17:36

  Modified: ChangeLog
  Removed:  phpmyadmin-4.2.13.1.ebuild
  Log:
  Drop vulnerable version - bug 542218.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.559dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.558
retrieving revision 1.559
diff -u -r1.558 -r1.559
--- ChangeLog   30 Mar 2015 10:06:51 -  1.558
+++ ChangeLog   23 Apr 2015 02:17:36 -  1.559
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.558 
2015/03/30 10:06:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.559 
2015/04/23 02:17:36 jmbsvicetto Exp $
+
+  23 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpmyadmin-4.2.13.1.ebuild:
+  Drop vulnerable version - bug 542218.
 
   30 Mar 2015; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.0.10.9.ebuild,
   phpmyadmin-4.2.13.2.ebuild, phpmyadmin-4.3.12.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.4.3.ebuild ChangeLog phpmyadmin-4.4.0_beta1.ebuild

2015-04-22 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/04/23 02:42:37

  Modified: ChangeLog
  Added:phpmyadmin-4.4.3.ebuild
  Removed:  phpmyadmin-4.4.0_beta1.ebuild
  Log:
  Version bump to release 4.4.3.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.560dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -r1.559 -r1.560
--- ChangeLog   23 Apr 2015 02:17:36 -  1.559
+++ ChangeLog   23 Apr 2015 02:42:37 -  1.560
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.559 
2015/04/23 02:17:36 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.560 
2015/04/23 02:42:37 jmbsvicetto Exp $
+
+*phpmyadmin-4.4.3 (23 Apr 2015)
+
+  23 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.4.3.ebuild, -phpmyadmin-4.4.0_beta1.ebuild:
+  Version bump to release 4.4.3.
 
   23 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpmyadmin-4.2.13.1.ebuild:



1.1  dev-db/phpmyadmin/phpmyadmin-4.4.3.ebuild

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

Index: phpmyadmin-4.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.4.3.ebuild,v 
1.1 2015/04/23 02:42:37 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140505e.ebuild dokuwiki-20140929d.ebuild ChangeLog dokuwiki-20140505d.ebuild dokuwiki-20140929c.ebuild dokuwiki-20140505c.ebuild

2015-04-09 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/04/09 17:42:18

  Modified: ChangeLog
  Added:dokuwiki-20140505e.ebuild dokuwiki-20140929d.ebuild
  Removed:  dokuwiki-20140505d.ebuild dokuwiki-20140929c.ebuild
dokuwiki-20140505c.ebuild
  Log:
  Security bump - fixes bug 544224.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.77 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   3 Mar 2015 21:03:24 -   1.76
+++ ChangeLog   9 Apr 2015 17:42:18 -   1.77
@@ -1,6 +1,15 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.76 
2015/03/03 21:03:24 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.77 
2015/04/09 17:42:18 jmbsvicetto Exp $
+
+*dokuwiki-20140929d (09 Apr 2015)
+*dokuwiki-20140505e (09 Apr 2015)
+
+  09 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140505e.ebuild, +dokuwiki-20140929d.ebuild,
+  -dokuwiki-20140505c.ebuild, -dokuwiki-20140505d.ebuild,
+  -dokuwiki-20140929c.ebuild:
+  Security bump - fixes bug 544224.
 
 *dokuwiki-20140505d (03 Mar 2015)
 



1.1  www-apps/dokuwiki/dokuwiki-20140505e.ebuild

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

Index: dokuwiki-20140505e.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505e.ebuild,v 1.1 
2015/04/09 17:42:18 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}



1.1  www-apps/dokuwiki/dokuwiki-20140929d.ebuild

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

Index: dokuwiki-20140929d.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929d.ebuild,v 1.1 
2015/04/09 17:42:18 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs.
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
 

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

2015-04-03 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/04/03 11:13:35

  Modified: ChangeLog
  Log:
  Fix ChangeLog message.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.116www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   3 Apr 2015 11:12:18 -   1.115
+++ ChangeLog   3 Apr 2015 11:13:35 -   1.116
@@ -1,6 +1,6 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.115 
2015/04/03 11:12:18 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.116 
2015/04/03 11:13:35 jmbsvicetto Exp $
 
 *drupal-7.36 (03 Apr 2015)
 *drupal-8.0.0_beta9 (03 Apr 2015)
@@ -8,7 +8,7 @@
   03 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   +drupal-7.36.ebuild, +drupal-8.0.0_beta9.ebuild, -drupal-7.35.ebuild,
   -drupal-8.0.0_beta7.ebuild:
-  Bump to releases 7.35 and 8.0.0_beta9.
+  Bump to releases 7.36 and 8.0.0_beta9.
 
 *drupal-6.35 (21 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.36.ebuild drupal-8.0.0_beta9.ebuild ChangeLog drupal-7.35.ebuild drupal-8.0.0_beta7.ebuild

2015-04-03 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/04/03 11:12:18

  Modified: ChangeLog
  Added:drupal-7.36.ebuild drupal-8.0.0_beta9.ebuild
  Removed:  drupal-7.35.ebuild drupal-8.0.0_beta7.ebuild
  Log:
  Bump to releases 7.35 and 8.0.0_beta9.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.115www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   21 Mar 2015 23:30:16 -  1.114
+++ ChangeLog   3 Apr 2015 11:12:18 -   1.115
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.114 
2015/03/21 23:30:16 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.115 
2015/04/03 11:12:18 jmbsvicetto Exp $
+
+*drupal-7.36 (03 Apr 2015)
+*drupal-8.0.0_beta9 (03 Apr 2015)
+
+  03 Apr 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-7.36.ebuild, +drupal-8.0.0_beta9.ebuild, -drupal-7.35.ebuild,
+  -drupal-8.0.0_beta7.ebuild:
+  Bump to releases 7.35 and 8.0.0_beta9.
 
 *drupal-6.35 (21 Mar 2015)
 



1.1  www-apps/drupal/drupal-7.36.ebuild

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

Index: drupal-7.36.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.36.ebuild,v 1.1 
2015/04/03 11:12:18 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
dev-php/xcache
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? ( dev-lang/php[sqlite] )


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-8.0.0_beta9.ebuild

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

Index: drupal-8.0.0_beta9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-8.0.0_beta9.ebuild,v 
1.1 2015/04/03 11:12:18 jmbsvicetto 

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

2015-03-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/21 23:30:16

  Modified: ChangeLog
  Log:
  Fix commit message - s/7.35/6.35/.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.114www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   21 Mar 2015 23:28:18 -  1.113
+++ ChangeLog   21 Mar 2015 23:30:16 -  1.114
@@ -1,12 +1,12 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.113 
2015/03/21 23:28:18 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.114 
2015/03/21 23:30:16 jmbsvicetto Exp $
 
 *drupal-6.35 (21 Mar 2015)
 
   21 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   +drupal-6.35.ebuild, -drupal-6.34.ebuild:
-  Bump to 7.35 version that addresses SA-CORE-2015-001 - bug 543734.
+  Bump to 6.35 version that addresses SA-CORE-2015-001 - bug 543734.
 
 *drupal-7.35 (19 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-6.35.ebuild ChangeLog drupal-6.34.ebuild

2015-03-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/21 23:28:18

  Modified: ChangeLog
  Added:drupal-6.35.ebuild
  Removed:  drupal-6.34.ebuild
  Log:
  Bump to 7.35 version that addresses SA-CORE-2015-001 - bug 543734.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.113www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   19 Mar 2015 20:51:46 -  1.112
+++ ChangeLog   21 Mar 2015 23:28:18 -  1.113
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.112 
2015/03/19 20:51:46 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.113 
2015/03/21 23:28:18 jmbsvicetto Exp $
+
+*drupal-6.35 (21 Mar 2015)
+
+  21 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-6.35.ebuild, -drupal-6.34.ebuild:
+  Bump to 7.35 version that addresses SA-CORE-2015-001 - bug 543734.
 
 *drupal-7.35 (19 Mar 2015)
 



1.1  www-apps/drupal/drupal-6.35.ebuild

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

Index: drupal-6.35.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-6.35.ebuild,v 1.1 
2015/03/21 23:28:18 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+mysql postgres

RDEPEND=
dev-lang/php[gd,pdo,postgres?,xml]
virtual/httpd-php
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)

need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.35.ebuild ChangeLog drupal-7.34.ebuild

2015-03-19 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/19 20:51:46

  Modified: ChangeLog
  Added:drupal-7.35.ebuild
  Removed:  drupal-7.34.ebuild
  Log:
  Bump to 7.35 version that addresses SA-CORE-2015-001.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.112www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   1 Mar 2015 17:34:18 -   1.111
+++ ChangeLog   19 Mar 2015 20:51:46 -  1.112
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.111 
2015/03/01 17:34:18 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.112 
2015/03/19 20:51:46 jmbsvicetto Exp $
+
+*drupal-7.35 (19 Mar 2015)
+
+  19 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-7.35.ebuild, -drupal-7.34.ebuild:
+  Bump to 7.35 version that addresses SA-CORE-2015-001.
 
 *drupal-8.0.0_beta7 (01 Mar 2015)
 



1.1  www-apps/drupal/drupal-7.35.ebuild

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

Index: drupal-7.35.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.35.ebuild,v 1.1 
2015/03/19 20:51:46 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
dev-php/xcache
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? ( dev-lang/php[sqlite] )


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.0.10.9.ebuild phpmyadmin-4.3.12.ebuild phpmyadmin-4.2.13.2.ebuild phpmyadmin-4.4.0_beta1.ebuild ChangeLog phpmyadmin-4.0.10.8.ebui

2015-03-14 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/14 15:33:38

  Modified: ChangeLog
  Added:phpmyadmin-4.0.10.9.ebuild phpmyadmin-4.3.12.ebuild
phpmyadmin-4.2.13.2.ebuild
phpmyadmin-4.4.0_beta1.ebuild
  Removed:  phpmyadmin-4.0.10.8.ebuild
phpmyadmin-4.1.14.7.ebuild phpmyadmin-4.3.5.ebuild
phpmyadmin-4.3.8.ebuild phpmyadmin-4.3.10.ebuild
phpmyadmin-4.2.13.ebuild
  Log:
  Bump phpmyadmin to the latest releases and add 4.4.0_beta1.
  Address CVE-2014-{9218,9219} - fixes bug 531684. Address PMASA-2015-1 - fixes 
bug 542218.
  Drop old vulnerable versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.551dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -r1.550 -r1.551
--- ChangeLog   1 Mar 2015 17:02:21 -   1.550
+++ ChangeLog   14 Mar 2015 15:33:38 -  1.551
@@ -1,6 +1,21 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.550 
2015/03/01 17:02:21 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.551 
2015/03/14 15:33:38 jmbsvicetto Exp $
+
+*phpmyadmin-4.4.0_beta1 (14 Mar 2015)
+*phpmyadmin-4.2.13.2 (14 Mar 2015)
+*phpmyadmin-4.0.10.9 (14 Mar 2015)
+*phpmyadmin-4.3.12 (14 Mar 2015)
+
+  14 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.9.ebuild, +phpmyadmin-4.2.13.2.ebuild,
+  +phpmyadmin-4.3.12.ebuild, +phpmyadmin-4.4.0_beta1.ebuild,
+  -phpmyadmin-4.0.10.8.ebuild, -phpmyadmin-4.1.14.7.ebuild,
+  -phpmyadmin-4.2.13.ebuild, -phpmyadmin-4.3.10.ebuild,
+  -phpmyadmin-4.3.5.ebuild, -phpmyadmin-4.3.8.ebuild:
+  Bump phpmyadmin to the latest releases and add 4.4.0_beta1. Address
+  CVE-2014-{9218,9219} - fixes bug 531684. Address PMASA-2015-1 - fixes bug
+  542218. Drop old vulnerable versions.
 
 *phpmyadmin-4.3.10 (01 Mar 2015)
 



1.1  dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild

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

Index: phpmyadmin-4.0.10.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.1 
2015/03/14 15:33:38 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140505d.ebuild ChangeLog

2015-03-03 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/03 21:03:24

  Modified: ChangeLog
  Added:dokuwiki-20140505d.ebuild
  Log:
  Add 20140525d release - bug 541918 (CVE-2015-2172).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.76 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   1 Mar 2015 17:39:24 -   1.75
+++ ChangeLog   3 Mar 2015 21:03:24 -   1.76
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.75 
2015/03/01 17:39:24 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.76 
2015/03/03 21:03:24 jmbsvicetto Exp $
+
+*dokuwiki-20140505d (03 Mar 2015)
+
+  03 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140505d.ebuild:
+  Add 20140525d release - bug 541918 (CVE-2015-2172).
 
 *dokuwiki-20140929c (01 Mar 2015)
 



1.1  www-apps/dokuwiki/dokuwiki-20140505d.ebuild

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

Index: dokuwiki-20140505d.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505d.ebuild,v 1.1 
2015/03/03 21:03:24 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-8.0.0_beta7.ebuild ChangeLog

2015-03-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/01 17:34:18

  Modified: ChangeLog
  Added:drupal-8.0.0_beta7.ebuild
  Log:
  Add initial drupal 8.0 beta release from my overlay.
  I've been testing it locally, but will leave it without keywords until 
there's more feedback.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.111www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   20 Nov 2014 11:45:49 -  1.110
+++ ChangeLog   1 Mar 2015 17:34:18 -   1.111
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/drupal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.110 
2014/11/20 11:45:49 jmbsvicetto Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.111 
2015/03/01 17:34:18 jmbsvicetto Exp $
+
+*drupal-8.0.0_beta7 (01 Mar 2015)
+
+  01 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-8.0.0_beta7.ebuild:
+  Add initial drupal 8.0 beta release from my overlay. I've been testing it
+  locally, but will leave it without keywords until there's more feedback.
 
 *drupal-6.34 (20 Nov 2014)
 *drupal-7.34 (20 Nov 2014)



1.1  www-apps/drupal/drupal-8.0.0_beta7.ebuild

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

Index: drupal-8.0.0_beta7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-8.0.0_beta7.ebuild,v 
1.1 2015/03/01 17:34:18 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0
MY_P=${P/_/-}
S=${WORKDIR}/${MY_P}

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${MY_P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
dev-php/xcache
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? ( dev-lang/php[sqlite] )


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPGRADE.txt 

dodoc ${docs}
rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
ewarn If this is a new install, unless you want anyone with network 
access to your server to be
ewarn able to run the setup, you'll have to configure your web server 
to limit access to it.
echo
ewarn If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml
ewarn to 

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.10.ebuild ChangeLog

2015-03-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/01 17:02:21

  Modified: ChangeLog
  Added:phpmyadmin-4.3.10.ebuild
  Log:
  Add 4.3.10 release.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.550dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -r1.549 -r1.550
--- ChangeLog   24 Feb 2015 10:56:32 -  1.549
+++ ChangeLog   1 Mar 2015 17:02:21 -   1.550
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.549 
2015/02/24 10:56:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.550 
2015/03/01 17:02:21 jmbsvicetto Exp $
+
+*phpmyadmin-4.3.10 (01 Mar 2015)
+
+  01 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.3.10.ebuild:
+  Add 4.3.10 release.
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.1.14.8.ebuild,
   phpmyadmin-4.2.13.1.ebuild:



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.10.ebuild

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

Index: phpmyadmin-4.3.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.10.ebuild,v 
1.1 2015/03/01 17:02:21 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929c.ebuild ChangeLog

2015-03-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/03/01 17:39:24

  Modified: ChangeLog
  Added:dokuwiki-20140929c.ebuild
  Log:
  Bump to the 20140929c release - bug 541712.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.75 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   22 Dec 2014 13:52:28 -  1.74
+++ ChangeLog   1 Mar 2015 17:39:24 -   1.75
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/dokuwiki
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.74 
2014/12/22 13:52:28 jmbsvicetto Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.75 
2015/03/01 17:39:24 jmbsvicetto Exp $
+
+*dokuwiki-20140929c (01 Mar 2015)
+
+  01 Mar 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140929c.ebuild:
+  Bump to the 20140929c release - bug 541712.
 
   22 Dec 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -dokuwiki-20140505b.ebuild, -dokuwiki-20140929a.ebuild:



1.1  www-apps/dokuwiki/dokuwiki-20140929c.ebuild

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

Index: dokuwiki-20140929c.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929c.ebuild,v 1.1 
2015/03/01 17:39:24 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs.
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}






[gentoo-commits] gentoo commit in xml/htdocs/main/en: lists.xml

2015-02-28 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/02/28 11:32:18

  Modified: lists.xml
  Log:
  Fix typo. Sort closed lists alphabeticaly. Add note about archives in the 
nomail example.
  Start moving recent closed lists to the closed list section. Add 
gentoo-powerpc list.

Revision  ChangesPath
1.144xml/htdocs/main/en/lists.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?rev=1.144view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?rev=1.144content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?r1=1.143r2=1.144

Index: lists.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- lists.xml   28 Sep 2014 16:19:50 -  1.143
+++ lists.xml   28 Feb 2015 11:32:18 -  1.144
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=utf-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v 1.143 
2014/09/28 16:19:50 dastergon Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v 1.144 
2015/02/28 11:32:18 jmbsvicetto Exp $ --
 
 mainpage
 titleGentoo Mailing Lists/title
@@ -32,8 +32,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version8/version
-date2012-08-01/date
+version9/version
+date2015-02-28/date
 
 chapter
 titleMailing Lists/title
@@ -113,7 +113,8 @@
 
 p
 Some users may want to post to the list, but not actually receive mail from
-it (such as those who read lists via an alternate method, such as gmane).
+it (such as those who read lists via an alternate method, such as our uri
+link=http://archives.gentoo.org;archives/uri or gmane).
 These users may subscribe to the nomail option of each list: 
 /p
 
@@ -138,7 +139,7 @@
 /impo
 
 pVery few of the Gentoo lists are moderated: only the -announce lists are
-fully moderatored. Additionally, some of our high-traffic lists have moderators
+fully moderated. Additionally, some of our high-traffic lists have moderators
 in place for spam and unsubscribe requests (matching mail via regex). The
 moderators can be reached by emailing:
 clistname+moderat...@lists.gentoo.org/c
@@ -207,13 +208,8 @@
   tirobbat2/ti
 /tr
 tr
-  ticgentoo-ppc-user/c/ti
-  tiFor Gentoo Linux/PowerPC user support and discussion/ti
-  ti/ti
-/tr
-tr
-  ticgentoo-ppc-dev/c/ti
-  tiFor Gentoo Linux/PowerPC developer discussion/ti
+  ticgentoo-powerpc/c/ti
+  tiFor Gentoo Linux/PowerPC user support and development discussion/ti
   ti/ti
 /tr
 tr
@@ -625,80 +621,72 @@
   thDescription/th
 /tr
 tr
-  ticgentoo-council/c/ti
-  tiGentoo Council mailing list (merged with gentoo-project)/ti
-/tr
-tr
-  ticgentoo-devrel/c/ti
-  tiGentoo Developer Relations mailing list/ti
-/tr
-tr
-  ticgentoo-doc-id/c/ti
-  tiIndonesian Gentoo Documentation Translation List/ti
+  ticgentoo-arm/c/ti
+  tiDiscussions about running Gentoo on the ARM architecture/ti
 /tr
 tr
-  ticgentoo-doc-lt/c/ti
-  tiLithuanian Gentoo Documentation Translation List/ti
+  ticgentoo-council/c/ti
+  tiGentoo Council mailing list (merged with gentoo-project)/ti
 /tr
 tr
-  ticgentoo-doc-hu/c/ti
-  tiHungarian Gentoo Documentation Translation List/ti
+  ticgentoo-cvs/c/ti
+  tiCommit emails for CVS (merged to gentoo-commits list)/ti
 /tr
 tr
-  ticgentoo-doc-nl/c/ti
-  tiDutch Gentoo Documentation Translation List/ti
+  ticgentoo-cygwin/c/ti
+  tiFor Gentoo cygwin user support and discussion/ti
 /tr
 tr
-  ticgentoo-forum-translations/c/ti
-  tiGentoo Forums translations list/ti
+  ticgentoo-dev-lang/c/ti
+  tiDiscussion of programming language support and related issues in 
Gentoo/ti
 /tr
 tr
-  ticgentoo-translators/c/ti
-  tiFor discussion of document translation issues/ti
+  ticgentoo-devrel/c/ti
+  tiGentoo Developer Relations mailing list/ti
 /tr
 tr
-  ticgentoo-arm/c/ti
-  tiDiscussions about running Gentoo on the ARM architecture/ti
+  ticgentoo-doc-hu/c/ti
+  tiHungarian Gentoo Documentation Translation List/ti
 /tr
 tr
-  ticgentoo-gwn/c/ti
-  tiGentoo Weekly Newsletter/ti
+  ticgentoo-doc-id/c/ti
+  tiIndonesian Gentoo Documentation Translation List/ti
 /tr
 tr
-  ticgentoo-gwn-de/c/ti
-  tiGerman Gentoo Weekly Newsletter/ti
+  ticgentoo-doc-lt/c/ti
+  tiLithuanian Gentoo Documentation Translation List/ti
 /tr
 tr
-  ticgentoo-gwn-es/c/ti
-  tiSpanish Gentoo Weekly Newsletter/ti
+  ticgentoo-doc-nl/c/ti
+  tiDutch Gentoo Documentation Translation List/ti
 /tr
 tr
-  ticgentoo-gwn-fr/c/ti
-  tiFrench Gentoo Weekly Newsletter/ti
+  ticgentoo-extreme-security/c/ti
+  tiDiscussion about Gentoo Extreme Security project/ti
 /tr
 tr
-  ticgentoo-gwn-nl/c/ti
-  tiDutch Gentoo Weekly Newsletter/ti
+  ticgentoo-forum-translations/c/ti
+  tiGentoo Forums translations list/ti
 /tr
 tr
-  ticgentoo-gwn-pl/c/ti
-  tiPolish Gentoo Weekly Newsletter/ti
+  

[gentoo-commits] gentoo commit in xml/htdocs/main/en: lists.xml

2015-02-28 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/02/28 12:00:03

  Modified: lists.xml
  Log:
  Fix typos. Move remaining closed lists to the closed lists section. Sort 
alphabetically some of the listings.

Revision  ChangesPath
1.145xml/htdocs/main/en/lists.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?rev=1.145view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?rev=1.145content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/lists.xml?r1=1.144r2=1.145

Index: lists.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- lists.xml   28 Feb 2015 11:32:18 -  1.144
+++ lists.xml   28 Feb 2015 12:00:03 -  1.145
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=utf-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v 1.144 
2015/02/28 11:32:18 jmbsvicetto Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/lists.xml,v 1.145 
2015/02/28 12:00:03 jmbsvicetto Exp $ --
 
 mainpage
 titleGentoo Mailing Lists/title
@@ -208,11 +208,6 @@
   tirobbat2/ti
 /tr
 tr
-  ticgentoo-powerpc/c/ti
-  tiFor Gentoo Linux/PowerPC user support and development discussion/ti
-  ti/ti
-/tr
-tr
   ticgentoo-alpha/c/ti
   tiFor Gentoo Linux/Alpha user support and discussion/ti
   ti/ti
@@ -233,6 +228,11 @@
   ti/ti
 /tr
 tr
+  ticgentoo-powerpc/c/ti
+  tiFor Gentoo Linux/PowerPC user support and development discussion/ti
+  ti/ti
+/tr
+tr
   ticgentoo-sparc/c/ti
   tiFor Gentoo Linux/Sparc user support and discussion/ti
   ti/ti
@@ -268,21 +268,11 @@
   ti/ti
 /tr
 tr
-  ticgentoo-laptop/c/ti
-  tiDiscussion on powersaving, pcmcia and other laptop-related stuff/ti
-  ti/ti
-/tr
-tr
   ticgentoo-desktop/c/ti
   tiMailing list devoted to Gentoo on the desktop/ti
   ti/ti
 /tr
 tr
-  ticgentoo-desktop-research/c/ti
-  tiDiscussions about improving the Gentoo desktop experience/ti
-  ti/ti
-/tr
-tr
   ticgentoo-hardened/c/ti
   tiFor a security hardened version of Gentoo/ti
   ti/ti
@@ -318,11 +308,6 @@
   tirobbat2/ti
 /tr
 tr
-  ticgentoo-web-user/c/ti
-  tiDiscussion of web configuration and administration related to Gentoo's 
web tools/ti
-  ti/ti
-/tr
-tr
   ticgentoo-embedded/c/ti
   tiFor Gentoo Linux/embedded user and developer discussion/ti
   ti/ti
@@ -373,16 +358,6 @@
   ti/ti
 /tr
 tr
-  ticgentoo-uk/c/ti
-  tiDiscussion within United Kingdom developers and UK based events 
organisation/ti
-  ti/ti
-/tr
-tr
-  ticgentoo-au/c/ti
-  tiDiscussion within Australian developers and local events 
organisation/ti
-  ti/ti
-/tr
-tr
   ticgentoo-soc/c/ti
   tiDiscussion on Gentoo activities related to Google's Summer of Code/ti
   ti/ti
@@ -393,11 +368,6 @@
   ti/ti
 /tr
 tr
-  ticgentoo-vdr/c/ti
-  tiDiscussion about VDR on Gentoo/ti
-  ti/ti
-/tr
-tr
   ticgentoo-nfp/c/ti
   tiThe Gentoo NFP/Trustees Mailing list/ti
   ticalchan,dabbott,fox2mike,neddyseagoon,quantumsummers,rich0,robbat2/ti
@@ -414,7 +384,7 @@
 /tr
 tr
   ticgentoo-guis/c/ti
-  tiDiscussion about uri link=/proj/en/guis/Gentoo specific gius 
development and user support/uri/ti
+  tiDiscussion about uri link=/proj/en/guis/Gentoo specific guis 
development and user support/uri/ti
   ti/ti
 /tr
 tr
@@ -423,9 +393,9 @@
   ti/ti
 /tr
 tr
-   ticgentoo-python/c/ti
-   tiDiscussions centering around the Python ecosystem in Gentoo 
Linux/ti
-   ti/ti
+  ticgentoo-python/c/ti
+  tiDiscussions centering around the Python ecosystem in Gentoo Linux/ti
+  ti/ti
 /tr
 /table
 
@@ -442,16 +412,21 @@
   thModerators/th
 /tr
 tr
-  ticgentoo-user-de/c/ti
-  tideutschsprachige Gentoo User Diskussionsliste/ti
-  tidertobi123/ti
-/tr
-tr
   ticgentoo-user-br/c/ti
   tiBrazilian Gentoo User Mailing List/ti
   ti/ti
 /tr
 tr
+  ticgentoo-user-cs/c/ti
+  tiCzech and Slovak Gentoo User Mailing List/ti
+  ti/ti
+/tr
+tr
+  ticgentoo-user-de/c/ti
+  tideutschsprachige Gentoo User Diskussionsliste/ti
+  tidertobi123/ti
+/tr
+tr
   ticgentoo-user-el/c/ti
   tiGreek Gentoo User Mailing List/ti
   ti/ti
@@ -487,11 +462,6 @@
   ti/ti
 /tr
 tr
-  ticgentoo-user-cs/c/ti
-  tiCzech and Slovak Gentoo User Mailing List/ti
-  ti/ti
-/tr
-tr
   ticgentoo-user-ru/c/ti
   tiRussian Gentoo User Mailing List/ti
   ti/ti
@@ -502,16 +472,6 @@
   ti/ti
 /tr
 tr
-  ticgentoo-doc-de/c/ti
-  tiGerman Gentoo Documentation Translation List/ti
-  ti/ti
-/tr
-tr
-  ticgentoo-doc-el/c/ti
-  tiGreek Gentoo Documentation Translation List/ti
-  ti/ti
-/tr
-tr
   ticgentoo-doc-es/c/ti
   ti
 Lista de correo dedicada a la traduccion y creacion de documentacion en
@@ -519,31 +479,6 @@
   /ti
   ti/ti
 /tr
-tr
-  ticgentoo-doc-fi/c/ti
-  tiFinnish Gentoo Documentation Translation List/ti
-  ti/ti
-/tr
-tr
-  ticgentoo-doc-fr/c/ti
-  tiFrench Gentoo Documentation 

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.0.10.8.ebuild ChangeLog phpmyadmin-4.0.10.6.ebuild phpmyadmin-4.3.0_rc1.ebuild phpmyadmin-4.0.10.7.ebuild

2015-01-07 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/01/07 16:23:04

  Modified: ChangeLog
  Added:phpmyadmin-4.0.10.8.ebuild
  Removed:  phpmyadmin-4.0.10.6.ebuild
phpmyadmin-4.3.0_rc1.ebuild
phpmyadmin-4.0.10.7.ebuild
  Log:
  Add 4.0.10.8 release. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.541dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -r1.540 -r1.541
--- ChangeLog   5 Jan 2015 22:01:59 -   1.540
+++ ChangeLog   7 Jan 2015 16:23:03 -   1.541
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.540 
2015/01/05 22:01:59 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.541 
2015/01/07 16:23:03 jmbsvicetto Exp $
+
+*phpmyadmin-4.0.10.8 (07 Jan 2015)
+
+  07 Jan 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.8.ebuild, -phpmyadmin-4.0.10.6.ebuild,
+  -phpmyadmin-4.0.10.7.ebuild, -phpmyadmin-4.3.0_rc1.ebuild:
+  Add 4.0.10.8 release. Remove old.
 
 *phpmyadmin-4.2.13.1 (05 Jan 2015)
 *phpmyadmin-4.1.14.8 (05 Jan 2015)



1.1  dev-db/phpmyadmin/phpmyadmin-4.0.10.8.ebuild

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

Index: phpmyadmin-4.0.10.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/phpmyadmin/phpmyadmin-4.0.10.8.ebuild,v 1.1 
2015/01/07 16:23:03 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.5.ebuild phpmyadmin-4.1.14.8.ebuild phpmyadmin-4.2.13.1.ebuild phpmyadmin-4.0.10.7.ebuild ChangeLog

2015-01-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/01/05 22:01:59

  Modified: ChangeLog
  Added:phpmyadmin-4.3.5.ebuild phpmyadmin-4.1.14.8.ebuild
phpmyadmin-4.2.13.1.ebuild
phpmyadmin-4.0.10.7.ebuild
  Log:
  Security bump - fixes bug 531684.
  Add 4.3 series to the tree for testing.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.540dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -r1.539 -r1.540
--- ChangeLog   5 Jan 2015 19:24:10 -   1.539
+++ ChangeLog   5 Jan 2015 22:01:59 -   1.540
@@ -1,6 +1,16 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.539 
2015/01/05 19:24:10 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.540 
2015/01/05 22:01:59 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.13.1 (05 Jan 2015)
+*phpmyadmin-4.1.14.8 (05 Jan 2015)
+*phpmyadmin-4.3.5 (05 Jan 2015)
+*phpmyadmin-4.0.10.7 (05 Jan 2015)
+
+  05 Jan 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.7.ebuild, +phpmyadmin-4.1.14.8.ebuild,
+  +phpmyadmin-4.2.13.1.ebuild, +phpmyadmin-4.3.5.ebuild:
+  Security bump - fixes bug 531684. Add 4.3 series to the tree for testing.
 
   05 Jan 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpmyadmin-4.1.14.3.ebuild:



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.5.ebuild

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

Index: phpmyadmin-4.3.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.5.ebuild,v 
1.1 2015/01/05 22:01:59 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.8.ebuild

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

Index: phpmyadmin-4.1.14.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/phpmyadmin/phpmyadmin-4.1.14.8.ebuild,v 1.1 
2015/01/05 22:01:59 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.1.14.3.ebuild

2015-01-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto15/01/05 19:24:10

  Modified: ChangeLog
  Removed:  phpmyadmin-4.1.14.3.ebuild
  Log:
  Drop old version.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.539dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -r1.538 -r1.539
--- ChangeLog   26 Dec 2014 09:28:43 -  1.538
+++ ChangeLog   5 Jan 2015 19:24:10 -   1.539
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/phpmyadmin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.538 
2014/12/26 09:28:43 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.539 
2015/01/05 19:24:10 jmbsvicetto Exp $
+
+  05 Jan 2015; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpmyadmin-4.1.14.3.ebuild:
+  Drop old version.
 
   26 Dec 2014; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.0.10.6.ebuild,
   phpmyadmin-4.1.14.7.ebuild, phpmyadmin-4.2.13.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: ChangeLog dokuwiki-20140929a.ebuild dokuwiki-20140505b.ebuild

2014-12-22 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/12/22 13:52:28

  Modified: ChangeLog
  Removed:  dokuwiki-20140929a.ebuild dokuwiki-20140505b.ebuild
  Log:
  Drop old vulnerable versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.74 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   21 Dec 2014 11:41:17 -  1.73
+++ ChangeLog   22 Dec 2014 13:52:28 -  1.74
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.73 
2014/12/21 11:41:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.74 
2014/12/22 13:52:28 jmbsvicetto Exp $
+
+  22 Dec 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -dokuwiki-20140505b.ebuild, -dokuwiki-20140929a.ebuild:
+  Drop old vulnerable versions.
 
   21 Dec 2014; Agostino Sarubbo a...@gentoo.org dokuwiki-20140929b.ebuild:
   Stable for x86, wrt bug #532190






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929b.ebuild dokuwiki-20140505c.ebuild ChangeLog dokuwiki-20121013.ebuild

2014-12-12 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/12/12 13:47:14

  Modified: ChangeLog
  Added:dokuwiki-20140929b.ebuild dokuwiki-20140505c.ebuild
  Removed:  dokuwiki-20121013.ebuild
  Log:
  Bump dokuwiki versions to address an XSS with SWF uploads - announcement 
https://www.freelists.org/post/dokuwiki/XSS-via-SWF-uploads-hotfix,3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.71 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   27 Oct 2014 14:23:20 -  1.70
+++ ChangeLog   12 Dec 2014 13:47:14 -  1.71
@@ -1,6 +1,15 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.70 
2014/10/27 14:23:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.71 
2014/12/12 13:47:14 jmbsvicetto Exp $
+
+*dokuwiki-20140929b (12 Dec 2014)
+*dokuwiki-20140505c (12 Dec 2014)
+
+  12 Dec 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140505c.ebuild, +dokuwiki-20140929b.ebuild,
+  -dokuwiki-20121013.ebuild:
+  Bump dokuwiki versions to address an XSS with SWF uploads - announcement
+  https://www.freelists.org/post/dokuwiki/XSS-via-SWF-uploads-hotfix,3
 
   27 Oct 2014; Agostino Sarubbo a...@gentoo.org dokuwiki-20140505b.ebuild,
   dokuwiki-20140929a.ebuild:



1.1  www-apps/dokuwiki/dokuwiki-20140929b.ebuild

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

Index: dokuwiki-20140929b.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v 1.1 
2014/12/12 13:47:14 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs.
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}



1.1  www-apps/dokuwiki/dokuwiki-20140505c.ebuild

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

Index: dokuwiki-20140505c.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505c.ebuild,v 1.1 
2014/12/12 13:47:14 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.3.0_rc1.ebuild phpmyadmin-4.2.13.ebuild ChangeLog phpmyadmin-4.3.0_beta1.ebuild phpmyadmin-4.2.12.ebuild

2014-12-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/12/01 21:56:22

  Modified: ChangeLog
  Added:phpmyadmin-4.3.0_rc1.ebuild
phpmyadmin-4.2.13.ebuild
  Removed:  phpmyadmin-4.3.0_beta1.ebuild
phpmyadmin-4.2.12.ebuild
  Log:
  Version bump. 4.2.13 is the last feature release from the 4.2 series. 4.3 is 
getting near its first production release.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.531dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -r1.530 -r1.531
--- ChangeLog   22 Nov 2014 05:03:31 -  1.530
+++ ChangeLog   1 Dec 2014 21:56:22 -   1.531
@@ -1,6 +1,15 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.530 
2014/11/22 05:03:31 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.531 
2014/12/01 21:56:22 jmbsvicetto Exp $
+
+*phpmyadmin-4.3.0_rc1 (01 Dec 2014)
+*phpmyadmin-4.2.13 (01 Dec 2014)
+
+  01 Dec 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.2.13.ebuild, +phpmyadmin-4.3.0_rc1.ebuild,
+  -phpmyadmin-4.2.12.ebuild, -phpmyadmin-4.3.0_beta1.ebuild:
+  Version bump. 4.2.13 is the last feature release from the 4.2 series. 4.3 is
+  getting near its first production release.
 
 *phpmyadmin-4.2.12 (22 Nov 2014)
 *phpmyadmin-4.3.0_beta1 (22 Nov 2014)



1.1  dev-db/phpmyadmin/phpmyadmin-4.3.0_rc1.ebuild

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

Index: phpmyadmin-4.3.0_rc1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.0_rc1.ebuild,v 1.1 
2014/12/01 21:56:22 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild

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

Index: phpmyadmin-4.2.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild,v 
1.1 2014/12/01 21:56:22 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based 

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.0.10.6.ebuild phpmyadmin-4.3.0_beta1.ebuild phpmyadmin-4.1.14.7.ebuild phpmyadmin-4.2.12.ebuild ChangeLog phpmyadmin-4.1.7.ebuild

2014-11-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/11/22 05:03:31

  Modified: ChangeLog
  Added:phpmyadmin-4.0.10.6.ebuild
phpmyadmin-4.3.0_beta1.ebuild
phpmyadmin-4.1.14.7.ebuild phpmyadmin-4.2.12.ebuild
  Removed:  phpmyadmin-4.1.7.ebuild phpmyadmin-4.1.14.5.ebuild
phpmyadmin-4.0.10.4.ebuild
phpmyadmin-4.1.14.4.ebuild
phpmyadmin-4.2.8.1.ebuild
phpmyadmin-4.0.10.3.ebuild phpmyadmin-4.2.9.ebuild
phpmyadmin-4.2.9.1.ebuild
  Log:
  Version bumps to address PMASA-2014-{13,14,15,16} - fixes bug 530054.
  Add unkeyworded 4.3.0-beta1 release - waiting for feedback.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.530dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -r1.529 -r1.530
--- ChangeLog   19 Nov 2014 09:59:50 -  1.529
+++ ChangeLog   22 Nov 2014 05:03:31 -  1.530
@@ -1,6 +1,21 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.529 
2014/11/19 09:59:50 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.530 
2014/11/22 05:03:31 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.12 (22 Nov 2014)
+*phpmyadmin-4.3.0_beta1 (22 Nov 2014)
+*phpmyadmin-4.0.10.6 (22 Nov 2014)
+*phpmyadmin-4.1.14.7 (22 Nov 2014)
+
+  22 Nov 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.6.ebuild, +phpmyadmin-4.1.14.7.ebuild,
+  +phpmyadmin-4.2.12.ebuild, +phpmyadmin-4.3.0_beta1.ebuild,
+  -phpmyadmin-4.0.10.3.ebuild, -phpmyadmin-4.0.10.4.ebuild,
+  -phpmyadmin-4.1.14.4.ebuild, -phpmyadmin-4.1.14.5.ebuild,
+  -phpmyadmin-4.1.7.ebuild, -phpmyadmin-4.2.8.1.ebuild,
+  -phpmyadmin-4.2.9.1.ebuild, -phpmyadmin-4.2.9.ebuild:
+  Version bumps to address PMASA-2014-{13,14,15,16} - fixes bug 530054. Add
+  unkeyworded 4.3.0-beta1 release - waiting for feedback.
 
   19 Nov 2014; Lars Wendler polynomia...@gentoo.org metadata.xml:
   Removed a3li as maintainer.



1.1  dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild

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

Index: phpmyadmin-4.0.10.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild,v 1.1 
2014/11/22 05:03:31 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install

[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-6.34.ebuild drupal-7.34.ebuild ChangeLog drupal-7.32.ebuild drupal-6.33.ebuild

2014-11-20 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/11/20 11:45:49

  Modified: ChangeLog
  Added:drupal-6.34.ebuild drupal-7.34.ebuild
  Removed:  drupal-7.32.ebuild drupal-6.33.ebuild
  Log:
  Version bump to address DRUPAL-SA-CORE-2014-006.
  Drop affected versions.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.110www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   17 Oct 2014 13:02:55 -  1.109
+++ ChangeLog   20 Nov 2014 11:45:49 -  1.110
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.109 
2014/10/17 13:02:55 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.110 
2014/11/20 11:45:49 jmbsvicetto Exp $
+
+*drupal-6.34 (20 Nov 2014)
+*drupal-7.34 (20 Nov 2014)
+
+  20 Nov 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-6.34.ebuild, +drupal-7.34.ebuild, -drupal-6.33.ebuild,
+  -drupal-7.32.ebuild:
+  Version bump to address DRUPAL-SA-CORE-2014-006. Drop affected versions.
 
 *drupal-7.32 (17 Oct 2014)
 



1.1  www-apps/drupal/drupal-6.34.ebuild

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

Index: drupal-6.34.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-6.34.ebuild,v 1.1 
2014/11/20 11:45:49 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+mysql postgres

RDEPEND=
dev-lang/php[gd,pdo,postgres?,xml]
virtual/httpd-php
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)

need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-7.34.ebuild

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

Index: drupal-7.34.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.34.ebuild,v 1.1 
2014/11/20 11:45:49 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||

[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.32.ebuild ChangeLog drupal-7.31.ebuild

2014-10-17 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/10/17 13:02:55

  Modified: ChangeLog
  Added:drupal-7.32.ebuild
  Removed:  drupal-7.31.ebuild
  Log:
  Bump to release 7.32 - fixes bug 525514 (CVE-2014-3704).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.109www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   14 Aug 2014 12:59:01 -  1.108
+++ ChangeLog   17 Oct 2014 13:02:55 -  1.109
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.108 
2014/08/14 12:59:01 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.109 
2014/10/17 13:02:55 jmbsvicetto Exp $
+
+*drupal-7.32 (17 Oct 2014)
+
+  17 Oct 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-7.32.ebuild, -drupal-7.31.ebuild:
+  Bump to release 7.32 - fixes bug 525514 (CVE-2014-3704).
 
 *drupal-6.33 (14 Aug 2014)
 *drupal-7.31 (14 Aug 2014)



1.1  www-apps/drupal/drupal-7.32.ebuild

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

Index: drupal-7.32.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.32.ebuild,v 1.1 
2014/10/17 13:02:55 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
(
dev-lang/php-5.5
dev-php/pecl-apc
)
dev-php/xcache
dev-php/eaccelerator
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? (
|| (
dev-lang/php[sqlite]
dev-lang/php[sqlite3]
)
)


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929a.ebuild ChangeLog dokuwiki-20140929.ebuild dokuwiki-20120125.ebuild dokuwiki-20131208.ebuild dokuwiki-20120125a.ebuild dokuwi

2014-10-13 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/10/13 15:55:32

  Modified: ChangeLog
  Added:dokuwiki-20140929a.ebuild
  Removed:  dokuwiki-20140929.ebuild dokuwiki-20120125.ebuild
dokuwiki-20131208.ebuild dokuwiki-20120125a.ebuild
dokuwiki-20130510a.ebuild
  Log:
  Add 20140929a release. Drop old. Fixes bug 522146.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.68 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   5 Oct 2014 16:41:02 -   1.67
+++ ChangeLog   13 Oct 2014 15:55:32 -  1.68
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.67 
2014/10/05 16:41:02 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.68 
2014/10/13 15:55:32 jmbsvicetto Exp $
+
+*dokuwiki-20140929a (13 Oct 2014)
+
+  13 Oct 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140929a.ebuild, -dokuwiki-20120125.ebuild,
+  -dokuwiki-20120125a.ebuild, -dokuwiki-20130510a.ebuild,
+  -dokuwiki-20131208.ebuild, -dokuwiki-20140929.ebuild:
+  Add 20140929a release. Drop old. Fixes bug 522146.
 
 *dokuwiki-20140929 (05 Oct 2014)
 *dokuwiki-20140505b (05 Oct 2014)



1.1  www-apps/dokuwiki/dokuwiki-20140929a.ebuild

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

Index: dokuwiki-20140929a.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929a.ebuild,v 1.1 
2014/10/13 15:55:32 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929.ebuild dokuwiki-20140505b.ebuild ChangeLog dokuwiki-20140505.ebuild

2014-10-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/10/05 16:41:02

  Modified: ChangeLog
  Added:dokuwiki-20140929.ebuild dokuwiki-20140505b.ebuild
  Removed:  dokuwiki-20140505.ebuild
  Log:
  Add 20140505b and 20140929 releases. Update to EAPI 5. Fixes bug 522146.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.67 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   10 Aug 2014 20:13:04 -  1.66
+++ ChangeLog   5 Oct 2014 16:41:02 -   1.67
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.66 
2014/08/10 20:13:04 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.67 
2014/10/05 16:41:02 jmbsvicetto Exp $
+
+*dokuwiki-20140929 (05 Oct 2014)
+*dokuwiki-20140505b (05 Oct 2014)
+
+  05 Oct 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140505b.ebuild, +dokuwiki-20140929.ebuild,
+  -dokuwiki-20140505.ebuild:
+  Add 20140505b and 20140929 releases. Update to EAPI 5. Fixes bug 522146.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org dokuwiki-20120125.ebuild,
   dokuwiki-20120125a.ebuild, dokuwiki-20121013.ebuild,



1.1  www-apps/dokuwiki/dokuwiki-20140929.ebuild

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

Index: dokuwiki-20140929.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929.ebuild,v 
1.1 2014/10/05 16:41:02 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}



1.1  www-apps/dokuwiki/dokuwiki-20140505b.ebuild

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

Index: dokuwiki-20140505b.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505b.ebuild,v 1.1 
2014/10/05 16:41:02 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.2.9.1.ebuild phpmyadmin-4.1.14.5.ebuild phpmyadmin-4.0.10.4.ebuild ChangeLog

2014-10-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/10/02 03:28:59

  Modified: ChangeLog
  Added:phpmyadmin-4.2.9.1.ebuild
phpmyadmin-4.1.14.5.ebuild
phpmyadmin-4.0.10.4.ebuild
  Log:
  Bump phpmyadmin to releases 4.0.10.4, 4.1.14.5 and 4.2.9.1 - addresses 
PMASA-2014-11.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.527dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -r1.526 -r1.527
--- ChangeLog   22 Sep 2014 02:53:11 -  1.526
+++ ChangeLog   2 Oct 2014 03:28:59 -   1.527
@@ -1,6 +1,16 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.526 
2014/09/22 02:53:11 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.527 
2014/10/02 03:28:59 jmbsvicetto Exp $
+
+*phpmyadmin-4.1.14.5 (02 Oct 2014)
+*phpmyadmin-4.0.10.4 (02 Oct 2014)
+*phpmyadmin-4.2.9.1 (02 Oct 2014)
+
+  02 Oct 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.4.ebuild, +phpmyadmin-4.1.14.5.ebuild,
+  +phpmyadmin-4.2.9.1.ebuild:
+  Bump phpmyadmin to releases 4.0.10.4, 4.1.14.5 and 4.2.9.1 - addresses
+  PMASA-2014-11.
 
   22 Sep 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpmyadmin-4.0.10.2.ebuild, -phpmyadmin-4.1.14.ebuild,



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild

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

Index: phpmyadmin-4.2.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.9.1.ebuild,v 1.1 
2014/10/02 03:28:59 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild

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

Index: phpmyadmin-4.1.14.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.5.ebuild,v 1.1 
2014/10/02 03:28:59 jmbsvicetto Exp $

EAPI=5

inherit eutils webapp depend.php

MY_PV=${PV/_/-}

[gentoo-commits] gentoo commit in xml/htdocs/main/en: where.xml

2014-09-22 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/09/23 02:25:45

  Modified: where.xml
  Log:
  Fix typo, improve clarity and fix broken links. Fixes bug 523116 and bug 
523348.

Revision  ChangesPath
1.164xml/htdocs/main/en/where.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?rev=1.164view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?rev=1.164content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?r1=1.163r2=1.164

Index: where.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- where.xml   4 Sep 2014 21:23:03 -   1.163
+++ where.xml   23 Sep 2014 02:25:45 -  1.164
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.163 
2014/09/04 21:23:03 robbat2 Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.164 
2014/09/23 02:25:45 jmbsvicetto Exp $ --
 
 mainpage
 titleWhere to Get Gentoo Linux/title
@@ -17,8 +17,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version12/version
-date2014-04-26/date
+version13/version
+date2014-09-23/date
 
 chapter
 titleInstallation media/title
@@ -55,10 +55,10 @@
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-admincd-amd64/;admin-cd/uri
 )
 stages (
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/;amd64
 multilib/uri
-uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-nomultilib/;amd64
 nomulilib/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-nomultilib/;amd64
 no-multilib/uri
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-x32/;x32/uri
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/;hardened
 amd64 multilib/uri
-uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/;hardened
 amd64 nomultilib/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/;hardened
 amd64 no-multilib/uri
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-uclibc-vanilla/;vanilla
 amd64 uclibc/uri
 uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened;hardened
 amd64 uclibc/uri
 )
@@ -179,8 +179,8 @@
   bHybrid ISO (uri link=/news/20140826-livedvd.xmlreleased/uri 
August 26th, 2014)/b
   br /(up to 2.8 gigabytes depending on arch)
   br /
-  uri 
link=http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64;amd64/uri
-  uri 
link=http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86;x86/uri
+  uri 
link=http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64/;amd64/uri
+  uri 
link=http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/;x86/uri
   /p
 /body
 /section






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.2.9.ebuild ChangeLog

2014-09-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/09/22 02:47:12

  Modified: ChangeLog
  Added:phpmyadmin-4.2.9.ebuild
  Log:
  Add 4.2.9 release
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.525dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -r1.524 -r1.525
--- ChangeLog   20 Sep 2014 11:05:25 -  1.524
+++ ChangeLog   22 Sep 2014 02:47:12 -  1.525
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.524 
2014/09/20 11:05:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.525 
2014/09/22 02:47:12 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.9 (22 Sep 2014)
+
+  22 Sep 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.2.9.ebuild:
+  Add 4.2.9 release
 
   20 Sep 2014; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.1.14.3.ebuild:
   Stable for alpha, wrt bug #520142



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild

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

Index: phpmyadmin-4.2.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild,v 
1.1 2014/09/22 02:47:12 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.7.1.ebuild phpmyadmin-4.0.10.2.ebuild

2014-09-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/09/22 02:53:11

  Modified: ChangeLog
  Removed:  phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.7.1.ebuild
phpmyadmin-4.0.10.2.ebuild
  Log:
  Drop old and vulnerable versions
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.526dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.525
retrieving revision 1.526
diff -u -r1.525 -r1.526
--- ChangeLog   22 Sep 2014 02:47:12 -  1.525
+++ ChangeLog   22 Sep 2014 02:53:11 -  1.526
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.525 
2014/09/22 02:47:12 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.526 
2014/09/22 02:53:11 jmbsvicetto Exp $
+
+  22 Sep 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpmyadmin-4.0.10.2.ebuild, -phpmyadmin-4.1.14.ebuild,
+  -phpmyadmin-4.2.7.1.ebuild:
+  Drop old and vulnerable versions
 
 *phpmyadmin-4.2.9 (22 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-php/xcache: xcache-3.1.2.ebuild xcache-3.0.4.ebuild xcache-3.2.0.ebuild ChangeLog

2014-09-19 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/09/19 14:12:32

  Modified: ChangeLog
  Added:xcache-3.1.2.ebuild xcache-3.0.4.ebuild
xcache-3.2.0.ebuild
  Log:
  dev-php/xcache add 3.0.4, 3.1.2 and 3.2.0 releases - fixes bug 491358.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.20 dev-php/xcache/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Aug 2013 02:46:00 -  1.19
+++ ChangeLog   19 Sep 2014 14:12:32 -  1.20
@@ -1,6 +1,14 @@
 # ChangeLog for dev-php/xcache
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.19 2013/08/25 
02:46:00 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.20 2014/09/19 
14:12:32 jmbsvicetto Exp $
+
+*xcache-3.1.2 (19 Sep 2014)
+*xcache-3.0.4 (19 Sep 2014)
+*xcache-3.2.0 (19 Sep 2014)
+
+  19 Sep 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +xcache-3.0.4.ebuild, +xcache-3.1.2.ebuild, +xcache-3.2.0.ebuild:
+  dev-php/xcache add 3.0.4, 3.1.2 and 3.2.0 releases - fixes bug 491358.
 
   25 Aug 2013; Patrick Lauer patr...@gentoo.org xcache-3.0.3-r1.ebuild:
   Whitespace



1.1  dev-php/xcache/xcache-3.1.2.ebuild

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

Index: xcache-3.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.1.2.ebuild,v 1.1 
2014/09/19 14:12:32 jmbsvicetto Exp $

EAPI=5

PHP_EXT_NAME=xcache
PHP_EXT_INI=yes
PHPSAPILIST=apache2 cgi fpm
USE_PHP=php5-4 php5-5

inherit php-ext-source-r2 confutils

DESCRIPTION=A fast and stable PHP opcode cacher
HOMEPAGE=http://xcache.lighttpd.net/;
SRC_URI=http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2;

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

# make test would just run php's test and as such need the full php source
RESTRICT=test

DEPEND=
!dev-php/eaccelerator
!dev-php/pecl-apc
virtual/httpd-php
php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )

RDEPEND=${DEPEND}

src_configure() {

my_conf=--enable-xcache=shared   \
--enable-xcache-constant  \
--enable-xcache-optimizer \
--enable-xcache-coverager \
--enable-xcache-assembler \
--enable-xcache-encoder   \
--enable-xcache-decoder

php-ext-source-r2_src_configure
}

src_install() {
php-ext-source-r2_src_install
dodoc AUTHORS ChangeLog NEWS README THANKS

insinto ${PHP_EXT_SHARED_DIR}
doins lib/Decompiler.class.php
insinto ${PHP_EXT_SHARED_DIR}
doins -r htdocs
}

pkg_postinst() {
elog lib/Decompiler.class.php, and the htdocs/ directory shipped with 
this
elog release were installed into ${PHP_EXT_SHARED_DIR}.
}



1.1  dev-php/xcache/xcache-3.0.4.ebuild

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

Index: xcache-3.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.4.ebuild,v 1.1 
2014/09/19 14:12:32 jmbsvicetto Exp $

EAPI=5

PHP_EXT_NAME=xcache
PHP_EXT_INI=yes
PHPSAPILIST=apache2 cgi fpm
USE_PHP=php5-4

inherit php-ext-source-r2 confutils

DESCRIPTION=A fast and stable PHP opcode cacher
HOMEPAGE=http://xcache.lighttpd.net/;
SRC_URI=http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2;

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

# make test would just run php's test and as such need the full php source
RESTRICT=test

DEPEND=
!dev-php/eaccelerator
!dev-php/pecl-apc
virtual/httpd-php


[gentoo-commits] gentoo-x86 commit in dev-php/xcache: ChangeLog xcache-3.0.3-r1.ebuild xcache-3.0.1.ebuild

2014-09-19 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/09/19 14:15:06

  Modified: ChangeLog
  Removed:  xcache-3.0.3-r1.ebuild xcache-3.0.1.ebuild
  Log:
  dev-php/xcache: drop old versions
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.21 dev-php/xcache/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   19 Sep 2014 14:12:32 -  1.20
+++ ChangeLog   19 Sep 2014 14:15:05 -  1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/xcache
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.20 2014/09/19 
14:12:32 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.21 2014/09/19 
14:15:05 jmbsvicetto Exp $
+
+  19 Sep 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -xcache-3.0.1.ebuild, -xcache-3.0.3-r1.ebuild:
+  dev-php/xcache: drop old versions
 
 *xcache-3.1.2 (19 Sep 2014)
 *xcache-3.0.4 (19 Sep 2014)






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.1.14.3.ebuild phpmyadmin-4.0.10.2.ebuild phpmyadmin-4.2.7.1.ebuild ChangeLog phpmyadmin-4.0.10.1.ebuild phpmyadmin-4.2.7.ebuild ph

2014-08-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/21 17:53:57

  Modified: ChangeLog
  Added:phpmyadmin-4.1.14.3.ebuild
phpmyadmin-4.0.10.2.ebuild
phpmyadmin-4.2.7.1.ebuild
  Removed:  phpmyadmin-4.0.10.1.ebuild phpmyadmin-4.2.7.ebuild
phpmyadmin-4.1.14.2.ebuild
  Log:
  Another security bump for phpmyadmin (CVE-2014-{5273,5274}) - bug 520142. 
Drop unstable affected versions.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.517dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -r1.516 -r1.517
--- ChangeLog   14 Aug 2014 12:37:44 -  1.516
+++ ChangeLog   21 Aug 2014 17:53:57 -  1.517
@@ -1,6 +1,18 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.516 
2014/08/14 12:37:44 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.517 
2014/08/21 17:53:57 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.7.1 (21 Aug 2014)
+*phpmyadmin-4.1.14.3 (21 Aug 2014)
+*phpmyadmin-4.0.10.2 (21 Aug 2014)
+
+  21 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.2.ebuild, +phpmyadmin-4.1.14.3.ebuild,
+  +phpmyadmin-4.2.7.1.ebuild, -phpmyadmin-4.0.10.1.ebuild,
+  -phpmyadmin-4.1.14.2.ebuild, -phpmyadmin-4.2.7.ebuild,
+  phpmyadmin-4.1.7.ebuild:
+  Another security bump for phpmyadmin (CVE-2014-{5273,5274}) - bug 520142. 
Drop
+  unstable affected versions.
 
   14 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpmyadmin-4.0.5.ebuild, -phpmyadmin-4.0.6.ebuild, -phpmyadmin-4.1.4.ebuild,



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.3.ebuild

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

Index: phpmyadmin-4.1.14.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.3.ebuild,v 1.1 
2014/08/21 17:53:57 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.0.10.2.ebuild

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

Index: phpmyadmin-4.0.10.2.ebuild
===
# Copyright 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/trustees/2014: - New directory

2014-08-20 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/21 00:38:58

  Log:
  Directory /var/cvsroot/gentoo/xml/htdocs/proj/en/elections/trustees/2014 
added to the repository



[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.1.14.2.ebuild phpmyadmin-4.0.10.1.ebuild phpmyadmin-4.2.7.ebuild ChangeLog

2014-08-14 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/14 12:34:29

  Modified: ChangeLog
  Added:phpmyadmin-4.1.14.2.ebuild
phpmyadmin-4.0.10.1.ebuild phpmyadmin-4.2.7.ebuild
  Log:
  Bump to versions 4.0.10.1, 4.1.14.2 and 4.2.7. Fixes bug 514894, 517858 and 
519342.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.515dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -r1.514 -r1.515
--- ChangeLog   2 Aug 2014 11:32:04 -   1.514
+++ ChangeLog   14 Aug 2014 12:34:29 -  1.515
@@ -1,6 +1,16 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.514 
2014/08/02 11:32:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.515 
2014/08/14 12:34:29 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.7 (14 Aug 2014)
+*phpmyadmin-4.0.10.1 (14 Aug 2014)
+*phpmyadmin-4.1.14.2 (14 Aug 2014)
+
+  14 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.0.10.1.ebuild, +phpmyadmin-4.1.14.2.ebuild,
+  +phpmyadmin-4.2.7.ebuild:
+  Bump to versions 4.0.10.1, 4.1.14.2 and 4.2.7. Fixes bug 514894, 517858 and
+  519342.
 
   02 Aug 2014; Raúl Porcel armi...@gentoo.org phpmyadmin-4.1.14.ebuild:
   sparc stable wrt #511520



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.2.ebuild

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

Index: phpmyadmin-4.1.14.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.2.ebuild,v 1.1 
2014/08/14 12:34:29 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.0.10.1.ebuild

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

Index: phpmyadmin-4.0.10.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.1.ebuild,v 1.1 
2014/08/14 12:34:29 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL 

[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-4.0.6.ebuild phpmyadmin-4.1.4.ebuild phpmyadmin-4.1.8.ebuild phpmyadmin-4.0.5.ebuild phpmyadmin-4.2.2.ebuild

2014-08-14 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/14 12:37:44

  Modified: ChangeLog
  Removed:  phpmyadmin-4.0.6.ebuild phpmyadmin-4.1.4.ebuild
phpmyadmin-4.1.8.ebuild phpmyadmin-4.0.5.ebuild
phpmyadmin-4.2.2.ebuild
  Log:
  Drop old and vulnerable versions.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.516dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -r1.515 -r1.516
--- ChangeLog   14 Aug 2014 12:34:29 -  1.515
+++ ChangeLog   14 Aug 2014 12:37:44 -  1.516
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.515 
2014/08/14 12:34:29 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.516 
2014/08/14 12:37:44 jmbsvicetto Exp $
+
+  14 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpmyadmin-4.0.5.ebuild, -phpmyadmin-4.0.6.ebuild, -phpmyadmin-4.1.4.ebuild,
+  -phpmyadmin-4.1.8.ebuild, -phpmyadmin-4.2.2.ebuild:
+  Drop old and vulnerable versions.
 
 *phpmyadmin-4.2.7 (14 Aug 2014)
 *phpmyadmin-4.0.10.1 (14 Aug 2014)






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-6.33.ebuild drupal-7.31.ebuild ChangeLog drupal-7.29.ebuild drupal-6.32.ebuild

2014-08-14 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/14 12:59:01

  Modified: ChangeLog
  Added:drupal-6.33.ebuild drupal-7.31.ebuild
  Removed:  drupal-7.29.ebuild drupal-6.32.ebuild
  Log:
  Version bump - 6.33 and 7.31. Fixes bug 519244 - (SA-CORE-2014-004).
  Drop old and vulnerable versions.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.108www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   22 Jul 2014 00:38:31 -  1.107
+++ ChangeLog   14 Aug 2014 12:59:01 -  1.108
@@ -1,6 +1,15 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.107 
2014/07/22 00:38:31 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.108 
2014/08/14 12:59:01 jmbsvicetto Exp $
+
+*drupal-6.33 (14 Aug 2014)
+*drupal-7.31 (14 Aug 2014)
+
+  14 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-6.33.ebuild, +drupal-7.31.ebuild, -drupal-6.32.ebuild,
+  -drupal-7.29.ebuild:
+  Version bump - 6.33 and 7.31. Fixes bug 519244 - (SA-CORE-2014-004). Drop old
+  and vulnerable versions.
 
   22 Jul 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -drupal-6.31.ebuild, -drupal-7.27.ebuild:



1.1  www-apps/drupal/drupal-6.33.ebuild

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

Index: drupal-6.33.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-6.33.ebuild,v 1.1 
2014/08/14 12:59:01 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+mysql postgres

RDEPEND=virtual/httpd-php
dev-lang/php[gd,pdo,postgres?,xml]
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )

need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-7.31.ebuild

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

Index: drupal-7.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.31.ebuild,v 1.1 
2014/08/14 12:59:01 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]

[gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog

2014-08-02 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/08/03 00:54:15

  Modified: ChangeLog
  Log:
  Drop sys-apps/which from fbsd/packages.build - fixes bug 517152.

Revision  ChangesPath
1.167profiles/default/bsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   26 Jul 2014 09:17:01 -  1.166
+++ ChangeLog   3 Aug 2014 00:54:15 -   1.167
@@ -1,6 +1,10 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.166 
2014/07/26 09:17:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.167 
2014/08/03 00:54:15 jmbsvicetto Exp $
+
+  03 Aug 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  fbsd/packages.build:
+  Drop sys-apps/which from fbsd/packages.build - fixes bug 517152.
 
   26 Jul 2014; Samuli Suominen ssuomi...@gentoo.org package.mask:
   Since virtual/udev is masked here, mask virtual/libudev and virtual/libgudev






[gentoo-commits] gentoo-x86 commit in www-apps/drupal: drupal-7.29.ebuild drupal-6.32.ebuild ChangeLog

2014-07-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/21 09:45:41

  Modified: ChangeLog
  Added:drupal-7.29.ebuild drupal-6.32.ebuild
  Log:
  Security bump for Drupal - fixes bug 517364 (SA-CORE-2014-003).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.106www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   26 Apr 2014 19:46:24 -  1.105
+++ ChangeLog   21 Jul 2014 09:45:40 -  1.106
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.105 
2014/04/26 19:46:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.106 
2014/07/21 09:45:40 jmbsvicetto Exp $
+
+*drupal-7.29 (21 Jul 2014)
+*drupal-6.32 (21 Jul 2014)
+
+  21 Jul 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +drupal-6.32.ebuild, +drupal-7.29.ebuild:
+  Security bump for Drupal - fixes bug 517364 (SA-CORE-2014-003).
 
   26 Apr 2014; Tim Harder radher...@gentoo.org -drupal-6.30.ebuild,
   -drupal-7.26.ebuild:



1.1  www-apps/drupal/drupal-7.29.ebuild

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

Index: drupal-7.29.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-7.29.ebuild,v 1.1 
2014/07/21 09:45:40 jmbsvicetto Exp $

EAPI=5

inherit webapp

MY_PV=${PV:0:3}.0

DESCRIPTION=PHP-based open-source platform and content management system
HOMEPAGE=http://drupal.org/;
SRC_URI=http://drupal.org/files/projects/${P}.tar.gz;

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=+accelerator +mysql postgres sqlite +uploadprogress

RDEPEND=
dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
virtual/httpd-php
accelerator? ( ||
(
(
dev-lang/php-5.5
dev-php/pecl-apc
)
dev-php/xcache
dev-php/eaccelerator
(
=dev-lang/php-5.5[opcache]
dev-php/pecl-apcu
)
)
)
uploadprogress? ( dev-php/pecl-uploadprogress )
mysql? (
|| (
dev-lang/php[mysql]
dev-lang/php[mysqli]
)
)
sqlite? (
|| (
dev-lang/php[sqlite]
dev-lang/php[sqlite3]
)
)


need_httpd_cgi

REQUIRED_USE=|| ( mysql postgres sqlite )

src_install() {
webapp_src_preinst

local docs=MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt 
dodoc ${docs}
rm -f ${docs} INSTALL COPYRIGHT.txt || die

cp sites/default/{default.settings.php,settings.php} || die
insinto ${MY_HTDOCSDIR}
doins -r .

dodir ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/files
webapp_serverowned ${MY_HTDOCSDIR}/sites/default
webapp_serverowned ${MY_HTDOCSDIR}/sites/default/settings.php

webapp_configfile ${MY_HTDOCSDIR}/sites/default/settings.php
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

webapp_src_install
}

pkg_postinst() {
echo
ewarn SECURITY NOTICE
ewarn If you plan on using SSL on your Drupal site, please consult the 
postinstall information:
ewarn \t# webapp-config --show-postinst ${PN} ${PV}
echo
}



1.1  www-apps/drupal/drupal-6.32.ebuild

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

Index: drupal-6.32.ebuild

[gentoo-commits] gentoo-x86 commit in www-apps/drupal: ChangeLog drupal-6.31.ebuild drupal-7.27.ebuild

2014-07-21 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/22 00:38:32

  Modified: ChangeLog
  Removed:  drupal-6.31.ebuild drupal-7.27.ebuild
  Log:
  Drop vulnerable versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.107www-apps/drupal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   21 Jul 2014 09:45:40 -  1.106
+++ ChangeLog   22 Jul 2014 00:38:31 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/drupal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.106 
2014/07/21 09:45:40 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.107 
2014/07/22 00:38:31 jmbsvicetto Exp $
+
+  22 Jul 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -drupal-6.31.ebuild, -drupal-7.27.ebuild:
+  Drop vulnerable versions.
 
 *drupal-7.29 (21 Jul 2014)
 *drupal-6.32 (21 Jul 2014)






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-07-08 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/08 19:09:01

  Modified: council-201406.xml
  Log:
  Add election manifests.

Revision  ChangesPath
1.6  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?r1=1.5r2=1.6

Index: council-201406.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- council-201406.xml  2 Jul 2014 05:22:37 -   1.5
+++ council-201406.xml  8 Jul 2014 19:09:01 -   1.6
@@ -30,8 +30,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version4/version
-date2014-07-02/date
+version5/version
+date2014-07-08/date
 
 chapter
 titleElection/title
@@ -181,7 +181,11 @@
   tiAccepted/ti
   timail link=blueness//ti
   tiblueness/ti
-  ti/ti
+  ti
+uri
+link=http://dev.gentoo.org/~blueness/manifesto-2014.txt;blueness Gentoo 
Council Manifesto
+/uri
+  /ti
   ti/ti
   tiYes/ti
   ti/ti
@@ -190,7 +194,11 @@
   tiAccepted/ti
   timail link=dberkholz//ti
   tidberkholz/ti
-  ti/ti
+  ti
+uri
+
link=http://permalink.gmane.org/gmane.linux.gentoo.project/2715;dberkholz 
Gentoo Council Manifesto
+/uri
+  /ti
   ti/ti
   tiYes/ti
   ti/ti
@@ -199,7 +207,11 @@
   tiAccepted/ti
   timail link=dilfridge//ti
   tidilfridge/ti
-  ti/ti
+  ti
+uri
+link=http://article.gmane.org/gmane.linux.gentoo.project/3853;dilfridge 
Gentoo Council Manifesto
+/uri
+  /ti
   tiYes/ti
   tiYes/ti
   ti/ti
@@ -235,7 +247,11 @@
   tiAccepted/ti
   timail link=radhermit//ti
   tiradhermit/ti
-  ti/ti
+  ti
+uri
+
link=http://dev.gentoo.org/~radhermit/council-manifesto-2014.txt;radhermit 
Gentoo Council Manifesto
+/uri
+  /ti
   ti/ti
   ti/ti
   ti/ti
@@ -244,7 +260,11 @@
   tiAccepted/ti
   timail link=rich0//ti
   tirich0/ti
-  ti/ti
+  ti
+uri
+link=http://dev.gentoo.org/~rich0/council-manifesto-2014.xml;rich0 
Gentoo Council Manifesto
+/uri
+  /ti
   ti/ti
   tiYes/ti
   ti/ti
@@ -262,7 +282,11 @@
   tiAccepted/ti
   timail link=TomWij//ti
   tiTomWij/ti
-  ti/ti
+  ti
+uri
+link=http://thread.gmane.org/gmane.linux.gentoo.project/3817;TomWij 
Gentoo Council Manifesto
+/uri
+  /ti
   ti/ti
   ti/ti
   ti/ti
@@ -280,7 +304,11 @@
   tiAccepted/ti
   timail link=williamh//ti
   tiwilliamh/ti
-  ti/ti
+  ti
+uri
+link=http://thread.gmane.org/gmane.linux.gentoo.project/3789;williamh 
Gentoo Council Manifesto
+/uri
+  /ti
   ti/ti
   tiYes/ti
   ti/ti






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-07-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/02 05:22:37

  Modified: council-201406.xml
  Log:
  Fix membership date. Uncomment section about voters and how to cast a vote.

Revision  ChangesPath
1.5  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?r1=1.4r2=1.5

Index: council-201406.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- council-201406.xml  1 Jul 2014 04:59:46 -   1.4
+++ council-201406.xml  2 Jul 2014 05:22:37 -   1.5
@@ -30,8 +30,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version1/version
-date2014-07-01/date
+version4/version
+date2014-07-02/date
 
 chapter
 titleElection/title
@@ -158,7 +158,7 @@
   liVoting is opened from July 1st 00H00 UTC to July 14th 23H59 UTC/li
   li  (there was a planned one day of break between nominations and voting 
so the infra team had time to set up everything, but due to lack of time, it 
became longer)/li
   liOnly Gentoo developers may vote/li
-  liThe list of Gentoo Developers is based on active membership by June 
13th, 2013 (the day before the election will be opened)/li
+  liThe list of Gentoo Developers is based on active membership by June 
13th, 2014 (the day before the election will be opened)/li
   liGentoo uses the Condorcet method of voting/li
   liResults should be published around July 16th/li
 /ul
@@ -549,15 +549,13 @@
 /body
 /section
 
-!--
-
 section
 titleVoters/title
 body
 
 p
-People who are eligible to vote in this election are all current Gentoo
-Foundation members.
+Those who are eligible to vote in this election are all current Gentoo
+Developers at the day before the election was opened.
 /p
 
 /body
@@ -568,27 +566,27 @@
 body
 
 p
-After polls are open, Eligible current Gentoo developers should login to
-dev.gentoo.org and run the following commands, in the order specified.
+After polls are open, voters should login to dev.gentoo.org and run the
+following commands, in the order specified.
 /p
 
 ul
   li
-  cvotify - -new trustees-201306/c - This creates a new ballot in your
+  cvotify --new council-201406/c - This creates a new ballot in your
   homedir.
   /li
-  liEdit the c.ballot-trustees-201306/c file and rank the 
candidates./li
+  liEdit the c.ballot-council-201406/c file and rank the candidates./li
   li
-Once you're sure, run cvotify - -verify trustees-201306/c to check the
+Once you're sure, run cvotify --verify council-201406/c to check the
 validity of the ballot.
   /li
   li
 If that goes through fine, the next and final step is to submit your vote
-using cvotify - -submit trustees-201306/c
+using cvotify --submit council-201406/c
   /li
   li
 In case you're stuck, detailed help can be accessed by using cvotify
-- -help/c or feel free to drop by #gentoo-elections on IRC. If you think
+--help/c or feel free to drop by #gentoo-elections on IRC. If you think
 you are eligible to vote, but cannot, please contact one of the officials.
   /li
   li
@@ -597,16 +595,8 @@
   /li
 /ul
 
-p
-The remaining Foundation members, should email their ballot to the
-election officials, to mail link=vote-trustees201...@gentoo.org/
-signing the mail with their gpg key.
-/p
-
 /body
 /section
 
---
-
 /chapter
 /guide






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council: index.xml

2014-07-01 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/02 05:43:38

  Modified: index.xml
  Log:
  Link the new election page to make easier to find it.

Revision  ChangesPath
1.31 xml/htdocs/proj/en/elections/council/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?r1=1.30r2=1.31

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- index.xml   24 Jun 2014 14:16:01 -  1.30
+++ index.xml   2 Jul 2014 05:43:37 -   1.31
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.30 
2014/06/24 14:16:01 jmbsvicetto Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.31 
2014/07/02 05:43:37 jmbsvicetto Exp $ --
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
 
 guide
@@ -18,8 +18,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version28/version
-date2014-06-24/date
+version29/version
+date2014-07-02/date
 
 chapter
 titleGentoo Council Elections/title
@@ -116,6 +116,25 @@
 of Ciaran McCreesh.
 /p
 
+p
+Recent Elections:
+/p
+
+table
+tr
+  thElection/th
+  thResults/th
+/tr
+tr
+  ti201406/ti
+  tiuri link=2014/council-201406.xml201406 results/uri/ti
+/tr
+/table
+
+p
+Older Elections:
+/p
+
 table
 tr
   thElection/th
@@ -127,33 +146,6 @@
   thGraphs/th
 /tr
 tr
-  ticouncil-201406 Election/ti
-  ti
-uri link=2014/council-201406-nominees.xml
-2014/06 Nominees/uri
-  /ti
-  ti
-uri link=
-2014/06 Results/uri
-  /ti
-  ti
-uri link=
-2014/06 rank/uri
-  /ti
-  ti
-uri link=
-2014/06 Master Ballot/uri
-  /ti
-  ti
-uri link=
-2014/06 voters/uri
-  /ti
-  ti
-uri link=
-2014/06 Voter Distribution/uri
-  /ti
-/tr
-tr
   ticouncil-201306 Election/ti
   ti
 uri link=2013/council-201306-nominees.xml






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-06-30 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/01 03:30:20

  Added:council-201406.xml
  Log:
  Add new election page.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.1content-type=text/plain

Index: council-201406.xml
===
?xml version='1.0' encoding=UTF-8?
!-- $Header: --
!DOCTYPE guide SYSTEM /dtd/guide.dtd

guide
titleGentoo Council Election, June 2014/title

author title=Official
  mail link=creffett/
/author
author title=Official
  mail link=dabbott/
/author
author title=Official
  mail link=jmbsvicetto/
/author
author title=Infrastructure Contact
  mail link=antarus/
/author

abstract
This page contains all the information about the upcoming election for the 
Gentoo
Council 2014/2015.
/abstract

!-- The content of this document is licensed under the CC-BY-SA license --
!-- See http://creativecommons.org/licenses/by-sa/2.5 --
license/

version1/version
date2014-07-01/date

chapter
titleElection/title
section
titleOfficials/title
body

p
The purpose of this election is to choose the Gentoo Council for the 2014/2015 
term.
More information about its roles and duties can be found in the uri 
link=http://wiki.gentoo.org/wiki/Project:Council;Gentoo Council Project 
Page/uri.
Archives of the uri link=http://archives.gentoo.org/gentoo-project/date.xml;
gentoo-project/uri mailing list contain most recent information about 
progress of
this election. If you have any questions or suggestions, please contact the 
election
officials.
/p

p
Officials running this election are mail link=creffett/, mail 
link=dabbott/
and mail link=jmbsvicetto/. mail link=antarus/ serves as the
infrastructure contact for this election.
/p

p
You can contact officials via celecti...@gentoo.org/c e-mail or visit
c#gentoo-elections/c on uri link=http://freenode.net;Freenode/uri.
/p

/body
/section
section
titleTime table/title
body

p
14 days for nominations and 14 days for voting:
/p

ul
  liNominations: 2014-06-14 00:00 UTC to 2014-06-27 23:59 UTC/li
  liVoting: 2014-07-01 00:00 UTC to 2014-07-14 23:59 UTC/li
/ul

/body
/section

!--
section
titleWinners/title
body

p
We're pleased to present you the ranked list of all elected Gentoo Council 
members:
/p

ul
liebGentoo Council results:/b/e
  ol
limailquantumsummers/mail - incumbent (2nd term)/li
limailswift/mail - (1st term)/li
limailbetelgeuse/mail - (1st term)/li
  /ol
/li
/ul

p
We published the uri 
link=/proj/en/elections/council/2014/master-council-201406.txt
master ballot file/uri. This file contains all submitted ballots. Each of this
ballots can be identified using a confirmation ID. Every person who voted in
this election was mailed their ID by one of election officials. If you haven't
received your ID, please contact one of election officials to provide you with
that information. Using this ID and master ballot file people who voted can
verify that their votes were included during counting votes.
/p

p
We also published the full uri
link=/proj/en/elections/council/2014/council-201406-results.txtcountify 
script
output/uri so you can check how the whole vote counting was done.
/p

/body
/section

section
titleElection  turnout/title
body

p
In this section we present data showing how many of eligible persons have voted
in this election.
/p

ul
  liTotal voters: 113/li
  liSubmitted ballots: 47/li
  liCurrent turnout: 41.59%/li
/ul

/body
/section
--

section
titleNominees/title
body

p
Rules:
/p
p
All nominations must be sent to the gentoo-project mailing list. If you
were nominated and want to run, you have to accept your nomination on
the same mailing list.
/p

ul
  liCouncil elections generally happen once a year/li
  liThe council is composed of seven elected members/li
  liNominations are allowed from June 14th 00H00 UTC to June 27th 23H59 
UTC/li
  liOnly Gentoo developers may be nominated/li
  liAnyone can nominate (nominating yourself is OK)/li
  liNominees must accept their nomination before voting begins/li
  liVoting is opened from July 1st 00H00 UTC to July 14th 23H59 UTC/li
  li  (there was a planned one day of break between nominations and voting so 
the infra team had time to set up everything, but due to lack of time, it 
became longer)/li
  liOnly Gentoo developers may vote/li
  liThe list of Gentoo Developers is based on active membership by June 13th, 
2013 (the day before the election will be opened)/li
  liGentoo uses the Condorcet method of voting/li
  liResults should be published around July 16th/li
/ul

p
Table of nominees:
/p

table
tr
  thStatus/th
  thNominee/th
  thNick/th
  thLinks/th
  thComRel/th
  thCouncil/th
  thTrustee/th
/tr
tr
  tiAccepted/ti
  timail 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-06-30 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/01 04:08:21

  Modified: council-201406.xml
  Log:
  Add missing columns to the table.

Revision  ChangesPath
1.2  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?r1=1.1r2=1.2

Index: council-201406.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- council-201406.xml  1 Jul 2014 03:30:20 -   1.1
+++ council-201406.xml  1 Jul 2014 04:08:21 -   1.2
@@ -179,6 +179,7 @@
   timail link=blueness//ti
   tiblueness/ti
   ti/ti
+  ti/ti
   tiYes/ti
   ti/ti
 /tr
@@ -187,6 +188,7 @@
   timail link=dberkholz//ti
   tidberkholz/ti
   ti/ti
+  ti/ti
   tiYes/ti
   ti/ti
 /tr
@@ -312,7 +314,7 @@
 --
 
 tr
-ti/titi/titi/ti
+ti/titi/titi/titi/titi/titi/titi/ti
 /tr
 
 !--
@@ -328,7 +330,7 @@
 --
 
 tr
-ti/titi/titi/ti
+ti/titi/titi/titi/titi/titi/titi/ti
 /tr
 
 tr






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-06-30 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/01 04:27:12

  Modified: council-201406.xml
  Log:
  We have only one dilfridge.

Revision  ChangesPath
1.3  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?r1=1.2r2=1.3

Index: council-201406.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- council-201406.xml  1 Jul 2014 04:08:21 -   1.2
+++ council-201406.xml  1 Jul 2014 04:27:12 -   1.3
@@ -203,15 +203,6 @@
 /tr
 tr
   tiAccepted/ti
-  timail link=dilfridge//ti
-  tidilfridge/ti
-  ti/ti
-  tiYes/ti
-  tiYes/ti
-  ti/ti
-/tr
-tr
-  tiAccepted/ti
   timail link=jlec//ti
   tijlec/ti
   ti/ti
@@ -329,6 +320,8 @@
 /tr
 --
 
+
+
 tr
 ti/titi/titi/titi/titi/titi/titi/ti
 /tr






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council/2014: council-201406.xml

2014-06-30 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/07/01 04:59:46

  Modified: council-201406.xml
  Log:
  Add robbat2 as an official for the council election.

Revision  ChangesPath
1.4  
xml/htdocs/proj/en/elections/council/2014/council-201406.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml?r1=1.3r2=1.4

Index: council-201406.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/2014/council-201406.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- council-201406.xml  1 Jul 2014 04:27:12 -   1.3
+++ council-201406.xml  1 Jul 2014 04:59:46 -   1.4
@@ -17,6 +17,9 @@
 author title=Infrastructure Contact
   mail link=antarus/
 /author
+author title=Infrastructure Contact
+  mail link=robbat2/
+/author
 
 abstract
 This page contains all the information about the upcoming election for the 
Gentoo
@@ -48,8 +51,8 @@
 
 p
 Officials running this election are mail link=creffett/, mail 
link=dabbott/
-and mail link=jmbsvicetto/. mail link=antarus/ serves as the
-infrastructure contact for this election.
+and mail link=jmbsvicetto/. Both mail link=antarus/ and mail 
link=robbat2/
+serve as the infrastructure contacts for this election.
 /p
 
 p






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council: index.xml

2014-06-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/24 13:35:24

  Modified: index.xml
  Log:
  Add the 201406 election to the council archives page. Start adding 201306 
missing links.

Revision  ChangesPath
1.29 xml/htdocs/proj/en/elections/council/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?r1=1.28r2=1.29

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- index.xml   24 Jun 2013 15:21:55 -  1.28
+++ index.xml   24 Jun 2014 13:35:24 -  1.29
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.28 
2013/06/24 15:21:55 jmbsvicetto Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.29 
2014/06/24 13:35:24 jmbsvicetto Exp $ --
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
 
 guide
@@ -18,8 +18,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version26/version
-date2013-06-14/date
+version27/version
+date2014-06-24/date
 
 chapter
 titleGentoo Council Elections/title
@@ -127,6 +127,33 @@
   thGraphs/th
 /tr
 tr
+  ticouncil-201406 Election/ti
+  ti
+uri link=2014/council-201406-nominees.xml
+2014/06 Nominees/uri
+  /ti
+  ti
+uri link=
+2014/06 Results/uri
+  /ti
+  ti
+uri link=
+2014/06 rank/uri
+  /ti
+  ti
+uri link=
+2014/06 Master Ballot/uri
+  /ti
+  ti
+uri link=
+2014/06 voters/uri
+  /ti
+  ti
+uri link=
+2014/06 Voter Distribution/uri
+  /ti
+/tr
+tr
   ticouncil-201306 Election/ti
   ti
 uri link=2013/council-201306-nominees.xml
@@ -149,8 +176,8 @@
 2013/06 voters/uri
   /ti
   ti
-uri link=
-2012/06 Voter Distribution/uri
+uri link=2013/voters-council-201306.txt
+2013/06 Voter Distribution/uri
   /ti
 /tr
 tr






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/council: index.xml

2014-06-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/24 14:16:01

  Modified: index.xml
  Log:
  Add missing files for the 201306 election.

Revision  ChangesPath
1.30 xml/htdocs/proj/en/elections/council/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/council/index.xml?r1=1.29r2=1.30

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- index.xml   24 Jun 2014 13:35:24 -  1.29
+++ index.xml   24 Jun 2014 14:16:01 -  1.30
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.29 
2014/06/24 13:35:24 jmbsvicetto Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/council/index.xml,v 1.30 
2014/06/24 14:16:01 jmbsvicetto Exp $ --
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
 
 guide
@@ -18,7 +18,7 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version27/version
+version28/version
 date2014-06-24/date
 
 chapter
@@ -160,23 +160,23 @@
 2013/06 Nominees/uri
   /ti
   ti
-uri link=
+uri link=2013/council-201306-results.txt
 2013/06 Results/uri
   /ti
   ti
-uri link=
+uri link=2013/council-201306-rank.txt
 2013/06 rank/uri
   /ti
   ti
-uri link=
+uri link=2013/master-council-201306.txt
 2013/06 Master Ballot/uri
   /ti
   ti
-uri link=
+uri link=2013/voters-council-201306.txt
 2013/06 voters/uri
   /ti
   ti
-uri link=2013/voters-council-201306.txt
+uri link=2013/council-201306-vote-distribution.txt
 2013/06 Voter Distribution/uri
   /ti
 /tr






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1h-r1.ebuild ChangeLog

2014-06-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/05 18:54:04

  Modified: openssl-1.0.1h-r1.ebuild ChangeLog
  Log:
  Stable on x86 - bug #512506. Adding keyword per Jeff Horelic jdhore request 
at #gentoo-dev.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.4  dev-libs/openssl/openssl-1.0.1h-r1.ebuild

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

Index: openssl-1.0.1h-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-1.0.1h-r1.ebuild5 Jun 2014 18:22:05 -   1.3
+++ openssl-1.0.1h-r1.ebuild5 Jun 2014 18:54:04 -   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/openssl/openssl-1.0.1h-r1.ebuild,v 
1.3 2014/06/05 18:22:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r1.ebuild,v 
1.4 2014/06/05 18:54:04 jmbsvicetto Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat 
vanilla zlib
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



1.545dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.545view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.545content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.544r2=1.545

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -r1.544 -r1.545
--- ChangeLog   5 Jun 2014 18:22:05 -   1.544
+++ ChangeLog   5 Jun 2014 18:54:04 -   1.545
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.544 
2014/06/05 18:22:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.545 
2014/06/05 18:54:04 jmbsvicetto Exp $
+
+  05 Jun 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  openssl-1.0.1h-r1.ebuild:
+  Stable on x86 - bug #512506. Adding keyword per Jeff Horelic jdhore request
+  at #gentoo-dev.
 
   05 Jun 2014; Tobias Klausmann klaus...@gentoo.org openssl-1.0.1h-r1.ebuild:
   Stable on alpha, bug #512506






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140505.ebuild ChangeLog

2014-06-02 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/02 21:00:16

  Modified: ChangeLog
  Added:dokuwiki-20140505.ebuild
  Log:
  20140505 version bump - fixes bug 512054.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.65 www-apps/dokuwiki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   9 Jan 2014 13:05:57 -   1.64
+++ ChangeLog   2 Jun 2014 21:00:16 -   1.65
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.64 
2014/01/09 13:05:57 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.65 
2014/06/02 21:00:16 jmbsvicetto Exp $
+
+*dokuwiki-20140505 (02 Jun 2014)
+
+  02 Jun 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +dokuwiki-20140505.ebuild:
+  20140505 version bump - fixes bug 512054.
 
 *dokuwiki-20131208 (09 Jan 2014)
 



1.1  www-apps/dokuwiki/dokuwiki-20140505.ebuild

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

Index: dokuwiki-20140505.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140505.ebuild,v 
1.1 2014/06/02 21:00:16 jmbsvicetto Exp $

EAPI=4

inherit webapp depend.php

# upstream uses dashes in the datestamp
MY_BASE_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_PV=${MY_BASE_PV}${PV:8:1}

DESCRIPTION=DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs.
HOMEPAGE=http://wiki.splitbrain.org/wiki:dokuwiki;
SRC_URI=http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=gd

DEPEND=
RDEPEND=
=dev-lang/php-5.3[xml]
gd? ( ||
(
dev-lang/php[gd]
media-gfx/imagemagick
)
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
# create initial changes file
touch data/changes.log
}

src_install() {
webapp_src_preinst

dodoc README
rm -f README COPYING

docinto scripts
dodoc bin/*
rm -rf bin

insinto ${MY_HTDOCSDIR}
doins -r .

for x in $(find data/ -not -name '.htaccess'); do
webapp_serverowned ${MY_HTDOCSDIR}/${x}
done

webapp_configfile ${MY_HTDOCSDIR}/.htaccess.dist
webapp_configfile ${MY_HTDOCSDIR}/conf

for x in $(find conf/ -not -name 'msg'); do
webapp_configfile ${MY_HTDOCSDIR}/${x}
done

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in profiles/default/linux: packages.build

2014-06-02 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/03 02:11:40

  Modified: packages.build
  Log:
  Add sys-apps/which to the list of packages to build on stage1 - fixes bug 
502084.

Revision  ChangesPath
1.15 profiles/default/linux/packages.build

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/packages.build?r1=1.14r2=1.15

Index: packages.build
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- packages.build  22 Apr 2014 01:20:54 -  1.14
+++ packages.build  3 Jun 2014 02:11:40 -   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/profiles/default/linux/packages.build,v 
1.14 2014/04/22 01:20:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 
1.15 2014/06/03 02:11:40 jmbsvicetto Exp $
 
 # This file describes the packages needed to build a stage1 based on this
 # profile.  Packages in this file are built in order.
@@ -43,6 +43,7 @@
 virtual/package-manager
 virtual/pkgconfig
 virtual/shadow
+sys-apps/which
 
 # This was added too soon.
 # The new udev version needs to stabled first






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

2014-06-02 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/03 02:11:40

  Modified: ChangeLog
  Log:
  Add sys-apps/which to the list of packages to build on stage1 - fixes bug 
502084.

Revision  ChangesPath
1.9042   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9041
retrieving revision 1.9042
diff -u -r1.9041 -r1.9042
--- ChangeLog   2 Jun 2014 21:05:06 -   1.9041
+++ ChangeLog   3 Jun 2014 02:11:39 -   1.9042
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9041 2014/06/02 
21:05:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9042 2014/06/03 
02:11:39 jmbsvicetto 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!
 
+  03 Jun 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  default/bsd/fbsd/packages.build, default/linux/packages.build:
+  Add sys-apps/which to the list of packages to build on stage1 - fixes bug
+  502084.
+
   02 Jun 2014; Matthew Thode prometheanf...@gentoo.org package.mask:
   Remove mask on dev-python/rackspace-monitoring{,-cli}, dep issues fixed
 






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build

2014-06-02 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/06/03 02:11:40

  Modified: packages.build
  Log:
  Add sys-apps/which to the list of packages to build on stage1 - fixes bug 
502084.

Revision  ChangesPath
1.11 profiles/default/bsd/fbsd/packages.build

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.10r2=1.11

Index: packages.build
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- packages.build  25 May 2013 20:32:33 -  1.10
+++ packages.build  3 Jun 2014 02:11:40 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 
1.10 2013/05/25 20:32:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 
1.11 2014/06/03 02:11:40 jmbsvicetto Exp $
 
 # This file describes the packages needed to build a stage 1 based on this
 # profile.  Packages in this file are built in order.
@@ -48,3 +48,4 @@
 sys-freebsd/freebsd-ubin
 sys-freebsd/freebsd-usbin
 sys-freebsd/freebsd-contrib
+sys-apps/which






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild ChangeLog

2014-05-26 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/26 10:28:12

  Modified: ChangeLog
  Added:phpmyadmin-4.1.14.ebuild phpmyadmin-4.2.2.ebuild
  Log:
  Add 4.1.14 and 4.2.2 releases.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.510dev-db/phpmyadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog   24 Mar 2014 14:29:02 -  1.509
+++ ChangeLog   26 May 2014 10:28:12 -  1.510
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/phpmyadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.509 
2014/03/24 14:29:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.510 
2014/05/26 10:28:12 jmbsvicetto Exp $
+
+*phpmyadmin-4.2.2 (26 May 2014)
+*phpmyadmin-4.1.14 (26 May 2014)
+
+  26 May 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +phpmyadmin-4.1.14.ebuild, +phpmyadmin-4.2.2.ebuild:
+  Add 4.1.14 and 4.2.2 releases.
 
   24 Mar 2014; Agostino Sarubbo a...@gentoo.org phpmyadmin-4.1.7.ebuild:
   Stable for ppc64, wrt bug #502002



1.1  dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild

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

Index: phpmyadmin-4.1.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.ebuild,v 
1.1 2014/05/26 10:28:12 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)


need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${MY_P}

pkg_setup() {
webapp_pkg_setup
}

src_install() {
webapp_src_preinst

dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}

if ! use setup; then
rm -rf setup || die Cannot remove setup utility
elog The phpMyAdmin setup utility has been removed.
elog It is a regular target of various exploits. If you need 
it, set USE=setup.
else
elog You should consider disabling the setup USE flag
elog to exclude the setup utility if you don't use it.
elog It regularly is the target of various exploits.
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r .

webapp_configfile 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php
webapp_serverowned 
${MY_HTDOCSDIR#${EPREFIX}}/libraries/config.default.php

webapp_postinst_txt en ${FILESDIR}/postinstall-en-3.1.txt
webapp_src_install
}



1.1  dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild

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

Index: phpmyadmin-4.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.2.ebuild,v 
1.1 2014/05/26 10:28:12 jmbsvicetto Exp $

EAPI=4

inherit eutils webapp depend.php

MY_PV=${PV/_/-}
MY_P=phpMyAdmin-${MY_PV}-all-languages

DESCRIPTION=Web-based administration for MySQL database in PHP
HOMEPAGE=http://www.phpmyadmin.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos
IUSE=setup

RDEPEND=

[gentoo-commits] gentoo-x86 commit in net-nds/openldap: openldap-2.4.38-r1.ebuild openldap-2.4.38-r2.ebuild ChangeLog

2014-05-23 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/24 05:03:29

  Modified: openldap-2.4.38-r1.ebuild openldap-2.4.38-r2.ebuild
ChangeLog
  Log:
  Update rfc2307bis schema - fixes bug 484244.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.6  net-nds/openldap/openldap-2.4.38-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild?r1=1.5r2=1.6

Index: openldap-2.4.38-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openldap-2.4.38-r1.ebuild   4 Mar 2014 21:43:43 -   1.5
+++ openldap-2.4.38-r1.ebuild   24 May 2014 05:03:28 -  1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild,v 1.5 
2014/03/04 21:43:43 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r1.ebuild,v 1.6 
2014/05/24 05:03:28 jmbsvicetto Exp $
 
 EAPI=5
 
 inherit db-use eutils flag-o-matic multilib ssl-cert versionator 
toolchain-funcs autotools user systemd
 
 BIS_PN=rfc2307bis.schema
-BIS_PV=20120525
+BIS_PV=20140524
 BIS_P=${BIS_PN}-${BIS_PV}
 
 DESCRIPTION=LDAP suite of application and development tools



1.3  net-nds/openldap/openldap-2.4.38-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild?r1=1.2r2=1.3

Index: openldap-2.4.38-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openldap-2.4.38-r2.ebuild   21 May 2014 22:33:32 -  1.2
+++ openldap-2.4.38-r2.ebuild   24 May 2014 05:03:28 -  1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.2 
2014/05/21 22:33:32 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.3 
2014/05/24 05:03:28 jmbsvicetto Exp $
 
 EAPI=5
 
 inherit db-use eutils flag-o-matic multilib multilib-minimal ssl-cert 
versionator toolchain-funcs autotools user systemd
 
 BIS_PN=rfc2307bis.schema
-BIS_PV=20120525
+BIS_PV=20140524
 BIS_P=${BIS_PN}-${BIS_PV}
 
 DESCRIPTION=LDAP suite of application and development tools



1.463net-nds/openldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.463view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?rev=1.463content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/ChangeLog?r1=1.462r2=1.463

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -r1.462 -r1.463
--- ChangeLog   21 May 2014 22:33:32 -  1.462
+++ ChangeLog   24 May 2014 05:03:28 -  1.463
@@ -1,6 +1,10 @@
 # ChangeLog for net-nds/openldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.462 
2014/05/21 22:33:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.463 
2014/05/24 05:03:28 jmbsvicetto Exp $
+
+  24 May 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  openldap-2.4.38-r1.ebuild, openldap-2.4.38-r2.ebuild:
+  Update rfc2307bis schema - fixes bug 484244.
 
   21 May 2014; Michał Górny mgo...@gentoo.org openldap-2.4.38-r2.ebuild:
   Restore CC  CXX exports as they are necessary for the native ABI, bug






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/trustees/2013: foundation-2013.xml master-trustees2013.txt trustees2013-results.txt

2014-05-18 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/18 23:54:26

  Modified: foundation-2013.xml
  Added:master-trustees2013.txt trustees2013-results.txt
  Log:
  Add trustees-201306 results and missing files.

Revision  ChangesPath
1.4  
xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?r1=1.3r2=1.4

Index: foundation-2013.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- foundation-2013.xml 16 Jul 2013 01:48:12 -  1.3
+++ foundation-2013.xml 18 May 2014 23:54:26 -  1.4
@@ -30,8 +30,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version3/version
-date2013-07-16/date
+version4/version
+date2014-05-18/date
 
 chapter
 titleElection/title
@@ -80,7 +80,6 @@
 /body
 /section
 
-!---
 section
 titleWinners/title
 body
@@ -93,14 +92,15 @@
 ul
 liebTrustee Election Results/b/e
   ol
-limailneddyseagoon/mail - incumbent - 3rd term/li
-limaildabbott/mail - incumbent - 2nd term/li
+limailquantumsummers/mail - incumbent - 2nd term/li
+limailswift - 1st term/mail/li
+limailbetelgeuse - 1st term/mail/li
   /ol
 /li
 /ul
 
 p
-We published the uri 
link=/proj/en/elections/trustees/2012/master-trustees2012.txt
+We published the uri 
link=/proj/en/elections/trustees/2013/master-trustees2013.txt
 master ballot file/uri. This file contains all submitted ballots. Each of 
this
 ballots can be identified using a confirmation ID. Every person who voted in
 this election was mailed their ID by one of election officials. If you haven't
@@ -111,7 +111,7 @@
 
 p
 We also published the full uri
-link=/proj/en/elections/trustees/2012/trustees2012-results.txtcountify 
script
+link=/proj/en/elections/trustees/2013/trustees2013-results.txtcountify 
script
 output/uri so you can check how the whole vote counting was done.
 /p
 
@@ -128,14 +128,13 @@
 /p
 
 ul
-  liTotal voters: 208/li
-  liSubmitted ballots: 80/li
-  liCurrent turnout: 38.46%/li
+  liTotal voters: 113/li
+  liSubmitted ballots: 47/li
+  liCurrent turnout: 41.59%/li
 /ul
 
 /body
 /section
---
 
 section
 titleNominees/title



1.1  
xml/htdocs/proj/en/elections/trustees/2013/master-trustees2013.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/master-trustees2013.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/master-trustees2013.txt?rev=1.1content-type=text/plain

Index: master-trustees2013.txt
===
- confirmation 34bb -
quantumsummers
calchan betelgeuse
swift
antarus
- confirmation 4044 -
quantumsummers
antarus
swift
calchan
betelgeuse
- confirmation 416d -
quantumsummers
antarus
swift
calchan
betelgeuse
- confirmation 427e -
antarus
betelgeuse
swift
quantumsummers
calchan
- confirmation 46be -
swift
betelgeuse
calchan antarus quantumsummers
- confirmation 4a92 -
betelgeuse
swift
quantumsummers
antarus
calchan
- confirmation 4e82 -
quantumsummers
antarus
betelgeuse
swift
calchan
- confirmation 4f87 -
swift calchan quantumsummers antarus betelgeuse
- confirmation 5042 -
swift
antarus betelgeuse calchan
quantumsummers
- confirmation 5246 -
betelgeuse
quantumsummers
calchan
swift
antarus
- confirmation 5365 -
betelgeuse
swift
quantumsummers
antarus
calchan
- confirmation 5882 -
antarus
quantumsummers
calchan swift betelgeuse
- confirmation 59b6 -
betelgeuse
antarus
quantumsummers
swift
calchan
- confirmation 5b4c -
antarus
swift
calchan quantumsummers betelgeuse
- confirmation 65ee -
betelgeuse
quantumsummers calchan swift
antarus
- confirmation 69e5 -
quantumsummers
calchan
swift
betelgeuse
antarus
- confirmation 6fc1 -
quantumsummers
antarus
swift
betelgeuse
calchan
- confirmation 715e -
swift
betelgeuse
calchan quantumsummers
antarus
- confirmation 7280 -
antarus quantumsummers betelgeuse swift
calchan
- confirmation 7385 -
antarus betelgeuse swift
calchan
quantumsummers
- confirmation 7879 -
swift quantumsummers
antarus
betelgeuse calchan
- confirmation 7931 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/elections/trustees/2013: foundation-2013.xml

2014-05-18 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/19 00:25:47

  Modified: foundation-2013.xml
  Log:
  Fix mail links.

Revision  ChangesPath
1.5  
xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml?r1=1.4r2=1.5

Index: foundation-2013.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/elections/trustees/2013/foundation-2013.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- foundation-2013.xml 18 May 2014 23:54:26 -  1.4
+++ foundation-2013.xml 19 May 2014 00:25:47 -  1.5
@@ -30,7 +30,7 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version4/version
+version5/version
 date2014-05-18/date
 
 chapter
@@ -93,8 +93,8 @@
 liebTrustee Election Results/b/e
   ol
 limailquantumsummers/mail - incumbent - 2nd term/li
-limailswift - 1st term/mail/li
-limailbetelgeuse - 1st term/mail/li
+limailswift/mail - 1st term/li
+limailbetelgeuse/mail - 1st term/li
   /ol
 /li
 /ul






[gentoo-commits] gentoo-x86 commit in kde-misc/baloo-kcmadv: baloo-kcmadv-2014.04.27.ebuild ChangeLog

2014-05-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/06 04:01:21

  Modified: baloo-kcmadv-2014.04.27.ebuild ChangeLog
  Log:
  Add missing kde-base/baloo dep.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.2  kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild?r1=1.1r2=1.2

Index: baloo-kcmadv-2014.04.27.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- baloo-kcmadv-2014.04.27.ebuild  2 May 2014 15:35:01 -   1.1
+++ baloo-kcmadv-2014.04.27.ebuild  6 May 2014 04:01:21 -   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/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild,v 
1.1 2014/05/02 15:35:01 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild,v 
1.2 2014/05/06 04:01:21 jmbsvicetto Exp $
 
 EAPI=5
 KDE_MINIMAL=4.13.0
@@ -18,6 +18,7 @@
 IUSE=
 
 DEPEND=
+   $(add_kdebase_dep baloo)
$(add_kdebase_dep kfilemetadata)
dev-libs/qjson
dev-libs/xapian



1.2  kde-misc/baloo-kcmadv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 May 2014 15:35:01 -   1.1
+++ ChangeLog   6 May 2014 04:01:21 -   1.2
@@ -1,10 +1,13 @@
 # ChangeLog for kde-misc/baloo-kcmadv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog,v 1.1 
2014/05/02 15:35:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog,v 1.2 
2014/05/06 04:01:21 jmbsvicetto Exp $
+
+  06 May 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  baloo-kcmadv-2014.04.27.ebuild:
+  Add missing kde-base/baloo dep.
 
 *baloo-kcmadv-2014.04.27 (02 May 2014)
 
   02 May 2014; Andreas K. Huettel dilfri...@gentoo.org
   +baloo-kcmadv-2014.04.27.ebuild, +metadata.xml:
   New package
-






[gentoo-commits] gentoo-x86 commit in kde-base/baloo: baloo-4.13.0.ebuild ChangeLog

2014-05-05 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/05/06 04:03:26

  Modified: baloo-4.13.0.ebuild ChangeLog
  Log:
  Make the dep on kde-misc/baloo-kcmadv a PDEPEND to break the circular dep.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.7  kde-base/baloo/baloo-4.13.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild?r1=1.6r2=1.7

Index: baloo-4.13.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- baloo-4.13.0.ebuild 4 May 2014 01:17:05 -   1.6
+++ baloo-4.13.0.ebuild 6 May 2014 04:03:26 -   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/kde-base/baloo/baloo-4.13.0.ebuild,v 1.6 
2014/05/04 01:17:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/baloo-4.13.0.ebuild,v 1.7 
2014/05/06 04:03:26 jmbsvicetto Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 
 RDEPEND=
${DEPEND}
-   alternatekcm? ( kde-misc/baloo-kcmadv )
 
+PDEPEND=alternatekcm? ( kde-misc/baloo-kcmadv )
 
 RESTRICT=test
 



1.7  kde-base/baloo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/baloo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 May 2014 01:17:05 -   1.6
+++ ChangeLog   6 May 2014 04:03:26 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/baloo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/ChangeLog,v 1.6 2014/05/04 
01:17:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/baloo/ChangeLog,v 1.7 2014/05/06 
04:03:26 jmbsvicetto Exp $
+
+  06 May 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  baloo-4.13.0.ebuild:
+  Make the dep on kde-misc/baloo-kcmadv a PDEPEND to break the circular dep.
 
   04 May 2014; Andreas K. Huettel dilfri...@gentoo.org baloo-4.13.0.ebuild,
   +files/baloo-4.13.0-nokcm.patch, metadata.xml:






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

2014-04-25 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/26 05:33:42

  Modified: ChangeLog
  Added:mariadb-5.5.37-r1.ebuild
  Removed:  mariadb-5.5.37.ebuild
  Log:
  Bump 5.5.37 to fix mysql_config report of the embedded lib location - fixes 
bug 508694.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.37 dev-db/mariadb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   24 Apr 2014 23:58:03 -  1.36
+++ ChangeLog   26 Apr 2014 05:33:41 -  1.37
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.36 2014/04/24 
23:58:03 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.37 2014/04/26 
05:33:41 jmbsvicetto Exp $
+
+*mariadb-5.5.37-r1 (26 Apr 2014)
+
+  26 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +mariadb-5.5.37-r1.ebuild, -mariadb-5.5.37.ebuild:
+  Bump 5.5.37 to fix mysql_config report of the embedded lib location - fixes
+  bug 508694.
 
   24 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -mariadb-5.5.32.ebuild:



1.1  dev-db/mariadb/mariadb-5.5.37-r1.ebuild

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

Index: mariadb-5.5.37-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.37-r1.ebuild,v 
1.1 2014/04/26 05:33:41 jmbsvicetto Exp $

EAPI=4
MY_EXTRAS_VER=20140426-0232Z

# Build system
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${CMAKE_BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))

# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}

# create symlink for the tests to find mysql_tzinfo_to_sql
ln -s ${CMAKE_BUILD_DIR}/sql/mysql_tzinfo_to_sql ${S}/sql/

# These are failing in MySQL 5.5 for now and are believed to be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help, 

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

2014-04-25 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/26 05:36:06

  Modified: ChangeLog
  Added:mysql-5.5.37-r1.ebuild
  Removed:  mysql-5.5.37.ebuild
  Log:
  Bump 5.5.37 to fix mysql_config report of the embedded lib location - fixes 
bug 508694.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.668dev-db/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -r1.667 -r1.668
--- ChangeLog   25 Apr 2014 00:43:46 -  1.667
+++ ChangeLog   26 Apr 2014 05:36:06 -  1.668
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.667 2014/04/25 
00:43:46 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.668 2014/04/26 
05:36:06 jmbsvicetto Exp $
+
+*mysql-5.5.37-r1 (26 Apr 2014)
+
+  26 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +mysql-5.5.37-r1.ebuild, -mysql-5.5.37.ebuild:
+  Bump 5.5.37 to fix mysql_config report of the embedded lib location - fixes
+  bug 508694.
 
 *mysql-5.5.37 (25 Apr 2014)
 



1.1  dev-db/mysql/mysql-5.5.37-r1.ebuild

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

Index: mysql-5.5.37-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.37-r1.ebuild,v 1.1 
2014/04/26 05:36:06 jmbsvicetto Exp $

EAPI=4

MY_EXTRAS_VER=20140426-0232Z
MY_PV=${PV//_alpha_pre/-m}
MY_PV=${MY_PV//_/-}

# Build type
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# Define the mysql-extras source
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mysql-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${CMAKE_BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))

# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}

# create symlink for the tests to find mysql_tzinfo_to_sql
ln -s ${CMAKE_BUILD_DIR}/sql/mysql_tzinfo_to_sql ${S}/sql/

# These are failing in MySQL 5.5 for now and are believed to be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin
# fails due to 

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

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 10:38:58

  Modified: ChangeLog
  Log:
  Mask tokudb use flag for dev-db/mariadb in all arches except amd64.

Revision  ChangesPath
1.8867   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8866
retrieving revision 1.8867
diff -u -r1.8866 -r1.8867
--- ChangeLog   23 Apr 2014 21:48:27 -  1.8866
+++ ChangeLog   24 Apr 2014 10:38:57 -  1.8867
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8866 2014/04/23 
21:48:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8867 2014/04/24 
10:38:57 jmbsvicetto 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!
 
+  24 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  arch/amd64/package.use.mask, base/package.use.mask:
+  Mask tokudb use flag for dev-db/mariadb in all arches except amd64.
+
   23 Apr 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Remove networkmanagement mask on request by mrueg
 






[gentoo-commits] gentoo-x86 commit in profiles/base: package.use.mask

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 10:38:58

  Modified: package.use.mask
  Log:
  Mask tokudb use flag for dev-db/mariadb in all arches except amd64.

Revision  ChangesPath
1.563profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -r1.562 -r1.563
--- package.use.mask23 Apr 2014 09:19:23 -  1.562
+++ package.use.mask24 Apr 2014 10:38:58 -  1.563
@@ -1,11 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.562 
2014/04/23 09:19:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.563 
2014/04/24 10:38:58 jmbsvicetto Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 #
 
+# Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org (24 Apr 2014)
+# It's only supported on amd64
+dev-db/mariadb tokudb
+
 # Lars Wendler polynomia...@gentoo.org (23 Apr 2014)
 # Not working on 64bit systems
 media-sound/lmms vst






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: metadata.xml mariadb-5.5.37.ebuild ChangeLog

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 23:55:04

  Modified: metadata.xml ChangeLog
  Added:mariadb-5.5.37.ebuild
  Log:
  Add mariadb-5.5.37 from the overlay - thanks to Brian Evans.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.5  dev-db/mariadb/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml2 Nov 2012 00:19:23 -   1.4
+++ metadata.xml24 Apr 2014 23:55:04 -  1.5
@@ -24,5 +24,6 @@
   flag name=systemtapBuild support for profiling and tracing using 
pkgdev-util/systemtap/pkg/flag
   flag name='sphinx'Add suport for the sphinx full-text search engine/flag
   flag name='test'Install upstream testsuites for end use./flag
+  flag name='tokudb'Add support for TokuDB storage engine/flag
 /use
 /pkgmetadata



1.35 dev-db/mariadb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   4 Sep 2013 20:38:02 -   1.34
+++ ChangeLog   24 Apr 2014 23:55:04 -  1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mariadb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.34 2013/09/04 
20:38:02 jmbsvicetto Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.35 2014/04/24 
23:55:04 jmbsvicetto Exp $
+
+*mariadb-5.5.37 (24 Apr 2014)
+
+  24 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +mariadb-5.5.37.ebuild, files/my.cnf-5.5, metadata.xml:
+  Add mariadb-5.5.37 from the overlay - thanks to Brian Evans.
 
 *mariadb-5.5.32 (04 Sep 2013)
 



1.1  dev-db/mariadb/mariadb-5.5.37.ebuild

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

Index: mariadb-5.5.37.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.37.ebuild,v 1.1 
2014/04/24 23:55:04 jmbsvicetto Exp $

EAPI=4
MY_EXTRAS_VER=20140424-1043Z

# Build system
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${CMAKE_BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

  

[gentoo-commits] gentoo-x86 commit in dev-db/mariadb/files: my.cnf-5.5

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 23:55:04

  Modified: my.cnf-5.5
  Log:
  Add mariadb-5.5.37 from the overlay - thanks to Brian Evans.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.3  dev-db/mariadb/files/my.cnf-5.5

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

Index: my.cnf-5.5
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- my.cnf-5.5  20 Jan 2013 02:39:55 -  1.2
+++ my.cnf-5.5  24 Apr 2014 23:55:04 -  1.3
@@ -1,5 +1,5 @@
 # @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v 1.2 
2013/01/20 02:39:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v 1.3 
2014/04/24 23:55:04 jmbsvicetto Exp $
 
 # The following options will be passed to all MySQL clients
 [client]
@@ -52,7 +52,7 @@
 basedir= @GENTOO_PORTAGE_EPREFIX@/usr
 datadir= @DATADIR@
 skip-external-locking
-key_buffer = 16M
+key_buffer_size= 16M
 max_allowed_packet = 1M
 table_open_cache   = 64
 sort_buffer_size   = 512K
@@ -86,10 +86,6 @@
 #debug = d:t:i:o,/tmp/mysqld.trace
 #one-thread
 
-# uncomment the following directives if you are using BDB tables
-#bdb_cache_size= 4M
-#bdb_max_lock  = 1
-
 # the following is the InnoDB configuration
 # if you wish to disable innodb instead
 # uncomment just the next line
@@ -137,17 +133,18 @@
 #safe-updates
 
 [isamchk]
-key_buffer = 20M
+key_buffer_size= 20M
 sort_buffer_size   = 20M
 read_buffer= 2M
 write_buffer   = 2M
 
 [myisamchk]
-key_buffer = 20M
+key_buffer_size= 20M
 sort_buffer_size   = 20M
-read_buffer= 2M
-write_buffer   = 2M
+read_buffer_size   = 2M
+write_buffer_size  = 2M
 
 [mysqlhotcopy]
 interactive-timeout
 
+[mariadb]






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: ChangeLog mariadb-5.5.32.ebuild

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 23:58:04

  Modified: ChangeLog
  Removed:  mariadb-5.5.32.ebuild
  Log:
  [dev-db/mariadb] Drop vulnerable version - fixes bug 507978.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.36 dev-db/mariadb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   24 Apr 2014 23:55:04 -  1.35
+++ ChangeLog   24 Apr 2014 23:58:03 -  1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.35 2014/04/24 
23:55:04 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.36 2014/04/24 
23:58:03 jmbsvicetto Exp $
+
+  24 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -mariadb-5.5.32.ebuild:
+  [dev-db/mariadb] Drop vulnerable version - fixes bug 507978.
 
 *mariadb-5.5.37 (24 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.5.37.ebuild ChangeLog

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/25 00:43:46

  Modified: ChangeLog
  Added:mysql-5.5.37.ebuild
  Log:
  Bring mysql-5.5.37 from the overlay - thanks to Brian Evans.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.667dev-db/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -r1.666 -r1.667
--- ChangeLog   24 Apr 2014 13:31:00 -  1.666
+++ ChangeLog   25 Apr 2014 00:43:46 -  1.667
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.666 2014/04/24 
13:31:00 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.667 2014/04/25 
00:43:46 jmbsvicetto Exp $
+
+*mysql-5.5.37 (25 Apr 2014)
+
+  25 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +mysql-5.5.37.ebuild, files/my.cnf-5.5:
+  Bring mysql-5.5.37 from the overlay - thanks to Brian Evans.
 
 *mysql-5.1.73 (24 Apr 2014)
 



1.1  dev-db/mysql/mysql-5.5.37.ebuild

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

Index: mysql-5.5.37.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.37.ebuild,v 1.1 
2014/04/25 00:43:46 jmbsvicetto Exp $

EAPI=4

MY_EXTRAS_VER=20140424-1043Z
MY_PV=${PV//_alpha_pre/-m}
MY_PV=${MY_PV//_/-}

# Build type
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# Define the mysql-extras source
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mysql-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${CMAKE_BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))

# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}

# create symlink for the tests to find mysql_tzinfo_to_sql
ln -s ${CMAKE_BUILD_DIR}/sql/mysql_tzinfo_to_sql ${S}/sql/

# These are failing in MySQL 5.5 for now and are believed to be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random 

[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.5.ebuild ChangeLog

2014-04-24 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/25 01:32:39

  Modified: mysql-5.5.ebuild ChangeLog
  Log:
  Make mariadb the default provider for mysql - fixes bug 474802.
  Sync changes from the overlay.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.7  virtual/mysql/mysql-5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?r1=1.6r2=1.7

Index: mysql-5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mysql-5.5.ebuild5 Dec 2012 11:24:27 -   1.6
+++ mysql-5.5.ebuild25 Apr 2014 01:32:39 -  1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.6 
2012/12/05 11:24:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.7 
2014/04/25 01:32:39 jmbsvicetto Exp $
 
-EAPI=2
+EAPI=4
 
 DESCRIPTION=Virtual for MySQL client or database
 HOMEPAGE=
@@ -10,12 +10,14 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux
-IUSE=embedded minimal static
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
+IUSE=embedded minimal static static-libs
 
 DEPEND=
-# TODO: add Drizzle and MariaDB here
+# TODO: add Drizzle here
 RDEPEND=|| (
-   =dev-db/mysql-${PV}*[embedded=,minimal=,static=]
-   =dev-db/mariadb-${PV}*[embedded=,minimal=,static=]
+   =dev-db/mariadb-${PV}*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mariadb-galera-${PV}*[embedded=,minimal=,static=,static-libs=]
 )



1.32 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   5 Dec 2012 11:24:27 -   1.31
+++ ChangeLog   25 Apr 2014 01:32:39 -  1.32
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/mysql
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.31 2012/12/05 
11:24:27 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.32 2014/04/25 
01:32:39 jmbsvicetto Exp $
+
+  25 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  mysql-5.5.ebuild:
+  Make mariadb the default provider for mysql - fixes bug 474802. Sync changes
+  from the overlay.
 
   05 Dec 2012; Fabian Groffen grob...@gentoo.org mysql-5.5.ebuild:
   Marked ~x86-linux, bug #444950






[gentoo-commits] gentoo-x86 commit in eclass: mysql-v2.eclass

2014-04-23 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/24 03:01:34

  Modified: mysql-v2.eclass
  Log:
  Sync changes from the mysql overlay - replace gcc version check by Brian 
Evans.

Revision  ChangesPath
1.28 eclass/mysql-v2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?r1=1.27r2=1.28

Index: mysql-v2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mysql-v2.eclass 22 Apr 2014 02:00:28 -  1.27
+++ mysql-v2.eclass 24 Apr 2014 03:01:34 -  1.28
@@ -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/eclass/mysql-v2.eclass,v 1.27 2014/04/22 
02:00:28 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.28 2014/04/24 
03:01:34 jmbsvicetto Exp $
 
 # @ECLASS: mysql-v2.eclass
 # @MAINTAINER:
@@ -131,6 +131,7 @@
MARIA_FULL_P=${PN}-${MARIA_FULL_PV}
SERVER_URI=

http://ftp.osuosl.org/pub/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x86/${MARIA_FULL_P}.tar.gz
+   
http://ftp.osuosl.org/pub/mariadb/${MARIA_FULL_P}/source/${MARIA_FULL_P}.tar.gz

http://mirror.jmu.edu/pub/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x86/${MARIA_FULL_P}.tar.gz

http://mirrors.coreix.net/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x86/${MARIA_FULL_P}.tar.gz

http://mirrors.syringanetworks.net/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x86/${MARIA_FULL_P}.tar.gz
@@ -478,7 +479,7 @@
mysql_version_is_at_least 7.2.9  java-pkg-opt-2_pkg_setup
fi
 
-   if use_if_iuse tokudb  [[ $(gcc-version)  4.7 ]] ; then
+   if use_if_iuse tokudb  [[ $(gcc-major-version) -lt 4 || 
$(gcc-major-version) -eq 4  $(gcc-minor-version) -lt 7 ]] ; then
eerror ${PN} with tokudb needs to be built with gcc-4.7 or 
later.
eerror Please use gcc-config to switch to gcc-4.7 or later 
version.
die






[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.3-r1.ebuild ChangeLog

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:36:30

  Modified: ChangeLog
  Added:phpldapadmin-1.2.3-r1.ebuild
  Log:
  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5. 
Fixes bug 482340 - thanks to Alexander Stein.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.58 net-nds/phpldapadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   12 Nov 2012 12:04:32 -  1.57
+++ ChangeLog   11 Apr 2014 01:36:30 -  1.58
@@ -1,6 +1,13 @@
 # ChangeLog for net-nds/phpldapadmin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.57 
2012/11/12 12:04:32 jmbsvicetto Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.58 
2014/04/11 01:36:30 jmbsvicetto Exp $
+
+*phpldapadmin-1.2.3-r1 (11 Apr 2014)
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  +files/phpldapadmin-fix-php5.5-support.patch, +phpldapadmin-1.2.3-r1.ebuild:
+  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5.
+  Fixes bug 482340 - thanks to Alexander Stein.
 
 *phpldapadmin-1.2.3 (12 Nov 2012)
 



1.1  net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild?rev=1.1content-type=text/plain

Index: phpldapadmin-1.2.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild,v 1.1 
2014/04/11 01:36:30 jmbsvicetto Exp $

EAPI=5

inherit webapp depend.php

DESCRIPTION=phpLDAPadmin is a web-based tool for managing all aspects of your 
LDAP server.
HOMEPAGE=http://phpldapadmin.sourceforge.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tgz

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
IUSE=

RDEPEND=dev-lang/php[hash,ldap,session,xml,nls]
 || ( dev-lang/php-5.3[pcre] =dev-lang/php-5.3 )

need_httpd_cgi
need_php_httpd

src_prepare() {
mv config/config.php.example config/config.php
epatch ${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch
# 
http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd

epatch ${FILESDIR}/${PN}-fix-php5.5-support.patch
# 
http://sourceforge.net/u/nihilisticz/phpldapadmin/ci/7e53dab990748c546b79f0610c3a7a58431e9ebc/
# This patch has been requested to be merged, but there's no recent 
activity by upstream
}

src_install() {
webapp_src_preinst

dodoc INSTALL

# Restrict config file access - bug 280836
chown root:apache config/config.php
chmod 640 config/config.php

insinto ${MY_HTDOCSDIR}
doins -r *

webapp_configfile ${MY_HTDOCSDIR}/config/config.php
webapp_postinst_txt en ${FILESDIR}/postinstall2-en.txt

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin/files: phpldapadmin-fix-php5.5-support.patch

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:36:30

  Added:phpldapadmin-fix-php5.5-support.patch
  Log:
  Add a patch to allow phpldapadmin to build against php-5.5. Bump to EAPI 5. 
Fixes bug 482340 - thanks to Alexander Stein.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.1  
net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/files/phpldapadmin-fix-php5.5-support.patch?rev=1.1content-type=text/plain

Index: phpldapadmin-fix-php5.5-support.patch
===
commit 7e53dab990748c546b79f0610c3a7a58431e9ebc
Author: Michael Laccetti mich...@laccetti.com
Date:   Thu Aug 29 09:13:56 2013 -0400

Fixed two issues to get phpLdapAdmin to work under PHP 5.5.x
1) password_hash is an actual function, so renamed instances to 
password_hash_custom (HT: 
https://sourceforge.net/mailarchive/message.php?msg_id=31302386)
2) Fixed the preg_replace to preg_replace_callback to use the /e/ 
functionality in the officially endorsed fashion

diff --git a/lib/PageRender.php b/lib/PageRender.php
index 7d86a54..eed5d5f 100644
--- a/lib/PageRender.php
+++ b/lib/PageRender.php
@@ -287,7 +287,7 @@ class PageRender extends Visitor {
break;
 
default:
-   $vals[$i] = 
password_hash($passwordvalue,$enc);
+   $vals[$i] = 
password_hash_custom($passwordvalue,$enc);
}
 
$vals = array_unique($vals);
@@ -957,7 +957,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else
-   $enc_type = 
$server-getValue('appearance','password_hash');
+   $enc_type = 
$server-getValue('appearance','password_hash_custom');
 
$obfuscate_password = obfuscate_password_display($enc_type);
 
@@ -982,7 +982,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else
-   $enc_type = 
$server-getValue('appearance','password_hash');
+   $enc_type = 
$server-getValue('appearance','password_hash_custom');
 
echo 'table cellspacing=0 cellpadding=0trtd 
valign=top';
 
diff --git a/lib/ds_ldap.php b/lib/ds_ldap.php
index c346660..7532539 100644
--- a/lib/ds_ldap.php
+++ b/lib/ds_ldap.php
@@ -1116,13 +1116,24 @@ class ldap extends DS {
 
if (is_array($dn)) {
$a = array();
-   foreach ($dn as $key = $rdn)
-   $a[$key] = 
preg_replace('/\\\([0-9A-Fa-f]{2})/e',''.chr(hexdec('\\1')).'',$rdn);
+   foreach ($dn as $key = $rdn) {
+   $a[$key] = 
preg_replace_callback('/\\\([0-9A-Fa-f]{2})/',
+   function ($m) {
+   return ''.chr(hexdec('\\1')).'';
+   },
+   $rdn
+   );
+   }
 
return $a;
 
} else
-   return 
preg_replace('/\\\([0-9A-Fa-f]{2})/e',''.chr(hexdec('\\1')).'',$dn);
+return preg_replace_callback('/\\\([0-9A-Fa-f]{2})/',
+   function ($m) {
+   return ''.chr(hexdec('\\1')).'';
+   },
+   $dn
+   );
}
 
public function getRootDSE($method=null) {
diff --git a/lib/ds_ldap_pla.php b/lib/ds_ldap_pla.php
index 7ece393..6b0990e 100644
--- a/lib/ds_ldap_pla.php
+++ b/lib/ds_ldap_pla.php
@@ -16,7 +16,7 @@ class ldap_pla extends ldap {
function __construct($index) {
parent::__construct($index);
 
-   $this-default-appearance['password_hash'] = array(
+   $this-default-appearance['password_hash_custom'] = array(
'desc'='Default HASH to use for passwords',
'default'='md5');
 
diff --git a/lib/functions.php b/lib/functions.php
index 56d8bf3..5ac3caf 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -2127,7 +2127,7 @@ function password_types() {
  *crypt, ext_des, md5crypt, blowfish, md5, sha, smd5, ssha, sha512, or 
clear.
  * @return string The hashed password.
  */
-function 

[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: ChangeLog phpldapadmin-1.2.0.5.ebuild phpldapadmin-1.2.1.1.ebuild phpldapadmin-1.2.1.1-r1.ebuild phpldapadmin-1.2.2-r1.ebuild phpldapadmin-1

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:39:57

  Modified: ChangeLog
  Removed:  phpldapadmin-1.2.0.5.ebuild
phpldapadmin-1.2.1.1.ebuild
phpldapadmin-1.2.1.1-r1.ebuild
phpldapadmin-1.2.2-r1.ebuild
phpldapadmin-1.2.2.ebuild
phpldapadmin-1.2.0.4-r1.ebuild
  Log:
  Remove old versions.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.59 net-nds/phpldapadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   11 Apr 2014 01:36:30 -  1.58
+++ ChangeLog   11 Apr 2014 01:39:57 -  1.59
@@ -1,6 +1,12 @@
 # ChangeLog for net-nds/phpldapadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.58 
2014/04/11 01:36:30 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.59 
2014/04/11 01:39:57 jmbsvicetto Exp $
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  -phpldapadmin-1.2.0.4-r1.ebuild, -phpldapadmin-1.2.0.5.ebuild,
+  -phpldapadmin-1.2.1.1-r1.ebuild, -phpldapadmin-1.2.1.1.ebuild,
+  -phpldapadmin-1.2.2-r1.ebuild, -phpldapadmin-1.2.2.ebuild:
+  Remove old versions.
 
 *phpldapadmin-1.2.3-r1 (11 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.3.ebuild ChangeLog

2014-04-10 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/11 01:41:31

  Modified: phpldapadmin-1.2.3.ebuild ChangeLog
  Log:
  Bump EAPI on 1.2.3 release.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  ChangesPath
1.2  net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild?r1=1.1r2=1.2

Index: phpldapadmin-1.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phpldapadmin-1.2.3.ebuild   12 Nov 2012 12:04:32 -  1.1
+++ phpldapadmin-1.2.3.ebuild   11 Apr 2014 01:41:31 -  1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v 1.1 
2012/11/12 12:04:32 jmbsvicetto Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild,v 1.2 
2014/04/11 01:41:31 jmbsvicetto Exp $
 
-EAPI=2
+EAPI=5
 
 inherit webapp depend.php
 



1.60 net-nds/phpldapadmin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   11 Apr 2014 01:39:57 -  1.59
+++ ChangeLog   11 Apr 2014 01:41:31 -  1.60
@@ -1,6 +1,10 @@
 # ChangeLog for net-nds/phpldapadmin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.59 
2014/04/11 01:39:57 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.60 
2014/04/11 01:41:31 jmbsvicetto Exp $
+
+  11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
+  phpldapadmin-1.2.3.ebuild:
+  Bump EAPI on 1.2.3 release.
 
   11 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   -phpldapadmin-1.2.0.4-r1.ebuild, -phpldapadmin-1.2.0.5.ebuild,






[gentoo-commits] gentoo commit in xml/htdocs/main/en: where.xml

2014-04-07 Thread Jorge Manuel B. S. Vicetto (jmbsvicetto)
jmbsvicetto14/04/07 18:32:07

  Modified: where.xml
  Log:
  Add links to the different amd64, sparc and x86 stages and add links to the 2 
amd64 isos.

Revision  ChangesPath
1.160xml/htdocs/main/en/where.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?rev=1.160view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?rev=1.160content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/where.xml?r1=1.159r2=1.160

Index: where.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- where.xml   4 Apr 2014 15:34:53 -   1.159
+++ where.xml   7 Apr 2014 18:32:07 -   1.160
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.159 
2014/04/04 15:34:53 swift Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.160 
2014/04/07 18:32:07 jmbsvicetto Exp $ --
 
 mainpage
 titleWhere to Get Gentoo Linux/title
@@ -17,8 +17,8 @@
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 license/
 
-version9/version
-date2014-04-04/date
+version10/version
+date2014-04-07/date
 
 chapter
 titleInstallation media/title
@@ -49,10 +49,17 @@
 
link=http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3/;stages/uri
   /li
   li
-amd64: uri
-
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/;iso/uri
-uri
-
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/;stages/uri
+amd64:
+iso ( 
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/;install-cd/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-admincd-amd64/;admin-cd/uri
 )
+stages (
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/;amd64
 multilib/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-nomultilib/;amd64
 nomulilib/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-x32/;x32/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/;hardened
 amd64 multilib/uri
+uri 
link=http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/;hardened
 amd64 nomultilib/uri
+)
   /li
   li
 arm: uri 
link=http://distfiles.gentoo.org/releases/arm/autobuilds/;stages/uri
@@ -86,17 +93,22 @@
 link=http://distfiles.gentoo.org/releases/sh/autobuilds/;stages/uri
   /li
   li
-sparc: uri
-
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/;iso/uri
-uri
-
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/;stages/uri
+sparc: 
+uri 
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/;iso/uri
+stages: (
+uri 
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/;sparc/uri
+uri 
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3-sparc64/;sparc64/uri
+uri 
link=http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3-sparc64-multilib/;sparc64
 multilib/uri
+)
   /li
   li
 x86: uri
-
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-iso/;iso/uri
-stages (uri
-
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/;i686/uri,
 uri
-
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i486/;i486/uri)
+
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/;install-cd/uri
+stages (
+uri 
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/;i686/uri
+uri 
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i486/;i486/uri
 
+uri 
link=http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686-hardened/;hardened
 i686/uri 
+)
   /li
 /ul