[gentoo-commits] gentoo-x86 commit in www-servers/nginx: nginx-1.7.3.ebuild metadata.xml ChangeLog

2014-07-21 Thread Tiziano Mueller (dev-zero)
dev-zero14/07/22 06:52:09

  Modified: metadata.xml ChangeLog
  Added:nginx-1.7.3.ebuild
  Log:
  Version bump (including updates to sticky, lua and echo), add mogilefs 
support (bug #433107), simplify `nginx -V` output, all thanks to jbergstroem 
and reintroduce the luajit USE flag (bug #509338).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1A5D023975B0583D!)

Revision  ChangesPath
1.29 www-servers/nginx/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/metadata.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/metadata.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/metadata.xml?r1=1.28&r2=1.29

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/metadata.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- metadata.xml13 Jul 2014 15:26:32 -  1.28
+++ metadata.xml22 Jul 2014 06:52:09 -  1.29
@@ -16,6 +16,7 @@
Enable HTTP core support
Enable HTTP cache support
Use libatomic instead of builtin atomic 
operations
+   Use dev-lang/luajit instead of 
dev-lang/lua for lua support when building the lua http 
module.
Enable JIT for pcre
Enable HTTPS module for http. Enable SSL/TLS 
support for POP3/IMAP/SMTP for mail.
NGINX-based Media Streaming Server



1.385www-servers/nginx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?rev=1.385&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?rev=1.385&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?r1=1.384&r2=1.385

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- ChangeLog   13 Jul 2014 15:26:32 -  1.384
+++ ChangeLog   22 Jul 2014 06:52:09 -  1.385
@@ -1,6 +1,14 @@
 # ChangeLog for www-servers/nginx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.384 
2014/07/13 15:26:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.385 
2014/07/22 06:52:09 dev-zero Exp $
+
+*nginx-1.7.3 (22 Jul 2014)
+
+  22 Jul 2014; Tiziano Müller  +nginx-1.7.3.ebuild,
+  metadata.xml:
+  Version bump (including updates to sticky, lua and echo), add mogilefs 
support
+  (bug #433107), simplify `nginx -V` output, all thanks to jbergstroem and
+  reintroduce the luajit USE flag (bug #509338).
 
   13 Jul 2014; Jeroen Roovers  metadata.xml:
   Add proxy-maint.



1.1  www-servers/nginx/nginx-1.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.7.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.7.3.ebuild?rev=1.1&content-type=text/plain

Index: nginx-1.7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.7.3.ebuild,v 1.1 
2014/07/22 06:52:09 dev-zero Exp $

EAPI="5"

# Maintainer notes:
# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
# - any http-module activates the main http-functionality and overrides 
USE=-http
# - keep the following requirements in mind before adding external modules:
#   * alive upstream
#   * sane packaging
#   * builds cleanly
#   * does not need a patch for nginx core
# - TODO: test the google-perftools module (included in vanilla tarball)

# prevent perl-module from adding automagic perl DEPENDs
GENTOO_DEPEND_ON_PERL="no"

# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
DEVEL_KIT_MODULE_PV="0.2.19"
DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"

# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz";
HTTP_UPLOAD_PROGRESS_MODULE_WD="$

[gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc

2014-07-21 Thread Tiziano Mueller (dev-zero)
dev-zero14/07/22 06:45:37

  Modified: nginx_modules_http.desc
  Log:
  Add description for nginx-mogilefs module.

Revision  ChangesPath
1.21 profiles/desc/nginx_modules_http.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.20&r2=1.21

Index: nginx_modules_http.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nginx_modules_http.desc 15 Apr 2014 06:04:13 -  1.20
+++ nginx_modules_http.desc 22 Jul 2014 06:45:37 -  1.21
@@ -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/desc/nginx_modules_http.desc,v 
1.20 2014/04/15 06:04:13 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.21 2014/07/22 06:45:37 dev-zero Exp $
 
 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
 
@@ -38,6 +38,7 @@
 map - This module allows you to classify, or map a set of values into a 
different set of values and store the result in a variable.
 memcached - You can use this module to perform simple caching.
 metrics - Module to export various metrics in easy-parseable JSON.
+mogilefs - Enable support for MogileFS.
 mp4 - This module adds pseudo-streaming
 naxsi - An open source, high performance, low rules maintenance, Web 
Application Firewall module for Nginx.
 passenger - Passenger makes deployment of Ruby web applications a breeze.






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

2014-07-21 Thread Tiziano Mueller (dev-zero)
dev-zero14/07/22 06:45:37

  Modified: ChangeLog
  Log:
  Add description for nginx-mogilefs module.

Revision  ChangesPath
1.9236   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9235
retrieving revision 1.9236
diff -u -r1.9235 -r1.9236
--- ChangeLog   21 Jul 2014 19:19:55 -  1.9235
+++ ChangeLog   22 Jul 2014 06:45:37 -  1.9236
@@ -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.9235 2014/07/21 
19:19:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9236 2014/07/22 
06:45:37 dev-zero 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!
 
+  22 Jul 2014; Tiziano Müller 
+  desc/nginx_modules_http.desc:
+  Add description for nginx-mogilefs module.
+
   21 Jul 2014; Andreas K. Huettel  package.mask:
   Add 5.20 version of Pod::Parser to perl-5.20 mask
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog java-vm-2.eclass

2014-07-21 Thread Michael Haubenwallner (haubi)
haubi   14/07/22 06:38:57

  Modified: ChangeLog java-vm-2.eclass
  Log:
  java-vm-2.eclass: Respect EPREFIX in pkg_postinst, bug#517236.

Revision  ChangesPath
1.1324   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1324&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1324&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1323&r2=1.1324

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1323
retrieving revision 1.1324
diff -u -r1.1323 -r1.1324
--- ChangeLog   19 Jul 2014 10:18:41 -  1.1323
+++ ChangeLog   22 Jul 2014 06:38:56 -  1.1324
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1323 2014/07/19 
10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1324 2014/07/22 
06:38:56 haubi Exp $
+
+  22 Jul 2014; Michael Haubenwallner  java-vm-2.eclass:
+  Respect EPREFIX in pkg_postinst, bug#517236.
 
   19 Jul 2014; Fabian Groffen  mysql.eclass,
   mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass:



1.47 eclass/java-vm-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?r1=1.46&r2=1.47

Index: java-vm-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- java-vm-2.eclass23 Jul 2012 19:06:20 -  1.46
+++ java-vm-2.eclass22 Jul 2014 06:38:56 -  1.47
@@ -1,6 +1,6 @@
-# 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/eclass/java-vm-2.eclass,v 1.46 2012/07/23 
19:06:20 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.47 2014/07/22 
06:38:56 haubi Exp $
 
 # @ECLASS: java-vm-2.eclass
 # @MAINTAINER:
@@ -70,15 +70,16 @@
 # setting is invalid. Also update mime database.
 
 java-vm-2_pkg_postinst() {
+   has ${EAPI:-0} 0 1 2 && ! use prefix && EROOT=${ROOT}
# Note that we cannot rely on java-config here, as it will silently 
recognize
# e.g. icedtea6-bin as valid system VM if icedtea6 is set but invalid 
(e.g. due
# to the migration to icedtea-6)
-   if [[ ! -L "${ROOT}${JAVA_VM_SYSTEM}" ]]; then
+   if [[ ! -L "${EROOT}${JAVA_VM_SYSTEM}" ]]; then
java_set_default_vm_
else
-   local current_vm_path=$(readlink "${ROOT}${JAVA_VM_SYSTEM}")
+   local current_vm_path=$(readlink "${EROOT}${JAVA_VM_SYSTEM}")
local current_vm=$(basename "${ROOT}${current_vm_path}")
-   if [[ ! -L "${ROOT}${JAVA_VM_DIR}/${current_vm}" ]]; then
+   if [[ ! -L "${EROOT}${JAVA_VM_DIR}/${current_vm}" ]]; then
java_set_default_vm_
fi
fi






[gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/

2014-07-21 Thread Justin Lecher
commit: e0f6499143e9ce3c650b2ee33860254a3176c2f8
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jul 17 08:59:07 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jul 17 08:59:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e0f64991

sci-chemistry/pales-bin: New package written by me

Package-Manager: portage-2.2.10

---
 sci-chemistry/pales-bin/ChangeLog  | 10 +
 sci-chemistry/pales-bin/metadata.xml   |  8 +++
 .../pales-bin/pales-bin-0_pre140717.ebuild | 26 ++
 3 files changed, 44 insertions(+)

diff --git a/sci-chemistry/pales-bin/ChangeLog 
b/sci-chemistry/pales-bin/ChangeLog
new file mode 100644
index 000..29df4ba
--- /dev/null
+++ b/sci-chemistry/pales-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/pales-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pales-bin-0_pre140717 (17 Jul 2014)
+
+  17 Jul 2014; Justin Lecher  +pales-bin-0_pre140717.ebuild,
+  +metadata.xml:
+  New package written by me
+

diff --git a/sci-chemistry/pales-bin/metadata.xml 
b/sci-chemistry/pales-bin/metadata.xml
new file mode 100644
index 000..ae9ec7c
--- /dev/null
+++ b/sci-chemistry/pales-bin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-chemistry
+  
+j...@gentoo.org
+  
+

diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild 
b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
new file mode 100644
index 000..2fcdaee
--- /dev/null
+++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Prediction of alignment from structure"
+HOMEPAGE="http://www3.mpibpc.mpg.de/groups/zweckstetter/_links/software_pales.htm";
+SRC_URI="http://www3.mpibpc.mpg.de/groups/zweckstetter/_software_files/_pales/pales-linux
 -> ${PN}-${PV}"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+QA_PREBUILT="opt/bin/.*"
+
+src_unpack() {
+   mkdir "${S}" || die
+   cp "${DISTDIR}"/${A} "${S}"/${PN} || die
+}
+
+src_install() {
+   exeinto /opt/bin
+   doexe ${PN}
+}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/, sci-chemistry/redcat/files/

2014-07-21 Thread Justin Lecher
commit: 2d31cad7dc40c77ad0c47d90e2b5f9b78c107b9b
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Jul 22 06:24:03 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Jul 22 06:24:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d31cad7

sci-chemistry/redcat: New package written by me

Package-Manager: portage-2.2.10

---
 sci-chemistry/redcat/ChangeLog| 14 +++
 sci-chemistry/redcat/files/CMakeLists.txt | 13 +++
 sci-chemistry/redcat/metadata.xml |  8 
 sci-chemistry/redcat/redcat-3.ebuild  | 62 +++
 4 files changed, 97 insertions(+)

diff --git a/sci-chemistry/redcat/ChangeLog b/sci-chemistry/redcat/ChangeLog
new file mode 100644
index 000..665093e
--- /dev/null
+++ b/sci-chemistry/redcat/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for sci-chemistry/redcat
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  22 Jul 2014; Justin Lecher  +redcat-3.ebuild,
+  +files/CMakeLists.txt, +metadata.xml:
+  New package written by me
+
+*redcat-3 (17 Jul 2014)
+
+  17 Jul 2014; Justin Lecher  +redcat-3.ebuild,
+  +files/CMakeLists.txt, +.listing, +metadata.xml:
+  New package written by me
+

diff --git a/sci-chemistry/redcat/files/CMakeLists.txt 
b/sci-chemistry/redcat/files/CMakeLists.txt
new file mode 100644
index 000..d8896a9
--- /dev/null
+++ b/sci-chemistry/redcat/files/CMakeLists.txt
@@ -0,0 +1,13 @@
+cmake_minimum_required (VERSION 2.8)
+project (Redcat)
+
+find_package(Eigen3 REQUIRED)
+
+include_directories (${Redcat_SOURCE_DIR}/src)
+include_directories (${EIGEN_INCLUDE_DIR})
+
+add_executable (Redcat src/main.cpp src/Redcat.cpp src/tensor.cpp 
src/matrix.cpp src/SVDiface.cpp)
+add_executable (Dynamic src/Dynamic.cpp)
+
+install (TARGETS Redcat Dynamic DESTINATION bin)
+

diff --git a/sci-chemistry/redcat/metadata.xml 
b/sci-chemistry/redcat/metadata.xml
new file mode 100644
index 000..ae9ec7c
--- /dev/null
+++ b/sci-chemistry/redcat/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-chemistry
+  
+j...@gentoo.org
+  
+

diff --git a/sci-chemistry/redcat/redcat-3.ebuild 
b/sci-chemistry/redcat/redcat-3.ebuild
new file mode 100644
index 000..dfa1ecf
--- /dev/null
+++ b/sci-chemistry/redcat/redcat-3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils java-utils-2
+
+DESCRIPTION="Analysis of residual dipolar couplings (RDCs) for structure 
validation and elucidation"
+HOMEPAGE="http://ifestos.cse.sc.edu/software.php";
+SRC_URI="http://ifestos.cse.sc.edu/downloads.php?get=Redcat.${PV}.tar.gz -> 
Redcat.${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/eigen:3
+   dev-lang/tcl
+   dev-tcltk/bwidget
+   virtual/jdk:1.7
+   "
+DEPEND="${RDEPEND}
+   virtual/jre:1.7
+"
+
+RESTRICT="fetch"
+
+S="${WORKDIR}"/Redcat
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "http://ifestos.cse.sc.edu/downloads.php";
+}
+
+src_prepare() {
+   cp "${FILESDIR}"/CMakeLists.txt . || die
+   sed \
+   -e '/BWidget/s:1.9.4:1.9.7:g' \
+   -i scripts/REDCAT.tcl || die
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   java-pkg_dojar XplorGUI/XplorGUI.jar
+   java-pkg_dolauncher XplorGUI --jar XplorGUI.jar
+
+   dodoc Misc/REDCATManual.odt
+   docompress -x /usr/share/doc/${PF}/REDCATManual.odt
+
+   exeinto /usr/libexec/${PN}
+   doexe scripts/*
+
+   dosym ../libexec/${PN}/REDCAT.tcl /usr/bin/REDCAT.tcl
+   dosym ../libexec/${PN}/MakeRedcat.tcl /usr/bin/MakeRedcat.tcl
+
+   echo "${EPREFIX}/usr/share/redcat/" > conf/${PN}.conf
+   insinto /usr/share/redcat/
+   doins -r conf/${PN}.conf vmd data
+}



[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Justin Lecher
commit: f37972d5928712dfd733e77fae22401e3824aa2e
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Jul 22 06:24:17 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Jul 22 06:24:17 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f37972d5

Merge remote-tracking branch 'github/master'

* github/master:
  moved to gx86
  more corrections
  incorporated fixes from hpx-0.9.8 ebuild
  dropped no superfluous setting
  HPX live ebuild now reflects changes in trunk
  alt-ergo/alt-ergo-0.95.2: fix gui building
  dev-ml/zarith-1.2.1: fix doc building
  Fix manifests regression
  Several DESTDIR fixes
  sci-mathematics/apron: force j1 for make
  fixed dependency issue
  added keyword
  version bump
  version bump
  Added keyword
  version bump
  version bump
  version bump


 dev-ml/mlgmpidl/Manifest   |  2 +-
 dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild|  4 +-
 dev-ml/ocamlgraph/Manifest |  2 +-
 dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild  |  4 +-
 dev-ml/zarith/Manifest |  2 +-
 dev-ml/zarith/zarith-1.2.1.ebuild  |  4 +-
 dev-python/ffc/ChangeLog   |  9 
 dev-python/ffc/Manifest|  1 +
 dev-python/ffc/ffc-1.3.0.ebuild| 10 -
 .../ffc/{ffc-1.3.0.ebuild => ffc-1.4.0.ebuild} | 10 -
 dev-python/fiat/ChangeLog  | 14 ++-
 dev-python/fiat/Manifest   |  2 +
 .../fiat/{fiat-1.1.ebuild => fiat-1.3.0.ebuild}| 13 +++---
 .../fiat/{fiat-1.1.ebuild => fiat-1.4.0.ebuild}| 13 +++---
 dev-python/instant/ChangeLog   | 10 -
 dev-python/instant/Manifest|  2 +
 .../{instant-1.2.0.ebuild => instant-1.3.0.ebuild} |  9 ++--
 .../{instant-1.2.0.ebuild => instant-1.4.0.ebuild} |  9 ++--
 dev-python/ufl/ChangeLog   | 10 -
 dev-python/ufl/Manifest|  4 +-
 dev-python/ufl/metadata.xml|  3 ++
 .../ufl/{ufl-0.5.4.ebuild => ufl-1.3.0.ebuild} | 11 +++--
 .../ufl/{ufl-0.5.4.ebuild => ufl-1.4.0.ebuild} | 11 +++--
 sci-libs/libcerf/ChangeLog | 13 --
 sci-libs/libcerf/Manifest  |  1 -
 sci-libs/libcerf/files/libcerf-1.3-autotools.patch | 48 --
 sci-libs/libcerf/libcerf-1.3.ebuild| 22 --
 sci-libs/libcerf/metadata.xml  |  5 ---
 sci-mathematics/alt-ergo/Manifest  |  2 +-
 sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild|  8 ++--
 sci-mathematics/apron/ChangeLog|  4 ++
 sci-mathematics/apron/Manifest |  4 +-
 sci-mathematics/apron/apron-0.9.10-r1.ebuild   | 20 ++---
 sci-mathematics/apron/apron-0.9.10.ebuild  |  6 +--
 sci-mathematics/flocq/Manifest |  2 +-
 sci-mathematics/flocq/flocq-2.3.0.ebuild   |  4 +-
 sci-mathematics/frama-c/Manifest   |  2 +-
 sci-mathematics/frama-c/frama-c-20140301.ebuild|  4 +-
 sci-mathematics/giac/Manifest  |  2 +-
 sci-mathematics/giac/giac-1.1.0.ebuild |  2 +-
 sci-mathematics/ltl2ba/Manifest|  2 +-
 sci-mathematics/ufc/ChangeLog  | 10 -
 sci-mathematics/ufc/Manifest   |  3 +-
 .../ufc/{ufc-1.4.2.ebuild => ufc-2.3.0.ebuild} |  7 ++--
 sci-mathematics/why/Manifest   |  2 +-
 sci-mathematics/why/why-2.34.ebuild|  9 ++--
 sci-mathematics/why3/Manifest  |  2 +-
 sci-mathematics/why3/why3-0.83.ebuild  |  7 ++--
 sys-cluster/hpx/hpx-0.9.8.ebuild   | 13 +++---
 sys-cluster/hpx/hpx-.ebuild| 13 ++
 50 files changed, 182 insertions(+), 194 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/

2014-07-21 Thread Justin Lecher
commit: 29f63c74c501c9dd80e3ec0b4db29a55ef23265c
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jul 17 11:40:44 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jul 17 11:40:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29f63c74

sci-chemistry/module2: New package written by me

Package-Manager: portage-2.2.10
RepoMan-Options: --force

---
 sci-chemistry/module2/ChangeLog| 10 +
 sci-chemistry/module2/metadata.xml |  8 
 sci-chemistry/module2/module2-0_pre20140717.ebuild | 51 ++
 3 files changed, 69 insertions(+)

diff --git a/sci-chemistry/module2/ChangeLog b/sci-chemistry/module2/ChangeLog
new file mode 100644
index 000..8a965e2
--- /dev/null
+++ b/sci-chemistry/module2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/module2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*module2-0_pre20140717 (17 Jul 2014)
+
+  17 Jul 2014; Justin Lecher  +module2-0_pre20140717.ebuild,
+  +metadata.xml:
+  New package written by me
+

diff --git a/sci-chemistry/module2/metadata.xml 
b/sci-chemistry/module2/metadata.xml
new file mode 100644
index 000..ae9ec7c
--- /dev/null
+++ b/sci-chemistry/module2/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-chemistry
+  
+j...@gentoo.org
+  
+

diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild 
b/sci-chemistry/module2/module2-0_pre20140717.ebuild
new file mode 100644
index 000..124d0ff
--- /dev/null
+++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+# inherit
+
+DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis 
software"
+HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en";
+SRC_URI="MODULE2.tar.gz"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   x11-libs/motif:2.2[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXpm[abi_x86_32(-)]
+   x11-libs/libXt[abi_x86_32(-)]
+"
+DEPEND="${RDEPEND}
+"
+
+RESTRICT="fetch splitdebug"
+
+S="${WORKDIR}"/MODULE2
+
+QA_PREBUILT="opt/bin/.*"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "${HOMEPAGE}"
+   elog "and place it in ${DISTDIR}"
+}
+
+src_install() {
+   use prefix && \
+   patchelf --set-rpath "${EPREFIX}"/usr/lib
+   exeinto /opt/bin
+   doexe module
+   dosym module /opt/bin/${PN}
+
+   dohtml -r MODULE2_manual_fichiers MODULE2_manual.htm
+
+   insinto /usr/share/${PN}
+   doins sample*
+}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/

2014-07-21 Thread Justin Lecher
commit: 51ba469ab005b2bfdd19d7365e27415e0d9f70ab
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jul 17 11:52:29 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jul 17 11:52:29 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51ba469a

sci-chemistry/pales-bin: Drop -bin suffix from executable

Package-Manager: portage-2.2.10

---
 sci-chemistry/pales-bin/ChangeLog| 3 +++
 sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/pales-bin/ChangeLog 
b/sci-chemistry/pales-bin/ChangeLog
index 29df4ba..2bfbb23 100644
--- a/sci-chemistry/pales-bin/ChangeLog
+++ b/sci-chemistry/pales-bin/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jul 2014; Justin Lecher  pales-bin-0_pre140717.ebuild:
+  Drop -bin suffix from executable
+
 *pales-bin-0_pre140717 (17 Jul 2014)
 
   17 Jul 2014; Justin Lecher  +pales-bin-0_pre140717.ebuild,

diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild 
b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
index 2fcdaee..b3c1b88 100644
--- a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
+++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild
@@ -22,5 +22,5 @@ src_unpack() {
 
 src_install() {
exeinto /opt/bin
-   doexe ${PN}
+   newexe ${PN} ${PN%-bin}
 }



[gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-log: ChangeLog mixlib-log-1.4.1-r1.ebuild

2014-07-21 Thread Hans de Graaff (graaff)
graaff  14/07/22 06:22:27

  Modified: ChangeLog
  Added:mixlib-log-1.4.1-r1.ebuild
  Log:
  EAPI=5. Add ruby20.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/mixlib-log/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-log/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-log/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-log/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Apr 2014 23:32:53 -   1.14
+++ ChangeLog   22 Jul 2014 06:22:27 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-log
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.14 
2014/04/05 23:32:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.15 
2014/07/22 06:22:27 graaff Exp $
+
+*mixlib-log-1.4.1-r1 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff  +mixlib-log-1.4.1-r1.ebuild:
+  EAPI=5. Add ruby20.
 
   05 Apr 2014; Manuel Rüger  mixlib-log-1.4.1.ebuild:
   Remove ree18 and ruby18 target.



1.1  dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: mixlib-log-1.4.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.4.1-r1.ebuild,v 1.1 
2014/07/22 06:22:27 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_EXTRA_DOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Simple class based Log mechanism"
HOMEPAGE="http://github.com/opscode/mixlib-log";
SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
RUBY_S="opscode-${PN}-*"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

ruby_add_bdepend "test? (
dev-ruby/rspec:2
dev-util/cucumber
)"

all_ruby_prepare() {
# Avoid unneeded dependency on bundler.
rm Gemfile || die
}

each_ruby_test() {
ruby-ng_rspec
ruby-ng_cucumber
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ChangeLog ohai-7.0.4.ebuild

2014-07-21 Thread Hans de Graaff (graaff)
graaff  14/07/22 06:20:58

  Modified: ChangeLog
  Added:ohai-7.0.4.ebuild
  Log:
  Version bump. Use SLOTs as defined by chef usage.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.22 dev-ruby/ohai/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   6 May 2014 06:05:05 -   1.21
+++ ChangeLog   22 Jul 2014 06:20:58 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ohai
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.21 2014/05/06 
06:05:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.22 2014/07/22 
06:20:58 graaff Exp $
+
+*ohai-7.0.4 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff  +ohai-7.0.4.ebuild:
+  Version bump. Use SLOTs as defined by chef usage.
 
 *ohai-6.22.0 (06 May 2014)
 



1.1  dev-ruby/ohai/ohai-7.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-7.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ohai-7.0.4.ebuild?rev=1.1&content-type=text/plain

Index: ohai-7.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-ruby/ohai/ohai-7.0.4.ebuild,v 1.1 
2014/07/22 06:20:58 graaff Exp $

EAPI=5
USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

inherit ruby-fakegem versionator

DESCRIPTION="Ohai profiles your system and emits JSON"
HOMEPAGE="http://wiki.opscode.com/display/chef/Ohai";
SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"

LICENSE="Apache-2.0"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_rdepend "
>=dev-ruby/mime-types-1.16:0
dev-ruby/ipaddress
dev-ruby/yajl-ruby
dev-ruby/mixlib-cli
>=dev-ruby/mixlib-config-2.0:2
dev-ruby/mixlib-log
>=dev-ruby/mixlib-shellout-1.2:0
>=dev-ruby/systemu-2.5.2"

all_ruby_prepare() {
rm Gemfile .rspec || die
# Be more lenient to work with versions of systemu that we have in
# the tree.
sed -i -e 's/~> 2.5.2/>= 2.5.2/' ohai.gemspec || die

# Remove the Darwin-specific tests that require additional
# dependencies.
rm -rf spec/unit/plugins/darwin || die

# Avoid the ruby plugin tests because these always execute the
# system ruby, rather than the current ruby.
rm -rf spec/unit/plugins/ruby_spec.rb || die
}

all_ruby_install() {
all_fakegem_install

doman docs/man/man1/ohai.1
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-config: ChangeLog mixlib-config-2.1.0.ebuild

2014-07-21 Thread Hans de Graaff (graaff)
graaff  14/07/22 06:10:01

  Modified: ChangeLog
  Added:mixlib-config-2.1.0.ebuild
  Log:
  Version bump. EAPI=5. Add ruby20.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/mixlib-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Apr 2014 23:10:27 -   1.7
+++ ChangeLog   22 Jul 2014 06:10:01 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.7 
2014/04/05 23:10:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/ChangeLog,v 1.8 
2014/07/22 06:10:01 graaff Exp $
+
+*mixlib-config-2.1.0 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff  +mixlib-config-2.1.0.ebuild:
+  Version bump. EAPI=5. Add ruby20.
 
   05 Apr 2014; Manuel Rüger  mixlib-config-1.1.2.ebuild:
   Remove ree18 and ruby18 target.



1.1  dev-ruby/mixlib-config/mixlib-config-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-2.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: mixlib-config-2.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mixlib-config/mixlib-config-2.1.0.ebuild,v 1.1 
2014/07/22 06:10:01 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_EXTRADOC="NOTICE README.md"

inherit ruby-fakegem

DESCRIPTION="Simple class based Config mechanism"
HOMEPAGE="http://github.com/opscode/mixlib-config";
SRC_URI="https://github.com/opscode/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="test"

ruby_add_bdepend "test? (
dev-ruby/rspec:2
dev-util/cucumber
)"

each_ruby_test() {
ruby-ng_rspec
ruby-ng_cucumber
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-shellout: ChangeLog mixlib-shellout-1.4.0.ebuild

2014-07-21 Thread Hans de Graaff (graaff)
graaff  14/07/22 06:04:59

  Modified: ChangeLog
  Added:mixlib-shellout-1.4.0.ebuild
  Log:
  Version bump. Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/mixlib-shellout/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 Jul 2014 05:53:19 -  1.8
+++ ChangeLog   22 Jul 2014 06:04:59 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/mixlib-shellout
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.8 
2014/07/22 05:53:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.9 
2014/07/22 06:04:59 graaff Exp $
+
+*mixlib-shellout-1.4.0 (22 Jul 2014)
+
+  22 Jul 2014; Hans de Graaff 
+  +mixlib-shellout-1.4.0.ebuild:
+  Version bump. Add ruby21.
 
   22 Jul 2014; Hans de Graaff 
   -mixlib-shellout-1.0.0.ebuild, -mixlib-shellout-1.1.0.ebuild:



1.1  dev-ruby/mixlib-shellout/mixlib-shellout-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.4.0.ebuild?rev=1.1&content-type=text/plain

Index: mixlib-shellout-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.4.0.ebuild,v 
1.1 2014/07/22 06:04:59 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_EXTRA_DOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Run external commands on Unix or Windows"
HOMEPAGE="http://github.com/opscode/mixlib-shellout";
SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

each_ruby_prepare() {
# Make sure we actually use the right interpreter for testing
sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb 
|| die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-shellout: ChangeLog mixlib-shellout-1.1.0.ebuild mixlib-shellout-1.0.0.ebuild

2014-07-21 Thread Hans de Graaff (graaff)
graaff  14/07/22 05:53:19

  Modified: ChangeLog
  Removed:  mixlib-shellout-1.1.0.ebuild
mixlib-shellout-1.0.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/mixlib-shellout/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Apr 2014 23:31:18 -   1.7
+++ ChangeLog   22 Jul 2014 05:53:19 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/mixlib-shellout
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.7 
2014/04/05 23:31:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.8 
2014/07/22 05:53:19 graaff Exp $
+
+  22 Jul 2014; Hans de Graaff 
+  -mixlib-shellout-1.0.0.ebuild, -mixlib-shellout-1.1.0.ebuild:
+  Cleanup.
 
   05 Apr 2014; Manuel Rüger  mixlib-shellout-1.0.0.ebuild,
   mixlib-shellout-1.1.0.ebuild, mixlib-shellout-1.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.12_pre20140720.ebuild ChangeLog postfix-2.11.0.ebuild postfix-2.12_pre20140716.ebuild

2014-07-21 Thread Eray Aslan (eras)
eras14/07/22 05:11:48

  Modified: ChangeLog
  Added:postfix-2.12_pre20140720.ebuild
  Removed:  postfix-2.11.0.ebuild
postfix-2.12_pre20140716.ebuild
  Log:
  Version bump. Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.519mail-mta/postfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.519&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.519&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.518&r2=1.519

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -r1.518 -r1.519
--- ChangeLog   18 Jul 2014 13:35:40 -  1.518
+++ ChangeLog   22 Jul 2014 05:11:47 -  1.519
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.518 
2014/07/18 13:35:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.519 
2014/07/22 05:11:47 eras Exp $
+
+*postfix-2.12_pre20140720 (22 Jul 2014)
+
+  22 Jul 2014; Eray Aslan  +postfix-2.12_pre20140720.ebuild,
+  -postfix-2.11.0.ebuild, -postfix-2.12_pre20140716.ebuild:
+  Version bump. Remove old
 
   18 Jul 2014; Tobias Klausmann  postfix-2.10.3.ebuild:
   Stable on alpha, bug #505014



1.1  mail-mta/postfix/postfix-2.12_pre20140720.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20140720.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20140720.ebuild?rev=1.1&content-type=text/plain

Index: postfix-2.12_pre20140720.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20140720.ebuild,v 1.1 
2014/07/22 05:11:47 eras Exp $

EAPI=5
inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator

MY_PV="${PV/_pre/-}"
MY_SRC="${PN}-${MY_PV}"
MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/experimental";
VDA_PV="2.10.0"
VDA_P="${PN}-vda-v13-${VDA_PV}"
RC_VER="2.7"

DESCRIPTION="A fast and secure drop-in replacement for sendmail."
HOMEPAGE="http://www.postfix.org/";
SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) "

LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
IUSE="+berkdb cdb doc dovecot-sasl eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda"

DEPEND=">=dev-libs/libpcre-3.4
dev-lang/perl
berkdb? ( >=sys-libs/db-3.2 )
cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) )
eai? ( dev-libs/icu )
ldap? ( net-nds/openldap )
ldap-bind? ( net-nds/openldap[sasl] )
lmdb? ( >=dev-db/lmdb-0.9.11 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
postgres? ( dev-db/postgresql-base )
sasl? (  >=dev-libs/cyrus-sasl-2 )
sqlite? ( dev-db/sqlite:3 )
ssl? ( >=dev-libs/openssl-0.9.6g )"

RDEPEND="${DEPEND}
dovecot-sasl? ( net-mail/dovecot )
memcached? ( net-misc/memcached )
net-mail/mailbase
selinux? ( sec-policy/selinux-postfix )
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/mini-qmail
!mail-mta/msmtp[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/fastforward"

REQUIRED_USE="ldap-bind? ( ldap sasl )"

S="${WORKDIR}/${MY_SRC}"

pkg_setup() {
# Add postfix, postdrop user/group (bug #77565)
enewgroup postfix 207
enewgroup postdrop 208
enewuser postfix 207 -1 /var/spool/postfix postfix,mail
}

src_prepare() {
if use vda; then
epatch "${DISTDIR}"/${VDA_P}.patch
fi

sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
src/util/sys_defs.h || die "sed failed"

# change default paths to better comply with portage standard paths
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"

epatch_user
}

src_configure() {
for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
do
local AUXLIBS_${name}=""
done

# Make sure LDFLAGS get passed down

[gentoo-commits] gentoo-x86 commit in mail-filter/amavisd-new: ChangeLog amavisd-new-2.8.0.ebuild amavisd-new-2.9.0.ebuild amavisd-new-2.8.1.ebuild

2014-07-21 Thread Eray Aslan (eras)
eras14/07/22 05:06:24

  Modified: ChangeLog
  Removed:  amavisd-new-2.8.0.ebuild amavisd-new-2.9.0.ebuild
amavisd-new-2.8.1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.210mail-filter/amavisd-new/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?rev=1.210&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?rev=1.210&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/ChangeLog?r1=1.209&r2=1.210

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog   20 Jul 2014 09:20:10 -  1.209
+++ ChangeLog   22 Jul 2014 05:06:24 -  1.210
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/amavisd-new
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.209 
2014/07/20 09:20:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.210 
2014/07/22 05:06:24 eras Exp $
+
+  22 Jul 2014; Eray Aslan  -amavisd-new-2.8.0.ebuild,
+  -amavisd-new-2.8.1.ebuild, -amavisd-new-2.9.0.ebuild:
+  Remove old
 
   20 Jul 2014; Pacho Ramos  amavisd-new-2.8.1-r1.ebuild:
   x86 stable, bug #473794






[gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-19.0.0.ebuild ChangeLog

2014-07-21 Thread Rafael Martins (rafaelmartins)
rafaelmartins14/07/22 04:26:43

  Modified: ChangeLog
  Added:gunicorn-19.0.0.ebuild
  Log:
  Version bump. bug #515560
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.36 www-servers/gunicorn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   13 May 2014 00:56:10 -  1.35
+++ ChangeLog   22 Jul 2014 04:26:43 -  1.36
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.35 
2014/05/13 00:56:10 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.36 
2014/07/22 04:26:43 rafaelmartins Exp $
+
+*gunicorn-19.0.0 (22 Jul 2014)
+
+  22 Jul 2014; Rafael G. Martins 
+  +files/gunicorn-19.0.0-gaiohttp.patch, +gunicorn-19.0.0.ebuild:
+  Version bump. bug #515560
 
 *gunicorn-18.0-r1 (13 May 2014)
 



1.1  www-servers/gunicorn/gunicorn-19.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild?rev=1.1&content-type=text/plain

Index: gunicorn-19.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild,v 1.1 
2014/07/22 04:26:43 rafaelmartins Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="A WSGI HTTP Server for UNIX"
HOMEPAGE="http://gunicorn.org http://pypi.python.org/pypi/gunicorn";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
IUSE="doc examples test"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

DOCS="README.rst"

python_prepare() {
# these tests requires an already installed version of gunicorn
rm tests/test_003-config.py

sed -ie "s/..\/bin/\/usr\/bin\//" docs/Makefile || die

epatch "${FILESDIR}/${P}-gaiohttp.patch"

distutils-r1_python_prepare
}

python_compile_all() {
use doc && emake -C docs html
}

python_test() {
py.test -v || die "Testing failed with ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )

distutils-r1_python_install_all

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






[gentoo-commits] gentoo-x86 commit in www-servers/gunicorn/files: gunicorn-19.0.0-gaiohttp.patch

2014-07-21 Thread Rafael Martins (rafaelmartins)
rafaelmartins14/07/22 04:26:44

  Added:gunicorn-19.0.0-gaiohttp.patch
  Log:
  Version bump. bug #515560
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  www-servers/gunicorn/files/gunicorn-19.0.0-gaiohttp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/files/gunicorn-19.0.0-gaiohttp.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/files/gunicorn-19.0.0-gaiohttp.patch?rev=1.1&content-type=text/plain

Index: gunicorn-19.0.0-gaiohttp.patch
===
>From 86f740420cb12cf071f7dc7981330353e258931a Mon Sep 17 00:00:00 2001
From: Andrew Svetlov 
Date: Sun, 22 Jun 2014 15:19:27 +0300
Subject: [PATCH] Don't install gaiohttp if python < 3.3

---
 setup.py | 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index be54106..f538734 100644
--- a/setup.py
+++ b/setup.py
@@ -5,12 +5,15 @@


 import os
-from setuptools import setup, find_packages, Command
+from setuptools import setup, Command
 import sys

 from gunicorn import __version__


+ASYNCIO_COMPAT = sys.version_info >= (3, 3)
+
+
 CLASSIFIERS = [
 'Development Status :: 4 - Beta',
 'Environment :: Other Environment',
@@ -65,6 +68,17 @@ def run(self):

 REQUIREMENTS = []

+py_modules = []
+
+for root, folders, files in os.walk('gunicorn'):
+for f in files:
+if f.endswith('.py') and (ASYNCIO_COMPAT or f != 'gaiohttp.py'):
+full = os.path.join(root, f[:-3])
+parts = full.split(os.path.sep)
+modname = '.'.join(parts)
+py_modules.append(modname)
+
+
 setup(
 name = 'gunicorn',
 version = __version__,
@@ -78,7 +92,7 @@ def run(self):

 classifiers = CLASSIFIERS,
 zip_safe = False,
-packages = find_packages(exclude=['examples', 'tests']),
+py_modules = py_modules,
 include_package_data = True,

 tests_require = tests_require,
--
1.9.3






[gentoo-commits] gentoo-x86 commit in dev-python/libcloud: libcloud-0.15.1.ebuild ChangeLog

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 04:21:45

  Modified: libcloud-0.15.1.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/libcloud/libcloud-0.15.1.ebuild

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

Index: libcloud-0.15.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libcloud/libcloud-0.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcloud-0.15.1.ebuild  21 Jul 2014 08:53:09 -  1.1
+++ libcloud-0.15.1.ebuild  22 Jul 2014 04:21:45 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libcloud/libcloud-0.15.1.ebuild,v 1.1 
2014/07/21 08:53:09 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libcloud/libcloud-0.15.1.ebuild,v 1.2 
2014/07/22 04:21:45 idella4 Exp $
 
 EAPI=5
 
 # py3 dropped due to failing tests once lockfile installed
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 PYTHON_REQ_USE="ssl(+)"
 
 inherit distutils-r1



1.19 dev-python/libcloud/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libcloud/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libcloud/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libcloud/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   21 Jul 2014 08:53:09 -  1.18
+++ ChangeLog   22 Jul 2014 04:21:45 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libcloud
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v 1.18 
2014/07/21 08:53:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v 1.19 
2014/07/22 04:21:45 idella4 Exp $
+
+  22 Jul 2014; Ian Delaney  libcloud-0.15.1.ebuild:
+  drop py2.6 pypy2_0 add py3.4
 
 *libcloud-0.15.1 (21 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.9.1-r1.ebuild ChangeLog

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 04:19:48

  Modified: lockfile-0.9.1-r1.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/lockfile/lockfile-0.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?r1=1.8&r2=1.9

Index: lockfile-0.9.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lockfile-0.9.1-r1.ebuild31 Mar 2014 20:45:09 -  1.8
+++ lockfile-0.9.1-r1.ebuild22 Jul 2014 04:19:48 -  1.9
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.8 
2014/03/31 20:45:09 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.9 
2014/07/22 04:19:48 idella4 Exp $
 
 EAPI=5
 # py2.5 dropped; Test file reveals py2.5 can't support a core file
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.23 dev-python/lockfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   31 Mar 2014 20:45:09 -  1.22
+++ ChangeLog   22 Jul 2014 04:19:48 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lockfile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.22 
2014/03/31 20:45:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.23 
2014/07/22 04:19:48 idella4 Exp $
+
+  22 Jul 2014; Ian Delaney  lockfile-0.9.1-r1.ebuild:
+  drop py2.6 pypy2_0 add py3.4
 
   31 Mar 2014; Michał Górny  lockfile-0.9.1-r1.ebuild:
   Add support for the new PyPy slotting.






[gentoo-commits] gentoo-x86 commit in net-ftp/yafc: yafc-1.2.6.ebuild ChangeLog

2014-07-21 Thread Patrick Lauer (patrick)
patrick 14/07/22 04:11:55

  Modified: ChangeLog
  Added:yafc-1.2.6.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.44 net-ftp/yafc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   16 Aug 2013 08:19:45 -  1.43
+++ ChangeLog   22 Jul 2014 04:11:55 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for net-ftp/yafc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.43 2013/08/16 
08:19:45 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.44 2014/07/22 
04:11:55 patrick Exp $
+
+*yafc-1.2.6 (22 Jul 2014)
+
+  22 Jul 2014; Patrick Lauer  +yafc-1.2.6.ebuild:
+  Bump
 
 *yafc-1.2.5 (16 Aug 2013)
 



1.1  net-ftp/yafc/yafc-1.2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/yafc-1.2.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/yafc-1.2.6.ebuild?rev=1.1&content-type=text/plain

Index: yafc-1.2.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.2.6.ebuild,v 1.1 
2014/07/22 04:11:55 patrick Exp $

EAPI=5

inherit bash-completion-r1 eutils

DESCRIPTION="Console ftp client with a lot of nifty features"
HOMEPAGE="http://www.yafc-ftp.com/";
SRC_URI="http://www.yafc-ftp.com/upload/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="ipv6 readline kerberos socks5 ssh"

DEPEND="dev-libs/openssl:0
readline? ( >=sys-libs/readline-6 )
kerberos? ( virtual/krb5 )
socks5? ( net-proxy/dante )
ssh? ( net-libs/libssh )"
RDEPEND="${DEPEND}"

DOCS=( BUGS NEWS README THANKS TODO )

src_prepare() {
epatch_user
}

src_configure() {
export ac_cv_ipv6=$(usex ipv6)
econf \
$(use_with readline readline /usr) \
$(use_with socks5 socks /usr) \
$(use_with socks5 socks5 /usr) \
$(use_with kerberos krb5) \
$(use_with ssh) \
--with-bash-completion="$(get_bashcompdir)" \
--without-krb4
}

src_install() {
default
dodoc -r samples
}






[gentoo-commits] gentoo-x86 commit in app-shells/smrsh: smrsh-8.14.9.ebuild ChangeLog

2014-07-21 Thread Patrick Lauer (patrick)
patrick 14/07/22 04:08:39

  Modified: ChangeLog
  Added:smrsh-8.14.9.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.16 app-shells/smrsh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/smrsh/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/smrsh/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/smrsh/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/smrsh/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   9 Jun 2014 05:57:41 -   1.15
+++ ChangeLog   22 Jul 2014 04:08:39 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/smrsh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/ChangeLog,v 1.15 
2014/06/09 05:57:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/ChangeLog,v 1.16 
2014/07/22 04:08:39 patrick Exp $
+
+*smrsh-8.14.9 (22 Jul 2014)
+
+  22 Jul 2014; Patrick Lauer  +smrsh-8.14.9.ebuild:
+  Bump
 
 *smrsh-8.14.8 (09 Jun 2014)
 



1.1  app-shells/smrsh/smrsh-8.14.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/smrsh/smrsh-8.14.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/smrsh/smrsh-8.14.9.ebuild?rev=1.1&content-type=text/plain

Index: smrsh-8.14.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.14.9.ebuild,v 1.1 
2014/07/22 04:08:39 patrick Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail"
HOMEPAGE="http://www.sendmail.org/";
SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${PV}.tar.gz";

LICENSE="Sendmail"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="sys-devel/m4
>=sys-apps/sed-4"
RDEPEND="${DEPEND}
!mail-mta/sendmail"

S="${WORKDIR}/sendmail-${PV}"

src_prepare() {
cd "${S}/${PN}"
sed -e "s:/usr/libexec:/usr/sbin:g" \
-e "s:/usr/adm/sm.bin:/var/lib/smrsh:g" \
-i README -i smrsh.8 || die "sed failed"

sed -e "s:@@confCCOPTS@@:${CFLAGS}:" \
-e "s:@@confLDOPTS@@:${LDFLAGS}:" \
-e "s:@@confCC@@:$(tc-getCC):" 
"${FILESDIR}/${PN}-8.14.5-site.config.m4" \
> "${S}/devtools/Site/site.config.m4" || die "sed failed"
}

src_compile() {
cd "${S}/${PN}"
/bin/sh Build
}

src_install() {
dosbin "${S}/obj.$(uname -s).$(uname -r).$(arch)/${PN}/${PN}" || die

cd "${S}/${PN}"
doman smrsh.8 || die
dodoc README || die

keepdir /var/lib/smrsh
}

pkg_postinst() {
elog "smrsh is compiled to look for programs in /var/lib/smrsh."
echo
}






[gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.8.1.ebuild ChangeLog icalendar-3.6.2.ebuild icalendar-3.6.1.ebuild

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 04:01:29

  Modified: ChangeLog
  Added:icalendar-3.8.1.ebuild
  Removed:  icalendar-3.6.2.ebuild icalendar-3.6.1.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.40 dev-python/icalendar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Jul 2014 12:42:36 -   1.39
+++ ChangeLog   22 Jul 2014 04:01:29 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/icalendar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.39 
2014/07/06 12:42:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.40 
2014/07/22 04:01:29 idella4 Exp $
+
+*icalendar-3.8.1 (22 Jul 2014)
+
+  22 Jul 2014; Ian Delaney  +icalendar-3.8.1.ebuild,
+  -icalendar-3.6.1.ebuild, -icalendar-3.6.2.ebuild:
+  bump, rm old
 
   06 Jul 2014; Michał Górny  icalendar-3.5.ebuild,
   icalendar-3.6.1.ebuild, icalendar-3.6.2.ebuild, icalendar-3.7.ebuild:



1.1  dev-python/icalendar/icalendar-3.8.1.ebuild

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

Index: icalendar-3.8.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.8.1.ebuild,v 1.1 
2014/07/22 04:01:29 idella4 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

MY_PN="collective-${PN}"

DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 
2445)."
HOMEPAGE="http://github.com/collective/icalendar";
SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="doc test"
DOCS="README.rst"

RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"

python_compile_all() {
if use doc; then
pushd docs > /dev/null
emake text
popd > /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}

python_test() {
# From tox.ini
coverage run --source=src/icalendar --omit=*/tests/* --module pytest 
src/icalendar \
|| die "test failed under ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: superkaramba-4.13.2.ebuild superkaramba-4.13.3.ebuild ChangeLog

2014-07-21 Thread Jonathan Callen (jcallen)
jcallen 14/07/22 04:01:55

  Modified: superkaramba-4.13.2.ebuild
superkaramba-4.13.3.ebuild ChangeLog
  Log:
  Fix build with PYTHON_TARGETS="" USE=-python
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
229E5838)

Revision  ChangesPath
1.2  kde-base/superkaramba/superkaramba-4.13.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild?r1=1.1&r2=1.2

Index: superkaramba-4.13.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- superkaramba-4.13.2.ebuild  15 Jun 2014 16:56:52 -  1.1
+++ superkaramba-4.13.2.ebuild  22 Jul 2014 04:01:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild,v 1.1 
2014/06/15 16:56:52 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild,v 1.2 
2014/07/22 04:01:55 jcallen Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 "
 
 pkg_setup() {
-   python-single-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
kde4-base_pkg_setup
 }
 



1.2  kde-base/superkaramba/superkaramba-4.13.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild?r1=1.1&r2=1.2

Index: superkaramba-4.13.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- superkaramba-4.13.3.ebuild  16 Jul 2014 17:40:40 -  1.1
+++ superkaramba-4.13.3.ebuild  22 Jul 2014 04:01:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild,v 1.1 
2014/07/16 17:40:40 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild,v 1.2 
2014/07/22 04:01:55 jcallen Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 "
 
 pkg_setup() {
-   python-single-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
kde4-base_pkg_setup
 }
 



1.310kde-base/superkaramba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.310&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.310&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.309&r2=1.310

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   16 Jul 2014 17:40:40 -  1.309
+++ ChangeLog   22 Jul 2014 04:01:55 -  1.310
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.309 
2014/07/16 17:40:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.310 
2014/07/22 04:01:55 jcallen Exp $
+
+  22 Jul 2014; Jonathan Callen  superkaramba-4.13.2.ebuild,
+  superkaramba-4.13.3.ebuild:
+  Fix build with PYTHON_TARGETS="" USE=-python
 
 *superkaramba-4.13.3 (16 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.25.0.ebuild ChangeLog

2014-07-21 Thread Patrick Lauer (patrick)
patrick 14/07/22 03:36:26

  Modified: ChangeLog
  Added:scrapy-0.25.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.26 dev-python/scrapy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   14 Jul 2014 06:43:46 -  1.25
+++ ChangeLog   22 Jul 2014 03:36:26 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.25 
2014/07/14 06:43:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.26 
2014/07/22 03:36:26 patrick Exp $
+
+*scrapy-0.25.0 (22 Jul 2014)
+
+  22 Jul 2014; Patrick Lauer  +scrapy-0.25.0.ebuild:
+  Bump
 
 *scrapy-0.24.2 (14 Jul 2014)
 



1.1  dev-python/scrapy/scrapy-0.25.0.ebuild

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

Index: scrapy-0.25.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.25.0.ebuild,v 1.1 
2014/07/22 03:36:26 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"

inherit vcs-snapshot distutils-r1

DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"

RDEPEND=">=dev-python/six-1.5.2[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
>=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.6[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
>=net-proxy/mitmproxy-0.10[${PYTHON_USEDEP}]
net-ftp/vsftpd )"
# pytest-twisted listed as a test dep but not in portage. 
# Testsuite currently survives without it, so appears optional

REQUIRED_USE="test? ( ssl boto )"

python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
fi
}

python_test() {
py.test ${PN} || die "tests failed"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/egenix-mx-base: egenix-mx-base-3.2.8.ebuild ChangeLog

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 03:17:08

  Modified: ChangeLog
  Added:egenix-mx-base-3.2.8.ebuild
  Log:
  bump; drop py2.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.89 dev-python/egenix-mx-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egenix-mx-base/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egenix-mx-base/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egenix-mx-base/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   5 Apr 2014 22:43:22 -   1.88
+++ ChangeLog   22 Jul 2014 03:17:08 -  1.89
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/egenix-mx-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.88 
2014/04/05 22:43:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.89 
2014/07/22 03:17:08 idella4 Exp $
+
+*egenix-mx-base-3.2.8 (22 Jul 2014)
+
+  22 Jul 2014; Ian Delaney  +egenix-mx-base-3.2.8.ebuild:
+  bump; drop py2.6
 
   05 Apr 2014; Agostino Sarubbo  egenix-mx-base-3.2.5.ebuild:
   Stable for ppc, wrt bug #499872



1.1  dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild?rev=1.1&content-type=text/plain

Index: egenix-mx-base-3.2.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild,v 
1.1 2014/07/22 03:17:08 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="eGenix utils for Python"
HOMEPAGE="http://www.egenix.com/products/python/mxBase 
http://pypi.python.org/pypi/egenix-mx-base";
SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz";

LICENSE="eGenixPublic-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
# Correct broken tests
PATCHES=( "${FILESDIR}"/${PN}-3.2.6-tests.patch )

python_prepare_all() {
# Don't install documentation in site-packages directories.
sed -e "/\.pdf/d" -i egenix_mx_base.py || die

distutils-r1_python_prepare_all
}

python_compile() {
if ! python_is_python3; then
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
fi
distutils-r1_python_compile
}

python_test() {
local t

while IFS= read -r -d '' t
do
"${PYTHON}" "${t}" || die "${t} failed with ${EPYTHON}"
done < <(find -name test.py -print0)
}

python_install() {
local f dest=${D}$(python_get_includedir)/mx

distutils-r1_python_install \
build --build-platlib "${BUILD_DIR}"/lib

mkdir -p "${dest}" || die
while IFS= read -r -d '' f
do
mv -f "${f}" "${dest}" || die
done < <(find "${D}$(python_get_sitedir)/mx" -type f -name "*.h" 
-print0)
}

python_install_all() {
local f

distutils-r1_python_install_all

dohtml -a html -r mx
while IFS= read -r -d '' f
do
dodoc "${f}"
done < <(find -name '*.pdf' -print0)
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.24.ebuild django-pipeline-1.3.23.ebuild ChangeLog

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 02:51:51

  Modified: django-pipeline-1.3.23.ebuild ChangeLog
  Added:django-pipeline-1.3.24.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/django-pipeline/django-pipeline-1.3.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild?r1=1.1&r2=1.2

Index: django-pipeline-1.3.23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-pipeline-1.3.23.ebuild   14 Jun 2014 01:02:23 -  1.1
+++ django-pipeline-1.3.23.ebuild   22 Jul 2014 02:51:51 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild,v
 1.1 2014/06/14 01:02:23 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.23.ebuild,v
 1.2 2014/07/22 02:51:51 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -45,3 +45,8 @@
use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
 }
+
+python_install() {
+   export PIPELINE_JS_COMPRESSOR = 
'pipeline.compressors.jsmin.JSMinCompressor'
+   distutils-r1_python_install
+}



1.25 dev-python/django-pipeline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   14 Jun 2014 01:02:23 -  1.24
+++ ChangeLog   22 Jul 2014 02:51:51 -  1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-pipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.24 
2014/06/14 01:02:23 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.25 
2014/07/22 02:51:51 idella4 Exp $
+
+*django-pipeline-1.3.24 (22 Jul 2014)
+
+  22 Jul 2014; Ian Delaney  +django-pipeline-1.3.24.ebuild,
+  django-pipeline-1.3.23.ebuild:
+  bump
 
 *django-pipeline-1.3.23 (14 Jun 2014)
 



1.1  dev-python/django-pipeline/django-pipeline-1.3.24.ebuild

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

Index: django-pipeline-1.3.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.24.ebuild,v
 1.1 2014/07/22 02:51:51 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="An asset packaging library for Django"
HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/ 
https://github.com/cyberdelia/django-pipeline";

# PyPi releases lack docs/ subdir:
# https://github.com/cyberdelia/django-pipeline/pull/254
SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND=">=dev-python/django-1.6.5[${PYTHON_USEDEP}]
dev-python/jsmin[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] )"
# As usual for test phase
DISTUTILS_IN_SOURCE_BUILD=1

python_compile_all() {
use doc && emake -C docs html
}

python_test() {
PYTHONPATH=. django-admin.py test --settings=tests.settings tests \
|| d

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-ProjectDocs/

2014-07-21 Thread Kent Fredric
commit: b737618efe87a1323197c1047fce72deb05b60a1
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:28:26 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:28:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b737618e

[fixup] dev-perl/Pod-ProjectDocs PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Pod-ProjectDocs/ChangeLog   | 12 +++-
 ...Docs-0.380.0.ebuild => Pod-ProjectDocs-0.380.0-r1.ebuild} |  4 ++--
 ...Docs-0.390.0.ebuild => Pod-ProjectDocs-0.390.0-r1.ebuild} |  4 ++--
 ...Docs-0.400.0.ebuild => Pod-ProjectDocs-0.400.0-r1.ebuild} |  4 ++--
 4 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Pod-ProjectDocs/ChangeLog 
b/dev-perl/Pod-ProjectDocs/ChangeLog
index eb7ec6e..7c22c63 100644
--- a/dev-perl/Pod-ProjectDocs/ChangeLog
+++ b/dev-perl/Pod-ProjectDocs/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/Pod-ProjectDocs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-ProjectDocs-0.400.0-r1 (22 Jul 2014)
+*Pod-ProjectDocs-0.390.0-r1 (22 Jul 2014)
+*Pod-ProjectDocs-0.380.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-ProjectDocs-0.380.0.ebuild, +Pod-ProjectDocs-0.380.0-r1.ebuild,
+  -Pod-ProjectDocs-0.390.0.ebuild, +Pod-ProjectDocs-0.390.0-r1.ebuild,
+  -Pod-ProjectDocs-0.400.0.ebuild, +Pod-ProjectDocs-0.400.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   08 Jun 2012; Kent Fredric 
   Pod-ProjectDocs-0.360.0.ebuild, Pod-ProjectDocs-0.380.0.ebuild,
   Pod-ProjectDocs-0.390.0.ebuild, Pod-ProjectDocs-0.400.0.ebuild:

diff --git a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0.ebuild 
b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0-r1.ebuild
similarity index 90%
rename from dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0.ebuild
rename to dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0-r1.ebuild
index 61db043..4585487 100644
--- a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0.ebuild
+++ b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.380.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ IUSE=""
 # https://rt.cpan.org/Ticket/Display.html?id=60373
 #IUSE="+highlight"
 COMMON_DEPEND="
-   >=virtual/perl-PodParser-1.32
+   >=virtual/perl-Pod-Parser-1.32
dev-perl/Class-Accessor
dev-perl/Class-Data-Inheritable
virtual/perl-File-Spec

diff --git a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0.ebuild 
b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0-r1.ebuild
similarity index 90%
rename from dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0.ebuild
rename to dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0-r1.ebuild
index 3cad641..afd2268 100644
--- a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0.ebuild
+++ b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.390.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ IUSE=""
 # https://rt.cpan.org/Ticket/Display.html?id=60373
 #IUSE="+highlight"
 COMMON_DEPEND="
-   >=virtual/perl-PodParser-1.32
+   >=virtual/perl-Pod-Parser-1.32
dev-perl/Class-Accessor
dev-perl/Class-Data-Inheritable
virtual/perl-File-Spec

diff --git a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0.ebuild 
b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0-r1.ebuild
similarity index 93%
rename from dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0.ebuild
rename to dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0-r1.ebuild
index 00efcd1..e55546f 100644
--- a/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0.ebuild
+++ b/dev-perl/Pod-ProjectDocs/Pod-ProjectDocs-0.400.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -17,7 +17,7 @@ comment() { true;}
 COMMON_DEPEND="
$(comment Pod::Parser 1.32)
$(comment Pod::ParseUtils)
-   >=virtual/perl-PodParser-1.320.0
+   >=virtual/perl-Pod-Parser-1.320.0
 
$(comment Class::Accessor::Fast)
dev-perl/Class-Accessor



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Eval-Context/

2014-07-21 Thread Kent Fredric
commit: d3d5cce19b96cd0d69efd77295b0a37b69eb40f6
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:37:52 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:37:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d3d5cce1

[fixup] dev-perl/Eval-Context Update EAPI and deps, mark tests as presently 
broken till upstream fixes a bug

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Eval-Context/ChangeLog|  9 -
 ...l-Context-0.09.11.ebuild => Eval-Context-0.9.11.ebuild} | 14 +++---
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Eval-Context/ChangeLog b/dev-perl/Eval-Context/ChangeLog
index 70a5e1f..c937752 100644
--- a/dev-perl/Eval-Context/ChangeLog
+++ b/dev-perl/Eval-Context/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Eval-Context
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Eval-Context-0.9.11 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Eval-Context-0.09.11.ebuild, +Eval-Context-0.9.11.ebuild:
+  Update EAPI and deps, mark tests as presently broken till upstream fixes a
+  bug
+
 *Eval-Context-0.09.11 (19 Jun 2010)
 
   19 Jun 2010; Kent Fredric 

diff --git a/dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild 
b/dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild
similarity index 76%
rename from dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild
rename to dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild
index 63b7f5d..686ffc3 100644
--- a/dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild
+++ b/dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
-
+EAPI=5
 MODULE_AUTHOR=NKH
+MODULE_VERSION=0.09.11
 inherit perl-module
 
 DESCRIPTION="Evalute perl code in context wrapper"
@@ -20,8 +20,8 @@ RDEPEND="dev-perl/Readonly
dev-perl/Data-TreeDumper
dev-perl/File-Slurp
dev-perl/Sub-Install
-   >=virtual/perl-Safe-2.16
-   >=virtual/perl-version-0.50
+   >=virtual/perl-Safe-2.160.0
+   >=virtual/perl-version-0.500.0
dev-perl/Data-TreeDumper
 "
 DEPEND="
@@ -35,5 +35,5 @@ DEPEND="
dev-perl/Directory-Scratch-Structured
dev-perl/Test-Output
 "
-
-SRC_TEST=do
+# https://rt.cpan.org/Ticket/Display.html?id=86017
+SRC_TEST=broken



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/

2014-07-21 Thread Kent Fredric
commit: 3b9b5af5b2b7109eedc1247c8cd943907feca3d6
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:18:23 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:18:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3b9b5af5

[fixup] perl-core/Pod-LaTeX PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 perl-core/Pod-LaTeX/ChangeLog| 12 +++-
 ...{Pod-LaTeX-0.590.0.ebuild => Pod-LaTeX-0.590.0-r1.ebuild} |  4 ++--
 ...{Pod-LaTeX-0.600.0.ebuild => Pod-LaTeX-0.600.0-r1.ebuild} | 10 +-
 ...{Pod-LaTeX-0.610.0.ebuild => Pod-LaTeX-0.610.0-r1.ebuild} | 10 +-
 4 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
index 9a103bb..ad93267 100644
--- a/perl-core/Pod-LaTeX/ChangeLog
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for perl-core/Pod-LaTeX
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-LaTeX-0.610.0-r1 (22 Jul 2014)
+*Pod-LaTeX-0.600.0-r1 (22 Jul 2014)
+*Pod-LaTeX-0.590.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -Pod-LaTeX-0.590.0.ebuild,
+  +Pod-LaTeX-0.590.0-r1.ebuild, -Pod-LaTeX-0.600.0.ebuild,
+  +Pod-LaTeX-0.600.0-r1.ebuild, -Pod-LaTeX-0.610.0.ebuild,
+  +Pod-LaTeX-0.610.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-LaTeX-0.610.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric  +Pod-LaTeX-0.610.0.ebuild:

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild 
b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
similarity index 86%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
index f3bd001..a3d31f2 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI="3"
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
-   >=virtual/perl-PodParser-0.3
+   >=virtual/perl-Pod-Parser-0.3
 "
 DEPEND="
${COMMON_DEPEND}

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild 
b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0-r1.ebuild
similarity index 79%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0-r1.ebuild
index 0256463..24699b0 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -21,13 +21,13 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
# Pod::Find
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::ParseUtils 0.3 ( 0.300.0 )
-   echo \>=virtual/perl-PodParser-0.300.0
+   echo \>=virtual/perl-Pod-Parser-0.300.0
# Pod::Parser
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::Select
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
 }
 DEPEND="
$(perl_meta_configure)

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild 
b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
similarity index 80%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
index 5ced33d..efe0e36 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -21,13 +21,13 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
# Pod::Find
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::ParseUtils 0.3 ( 0.300.0 )
-   echo \>=virtual/perl-PodParser-0.300.0
+   echo \>=virtual/perl-Pod-Parser-0.300.0
# Pod::Parser
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::Select
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# if
# echo virtual/perl-if
 }



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-GenToc/

2014-07-21 Thread Kent Fredric
commit: 9d65c9271fb990442f0bc0699d2359dea378f85e
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:25:32 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:25:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9d65c927

[fixup] dev-perl/HTML-GenToc PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/HTML-GenToc/ChangeLog| 8 +++-
 .../{HTML-GenToc-3.200.0.ebuild => HTML-GenToc-3.200.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/HTML-GenToc/ChangeLog b/dev-perl/HTML-GenToc/ChangeLog
index 906acf8..827f64d 100644
--- a/dev-perl/HTML-GenToc/ChangeLog
+++ b/dev-perl/HTML-GenToc/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/HTML-GenToc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-GenToc-3.200.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -HTML-GenToc-3.200.0.ebuild, +HTML-GenToc-3.200.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   08 Feb 2012; Kent Fredric 
   -HTML-GenToc-3.100.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild 
b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
similarity index 89%
rename from dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
rename to dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
index 7898018..81b904b 100644
--- a/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0.ebuild
+++ b/dev-perl/HTML-GenToc/HTML-GenToc-3.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -21,7 +21,7 @@ RDEPEND="
dev-perl/HTML-Parser $(comment HTML::Entities)
>=dev-perl/HTML-LinkList-0.150.100
>=dev-perl/HTML-SimpleParse-0.1 $(comment 0.100.0)
-   virtual/perl-PodParser $(comment Pod::Usage)
+   virtual/perl-Pod-Parser $(comment Pod::Usage)
 "
 DEPEND="${RDEPEND}
>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Handel/

2014-07-21 Thread Kent Fredric
commit: 5a28df753230bad17c82ba09bce6fd3e5475a39c
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:29:45 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:29:45 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a28df75

[fixup] dev-perl/Handel PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
RepoMan-Options: --force
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Handel/ChangeLog | 8 +++-
 .../Handel/{Handel-1.0.140.ebuild => Handel-1.0.140-r1.ebuild}| 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Handel/ChangeLog b/dev-perl/Handel/ChangeLog
index b2cf697..89d7fe2 100644
--- a/dev-perl/Handel/ChangeLog
+++ b/dev-perl/Handel/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Handel
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Handel-1.0.140-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -Handel-1.0.140.ebuild,
+  +Handel-1.0.140-r1.ebuild:
+  PodParser -> Pod-Parser
+
   28 Apr 2013; Kent Fredric  Handel-1.0.130.ebuild,
   Handel-1.0.140.ebuild:
   Fix dependency on Class-Inspector ( normalize )

diff --git a/dev-perl/Handel/Handel-1.0.140.ebuild 
b/dev-perl/Handel/Handel-1.0.140-r1.ebuild
similarity index 97%
rename from dev-perl/Handel/Handel-1.0.140.ebuild
rename to dev-perl/Handel/Handel-1.0.140-r1.ebuild
index 3dfe570..61fd220 100644
--- a/dev-perl/Handel/Handel-1.0.140.ebuild
+++ b/dev-perl/Handel/Handel-1.0.140-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -73,7 +73,7 @@ perl_meta_runtime() {
# NEXT 0.64 ( 0.640.0 )
echo \>=virtual/perl-NEXT-0.640.0
# Pod::Usage 1.36 ( 1.360.0 )
-   echo \>=virtual/perl-PodParser-1.360.0
+   echo \>=virtual/perl-Pod-Parser-1.360.0
# SQL::Translator 0.11006 ( 0.110.60 )
echo \>=dev-perl/SQL-Translator-0.110.60
# Scalar::Util 1.22 ( 1.220.0 )



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-mymeta_requires/

2014-07-21 Thread Kent Fredric
commit: 1a650eb30c632543cb2e6267239be1f0b8182b87
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:21:32 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:21:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1a650eb3

[fixup] dev-perl/App-mymeta_requires PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 ...quires-0.2.0.ebuild => App-mymeta_requires-0.2.0-r1.ebuild} |  4 ++--
 ...quires-0.3.0.ebuild => App-mymeta_requires-0.3.0-r1.ebuild} |  4 ++--
 dev-perl/App-mymeta_requires/ChangeLog | 10 +-
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0.ebuild 
b/dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0-r1.ebuild
similarity index 89%
rename from dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0.ebuild
rename to dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0-r1.ebuild
index 6a57d70..3ca7bae 100644
--- a/dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0.ebuild
+++ b/dev-perl/App-mymeta_requires/App-mymeta_requires-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-   virtual/perl-PodParser
+   virtual/perl-Pod-Parser
virtual/perl-Version-Requirements
dev-perl/Getopt-Lucid
virtual/perl-CPAN-Meta

diff --git a/dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0.ebuild 
b/dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0-r1.ebuild
similarity index 95%
rename from dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0.ebuild
rename to dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0-r1.ebuild
index a2bd2c0..5f00cac 100644
--- a/dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0.ebuild
+++ b/dev-perl/App-mymeta_requires/App-mymeta_requires-0.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
# Object::Tiny
echo dev-perl/Object-Tiny
# Pod::Usage
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# autodie 2.00 ( 2.0.0 )
echo \>=virtual/perl-autodie-2.0.0
# perl 5.010 ( 5.10.0 )

diff --git a/dev-perl/App-mymeta_requires/ChangeLog 
b/dev-perl/App-mymeta_requires/ChangeLog
index a5ab852..162f66b 100644
--- a/dev-perl/App-mymeta_requires/ChangeLog
+++ b/dev-perl/App-mymeta_requires/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/App-mymeta_requires
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-mymeta_requires-0.3.0-r1 (22 Jul 2014)
+*App-mymeta_requires-0.2.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -App-mymeta_requires-0.2.0.ebuild, +App-mymeta_requires-0.2.0-r1.ebuild,
+  -App-mymeta_requires-0.3.0.ebuild, +App-mymeta_requires-0.3.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *App-mymeta_requires-0.5.0 (26 Apr 2013)
 
   26 Apr 2013; Kent Fredric 



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/

2014-07-21 Thread Kent Fredric
commit: 5ed64569c6af8547840a7bdcf9111579053605e5
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:26:19 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:26:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ed64569

[fixup] dev-perl/Pod-Constants PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Pod-Constants/ChangeLog  | 8 +++-
 ...d-Constants-0.160.0.ebuild => Pod-Constants-0.160.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog
index 729baa5..da34a63 100644
--- a/dev-perl/Pod-Constants/ChangeLog
+++ b/dev-perl/Pod-Constants/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Pod-Constants
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Constants-0.160.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-Constants-0.160.0.ebuild, +Pod-Constants-0.160.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   05 Nov 2012; Kent Fredric  metadata.xml:
   Update metadata
 

diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild 
b/dev-perl/Pod-Constants/Pod-Constants-0.160.0-r1.ebuild
similarity index 85%
rename from dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
rename to dev-perl/Pod-Constants/Pod-Constants-0.160.0-r1.ebuild
index 6eda4f3..2252525 100644
--- a/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
+++ b/dev-perl/Pod-Constants/Pod-Constants-0.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 perl_meta_runtime() {
# Pod::Parser 1.13 ( 1.130.0 )
-   echo \>=virtual/perl-PodParser-1.130.0
+   echo \>=virtual/perl-Pod-Parser-1.130.0
# Test::Simple 0.18 ( 0.180.0 )
echo \>=virtual/perl-Test-Simple-0.18
 }



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/

2014-07-21 Thread Kent Fredric
commit: 64b5dc793e6ef4b7ef3c6e92ff204d3e660b36e9
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:25:10 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:25:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=64b5dc79

[fixup] dev-perl/Getopt-Euclid PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Getopt-Euclid/ChangeLog | 16 +++-
 ...Euclid-0.3.5.ebuild => Getopt-Euclid-0.3.5-r1.ebuild} |  8 
 ...Euclid-0.3.6.ebuild => Getopt-Euclid-0.3.6-r1.ebuild} |  8 
 ...Euclid-0.3.7.ebuild => Getopt-Euclid-0.3.7-r1.ebuild} |  8 
 ...Euclid-0.3.9.ebuild => Getopt-Euclid-0.3.9-r1.ebuild} |  6 +++---
 ...Euclid-0.4.0.ebuild => Getopt-Euclid-0.4.0-r1.ebuild} |  6 +++---
 6 files changed, 33 insertions(+), 19 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
index b8175f3..871ee37 100644
--- a/dev-perl/Getopt-Euclid/ChangeLog
+++ b/dev-perl/Getopt-Euclid/ChangeLog
@@ -1,7 +1,21 @@
 # ChangeLog for dev-perl/Getopt-Euclid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Getopt-Euclid-0.4.0-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.9-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.7-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.6-r1 (22 Jul 2014)
+*Getopt-Euclid-0.3.5-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Getopt-Euclid-0.3.5.ebuild, +Getopt-Euclid-0.3.5-r1.ebuild,
+  -Getopt-Euclid-0.3.6.ebuild, +Getopt-Euclid-0.3.6-r1.ebuild,
+  -Getopt-Euclid-0.3.7.ebuild, +Getopt-Euclid-0.3.7-r1.ebuild,
+  -Getopt-Euclid-0.3.9.ebuild, +Getopt-Euclid-0.3.9-r1.ebuild,
+  -Getopt-Euclid-0.4.0.ebuild, +Getopt-Euclid-0.4.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Getopt-Euclid-0.4.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric 

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
index 592e718..ab97cbc 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -19,7 +19,7 @@ perl_meta_build() {
# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
# Pod::Checker
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Test::More
echo virtual/perl-Test-Simple
 }
@@ -31,9 +31,9 @@ perl_meta_runtime() {
# List::Util
echo virtual/perl-Scalar-List-Utils
# Pod::PlainText
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::Select
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Text::Balanced
echo virtual/perl-Text-Balanced
# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
index e1bb60b..5671aae 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -19,7 +19,7 @@ perl_meta_build() {
# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
# Pod::Checker
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Test::More
echo virtual/perl-Test-Simple
 }
@@ -31,9 +31,9 @@ perl_meta_runtime() {
# List::Util
echo virtual/perl-Scalar-List-Utils
# Pod::PlainText
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::Select
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Text::Balanced
echo virtual/perl-Text-Balanced
# perl 5.005 ( 5.5.0 )

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
similarity index 89%
rename from dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
rename to dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
index e1ae1b0..e1af829 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7.ebuild
+++ b/dev-perl/Geto

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-Asciio/

2014-07-21 Thread Kent Fredric
commit: ff8774581637fd7339d2dc1c65699b1e573babdb
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:20:54 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:20:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ff877458

[fixup] dev-perl/App-Asciio PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 .../{App-Asciio-1.2.71.ebuild => App-Asciio-1.2.71-r1.ebuild} | 4 ++--
 dev-perl/App-Asciio/ChangeLog | 8 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/App-Asciio/App-Asciio-1.2.71.ebuild 
b/dev-perl/App-Asciio/App-Asciio-1.2.71-r1.ebuild
similarity index 92%
rename from dev-perl/App-Asciio/App-Asciio-1.2.71.ebuild
rename to dev-perl/App-Asciio/App-Asciio-1.2.71-r1.ebuild
index 13c8cbf..667c631 100644
--- a/dev-perl/App-Asciio/App-Asciio-1.2.71.ebuild
+++ b/dev-perl/App-Asciio/App-Asciio-1.2.71-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -33,7 +33,7 @@ RDEPEND="dev-perl/gtk2-perl
 DEPEND="${RDEPEND}
virtual/perl-Module-Build
virtual/perl-Test-Simple
-   virtual/perl-PodParser
+   virtual/perl-Pod-Parser
test? (
dev-perl/Test-NoWarnings
dev-perl/Test-Warn

diff --git a/dev-perl/App-Asciio/ChangeLog b/dev-perl/App-Asciio/ChangeLog
index 5a8f875..b05ed84 100644
--- a/dev-perl/App-Asciio/ChangeLog
+++ b/dev-perl/App-Asciio/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/App-Asciio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*App-Asciio-1.2.71-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -App-Asciio-1.2.71.ebuild,
+  +App-Asciio-1.2.71-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *App-Asciio-1.2.71 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric  -App-Asciio-1.02.71.ebuild,



[gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Pod-Usage/

2014-07-21 Thread Kent Fredric
commit: ee334cf22121665bc2c975d9ba288115ece385f6
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:16:31 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:16:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ee334cf2

[fixup] virtual/perl-Pod-Usage PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-Pod-Usage/ChangeLog  | 8 +++-
 ...-Pod-Usage-1.510.0.ebuild => perl-Pod-Usage-1.510.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Pod-Usage/ChangeLog b/virtual/perl-Pod-Usage/ChangeLog
index 796f26e..1230a35 100644
--- a/virtual/perl-Pod-Usage/ChangeLog
+++ b/virtual/perl-Pod-Usage/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-Pod-Usage
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Pod-Usage-1.510.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -perl-Pod-Usage-1.510.0.ebuild, +perl-Pod-Usage-1.510.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *perl-Pod-Usage-1.610.0 (09 Feb 2013)
 *perl-Pod-Usage-1.510.0 (09 Feb 2013)
 

diff --git a/virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0.ebuild 
b/virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0-r1.ebuild
similarity index 75%
rename from virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0.ebuild
rename to virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0-r1.ebuild
index b29d623..f178acd 100644
--- a/virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0.ebuild
+++ b/virtual/perl-Pod-Usage/perl-Pod-Usage-1.510.0-r1.ebuild
@@ -1,4 +1,4 @@
-# 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/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v
 1.12 2010/09/13 14:42:31 josejx Exp $
 
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( >=dev-lang/perl-5.15.8 ~virtual/perl-PodParser-${PV} )"
+RDEPEND="|| ( >=dev-lang/perl-5.15.8 ~virtual/perl-Pod-Parser-${PV} )"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/

2014-07-21 Thread Kent Fredric
commit: 7894f03d79b938cc5d03e01a421a122be2253f2f
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:23:54 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:23:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7894f03d

[fixup] dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/ChangeLog| 9 -
 ...ld => Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1.ebuild} | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/ChangeLog
index a98b973..feb841a 100644
--- a/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120.ebuild,
+  +Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120 (08 Feb 2013)
 
   08 Feb 2013; Kent Fredric 

diff --git 
a/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1.ebuild
similarity index 96%
rename from 
dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120.ebuild
rename to 
dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1.ebuild
index e1eb300..100fdcf 100644
--- 
a/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120.ebuild
+++ 
b/dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -67,7 +67,7 @@ perl_meta_runtime() {
# Pod::Markdown
echo dev-perl/Pod-Markdown
# Pod::Select
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# Pod::Simple::HTML
echo virtual/perl-Pod-Simple
# Pod::Text



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Markdown/

2014-07-21 Thread Kent Fredric
commit: 4766edfe884591deb23eaf12cf67ea237f5b995c
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:22:29 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:22:29 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4766edfe

[fixup] dev-perl/Pod-Markdown PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Pod-Markdown/ChangeLog   | 8 +++-
 ...Pod-Markdown-1.322.0.ebuild => Pod-Markdown-1.322.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-Markdown/ChangeLog b/dev-perl/Pod-Markdown/ChangeLog
index 2a77fee..52eac31 100644
--- a/dev-perl/Pod-Markdown/ChangeLog
+++ b/dev-perl/Pod-Markdown/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Pod-Markdown
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Markdown-1.322.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-Markdown-1.322.0.ebuild, +Pod-Markdown-1.322.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-Markdown-1.322.0 (08 Feb 2013)
 
   08 Feb 2013; Kent Fredric 

diff --git a/dev-perl/Pod-Markdown/Pod-Markdown-1.322.0.ebuild 
b/dev-perl/Pod-Markdown/Pod-Markdown-1.322.0-r1.ebuild
similarity index 94%
rename from dev-perl/Pod-Markdown/Pod-Markdown-1.322.0.ebuild
rename to dev-perl/Pod-Markdown/Pod-Markdown-1.322.0-r1.ebuild
index dd1cff7..a367a9d 100644
--- a/dev-perl/Pod-Markdown/Pod-Markdown-1.322.0.ebuild
+++ b/dev-perl/Pod-Markdown/Pod-Markdown-1.322.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -19,7 +19,7 @@ perl_meta_runtime() {
# Pod::ParseLink 1.10 ( 1.100.0 )
echo \>=virtual/perl-podlators-1.100.0
# Pod::Parser
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# parent
echo virtual/perl-parent
# perl 5.008 ( 5.8.0 )



[gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Pod-Checker/

2014-07-21 Thread Kent Fredric
commit: 92f90439edd1239e894730da8be1a90348dbcef7
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:15:33 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:15:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=92f90439

[fixup] virtual/perl-Pod-Checker PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-Pod-Checker/ChangeLog| 8 +++-
 ...-Checker-1.510.0.ebuild => perl-Pod-Checker-1.510.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Pod-Checker/ChangeLog 
b/virtual/perl-Pod-Checker/ChangeLog
index b9c79c0..72fd345 100644
--- a/virtual/perl-Pod-Checker/ChangeLog
+++ b/virtual/perl-Pod-Checker/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-Pod-Checker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Pod-Checker-1.510.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -perl-Pod-Checker-1.510.0.ebuild, +perl-Pod-Checker-1.510.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *perl-Pod-Checker-1.600.0 (08 Feb 2013)
 *perl-Pod-Checker-1.510.0 (08 Feb 2013)
 

diff --git a/virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0.ebuild 
b/virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0-r1.ebuild
similarity index 75%
rename from virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0.ebuild
rename to virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0-r1.ebuild
index b29d623..f178acd 100644
--- a/virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0.ebuild
+++ b/virtual/perl-Pod-Checker/perl-Pod-Checker-1.510.0-r1.ebuild
@@ -1,4 +1,4 @@
-# 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/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v
 1.12 2010/09/13 14:42:31 josejx Exp $
 
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( >=dev-lang/perl-5.15.8 ~virtual/perl-PodParser-${PV} )"
+RDEPEND="|| ( >=dev-lang/perl-5.15.8 ~virtual/perl-Pod-Parser-${PV} )"



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Checker/

2014-07-21 Thread Kent Fredric
commit: fdc6fbf3a2c864bbbd605fde4dcb028a28e11a9a
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:18:58 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:18:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fdc6fbf3

[fixup] perl-core/Pod-Checker PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 perl-core/Pod-Checker/ChangeLog   | 8 +++-
 .../{Pod-Checker-1.600.0.ebuild => Pod-Checker-1.600.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-core/Pod-Checker/ChangeLog b/perl-core/Pod-Checker/ChangeLog
index 907e9fe..a612fb1 100644
--- a/perl-core/Pod-Checker/ChangeLog
+++ b/perl-core/Pod-Checker/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Pod-Checker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Checker-1.600.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-Checker-1.600.0.ebuild, +Pod-Checker-1.600.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-Checker-1.600.0 (08 Feb 2013)
 
   08 Feb 2013; Kent Fredric 

diff --git a/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild 
b/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
similarity index 91%
rename from perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
rename to perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
index d8476c9..88137b5 100644
--- a/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
+++ b/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -28,7 +28,7 @@ perl_meta_runtime() {
echo \>=virtual/perl-Test-Simple-0.60
 }
 DEPEND="
-   !

[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Plainer/

2014-07-21 Thread Kent Fredric
commit: ca99e9a3a41fa8e71decea98c01375f3a2478007
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:19:34 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:19:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca99e9a3

[fixup] perl-core/Pod-Plainer PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 perl-core/Pod-Plainer/ChangeLog   | 8 +++-
 .../{Pod-Plainer-1.30.0.ebuild => Pod-Plainer-1.30.0-r1.ebuild}   | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-core/Pod-Plainer/ChangeLog b/perl-core/Pod-Plainer/ChangeLog
index 550453c..b046fe2 100644
--- a/perl-core/Pod-Plainer/ChangeLog
+++ b/perl-core/Pod-Plainer/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Pod-Plainer
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Plainer-1.30.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -Pod-Plainer-1.30.0.ebuild,
+  +Pod-Plainer-1.30.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-Plainer-1.30.0 (11 Mar 2011)
 
   11 Mar 2011; Kent Fredric  +Pod-Plainer-1.30.0.ebuild,

diff --git a/perl-core/Pod-Plainer/Pod-Plainer-1.30.0.ebuild 
b/perl-core/Pod-Plainer/Pod-Plainer-1.30.0-r1.ebuild
similarity index 85%
rename from perl-core/Pod-Plainer/Pod-Plainer-1.30.0.ebuild
rename to perl-core/Pod-Plainer/Pod-Plainer-1.30.0-r1.ebuild
index 2072aea..2cf50e8 100644
--- a/perl-core/Pod-Plainer/Pod-Plainer-1.30.0.ebuild
+++ b/perl-core/Pod-Plainer/Pod-Plainer-1.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI="3"
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-   virtual/perl-PodParser
+   virtual/perl-Pod-Parser
 "
 DEPEND="
${COMMON_DEPEND}



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Object-Pluggable/

2014-07-21 Thread Kent Fredric
commit: 84490b827f449951b4f815ec0fc4ec6f0111e0a8
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:25:56 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:25:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=84490b82

[fixup] dev-perl/Object-Pluggable PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Object-Pluggable/ChangeLog   | 8 +++-
 ...luggable-1.290.0.ebuild => Object-Pluggable-1.290.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Object-Pluggable/ChangeLog 
b/dev-perl/Object-Pluggable/ChangeLog
index df3e7fa..f9681cc 100644
--- a/dev-perl/Object-Pluggable/ChangeLog
+++ b/dev-perl/Object-Pluggable/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Object-Pluggable
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Object-Pluggable-1.290.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Object-Pluggable-1.290.0.ebuild, +Object-Pluggable-1.290.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Object-Pluggable-1.290.0 (01 Mar 2012)
 
   01 Mar 2012; Kent Fredric 

diff --git a/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0.ebuild 
b/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
similarity index 90%
rename from dev-perl/Object-Pluggable/Object-Pluggable-1.290.0.ebuild
rename to dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
index 4071d15..1a2e0ab 100644
--- a/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0.ebuild
+++ b/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -17,7 +17,7 @@ perl_meta_configure() {
 }
 perl_meta_build() {
# Pod::Parser 1.36 ( 1.360.0 )
-   echo \>=virtual/perl-PodParser-1.360.0
+   echo \>=virtual/perl-Pod-Parser-1.360.0
# Test::More
echo virtual/perl-Test-Simple
 }



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/pod2pdf/

2014-07-21 Thread Kent Fredric
commit: 0a0bc8a4a1d1887dea3d63cf10c0486d96704e72
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:28:55 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:28:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a0bc8a4

[fixup] dev-perl/pod2pdf PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/pod2pdf/ChangeLog   | 8 +++-
 dev-perl/pod2pdf/{pod2pdf-0.42.ebuild => pod2pdf-0.42-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/pod2pdf/ChangeLog b/dev-perl/pod2pdf/ChangeLog
index 47fc7f2..33366a7 100644
--- a/dev-perl/pod2pdf/ChangeLog
+++ b/dev-perl/pod2pdf/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/pod2pdf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pod2pdf-0.42-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -pod2pdf-0.42.ebuild,
+  +pod2pdf-0.42-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *pod2pdf-0.42 (06 Nov 2010)
 
   06 Nov 2010; Torsten Veller  +pod2pdf-0.42.ebuild,

diff --git a/dev-perl/pod2pdf/pod2pdf-0.42.ebuild 
b/dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
similarity index 86%
rename from dev-perl/pod2pdf/pod2pdf-0.42.ebuild
rename to dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
index 6a1a6b2..8e5dae5 100644
--- a/dev-perl/pod2pdf/pod2pdf-0.42.ebuild
+++ b/dev-perl/pod2pdf/pod2pdf-0.42-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,7 +19,7 @@ RDEPEND="
dev-perl/PDF-API2
virtual/perl-Pod-Escapes
virtual/perl-podlators
-   virtual/perl-PodParser
+   virtual/perl-Pod-Parser
dev-perl/File-Type
dev-perl/ImageSize
 "



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Coverage-TrustPod/

2014-07-21 Thread Kent Fredric
commit: a969baf3397a074febeac203eafbf7fcecc2191e
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:26:53 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:26:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a969baf3

[fixup] dev-perl/Pod-Coverage-TrustPod PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Pod-Coverage-TrustPod/ChangeLog | 12 +++-
 100.1.ebuild => Pod-Coverage-TrustPod-0.100.1-r1.ebuild} |  4 ++--
 100.2.ebuild => Pod-Coverage-TrustPod-0.100.2-r1.ebuild} |  4 ++--
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Pod-Coverage-TrustPod/ChangeLog 
b/dev-perl/Pod-Coverage-TrustPod/ChangeLog
index d349615..a0d8572 100644
--- a/dev-perl/Pod-Coverage-TrustPod/ChangeLog
+++ b/dev-perl/Pod-Coverage-TrustPod/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/Pod-Coverage-TrustPod
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Coverage-TrustPod-0.100.2-r1 (22 Jul 2014)
+*Pod-Coverage-TrustPod-0.100.1-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-Coverage-TrustPod-0.100.1.ebuild,
+  +Pod-Coverage-TrustPod-0.100.1-r1.ebuild,
+  -Pod-Coverage-TrustPod-0.100.2.ebuild,
+  +Pod-Coverage-TrustPod-0.100.2-r1.ebuild:
+  PodParser -> Pod-Parser
+
   23 Aug 2012; Kent Fredric 
   -Pod-Coverage-TrustPod-0.92.832.ebuild:
   Gone on CPAN

diff --git 
a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1.ebuild 
b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild
similarity index 87%
rename from dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1.ebuild
rename to dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild
index b27dc53..11c0c4e 100644
--- a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1.ebuild
+++ b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,7 +17,7 @@ comment() { echo ''; }
 COMMON_DEPEND="
dev-perl/Pod-Coverage $(comment Pod::Coverage::COuntParents)
dev-perl/Pod-Eventual $(comment Pod::Eventual::Simple)
-   virtual/perl-PodParser $(comment Pod::Find)
+   virtual/perl-Pod-Parser $(comment Pod::Find)
 "
 DEPEND="
${COMMON_DEPEND}

diff --git 
a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2.ebuild 
b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild
similarity index 92%
rename from dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2.ebuild
rename to dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild
index e86b1d7..d8dfc54 100644
--- a/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2.ebuild
+++ b/dev-perl/Pod-Coverage-TrustPod/Pod-Coverage-TrustPod-0.100.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -21,7 +21,7 @@ perl_meta_runtime() {
# Pod::Eventual::Simple
echo dev-perl/Pod-Eventual
# Pod::Find
-   echo virtual/perl-PodParser
+   echo virtual/perl-Pod-Parser
# base
# echo virtual/perl-base
# strict



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/

2014-07-21 Thread Kent Fredric
commit: c9a44fae9cd4468e961eb6a08bfb5705c7d85b79
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:27:38 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:27:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c9a44fae

[fixup] dev-perl/Pod-WikiDoc PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Pod-WikiDoc/ChangeLog | 10 +-
 ...od-WikiDoc-0.190.0.ebuild => Pod-WikiDoc-0.190.0-r1.ebuild} |  4 ++--
 ...od-WikiDoc-0.200.0.ebuild => Pod-WikiDoc-0.200.0-r1.ebuild} |  4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index c7b10a1..fe3cc9c 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Pod-WikiDoc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-WikiDoc-0.200.0-r1 (22 Jul 2014)
+*Pod-WikiDoc-0.190.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric 
+  -Pod-WikiDoc-0.190.0.ebuild, +Pod-WikiDoc-0.190.0-r1.ebuild,
+  -Pod-WikiDoc-0.200.0.ebuild, +Pod-WikiDoc-0.200.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   03 May 2013; Kent Fredric  Pod-WikiDoc-0.180.0.ebuild:
   Fix dependency on File-pushd ( normalize )
 

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild 
b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
similarity index 94%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
index 5501fc6..924b16d 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
# Parse::RecDescent 1.967006 ( 1.967.6 )
echo \>=dev-perl/Parse-RecDescent-1.967.6
# Pod::Usage 1 ( 1.0.0 )
-   echo \>=virtual/perl-PodParser-1.0.0
+   echo \>=virtual/perl-Pod-Parser-1.0.0
# Scalar::Util 1.02 ( 1.20.0 )
echo \>=virtual/perl-Scalar-List-Utils-1.20.0
# perl 5.006 ( 5.6.0 )

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild 
b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
similarity index 95%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
index a3e16c3..dd66943 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -35,7 +35,7 @@ perl_meta_runtime() {
# Parse::RecDescent 1.967006 ( 1.967.6 )
echo \>=dev-perl/Parse-RecDescent-1.967.6
# Pod::Usage 1 ( 1.0.0 )
-   echo \>=virtual/perl-PodParser-1.0.0
+   echo \>=virtual/perl-Pod-Parser-1.0.0
# Scalar::Util 1.02 ( 1.20.0 )
echo \>=virtual/perl-Scalar-List-Utils-1.20.0
# Text::Balanced



[gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Usage/

2014-07-21 Thread Kent Fredric
commit: 96ea970593ad5ccadd429d4eb38f14f7ea0eea5d
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Jul 22 02:19:58 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Jul 22 02:19:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=96ea9705

[fixup] perl-core/Pod-Usage PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 perl-core/Pod-Usage/ChangeLog | 8 +++-
 .../{Pod-Usage-1.610.0.ebuild => Pod-Usage-1.610.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-core/Pod-Usage/ChangeLog b/perl-core/Pod-Usage/ChangeLog
index e1c9210..d921330 100644
--- a/perl-core/Pod-Usage/ChangeLog
+++ b/perl-core/Pod-Usage/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Pod-Usage
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Usage-1.610.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric  -Pod-Usage-1.610.0.ebuild,
+  +Pod-Usage-1.610.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-Usage-1.610.0 (09 Feb 2013)
 
   09 Feb 2013; Kent Fredric  +Pod-Usage-1.610.0.ebuild,

diff --git a/perl-core/Pod-Usage/Pod-Usage-1.610.0.ebuild 
b/perl-core/Pod-Usage/Pod-Usage-1.610.0-r1.ebuild
similarity index 90%
rename from perl-core/Pod-Usage/Pod-Usage-1.610.0.ebuild
rename to perl-core/Pod-Usage/Pod-Usage-1.610.0-r1.ebuild
index b5d2efb..2b1eaf8 100644
--- a/perl-core/Pod-Usage/Pod-Usage-1.610.0.ebuild
+++ b/perl-core/Pod-Usage/Pod-Usage-1.610.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -25,7 +25,7 @@ perl_meta_runtime() {
# File::Basename
echo dev-lang/perl
# Pod::Parser 1.60 ( 1.600.0 )
-   echo \>=virtual/perl-PodParser-1.600.0
+   echo \>=virtual/perl-Pod-Parser-1.600.0
# Test::More 0.6 ( 0.600.0 )
echo \>=virtual/perl-Test-Simple-0.600.0
 }



[gentoo-commits] gentoo-x86 commit in dev-python/couchdb-python: couchdb-python-0.10.ebuild ChangeLog couchdb-python-0.8.ebuild couchdb-python-0.8-r1.ebuild

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 02:36:42

  Modified: ChangeLog
  Added:couchdb-python-0.10.ebuild
  Removed:  couchdb-python-0.8.ebuild
couchdb-python-0.8-r1.ebuild
  Log:
  bump; drop py2.6 add py3 pypy support, add IUSE doc, build & install
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.28 dev-python/couchdb-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   12 Sep 2013 20:59:38 -  1.27
+++ ChangeLog   22 Jul 2014 02:36:42 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/couchdb-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.27 
2013/09/12 20:59:38 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.28 
2014/07/22 02:36:42 idella4 Exp $
+
+*couchdb-python-0.10 (22 Jul 2014)
+
+  22 Jul 2014; Ian Delaney  +couchdb-python-0.10.ebuild,
+  -couchdb-python-0.8-r1.ebuild, -couchdb-python-0.8.ebuild:
+  bump; drop py2.6 add py3 pypy support, add IUSE doc, build & install
 
   12 Sep 2013; Michał Górny  couchdb-python-0.8-r1.ebuild,
   couchdb-python-0.9.ebuild:



1.1  dev-python/couchdb-python/couchdb-python-0.10.ebuild

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

Index: couchdb-python-0.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild,v 
1.1 2014/07/22 02:36:42 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

MY_PN="CouchDB"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Python library for working with CouchDB"
HOMEPAGE="http://code.google.com/p/couchdb-python/ 
http://pypi.python.org/pypi/CouchDB";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

S=${WORKDIR}/${MY_P}

# Tests require connectivity to a couchdb server.
# Re-enable when the ebuild is capable of starting a local couchdb
# instance.
RESTRICT=test

python_compile_all() {
esetup.py build_sphinx
}

python_test() {
esetup.py test
}

python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta: ChangeLog broadcom-sta-6.30.223.248-r1.ebuild broadcom-sta-6.30.223.248.ebuild

2014-07-21 Thread Yixun Lan (dlan)
dlan14/07/22 02:11:33

  Modified: ChangeLog
  Added:broadcom-sta-6.30.223.248-r1.ebuild
  Removed:  broadcom-sta-6.30.223.248.ebuild
  Log:
  bug 517716, fix not checking CONFIG_BCMA, thanks M.B 
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.61 net-wireless/broadcom-sta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   15 Jul 2014 23:59:47 -  1.60
+++ ChangeLog   22 Jul 2014 02:11:33 -  1.61
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/broadcom-sta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.60 
2014/07/15 23:59:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.61 
2014/07/22 02:11:33 dlan Exp $
+
+*broadcom-sta-6.30.223.248-r1 (22 Jul 2014)
+
+  22 Jul 2014; Yixun Lan  -broadcom-sta-6.30.223.248.ebuild,
+  +broadcom-sta-6.30.223.248-r1.ebuild:
+  bug 517716, fix not checking CONFIG_BCMA, thanks M.B 
 
 *broadcom-sta-6.30.223.248 (15 Jul 2014)
 



1.1  
net-wireless/broadcom-sta/broadcom-sta-6.30.223.248-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.248-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.248-r1.ebuild?rev=1.1&content-type=text/plain

Index: broadcom-sta-6.30.223.248-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.248-r1.ebuild,v
 1.1 2014/07/22 02:11:33 dlan Exp $

EAPI=5
inherit eutils linux-info linux-mod

DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver"
HOMEPAGE="http://www.broadcom.com/support/802.11/linux_sta.php";
SRC_BASE="http://www.broadcom.com/docs/linux_sta/hybrid-v35";
SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz )
amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz )
http://www.broadcom.com/docs/linux_sta/README_${PV}.txt -> 
README-${P}.txt"

LICENSE="Broadcom"
KEYWORDS="-* ~amd64 ~x86"

RESTRICT="mirror"

DEPEND="virtual/linux-sources"
RDEPEND=""

S="${WORKDIR}"

MODULE_NAMES="wl(net/wireless)"
MODULESD_WL_ALIASES=("wlan0 wl")

pkg_setup() {
# bug #300570
# NOTE: module builds correctly anyway with b43 and SSB enabled
# make checks non-fatal. The correct fix is blackisting ssb and, perhaps
# b43 via udev rules. Moreover, previous fix broke binpkgs support.
CONFIG_CHECK="~!B43 ~!BCMA ~!SSB"
CONFIG_CHECK2="LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP"
ERROR_B43="B43: If you insist on building this, you must blacklist it!"
ERROR_BCMA="BCMA: If you insist on building this, you must blacklist 
it!"
ERROR_SSB="SSB: If you insist on building this, you must blacklist it!"
ERROR_LIB80211="LIB80211: Please enable it. If you can't find it: 
enabling the driver for \"Intel PRO/Wireless 2100\" or \"Intel PRO/Wireless 
2200BG\" (IPW2100 or IPW2200) should suffice."
ERROR_MAC80211="MAC80211: If you insist on building this, you must 
blacklist it!"
ERROR_PREEMPT_RCU="PREEMPT_RCU: Please do not set the Preemption Model 
to \"Preemptible Kernel\"; choose something else."
ERROR_LIB80211_CRYPT_TKIP="LIB80211_CRYPT_TKIP: You will need this for 
WPA."
if kernel_is ge 3 8 8; then
CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211 
~!PREEMPT_RCU ~!PREEMPT"
elif kernel_is ge 2 6 32; then
CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211"
elif kernel_is ge 2 6 31; then
CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
~!MAC80211"
elif kernel_is ge 2 6 29; then
CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT 
COMPAT_NET_DEV_OPS"
else
CONFIG_CHECK="${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP"
fi

linux-mod_pkg_setup

BUILD_PARAMS="-C ${KV_DIR} M=${S}"
BUILD_TARGETS="wl.ko"
}

src_prepare() {
epatch \
"${FILESDIR}/${P

[gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-215.ebuild

2014-07-21 Thread Jeroen Roovers (jer)
jer 14/07/22 02:03:05

  Modified: ChangeLog udev-215.ebuild
  Log:
  Stable for HPPA (bug #517106).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.1069   sys-fs/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1069&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1069&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1068&r2=1.1069

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1068
retrieving revision 1.1069
diff -u -r1.1068 -r1.1069
--- ChangeLog   21 Jul 2014 21:55:01 -  1.1068
+++ ChangeLog   22 Jul 2014 02:03:05 -  1.1069
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1068 2014/07/21 
21:55:01 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1069 2014/07/22 
02:03:05 jer Exp $
+
+  22 Jul 2014; Jeroen Roovers  udev-215.ebuild:
+  Stable for HPPA (bug #517106).
 
   21 Jul 2014;   udev-215.ebuild:
   arm64 stable, bug #517106



1.10 sys-fs/udev/udev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215.ebuild?r1=1.9&r2=1.10

Index: udev-215.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- udev-215.ebuild 21 Jul 2014 21:55:01 -  1.9
+++ udev-215.ebuild 22 Jul 2014 02:03:05 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v 1.9 
2014/07/21 21:55:01 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215.ebuild,v 1.10 
2014/07/22 02:03:05 jer Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@

http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz

http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz";
fi
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"






[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-18-r1.ebuild ChangeLog

2014-07-21 Thread Jeroen Roovers (jer)
jer 14/07/22 02:03:01

  Modified: kmod-18-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #517106).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  sys-apps/kmod/kmod-18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild?r1=1.5&r2=1.6

Index: kmod-18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kmod-18-r1.ebuild   21 Jul 2014 22:18:27 -  1.5
+++ kmod-18-r1.ebuild   22 Jul 2014 02:03:01 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.5 
2014/07/21 22:18:27 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.6 
2014/07/22 02:03:01 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
inherit autotools git-2
 else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
inherit libtool
 fi
 



1.164sys-apps/kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.164&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.164&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.163&r2=1.164

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   21 Jul 2014 22:18:27 -  1.163
+++ ChangeLog   22 Jul 2014 02:03:01 -  1.164
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.163 2014/07/21 
22:18:27 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.164 2014/07/22 
02:03:01 jer Exp $
+
+  22 Jul 2014; Jeroen Roovers  kmod-18-r1.ebuild:
+  Stable for HPPA (bug #517106).
 
   21 Jul 2014;   kmod-18-r1.ebuild:
   arm64 stable, bug #517106






[gentoo-commits] gentoo-x86 commit in dev-python/jinja: ChangeLog jinja-2.7.3.ebuild

2014-07-21 Thread Jeroen Roovers (jer)
jer 14/07/22 02:00:56

  Modified: ChangeLog jinja-2.7.3.ebuild
  Log:
  Stable for HPPA (bug #497690).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.111dev-python/jinja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   21 Jul 2014 09:37:14 -  1.110
+++ ChangeLog   22 Jul 2014 02:00:55 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/jinja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.110 
2014/07/21 09:37:14 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.111 
2014/07/22 02:00:55 jer Exp $
+
+  22 Jul 2014; Jeroen Roovers  jinja-2.7.3.ebuild:
+  Stable for HPPA (bug #497690).
 
   21 Jul 2014; Dirkjan Ochtman  -jinja-2.6-r1.ebuild,
   -jinja-2.6-r2.ebuild, -jinja-2.6.ebuild, -jinja-2.7.1.ebuild,



1.2  dev-python/jinja/jinja-2.7.3.ebuild

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

Index: jinja-2.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jinja-2.7.3.ebuild  26 Jun 2014 17:49:48 -  1.1
+++ jinja-2.7.3.ebuild  22 Jul 2014 02:00:56 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.3.ebuild,v 1.1 
2014/06/26 17:49:48 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.3.ebuild,v 1.2 
2014/07/22 02:00:56 jer Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="doc examples"
 
 RDEPEND="dev-python/markupsafe[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-python/demjson: demjson-2.2.2.ebuild ChangeLog

2014-07-21 Thread Ian Delaney (idella4)
idella4 14/07/22 01:49:12

  Modified: ChangeLog
  Added:demjson-2.2.2.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.19 dev-python/demjson/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/demjson/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/demjson/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/demjson/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   30 May 2014 05:22:52 -  1.18
+++ ChangeLog   22 Jul 2014 01:49:12 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/demjson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.18 
2014/05/30 05:22:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.19 
2014/07/22 01:49:12 idella4 Exp $
+
+*demjson-2.2.2 (22 Jul 2014)
+
+  22 Jul 2014; Ian Delaney  +demjson-2.2.2.ebuild:
+  bump
 
 *demjson-2.0.1 (30 May 2014)
 



1.1  dev-python/demjson/demjson-2.2.2.ebuild

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

Index: demjson-2.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-python/demjson/demjson-2.2.2.ebuild,v 
1.1 2014/07/22 01:49:12 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object 
Notation) compliant with RFC 4627"
HOMEPAGE="http://deron.meranda.us/python/demjson/ 
http://pypi.python.org/pypi/demjson";
SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

python_test() {
cd test
if python_is_python3; then
2to3 -w --no-diffs test_demjson.py
fi
"${PYTHON}" test_demjson.py
}

python_install_all() {
distutils-r1_python_install_all
# Docs are .txt files
if use doc; then
dodoc docs/*.txt || die "Installation of documentation failed"
fi
}






[gentoo-commits] gentoo-x86 commit in games-fps/enemy-territory-omnibot: enemy-territory-omnibot-0.82.ebuild metadata.xml enemy-territory-omnibot-0.83.1.ebuild Manifest ChangeLog

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:36:22

  Added:enemy-territory-omnibot-0.82.ebuild metadata.xml
enemy-territory-omnibot-0.83.1.ebuild Manifest
ChangeLog
  Log:
  initial commit
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.1&content-type=text/plain

Index: enemy-territory-omnibot-0.82.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $

EAPI=2

GAME="enemy-territory"
MOD_DESC="Bots for Ennemy Territory"
MOD_NAME="Omnibot"
MOD_DIR="omnibot"

inherit games games-mods

HOMEPAGE="http://www.omni-bot.com/";
SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/151-omni-bot-enemy-territory/
 -> Omni-bot_${PV}_ET_Linux.zip"

LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"



1.1  games-fps/enemy-territory-omnibot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>


ott...@gentoo.org
Christoph Junghans

games




1.1  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.1&content-type=text/plain

Index: enemy-territory-omnibot-0.83.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $

EAPI=2

GAME="enemy-territory"
MOD_DESC="Bots for Ennemy Territory"
MOD_NAME="Omnibot"
MOD_DIR="omnibot"

inherit games games-mods

HOMEPAGE="http://www.omni-bot.com/";
MY_PV="${PV//./_}"
MY_PV="${MY_PV%_*}${MY_PV##*_}"
SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/158-omni-bot-enemy-territory
 -> omni-bot_${MY_PV}_ET_linux.zip

http://omni-bot.invisionzone.com/index.php?/files/getdownload/157-omni-bot-enemy-territory
 -> omni-bot_${MY_PV%?}_ET_waypoint_mod.zip"

LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"



1.1  games-fps/enemy-territory-omnibot/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST Omni-bot_0.82_ET_Linux.zip 22176480 SHA256 
4ebeeb3806dcf95a9c24f5a1be7eae39ac04e2a4b6e0ebc3793d651b541657cd SHA512 
ac1b55f9c5f660204611c63a78281561f6c73d68b33221bde7ef0bfc8bf5c372173112f89f5dce951922552c058a206cda2eeb075d00cc5a69b4746a311b7e15
 WHIRLPOOL 
d59bc9983a1e9918a624a40ec5cff27a925b29b29a89d9664ac8643b2de25e049ab38aeaaeb375d7f84ff11f3d22911a6271606598e067e7ff829835da929391
DIST omni-bot_0_831_ET_linux.zip 18392544 SHA256 
4d1e631a67b690aed9a5f8b7388ae4032736984cef534a9688f533886fae9650 SHA512 
642f27ae991b474e06a0768372c0d0f999bca6a6e59ba9c8e90b8be61bfe3a12bb7af2905b4d69f1149994378c6f15a4db88d06201588e998e94495b4ceedf40
 WHIRLPOOL 
a14764872d3f1073e5211f2c520fe3a19b188d5b27c9af384987c40b6b9549f61b42809ca3b3ea54cd8dd481016a947b725da821942240fa462e9dde3f856c84
DIST omni-bot_0_83_ET_waypoint_mod.zip 3247967 SHA256 
225217bd6c06e0efa236de22a8ba47624d1c4ffcdecf73551854a69c03962618 SHA512 
2747474e4d97315c61449c51ce5d6d87c26169de06fd4c0767cb558de38569a40cd095732be37cf5245d954eb1f4cecc5aa044ce9bb84cdb44a3502185efc969
 WHIRLPOOL 
42dc03315f6553cd54eb39453d041fe5e97a4789df58f3944983ed1f908334c24889c3a1279d6a6fe02f78d042bf6f90a371cb91ab55bffa1e7fd5a677e9d172
EBUILD enemy-territory-omnibot-0.82.ebuild 47

[gentoo-commits] gentoo-x86 commit in profiles/features/64bit-native: package.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:33:40

  Modified: package.mask
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.99 profiles/features/64bit-native/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?r1=1.98&r2=1.99

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- package.mask1 Apr 2014 15:43:44 -   1.98
+++ package.mask22 Jul 2014 01:33:40 -  1.99
@@ -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/features/64bit-native/package.mask,v 1.98 
2014/04/01 15:43:44 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.99 
2014/07/22 01:33:40 ottxor Exp $
 
 # AMD64 Team 
 # Mask packages that rely on amd64 multilib
@@ -87,6 +87,7 @@
 games-fps/doom3
 games-fps/enemy-territory-etpro
 games-fps/enemy-territory-fortress
+games-fps/enemy-territory-omnibot
 games-fps/enemy-territory-truecombat
 games-fps/enemy-territory
 games-fps/etqw-bin






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

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:33:40

  Modified: ChangeLog
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.81 profiles/features/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   17 May 2014 14:44:03 -  1.80
+++ ChangeLog   22 Jul 2014 01:33:40 -  1.81
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.80 
2014/05/17 14:44:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.81 
2014/07/22 01:33:40 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans 
+  64bit-native/package.mask:
+  masked games-fps/enemy-territory-omnibot on no-multilib
 
   17 May 2014; Sven Vermeulen  selinux/make.defaults:
   Remove USE=-acl default setting for SELinux profile, we do not really care






[gentoo-commits] gentoo-x86 commit in games-fps/enemy-territory-omnibot: - New directory

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:34:05

  Log:
  Directory /var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot added to 
the repository



[gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/amd64/no-multilib: package.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:32:35

  Modified: package.mask
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.35 profiles/hardened/linux/amd64/no-multilib/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?r1=1.34&r2=1.35

Index: package.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- package.mask27 Jun 2014 14:28:04 -  1.34
+++ package.mask22 Jul 2014 01:32:35 -  1.35
@@ -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/hardened/linux/amd64/no-multilib/package.mask,v
 1.34 2014/06/27 14:28:04 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
 1.35 2014/07/22 01:32:35 ottxor Exp $
 
 # These are broken as reported by Halcy0n, Aug, 23, 2011
 net-misc/teamviewer
@@ -106,6 +106,7 @@
 games-fps/doom3
 games-fps/enemy-territory-etpro
 games-fps/enemy-territory-fortress
+games-fps/enemy-territory-omnibot
 games-fps/enemy-territory-truecombat
 games-fps/enemy-territory
 games-fps/etqw-bin






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

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:32:35

  Modified: ChangeLog
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.61 profiles/hardened/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   17 Jul 2014 21:22:55 -  1.60
+++ ChangeLog   22 Jul 2014 01:32:35 -  1.61
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.60 
2014/07/17 21:22:55 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.61 
2014/07/22 01:32:35 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans 
+  linux/amd64/no-multilib/package.mask:
+  masked games-fps/enemy-territory-omnibot on no-multilib
 
   17 Jul 2014; Magnus Granberg 
   linux/amd64/no-multilib/make.defaults,






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:30:15

  Modified: ChangeLog
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.268profiles/arch/amd64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.268&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.268&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.267&r2=1.268

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   1 Jul 2014 07:47:50 -   1.267
+++ ChangeLog   22 Jul 2014 01:30:15 -  1.268
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.267 
2014/07/01 07:47:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.268 
2014/07/22 01:30:15 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans  no-multilib/package.mask:
+  masked games-fps/enemy-territory-omnibot on no-multilib
 
   01 Jul 2014; Michał Górny  x32/make.defaults:
   Update default ABI_X86 in x32 profile.






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-multilib: package.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 01:30:16

  Modified: package.mask
  Log:
  masked games-fps/enemy-territory-omnibot on no-multilib

Revision  ChangesPath
1.135profiles/arch/amd64/no-multilib/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.135&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.135&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?r1=1.134&r2=1.135

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- package.mask27 Jun 2014 14:24:55 -  1.134
+++ package.mask22 Jul 2014 01:30:16 -  1.135
@@ -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/arch/amd64/no-multilib/package.mask,v 1.134 
2014/06/27 14:24:55 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.135 
2014/07/22 01:30:16 ottxor Exp $
 
 # AMD64 Team 
 # Mask packages that rely on amd64 multilib
@@ -86,6 +86,7 @@
 games-fps/doom3
 games-fps/enemy-territory-etpro
 games-fps/enemy-territory-fortress
+games-fps/enemy-territory-omnibot
 games-fps/enemy-territory-truecombat
 games-fps/enemy-territory
 games-fps/etqw-bin






[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.107&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/drupal/ChangeLog?rev=1.107&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/drupal/ChangeLog?r1=1.106&r2=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 
+  -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] dev/xmw:master commit in: dev-embedded/msp430-uart/files/, dev-embedded/msp430-uart/

2014-07-21 Thread Michael Weber
commit: 459049cdafc115ed5485d06c51a0ac1763dc7aec
Author: Michael Weber  xmw  de>
AuthorDate: Tue Jul 22 00:22:44 2014 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Jul 22 00:22:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=459049cd

Fix for kernel 3.15

Package-Manager: portage-2.2.10
Manifest-Sign-Key: 62EEF090

---
 dev-embedded/msp430-uart/ChangeLog |  6 +++
 .../files/msp430-uart-0-cdc-acm-3.4.15.patch   | 33 +++
 dev-embedded/msp430-uart/msp430-uart-0-r2.ebuild   | 48 ++
 3 files changed, 87 insertions(+)

diff --git a/dev-embedded/msp430-uart/ChangeLog 
b/dev-embedded/msp430-uart/ChangeLog
index 898b950..cf98825 100644
--- a/dev-embedded/msp430-uart/ChangeLog
+++ b/dev-embedded/msp430-uart/ChangeLog
@@ -1,3 +1,9 @@
+*msp430-uart-0-r2 (22 Jul 2014)
+
+  22 Jul 2014; Michael Weber 
+  +files/msp430-uart-0-cdc-acm-3.4.15.patch, +msp430-uart-0-r2.ebuild:
+  Fix for kernel 3.15
+
 *msp430-uart-0-r1 (08 Jul 2014)
 
   08 Jul 2014; Michael Weber 

diff --git a/dev-embedded/msp430-uart/files/msp430-uart-0-cdc-acm-3.4.15.patch 
b/dev-embedded/msp430-uart/files/msp430-uart-0-cdc-acm-3.4.15.patch
new file mode 100644
index 000..32abf03
--- /dev/null
+++ b/dev-embedded/msp430-uart/files/msp430-uart-0-cdc-acm-3.4.15.patch
@@ -0,0 +1,33 @@
+From https://aur.archlinux.org/packages.php?ID=63769
+
+--- msp430-uart-0-r2/work/cdc-acm.c
 msp430-uart-0-r2/work/cdc-acm.c
+@@ -533,11 +533,6 @@
+   goto error_submit_urb;
+   }
+ 
+-  acm->ctrlout = ACM_CTRL_DTR | ACM_CTRL_RTS;
+-  retval = acm_set_control(acm, acm->ctrlout);
+-  if (retval < 0 && (acm->ctrl_caps & USB_CDC_CAP_LINE))
+-  goto error_set_control;
+-
+   /*
+* Unthrottle device in case the TTY was closed while throttled.
+*/
+@@ -561,8 +556,6 @@
+   usb_kill_urb(acm->read_urbs[i]);
+   acm->ctrlout = 0;
+   acm_set_control(acm, acm->ctrlout);
+-error_set_control:
+-  usb_kill_urb(acm->ctrlurb);
+ error_submit_urb:
+   usb_autopm_put_interface(acm->control);
+ error_get_interface:
+@@ -597,7 +590,6 @@
+   mutex_lock(&acm->mutex);
+   if (!acm->disconnected) {
+   pm_err = usb_autopm_get_interface(acm->control);
+-  acm_set_control(acm, acm->ctrlout = 0);
+ 
+   for (;;) {
+   urb = usb_get_from_anchor(&acm->delayed);

diff --git a/dev-embedded/msp430-uart/msp430-uart-0-r2.ebuild 
b/dev-embedded/msp430-uart/msp430-uart-0-r2.ebuild
new file mode 100644
index 000..a4cf60c
--- /dev/null
+++ b/dev-embedded/msp430-uart/msp430-uart-0-r2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit linux-info linux-mod eutils
+
+DESCRIPTION="kernel module fix for the MSP430 LaunchPad UART"
+HOMEPAGE="https://aur.archlinux.org/packages.php?ID=63769";
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CONFIG_CHECK="~!USB_SERIAL_TI"
+ERROR_X86_ACPI_CPUFREQ="CONFIG_USB_SERIAL_TI has to be configured to Module to 
enable the replacement of cdc-acm with msp430-uart."
+MODULE_NAMES="${PN}(misc:)"
+BUILD_TARGETS="module"
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}
+
+src_unpack() {
+   default
+   cp -v "${KERNEL_DIR}"/drivers/usb/class/cdc-acm.{c,h} . || die
+}
+
+src_prepare() {
+   if kernel_is ge 3 14 15 ; then
+   epatch "${FILESDIR}"/${P}-cdc-acm-3.4.15.patch
+   else 
+   if kernel_is ge 3 14 10 ; then
+   epatch "${FILESDIR}"/${P}-cdc-acm-3.4.10.patch
+   else
+   epatch "${FILESDIR}"/${P}-cdc-acm.patch
+   fi
+   fi
+   echo "obj-m := ${PN}.o" >> Makefile
+   echo "module:" >> Makefile
+   echo "  \$(MAKE) -C "${KERNEL_DIR}" M="${S}" modules" >> Makefile
+   mv cdc-acm.c ${PN}.c || die
+   export KERNEL_DIR="${KERNEL_DIR}"
+}



[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot/files: gnuplot-5.0_rc1-libcerf.patch

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:16:44

  Added:gnuplot-5.0_rc1-libcerf.patch
  Log:
  remove libcerf auto-magic (bug #517726#c3)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  
sci-visualization/gnuplot/files/gnuplot-5.0_rc1-libcerf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/files/gnuplot-5.0_rc1-libcerf.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/files/gnuplot-5.0_rc1-libcerf.patch?rev=1.1&content-type=text/plain

Index: gnuplot-5.0_rc1-libcerf.patch
===
https://sourceforge.net/p/gnuplot/feature-requests/399/
Index: configure.in
===
RCS file: /cvsroot/gnuplot/gnuplot/configure.in,v
retrieving revision 1.370
diff -u -r1.370 configure.in
--- configure.in20 Jun 2014 22:58:46 -  1.370
+++ configure.in21 Jul 2014 23:33:43 -
@@ -80,19 +80,25 @@
 AC_FUNC_FSEEKO
 AC_SYS_LARGEFILE
 
-dnl The libcerf library contains a set of complex-valued special functions
-dnl related to the error function (cerf, erfi, Dawson's integral, Voigt 
profile).
-dnl If libcerf is installed then we can use them.
-PKG_CHECK_MODULES_NOFAIL([LIBCERF], [libcerf],
-[
-CPPFLAGS="$CPPFLAGS $LIBCERF_CFLAGS"
-LDFLAGS="$LDFLAGS $LIBCERF_LIBS"
-],
-)
-AC_SEARCH_LIBS([cdawson], [cerf],
-[AC_DEFINE([HAVE_LIBCERF], 1, [define if you have libcerf])
-have_libcerf=yes]
-)
+AC_ARG_WITH(libcerf,dnl
+[  --without-libcerf  build without special functions from libcerf 
(default enabled)],,
+  [test -z "${with_libcerf}" && with_libcerf=yes])
+
+if test "${with_libcerf}" = yes ; then
+  dnl The libcerf library contains a set of complex-valued special functions
+  dnl related to the error function (cerf, erfi, Dawson's integral, Voigt 
profile).
+  dnl If libcerf is installed then we can use them.
+  PKG_CHECK_MODULES_NOFAIL([LIBCERF], [libcerf],
+  [
+  CPPFLAGS="$CPPFLAGS $LIBCERF_CFLAGS"
+  LDFLAGS="$LDFLAGS $LIBCERF_LIBS"
+  ],
+  )
+  AC_SEARCH_LIBS([cdawson], [cerf],
+  [AC_DEFINE([HAVE_LIBCERF], 1, [define if you have libcerf])
+  have_libcerf=yes]
+  )
+fi
 
 dnl Various programs
 dnl X/Emacs for building .texi version of docs






[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: metadata.xml gnuplot-5.0_rc1-r1.ebuild ChangeLog gnuplot-5.0_rc1.ebuild

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:16:43

  Modified: metadata.xml ChangeLog
  Added:gnuplot-5.0_rc1-r1.ebuild
  Removed:  gnuplot-5.0_rc1.ebuild
  Log:
  remove libcerf auto-magic (bug #517726#c3)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.18 sci-visualization/gnuplot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?r1=1.17&r2=1.18

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/metadata.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- metadata.xml27 Sep 2013 07:55:53 -  1.17
+++ metadata.xml22 Jul 2014 00:16:43 -  1.18
@@ -19,6 +19,7 @@
   
 Add support for media-libs/gd.
 Needed for GIF, JPEG, and PNG image output.
+Enable special functions from 
sci-libs/libcerf
 Enable thin plate splines
 Enable dot-matrix printers and pbm terminal
   



1.249sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.249&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.249&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.248&r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   19 Jul 2014 06:19:28 -  1.248
+++ ChangeLog   22 Jul 2014 00:16:43 -  1.249
@@ -1,6 +1,13 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.248 
2014/07/19 06:19:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.249 
2014/07/22 00:16:43 ottxor Exp $
+
+*gnuplot-5.0_rc1-r1 (22 Jul 2014)
+
+  22 Jul 2014; Christoph Junghans 
+  +files/gnuplot-5.0_rc1-libcerf.patch, +gnuplot-5.0_rc1-r1.ebuild,
+  -gnuplot-5.0_rc1.ebuild, metadata.xml:
+  remove libcerf auto-magic (bug #517726#c3)
 
   19 Jul 2014; Ulrich Müller  gnuplot-4.6.4-r2.ebuild:
   Stable on x86, bug 508218.



1.1  sci-visualization/gnuplot/gnuplot-5.0_rc1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnuplot-5.0_rc1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc1-r1.ebuild,v 
1.1 2014/07/22 00:16:43 ottxor Exp $

EAPI=5

inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets

DESCRIPTION="Command-line driven interactive plotting program"
HOMEPAGE="http://www.gnuplot.info/";

if [[ -z ${PV%%*} ]]; then
inherit autotools cvs
ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
ECVS_MODULE="gnuplot"
ECVS_BRANCH="HEAD"
ECVS_USER="anonymous"
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
KEYWORDS=""
else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
inherit autotools
fi

LICENSE="gnuplot bitmap? ( free-noncomm )"
SLOT="0"
IUSE="aqua bitmap cairo doc examples +gd ggi latex libcaca libcerf lua qt4 
readline svga wxwidgets X"

RDEPEND="
cairo? (
x11-libs/cairo
x11-libs/pango )
gd? ( >=media-libs/gd-2.0.35-r3[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
>=dev-texlive/texlive-latexrecommended-2008-r2 ) )
libcaca? ( media-libs/libcaca )
lua? ( dev-lang/lua )
qt4? ( >=dev-qt/qtcore-4.5:4
>=dev-qt/qtgui-4.5:4
>=dev-qt/qtsvg-4.5:4 )
readline? ( sys-

[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: ChangeLog package.use.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:16:00

  Modified: ChangeLog package.use.mask
  Log:
  mask libcerf useflag (bug 517726)

Revision  ChangesPath
1.220profiles/arch/sparc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.220&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.220&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?r1=1.219&r2=1.220

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   24 Jun 2014 14:27:17 -  1.219
+++ ChangeLog   22 Jul 2014 00:16:00 -  1.220
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/sparc profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.219 
2014/06/24 14:27:17 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.220 
2014/07/22 00:16:00 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans  package.use.mask:
+  mask libcerf useflag (bug 517726)
 
   24 Jun 2014; Alexandre Rostovtsev  package.use.mask:
   Remove obsolete gvfs[udisks] mask (bug #412801 and #440866).



1.167profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.167&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.167&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.166&r2=1.167

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- package.use.mask9 Jul 2014 16:20:48 -   1.166
+++ package.use.mask22 Jul 2014 00:16:00 -  1.167
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.166 2014/07/09 16:20:48 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.167 2014/07/22 00:16:00 ottxor Exp $
+
+# Christoph Junghans  (21 Jul 2014)
+# Missing keywords on sci-libs/libcerf (bug 517726)
+sci-visualization/gnuplot libcerf
 
 # Maxim Koltsov  (9 Jul 2014)
 # Missing keywords on dev-python/rst2pdf, bug #515222






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog package.use.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:15:29

  Modified: ChangeLog package.use.mask
  Log:
  mask libcerf useflag (bug 517726)

Revision  ChangesPath
1.270profiles/arch/powerpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.270&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.270&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.269&r2=1.270

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   10 Jul 2014 18:54:27 -  1.269
+++ ChangeLog   22 Jul 2014 00:15:29 -  1.270
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.269 
2014/07/10 18:54:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.270 
2014/07/22 00:15:29 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans  package.use.mask:
+  mask libcerf useflag (bug 517726)
 
   10 Jul 2014; Anthony G. Basile  use.mask:
   x264 works on pcc, bug #516856



1.199profiles/arch/powerpc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.199&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.199&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?r1=1.198&r2=1.199

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- package.use.mask9 Jul 2014 16:20:48 -   1.198
+++ package.use.mask22 Jul 2014 00:15:29 -  1.199
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.198 2014/07/09 16:20:48 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.199 2014/07/22 00:15:29 ottxor Exp $
+
+# Christoph Junghans  (21 Jul 2014)
+# Missing keywords on sci-libs/libcerf (bug 517726)
+sci-visualization/gnuplot libcerf
 
 # Maxim Koltsov  (9 Jul 2014)
 # Missing keywords on dev-python/rst2pdf, bug #515222






[gentoo-commits] gentoo-x86 commit in profiles/arch/ia64: ChangeLog package.use.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:14:23

  Modified: ChangeLog package.use.mask
  Log:
  mask libcerf useflag (bug 517726)

Revision  ChangesPath
1.206profiles/arch/ia64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.206&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.206&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?r1=1.205&r2=1.206

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   1 Jul 2014 14:13:01 -   1.205
+++ ChangeLog   22 Jul 2014 00:14:23 -  1.206
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ia64 profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.205 
2014/07/01 14:13:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.206 
2014/07/22 00:14:23 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans  package.use.mask:
+  mask libcerf useflag (bug 517726)
 
   01 Jul 2014; Michał Górny  make.defaults:
   Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid



1.145profiles/arch/ia64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.145&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.145&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?r1=1.144&r2=1.145

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- package.use.mask26 Apr 2014 11:35:06 -  1.144
+++ package.use.mask22 Jul 2014 00:14:23 -  1.145
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.144 
2014/04/26 11:35:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.145 
2014/07/22 00:14:23 ottxor Exp $
+
+# Christoph Junghans  (21 Jul 2014)
+# Missing keywords on sci-libs/libcerf (bug 517726)
+sci-visualization/gnuplot libcerf
 
 # Markos Chandras  (26 Apr 2014)
 # dev-libs/jansson is not keyworded for ia64. Bug #507428






[gentoo-commits] gentoo-x86 commit in sys-power/phc-intel/files: phc-intel-0.3.2-rev12-trailing-space-misc.patch phc-intel-0.3.2-rev14-trailing-space-3.13.patch phc-intel-0.3.2-rev12-trailing-space-3.

2014-07-21 Thread Michael Weber (xmw)
xmw 14/07/22 00:13:06

  Added:phc-intel-0.3.2-rev12-trailing-space-misc.patch
phc-intel-0.3.2-rev14-trailing-space-3.13.patch
phc-intel-0.3.2-rev12-trailing-space-3.5.patch
phc-intel-0.3.2-rev14-trailing-space-3.14.patch
phc-intel-0.3.2-rev15-trailing-space-3.5.patch
phc-intel-0.3.2-rev15-trailing-space-3.15.patch
  Removed:  phc-intel-0.3.2.12.1-r5-2.6.35.patch
phc-intel-0.3.2.12.1-r5-2.6.37.patch
phc-intel-pack-rev12-trailing-space-r1.patch
phc-intel-0.3.2.12.1-r5-3.7.patch
phc-intel-0.3.2.12.1-r5-2.6.36.patch
phc-intel-pack-rev14-trailing-space-3.13.patch
phc-intel-pack-rev14-trailing-space-3.14.patch
  Log:
  Version bump (bug 513692), remove old ebuilds, patch correct patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.1  
sys-power/phc-intel/files/phc-intel-0.3.2-rev12-trailing-space-misc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev12-trailing-space-misc.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev12-trailing-space-misc.patch?rev=1.1&content-type=text/plain

Index: phc-intel-0.3.2-rev12-trailing-space-misc.patch
===
Remove trailing white spaces from /proc output.

Signed-off-by: Michael Weber 
--- phc-intel-pack-rev11/inc/2.6.27/linux-phc-0.3.2.patch
+++ phc-intel-pack-rev11/inc/2.6.27/linux-phc-0.3.2.patch
@@ -73,7 +73,7 @@
  
return 0;
  }
-@@ -757,12 +769,477 @@
+@@ -757,12 +769,482 @@
data->resume = 1;
  
return 0;
@@ -156,6 +156,7 @@
 +  vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u ", vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -185,6 +186,7 @@
 +  vid = 
extract_vid_from_control(data->original_controls[freq_table[i].index]);
 +  count += sprintf(&buf[count], "%u ", vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -211,6 +213,7 @@
 +  fid = 
extract_fid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u ", fid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -239,6 +242,7 @@
 +  vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -270,6 +274,7 @@
 +  vid = 
extract_vid_from_control(data->original_controls[freq_table[i].index]);
 +  count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
--- phc-intel-pack-rev11/inc/2.6.27.57/linux-phc-0.3.2.patch
+++ phc-intel-pack-rev11/inc/2.6.27.57/linux-phc-0.3.2.patch
@@ -74,7 +74,7 @@
  
return 0;
  }
-@@ -758,12 +770,477 @@
+@@ -758,12 +770,482 @@
data->resume = 1;
  
return 0;
@@ -157,6 +157,7 @@
 +  vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u ", vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -186,6 +187,7 @@
 +  vid = 
extract_vid_from_control(data->original_controls[freq_table[i].index]);
 +  count += sprintf(&buf[count], "%u ", vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -212,6 +214,7 @@
 +  fid = 
extract_fid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u ", fid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -240,6 +243,7 @@
 +  vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].index].control);
 +  count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +  }
++  if (count) count--;
 +  count += sprintf(&buf[count], "\n");
 +
 +  return count;
@@ -271,6 +275,7 @@
 +  vid = 
extract_vid_from_control(data->original_controls[freq_table[i].index]);
 +  count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +  }

[gentoo-commits] gentoo-x86 commit in sys-power/phc-intel: phc-intel-0.3.2.12.14-r1.ebuild phc-intel-0.3.2.12.15.1.ebuild ChangeLog phc-intel-0.3.2.12.14.ebuild phc-intel-0.3.199.11_pre.ebuild phc-int

2014-07-21 Thread Michael Weber (xmw)
xmw 14/07/22 00:13:06

  Modified: ChangeLog
  Added:phc-intel-0.3.2.12.14-r1.ebuild
phc-intel-0.3.2.12.15.1.ebuild
  Removed:  phc-intel-0.3.2.12.14.ebuild
phc-intel-0.3.199.11_pre.ebuild
phc-intel-0.3.2.12.12.ebuild
phc-intel-0.3.2.12.1-r5.ebuild
  Log:
  Version bump (bug 513692), remove old ebuilds, patch correct patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.17 sys-power/phc-intel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   14 Apr 2014 00:27:54 -  1.16
+++ ChangeLog   22 Jul 2014 00:13:05 -  1.17
@@ -1,6 +1,28 @@
 # ChangeLog for sys-power/phc-intel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.16 
2014/04/14 00:27:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.17 
2014/07/22 00:13:05 xmw Exp $
+
+*phc-intel-0.3.2.12.14-r1 (22 Jul 2014)
+*phc-intel-0.3.2.12.15.1 (22 Jul 2014)
+
+  22 Jul 2014; Michael Weber 
+  +files/phc-intel-0.3.2-rev12-trailing-space-3.5.patch,
+  +files/phc-intel-0.3.2-rev12-trailing-space-misc.patch,
+  +files/phc-intel-0.3.2-rev14-trailing-space-3.13.patch,
+  +files/phc-intel-0.3.2-rev14-trailing-space-3.14.patch,
+  +files/phc-intel-0.3.2-rev15-trailing-space-3.15.patch,
+  +files/phc-intel-0.3.2-rev15-trailing-space-3.5.patch,
+  +phc-intel-0.3.2.12.14-r1.ebuild, +phc-intel-0.3.2.12.15.1.ebuild,
+  -files/phc-intel-0.3.2.12.1-r5-2.6.35.patch,
+  -files/phc-intel-0.3.2.12.1-r5-2.6.36.patch,
+  -files/phc-intel-0.3.2.12.1-r5-2.6.37.patch,
+  -files/phc-intel-0.3.2.12.1-r5-3.7.patch,
+  -files/phc-intel-pack-rev12-trailing-space-r1.patch,
+  -files/phc-intel-pack-rev14-trailing-space-3.13.patch,
+  -files/phc-intel-pack-rev14-trailing-space-3.14.patch,
+  -phc-intel-0.3.199.11_pre.ebuild, -phc-intel-0.3.2.12.1-r5.ebuild,
+  -phc-intel-0.3.2.12.12.ebuild, -phc-intel-0.3.2.12.14.ebuild:
+  Version bump (bug 513692), remove old ebuilds, patch correct patch.
 
 *phc-intel-0.3.2.12.14 (14 Apr 2014)
 



1.1  sys-power/phc-intel/phc-intel-0.3.2.12.14-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.14-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.14-r1.ebuild?rev=1.1&content-type=text/plain

Index: phc-intel-0.3.2.12.14-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.14-r1.ebuild,v 
1.1 2014/07/22 00:13:05 xmw Exp $

EAPI=5

inherit linux-info linux-mod eutils

DESCRIPTION="Processor Hardware Control for Intel CPUs"
HOMEPAGE="http://www.linux-phc.org/
http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
#no automatic filenames here, sorry
SRC_URI="http://www.linux-phc.org/forum/download/file.php?id=159 -> 
phc-intel-pack-rev14.tar.bz2"

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

CONFIG_CHECK="~!X86_ACPI_CPUFREQ"
ERROR_X86_ACPI_CPUFREQ="CONFIG_X86_ACPI_CPUFREQ has to be configured to Module 
to enable the replacement of acpi-cpufreq with phc-intel."

MODULE_NAMES="phc-intel(misc:)"
BUILD_PARAMS="KERNELSRC=\"${KERNEL_DIR}\" -j1"
BUILD_TARGETS="all"

S=${WORKDIR}/${A/.tar.bz2}

pkg_setup() {
if kernel_is lt 2 6 27 ; then
eerror "Your kernel version is no longer supported by this 
version of ${PN}."
eerror "Please use a previous version of ${PN} or a newer 
kernel."
die
fi
if kernel_is gt 3 14 ; then
eerror "Your kernel version is not yet supported by this 
version of ${PN}."
eerror "Please use a newer version of ${PN} or an older kernel."
die
fi
linux-mod_pkg_setup
}

src_prepare() {
epatch \
"${FILESDIR}"/phc-intel-0.3.2-rev12-trailing-space-misc.patch \
"${FILESDIR}"/phc-intel-0.3.2-rev12-trailing-space-3.5.patch \
"${FILESDIR}"/phc-intel-0.3.2-rev14-trailing-space-3.13.patch \
"${FILESDIR}"/ph

[gentoo-commits] gentoo-x86 commit in profiles/arch/alpha: ChangeLog package.use.mask

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/22 00:13:15

  Modified: ChangeLog package.use.mask
  Log:
  mask libcerf useflag (bug 517726)

Revision  ChangesPath
1.191profiles/arch/alpha/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   1 Jul 2014 14:18:07 -   1.190
+++ ChangeLog   22 Jul 2014 00:13:15 -  1.191
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/Alpha profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.190 
2014/07/01 14:18:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.191 
2014/07/22 00:13:15 ottxor Exp $
+
+  22 Jul 2014; Christoph Junghans  package.use.mask:
+  mask libcerf useflag (bug 517726)
 
   01 Jul 2014; Michał Górny  make.defaults:
   Set ABI, DEFAULT_ABI and friends consistently with other profiles.



1.156profiles/arch/alpha/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.156&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.156&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?r1=1.155&r2=1.156

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- package.use.mask20 Jul 2014 08:59:25 -  1.155
+++ package.use.mask22 Jul 2014 00:13:15 -  1.156
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.155 2014/07/20 08:59:25 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.156 2014/07/22 00:13:15 ottxor Exp $
+
+# Christoph Junghans  (21 Jul 2014)
+# Missing keywords on sci-libs/libcerf (bug 517726)
+sci-visualization/gnuplot libcerf
 
 # Tobias Klausmann 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Pid/

2014-07-21 Thread Kent Fredric
commit: 4f88be35f3ce539bc87045aeea0ac180407ce486
Author: mudler  dark-lab  net>
AuthorDate: Mon Jul 21 13:57:03 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Mon Jul 21 23:33:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4f88be35

[added] File::Pid

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B

---
 dev-perl/File-Pid/ChangeLog  |  9 +
 dev-perl/File-Pid/File-Pid-1.10.0.ebuild | 34 
 dev-perl/File-Pid/metadata.xml   | 13 
 3 files changed, 56 insertions(+)

diff --git a/dev-perl/File-Pid/ChangeLog b/dev-perl/File-Pid/ChangeLog
new file mode 100644
index 000..dd27734
--- /dev/null
+++ b/dev-perl/File-Pid/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/File-Pid
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*File-Pid-1.10.0 (21 Jul 2014)
+
+  21 Jul 2014; mudler 
+  +File-Pid-1.10.0.ebuild, +metadata.xml:
+  [added] File::Pid

diff --git a/dev-perl/File-Pid/File-Pid-1.10.0.ebuild 
b/dev-perl/File-Pid/File-Pid-1.10.0.ebuild
new file mode 100644
index 000..15dd608
--- /dev/null
+++ b/dev-perl/File-Pid/File-Pid-1.10.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CWEST
+MODULE_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION='Pid File Manipulation'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_runtime() {
+   # Class::Accessor::Fast 0.19 ( 0.190.0 )
+   echo \>=dev-perl/Class-Accessor-0.190.0
+}
+perl_meta_test() {
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+DEPEND="
+   $(perl_meta_runtime)
+   $(perl_meta_configure)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/File-Pid/metadata.xml b/dev-perl/File-Pid/metadata.xml
new file mode 100644
index 000..3bdf206
--- /dev/null
+++ b/dev-perl/File-Pid/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   perl
+   
+   mud...@dark-lab.net
+   mudler
+   
+   
+   File-Pid
+   File::Pid
+   
+



[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: ChangeLog elogviewer-0.6.2-r2.ebuild

2014-07-21 Thread Paul Varner (fuzzyray)
fuzzyray14/07/21 23:27:37

  Modified: ChangeLog
  Added:elogviewer-0.6.2-r2.ebuild
  Log:
  Restore elogviewer-0.6.2-r2 due to user request. Bug #515654
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xDCB4A7FF)

Revision  ChangesPath
1.50 app-portage/elogviewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   13 Jul 2014 10:54:45 -  1.49
+++ ChangeLog   21 Jul 2014 23:27:36 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.49 
2014/07/13 10:54:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.50 
2014/07/21 23:27:36 fuzzyray Exp $
+
+  21 Jul 2014; Paul Varner  +elogviewer-0.6.2-r2.ebuild:
+  Restore elogviewer-0.6.2-r2 due to user request. Bug #515654
 
   13 Jul 2014; Mikle Kolyada  elogviewer-2.1-r1.ebuild:
   sparc stable wrt bug #510560



1.3  app-portage/elogviewer/elogviewer-0.6.2-r2.ebuild

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







[gentoo-commits] gentoo-x86 commit in sci-libs/libcerf/files: libcerf-1.3-autotools.patch

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/21 23:23:37

  Modified: libcerf-1.3-autotools.patch
  Log:
  don't inject -Werror and keyworded  ~x86-macos ~amd64-linux ~arm (tested by 
me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sci-libs/libcerf/files/libcerf-1.3-autotools.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?r1=1.1&r2=1.2

Index: libcerf-1.3-autotools.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcerf-1.3-autotools.patch 21 Jul 2014 20:53:34 -  1.1
+++ libcerf-1.3-autotools.patch 21 Jul 2014 23:23:37 -  1.2
@@ -1,4 +1,25 @@
 Send upstream (j.wut...@fz-juelich.de) 14.07.14
+diff -Naur libcerf-1.3.orig/configure.ac libcerf-1.3/configure.ac
+--- libcerf-1.3.orig/configure.ac  2013-07-17 03:49:33.0 -0600
 libcerf-1.3/configure.ac   2014-07-21 17:01:15.399324021 -0600
+@@ -19,7 +19,7 @@
+ # Website:
+ #   http://apps.jcns.fz-juelich.de/libcerf
+ 
+-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
++AC_INIT([libcerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
+   # version is current:revision:age; for simplicity, we always put age=0
+   # <- http://www.sourceware.org/autobook/autobook/autobook_91.html
+ 
+@@ -31,7 +31,7 @@
+ LT_INIT([disable-static])
+ 
+ AC_PROG_CC_C99
+-AC_SUBST(AM_CFLAGS,"-pedantic -Wall -Werror")
++AC_SUBST(AM_CFLAGS,"-pedantic -Wall")
+ AC_CONFIG_HEADERS([config.h]) # to avoid endless -D options
+ AC_HEADER_STDC
+ 
 diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in
 --- libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.0 -0600
 +++ libcerf-1.3/libcerf.pc.in  2014-07-14 11:18:01.646512503 -0600






[gentoo-commits] gentoo-x86 commit in sci-libs/libcerf: libcerf-1.3.ebuild ChangeLog

2014-07-21 Thread Christoph Junghans (ottxor)
ottxor  14/07/21 23:23:37

  Modified: libcerf-1.3.ebuild ChangeLog
  Log:
  don't inject -Werror and keyworded  ~x86-macos ~amd64-linux ~arm (tested by 
me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  sci-libs/libcerf/libcerf-1.3.ebuild

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

Index: libcerf-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcerf-1.3.ebuild  21 Jul 2014 22:51:59 -  1.2
+++ libcerf-1.3.ebuild  21 Jul 2014 23:23:37 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.2 
2014/07/21 22:51:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.3 
2014/07/21 23:23:37 ottxor Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-macos"
 IUSE="doc static-libs test"
 
 DEPEND=""



1.3  sci-libs/libcerf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Jul 2014 22:51:59 -  1.2
+++ ChangeLog   21 Jul 2014 23:23:37 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libcerf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.2 2014/07/21 
22:51:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.3 2014/07/21 
23:23:37 ottxor Exp $
+
+  21 Jul 2014; Christoph Junghans 
+  files/libcerf-1.3-autotools.patch, libcerf-1.3.ebuild:
+  don't inject -Werror and keyworded  ~x86-macos ~amd64-linux ~arm (tested by
+  me)
 
   21 Jul 2014; Jeroen Roovers  libcerf-1.3.ebuild:
   Marked ~hppa (bug #517726).






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Daemon-Control/

2014-07-21 Thread Kent Fredric
commit: 72c17b8ff3d35289a1c719da85d2926df2fbe7f5
Author: mudler  dark-lab  net>
AuthorDate: Mon Jul 21 13:41:15 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Mon Jul 21 22:42:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=72c17b8f

[added] Daemon::Control

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B

---
 dev-perl/Daemon-Control/ChangeLog  |  9 
 .../Daemon-Control/Daemon-Control-0.1.6.ebuild | 49 ++
 dev-perl/Daemon-Control/metadata.xml   | 13 ++
 3 files changed, 71 insertions(+)

diff --git a/dev-perl/Daemon-Control/ChangeLog 
b/dev-perl/Daemon-Control/ChangeLog
new file mode 100644
index 000..743f05f
--- /dev/null
+++ b/dev-perl/Daemon-Control/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Daemon-Control
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Daemon-Control-0.1.6 (21 Jun 2014)
+
+  21 Jul 2014; mudler 
+  +Daemon-Control-0.1.6.ebuild, +metadata.xml:
+  [added] Daemon::Control

diff --git a/dev-perl/Daemon-Control/Daemon-Control-0.1.6.ebuild 
b/dev-perl/Daemon-Control/Daemon-Control-0.1.6.ebuild
new file mode 100644
index 000..66b0a7d
--- /dev/null
+++ b/dev-perl/Daemon-Control/Daemon-Control-0.1.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SYMKAT
+MODULE_VERSION=0.001006
+inherit perl-module
+
+DESCRIPTION='Create init scripts in Perl'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+   echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+   echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   # Test::More 0.88 ( 0.880.0 )
+   echo \>=virtual/perl-Test-Simple-0.880.0
+}
+perl_meta_runtime() {
+   # Cwd
+   echo virtual/perl-File-Spec
+   # File::Path 2.08 ( 2.80.0 )
+   echo \>=virtual/perl-File-Path-2.80.0
+   # File::Spec
+   echo virtual/perl-File-Spec
+   # POSIX
+   echo dev-lang/perl
+   # perl v5.8.1 ( 5.8.1 )
+   echo \>=dev-lang/perl-5.8.1
+}
+perl_meta_test(){
+# Test::More 0.88 ( 0.880.0 )
+echo \>=virtual/perl-Test-Simple-0.880.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Daemon-Control/metadata.xml 
b/dev-perl/Daemon-Control/metadata.xml
new file mode 100644
index 000..e228a30
--- /dev/null
+++ b/dev-perl/Daemon-Control/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   perl
+   
+   mud...@dark-lab.net
+   mudler
+   
+   
+   Daemon-Control
+   Daemon::Control
+   
+



[gentoo-commits] gentoo-x86 commit in app-text/llpp: llpp-19.ebuild ChangeLog

2014-07-21 Thread Michael Weber (xmw)
xmw 14/07/21 23:08:55

  Modified: ChangeLog
  Added:llpp-19.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.60 app-text/llpp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/llpp/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/llpp/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/llpp/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   17 Apr 2014 14:40:41 -  1.59
+++ ChangeLog   21 Jul 2014 23:08:55 -  1.60
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/llpp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.59 2014/04/17 
14:40:41 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.60 2014/07/21 
23:08:55 xmw Exp $
+
+*llpp-19 (21 Jul 2014)
+
+  21 Jul 2014; Michael Weber  +llpp-19.ebuild:
+  Version bump
 
   17 Apr 2014; Michael Weber  llpp-18.ebuild:
   Resign manifest



1.1  app-text/llpp/llpp-19.ebuild

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

Index: llpp-19.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-19.ebuild,v 1.1 
2014/07/21 23:08:55 xmw Exp $

EAPI=5

inherit eutils multilib toolchain-funcs vcs-snapshot

DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)"
HOMEPAGE="http://repo.or.cz/w/llpp.git";
SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/7311f1b13aaf010525c477934fe1ea49ae733625.tar.gz
 -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+ocamlopt static"

LIB_DEPEND=">=app-text/mupdf-1.5:0=[static-libs]
media-libs/openjpeg:2[static-libs]
media-libs/fontconfig:1.0[static-libs]
media-libs/freetype:2[static-libs]
media-libs/jbig2dec[static-libs]
sys-libs/zlib[static-libs]
virtual/jpeg:0[static-libs]
x11-libs/libX11[static-libs]"
RDEPEND="x11-misc/xsel
!static? ( ${LIB_DEPEND//\[static-libs]} )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND}
app-arch/bzip2[static-libs]
media-libs/libXcm[static-libs]
x11-libs/libXau[static-libs]
x11-libs/libXdmcp[static-libs]
x11-libs/libXmu[static-libs] )
dev-lang/ocaml[ocamlopt?]
dev-ml/lablgl[glut,ocamlopt?]"

RESTRICT="!ocamlopt? ( strip )"

src_prepare() {
epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch
}

src_compile() {
local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
local cmo=$(usex ocamlopt cmx cmo)
local cma=$(usex ocamlopt cmxa cma)
local ccopt="$(freetype-config --cflags ) -O -include ft2build.h 
-D_GNU_SOURCE -DUSE_FONTCONFIG"
if use static ; then
local cclib=""
local slib=""
local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) 
--libs-only-L --static mupdf x11 | sed 's:-L::g') )
ewarn ${spath}
for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf 
x11 fontconfig) -ljpeg -ljbig2dec ; do
case ${slib} in
-lm|-ldl|-lpthread)
einfo "${slib}: shared"
cclib+="${slib} " ;;
*)
local ccnew=$(find ${spath} -name 
"lib${slib/-l}.a")
einfo "${slib}: use ${ccnew}"
cclib+="${ccnew} " ;;
esac
done
else
local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 fontconfig) 
-lpthread"
fi

verbose() { echo "$@" >&2 ; "$@" || die ; }
verbose ocaml str.cma keystoml.ml < KEYS > help.ml
verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
verbose ${ocaml} -c -o help.${cmo} help.ml
verbose ${ocaml} -c -o utils.${cmo} utils.ml
verbose ${ocaml} -c -o wsi.cmi wsi.mli
verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
verbose ${ocaml} -c -o parser.${cmo} parser.ml

[gentoo-commits] gentoo-x86 commit in net-mail/courier-imap: metadata.xml ChangeLog

2014-07-21 Thread Jeroen Roovers (jer)
jer 14/07/21 23:02:45

  Modified: metadata.xml ChangeLog
  Log:
  Whitespace.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.13 net-mail/courier-imap/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/metadata.xml?r1=1.12&r2=1.13

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml23 Apr 2014 23:04:08 -  1.12
+++ metadata.xml21 Jul 2014 23:02:45 -  1.13
@@ -11,7 +11,8 @@
mr...@gentoo.org
Manuel Rüger
CC him on bugs.
-  
+
+   
include deleted messages, and the Trash 
folder, in the estimated quota usage for maildirs

 



1.214net-mail/courier-imap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.214&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.214&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog   21 Jul 2014 17:39:57 -  1.213
+++ ChangeLog   21 Jul 2014 23:02:45 -  1.214
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/courier-imap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.213 
2014/07/21 17:39:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.214 
2014/07/21 23:02:45 jer Exp $
+
+  21 Jul 2014; Jeroen Roovers  metadata.xml:
+  Whitespace.
 
   21 Jul 2014; Manuel Rüger  courier-imap-4.15-r1.ebuild:
   Update elog messages. Thanks to David Heidelberger.






[gentoo-commits] gentoo-x86 commit in sci-libs/libcerf: ChangeLog libcerf-1.3.ebuild

2014-07-21 Thread Jeroen Roovers (jer)
jer 14/07/21 22:51:59

  Modified: ChangeLog libcerf-1.3.ebuild
  Log:
  Marked ~hppa (bug #517726).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  sci-libs/libcerf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jul 2014 20:53:33 -  1.1
+++ ChangeLog   21 Jul 2014 22:51:59 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libcerf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.1 2014/07/21 
20:53:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.2 2014/07/21 
22:51:59 jer Exp $
+
+  21 Jul 2014; Jeroen Roovers  libcerf-1.3.ebuild:
+  Marked ~hppa (bug #517726).
 
 *libcerf-1.3 (21 Jul 2014)
 



1.2  sci-libs/libcerf/libcerf-1.3.ebuild

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

Index: libcerf-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcerf-1.3.ebuild  21 Jul 2014 20:53:33 -  1.1
+++ libcerf-1.3.ebuild  21 Jul 2014 22:51:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.1 
2014/07/21 20:53:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.2 
2014/07/21 22:51:59 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="doc static-libs test"
 
 DEPEND=""






[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Christoph Junghans
commit: a10f8fd148a2a2bec41379df4c64fcdf3a388165
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 20:19:20 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 20:19:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a10f8fd1

merge


 app-doc/root-docs/ChangeLog|  25 ++
 app-doc/root-docs/Manifest |   2 +
 ...html.patch => root-docs-5.34.01-makehtml.patch} |  30 +-
 .../files/root-docs-6.00.01-cernbuild.patch|  16 -
 .../files/root-docs-6.00.01-fillpatterns.patch |  30 ++
 .../files/root-docs-6.00.01-makehtml.patch |   4 +-
 ...-6.00.01.ebuild => root-docs-5.34.18-r2.ebuild} |   7 +-
 ...-6.00.01.ebuild => root-docs-6.00.01-r1.ebuild} |   2 +-
 app-doc/root-docs/root-docs-6.00.02.ebuild |   1 +
 app-doc/root-docs/root-docs-.ebuild|   2 +-
 dev-lang/julia/ChangeLog   |   2 +-
 dev-lang/julia/julia-.ebuild   |  18 +-
 dev-python/ffc/ChangeLog   |  17 +-
 dev-python/ffc/Manifest|   2 +
 dev-python/ffc/ffc-1.3.0.ebuild|  26 ++
 dev-python/ffc/ffc-1.4.0.ebuild|  26 ++
 dev-python/fiat/ChangeLog  |  14 +-
 dev-python/fiat/Manifest   |   2 +
 dev-python/fiat/fiat-1.3.0.ebuild  |  24 ++
 dev-python/fiat/fiat-1.4.0.ebuild  |  24 ++
 dev-python/instant/ChangeLog   |  10 +-
 dev-python/instant/Manifest|   2 +
 dev-python/instant/instant-1.3.0.ebuild|  21 +
 dev-python/instant/instant-1.4.0.ebuild|  21 +
 dev-python/ufl/ChangeLog   |  10 +-
 dev-python/ufl/Manifest|   4 +-
 dev-python/ufl/metadata.xml|   3 +
 dev-python/ufl/ufl-1.3.0.ebuild|  23 ++
 dev-python/ufl/ufl-1.4.0.ebuild|  23 ++
 dev-util/nvidia-cuda-sdk/ChangeLog |   9 +
 dev-util/nvidia-cuda-sdk/Manifest  |   1 +
 dev-util/nvidia-cuda-sdk/metadata.xml  |  13 +
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild  | 151 +++
 dev-util/nvidia-cuda-toolkit/ChangeLog |   9 +
 dev-util/nvidia-cuda-toolkit/Manifest  |   2 +
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 ++
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  14 +
 .../nvidia-cuda-toolkit-6.5.11.ebuild  | 152 +++
 sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild  |  26 ++
 sci-biology/Atlas-Link/ChangeLog   |  10 +
 sci-biology/Atlas-Link/Manifest|   1 +
 .../Atlas-Link}/metadata.xml   |   0
 sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild   |   3 +-
 sci-biology/caftools/ChangeLog |   7 +-
 sci-biology/caftools/caftools-2.0.2.ebuild |   2 +-
 sci-biology/clview/ChangeLog   |   6 +
 sci-biology/clview/Manifest|   4 +-
 sci-biology/clview/clview-0.1.ebuild   |   2 +-
 sci-biology/emboss/ChangeLog   |   6 +
 sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild   |   1 +
 ...mboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch |  13 +
 sci-biology/gap2caf/ChangeLog  |   7 +-
 sci-biology/gap2caf/gap2caf-2.1.0.ebuild   |   1 +
 sci-biology/jellyfish/ChangeLog|   9 +
 sci-biology/jellyfish/Manifest |   2 +
 sci-biology/jellyfish/jellyfish-2.1.3.ebuild   |  18 +
 .../jellyfish}/metadata.xml|   0
 sci-biology/tablet-bin/ChangeLog   |   6 +
 sci-biology/tablet-bin/Manifest|   1 +
 .../tablet-bin-1.14.04.10.ebuild}  |  11 +-
 sci-biology/tablet/ChangeLog   |   8 +
 sci-biology/tablet/Manifest|   2 -
 sci-biology/tablet/tablet-1.13.12.17.ebuild|  85 ++--
 sci-biology/tablet/tablet-1.14.04.10.ebuild|  51 +++
 sci-biology/tablet/tablet-.ebuild  |  77 +---
 sci-chemistry/cpmgfit/ChangeLog|  10 +
 sci-chemistry/cpmgfit/Manifest |   1 +
 sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild  |  49 +++
 sci-chemistry/{burrow-owl => cpmgfit}/metadata.xml |   0
 sci-chemistry/direx/ChangeLog  |  16 -
 sci-chemistry/direx/Manifest   |   1 -
 sci-chemistry/direx/direx-0.2.ebuild   |  42 --
 sci-chemistry/direx/metadata.xml   |   5 -
 sci-chemistry/gromacs/ChangeLog|   4 +
 sci-chemistry/gromacs/gromacs-4.6..ebuild  |  25 +-
 sci-chemistry/gromacs/gromacs-5.0..ebuild  |   7 +-
 sci-chemistry/hydronmr/ChangeLog   |   3 +
 sci-chemistr

[gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/

2014-07-21 Thread Christoph Junghans
commit: edbbef964088b867a13c35a33b5f2a2c40fd9383
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 15:34:44 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 15:34:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=edbbef96

dropped no superfluous setting

---
 sys-cluster/hpx/hpx-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index 6218ce4..fc80aa2 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -11,7 +11,6 @@ if [ ${PV} == "" ] ; then
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git";
SRC_URI=""
KEYWORDS=""
-   S="${WORKDIR}/${P}"
CMAKE_USE_DIR="${S}"
 else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z";



[gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/

2014-07-21 Thread Christoph Junghans
commit: d71e10316734c4da1e17d625a069a5712b69bbe5
Author: Andrew Reisner  reisner  co>
AuthorDate: Tue Jul 15 02:45:12 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jul 15 02:45:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d71e1031

version bump

Package-Manager: portage-2.2.8-r1

---
 sci-mathematics/ufc/ChangeLog|  7 ++-
 sci-mathematics/ufc/ufc-2.3.0.ebuild | 19 +++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index cbba8f5..9cfe081 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-mathematics/ufc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ufc-2.3.0 (15 Jul 2014)
+
+  15 Jul 2014; Andrew Reisner  +ufc-2.3.0.ebuild:
+  version bump
+
   02 Jul 2013; Christoph Junghans  ufc-1.4.2.ebuild:
   bumped to EAPI=5
 

diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild 
b/sci-mathematics/ufc/ufc-2.3.0.ebuild
new file mode 100644
index 000..57bca44
--- /dev/null
+++ b/sci-mathematics/ufc/ufc-2.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Unified framework for finite element assembly"
+HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/";
+SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/sci:master commit in: dev-python/instant/

2014-07-21 Thread Christoph Junghans
commit: c398073778d3b0b67dbf35b5eb54ffd34d353a14
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 04:10:52 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 04:10:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3980737

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/instant/ChangeLog| 10 --
 dev-python/instant/instant-1.3.0.ebuild | 21 +
 dev-python/instant/instant-1.4.0.ebuild | 21 +
 3 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog
index 99e1f9e..af28b7f 100644
--- a/dev-python/instant/ChangeLog
+++ b/dev-python/instant/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-python/instant
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*instant-1.3.0 (16 Jul 2014)
+*instant-1.4.0 (16 Jul 2014)
+
+  16 Jul 2014; Andrew Reisner  +instant-1.3.0.ebuild,
+  +instant-1.4.0.ebuild:
+  version bump
+
 *instant-1.2.0 (14 Jun 2013)
 
   14 Jun 2013; Justin Lecher  -instant-0.9.8.ebuild,
@@ -13,4 +20,3 @@
   14 Dec 2010; Nico Schlömer 
   +instant-0.9.8.ebuild, +metadata.xml:
   Initial import.
-

diff --git a/dev-python/instant/instant-1.3.0.ebuild 
b/dev-python/instant/instant-1.3.0.ebuild
new file mode 100644
index 000..ffa211a
--- /dev/null
+++ b/dev-python/instant/instant-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/";
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/dev-python/instant/instant-1.4.0.ebuild 
b/dev-python/instant/instant-1.4.0.ebuild
new file mode 100644
index 000..ffa211a
--- /dev/null
+++ b/dev-python/instant/instant-1.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/";
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"



[gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/

2014-07-21 Thread Christoph Junghans
commit: 6705becc485f6aec84f615e9eea1878e2cdae765
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 14:58:55 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 14:58:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6705becc

HPX live ebuild now reflects changes in trunk

---
 sys-cluster/hpx/hpx-.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index 8965b13..6218ce4 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -11,7 +11,7 @@ if [ ${PV} == "" ] ; then
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git";
SRC_URI=""
KEYWORDS=""
-   S="${WORKDIR}/${PN}"
+   S="${WORKDIR}/${P}"
CMAKE_USE_DIR="${S}"
 else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z";
@@ -47,10 +47,6 @@ DEPEND="${RDEPEND}
 "
 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
-PATCHES=(
-   "${FILESDIR}"/hpx-0.9.5-install-path.patch
-)
-
 pkg_setup() {
use test && python-single-r1_pkg_setup
 }



[gentoo-commits] proj/sci:master commit in: dev-python/ffc/

2014-07-21 Thread Christoph Junghans
commit: 2eae8c6ef0bd24f5c7a7f2fe8cf9bb4af756adad
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 04:56:02 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 04:56:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2eae8c6e

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/ffc/ChangeLog  |  6 ++
 dev-python/ffc/ffc-1.3.0.ebuild   | 10 +-
 dev-python/ffc/{ffc-1.3.0.ebuild => ffc-1.4.0.ebuild} | 10 +-
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 033934c..1ea0560 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ffc-1.4.0 (16 Jul 2014)
+
+  16 Jul 2014; Andrew Reisner  +ffc-1.4.0.ebuild,
+  ffc-1.3.0.ebuild:
+  version bump
+
 *ffc-1.3.0 (11 Jul 2014)
 
   11 Jul 2014; Andrew Reisner  +ffc-1.3.0.ebuild:

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index f4d5db6..5dbce3b 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -14,5 +14,13 @@ 
SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+RDEPPEND="
+   >=sci-mathematics/ufc-1.4.2
+   =dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+   =dev-python/instant-${PV}[${PYTHON_USEDEP}]
+   =dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   "

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.4.0.ebuild
similarity index 67%
copy from dev-python/ffc/ffc-1.3.0.ebuild
copy to dev-python/ffc/ffc-1.4.0.ebuild
index f4d5db6..9ec9a20 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.4.0.ebuild
@@ -14,5 +14,13 @@ 
SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+RDEPEND="
+   !sci-mathematics/ufc
+   =dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+   =dev-python/instant-${PV}[${PYTHON_USEDEP}]
+   =dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   "



[gentoo-commits] proj/sci:master commit in: dev-python/fiat/

2014-07-21 Thread Christoph Junghans
commit: 40745c4d7d11a8fc25da7d46890b9cf09a25810f
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 04:16:52 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 04:16:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=40745c4d

Added keyword

Package-Manager: portage-2.2.8-r1

---
 dev-python/fiat/ChangeLog | 4 
 dev-python/fiat/fiat-1.3.0.ebuild | 2 +-
 dev-python/fiat/fiat-1.4.0.ebuild | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index d482dce..26d00d3 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner  fiat-1.3.0.ebuild,
+  fiat-1.4.0.ebuild:
+  Added keyword
+
 *fiat-1.3.0 (15 Jul 2014)
 *fiat-1.4.0 (15 Jul 2014)
 

diff --git a/dev-python/fiat/fiat-1.3.0.ebuild 
b/dev-python/fiat/fiat-1.3.0.ebuild
index 777bc84..3db5363 100644
--- a/dev-python/fiat/fiat-1.3.0.ebuild
+++ b/dev-python/fiat/fiat-1.3.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild 
b/dev-python/fiat/fiat-1.4.0.ebuild
index 777bc84..3db5363 100644
--- a/dev-python/fiat/fiat-1.4.0.ebuild
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Christoph Junghans
commit: a2a4f4884319c4ce9b539716ed17951c4abcd3d4
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 15:06:10 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 15:06:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a2a4f488

Merge https://github.com/gentoo-science/sci


 app-doc/root-docs/ChangeLog|  25 ++
 app-doc/root-docs/Manifest |   2 +
 ...html.patch => root-docs-5.34.01-makehtml.patch} |  30 +-
 .../files/root-docs-6.00.01-cernbuild.patch|  16 -
 .../files/root-docs-6.00.01-fillpatterns.patch |  30 ++
 .../files/root-docs-6.00.01-makehtml.patch |   4 +-
 ...-6.00.01.ebuild => root-docs-5.34.18-r2.ebuild} |   7 +-
 ...-6.00.01.ebuild => root-docs-6.00.01-r1.ebuild} |   2 +-
 app-doc/root-docs/root-docs-6.00.02.ebuild |   1 +
 app-doc/root-docs/root-docs-.ebuild|   2 +-
 dev-lang/julia/ChangeLog   |   2 +-
 dev-lang/julia/julia-.ebuild   |  18 +-
 dev-python/ffc/ChangeLog   |  17 +-
 dev-python/ffc/Manifest|   2 +
 dev-python/ffc/ffc-1.3.0.ebuild|  26 ++
 dev-python/ffc/ffc-1.4.0.ebuild|  26 ++
 dev-python/fiat/ChangeLog  |  14 +-
 dev-python/fiat/Manifest   |   2 +
 dev-python/fiat/fiat-1.3.0.ebuild  |  24 ++
 dev-python/fiat/fiat-1.4.0.ebuild  |  24 ++
 dev-python/instant/ChangeLog   |  10 +-
 dev-python/instant/Manifest|   2 +
 dev-python/instant/instant-1.3.0.ebuild|  21 +
 dev-python/instant/instant-1.4.0.ebuild|  21 +
 dev-python/ufl/ChangeLog   |  10 +-
 dev-python/ufl/Manifest|   4 +-
 dev-python/ufl/metadata.xml|   3 +
 dev-python/ufl/ufl-1.3.0.ebuild|  23 ++
 dev-python/ufl/ufl-1.4.0.ebuild|  23 ++
 dev-util/nvidia-cuda-sdk/ChangeLog |   9 +
 dev-util/nvidia-cuda-sdk/Manifest  |   1 +
 dev-util/nvidia-cuda-sdk/metadata.xml  |  13 +
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild  | 151 +++
 dev-util/nvidia-cuda-toolkit/ChangeLog |   9 +
 dev-util/nvidia-cuda-toolkit/Manifest  |   2 +
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 ++
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  14 +
 .../nvidia-cuda-toolkit-6.5.11.ebuild  | 152 +++
 sci-biology/Atlas-Link/Atlas-Link-0.01.ebuild  |  26 ++
 sci-biology/Atlas-Link/ChangeLog   |  10 +
 sci-biology/Atlas-Link/Manifest|   1 +
 .../Atlas-Link}/metadata.xml   |   0
 sci-biology/MaSuRCA/MaSuRCA-2.1.0.ebuild   |   3 +-
 sci-biology/caftools/ChangeLog |   7 +-
 sci-biology/caftools/caftools-2.0.2.ebuild |   2 +-
 sci-biology/clview/ChangeLog   |   6 +
 sci-biology/clview/Manifest|   4 +-
 sci-biology/clview/clview-0.1.ebuild   |   2 +-
 sci-biology/emboss/ChangeLog   |   6 +
 sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild   |   1 +
 ...mboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch |  13 +
 sci-biology/gap2caf/ChangeLog  |   7 +-
 sci-biology/gap2caf/gap2caf-2.1.0.ebuild   |   1 +
 sci-biology/jellyfish/ChangeLog|   9 +
 sci-biology/jellyfish/Manifest |   2 +
 sci-biology/jellyfish/jellyfish-2.1.3.ebuild   |  18 +
 .../jellyfish}/metadata.xml|   0
 sci-biology/tablet-bin/ChangeLog   |   6 +
 sci-biology/tablet-bin/Manifest|   1 +
 .../tablet-bin-1.14.04.10.ebuild}  |  11 +-
 sci-biology/tablet/ChangeLog   |   8 +
 sci-biology/tablet/Manifest|   2 -
 sci-biology/tablet/tablet-1.13.12.17.ebuild|  85 ++--
 sci-biology/tablet/tablet-1.14.04.10.ebuild|  51 +++
 sci-biology/tablet/tablet-.ebuild  |  77 +---
 sci-chemistry/cpmgfit/ChangeLog|  10 +
 sci-chemistry/cpmgfit/Manifest |   1 +
 sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild  |  49 +++
 sci-chemistry/{burrow-owl => cpmgfit}/metadata.xml |   0
 sci-chemistry/direx/ChangeLog  |  16 -
 sci-chemistry/direx/Manifest   |   1 -
 sci-chemistry/direx/direx-0.2.ebuild   |  42 --
 sci-chemistry/direx/metadata.xml   |   5 -
 sci-chemistry/gromacs/ChangeLog|   4 +
 sci-chemistry/gromacs/gromacs-4.6..ebuild  |  25 +-
 sci-chemistry/gromacs/gromacs-5.0..ebuild  |   7 +-
 sci-chemistry/hydronmr/ChangeLog  

[gentoo-commits] proj/sci:master commit in: dev-python/fiat/

2014-07-21 Thread Christoph Junghans
commit: d884b119019e039425d902317f0ce8344ceaf7ce
Author: Andrew Reisner  reisner  co>
AuthorDate: Tue Jul 15 04:01:44 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jul 15 04:01:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d884b119

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/fiat/ChangeLog | 10 --
 dev-python/fiat/fiat-1.3.0.ebuild | 24 
 dev-python/fiat/fiat-1.4.0.ebuild | 24 
 3 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index 563d72b..d482dce 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-python/fiat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fiat-1.3.0 (15 Jul 2014)
+*fiat-1.4.0 (15 Jul 2014)
+
+  15 Jul 2014; Andrew Reisner  +fiat-1.3.0.ebuild,
+  +fiat-1.4.0.ebuild:
+  version bump
+
 *fiat-1.1 (13 Jun 2013)
 
   13 Jun 2013; Justin Lecher  -fiat-0.9.2.ebuild,
@@ -13,4 +20,3 @@
   14 Dec 2010; Nico Schlömer  +fiat-0.9.2.ebuild,
   +metadata.xml:
   Initial import.
-

diff --git a/dev-python/fiat/fiat-1.3.0.ebuild 
b/dev-python/fiat/fiat-1.3.0.ebuild
new file mode 100644
index 000..777bc84
--- /dev/null
+++ b/dev-python/fiat/fiat-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements 
on lines, triangles, and tetrahedra"
+HOMEPAGE="https://bitbucket.org/fenics-project/fiat";
+SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   dev-python/scientificpython[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   "

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild 
b/dev-python/fiat/fiat-1.4.0.ebuild
new file mode 100644
index 000..777bc84
--- /dev/null
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements 
on lines, triangles, and tetrahedra"
+HOMEPAGE="https://bitbucket.org/fenics-project/fiat";
+SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   dev-python/scientificpython[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   "



[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Christoph Junghans
commit: 0480b95104407451ce055cff97178a1009651553
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jul 21 22:47:13 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 22:47:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0480b951

Merge branch 'master' of ssh://github.com/gentoo-science/sci


 dev-python/ffc/ChangeLog   |  9 +
 dev-python/ffc/Manifest|  1 +
 dev-python/ffc/ffc-1.3.0.ebuild| 10 +-
 dev-python/ffc/{ffc-1.3.0.ebuild => ffc-1.4.0.ebuild}  | 10 +-
 dev-python/fiat/ChangeLog  | 14 --
 dev-python/fiat/Manifest   |  2 ++
 dev-python/fiat/{fiat-1.1.ebuild => fiat-1.3.0.ebuild} | 13 -
 dev-python/fiat/{fiat-1.1.ebuild => fiat-1.4.0.ebuild} | 13 -
 dev-python/instant/ChangeLog   | 10 --
 dev-python/instant/Manifest|  2 ++
 .../instant/{instant-1.2.0.ebuild => instant-1.3.0.ebuild} |  9 ++---
 .../instant/{instant-1.2.0.ebuild => instant-1.4.0.ebuild} |  9 ++---
 dev-python/ufl/ChangeLog   | 10 --
 dev-python/ufl/Manifest|  4 +++-
 dev-python/ufl/metadata.xml|  3 +++
 dev-python/ufl/{ufl-0.5.4.ebuild => ufl-1.3.0.ebuild}  | 11 ---
 dev-python/ufl/{ufl-0.5.4.ebuild => ufl-1.4.0.ebuild}  | 11 ---
 sci-mathematics/ufc/ChangeLog  | 10 +-
 sci-mathematics/ufc/Manifest   |  3 ++-
 sci-mathematics/ufc/{ufc-1.4.2.ebuild => ufc-2.3.0.ebuild} |  7 +++
 sys-cluster/hpx/hpx-0.9.8.ebuild   | 13 +
 sys-cluster/hpx/hpx-.ebuild| 13 -
 22 files changed, 133 insertions(+), 54 deletions(-)



[gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/

2014-07-21 Thread Christoph Junghans
commit: 53bb5be0621a65213c48a5642416e4848feb588b
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 20:18:44 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 20:18:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53bb5be0

incorporated fixes from hpx-0.9.8 ebuild

---
 sys-cluster/hpx/hpx-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index fc80aa2..8d76801 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -18,7 +18,7 @@ else
S="${WORKDIR}/${PN}_${PV}"
 fi
 
-inherit cmake-utils fortran-2 python-single-r1
+inherit cmake-utils fortran-2 multilib python-single-r1
 
 DESCRIPTION="C++ runtime system for parallel and distributed applications"
 HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/";
@@ -41,6 +41,7 @@ RDEPEND="
tbb? ( dev-cpp/tbb )
 "
 DEPEND="${RDEPEND}
+   app-arch/p7zip
virtual/pkgconfig
test? ( dev-lang/python )
 "
@@ -53,8 +54,9 @@ pkg_setup() {
 src_configure() {
CMAKE_BUILD_TYPE=Release
local mycmakeargs=(
-   -Wno-dev
-DHPX_BUILD_EXAMPLES=OFF
+   -DLIB=$(get_libdir)
+   -Dcmake_dir=cmake
$(cmake-utils_use doc HPX_BUILD_DOCUMENTATION)
$(cmake-utils_use jemalloc HPX_JEMALLOC)
$(cmake-utils_use test BUILD_TESTING)



[gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/

2014-07-21 Thread Christoph Junghans
commit: 23a56c6d72e598279c49116ef4f3fac8e252460a
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 12:30:06 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 12:30:06 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=23a56c6d

added keyword

Package-Manager: portage-2.2.8-r1

---
 sci-mathematics/ufc/ChangeLog| 3 +++
 sci-mathematics/ufc/ufc-2.3.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index 9cfe081..3e9549b 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner  ufc-2.3.0.ebuild:
+  added keyword
+
 *ufc-2.3.0 (15 Jul 2014)
 
   15 Jul 2014; Andrew Reisner  +ufc-2.3.0.ebuild:

diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild 
b/sci-mathematics/ufc/ufc-2.3.0.ebuild
index 57bca44..9d0b156 100644
--- a/sci-mathematics/ufc/ufc-2.3.0.ebuild
+++ b/sci-mathematics/ufc/ufc-2.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.ta
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] proj/sci:master commit in: dev-python/ffc/

2014-07-21 Thread Christoph Junghans
commit: cfe5ab9e40b5ac1a934ce8f6ada65d432330e799
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 12:33:30 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 12:33:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cfe5ab9e

fixed dependency issue

Package-Manager: portage-2.2.8-r1

---
 dev-python/ffc/ChangeLog| 3 +++
 dev-python/ffc/ffc-1.3.0.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 1ea0560..37662b3 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner  ffc-1.3.0.ebuild:
+  fixed dependency issue
+
 *ffc-1.4.0 (16 Jul 2014)
 
   16 Jul 2014; Andrew Reisner  +ffc-1.4.0.ebuild,

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index 5dbce3b..d2a2918 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -17,8 +17,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPPEND="
-   >=sci-mathematics/ufc-1.4.2
+RDEPEND="
+   >=sci-mathematics/ufc-2.3.0
=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
=dev-python/instant-${PV}[${PYTHON_USEDEP}]
=dev-python/fiat-${PV}[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: dev-python/ufl/

2014-07-21 Thread Christoph Junghans
commit: 8f25946fbf81582afff88eb1621563b47c143059
Author: Andrew Reisner  reisner  co>
AuthorDate: Wed Jul 16 04:37:50 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul 16 04:37:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f25946f

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/ufl/ChangeLog| 10 --
 dev-python/ufl/metadata.xml |  3 +++
 dev-python/ufl/ufl-1.3.0.ebuild | 23 +++
 dev-python/ufl/ufl-1.4.0.ebuild | 23 +++
 4 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog
index c398241..1357665 100644
--- a/dev-python/ufl/ChangeLog
+++ b/dev-python/ufl/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-python/ufl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ufl-1.3.0 (16 Jul 2014)
+*ufl-1.4.0 (16 Jul 2014)
+
+  16 Jul 2014; Andrew Reisner  +ufl-1.3.0.ebuild,
+  +ufl-1.4.0.ebuild, metadata.xml:
+  version bump
+
   14 Jun 2013; Justin Lecher  ufl-0.5.4.ebuild, metadata.xml:
   Bump to EAPI=5 and distutils-r1.eclass
 
@@ -10,4 +17,3 @@
   14 Dec 2010; Nico Schlömer  +ufl-0.5.4.ebuild,
   +metadata.xml:
   Initial import.
-

diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index f430bd6..c1c8020 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/metadata.xml
@@ -9,4 +9,7 @@
spaces and defining expressions for weak forms in a notation 
close to
mathematical notation.

+   
+   Adds support for evaluating Bessel functions 
using dev-python/scipy
+   
 

diff --git a/dev-python/ufl/ufl-1.3.0.ebuild b/dev-python/ufl/ufl-1.3.0.ebuild
new file mode 100644
index 000..622187c
--- /dev/null
+++ b/dev-python/ufl/ufl-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Domain specific language for declaration of FE discretizations of 
variational forms"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/";
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="scipy"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
+   "

diff --git a/dev-python/ufl/ufl-1.4.0.ebuild b/dev-python/ufl/ufl-1.4.0.ebuild
new file mode 100644
index 000..622187c
--- /dev/null
+++ b/dev-python/ufl/ufl-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Domain specific language for declaration of FE discretizations of 
variational forms"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/";
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="scipy"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
+   "



[gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/

2014-07-21 Thread Christoph Junghans
commit: 0c47baa6e043d3c21aadcd312f5baccd7f28b425
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 21:00:02 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 21:00:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c47baa6

more corrections

---
 sys-cluster/hpx/hpx-0.9.8.ebuild | 13 +
 sys-cluster/hpx/hpx-.ebuild  |  2 --
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/sys-cluster/hpx/hpx-0.9.8.ebuild b/sys-cluster/hpx/hpx-0.9.8.ebuild
index 182746f..ac3aad7 100644
--- a/sys-cluster/hpx/hpx-0.9.8.ebuild
+++ b/sys-cluster/hpx/hpx-0.9.8.ebuild
@@ -9,14 +9,17 @@ PYTHON_COMPAT=( python{2_6,2_7} )
 if [ ${PV} == "" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git";
-   SRC_URI=""
KEYWORDS=""
S="${WORKDIR}/${PN}"
-   CMAKE_USE_DIR="${S}"
 else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z";
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}_${PV}"
+   PATCHES=(
+   "${FILESDIR}"/${P}-install-path.patch
+   "${FILESDIR}"/${P}-multilib.patch
+   "${FILESDIR}"/${P}-cmake_dir.patch
+   )
 fi
 
 inherit cmake-utils fortran-2 multilib python-single-r1
@@ -48,12 +51,6 @@ DEPEND="${RDEPEND}
 "
 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
-PATCHES=(
-   "${FILESDIR}"/hpx-0.9.8-install-path.patch
-   "${FILESDIR}"/hpx-0.9.8-multilib.patch
-   "${FILESDIR}"/hpx-0.9.8-cmake_dir.patch
-)
-
 pkg_setup() {
use test && python-single-r1_pkg_setup
 }

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index 8d76801..5e56db9 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -9,9 +9,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
 if [ ${PV} == "" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git";
-   SRC_URI=""
KEYWORDS=""
-   CMAKE_USE_DIR="${S}"
 else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z";
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"



[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Christoph Junghans
commit: 12589e905208f336c0b4459c8813d779d703a9a1
Author: Andreas Schäfer  gmx  de>
AuthorDate: Mon Jul 21 15:34:55 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 15:34:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12589e90

Merge /usr/local/portage/andis_overlay


 sys-cluster/hpx/hpx-.ebuild | 1 -
 1 file changed, 1 deletion(-)



[gentoo-commits] proj/sci:master commit in: /

2014-07-21 Thread Christoph Junghans
commit: d2c686f21482d72aa0a210ae3d45b4d8d08e4f3c
Author: Christoph Junghans  googlemail  com>
AuthorDate: Mon Jul 21 21:19:23 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 21:19:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2c686f2

Merge pull request #244 from gentryx/master

fixed HPX live ebuild


 sys-cluster/hpx/hpx-0.9.8.ebuild | 13 +
 sys-cluster/hpx/hpx-.ebuild  | 13 -
 2 files changed, 9 insertions(+), 17 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-libs/libcerf/files/, sci-libs/libcerf/

2014-07-21 Thread Christoph Junghans
commit: 26c7fa47f08bf4ec9f665a80c74cdccbb3c23270
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jul 21 22:46:49 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jul 21 22:46:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=26c7fa47

moved to gx86

---
 sci-libs/libcerf/ChangeLog | 13 --
 sci-libs/libcerf/files/libcerf-1.3-autotools.patch | 48 --
 sci-libs/libcerf/libcerf-1.3.ebuild| 22 --
 sci-libs/libcerf/metadata.xml  |  5 ---
 4 files changed, 88 deletions(-)

diff --git a/sci-libs/libcerf/ChangeLog b/sci-libs/libcerf/ChangeLog
deleted file mode 100644
index 798151c..000
--- a/sci-libs/libcerf/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for sci-libs/libcerf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  14 Jul 2014; Christoph Junghans 
-  +files/libcerf-1.3-autotools.patch, libcerf-1.3.ebuild:
-  fix make install/check
-
-*libcerf-1.3 (14 Jul 2014)
-
-  14 Jul 2014; Christoph Junghans  +libcerf-1.3.ebuild,
-  +metadata.xml:
-  initial commit

diff --git a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch 
b/sci-libs/libcerf/files/libcerf-1.3-autotools.patch
deleted file mode 100644
index bd22e31..000
--- a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in
 libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.0 -0600
-+++ libcerf-1.3/libcerf.pc.in  2014-07-14 11:18:01.646512503 -0600
-@@ -7,4 +7,5 @@
- Description: Complex error function library
- Version: @PACKAGE_VERSION@
- Libs: -L${libdir} -lcerf
-+Libs.private: -lm
- Cflags: -I${includedir}
-diff -Naur libcerf-1.3.orig/man/Makefile.am libcerf-1.3/man/Makefile.am
 libcerf-1.3.orig/man/Makefile.am   2013-02-01 02:00:14.0 -0700
-+++ libcerf-1.3/man/Makefile.am2014-07-14 11:17:36.266182267 -0600
-@@ -19,9 +19,8 @@
- # Website:
- #   http://apps.jcns.fz-juelich.de/libcerf
- 
--man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 cerf.3 cerfc.3 erfcx.3 
cerfcx.3 erfi.3 cerfi.3 voigt.3 
--auxdir = $(datadir)/man/html
--aux_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
-+man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 libcerf-cerf.3 cerfc.3 
erfcx.3 cerfcx.3 erfi.3 cerfi.3 voigt.3 
-+html_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
- 
- w_of_z.3 : w_of_z.pod
-   pod2man -s 3 -c "libcerf manual" $< > $@
-@@ -35,7 +34,7 @@
- cdawson.3 : dawson.pod
-   pod2man -s 3 -c "libcerf manual" $< > $@
- 
--cerf.3 : cerf.pod
-+libcerf-cerf.3 : cerf.pod
-   pod2man -s 3 -c "libcerf manual" $< > $@
- 
- cerfc.3 : cerf.pod
-diff -Naur libcerf-1.3.orig/test/Makefile.am libcerf-1.3/test/Makefile.am
 libcerf-1.3.orig/test/Makefile.am  2013-07-17 01:45:37.0 -0600
-+++ libcerf-1.3/test/Makefile.am   2014-07-14 11:16:00.204932368 -0600
-@@ -20,8 +20,10 @@
- #   http://apps.jcns.fz-juelich.de/libcerf
- 
- AM_CFLAGS += -I$(srcdir)/../lib
--noinst_PROGRAMS = test_libcerf_1 runvoigt run_w_of_z
-+noinst_PROGRAMS = runvoigt run_w_of_z
- test_libcerf_1_SOURCES = test1.c
- runvoigt_SOURCES = runvoigt.c
- run_w_of_z_SOURCES = run_w_of_z.c
- AM_LDFLAGS = -lm -L../lib -lcerf
-+check_PROGRAMS = test_libcerf_1
-+TESTS = test_libcerf_1

diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild 
b/sci-libs/libcerf/libcerf-1.3.ebuild
deleted file mode 100644
index 2a61e84..000
--- a/sci-libs/libcerf/libcerf-1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools-utils multilib
-
-DESCRIPTION="library that provides an efficient and accurate implementation of 
complex error functions"
-HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf";
-SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-autotools.patch" )
-AUTOTOOLS_AUTORECONF=1

diff --git a/sci-libs/libcerf/metadata.xml b/sci-libs/libcerf/metadata.xml
deleted file mode 100644
index 897aa2e..000
--- a/sci-libs/libcerf/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  sci
-



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

2014-07-21 Thread Anthony G. Basile (blueness)
blueness14/07/21 22:34:56

  Modified: ChangeLog package.mask
  Log:
  It is safe to unmask sys-lib/musl now

Revision  ChangesPath
1.702profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -r1.701 -r1.702
--- ChangeLog   21 Jul 2014 19:10:32 -  1.701
+++ ChangeLog   21 Jul 2014 22:34:56 -  1.702
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.701 2014/07/21 
19:10:32 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.702 2014/07/21 
22:34:56 blueness Exp $
+
+  21 Jul 2014; Anthony G. Basile  package.mask:
+  It is safe to unmask sys-lib/musl now
 
   21 Jul 2014; Alon Bar-Lev  package.use.stable.mask:
   Add 'app-crypt/tpm-tools pkcs11' per bug#510204



1.66 profiles/base/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- package.mask6 Jun 2014 16:24:21 -   1.65
+++ package.mask21 Jul 2014 22:34:56 -  1.66
@@ -1,12 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.65 
2014/06/06 16:24:21 zerochaos Exp $
-
-# Anthony G. Basile  (15 Jun 2013)
-# Make sure sys-libs/musl is only available for musl profiles or
-# where the user explicitly unmasks it as using it incorrectly
-# can break a system.  It is still available with crossdev.
-sys-libs/musl
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.66 
2014/07/21 22:34:56 blueness Exp $
 
 # Rick Farina  (6 Jun 2013)
 # Pm-utils based hibernate and suspend support has discontinued.






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-OpenSSL-DSA/

2014-07-21 Thread Kent Fredric
commit: 385d924dea2d845e8d9ce7cb81789e3a3999c873
Author: mudler  dark-lab  net>
AuthorDate: Mon Jul 21 12:49:02 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Mon Jul 21 22:15:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=385d924d

[added] Crypt::OpenSSL::DSA

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B

---
 dev-perl/Crypt-OpenSSL-DSA/ChangeLog   |  9 +
 .../Crypt-OpenSSL-DSA-0.140.0.ebuild   | 39 ++
 dev-perl/Crypt-OpenSSL-DSA/metadata.xml| 13 
 3 files changed, 61 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-DSA/ChangeLog 
b/dev-perl/Crypt-OpenSSL-DSA/ChangeLog
new file mode 100644
index 000..e9b891f
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Crypt-OpenSSL-DSA
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Crypt-OpenSSL-DSA-0.140.0 (21 Jul 2014)
+
+  21 Jul 2014; mudler 
+  +Crypt-OpenSSL-DSA-0.140.0.ebuild, +metadata.xml:
+  [added] Crypt::OpenSSL::DSA

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.140.0.ebuild 
b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.140.0.ebuild
new file mode 100644
index 000..fa4fa1b
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.140.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TJMATHER
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION='Digital Signature Algorithm using OpenSSL'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_test(){
+   # Test::More
+   echo virtual/perl-Test-Simple
+}
+extra_deps(){
+   # libssl and libcrypto required
+   echo dev-libs/openssl
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   test? ( $(perl_meta_test) )
+   $(extra_deps)
+"
+RDEPEND="
+   $(extra_deps)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Crypt-OpenSSL-DSA/metadata.xml 
b/dev-perl/Crypt-OpenSSL-DSA/metadata.xml
new file mode 100644
index 000..4fece9d
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   perl
+   
+   mud...@dark-lab.net
+   mudler
+   
+   
+   Crypt-OpenSSL-DSA
+   Crypt::OpenSSL::DSA
+   
+



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-DNS-SEC/

2014-07-21 Thread Kent Fredric
commit: 24dc8f2935059e2f6eaa26bb433fffb8d190d4ec
Author: mudler  dark-lab  net>
AuthorDate: Mon Jul 21 12:55:03 2014 +
Commit: Kent Fredric  gmail  com>
CommitDate: Mon Jul 21 22:15:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24dc8f29

[added] Net::DNS::SEC

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B

---
 dev-perl/Net-DNS-SEC/ChangeLog  |  9 
 dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild | 63 +
 dev-perl/Net-DNS-SEC/metadata.xml   | 26 ++
 3 files changed, 98 insertions(+)

diff --git a/dev-perl/Net-DNS-SEC/ChangeLog b/dev-perl/Net-DNS-SEC/ChangeLog
new file mode 100644
index 000..b6c25e7
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Net-DNS-SEC
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Net-DNS-SEC-0.190.0 (21 Jul 2014)
+
+  21 Jul 2014; mudler 
+  +Net-DNS-SEC-0.190.0.ebuild, +metadata.xml:
+  [added] Net::DNS::SEC

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild
new file mode 100644
index 000..3501934
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=NLNETLABS
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='DNSSEC extensions to Net::DNS'
+LICENSE=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+   # Crypt::OpenSSL::Bignum 0.03 ( 0.30.0 )
+   echo \>=dev-perl/Crypt-OpenSSL-Bignum-0.30.0
+   # Crypt::OpenSSL::DSA 0.1 ( 0.100.0 )
+   echo \>=dev-perl/Crypt-OpenSSL-DSA-0.100.0
+   # Crypt::OpenSSL::RSA 0.19 ( 0.190.0 )
+   echo \>=dev-perl/Crypt-OpenSSL-RSA-0.190.0
+   # Digest::BubbleBabble 0.01 ( 0.10.0 )
+   echo \>=dev-perl/digest-bubblebabble-0.10.0
+   # Digest::SHA 5.23 ( 5.230.0 )
+   echo \>=virtual/perl-Digest-SHA-5.230.0
+   # File::Basename
+   echo dev-lang/perl
+   # MIME::Base32
+   # echo perl-core/MIME-Base32
+   # MIME::Base64
+   echo virtual/perl-MIME-Base64
+   # Math::BigInt
+   echo virtual/perl-Math-BigInt
+   # Net::DNS 0.69 ( 0.690.0 )
+   echo \>=dev-perl/Net-DNS-0.690.0
+   # Test::More 0.47 ( 0.470.0 )
+   echo \>=virtual/perl-Test-Simple-0.470.0
+   # Time::Local
+   echo virtual/perl-Time-Local
+   # perl 5.006 ( 5.6.0 )
+   echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test(){
+   # Test::More 0.47 ( 0.470.0 )
+   echo \>=virtual/perl-Test-Simple-0.470.0
+}
+DEPEND="
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+"
+RDEPEND="
+   $(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Net-DNS-SEC/metadata.xml 
b/dev-perl/Net-DNS-SEC/metadata.xml
new file mode 100644
index 000..f9730e2
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   perl
+   
+   mud...@dark-lab.net
+   mudler
+   
+   
+   Net-DNS-SEC
+   Net::DNS::Keyset
+   Net::DNS::RR::CDNSKEY
+   Net::DNS::RR::CDS
+   Net::DNS::RR::DLV
+   Net::DNS::RR::DNSKEY
+   Net::DNS::RR::DS
+   Net::DNS::RR::KEY
+   Net::DNS::RR::NSEC
+   Net::DNS::RR::NSEC3
+   Net::DNS::RR::NSEC3PARAM
+   Net::DNS::RR::RRSIG
+   Net::DNS::RR::SIG
+   Net::DNS::SEC
+   Net::DNS::SEC::Private
+   
+



  1   2   3   >