[gentoo-commits] proj/emacs:master commit in: app-admin/eselect-emacs/, app-admin/eselect-ctags/

2014-12-18 Thread Ulrich Müller
commit: c1869977f8207685a07b04b59b00ca994c55e1c2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 07:40:27 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 07:40:27 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=c1869977

app-admin/eselect-ctags, app-admin/eselect-emacs: Install etags module in 
eselect-ctags instead of eselect-emacs.

Package-Manager: portage-2.2.15

---
 app-admin/eselect-ctags/ChangeLog| 3 +++
 app-admin/eselect-ctags/eselect-ctags-.ebuild| 9 -
 app-admin/eselect-emacs/ChangeLog| 3 +++
 app-admin/eselect-emacs/eselect-emacs--r2.ebuild | 6 --
 4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/app-admin/eselect-ctags/ChangeLog 
b/app-admin/eselect-ctags/ChangeLog
index e49119a..c9586b2 100644
--- a/app-admin/eselect-ctags/ChangeLog
+++ b/app-admin/eselect-ctags/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Dec 2014; Ulrich Müller  eselect-ctags-.ebuild:
+  Install etags module in eselect-ctags instead of eselect-emacs.
+
   19 Jan 2014; Ulrich Müller  eselect-ctags-.ebuild:
   Switch from package.mask to empty KEYWORDS.
 

diff --git a/app-admin/eselect-ctags/eselect-ctags-.ebuild 
b/app-admin/eselect-ctags/eselect-ctags-.ebuild
index bc8dc3b..7f4328a 100644
--- a/app-admin/eselect-ctags/eselect-ctags-.ebuild
+++ b/app-admin/eselect-ctags/eselect-ctags-.ebuild
@@ -17,14 +17,13 @@ HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs";
 LICENSE="GPL-2+"
 SLOT="0"
 
-RDEPEND=">=app-admin/eselect-1.2.3"
+RDEPEND="!=app-admin/eselect-1.2.3"
 
 S="${WORKDIR}/${MY_PN}"
 
-src_compile() { :; }
-
 src_install() {
insinto /usr/share/eselect/modules
-   doins ctags.eselect
-   doman ctags.eselect.5
+   doins {ctags,etags}.eselect
+   doman {ctags,etags}.eselect.5
 }

diff --git a/app-admin/eselect-emacs/ChangeLog 
b/app-admin/eselect-emacs/ChangeLog
index 96e575d..ae97fe6 100644
--- a/app-admin/eselect-emacs/ChangeLog
+++ b/app-admin/eselect-emacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Dec 2014; Ulrich Müller  eselect-emacs--r2.ebuild:
+  Install etags module in eselect-ctags instead of eselect-emacs.
+
 *eselect-emacs--r2 (13 Mar 2014)
 
   13 Mar 2014; Ulrich Müller  -eselect-emacs--r1.ebuild,

diff --git a/app-admin/eselect-emacs/eselect-emacs--r2.ebuild 
b/app-admin/eselect-emacs/eselect-emacs--r2.ebuild
index 4ac77f9..bde01d9 100644
--- a/app-admin/eselect-emacs/eselect-emacs--r2.ebuild
+++ b/app-admin/eselect-emacs/eselect-emacs--r2.ebuild
@@ -21,9 +21,11 @@ RDEPEND=">=app-admin/eselect-1.2.6
 
 S="${WORKDIR}/${PN}"
 
+src_compile() { :; }
+
 src_install() {
insinto /usr/share/eselect/modules
-   doins {emacs,etags,gnuclient}.eselect
-   doman {emacs,etags,gnuclient}.eselect.5
+   doins {emacs,gnuclient}.eselect
+   doman {emacs,gnuclient}.eselect.5
dodoc ChangeLog
 }



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

2014-12-18 Thread Jeroen Roovers (jer)
jer 14/12/19 07:33:10

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

Revision  ChangesPath
1.121dev-python/paramiko/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   25 Nov 2014 17:07:33 -  1.120
+++ ChangeLog   19 Dec 2014 07:33:10 -  1.121
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/paramiko
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v 1.120 
2014/11/25 17:07:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v 1.121 
2014/12/19 07:33:10 jer Exp $
+
+  19 Dec 2014; Jeroen Roovers  paramiko-1.15.1-r1.ebuild:
+  Stable for HPPA (bug #531126).
 
 *paramiko-1.15.1-r1 (25 Nov 2014)
 



1.2  dev-python/paramiko/paramiko-1.15.1-r1.ebuild

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

Index: paramiko-1.15.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.15.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paramiko-1.15.1-r1.ebuild   25 Nov 2014 17:07:33 -  1.1
+++ paramiko-1.15.1-r1.ebuild   19 Dec 2014 07:33:10 -  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/paramiko/paramiko-1.15.1-r1.ebuild,v 1.1 
2014/11/25 17:07:33 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.15.1-r1.ebuild,v 1.2 
2014/12/19 07:33:10 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples"
 
 RDEPEND="






[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-12-18 Thread Ulrich Müller
commit: 5bbc24170c922ca97642ac3afd2f7ac896861b5e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 07:20:48 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 07:20:48 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=5bbc2417

Use OSTYPE instead of uname to determine the system type.

* ctags.eselect (do_update): Use OSTYPE bash variable instead of
uname to determine the system type, in order to be consistent with
eselect proper.

---
 ChangeLog | 4 
 ctags.eselect | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9c96e6b..68db727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-12-19  Ulrich Müller  
 
+   * ctags.eselect (do_update): Use OSTYPE bash variable instead of
+   uname to determine the system type, in order to be consistent with
+   eselect proper.
+
* etags.eselect.5: New file, includes ctags.eselect man page via
"so" request.
* Makefile (DISTFILES): Add etags.eselect.5.

diff --git a/ctags.eselect b/ctags.eselect
index 8384e16..2bfc946 100644
--- a/ctags.eselect
+++ b/ctags.eselect
@@ -197,7 +197,7 @@ do_update() {
remove_symlinks || die -q "Couldn't remove 
existing symlink"
fi
elif [[ -e ${EROOT}/usr/bin/${CTAGS} ]]; then
-   if ! [[ ${CTAGS} = ctags && $(uname) = FreeBSD ]]; then
+   if ! [[ ${CTAGS} = ctags && ${OSTYPE} = freebsd* ]]; 
then
die -q "${EROOT}/usr/bin/${CTAGS} exists but is 
not a symlink"
fi
# On FreeBSD ctags is a real file, installed by 
freebsd-ubin



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-12-18 Thread Ulrich Müller
commit: 4960049828e80af4326158ae1e4df8e6498b9da1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 07:17:25 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 07:17:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=49600498

New etags.eselect.5 file.

* etags.eselect.5: New file, includes ctags.eselect man page via
"so" request.
* Makefile (DISTFILES): Add etags.eselect.5.
(etags.eselect.5): Remove make target.

---
 ChangeLog   | 5 +
 Makefile| 5 +
 etags.eselect.5 | 1 +
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 135fca4..9c96e6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-12-19  Ulrich Müller  
 
+   * etags.eselect.5: New file, includes ctags.eselect man page via
+   "so" request.
+   * Makefile (DISTFILES): Add etags.eselect.5.
+   (etags.eselect.5): Remove make target.
+
* ctags.eselect (find_targets, do_update): Have a special case for
etags only in the update action. Otherwise, display all targets
for it, even if no Emacs variant is installed.

diff --git a/Makefile b/Makefile
index e59e7cd..8017391 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ MODULES = emacs.eselect ctags.eselect etags.eselect 
gnuclient.eselect
 MANPAGES = emacs.eselect.5 ctags.eselect.5 etags.eselect.5 gnuclient.eselect.5
 
 DISTFILES = emacs.eselect ctags.eselect gnuclient.eselect \
-   emacs.eselect.5 ctags.eselect.5 gnuclient.eselect.5 \
+   emacs.eselect.5 ctags.eselect.5 etags.eselect.5 gnuclient.eselect.5 \
ChangeLog Makefile
 
 .PHONY: all dist clean
@@ -20,9 +20,6 @@ all: $(MODULES) $(MANPAGES)
 etags.eselect: ctags.eselect
sed -e "/^CTAGS=/s/ctags/etags/" $< >$@
 
-etags.eselect.5: ctags.eselect.5
-   cp $< $@
-
 dist: $(DISTFILES)
tar -cJf $(P).tar.xz --transform='s%^%$(P)/%' $^
tar -tJvf $(P).tar.xz

diff --git a/etags.eselect.5 b/etags.eselect.5
new file mode 100644
index 000..826c281
--- /dev/null
+++ b/etags.eselect.5
@@ -0,0 +1 @@
+.so man5/ctags.eselect.5



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-12-18 Thread Ulrich Müller
commit: 960a580d531793678bdb407b8fee58ea538993a8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 07:00:25 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 07:00:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=960a580d

Special case etags only in the update action.

* ctags.eselect (find_targets, do_update): Have a special case for
etags only in the update action. Otherwise, display all targets
for it, even if no Emacs variant is installed.
* ctags.eselect.5: Update.

---
 ChangeLog   |  7 +++
 ctags.eselect   | 13 ++---
 ctags.eselect.5 |  6 +++---
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71547e6..135fca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-19  Ulrich Müller  
+
+   * ctags.eselect (find_targets, do_update): Have a special case for
+   etags only in the update action. Otherwise, display all targets
+   for it, even if no Emacs variant is installed.
+   * ctags.eselect.5: Update.
+
 2014-10-28  Ulrich Müller  
 
* Version 1.17 released.

diff --git a/ctags.eselect b/ctags.eselect
index 5325536..8384e16 100644
--- a/ctags.eselect
+++ b/ctags.eselect
@@ -40,12 +40,6 @@ find_targets() {
[[ -f ${EROOT}/usr/bin/${CTAGS}-${emacs} ]] && echo 
"${CTAGS}-${emacs}"
elif [[ -f ${EROOT}/usr/bin/xemacs ]]; then
[[ -f ${EROOT}/usr/bin/${CTAGS}-xemacs ]] && echo 
"${CTAGS}-xemacs"
-   elif [[ ${CTAGS} = etags ]]; then
-   # We are called as etags module, but no (X)Emacs is installed.
-   # Return an empty list in this case, because we don't want
-   # exuberant-ctags as default for etags (for ctags it's fine).
-   # Also, vi purists wouldn't want an etags symlink.
-   return
fi
 
# Exuberant ctags
@@ -215,7 +209,12 @@ do_update() {
# offers several concurrent versions.
 
local i target targets=( $(find_targets) )
-   if [[ ${#targets[@]} -gt 0 && ${current} != nolink ]]; then
+   # We don't want exuberant-ctags as default for etags. Also, vi
+   # purists wouldn't want an etags symlink. Therefore, don't 
update
+   # the etags symlink unless there is an (X)Emacs provider.
+   if [[ ${#targets[@]} -gt 0 && ${current} != nolink ]] \
+   && ! [[ ${CTAGS} = etags && ${targets[0]} != 
${CTAGS}-*emacs* ]]
+   then
target=${targets[0]}
[[ ${current} = ${CTAGS}-*emacs* ]] && 
current=${CTAGS}-*emacs*
for i in ${targets[@]}; do

diff --git a/ctags.eselect.5 b/ctags.eselect.5
index 88da8ed..bcdb55b 100644
--- a/ctags.eselect.5
+++ b/ctags.eselect.5
@@ -89,9 +89,9 @@ is a real binary, owned by package freebsd-ubin.
 .RB ( "eselect etags"
 does work though.)
 
-.B eselect etags
-does not display any valid targets if there is no Emacs variant
-installed.  This is a feature.
+.B eselect etags update
+does not update the target if there is no Emacs variant installed.
+This is a feature.
 .SH AUTHOR
 Ulrich Müller 
 .SH SEE ALSO



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-12-18 Thread Ulrich Müller
commit: cb12846c46545f39ddcdc3b0d08dc390670c271f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 06:54:15 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 06:54:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=cb12846c

Use consistent style with a single equals sign for tests.

---
 ctags.eselect | 6 +++---
 emacs.eselect | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ctags.eselect b/ctags.eselect
index fd6f9b7..5325536 100644
--- a/ctags.eselect
+++ b/ctags.eselect
@@ -192,7 +192,7 @@ do_update() {
[[ $# -gt 2 ]] && die -q "Too many parameters"
test_for_root
 
-   if ! [[ $1 == *if*unset \
+   if ! [[ $1 = *if*unset \
&& -L ${EROOT}/usr/bin/${CTAGS} && -e ${EROOT}/usr/bin/${CTAGS} 
]]
then
local current=""
@@ -217,9 +217,9 @@ do_update() {
local i target targets=( $(find_targets) )
if [[ ${#targets[@]} -gt 0 && ${current} != nolink ]]; then
target=${targets[0]}
-   [[ ${current} == ${CTAGS}-*emacs* ]] && 
current=${CTAGS}-*emacs*
+   [[ ${current} = ${CTAGS}-*emacs* ]] && 
current=${CTAGS}-*emacs*
for i in ${targets[@]}; do
-   [[ ${i} == ${current} ]] && target=${i}
+   [[ ${i} = ${current} ]] && target=${i}
done
set_symlinks "${target}" || die -q "Couldn't set a new 
symlink"
fi

diff --git a/emacs.eselect b/emacs.eselect
index 4b3a8e9..7b63e59 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -248,7 +248,7 @@ do_update() {
test_for_root
 
if [[ -L ${EROOT}/usr/bin/emacs ]]; then
-   if [[ $1 == *if*unset && -e ${EROOT}/usr/bin/emacs ]]; then
+   if [[ $1 = *if*unset && -e ${EROOT}/usr/bin/emacs ]]; then
do_action ctags update ifunset
return
fi



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-12-18 Thread Ulrich Müller
commit: ab17068557e39e4d068495ceabb922660c3390b8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 19 06:46:09 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 19 06:46:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=ab170685

Update example in ctags man page.

---
 ctags.eselect.5 | 6 +++---
 emacs.eselect.5 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ctags.eselect.5 b/ctags.eselect.5
index 841cf2b..88da8ed 100644
--- a/ctags.eselect.5
+++ b/ctags.eselect.5
@@ -2,7 +2,7 @@
 .\" Copyright 2007-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
-.TH ctags.eselect 5 "February 2014" "Gentoo Linux" eselect
+.TH ctags.eselect 5 "December 2014" "Gentoo Linux" eselect
 .SH NAME
 ctags.eselect, etags.eselect \- The ctags and etags management module
 for Gentoo's eselect
@@ -40,7 +40,7 @@ List all installed ctags versions.
 .br
 Available ctags symlink targets:
 .br
-  [1]   ctags-emacs-23 *
+  [1]   ctags-emacs-24 *
   [2]   exuberant-ctags
 .SH ACTION: SET
 .B eselect ctags set
@@ -79,7 +79,7 @@ is given, an existing implementation is not overridden.
 .br
 Switching ctags to exuberant-ctags ...
 .br
-Switching etags to etags-emacs-23 ...
+Switching etags to etags-emacs-24 ...
 .SH BUGS
 Under FreeBSD,
 .B eselect ctags

diff --git a/emacs.eselect.5 b/emacs.eselect.5
index a79e44c..1348e85 100644
--- a/emacs.eselect.5
+++ b/emacs.eselect.5
@@ -2,7 +2,7 @@
 .\" Copyright 2007-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
-.TH emacs.eselect 5 "February 2014" "Gentoo Linux" eselect
+.TH emacs.eselect 5 "December 2014" "Gentoo Linux" eselect
 .SH NAME
 emacs.eselect \- The Emacs management module for Gentoo's eselect
 .SH SYNOPSIS



[gentoo-commits] gentoo-x86 commit in media-radio/ax25-apps: ChangeLog ax25-apps-0.0.8_rc4.ebuild

2014-12-18 Thread Jeroen Roovers (jer)
jer 14/12/19 07:27:44

  Modified: ChangeLog ax25-apps-0.0.8_rc4.ebuild
  Log:
  Run eautoreconf after patching configure.ac (bug #532988 by Toralf Förster).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.28 media-radio/ax25-apps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   23 Nov 2014 14:34:28 -  1.27
+++ ChangeLog   19 Dec 2014 07:27:44 -  1.28
@@ -1,6 +1,10 @@
 # ChangeLog for media-radio/ax25-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.27 
2014/11/23 14:34:28 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.28 
2014/12/19 07:27:44 jer Exp $
+
+  19 Dec 2014; Jeroen Roovers  ax25-apps-0.0.8_rc4.ebuild,
+  files/ax25-apps-0.8.4-tinfo.patch:
+  Run eautoreconf after patching configure.ac (bug #532988 by Toralf Förster).
 
   23 Nov 2014; Thomas Beierlein  ax25-apps-0.0.8_rc4.ebuild,
   +files/ax25-apps-0.8.4-tinfo.patch:



1.6  media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild?r1=1.5&r2=1.6

Index: ax25-apps-0.0.8_rc4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ax25-apps-0.0.8_rc4.ebuild  23 Nov 2014 14:34:28 -  1.5
+++ ax25-apps-0.0.8_rc4.ebuild  19 Dec 2014 07:27:44 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild,v 1.5 
2014/11/23 14:34:28 tomjbe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc4.ebuild,v 1.6 
2014/12/19 07:27:44 jer Exp $
 
 EAPI=5
-inherit eutils
+inherit autotools eutils
 
 MY_P=${P/_/-}
 
@@ -26,6 +26,7 @@
 
 src_prepare() {
epatch "$FILESDIR"/$PN-0.8.4-tinfo.patch
+   eautoreconf
 }
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in media-radio/ax25-apps/files: ax25-apps-0.8.4-tinfo.patch

2014-12-18 Thread Jeroen Roovers (jer)
jer 14/12/19 07:27:44

  Modified: ax25-apps-0.8.4-tinfo.patch
  Log:
  Run eautoreconf after patching configure.ac (bug #532988 by Toralf Förster).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch?r1=1.1&r2=1.2

Index: ax25-apps-0.8.4-tinfo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ax25-apps-0.8.4-tinfo.patch 23 Nov 2014 14:34:28 -  1.1
+++ ax25-apps-0.8.4-tinfo.patch 19 Dec 2014 07:27:44 -  1.2
@@ -1,6 +1,6 @@
 # fix tinof handling (bug 529776)
 configure.ac.old   2014-11-23 15:05:03.0 +0100
-+++ configure.ac   2014-11-23 15:07:42.0 +0100
+--- a/configure.ac
 b/configure.ac
 @@ -17,7 +17,7 @@
  AC_SUBST(AX25_LIB)
  AC_SUBST(NCURSES_LIB)






[gentoo-commits] gentoo-x86 commit in dev-python/statsmodels: statsmodels-0.6.1.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 07:26:48

  Modified: statsmodels-0.6.1.ebuild ChangeLog
  Log:
  Quoting
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-python/statsmodels/statsmodels-0.6.1.ebuild

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

Index: statsmodels-0.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/statsmodels/statsmodels-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- statsmodels-0.6.1.ebuild7 Dec 2014 13:31:19 -   1.1
+++ statsmodels-0.6.1.ebuild19 Dec 2014 07:26:48 -  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/statsmodels/statsmodels-0.6.1.ebuild,v 1.1 
2014/12/07 13:31:19 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/statsmodels/statsmodels-0.6.1.ebuild,v 1.2 
2014/12/19 07:26:48 patrick Exp $
 
 EAPI=5
 
@@ -67,5 +67,5 @@
 }
 
 pkg_postinst() {
-   optfeature "plotting functionality" 
>=dev-python/matplotlib-1.1[${PYTHON_USEDEP}]
+   optfeature "plotting functionality" 
">=dev-python/matplotlib-1.1[${PYTHON_USEDEP}]"
 }



1.6  dev-python/statsmodels/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/statsmodels/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Dec 2014 13:31:19 -   1.5
+++ ChangeLog   19 Dec 2014 07:26:48 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/statsmodels
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/statsmodels/ChangeLog,v 1.5 
2014/12/07 13:31:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/statsmodels/ChangeLog,v 1.6 
2014/12/19 07:26:48 patrick Exp $
+
+  19 Dec 2014; Patrick Lauer  statsmodels-0.6.1.ebuild:
+  Quoting
 
 *statsmodels-0.6.1 (07 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emacs/slime: slime-2.11.ebuild ChangeLog

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 07:02:16

  Modified: ChangeLog
  Added:slime-2.11.ebuild
  Log:
  Bump slime to 2.11, as requested in Bug 530148
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.74 app-emacs/slime/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   11 Jul 2014 08:44:28 -  1.73
+++ ChangeLog   19 Dec 2014 07:02:16 -  1.74
@@ -1,6 +1,16 @@
 # ChangeLog for app-emacs/slime
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.73 2014/07/11 
08:44:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.74 2014/12/19 
07:02:16 gienah Exp $
+
+*slime-2.11 (19 Dec 2014)
+
+  19 Dec 2014; Mark Wright 
+  +files/2.0_p20110617/70slime-gentoo.el,
+  +files/2.0_p20110617/gentoo-dont-call-init.patch,
+  +files/2.0_p20110617/swank.asd, 
+files/2.0_p20130214/gentoo-module-load.patch,
+  +files/2.11/dont-load-sbcl-pprint.patch,
+  +files/2.11/gentoo-changelog-date.patch, +slime-2.11.ebuild:
+  Bump slime to 2.11, as requested in Bug 530148
 
   11 Jul 2014; Patrick Lauer  slime-2.0_p20101103.ebuild:
   Stable on amd64 #511170



1.1  app-emacs/slime/slime-2.11.ebuild

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

Index: slime-2.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.11.ebuild,v 1.1 
2014/12/19 07:02:16 gienah Exp $

EAPI=5

[[ ${PV} = ** ]] && GIT_ECLASS="git-r3" || GIT_ECLASS=""

inherit common-lisp-3 ${GIT_ECLASS} elisp eutils

DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
HOMEPAGE="http://common-lisp.net/project/slime/";
if [[ ${PV} != ** ]]; then
SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
fi

LICENSE="GPL-2 xref? ( xref.lisp )"
SLOT="0"
if [[ ${PV} == ** ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
fi
IUSE="doc xref"
RESTRICT=test # tests fail to contact sbcl

RDEPEND="virtual/commonlisp
dev-lisp/asdf"
DEPEND="${RDEPEND}
>=sys-apps/texinfo-5.1
doc? ( virtual/texi2dvi )"

CLPACKAGE=swank
CLSYSTEMS=swank
SITEFILE=70${PN}-gentoo.el

src_unpack() {
if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/slime/slime.git";
${GIT_ECLASS}_src_unpack
fi
elisp_src_unpack
}

src_prepare() {
if [[ "${PV}" == "2.11" ]]; then
epatch "${FILESDIR}"/2.11/dont-load-sbcl-pprint.patch
fi
epatch "${FILESDIR}"/2.0_p20130214/gentoo-module-load.patch
epatch "${FILESDIR}"/2.0_p20110617/gentoo-dont-call-init.patch
has_version ">=app-editors/emacs-24" && rm -f lib/cl-lib.el

# extract date of last update from ChangeLog, bug 233270
SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
[ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog 
date"

# SLIME uses the changelog date to make sure that the emacs side and 
the CL side
# are in sync. We hardcode it instead of letting slime determine it at 
runtime
# because ChangeLog doesn't get installed to $EMACSDIR
epatch "${FILESDIR}"/2.11/gentoo-changelog-date.patch

# When starting slime in emacs, slime looks for ${S}/swank/backend.lisp 
as
# /usr/share/common-lisp/source/swank/swank-backend.lisp
pushd swank || die
for i in *.lisp
do
mv ${i} ../swank-${i}
done
popd

sed -i "/(defvar 
\*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp \
|| die "sed swank.lisp failed"
sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el \
|| die "sed slime.el failed"
sed -i "s/@itemx INIT-FUNCTION/@item INIT-FUNCTION/" doc/slime.texi \
|| die "sed doc/slime.texi failed"

# Remove xref.lisp (which is non-free) unless USE flag

[gentoo-commits] gentoo-x86 commit in app-emacs/slime/files/2.0_p20130214: gentoo-module-load.patch

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 07:02:16

  Added:gentoo-module-load.patch
  Log:
  Bump slime to 2.11, as requested in Bug 530148
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  
app-emacs/slime/files/2.0_p20130214/gentoo-module-load.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20130214/gentoo-module-load.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20130214/gentoo-module-load.patch?rev=1.1&content-type=text/plain

Index: gentoo-module-load.patch
===
--- slime--orig/contrib/swank-arglists.lisp 2012-08-14 06:50:34.0 
+1000
+++ slime-/contrib/swank-arglists.lisp  2013-02-14 21:33:26.879124163 
+1100
@@ -9,8 +9,7 @@
 
 (in-package :swank)
 
-(eval-when (:compile-toplevel :load-toplevel :execute)
-  (swank-require :swank-c-p-c))
+(swank-require :swank-c-p-c)
 
  Utilities
 
--- slime--orig/contrib/swank-fuzzy.lisp2013-02-02 20:48:51.0 
+1100
+++ slime-/contrib/swank-fuzzy.lisp 2013-02-14 21:35:32.059873714 +1100
@@ -10,9 +10,8 @@
 
 (in-package :swank)
 
-(eval-when (:compile-toplevel :load-toplevel :execute)
-  (swank-require :swank-util)
-  (swank-require :swank-c-p-c))
+(swank-require :swank-util)
+(swank-require :swank-c-p-c)
 
 ;;; For nomenclature of the fuzzy completion section, please read
 ;;; through the following docstring.
--- slime--orig/contrib/swank-sbcl-exts.lisp2009-09-25 
16:43:33.0 +1000
+++ slime-/contrib/swank-sbcl-exts.lisp 2013-02-14 21:33:26.880124185 
+1100
@@ -7,8 +7,7 @@
 
 (in-package :swank)
 
-(eval-when (:compile-toplevel :load-toplevel :execute)
-  (swank-require :swank-arglists))
+(swank-require :swank-arglists)
 
 ;; We need to do this so users can place `slime-sbcl-exts' into their
 ;; ~/.emacs, and still use any implementation they want.
--- slime--orig/swank.lisp  2013-01-11 20:00:30.0 +1100
+++ slime-/swank.lisp   2013-02-14 22:15:39.624982175 +1100
@@ -2535,14 +2535,17 @@
   "Load the module MODULE."
   (dolist (module (ensure-list modules))
 (unless (member (string module) *modules* :test #'string=)
-  (require module (if filename
-  (filename-to-pathname filename)
-  (module-filename module)))
+  (let ((*load-print* nil)
+(*load-verbose* nil)
+#+cmu (ext:*gc-verbose* nil))
+(require module (if filename
+(filename-to-pathname filename)
+(module-filename module
   (assert (member (string module) *modules* :test #'string=)
   () "Required module ~s was not provided" module)))
   *modules*)
 
-(defvar *find-module* 'find-module
+(defvar *find-module* 'find-module-gentoo
   "Pluggable function to locate modules.
 The function receives a module name as argument and should return
 the filename of the module (or nil if the file doesn't exist).")
@@ -2572,6 +2575,21 @@
 (some (lambda (dir) (some #'probe-file (module-canditates name dir)))
   *load-path*)))
 
+(defun swank-fasl-pathname ()
+  (make-pathname :name nil :type nil
+ :defaults (car (asdf:output-files
+ (make-instance 'asdf:compile-op)
+ (car (asdf:module-components
+   (asdf:find-system :swank)))
+
+(defun append-dir (pathname dir)
+  (make-pathname :directory (append (pathname-directory pathname) dir)))
+
+(defun find-module-gentoo (module)
+  (or (let ((*load-path* (list (append-dir (swank-fasl-pathname) '("contrib"))
+   (append-dir swank-loader:*source-directory* 
'("contrib")
+(find-module module))
+  (find-module module)))
 
  Macroexpansion
 






[gentoo-commits] gentoo-x86 commit in app-emacs/slime/files/2.11: dont-load-sbcl-pprint.patch gentoo-changelog-date.patch

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 07:02:16

  Added:dont-load-sbcl-pprint.patch
gentoo-changelog-date.patch
  Log:
  Bump slime to 2.11, as requested in Bug 530148
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch?rev=1.1&content-type=text/plain

Index: dont-load-sbcl-pprint.patch
===
diff --git a/contrib/swank-presentation-streams.lisp 
b/contrib/swank-presentation-streams.lisp
index 0c24bda..bd5a990 100644
--- a/contrib/swank-presentation-streams.lisp
+++ b/contrib/swank-presentation-streams.lisp
@@ -65,7 +65,7 @@ be sensitive and remember what object it is in the repl if 
predicate is true"
(funcall ,continue)
 
 ;;; Get pretty printer patches for SBCL at load (not compile) time.
-#+sbcl
+#+#:disable-dangerous-patching ; #+sbcl
 (eval-when (:load-toplevel)
   (handler-bind ((simple-error
  (lambda (c)



1.1  app-emacs/slime/files/2.11/gentoo-changelog-date.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.11/gentoo-changelog-date.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.11/gentoo-changelog-date.patch?rev=1.1&content-type=text/plain

Index: gentoo-changelog-date.patch
===
--- slime-2.11-orig/slime.el2014-12-01 21:05:54.0 +1100
+++ slime-2.11/slime.el 2014-12-19 11:57:45.455393436 +1100
@@ -134,16 +134,7 @@
 "Return the datestring of the latest entry in the ChangeLog file.
 Return nil if the ChangeLog file cannot be found."
 (interactive "p")
-(let ((changelog (expand-file-name "ChangeLog" slime-path))
-  (date nil))
-  (when (file-exists-p changelog)
-(with-temp-buffer
-  (insert-file-contents-literally changelog nil 0 100)
-  (goto-char (point-min))
-  (setq date (symbol-name (read (current-buffer))
-  (when interactivep
-(message "Slime ChangeLog dates %s." date))
-  date)))
+"@SLIME-CHANGELOG-DATE@"))
 
 (defvar slime-protocol-version nil)
 (setq slime-protocol-version






[gentoo-commits] gentoo-x86 commit in app-emacs/slime/files/2.0_p20110617: 70slime-gentoo.el gentoo-dont-call-init.patch swank.asd

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 07:02:16

  Added:70slime-gentoo.el gentoo-dont-call-init.patch
swank.asd
  Log:
  Bump slime to 2.11, as requested in Bug 530148
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/70slime-gentoo.el?rev=1.1&content-type=text/plain

Index: 70slime-gentoo.el
===
;;; site-lisp configuration for SLIME

(add-to-list 'load-path "@SITELISP@")
(add-to-list 'load-path "@SITELISP@/contrib")
(autoload 'slime-highlight-edits-mode "slime-highlight-edits")

(require 'slime-autoloads)
(slime-setup '(slime-fancy slime-asdf slime-banner))

;; this allows us not to require dev-lisp/hyperspec
;; (which is non-free) as a hard dependency
(setq common-lisp-hyperspec-root
  (if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec")
  "file:///usr/share/doc/hyperspec/HyperSpec/"
"http://www.lispworks.com/reference/HyperSpec/";))



1.1  
app-emacs/slime/files/2.0_p20110617/gentoo-dont-call-init.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/gentoo-dont-call-init.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/gentoo-dont-call-init.patch?rev=1.1&content-type=text/plain

Index: gentoo-dont-call-init.patch
===
Author: Stelian Ionescu 
Date: 2010-05-14
Status: Gentoo-only
Description: Dont' call SWANK-LOADER:INIT on startup since we don't use
 the upstream swank-loader.lisp

--- a/slime.el
+++ b/slime.el
@@ -1323,7 +1323,6 @@ See `slime-start'."
 `(progn
(load ,(slime-to-lisp-filename (expand-file-name loader)) 
  :verbose t)
-   (funcall (read-from-string "swank-loader:init"))
(funcall (read-from-string "swank:start-server")
 ,(slime-to-lisp-filename port-filename)
 :coding-system ,encoding)



1.1  app-emacs/slime/files/2.0_p20110617/swank.asd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/swank.asd?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/slime/files/2.0_p20110617/swank.asd?rev=1.1&content-type=text/plain

Index: swank.asd
===
 -*- Mode: Lisp; indent-tabs-mode: nil -*-

(defpackage #:swank-system
  (:use #:common-lisp #:asdf))

(in-package #:swank-system)

(defun load-user-init-file ()
  "Load the user init file, return NIL if it does not exist."
  (load (merge-pathnames (user-homedir-pathname)
 (make-pathname :name ".swank" :type "lisp"))
:if-does-not-exist nil))

(defun load-site-init-file ()
  (load (make-pathname :name "site-init" :type "lisp"
   :defaults (truename
  (asdf:system-definition-pathname
   (asdf:find-system :swank
:if-does-not-exist nil))

(defclass no-load-file (cl-source-file) ())

(defmethod perform ((op load-op) (c no-load-file)) nil)

(defmacro define-swank-system (sysdep-files)
  `(defsystem :swank
 :description "Swank is the Common Lisp back-end to SLIME"
 :serial t
 :components ((:file "swank-backend")
  (:file "nregex")
  ,@(mapcar #'(lambda (component)
(if (atom component)
(list :file component)
component))
sysdep-files)
  (:file "swank-match")
  (:file "swank-rpc")
  (:file "swank")
  (:module "contrib"
   :components ((:no-load-file "swank-c-p-c")
(:no-load-file "swank-arglists"
 :depends-on ("swank-c-p-c"))
(:no-load-file "swank-asdf")
(:no-load-file "swank-clipboard")
(:no-load-file "swank-fancy-inspector")
(:no-load-file "swank-fuzzy"
 :depends-on ("swank-c-p-c"))
(:no-load-file "swank-hyperdoc")
(:no-load-file "swank-indentation")
(:no-load-file "swank-listener-hooks")
(:no-load-fil

[gentoo-commits] gentoo-x86 commit in eclass: common-lisp-3.eclass

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 06:52:10

  Added:common-lisp-3.eclass
  Log:
  Add common-lisp-3.eclass from the lisp overlay, required by 
app-emacs/slime-2.11

Revision  ChangesPath
1.1  eclass/common-lisp-3.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/common-lisp-3.eclass?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/common-lisp-3.eclass?rev=1.1&content-type=text/plain

Index: common-lisp-3.eclass
===
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-3.eclass,v 1.1 2014/12/19 
06:52:10 gienah Exp $

# @ECLASS: common-lisp-3.eclass
# @MAINTAINER:
# Common Lisp project 
# @BLURB: functions to support the installation of Common Lisp libraries
# @DESCRIPTION:
# Since Common Lisp libraries share similar structure, this eclass aims
# to provide a simple way to write ebuilds with these characteristics.

inherit eutils

# CL packages in the overlay don't have their tarballs on the mirrors
# so it's useless to mirror them
RESTRICT="mirror"

# @ECLASS-VARIABLE: CLSOURCEROOT
# @DESCRIPTION:
# Default path of Common Lisp libraries sources. Sources will
# be installed into ${CLSOURCEROOT}/${CLPACKAGE}.
CLSOURCEROOT="${ROOT%/}"/usr/share/common-lisp/source

# @ECLASS-VARIABLE: CLSYSTEMROOT
# @DESCRIPTION:
# Default path to find any asdf file. Any asdf files will be
# symlinked in ${CLSYSTEMROOT}/${CLSYSTEM} as they may be in
# an arbitrarily deeply nested directory under ${CLSOURCEROOT}/${CLPACKAGE}.
CLSYSTEMROOT="${ROOT%/}"/usr/share/common-lisp/systems

# @ECLASS-VARIABLE: CLPACKAGE
# @DESCRIPTION:
# Default package name. To override, set these after inheriting this eclass.
CLPACKAGE="${PN}"

PDEPEND="virtual/commonlisp"

EXPORT_FUNCTIONS src_compile src_install

# @FUNCTION: common-lisp-3_src_compile
# @DESCRIPTION:
# Since there's nothing to build in most cases, default doesn't do
# anything.
common-lisp-3_src_compile() { true; }

# @FUNCTION: absolute-path-p
# @DESCRIPTION:
# Returns true if ${1} is an absolute path.
absolute-path-p() {
[[ $# -eq 1 ]] || die "${FUNCNAME[0]} must receive one argument"
[[ ${1} == /* ]]
}

# @FUNCTION: common-lisp-install-one-source
# @DESCRIPTION:
# Installs ${2} source file in ${3} inside CLSOURCEROOT/CLPACKAGE.
common-lisp-install-one-source() {
[[ $# -eq 3 ]] || die "${FUNCNAME[0]} must receive exactly three 
arguments"

local fpredicate=${1}
local source=${2}
local target="${CLSOURCEROOT}/${CLPACKAGE}/${3}"

if absolute-path-p "${source}" ; then
die "Cannot install files with absolute path: ${source}"
fi

if ${fpredicate} "${source}" ; then
insinto "${target}"
doins "${source}" || die "Failed to install ${source} into 
$(dirname "${target}")"
fi
}

# @FUNCTION: lisp-file-p
# @DESCRIPTION:
# Returns true if ${1} is lisp source file.
lisp-file-p() {
[[ $# -eq 1 ]] || die "${FUNCNAME[0]} must receive one argument"

[[ ${1} =~ \.(lisp|lsp|cl)$ ]]
}

# @FUNCTION: common-lisp-get-fpredicate
# @DESCRIPTION:
# Outputs the corresponding predicate to check files of type ${1}.
common-lisp-get-fpredicate() {
[[ $# -eq 1 ]] || die "${FUNCNAME[0]} must receive one argument"

local ftype=${1}
case ${ftype} in
"lisp") echo "lisp-file-p" ;;
"all" ) echo "true" ;;
* ) die "Unknown filetype specifier ${ftype}" ;;
esac
}

# @FUNCTION: common-lisp-install-sources
# @USAGE: common-lisp-install-sources path [...]
# @DESCRIPTION:
# Recursively install lisp sources of type ${2} if ${1} is -t or
# Lisp by default. When given a directory, it will be recursively
# scanned for Lisp source files with suffixes: .lisp, .lsp or .cl.
common-lisp-install-sources() {
local ftype="lisp"
if [[ ${1} == "-t" ]] ; then
ftype=${2}
shift ; shift
fi

[[ $# -ge 1 ]] || die "${FUNCNAME[0]} must receive one non-option 
argument"

local fpredicate=$(common-lisp-get-fpredicate "${ftype}")

for path in "${@}" ; do
if [[ -f ${path} ]] ; then
common-lisp-install-one-source ${fpredicate} "${path}" 
"$(dirname "${path}")"
elif [[ -d ${path} ]] ; then
common-lisp-install-sources -t ${ftype} $(find 
"${path}" -type f)
else
die "${path} it neither a regular file nor a directory"
fi
done
}

# @FUNCTION: common-lisp-install-one-asdf
# @DESCRIPTION:
# Installs ${1} asdf file in CLSOURCEROOT/CLPACKAGE and symlinks it in
# CLSYSTEMROOT.
common-lisp-install-one-asdf() {
[[ $# != 1 ]] && die "${FUNCNAME[0]} must receive exactly one a

[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: gentoo-patches.conf

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 06:47:30

  Modified: gentoo-patches.conf
  Log:
  add 4.5.0_rc4 for testing, with keywords dropped to alter user
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.4  app-emulation/xen-tools/files/gentoo-patches.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?r1=1.3&r2=1.4

Index: gentoo-patches.conf
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-patches.conf 6 Nov 2014 23:00:32 -   1.3
+++ gentoo-patches.conf 19 Dec 2014 06:47:30 -  1.4
@@ -115,7 +115,7 @@
 "
 
 # xen-tools-4.5.0 patches set
-_gpv_xen_tools_450_rc1_0="
+_gpv_xen_tools_450_rc4_0="
 ${_gx008} ${_gx024} ${_gx021}
 ${_gx022} ${_gx017} ${_gx031}
 ${_gx027} ${_gx032}






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.5.0_rc4.ebuild

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 06:47:30

  Modified: ChangeLog
  Added:xen-tools-4.5.0_rc4.ebuild
  Log:
  add 4.5.0_rc4 for testing, with keywords dropped to alter user
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.268app-emulation/xen-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   26 Nov 2014 03:25:14 -  1.267
+++ ChangeLog   19 Dec 2014 06:47:30 -  1.268
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.267 
2014/11/26 03:25:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.268 
2014/12/19 06:47:30 dlan Exp $
+
+*xen-tools-4.5.0_rc4 (19 Dec 2014)
+
+  19 Dec 2014; Yixun Lan  +xen-tools-4.5.0_rc4.ebuild,
+  files/gentoo-patches.conf:
+  add 4.5.0_rc4 for testing, with keywords dropped to alter user
 
 *xen-tools-4.4.1-r4 (26 Nov 2014)
 *xen-tools-4.3.3-r2 (26 Nov 2014)



1.1  app-emulation/xen-tools/xen-tools-4.5.0_rc4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.0_rc4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.0_rc4.ebuild?rev=1.1&content-type=text/plain

Index: xen-tools-4.5.0_rc4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.0_rc4.ebuild,v 
1.1 2014/12/19 06:47:30 dlan Exp $

EAPI=5

MY_PV=${PV/_/-}

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='xml,threads'

if [[ $PV == * ]]; then
KEYWORDS=""
REPO="xen-unstable.hg"
EHG_REPO_URI="http://xenbits.xensource.com/${REPO}";
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else
KEYWORDS=""
UPSTREAM_VER=
# xen-tools's gentoo patches tarball
GENTOO_VER=3
# xen-tools's gentoo patches version which apply to this specific ebuild
GENTOO_GPV=0
# xen-tools ovmf's patches
OVMF_VER=0

SEABIOS_VER=1.7.5
OVMF_PV=20131208

[[ -n ${UPSTREAM_VER} ]] && \

UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz";
[[ -n ${GENTOO_VER} ]] && \

GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz";
[[ -n ${OVMF_VER} ]] && \

OVMF_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz";


SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz

http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
http://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2
${UPSTRAM_PATCHSET_URI}
${GENTOO_PATCHSET_URI}
${OVMF_PATCHSET_URI}"
S="${WORKDIR}/xen-${MY_PV}"
fi

inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 
toolchain-funcs udev ${live_eclass}

DESCRIPTION="Xend daemon and tools"
HOMEPAGE="http://xen.org/";
DOCS=( README docs/README.xen-bugtool )

LICENSE="GPL-2"
SLOT="0"
# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get 
off his hands and) make
# >=dev-lang/ocaml-4 stable
# Masked in profiles/eapi-5-files instead
IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +pam python pygrub 
screen static-libs system-qemu system-seabios"

REQUIRED_USE="hvm? ( || ( qemu system-qemu ) )
${PYTHON_REQUIRED_USE}
pygrub? ( python )
ovmf? ( hvm )
qemu? ( !system-qemu )"

COMMON_DEPEND="
dev-libs/lzo:2
dev-libs/glib:2
dev-libs/yajl
dev-libs/libaio
dev-libs/libgcrypt:0
sys-libs/zlib
"

DEPEND="${COMMON_DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
pam? ( dev-python/pypam[${PYTHON_USEDEP}] )
hvm? ( media-libs/libsdl )
${PYTHON_DEPS}
api? ( dev-libs/libxml2
net-misc/curl )
 

[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.3.3-r3.ebuild ChangeLog xen-4.5.0_rc4.ebuild xen-4.2.5-r3.ebuild xen-4.4.1-r4.ebuild xen-4.4.1-r2.ebuild xen-4.3.3-r1.ebuild

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 06:44:44

  Modified: ChangeLog
  Added:xen-4.3.3-r3.ebuild xen-4.5.0_rc4.ebuild
xen-4.2.5-r3.ebuild xen-4.4.1-r4.ebuild
  Removed:  xen-4.4.1-r2.ebuild xen-4.3.3-r1.ebuild
  Log:
  security bump, bug 532030; add 4.5.0_rc4 for testing, with keywords dropped 
to alter user
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.182app-emulation/xen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.182&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.182&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   26 Nov 2014 13:53:12 -  1.181
+++ ChangeLog   19 Dec 2014 06:44:44 -  1.182
@@ -1,6 +1,17 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.181 
2014/11/26 13:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.182 
2014/12/19 06:44:44 dlan Exp $
+
+*xen-4.5.0_rc4 (19 Dec 2014)
+*xen-4.4.1-r4 (19 Dec 2014)
+*xen-4.3.3-r3 (19 Dec 2014)
+*xen-4.2.5-r3 (19 Dec 2014)
+
+  19 Dec 2014; Yixun Lan  +xen-4.2.5-r3.ebuild,
+  -xen-4.3.3-r1.ebuild, +xen-4.3.3-r3.ebuild, -xen-4.4.1-r2.ebuild,
+  +xen-4.4.1-r4.ebuild, +xen-4.5.0_rc4.ebuild:
+  security bump, bug 532030; add 4.5.0_rc4 for testing, with keywords dropped
+  to alter user
 
   26 Nov 2014; Agostino Sarubbo  xen-4.2.5-r2.ebuild,
   xen-4.3.3-r2.ebuild:



1.1  app-emulation/xen/xen-4.3.3-r3.ebuild

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

Index: xen-4.3.3-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r3.ebuild,v 1.1 
2014/12/19 06:44:44 dlan Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

if [[ $PV == * ]]; then
KEYWORDS=""
REPO="xen-unstable.hg"
EHG_REPO_URI="http://xenbits.xensource.com/${REPO}";
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else
# Set to match entry in stable 4.3.1-r1, Bug 493944
KEYWORDS="~amd64 -x86"
UPSTREAM_VER=2
GENTOO_VER=

[[ -n ${UPSTREAM_VER} ]] && \

UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz";
[[ -n ${GENTOO_VER} ]] && \

GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz";

SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz
${UPSTREAM_PATCHSET_URI}
${GENTOO_PATCHSET_URI}"
fi

inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils 
${live_eclass}

DESCRIPTION="The Xen virtual machine monitor"
HOMEPAGE="http://xen.org/";
LICENSE="GPL-2"
SLOT="0"
IUSE="custom-cflags debug efi flask xsm"

DEPEND="${PYTHON_DEPS}
efi? ( >=sys-devel/binutils-2.22[multitarget] )
!efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
RDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}"

RESTRICT="test"

# Approved by QA team in bug #144032
QA_WX_LOAD="boot/xen-syms-${PV}"

REQUIRED_USE="flask? ( xsm )"

pkg_setup() {
python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
if use x86 && use amd64; then
die "Confusion! Both x86 and amd64 are set in your use 
flags!"
elif use x86; then
export XEN_TARGET_ARCH="x86_32"
elif use amd64; then
export XEN_TARGET_ARCH="x86_64"
else
die "Unsupported architecture!"
fi
fi

if use flask ; then
export "XSM_ENABLE=y"
export "FLASK_ENABLE=y"
elif use xsm ; then
export "XSM_ENABLE=y"
fi
}

src_prepare() {
# Upstream's patchset
if [[ -n ${UPSTREAM_VER} ]]; then
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
EPATCH_OPTS="-p1" \
epatch "${WORKDIR}"/patches-upstream
fi

# Gentoo's 

[gentoo-commits] gentoo-x86 commit in app-emacs/slime/files/2.11: - New directory

2014-12-18 Thread Mark Wright (gienah)
gienah  14/12/19 06:28:35

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emacs/slime/files/2.11 added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-db/postgis: postgis-2.1.5.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 06:10:53

  Modified: ChangeLog
  Added:postgis-2.1.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.97 dev-db/postgis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   8 Nov 2014 16:13:19 -   1.96
+++ ChangeLog   19 Dec 2014 06:10:53 -  1.97
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/postgis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.96 2014/11/08 
16:13:19 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.97 2014/12/19 
06:10:53 patrick Exp $
+
+*postgis-2.1.5 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  +postgis-2.1.5.ebuild:
+  Bump
 
   08 Nov 2014; Aaron W. Swenson  postgis-2.1.4.ebuild:
   Fix bug 528576. Force serial compilation.



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

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

Index: postgis-2.1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.5.ebuild,v 1.1 
2014/12/19 06:10:53 patrick Exp $

EAPI="5"
POSTGRES_COMPAT=( 9.{0,1,2,3,4} )

inherit autotools eutils versionator

MY_PV=$(replace_version_separator 3 '')
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Geographic Objects for PostgreSQL"
HOMEPAGE="http://postgis.net";
SRC_URI="http://download.osgeo.org/postgis/source/${MY_P}.tar.gz";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc gtk static-libs test"

RDEPEND="
|| (
virtual/postgresql:9.4[server]
virtual/postgresql:9.3[server]
virtual/postgresql:9.2[server]
virtual/postgresql:9.1[server]
virtual/postgresql:9.0[server]
)
dev-libs/json-c
dev-libs/libxml2:2
>=sci-libs/geos-3.4.2
>=sci-libs/proj-4.6.0
>=sci-libs/gdal-1.10.0
gtk? ( x11-libs/gtk+:2 )
"

DEPEND="${RDEPEND}
doc? (
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.5
dev-libs/libxslt
|| (
media-gfx/imagemagick[png]

media-gfx/graphicsmagick[imagemagick,png]
)
)
virtual/pkgconfig
test? ( dev-util/cunit )
"

PGIS="$(get_version_component_range 1-2)"

REQUIRED_USE="test? ( doc )"

# Needs a running psql instance, doesn't work out of the box
RESTRICT="test"

MAKEOPTS+=' -j1'

# These modules are built using the same *FLAGS that were used to build
# dev-db/postgresql. The right thing to do is to ignore the current
# *FLAGS settings.
QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so"

postgres_check_slot() {
if ! declare -p POSTGRES_COMPAT &>/dev/null; then
die 'POSTGRES_COMPAT not declared.'
fi

# Don't die because we can't run postgresql-config during pretend.
[[ "$EBUILD_PHASE" = "pretend" \
&& -z "$(which postgresql-config 2> /dev/null)" ]] && return 0

local res=$(echo ${POSTGRES_COMPAT[@]} \
| grep -c $(postgresql-config show 2> /dev/null) 2> /dev/null)

if [[ "$res" -eq "0" ]] ; then
eerror "PostgreSQL slot must be set to one of: "
eerror "${POSTGRES_COMPAT[@]}"
return 1
fi

return 0
}

pkg_pretend() {
postgres_check_slot || die
}

pkg_setup() {
postgres_check_slot || die
export PGSLOT="$(postgresql-config show)"
}

src_prepare() {
epatch "${FILESDIR}/${PN}-2.1-ldflags.patch" \
"${FILESDIR}/${PN}-2.0-arflags.patch" \
"${FILESDIR}/${PN}-2.1.4-pkgconfig-json.patch"

local AT_M4DIR=

[gentoo-commits] proj/lisp:master commit in: app-emacs/slime/files/2.11/, app-emacs/slime/

2014-12-18 Thread Mark Wright
commit: 0dbb584dc9d588660a059e3c5e0e8d30e4344809
Author: Mark Wright  gentoo  org>
AuthorDate: Fri Dec 19 05:51:07 2014 +
Commit: Mark Wright  gentoo  org>
CommitDate: Fri Dec 19 05:51:07 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0dbb584d

Bump slime to 2.11. Rename old cvs slime-.ebuild to 
slime-2.0_p20130930.ebuild, remove the cvs stuff, change to EAPI=5. symlink 
slime-2.0_p20130214.ebuild -> slime-2.0_p20130930.ebuild. New slime-.ebuild 
uses git-r3.

---
 .../slime/files/2.11/dont-load-sbcl-pprint.patch   | 13 +++
 .../slime/files/2.11/gentoo-changelog-date.patch   | 20 +
 app-emacs/slime/slime-2.0_p20130214.ebuild |  2 +-
 app-emacs/slime/slime-2.0_p20130930.ebuild | 97 +-
 ...lime-2.0_p20130214.ebuild => slime-2.11.ebuild} |  0
 app-emacs/slime/slime-.ebuild  | 64 +++---
 6 files changed, 164 insertions(+), 32 deletions(-)

diff --git a/app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch 
b/app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch
new file mode 100644
index 000..c7dafb6
--- /dev/null
+++ b/app-emacs/slime/files/2.11/dont-load-sbcl-pprint.patch
@@ -0,0 +1,13 @@
+diff --git a/contrib/swank-presentation-streams.lisp 
b/contrib/swank-presentation-streams.lisp
+index 0c24bda..bd5a990 100644
+--- a/contrib/swank-presentation-streams.lisp
 b/contrib/swank-presentation-streams.lisp
+@@ -65,7 +65,7 @@ be sensitive and remember what object it is in the repl if 
predicate is true"
+(funcall ,continue)
+ 
+ ;;; Get pretty printer patches for SBCL at load (not compile) time.
+-#+sbcl
++#+#:disable-dangerous-patching ; #+sbcl
+ (eval-when (:load-toplevel)
+   (handler-bind ((simple-error
+  (lambda (c)

diff --git a/app-emacs/slime/files/2.11/gentoo-changelog-date.patch 
b/app-emacs/slime/files/2.11/gentoo-changelog-date.patch
new file mode 100644
index 000..4d7669a
--- /dev/null
+++ b/app-emacs/slime/files/2.11/gentoo-changelog-date.patch
@@ -0,0 +1,20 @@
+--- slime-2.11-orig/slime.el   2014-12-01 21:05:54.0 +1100
 slime-2.11/slime.el2014-12-19 11:57:45.455393436 +1100
+@@ -134,16 +134,7 @@
+ "Return the datestring of the latest entry in the ChangeLog file.
+ Return nil if the ChangeLog file cannot be found."
+ (interactive "p")
+-(let ((changelog (expand-file-name "ChangeLog" slime-path))
+-  (date nil))
+-  (when (file-exists-p changelog)
+-(with-temp-buffer
+-  (insert-file-contents-literally changelog nil 0 100)
+-  (goto-char (point-min))
+-  (setq date (symbol-name (read (current-buffer))
+-  (when interactivep
+-(message "Slime ChangeLog dates %s." date))
+-  date)))
++"@SLIME-CHANGELOG-DATE@"))
+ 
+ (defvar slime-protocol-version nil)
+ (setq slime-protocol-version

diff --git a/app-emacs/slime/slime-2.0_p20130214.ebuild 
b/app-emacs/slime/slime-2.0_p20130214.ebuild
index acf114b..f61696a 12
--- a/app-emacs/slime/slime-2.0_p20130214.ebuild
+++ b/app-emacs/slime/slime-2.0_p20130214.ebuild
@@ -1 +1 @@
-slime-.ebuild
\ No newline at end of file
+slime-2.0_p20130930.ebuild
\ No newline at end of file

diff --git a/app-emacs/slime/slime-2.0_p20130930.ebuild 
b/app-emacs/slime/slime-2.0_p20130930.ebuild
deleted file mode 12
index acf114b..000
--- a/app-emacs/slime/slime-2.0_p20130930.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-slime-.ebuild
\ No newline at end of file

diff --git a/app-emacs/slime/slime-2.0_p20130930.ebuild 
b/app-emacs/slime/slime-2.0_p20130930.ebuild
new file mode 100644
index 000..c86f8c6
--- /dev/null
+++ b/app-emacs/slime/slime-2.0_p20130930.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 elisp eutils
+
+DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
+HOMEPAGE="http://common-lisp.net/project/slime/";
+SRC_URI="http://dev.gentoo.org/~gienah/snapshots/${P}.tgz";
+S="${WORKDIR}/slime-${PV:5:4}-${PV:9:2}-${PV:11:2}"
+
+LICENSE="GPL-2 xref? ( xref.lisp )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc xref"
+
+RDEPEND="virtual/commonlisp
+   dev-lisp/asdf"
+DEPEND="${RDEPEND}
+   sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+
+CLPACKAGE=swank
+CLSYSTEMS=swank
+SITEFILE=70${PN}-gentoo.el
+
+src_prepare() {
+   epatch "${FILESDIR}"/2.0_p20110617/fix-inspect-presentations.patch
+   epatch "${FILESDIR}"/2.0_p20130214/gentoo-module-load.patch
+   epatch "${FILESDIR}"/2.0_p20110617/gentoo-dont-call-init.patch
+
+   # Eliminate Debian-specific rule
+   sed -i '/^section :=/d' doc/Makefile || die "sed doc/Makefile failed"
+
+   # extract date of last update from ChangeLog, bug 233270
+   SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
+   [ -n 

[gentoo-commits] gentoo-x86 commit in virtual/postgresql: postgresql-9.1.ebuild postgresql-9.4.ebuild postgresql-9.2.ebuild postgresql-9.3.ebuild postgresql-9.0.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 04:51:54

  Modified: postgresql-9.1.ebuild postgresql-9.4.ebuild
postgresql-9.2.ebuild postgresql-9.3.ebuild
postgresql-9.0.ebuild ChangeLog
  Log:
  Default-enable server useflag
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  virtual/postgresql/postgresql-9.1.ebuild

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

Index: postgresql-9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgresql-9.1.ebuild   2 Nov 2014 12:42:31 -   1.1
+++ postgresql-9.1.ebuild   19 Dec 2014 04:51:54 -  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/virtual/postgresql/postgresql-9.1.ebuild,v 
1.1 2014/11/02 12:42:31 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.1.ebuild,v 
1.2 2014/12/19 04:51:54 patrick Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 LICENSE=""
 SLOT="${PV}"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE="kerberos ldap server threads"
+IUSE="kerberos ldap +server threads"
 
 DEPEND="
|| (



1.2  virtual/postgresql/postgresql-9.4.ebuild

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

Index: postgresql-9.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgresql-9.4.ebuild   2 Nov 2014 12:42:31 -   1.1
+++ postgresql-9.4.ebuild   19 Dec 2014 04:51:54 -  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/virtual/postgresql/postgresql-9.4.ebuild,v 
1.1 2014/11/02 12:42:31 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.4.ebuild,v 
1.2 2014/12/19 04:51:54 patrick Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 LICENSE=""
 SLOT="${PV}"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE="kerberos ldap server threads"
+IUSE="kerberos ldap +server threads"
 
 DEPEND="
|| (



1.2  virtual/postgresql/postgresql-9.2.ebuild

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

Index: postgresql-9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgresql-9.2.ebuild   2 Nov 2014 12:42:31 -   1.1
+++ postgresql-9.2.ebuild   19 Dec 2014 04:51:54 -  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/virtual/postgresql/postgresql-9.2.ebuild,v 
1.1 2014/11/02 12:42:31 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql/postgresql-9.2.ebuild,v 
1.2 2014/12/19 04:51:54 patrick Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 LICENSE=""
 SLOT="${PV}"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
-IUSE="kerberos ldap server threads"
+IUSE="kerberos ldap +server threads"
 
 DEPEND="
|| (



1.2  virtual/postgresql/postgresql-9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/postgresql/postgresql-9.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/postgresql/postgresql-9.3.ebuild?rev=1.2&content-type=

[gentoo-commits] gentoo-x86 commit in app-emulation/libguestfs: ChangeLog libguestfs-1.28.5.ebuild

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 04:44:14

  Modified: ChangeLog
  Added:libguestfs-1.28.5.ebuild
  Log:
  version bump, solved ocaml dep, bug 532698, thanks Richard Jones
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.39 app-emulation/libguestfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   5 Dec 2014 18:53:29 -   1.38
+++ ChangeLog   19 Dec 2014 04:44:14 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/libguestfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v 1.38 
2014/12/05 18:53:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/ChangeLog,v 1.39 
2014/12/19 04:44:14 dlan Exp $
+
+*libguestfs-1.28.5 (19 Dec 2014)
+
+  19 Dec 2014; Yixun Lan  +libguestfs-1.28.5.ebuild:
+  version bump, solved ocaml dep, bug 532698, thanks Richard Jones
 
 *libguestfs-1.28.3 (05 Dec 2014)
 



1.1  app-emulation/libguestfs/libguestfs-1.28.5.ebuild

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

Index: libguestfs-1.28.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs/libguestfs-1.28.5.ebuild,v 1.1 
2014/12/19 04:44:14 dlan Exp $

EAPI="5"

WANT_LIBTOOL=latest
WANT_AUTOMAKE=1.14
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils autotools versionator eutils \
multilib linux-info perl-module base

MY_PV_1="$(get_version_component_range 1-2)"
MY_PV_2="$(get_version_component_range 2)"
[[ $(( $(get_version_component_range 2) % 2 )) -eq 0 ]] && SD="stable" || 
SD="development"

DESCRIPTION="Tools for accessing, inspect  and modifying virtual machine (VM) 
disk images"
HOMEPAGE="http://libguestfs.org/";
SRC_URI="http://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz";

LICENSE="GPL-2 LGPL-2"
SLOT="0/"${MY_PV_1}""

KEYWORDS="~amd64"
IUSE="bash-completion erlang +fuse debug ocaml doc +perl ruby static-libs
selinux systemtap introspection inspect-icons test lua"

# Failires - doc
# Failures - bash-completion, see GBZ #486306

COMMON_DEPEND="
sys-libs/ncurses
sys-devel/gettext
>=app-misc/hivex-1.3.1
dev-libs/libpcre
app-arch/cpio
dev-lang/perl
app-cdr/cdrkit

>=app-emulation/qemu-2.0[qemu_softmmu_targets_x86_64,systemtap?,selinux?,filecaps]
sys-apps/fakeroot
sys-apps/file
app-emulation/libvirt
dev-libs/libxml2:2
>=sys-apps/fakechroot-2.8
>=app-admin/augeas-1.0.0
sys-fs/squashfs-tools
dev-libs/libconfig
dev-libs/libpcre
sys-libs/readline
>=sys-libs/db-4.6
app-arch/xz-utils
app-arch/lzma
app-crypt/gnupg
app-arch/unzip[natspec]
perl? ( virtual/perl-ExtUtils-MakeMaker
>=dev-perl/Sys-Virt-0.2.4
virtual/perl-Getopt-Long
virtual/perl-Data-Dumper
dev-perl/libintl-perl
>=app-misc/hivex-1.3.1[perl?]
dev-perl/String-ShellQuote
)
fuse? ( sys-fs/fuse )
introspection? (
>=dev-libs/gobject-introspection-1.30.0
dev-libs/gjs
)
selinux? ( sys-libs/libselinux  sys-libs/libsemanage )
systemtap? ( dev-util/systemtap )
ocaml? ( dev-lang/ocaml[ocamlopt]
dev-ml/findlib[ocamlopt]
dev-ml/ocaml-gettext
)
erlang? ( dev-lang/erlang )
inspect-icons? ( media-libs/netpbm
media-gfx/icoutils
)
virtual/acl
sys-libs/libcap
lua? ( dev-lang/lua )
>=app-shells/bash-completion-2.0
dev-libs/yajl"

DEPEND="${COMMON_DEPEND}
dev-util/gperf
doc? ( app-text/po4a )
ruby? ( dev-lang/ruby virtual/rubygems dev-ruby/rake )
  

[gentoo-commits] gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-1.16.ebuild

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 04:39:46

  Modified: ChangeLog
  Added:ofono-1.16.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.63 net-misc/ofono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   23 Sep 2014 07:33:26 -  1.62
+++ ChangeLog   19 Dec 2014 04:39:46 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/ofono
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.62 2014/09/23 
07:33:26 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.63 2014/12/19 
04:39:46 dlan Exp $
+
+*ofono-1.16 (19 Dec 2014)
+
+  19 Dec 2014; Yixun Lan  +ofono-1.16.ebuild:
+  version bump
 
 *ofono-1.15 (23 Sep 2014)
 



1.1  net-misc/ofono/ofono-1.16.ebuild

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

Index: ofono-1.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.16.ebuild,v 1.1 
2014/12/19 04:39:46 dlan Exp $

EAPI=5

inherit eutils multilib systemd

DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
HOMEPAGE="http://ofono.org/";
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"

REQUIRED_USE="dundee? ( bluetooth )"

RDEPEND=">=sys-apps/dbus-1.4
>=dev-libs/glib-2.28
net-misc/mobile-broadband-provider-info
bluetooth? ( >=net-wireless/bluez-4.99 )
udev? ( virtual/udev )
examples? ( dev-python/dbus-python )
tools? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

DOCS=( ChangeLog AUTHORS )

src_configure() {
econf \
$(use_enable threads) \
$(use_enable udev) \
$(use_enable isimodem) \
$(use_enable atmodem) \
$(use_enable cdmamodem) \
$(use_enable datafiles) \
$(use_enable dundee) \
$(use_enable bluetooth) \
$(use_enable phonesim) \
$(use_enable provision) \
$(use_enable qmimodem) \
$(use_enable tools) \
$(use_enable examples test) \
--disable-maintainer-mode \
--localstatedir=/var \
--with-systemdunitdir="$(systemd_get_unitdir)"
}

src_install() {
default

if use tools ; then
dobin tools/auto-enable \
tools/huawei-audio \
tools/lookup-provider-name \
tools/lookup-apn \
tools/get-location \
tools/qmi \
tools/tty-redirector
fi

newinitd "${FILESDIR}"/${PN}.initd ${PN}
use doc && dodoc doc/*.txt
}






[gentoo-commits] gentoo-x86 commit in dev-python/requests-cache: requests-cache-0.4.8.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 04:35:42

  Modified: ChangeLog
  Added:requests-cache-0.4.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-python/requests-cache/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Oct 2014 02:47:33 -  1.11
+++ ChangeLog   19 Dec 2014 04:35:42 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/requests-cache
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.11 
2014/10/17 02:47:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.12 
2014/12/19 04:35:42 patrick Exp $
+
+*requests-cache-0.4.8 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  +requests-cache-0.4.8.ebuild:
+  Bump
 
   17 Oct 2014; Mike Gilbert  requests-cache-0.4.5.ebuild,
   requests-cache-0.4.6.ebuild:



1.1  dev-python/requests-cache/requests-cache-0.4.8.ebuild

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

Index: requests-cache-0.4.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/requests-cache/requests-cache-0.4.8.ebuild,v 
1.1 2014/12/19 04:35:42 patrick Exp $

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

inherit distutils-r1

HOMEPAGE="https://pypi.python.org/pypi/requests-cache";
DESCRIPTION="Persistent cache for requests library"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

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

# Portage only has versions of request >= minimum border
RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

# Testsuite excels in tests connecting to the network via local server daemons
python_compile_all() {
use doc && emake -C docs html
}

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






[gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-1.27.ebuild

2014-12-18 Thread Yixun Lan (dlan)
dlan14/12/19 04:32:22

  Modified: ChangeLog
  Added:connman-1.27.ebuild
  Log:
  version bump, bug 532828
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.89 net-misc/connman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   19 Oct 2014 13:59:21 -  1.88
+++ ChangeLog   19 Dec 2014 04:32:21 -  1.89
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.88 
2014/10/19 13:59:21 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.89 
2014/12/19 04:32:21 dlan Exp $
+
+*connman-1.27 (19 Dec 2014)
+
+  19 Dec 2014; Yixun Lan  +connman-1.27.ebuild:
+  version bump, bug 532828
 
 *connman-1.26 (19 Oct 2014)
 



1.1  net-misc/connman/connman-1.27.ebuild

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

Index: connman-1.27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.27.ebuild,v 1.1 
2014/12/19 04:32:21 dlan Exp $

EAPI="5"
inherit base systemd

DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="http://connman.net";
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect 
policykit tools vpnc +wifi"

RDEPEND=">=dev-libs/glib-2.16
>=sys-apps/dbus-1.2.24
>=net-firewall/iptables-1.4.8
net-libs/gnutls
bluetooth? ( net-wireless/bluez )
ofono? ( net-misc/ofono )
policykit? ( sys-auth/polkit )
openvpn? ( net-misc/openvpn )
vpnc? ( net-misc/vpnc )
wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )"

DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.39"

PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )

src_configure() {
econf \
--localstatedir=/var \
--enable-client \
--enable-datafiles \
--enable-loopback=builtin \
$(use_enable examples test) \
$(use_enable ethernet ethernet builtin) \
$(use_enable wifi wifi builtin) \
$(use_enable bluetooth bluetooth builtin) \
$(use_enable ofono ofono builtin) \
$(use_enable openconnect openconnect builtin) \
$(use_enable openvpn openvpn builtin) \
$(use_enable policykit polkit builtin) \
$(use_enable vpnc vpnc builtin) \
$(use_enable debug) \
$(use_enable tools) \
--disable-iospm \
--disable-hh2serial-gps
}

src_install() {
emake DESTDIR="${D}" install
dobin client/connmanctl || die "client installation failed"

if use doc; then
dodoc doc/*.txt
fi
keepdir /var/lib/${PN}
newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
systemd_dounit "${FILESDIR}"/connman.service
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-restful: flask-restful-0.3.1.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 04:31:57

  Modified: ChangeLog
  Added:flask-restful-0.3.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  dev-python/flask-restful/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Nov 2014 05:17:54 -  1.3
+++ ChangeLog   19 Dec 2014 04:31:57 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restful
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.3 
2014/11/25 05:17:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.4 
2014/12/19 04:31:57 patrick Exp $
+
+*flask-restful-0.3.1 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  +flask-restful-0.3.1.ebuild:
+  Bump
 
 *flask-restful-0.3.0 (25 Nov 2014)
 



1.1  dev-python/flask-restful/flask-restful-0.3.1.ebuild

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

Index: flask-restful-0.3.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/flask-restful/flask-restful-0.3.1.ebuild,v 
1.1 2014/12/19 04:31:57 patrick Exp $

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

inherit distutils-r1

DESCRIPTION="Simple framework for creating REST APIs"
HOMEPAGE="http://flask-restful.readthedocs.org/ 
https://github.com/twilio/flask-restful/";
SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="
>=dev-python/aniso8601-0.82[${PYTHON_USEDEP}]
>=dev-python/flask-0.8[${PYTHON_USEDEP}]
>=dev-python/six-1.3.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
paging? ( >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
dev-python/sphinx[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
)
"

python_test() {
nosetests -v || die "Tests fail with ${EPYTHON}"
}

python_compile_all() {
cd docs || die
emake man $(usex doc html "")
}

python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
local DOCS=( AUTHORS.md CHANGES.md CONTRIBUTING.md README.md )

doman docs/_build/man/*
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-41.0.2251.0_p1.ebuild ChangeLog google-chrome-unstable-41.0.2243.0_p1.ebuild

2014-12-18 Thread Mike Gilbert (floppym)
floppym 14/12/19 04:28:25

  Modified: ChangeLog
  Added:google-chrome-unstable-41.0.2251.0_p1.ebuild
  Removed:  google-chrome-unstable-41.0.2243.0_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.73 www-client/google-chrome-unstable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   11 Dec 2014 02:04:15 -  1.72
+++ ChangeLog   19 Dec 2014 04:28:25 -  1.73
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.72 
2014/12/11 02:04:15 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.73 
2014/12/19 04:28:25 floppym Exp $
+
+*google-chrome-unstable-41.0.2251.0_p1 (19 Dec 2014)
+
+  19 Dec 2014; Mike Gilbert 
+  +google-chrome-unstable-41.0.2251.0_p1.ebuild,
+  -google-chrome-unstable-41.0.2243.0_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-41.0.2243.0_p1 (11 Dec 2014)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-41.0.2251.0_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-41.0.2251.0_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-41.0.2251.0_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-unstable-41.0.2251.0_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-41.0.2251.0_p1.ebuild,v
 1.1 2014/12/19 04:28:25 floppym Exp $

EAPI="5"

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P="${MY_PN}_${PV/_p/-}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- x11-themes/

[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-41.0.2251.0_alpha1.ebuild ChangeLog chrome-binary-plugins-41.0.2243.0_alpha1.ebuild

2014-12-18 Thread Mike Gilbert (floppym)
floppym 14/12/19 04:27:45

  Modified: ChangeLog
  Added:chrome-binary-plugins-41.0.2251.0_alpha1.ebuild
  Removed:  chrome-binary-plugins-41.0.2243.0_alpha1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.206www-plugins/chrome-binary-plugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   18 Dec 2014 02:54:32 -  1.205
+++ ChangeLog   19 Dec 2014 04:27:45 -  1.206
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.205 
2014/12/18 02:54:32 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.206 
2014/12/19 04:27:45 floppym Exp $
+
+*chrome-binary-plugins-41.0.2251.0_alpha1 (19 Dec 2014)
+
+  19 Dec 2014; Mike Gilbert 
+  +chrome-binary-plugins-41.0.2251.0_alpha1.ebuild,
+  -chrome-binary-plugins-41.0.2243.0_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-40.0.2214.45_beta1 (18 Dec 2014)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2251.0_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2251.0_alpha1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2251.0_alpha1.ebuild?rev=1.1&content-type=text/plain

Index: chrome-binary-plugins-41.0.2251.0_alpha1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2251.0_alpha1.ebuild,v
 1.1 2014/12/19 04:27:45 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
HOMEPAGE="http://www.google.com/chrome";

case ${PV} in
*_alpha*|*)
SLOT="unstable"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT="beta"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT="stable"
CHROMEDIR="opt/google/chrome"
MY_PV=${PV/_p/-}
;;
*)
die "Invalid value for \${PV}: ${PV}"
;;
esac

MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"

if [[ ${PV} != * ]]; then
SRC_URI="
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"
KEYWORDS="~amd64 ~x86"
fi

LICENSE="google-chrome"
IUSE="+flash"
RESTRICT="bindist mirror strip"

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+=" !${CATEGORY}/${PN}:${x}"
fi
done

S="${WORKDIR}/${CHROMEDIR}"
QA_PREBUILT="*"

pkg_nofetch() {
eerror "Please wait 24 hours and sync your portage tree before 
reporting fetch failures."
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base="https://dl.google.com/linux/direct";
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
"${base}/google-chrome-${SLOT}_current_${debarch}.deb" || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use flash; then
doins -r PepperFlash

# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)

flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo

[gentoo-commits] gentoo-x86 commit in www-apps/mediawiki: mediawiki-1.19.23.ebuild ChangeLog mediawiki-1.24.1.ebuild mediawiki-1.23.8.ebuild mediawiki-1.22.15.ebuild

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/19 03:47:26

  Modified: ChangeLog
  Added:mediawiki-1.19.23.ebuild mediawiki-1.24.1.ebuild
mediawiki-1.23.8.ebuild mediawiki-1.22.15.ebuild
  Log:
  Security bumps (bug #532920).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.285www-apps/mediawiki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mediawiki/ChangeLog?rev=1.285&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mediawiki/ChangeLog?rev=1.285&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mediawiki/ChangeLog?r1=1.284&r2=1.285

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/mediawiki/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog   27 Nov 2014 15:34:52 -  1.284
+++ ChangeLog   19 Dec 2014 03:47:26 -  1.285
@@ -1,6 +1,16 @@
 # ChangeLog for www-apps/mediawiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mediawiki/ChangeLog,v 1.284 
2014/11/27 15:34:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mediawiki/ChangeLog,v 1.285 
2014/12/19 03:47:26 radhermit Exp $
+
+*mediawiki-1.24.1 (19 Dec 2014)
+*mediawiki-1.23.8 (19 Dec 2014)
+*mediawiki-1.22.15 (19 Dec 2014)
+*mediawiki-1.19.23 (19 Dec 2014)
+
+  19 Dec 2014; Tim Harder  +mediawiki-1.19.23.ebuild,
+  +mediawiki-1.22.15.ebuild, +mediawiki-1.23.8.ebuild,
+  +mediawiki-1.24.1.ebuild:
+  Security bumps (bug #532920).
 
 *mediawiki-1.24.0 (27 Nov 2014)
 *mediawiki-1.23.7 (27 Nov 2014)



1.1  www-apps/mediawiki/mediawiki-1.19.23.ebuild

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

Index: mediawiki-1.19.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/mediawiki/mediawiki-1.19.23.ebuild,v 1.1 
2014/12/19 03:47:26 radhermit Exp $

EAPI=5
inherit webapp versionator

MY_BRANCH=$(get_version_component_range 1-2)

DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
HOMEPAGE="http://www.mediawiki.org";
SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="imagemagick mysql postgres sqlite"

RDEPEND=">=dev-lang/php-5.3[mysql?,postgres?,session,xml,xmlreader]
imagemagick? ( || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] ) )
!imagemagick? ( dev-lang/php[gd] )
sqlite? (
dev-db/sqlite:3[fts3(+)]
>=dev-lang/php-5.3[pdo]
|| ( dev-lang/php[sqlite] dev-lang/php[sqlite3] )
)
virtual/httpd-php"

need_httpd_cgi

RESTRICT="test"

src_install() {
webapp_src_preinst

# First we install docs and then copy everything left into htdocs dir
# to avoid bugs like #236411.

# We ensure the directories are prepared for writing.  The post-
# install instructions guide the user to enable the feature.
local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE"
dodoc ${DOCS} docs/*.txt
docinto php-memcached
dodoc docs/php-memcached/*

# Clean everything not used at the site...
rm -rf ${DOCS} COPYING tests docs || die
find . -name Makefile -delete || die
# and install
insinto "${MY_HTDOCSDIR}"
doins -r .

# If imagemagick is enabled then setup for image upload.
# We ensure the directory is prepared for writing.
if use imagemagick ; then
webapp_serverowned "${MY_HTDOCSDIR}"/images
fi

webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
webapp_src_install
}

pkg_postinst() {
webapp_pkg_postinst

if [[ -n ${REPLACING_VERSIONS} ]]; then
echo
elog "=== Consult the release notes ==="
elog "Before doing anything, stop and consult the release notes"
elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
echo
elog "These detail bug fixes, new features and functionality, 
and any"
elog "particular points that may need to be noted during the 
upgrade procedure."
echo
ewarn "Back up existing files and the database before upgr

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

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/19 03:45:45

  Modified: ChangeLog
  Added:wordpress-4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.165www-apps/wordpress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   22 Nov 2014 02:00:49 -  1.164
+++ ChangeLog   19 Dec 2014 03:45:45 -  1.165
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/wordpress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.164 
2014/11/22 02:00:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.165 
2014/12/19 03:45:45 radhermit Exp $
+
+*wordpress-4.1 (19 Dec 2014)
+
+  19 Dec 2014; Tim Harder  +wordpress-4.1.ebuild:
+  Version bump.
 
 *wordpress-4.0.1 (22 Nov 2014)
 *wordpress-3.9.3 (22 Nov 2014)



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

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

Index: wordpress-4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-4.1.ebuild,v 
1.1 2014/12/19 03:45:45 radhermit Exp $

EAPI=5

inherit webapp

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

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

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

S=${WORKDIR}/${PN}

need_httpd_cgi

src_install() {
webapp_src_preinst

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

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

insinto "${MY_HTDOCSDIR}"
doins -r .

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

webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php

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

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in mail-filter/imapfilter: ChangeLog imapfilter-2.5.7.ebuild

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/19 03:36:06

  Modified: ChangeLog
  Added:imapfilter-2.5.7.ebuild
  Log:
  Version bump (bug #532954).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.63 mail-filter/imapfilter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   8 Jun 2014 11:03:51 -   1.62
+++ ChangeLog   19 Dec 2014 03:36:06 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for mail-filter/imapfilter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v 1.62 
2014/06/08 11:03:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v 1.63 
2014/12/19 03:36:06 radhermit Exp $
+
+*imapfilter-2.5.7 (19 Dec 2014)
+
+  19 Dec 2014; Tim Harder  +imapfilter-2.5.7.ebuild:
+  Version bump (bug #532954).
 
   08 Jun 2014; Agostino Sarubbo  imapfilter-2.5.6.ebuild:
   Stable for ppc, wrt bug #502828



1.1  mail-filter/imapfilter/imapfilter-2.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild?rev=1.1&content-type=text/plain

Index: imapfilter-2.5.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild,v 1.1 
2014/12/19 03:36:06 radhermit Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="An IMAP mail filtering utility"
HOMEPAGE="http://imapfilter.hellug.gr";
SRC_URI="https://github.com/lefcha/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="dev-libs/openssl
dev-libs/libpcre
>=dev-lang/lua-5.1"
DEPEND="${RDEPEND}"

DOCS="AUTHORS NEWS README samples/*"

src_prepare() {
sed -i -e "/^PREFIX/s:/local::" \
-e "/^MANDIR/s:man:share/man:" \
-e "/^CFLAGS/s:CFLAGS =:CFLAGS +=:" \
-e "/^CFLAGS/s/-O//" \
src/Makefile || die
}

src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
}

src_install() {
default
doman doc/imapfilter.1 doc/imapfilter_config.5
}






[gentoo-commits] gentoo-x86 commit in dev-python/numba: numba-0.16.0.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 03:33:53

  Modified: ChangeLog
  Added:numba-0.16.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 dev-python/numba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   19 Oct 2014 10:39:59 -  1.10
+++ ChangeLog   19 Dec 2014 03:33:53 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/numba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.10 
2014/10/19 10:39:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.11 
2014/12/19 03:33:53 patrick Exp $
+
+*numba-0.16.0 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  +numba-0.16.0.ebuild:
+  Bump
 
 *numba-0.15.1 (19 Oct 2014)
 



1.1  dev-python/numba/numba-0.16.0.ebuild

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

Index: numba-0.16.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/numba/numba-0.16.0.ebuild,v 1.1 
2014/12/19 03:33:53 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
HOMEPAGE="http://numba.pydata.org/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

IUSE="doc examples"

RDEPEND="
dev-python/llvmlite[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
dev-python/enum34[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

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

python_test() {
cd "${BUILD_DIR}"/lib* || die
${PYTHON} -c "import numba; numba.test()" || die
}

python_install_all() {
# doc needs obsolete sphnxjp package
use doc && dodoc docs/Numba.pdf
use examples && local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/llvmlite: metadata.xml llvmlite-0.2.0.ebuild Manifest ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 03:26:12

  Added:metadata.xml llvmlite-0.2.0.ebuild Manifest
ChangeLog
  Log:
  Initial import, dep of numba, ebuild by me
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: metadata.xml
===

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

python




1.1  dev-python/llvmlite/llvmlite-0.2.0.ebuild

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

Index: llvmlite-0.2.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/llvmlite/llvmlite-0.2.0.ebuild,v 
1.1 2014/12/19 03:26:12 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Python wrapper around the llvm C++ library"
HOMEPAGE="https://pypi.python.org/pypi/llvmlite";
SRC_URI="https://github.com/numba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=">=sys-devel/llvm-3.5:=[multitarget]"
DEPEND="${RDEPEND}"



1.1  dev-python/llvmlite/Manifest

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

Index: Manifest
===
DIST llvmlite-0.2.0.tar.gz 75363 SHA256 
19addeab1c9aa39627f36efd084bedf1c9c1b913dfdecd7066589b23c9f20c59 SHA512 
aa6994d6442243302875c06069b3fc44df55f029b98c145c212586f5ab9fab3ca15a57170c2088d60b052efbe52af6e209020e9abe03dcfb46186ee7e3b9c72d
 WHIRLPOOL 
ad83bb28c48aaf3784564957c02f310dc3f4121caba6e6f05c232f4cc799162dfe44c84cf30b74e6b9ef80c1bfabb5e5a53d9efdcc54737eaa365e21a6ab89d4
EBUILD llvmlite-0.2.0.ebuild 499 SHA256 
8b555c919c6a71e162c5014f335d325e11c416ce3926cddcf8ee903be08f851a SHA512 
723569b2103bc34551ea4ede124f7099ba28a19f771f2b473b6c4a37813c645084f0e8f64c27953e59586eece6769ac6b434d0d8d8bb6a510130b547747f18bd
 WHIRLPOOL 
d24012195082efc5a814b1a755ba5ccc367023851421c4aeff18c630c8e57a47de020e5e9ca6a38e8bea7affbc393364350d3b1b7457b014b89444397ad526e1
MISC metadata.xml 159 SHA256 
9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 SHA512 
d5a29b9f6ecddfc368dc0f1f8919cd3c3d6ecf2c7a82bc8d4c0dd51b7aa15561ed0462acb8ae39bc84f97e706e82d9b4b06357494f164f1648219f604b473fbe
 WHIRLPOOL 
36e19b63a1b307cc200e1d73499b7477f73799db3909e71b5a0916084728351c76d400f65e2c8b3f8fffb2c9ba54c0bd235f785b47414178d98f11d64a9420d7



1.1  dev-python/llvmlite/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/llvmlite
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.1 
2014/12/19 03:26:12 patrick Exp $

*llvmlite-0.2.0 (19 Dec 2014)

  19 Dec 2014; Patrick Lauer  +llvmlite-0.2.0.ebuild,
  +metadata.xml:
  Initial import, dep of numba, ebuild by me






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

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 03:24:00

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



[gentoo-commits] gentoo-x86 commit in dev-python/setuptools: ChangeLog setuptools-8.2.1.ebuild

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/19 03:17:47

  Modified: ChangeLog
  Added:setuptools-8.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.257dev-python/setuptools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog   14 Dec 2014 05:24:00 -  1.256
+++ ChangeLog   19 Dec 2014 03:17:47 -  1.257
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.256 
2014/12/14 05:24:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.257 
2014/12/19 03:17:47 radhermit Exp $
+
+*setuptools-8.2.1 (19 Dec 2014)
+
+  19 Dec 2014; Tim Harder  +setuptools-8.2.1.ebuild:
+  Version bump.
 
   14 Dec 2014; Tim Harder  -setuptools-0.8-r1.ebuild,
   -setuptools-5.4.1.ebuild, -setuptools-5.6.ebuild, -setuptools-5.7.ebuild,



1.1  dev-python/setuptools/setuptools-8.2.1.ebuild

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

Index: setuptools-8.2.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/setuptools/setuptools-8.2.1.ebuild,v 1.1 
2014/12/19 03:17:47 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION="a collection of extensions to Distutils"
HOMEPAGE="http://pypi.python.org/pypi/setuptools";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"

DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1

DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )

python_prepare_all() {
# Disable tests requiring network connection.
rm -f setuptools/tests/test_packageindex.py

distutils-r1_python_prepare_all
}

python_test() {
# test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
# It tries to sandbox the test in a tempdir
HOME="${PWD}" esetup.py test
}

python_install() {
export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
distutils-r1_python_install
}






[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.ebuild ChangeLog

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 03:17:11

  Modified: enum34-1.0.ebuild ChangeLog
  Log:
  Keyword for ~x86
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-python/enum34/enum34-1.0.ebuild

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

Index: enum34-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enum34-1.0.ebuild   28 Nov 2014 10:26:24 -  1.2
+++ enum34-1.0.ebuild   19 Dec 2014 03:17:11 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.2 
2014/11/28 10:26:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.3 
2014/12/19 03:17:11 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~x86 ~amd64"
 IUSE="doc"
 
 DEPEND=""



1.3  dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Nov 2014 10:26:24 -  1.2
+++ ChangeLog   19 Dec 2014 03:17:11 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.2 
2014/11/28 10:26:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.3 
2014/12/19 03:17:11 patrick Exp $
+
+  19 Dec 2014; Patrick Lauer  enum34-1.0.ebuild:
+  Keyword for ~x86
 
   28 Nov 2014; Pacho Ramos  enum34-1.0.ebuild:
   Support python 3.4






[gentoo-commits] gentoo-x86 commit in sys-power/acpi_call: acpi_call-1.1.0-r1.ebuild ChangeLog

2014-12-18 Thread Christoph Junghans (ottxor)
ottxor  14/12/19 03:06:53

  Modified: ChangeLog
  Added:acpi_call-1.1.0-r1.ebuild
  Log:
  fixed build with linux-3.17 (bug #524614)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  sys-power/acpi_call/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Jul 2013 14:14:47 -  1.7
+++ ChangeLog   19 Dec 2014 03:06:53 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/acpi_call
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.7 
2013/07/18 14:14:47 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.8 
2014/12/19 03:06:53 ottxor Exp $
+
+*acpi_call-1.1.0-r1 (19 Dec 2014)
+
+  19 Dec 2014; Christoph Junghans 
+  +acpi_call-1.1.0-r1.ebuild, +files/acpi_call-1.1.0-linux-3.17.patch:
+  fixed build with linux-3.17 (bug #524614)
 
 *acpi_call-1.1.0 (18 Jul 2013)
 



1.1  sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild

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

Index: acpi_call-1.1.0-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/acpi_call/acpi_call-1.1.0-r1.ebuild,v 1.1 
2014/12/19 03:06:53 ottxor Exp $

EAPI=5

inherit eutils linux-info linux-mod

if [ "${PV}" = "" ]; then
inherit git-2
EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git"
KEYWORDS=""
else
inherit vcs-snapshot
SRC_URI="https://github.com/mkottman/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
fi

DESCRIPTION="A kernel module that enables you to call ACPI methods"
HOMEPAGE="http://github.com/mkottman/acpi_call";

LICENSE="GPL-2"
SLOT="0"
IUSE=""

CONFIG_CHECK="ACPI"
MODULE_NAMES="acpi_call(misc:${S})"
BUILD_TARGETS="default"

src_prepare(){
epatch "${FILESDIR}/${P}-linux-3.17.patch"
}

src_compile(){
BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
linux-mod_src_compile
}






[gentoo-commits] gentoo-x86 commit in sys-power/acpi_call/files: acpi_call-1.1.0-linux-3.17.patch

2014-12-18 Thread Christoph Junghans (ottxor)
ottxor  14/12/19 03:06:53

  Added:acpi_call-1.1.0-linux-3.17.patch
  Log:
  fixed build with linux-3.17 (bug #524614)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  sys-power/acpi_call/files/acpi_call-1.1.0-linux-3.17.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/files/acpi_call-1.1.0-linux-3.17.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/files/acpi_call-1.1.0-linux-3.17.patch?rev=1.1&content-type=text/plain

Index: acpi_call-1.1.0-linux-3.17.patch
===
>From c5b7a4bf93a28e6ce68beb54b48d3745db943e54 Mon Sep 17 00:00:00 2001
From: Christoph Junghans 
Date: Mon, 27 Oct 2014 21:57:10 -0600
Subject: [PATCH] fix build with linux-3.17

https://bugs.gentoo.org/show_bug.cgi?id=524614
---
 acpi_call.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acpi_call.c b/acpi_call.c
index 3025d97..fa4f2c6 100644
--- a/acpi_call.c
+++ b/acpi_call.c
@@ -6,7 +6,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 MODULE_LICENSE("GPL");
 
-- 
2.0.4







[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.5: syslog-ng.conf.gentoo.hardened syslog-ng.conf.gentoo syslog-ng.rc6 syslog-ng.conf.gentoo.fbsd syslog-ng.confd

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/19 02:57:43

  Removed:  syslog-ng.conf.gentoo.hardened
syslog-ng.conf.gentoo syslog-ng.rc6
syslog-ng.conf.gentoo.fbsd syslog-ng.confd
  Log:
  Add upstream patch to avoid memory leak with USE=redis
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.6: syslog-ng-3.6.2-redis.patch

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/19 02:57:42

  Added:syslog-ng-3.6.2-redis.patch
  Log:
  Add upstream patch to avoid memory leak with USE=redis
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-admin/syslog-ng/files/3.6/syslog-ng-3.6.2-redis.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng-3.6.2-redis.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng-3.6.2-redis.patch?rev=1.1&content-type=text/plain

Index: syslog-ng-3.6.2-redis.patch
===
>From 0e51c69056a93bd2b95341f005b8b1fdceec2b10 Mon Sep 17 00:00:00 2001
From: Tibor Benke 
Date: Wed, 17 Dec 2014 23:52:41 +0100
Subject: [PATCH] redis: free reply object after a succesful ping

---
 modules/redis/redis.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/modules/redis/redis.c b/modules/redis/redis.c
index 46a5b6b..9114324 100644
--- a/modules/redis/redis.c
+++ b/modules/redis/redis.c
@@ -132,9 +132,14 @@ redis_dd_format_persist_name(LogThrDestDriver *d)
 static gboolean
 redis_dd_connect(RedisDriver *self, gboolean reconnect)
 {
+  redisReply *reply;
+  
   if (reconnect && (self->c != NULL))
 {
-  redisCommand(self->c, "ping");
+  reply = redisCommand(self->c, "ping");
+
+  if (reply)
+freeReplyObject(reply);
 
   if (!self->c->err)
 return TRUE;






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.2.ebuild ChangeLog

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/19 02:57:42

  Modified: syslog-ng-3.6.2.ebuild ChangeLog
  Log:
  Add upstream patch to avoid memory leak with USE=redis
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-admin/syslog-ng/syslog-ng-3.6.2.ebuild

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

Index: syslog-ng-3.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syslog-ng-3.6.2.ebuild  18 Dec 2014 19:37:32 -  1.1
+++ syslog-ng-3.6.2.ebuild  19 Dec 2014 02:57:42 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v 1.1 
2014/12/18 19:37:32 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v 1.2 
2014/12/19 02:57:42 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils multilib systemd versionator
@@ -38,6 +38,7 @@
 S=${WORKDIR}/${PN}-${MY_PV}
 
 src_prepare() {
+   epatch "${FILESDIR}"/${MY_PV_MM}/${P}-redis.patch
cp "${FILESDIR}"/*logrotate*.in "${TMPDIR}" || die
cd "${TMPDIR}" || die
 



1.413app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.413&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.413&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.412&r2=1.413

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- ChangeLog   18 Dec 2014 23:05:40 -  1.412
+++ ChangeLog   19 Dec 2014 02:57:42 -  1.413
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.412 
2014/12/18 23:05:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.413 
2014/12/19 02:57:42 mr_bones_ Exp $
+
+  19 Dec 2014; Michael Sterrett 
+  +files/3.6/syslog-ng-3.6.2-redis.patch, -files/3.5/syslog-ng.conf.gentoo,
+  -files/3.5/syslog-ng.conf.gentoo.fbsd,
+  -files/3.5/syslog-ng.conf.gentoo.hardened, -files/3.5/syslog-ng.confd,
+  -files/3.5/syslog-ng.rc6, syslog-ng-3.6.2.ebuild:
+  Add upstream patch to avoid memory leak with USE=redis
 
   18 Dec 2014; Michael Sterrett 
   -files/3.6/syslog-ng-3.6.1-link-smtp.patch,






[gentoo-commits] gentoo-x86 commit in sys-power/acpi_call/files: - New directory

2014-12-18 Thread Christoph Junghans (ottxor)
ottxor  14/12/19 02:42:24

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-power/acpi_call/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.3.5-r2.ebuild postgresql-9.0.18-r2.ebuild postgresql-9999.ebuild postgresql-9.1.14-r2.ebuild postgresql-9.4.0.ebuild postgresql-9.

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 02:09:03

  Modified: postgresql-9.3.5-r2.ebuild
postgresql-9.0.18-r2.ebuild postgresql-.ebuild
postgresql-9.1.14-r2.ebuild postgresql-9.4.0.ebuild
postgresql-9.2.9-r2.ebuild ChangeLog
  Log:
  Default-enable server useflag
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-db/postgresql/postgresql-9.3.5-r2.ebuild

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

Index: postgresql-9.3.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.3.5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- postgresql-9.3.5-r2.ebuild  7 Dec 2014 12:25:41 -   1.7
+++ postgresql-9.3.5-r2.ebuild  19 Dec 2014 02:07:58 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.3.5-r2.ebuild,v 1.7 
2014/12/07 12:25:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.3.5-r2.ebuild,v 1.8 
2014/12/19 02:07:58 patrick Exp $
 
 EAPI="5"
 
@@ -23,7 +23,7 @@
 HOMEPAGE="http://www.postgresql.org/";
 
 LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN 
zh_TW"
-IUSE="doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python 
+readline selinux server ssl static-libs tcl threads uuid xml zlib"
+IUSE="doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python 
+readline selinux +server ssl static-libs tcl threads uuid xml zlib"
 
 for lingua in ${LINGUAS}; do
IUSE+=" linguas_${lingua}"



1.8  dev-db/postgresql/postgresql-9.0.18-r2.ebuild

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

Index: postgresql-9.0.18-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.0.18-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- postgresql-9.0.18-r2.ebuild 7 Dec 2014 12:25:41 -   1.7
+++ postgresql-9.0.18-r2.ebuild 19 Dec 2014 02:09:03 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.0.18-r2.ebuild,v 1.7 
2014/12/07 12:25:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.0.18-r2.ebuild,v 1.8 
2014/12/19 02:09:03 patrick Exp $
 
 EAPI="5"
 
@@ -27,7 +27,7 @@
 HOMEPAGE="http://www.postgresql.org/";
 
 LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN 
zh_TW"
-IUSE="doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python 
+readline selinux server ssl static-libs tcl threads uuid xml zlib"
+IUSE="doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python 
+readline selinux +server ssl static-libs tcl threads uuid xml zlib"
 
 for lingua in ${LINGUAS}; do
IUSE+=" linguas_${lingua}"



1.5  dev-db/postgresql/postgresql-.ebuild

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

Index: postgresql-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postgresql-.ebuild  4 Nov 2014 01:01:12 -   1.4
+++ postgresql-.ebuild  19 Dec 2014 02:09:03 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild,v 
1.4 2014/11/04 01:01:12 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-.ebuild

[gentoo-commits] proj/catalyst:2.X commit in: modules/

2014-12-18 Thread Jorge Manuel B. S. Vicetto
commit: 2196cb1fdc76caa3249109f2b433de2d378968e5
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Dec 19 01:16:15 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Dec 19 01:16:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2196cb1f

Continue commit 2fea87234ffc48c3dd96f1204b27f667f5ade3a3 as we need to use 
--xattr-include when extracting the stages.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

---
 modules/generic_stage_target.py | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
index 7fa696a..c7db027 100644
--- a/modules/generic_stage_target.py
+++ b/modules/generic_stage_target.py
@@ -660,10 +660,10 @@ class generic_stage_target(generic_target):
self.settings["chroot_path"]+\
" (This may take some time) 
...\n"
if "bz2" == self.settings["chroot_path"][-3:]:
-   unpack_cmd="tar --xattrs --acls -I 
lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
self.settings["chroot_path"]
else:
-   unpack_cmd="tar --xattrs --acls -I 
lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
self.settings["chroot_path"]
error_msg="Tarball extraction of "+\
self.settings["source_path"]+" to "+\
@@ -675,10 +675,10 @@ class generic_stage_target(generic_target):
self.settings["chroot_path"]+\
" (This may take some time) ...\n"
if "bz2" == self.settings["chroot_path"][-3:]:
-   unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf 
"+self.settings["source_path"]+" -C "+\
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
self.settings["chroot_path"]
else:
-   unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf 
"+self.settings["source_path"]+" -C "+\
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags  --acls 
--selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\
self.settings["chroot_path"]
error_msg="Tarball extraction of 
"+self.settings["source_path"]+\
" to "+self.settings["chroot_path"]+" failed."
@@ -777,9 +777,9 @@ class generic_stage_target(generic_target):
"catalyst-hash")
destdir=self.settings["snapshot_cache_path"]
if "bz2" == self.settings["chroot_path"][-3:]:
-   unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf 
"+self.settings["snapshot_path"]+" -C "+destdir
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+destdir
else:
-   unpack_cmd="tar --xattrs --acls -xpf 
"+self.settings["snapshot_path"]+" -C "+destdir
+   unpack_cmd="tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -xpf "+self.settings["snapshot_path"]+" -C "+destdir
unpack_errmsg="Error unpacking snapshot"
cleanup_msg="Cleaning up invalid snapshot cache at 
\n\t"+\
self.settings["snapshot_cache_path"]+\
@@ -796,10 +796,10 @@ class generic_stage_target(generic_target):
cleanup_msg=\
"Cleaning up existing portage tree (This can 
take a long time)..."
if "bz2" == self.settings["chroot_path"][-3:]:
-   unpack_cmd="tar --xattrs --acls -I lbzip2 -xpf 
"+self.settings["snapshot_path"]+" -C "+\
+   unpack_cmd="tar --xatt

[gentoo-commits] gentoo-x86 commit in dev-python/xcffib: xcffib-0.1.8.ebuild ChangeLog

2014-12-18 Thread Ian Delaney (idella4)
idella4 14/12/19 01:19:33

  Modified: xcffib-0.1.8.ebuild ChangeLog
  Log:
  add missed dep, fixes Bug #529056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/xcffib/xcffib-0.1.8.ebuild

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

Index: xcffib-0.1.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xcffib-0.1.8.ebuild 1 Nov 2014 18:42:04 -   1.1
+++ xcffib-0.1.8.ebuild 19 Dec 2014 01:19:33 -  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/xcffib/xcffib-0.1.8.ebuild,v 1.1 
2014/11/01 18:42:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild,v 1.2 
2014/12/19 01:19:33 idella4 Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,6 +16,12 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-python/cffi-0.8.2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+COMMON_DEPEND="x11-libs/libxcb"
+
+RDEPEND="
+   >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ${COMMON_DEPEND}"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${COMMON_DEPEND}"



1.3  dev-python/xcffib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Nov 2014 18:42:04 -   1.2
+++ ChangeLog   19 Dec 2014 01:19:33 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/xcffib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.2 
2014/11/01 18:42:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.3 
2014/12/19 01:19:33 idella4 Exp $
+
+  19 Dec 2014; Ian Delaney  xcffib-0.1.8.ebuild:
+  add missed dep, fixes Bug #529056
 
 *xcffib-0.1.8 (01 Nov 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-31.xml

2014-12-18 Thread Sean Amoss (ackle)
ackle   14/12/19 00:47:27

  Added:glsa-201412-31.xml
  Log:
  GLSA 201412-31

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-31.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-31.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201412-31.xml?rev=1.1&content-type=text/plain

Index: glsa-201412-31.xml
===



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

  ZNC: Denial of Service
  Multiple vulnerabilities in ZNC could lead to Denial of 
Service.
  znc
  December 19, 2014
  December 19, 2014: 1
  471738
  507794
  remote
  

  1.2-r1
  1.2-r1

  
  
ZNC is an advanced IRC bouncer.
  
  
Multiple NULL pointer dereferences have been found in ZNC. 
  
  
A remote attacker could send a specially crafted request, possibly
  resulting in a Denial of Service condition.

  
  
There is no known workaround at this time.
  
  
All ZNC users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=net-irc/znc-1.2-r1"


  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2130";>CVE-2013-2130
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9403";>CVE-2014-9403
  
  
BlueKnight
  
  ackle







[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.4.0.ebuild ChangeLog postgresql-9.4_rc1.ebuild postgresql-9.4_beta3-r2.ebuild

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 00:29:38

  Modified: ChangeLog
  Added:postgresql-9.4.0.ebuild
  Removed:  postgresql-9.4_rc1.ebuild
postgresql-9.4_beta3-r2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.401dev-db/postgresql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- ChangeLog   7 Dec 2014 12:25:41 -   1.400
+++ ChangeLog   19 Dec 2014 00:29:38 -  1.401
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.400 
2014/12/07 12:25:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.401 
2014/12/19 00:29:38 patrick Exp $
+
+*postgresql-9.4.0 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  +postgresql-9.4.0.ebuild,
+  -postgresql-9.4_beta3-r2.ebuild, -postgresql-9.4_rc1.ebuild:
+  Bump
 
   07 Dec 2014; Agostino Sarubbo  postgresql-9.0.18-r2.ebuild,
   postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,



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

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

Index: postgresql-9.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-db/postgresql/postgresql-9.4.0.ebuild,v 
1.1 2014/12/19 00:29:38 patrick Exp $

EAPI="5"

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

inherit autotools eutils flag-o-matic multilib pam prefix python-single-r1 
systemd user versionator

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

MY_PV=${PV/_/}
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${MY_PV}"
SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"

# Add patch and initscript source.
SRC_URI+=" http://dev.gentoo.org/~floppym/dist/postgresql-initscript-2.7.tbz2";

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

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

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

wanted_languages() {
local enable_langs

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

echo -n ${enable_langs}
}

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

DEPEND="${CDEPEND}
!! \
"${ED}/etc/eselect/postgresql/slots/${SLOT}/base"

use static-libs || find "${ED}" -name '*.a' -delete

if use doc ; then
docinto html
dodoc doc/src/sgml/html/*

docinto sgml
dodoc doc/src/sgml/*.{sgml,dsl}
fi

if use server; then
newconfd "${WORKDIR}/postgresql.confd" postgresql-${SLOT}
newinitd "${WORKDIR}/postgresql.init" postgresql-${SLOT}

systemd_newunit "${WORKDIR}"/postgresql.service 
postgresql-${SLOT}.service
systemd_newtmpfilesd "${WORKDIR}"/postgresql.tmpfilesd 
postgresql-${SLOT}.conf
newbin "${WORKDIR}"/postgresql-check-db-dir 
postgresql-${SLOT}-check-db-dir

use pam && pamd_mimic system-auth postgresql-${SLOT} auth 
account session

if use prefix ; then
keepdir /run/postgresql
fperms 0775 /run/postgresql
fi
fi
}

pkg_postinst() {
   

[gentoo-commits] gentoo-x86 commit in dev-db/postgresql-base: postgresql-base-9.4.0.ebuild ChangeLog postgresql-base-9.4_rc1.ebuild postgresql-base-9.4_beta1.ebuild postgresql-base-9.4_beta3.ebuild po

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 00:26:28

  Modified: ChangeLog
  Added:postgresql-base-9.4.0.ebuild
  Removed:  postgresql-base-9.4_rc1.ebuild
postgresql-base-9.4_beta1.ebuild
postgresql-base-9.4_beta3.ebuild
postgresql-base-9.4_beta2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.299dev-db/postgresql-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog   21 Nov 2014 05:46:43 -  1.298
+++ ChangeLog   19 Dec 2014 00:26:28 -  1.299
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/postgresql-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.298 
2014/11/21 05:46:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.299 
2014/12/19 00:26:28 patrick Exp $
+
+*postgresql-base-9.4.0 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  
+postgresql-base-9.4.0.ebuild,
+  -postgresql-base-9.4_beta1.ebuild, -postgresql-base-9.4_beta2.ebuild,
+  -postgresql-base-9.4_beta3.ebuild, -postgresql-base-9.4_rc1.ebuild:
+  Bump
 
 *postgresql-base-9.4_rc1 (21 Nov 2014)
 



1.1  dev-db/postgresql-base/postgresql-base-9.4.0.ebuild

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

Index: postgresql-base-9.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-db/postgresql-base/postgresql-base-9.4.0.ebuild,v 
1.1 2014/12/19 00:26:28 patrick Exp $

EAPI="5"

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

inherit autotools eutils flag-o-matic multilib prefix python-single-r1 
versionator

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

MY_PV=${PV/_/}
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${MY_PV}"
SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2
 http://dev.gentoo.org/~patrick/postgresql-patches-${SLOT}.tbz2";

LICENSE="POSTGRESQL"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/";

# No tests to be done for clients and libraries
RESTRICT="test"

LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN 
zh_TW"
IUSE="doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads 
zlib"

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

wanted_languages() {
local enable_langs

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

echo -n ${enable_langs}
}

RDEPEND="
>=app-admin/eselect-postgresql-1.2.0
sys-apps/less
virtual/libintl
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( sys-libs/zlib )
"

DEPEND="${RDEPEND}
!! \
"${ED}/etc/eselect/postgresql/slots/${SLOT}/base"

keepdir /etc/postgresql-${SLOT}
}

pkg_postinst() {
postgresql-config update

elog "If you need a global psqlrc-file, you can place it in:"
elog "${EROOT%/}/etc/postgresql-${SLOT}/"
}

pkg_postrm() {
postgresql-config update
}






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql-docs: postgresql-docs-9.4.0.ebuild ChangeLog postgresql-docs-9.4_beta2.ebuild postgresql-docs-9.4_beta1.ebuild postgresql-docs-9.4_beta3.ebuild

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 00:24:46

  Modified: ChangeLog
  Added:postgresql-docs-9.4.0.ebuild
  Removed:  postgresql-docs-9.4_beta2.ebuild
postgresql-docs-9.4_beta1.ebuild
postgresql-docs-9.4_beta3.ebuild
postgresql-docs-9.4_rc1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.252dev-db/postgresql-docs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   21 Nov 2014 05:47:30 -  1.251
+++ ChangeLog   19 Dec 2014 00:24:46 -  1.252
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/postgresql-docs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.251 
2014/11/21 05:47:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/ChangeLog,v 1.252 
2014/12/19 00:24:46 patrick Exp $
+
+*postgresql-docs-9.4.0 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer  
+postgresql-docs-9.4.0.ebuild,
+  -postgresql-docs-9.4_beta1.ebuild, -postgresql-docs-9.4_beta2.ebuild,
+  -postgresql-docs-9.4_beta3.ebuild, -postgresql-docs-9.4_rc1.ebuild:
+  Bump
 
 *postgresql-docs-9.4_rc1 (21 Nov 2014)
 



1.1  dev-db/postgresql-docs/postgresql-docs-9.4.0.ebuild

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

Index: postgresql-docs-9.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-db/postgresql-docs/postgresql-docs-9.4.0.ebuild,v 
1.1 2014/12/19 00:24:46 patrick Exp $

EAPI="4"

inherit versionator

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

RESTRICT="test"

DESCRIPTION="PostgreSQL documentation"
HOMEPAGE="http://www.postgresql.org/";
LICENSE="POSTGRESQL"

SLOT="$(get_version_component_range 1-2)"

# Comment the following four lines when not a beta or rc.
#MY_PV="${PV//_}"
#MY_FILE_PV="${SLOT}$(get_version_component_range 4)"
#S="${WORKDIR}/postgresql-${MY_FILE_PV}"
#SRC_URI="mirror://postgresql/source/v${MY_FILE_PV}/postgresql-${MY_FILE_PV}.tar.bz2"

# Comment the following two lines when a beta or rc.
S="${WORKDIR}/postgresql-${PV}"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"

IUSE=""

DEPEND=""
RDEPEND=""

src_unpack() {
tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc"
}

src_install() {
# Don't use ${PF} here as three packages
# (dev-db/postgresql-{docs,base,server}) have the same set of docs.
local mypath=/usr/share/doc/postgresql-${SLOT}

cd "${S}/doc"

insinto ${mypath}/html
doins src/sgml/html/*

insinto ${mypath}/sgml
doins src/sgml/*.{sgml,dsl}

insinto ${mypath}/sgml/ref
doins src/sgml/ref/*.sgml

fowners root:0 -R ${mypath}

dodir /etc/eselect/postgresql/slots/${SLOT}
echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \
"${ED}/etc/eselect/postgresql/slots/${SLOT}/docs"
}






[gentoo-commits] gentoo-x86 commit in dev-db/postgresql-server: postgresql-server-9.4.0.ebuild ChangeLog postgresql-server-9.4_beta2.ebuild postgresql-server-9.4_rc1.ebuild postgresql-server-9.4_beta1

2014-12-18 Thread Patrick Lauer (patrick)
patrick 14/12/19 00:13:31

  Modified: ChangeLog
  Added:postgresql-server-9.4.0.ebuild
  Removed:  postgresql-server-9.4_beta2.ebuild
postgresql-server-9.4_rc1.ebuild
postgresql-server-9.4_beta1.ebuild
postgresql-server-9.4_beta3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.313dev-db/postgresql-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog   21 Nov 2014 05:48:23 -  1.312
+++ ChangeLog   19 Dec 2014 00:13:31 -  1.313
@@ -1,6 +1,14 @@
 # ChangeLog for dev-db/postgresql-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/ChangeLog,v 1.312 
2014/11/21 05:48:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/ChangeLog,v 1.313 
2014/12/19 00:13:31 patrick Exp $
+
+*postgresql-server-9.4.0 (19 Dec 2014)
+
+  19 Dec 2014; Patrick Lauer 
+  +postgresql-server-9.4.0.ebuild, -postgresql-server-9.4_beta1.ebuild,
+  -postgresql-server-9.4_beta2.ebuild, -postgresql-server-9.4_beta3.ebuild,
+  -postgresql-server-9.4_rc1.ebuild:
+  Bump
 
 *postgresql-server-9.4_rc1 (21 Nov 2014)
 



1.1  dev-db/postgresql-server/postgresql-server-9.4.0.ebuild

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

Index: postgresql-server-9.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-db/postgresql-server/postgresql-server-9.4.0.ebuild,v
 1.1 2014/12/19 00:13:31 patrick Exp $

EAPI="5"

RESTRICT="test"

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

RESTRICT="test"

inherit autotools eutils flag-o-matic multilib pam prefix python-single-r1 
systemd user versionator

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

MY_PV=${PV/_/}
SLOT="$(get_version_component_range 1-2)"
S="${WORKDIR}/postgresql-${MY_PV}"
SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2
 
http://dev.gentoo.org/~patrick/postgresql-patches-${SLOT}-r1.tbz2
 
http://dev.gentoo.org/~floppym/dist/postgresql-initscript-2.7.tbz2";

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

LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN 
zh_TW"
IUSE="doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux 
tcl test uuid xml"

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

wanted_languages() {
local enable_langs

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

echo -n ${enable_langs}
}

CDEPEND="
~dev-db/postgresql-base-${PV}[kerberos?,pam?,pg_legacytimestamp=,python=,nls=]
perl? ( >=dev-lang/perl-5.8 )
python? ( ${PYTHON_DEPS} )
tcl? ( >=dev-lang/tcl-8 )
uuid? ( dev-libs/ossp-uuid )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
"

DEPEND="${CDEPEND}
sys-devel/flex
xml? ( virtual/pkgconfig )
"

RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-postgresql )
"

PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"

pkg_setup() {
enewgroup postgres 70
enewuser postgres 70 /bin/bash /var/lib/postgresql postgres

use python && python-single-r1_pkg_setup
}

src_prepare() {
epatch "${WORKDIR}/autoconf.patch" \
"${WORKDIR}/bool.patch" \
"${WORKDIR}/server.patch" \
"${WORKDIR}/run-dir.patch"

eprefixify src/include/pg_config_manual.h

if use pam ; then
sed -e "s/\(#define PGSQL_PAM_SERVICE 
\"postgresql\)/\1-${SLOT}/" \
-i src/backend/libpq/auth.c \
|| die 'PGSQL_PAM_SERVICE rename failed.'
fi

if use perl ; then
sed -e 
"s:\$(DESTDIR)\$(plperl_installdir):\

[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: ChangeLog syslog-ng-3.6.1.ebuild

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 23:05:40

  Modified: ChangeLog
  Removed:  syslog-ng-3.6.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.412app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.412&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.412&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.411&r2=1.412

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- ChangeLog   18 Dec 2014 19:51:36 -  1.411
+++ ChangeLog   18 Dec 2014 23:05:40 -  1.412
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.411 
2014/12/18 19:51:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.412 
2014/12/18 23:05:40 mr_bones_ Exp $
+
+  18 Dec 2014; Michael Sterrett 
+  -files/3.6/syslog-ng-3.6.1-link-smtp.patch,
+  -files/3.6/syslog-ng-3.6.1-warnings.patch, -syslog-ng-3.6.1.ebuild:
+  old
 
   18 Dec 2014; Michael Sterrett 
   files/3.6/syslog-ng.confd, files/3.6/syslog-ng.rc6:






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.6: syslog-ng-3.6.1-link-smtp.patch syslog-ng-3.6.1-warnings.patch

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 23:05:40

  Removed:  syslog-ng-3.6.1-link-smtp.patch
syslog-ng-3.6.1-warnings.patch
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-misc/bsd-games: bsd-games-2.17-r5.ebuild ChangeLog

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 22:41:46

  Modified: bsd-games-2.17-r5.ebuild ChangeLog
  Log:
  EAPI=5; update Debian patch; export GAMES_ variables for bug #531200
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-misc/bsd-games/bsd-games-2.17-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild?r1=1.6&r2=1.7

Index: bsd-games-2.17-r5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bsd-games-2.17-r5.ebuild12 Nov 2013 17:49:40 -  1.6
+++ bsd-games-2.17-r5.ebuild18 Dec 2014 22:41:46 -  1.7
@@ -1,15 +1,15 @@
-# 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/games-misc/bsd-games/bsd-games-2.17-r5.ebuild,v 1.6 
2013/11/12 17:49:40 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild,v 1.7 
2014/12/18 22:41:46 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs games
 
-DEB_PATCH_VER=21
+DEB_PATCH_VER=22
 DESCRIPTION="collection of games from NetBSD"
 HOMEPAGE="http://www.advogato.org/proj/bsd-games/";
 SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/${P}.tar.gz
-   
mirror://debian/pool/main/b/bsdgames/bsdgames_${PV}-${DEB_PATCH_VER}.debian.tar.gz"
+   
mirror://debian/pool/main/b/bsdgames/bsdgames_${PV}-${DEB_PATCH_VER}.debian.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
@@ -37,6 +37,9 @@
local d="${WORKDIR}"/debian/patches
EPATCH_SOURCE="${d}" epatch $(<"${d}"/series)
 
+   # Used by gentoo config.params. See bug 531200
+   export GAMES_BINDIR GAMES_DATADIR GAMES_STATEDIR
+
epatch \
"${FILESDIR}"/${P}-64bitutmp.patch \
"${FILESDIR}"/${P}-headers.patch \
@@ -50,8 +53,7 @@
 
sed -i \
-e "s:/usr/games:${GAMES_BINDIR}:" \
-   wargames/wargames \
-   || die "sed wargames failed"
+   wargames/wargames || die
 
sed -i \
-e '/^CC :=/d' \
@@ -59,18 +61,17 @@
-e '/^CFLAGS/s/OPTIMIZE/CFLAGS/' \
-e '/^CXXFLAGS/s/OPTIMIZE/CXXFLAGS/' \
-e '/^LDFLAGS/s/LDFLAGS := /LDFLAGS := \$(LDFLAGS) /' \
-   Makeconfig.in \
-   || die 'sed failed'
+   Makeconfig.in || die
 
-   cp "${FILESDIR}"/config.params-gentoo config.params
-   echo bsd_games_cfg_usrlibdir=\"$(games_get_libdir)\" >> ./config.params
-   echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params
-   echo bsd_games_cfg_docdir=\"/usr/share/doc/${PF}\" >> ./config.params
+   cp "${FILESDIR}"/config.params-gentoo config.params || die
+   echo bsd_games_cfg_usrlibdir=\"$(games_get_libdir)\" >> ./config.params 
|| die
+   echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params 
|| die
+   echo bsd_games_cfg_docdir=\"/usr/share/doc/${PF}\" >> ./config.params 
|| die
 }
 
 src_test() {
addwrite /dev/full
-   emake -j1 check || die "make check failed"
+   emake -j1 check
 }
 
 build_game() {
@@ -78,13 +79,13 @@
 }
 
 do_statefile() {
-   touch "${D}/${GAMES_STATEDIR}/${1}"
-   chmod ug+rw "${D}/${GAMES_STATEDIR}/${1}"
+   touch "${D}/${GAMES_STATEDIR}/${1}" || die
+   chmod ug+rw "${D}/${GAMES_STATEDIR}/${1}" || die
 }
 
 src_install() {
dodir "${GAMES_BINDIR}" "${GAMES_STATEDIR}" /usr/share/man/man{1,6}
-   emake DESTDIR="${D}" install || die "emake install failed"
+   emake -j1 DESTDIR="${D}" install
 
dodoc AUTHORS BUGS ChangeLog ChangeLog.0 \
README PACKAGING SECURITY THANKS TODO YEAR2000
@@ -125,9 +126,8 @@
newman factor/factor.6 primes.6
fi
 
-   prepalldocs
prepgamesdirs
 
# state dirs
-   chmod -R ug+rw "${D}/${GAMES_STATEDIR}"/*
+   chmod -R ug+rw "${D}/${GAMES_STATEDIR}"/* || die
 }



1.57 games-misc/bsd-games/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsd-games/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x

[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.2.1.ebuild git-2.1.4.ebuild ChangeLog git-1.9.5.ebuild git-1.8.5.6.ebuild git-2.0.5.ebuild git-2.2.0.ebuild git-1.9.3.ebuild git-2.1.3.ebuild

2014-12-18 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/18 22:07:08

  Modified: ChangeLog
  Added:git-2.2.1.ebuild git-2.1.4.ebuild git-1.9.5.ebuild
git-1.8.5.6.ebuild git-2.0.5.ebuild
  Removed:  git-2.2.0.ebuild git-1.9.3.ebuild git-2.1.3.ebuild
  Log:
  Security bump (bug #532984). Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.298dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.298&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.298&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.297&r2=1.298

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog   2 Dec 2014 07:32:57 -   1.297
+++ ChangeLog   18 Dec 2014 22:07:08 -  1.298
@@ -1,6 +1,18 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.297 2014/12/02 
07:32:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.298 2014/12/18 
22:07:08 polynomial-c Exp $
+
+*git-2.2.1 (18 Dec 2014)
+*git-2.1.4 (18 Dec 2014)
+*git-2.0.5 (18 Dec 2014)
+*git-1.9.5 (18 Dec 2014)
+*git-1.8.5.6 (18 Dec 2014)
+
+  18 Dec 2014; Lars Wendler  +git-1.8.5.6.ebuild,
+  -git-1.9.3.ebuild, +git-1.9.5.ebuild, +git-2.0.5.ebuild, -git-2.1.3.ebuild,
+  +git-2.1.4.ebuild, -git-2.2.0.ebuild, +git-2.2.1.ebuild,
+  -files/git-1.8.4-optional-cvs.patch:
+  Security bump (bug #532984). Removed old.
 
 *git-2.2.0 (02 Dec 2014)
 



1.1  dev-vcs/git/git-2.2.1.ebuild

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

Index: git-2.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild,v 1.1 
2014/12/18 22:07:08 polynomial-c Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_{6,7} )
[[ ${PV} == * ]] && SCM="git-2"
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
EGIT_MASTER=pu

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

MY_PV="${PV/_rc/.rc}"
MY_P="${PN}-${MY_PV}"

DOC_VER=${MY_PV}

DESCRIPTION="GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team"
HOMEPAGE="http://www.git-scm.com/";
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX="xz"
SRC_URI_GOOG="http://git-core.googlecode.com/files";
SRC_URI_KORG="mirror://kernel/software/scm/git"
SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
else
SRC_URI=""
KEYWORDS=""
fi

LICENSE="GPL-2"
SLOT="0"
IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test"

# Common to both DEPEND and RDEPEND
CDEPEND="
dev-libs/openssl
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/libgnome-keyring )"

RDEPEND="${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-pe

[gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-1.8.4-optional-cvs.patch

2014-12-18 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/18 22:07:08

  Removed:  git-1.8.4-optional-cvs.patch
  Log:
  Security bump (bug #532984). Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in dev-libs/libgit2: ChangeLog libgit2-0.21.2.ebuild libgit2-0.21.1.ebuild libgit2-0.21.0.ebuild

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/18 21:48:22

  Modified: ChangeLog
  Removed:  libgit2-0.21.2.ebuild libgit2-0.21.1.ebuild
libgit2-0.21.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.27 dev-libs/libgit2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   18 Dec 2014 21:47:29 -  1.26
+++ ChangeLog   18 Dec 2014 21:48:22 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libgit2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.26 
2014/12/18 21:47:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.27 
2014/12/18 21:48:22 radhermit Exp $
+
+  18 Dec 2014; Tim Harder  -libgit2-0.21.0.ebuild,
+  -libgit2-0.21.1.ebuild, -libgit2-0.21.2.ebuild:
+  Remove old.
 
 *libgit2-0.21.3 (18 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libgit2: libgit2-0.21.3.ebuild ChangeLog

2014-12-18 Thread Tim Harder (radhermit)
radhermit14/12/18 21:47:29

  Modified: ChangeLog
  Added:libgit2-0.21.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.26 dev-libs/libgit2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   28 Oct 2014 00:48:01 -  1.25
+++ ChangeLog   18 Dec 2014 21:47:29 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libgit2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.25 
2014/10/28 00:48:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.26 
2014/12/18 21:47:29 radhermit Exp $
+
+*libgit2-0.21.3 (18 Dec 2014)
+
+  18 Dec 2014; Tim Harder  +libgit2-0.21.3.ebuild:
+  Version bump.
 
 *libgit2-0.21.2 (28 Oct 2014)
 



1.1  dev-libs/libgit2/libgit2-0.21.3.ebuild

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

Index: libgit2-0.21.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/libgit2-0.21.3.ebuild,v 1.1 
2014/12/18 21:47:29 radhermit Exp $

EAPI=5

inherit cmake-utils multilib

DESCRIPTION="A linkable library for Git"
HOMEPAGE="http://libgit2.github.com/";
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2-with-linking-exception"
SLOT="0/21"
KEYWORDS="~amd64 ~x86 ~ppc-macos"
IUSE="examples ssh test threads trace"

RDEPEND="
sys-libs/zlib
net-libs/http-parser
ssh? ( net-libs/libssh2 )"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )

src_prepare() {
# skip online tests
sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
$(cmake-utils_use_build test CLAR)
$(cmake-utils_use_enable trace TRACE)
$(cmake-utils_use_use ssh SSH)
$(cmake-utils_use threads THREADSAFE)
)
cmake-utils_src_configure
}

src_test() {
if [[ ${EUID} -eq 0 ]] ; then
# repo::iterator::fs_preserves_error fails if run as root
# since root can still access dirs with  perms
ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
else
local TEST_VERBOSE=1
cmake-utils_src_test
fi
}

src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/arpsponge: ChangeLog metadata.xml

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:45:45

  Modified: ChangeLog metadata.xml
  Log:
  Drop perl herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  net-misc/arpsponge/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/arpsponge/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Feb 2013 13:31:45 -  1.1
+++ ChangeLog   18 Dec 2014 21:45:45 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/arpsponge
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arpsponge/ChangeLog,v 1.1 
2013/02/27 13:31:45 chainsaw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arpsponge/ChangeLog,v 1.2 
2014/12/18 21:45:45 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop perl herd
 
 *arpsponge-3.12.2 (27 Feb 2013)
 



1.2  net-misc/arpsponge/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arpsponge/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arpsponge/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arpsponge/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/arpsponge/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml27 Feb 2013 13:31:45 -  1.1
+++ metadata.xml18 Dec 2014 21:45:45 -  1.2
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  perl
   
 chain...@gentoo.org
 Tony Vroon






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

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:44:53

  Modified: metadata.xml ChangeLog
  Log:
  Drop perl herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.6  net-mail/mhonarc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mhonarc/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml1 Dec 2014 12:20:44 -   1.5
+++ metadata.xml18 Dec 2014 21:44:53 -  1.6
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   perl
net-mail
 
 



1.38 net-mail/mhonarc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   1 Dec 2014 12:20:44 -   1.37
+++ ChangeLog   18 Dec 2014 21:44:53 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mhonarc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.37 
2014/12/01 12:20:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.38 
2014/12/18 21:44:53 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop perl herd
 
   01 Dec 2014; Jeroen Roovers  metadata.xml:
   Remove m-n tag as there are two herds already. Remove short






[gentoo-commits] gentoo-x86 commit in net-dialup/sendpage: ChangeLog metadata.xml

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:44:20

  Modified: ChangeLog metadata.xml
  Log:
  Drop perl herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.16 net-dialup/sendpage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/sendpage/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Aug 2014 20:56:31 -  1.15
+++ ChangeLog   18 Dec 2014 21:44:20 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/sendpage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/ChangeLog,v 1.15 
2014/08/10 20:56:31 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/sendpage/ChangeLog,v 1.16 
2014/12/18 21:44:20 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop perl herd
 
   10 Aug 2014; Sergei Trofimovich  sendpage-1.1.0-r2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.3  net-dialup/sendpage/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sendpage/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sendpage/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/sendpage/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/sendpage/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml11 May 2005 05:01:23 -  1.2
+++ metadata.xml18 Dec 2014 21:44:20 -  1.3
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   perl
net-dialup
To send alphanumeric pages to a pager, if an email 
gateway is unavailable or undesirable, 
 software is needed to control a modem which will dial a "Paging Central", and 
deliver the pages using 






[gentoo-commits] gentoo-x86 commit in net-misc/rsync/files: rsyncd.conf-3.0.9-r1

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 21:44:39

  Modified: rsyncd.conf-3.0.9-r1
  Log:
  default to /run instead of /var/run for bug #332633
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  net-misc/rsync/files/rsyncd.conf-3.0.9-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/files/rsyncd.conf-3.0.9-r1?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/files/rsyncd.conf-3.0.9-r1?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/files/rsyncd.conf-3.0.9-r1?r1=1.1&r2=1.2

Index: rsyncd.conf-3.0.9-r1
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/files/rsyncd.conf-3.0.9-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rsyncd.conf-3.0.9-r128 Feb 2012 19:34:07 -  1.1
+++ rsyncd.conf-3.0.9-r118 Dec 2014 21:44:39 -  1.2
@@ -4,7 +4,7 @@
 # See rsync(1) and rsyncd.conf(5) man pages for help
 
 # This line is required by the /etc/init.d/rsyncd script
-pid file = @GENTOO_PORTAGE_EPREFIX@/var/run/rsyncd.pid
+pid file = @GENTOO_PORTAGE_EPREFIX@/run/rsyncd.pid
 use chroot = yes
 read only = yes
 






[gentoo-commits] gentoo-x86 commit in net-misc/rsync: ChangeLog

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 21:44:39

  Modified: ChangeLog
  Log:
  default to /run instead of /var/run for bug #332633
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.256net-misc/rsync/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/ChangeLog?rev=1.256&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/ChangeLog?rev=1.256&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rsync/ChangeLog?r1=1.255&r2=1.256

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog   7 Jul 2014 07:51:31 -   1.255
+++ ChangeLog   18 Dec 2014 21:44:39 -  1.256
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/rsync
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.255 2014/07/07 
07:51:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.256 2014/12/18 
21:44:39 mr_bones_ Exp $
+
+  18 Dec 2014; Michael Sterrett 
+  files/rsyncd.conf-3.0.9-r1:
+  default to /run instead of /var/run for bug #332633
 
 *rsync-3.1.1 (07 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/galleryadd: ChangeLog metadata.xml

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:42:37

  Modified: ChangeLog metadata.xml
  Log:
  Drop perl herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.3  media-gfx/galleryadd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/galleryadd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Oct 2009 15:08:04 -  1.2
+++ ChangeLog   18 Dec 2014 21:42:37 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/galleryadd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/galleryadd/ChangeLog,v 1.2 
2009/10/21 15:08:04 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/galleryadd/ChangeLog,v 1.3 
2014/12/18 21:42:37 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop perl herd
 
   21 Oct 2009; Markus Meier  galleryadd-2.30.ebuild:
   amd64/x86 stable, bug #286389



1.2  media-gfx/galleryadd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/galleryadd/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/galleryadd/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/galleryadd/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/galleryadd/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml20 Nov 2008 02:08:36 -  1.1
+++ metadata.xml18 Dec 2014 21:42:37 -  1.2
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-perl
 
   robb...@gentoo.org
 






[gentoo-commits] gentoo-x86 commit in dev-db/bucardo: metadata.xml ChangeLog

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:41:51

  Modified: metadata.xml ChangeLog
  Log:
  Drop perl herd
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  dev-db/bucardo/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/bucardo/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml28 Aug 2012 03:03:37 -  1.1
+++ metadata.xml18 Dec 2014 21:41:51 -  1.2
@@ -2,5 +2,4 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
postgresql
-   perl
 



1.8  dev-db/bucardo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Dec 2014 08:56:41 -   1.7
+++ ChangeLog   18 Dec 2014 21:41:51 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/bucardo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.7 2014/12/01 
08:56:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/bucardo/ChangeLog,v 1.8 2014/12/18 
21:41:51 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop perl herd
 
 *bucardo-5.2.0 (01 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/syck: ChangeLog metadata.xml

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 21:36:22

  Modified: ChangeLog metadata.xml
  Log:
  Drop to maintainer-needed
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.34 dev-libs/syck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   29 Nov 2014 22:43:11 -  1.33
+++ ChangeLog   18 Dec 2014 21:36:22 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/syck
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.33 2014/11/29 
22:43:11 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.34 2014/12/18 
21:36:22 dilfridge Exp $
+
+  18 Dec 2014; Andreas K. Huettel  metadata.xml:
+  Drop to maintainer-needed
 
 *syck-0.55-r5 (29 Nov 2014)
 



1.5  dev-libs/syck/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/syck/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml20 Sep 2012 12:47:51 -  1.4
+++ metadata.xml18 Dec 2014 21:36:22 -  1.5
@@ -1,5 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-perl
+
+maintainer-nee...@gentoo.org
+
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.17.7.ebuild ChangeLog

2014-12-18 Thread Mikle Kolyada (zlogene)
zlogene 14/12/18 21:11:20

  Modified: gentoo-sources-3.17.7.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #532934
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild

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

Index: gentoo-sources-3.17.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.17.7.ebuild16 Dec 2014 20:17:46 -  1.1
+++ gentoo-sources-3.17.7.ebuild18 Dec 2014 21:11:20 -  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/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v
 1.1 2014/12/16 20:17:46 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v
 1.2 2014/12/18 21:11:20 zlogene Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.1459   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1459&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1459&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1458&r2=1.1459

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1458
retrieving revision 1.1459
diff -u -r1.1458 -r1.1459
--- ChangeLog   16 Dec 2014 20:58:21 -  1.1458
+++ ChangeLog   18 Dec 2014 21:11:20 -  1.1459
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1458 2014/12/16 20:58:21 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1459 2014/12/18 21:11:20 zlogene Exp $
+
+  18 Dec 2014; Mikle Kolyada  gentoo-sources-3.17.7.ebuild:
+  amd64 stable wrt bug #532934
 
 *gentoo-sources-3.10.63 (17 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor/files: pdns-recursor-3.6.1-CVE-2014-8601.patch

2014-12-18 Thread Sven Wegener (swegener)
swegener14/12/18 21:06:24

  Added:pdns-recursor-3.6.1-CVE-2014-8601.patch
  Log:
  Revision bump for 3.6.1 with patch for security bug #531992.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.1  
net-dns/pdns-recursor/files/pdns-recursor-3.6.1-CVE-2014-8601.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.6.1-CVE-2014-8601.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.6.1-CVE-2014-8601.patch?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.6.1-CVE-2014-8601.patch
===
https://downloads.powerdns.com/patches/2014-02/3.6.1.patch

diff --git a/pdns_recursor.cc b/pdns_recursor.cc
index f1ef93c..8e43d6e 100644
--- a/pdns_recursor.cc
+++ b/pdns_recursor.cc
@@ -550,7 +550,14 @@ void startDoResolve(void *p)
 
 // if there is a RecursorLua active, and it 'took' the query in 
preResolve, we don't launch beginResolve
 if(!t_pdl->get() || !(*t_pdl)->preresolve(dc->d_remote, 
g_listenSocketsAddresses[dc->d_socket], dc->d_mdp.d_qname, 
QType(dc->d_mdp.d_qtype), ret, res, &variableAnswer)) {
-  res = sr.beginResolve(dc->d_mdp.d_qname, QType(dc->d_mdp.d_qtype), 
dc->d_mdp.d_qclass, ret);
+   try {
+ res = sr.beginResolve(dc->d_mdp.d_qname, QType(dc->d_mdp.d_qtype), 
dc->d_mdp.d_qclass, ret);
+   }
+   catch(ImmediateServFailException &e) {
+ L 50) throw ImmediateServFailException("more than 
50 queries sent while resolving "+qname);
   TryTCP:
 if(doTCP) {
   LOG(prefix

[gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.6.1-r1.ebuild

2014-12-18 Thread Sven Wegener (swegener)
swegener14/12/18 21:06:24

  Modified: ChangeLog
  Added:pdns-recursor-3.6.1-r1.ebuild
  Log:
  Revision bump for 3.6.1 with patch for security bug #531992.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.52 net-dns/pdns-recursor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   9 Dec 2014 20:01:31 -   1.51
+++ ChangeLog   18 Dec 2014 21:06:24 -  1.52
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdns-recursor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.51 
2014/12/09 20:01:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.52 
2014/12/18 21:06:24 swegener Exp $
+
+*pdns-recursor-3.6.1-r1 (18 Dec 2014)
+
+  18 Dec 2014; Sven Wegener 
+  +pdns-recursor-3.6.1-r1.ebuild,
+  +files/pdns-recursor-3.6.1-CVE-2014-8601.patch:
+  Revision bump for 3.6.1 with patch for security bug #531992.
 
 *pdns-recursor-3.6.2 (09 Dec 2014)
 



1.1  net-dns/pdns-recursor/pdns-recursor-3.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.6.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.1-r1.ebuild,v 
1.1 2014/12/18 21:06:24 swegener Exp $

EAPI="4"

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/";
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";

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

DEPEND="lua? ( >=dev-lang/lua-5.1 )"
RDEPEND="${DEPEND}
!

[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt/files: libvirtd.init-r14

2014-12-18 Thread Matthias Maier (tamiko)
tamiko  14/12/18 21:05:55

  Added:libvirtd.init-r14
  Log:
  fail prominently in case of config directories being a regular file, bug 
#532892
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.1  app-emulation/libvirt/files/libvirtd.init-r14

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r14?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirtd.init-r14?rev=1.1&content-type=text/plain

Index: libvirtd.init-r14
===
#!/sbin/runscript

description="Virtual Machine Management daemon (libvirt)"
extra_started_commands="reload halt"
description_halt="Stops the libvirt daemon without stopping your VMs"
description_reload="Restarts the libvirt daemon without stopping your VMs"

depend() {
USE_FLAG_FIREWALLD
use USE_FLAG_AVAHI USE_FLAG_ISCSI USE_FLAG_RBD dbus virtlockd
after ntp-client ntpd nfs nfsmount portmap rpc.statd iptables ip6tables 
ebtables corosync sanlock cgconfig xenconsoled
}

libvirtd_virsh() {
local mode=$1
shift

# Silence errors because virsh always throws an error about
# not finding the hypervisor version when connecting to libvirtd
LC_ALL=C virsh -c ${mode}:///system "$@" 2>/dev/null
}

libvirtd_dom_list() {
# Make sure that it wouldn't be confused if the domain name
# contains the word running.
libvirtd_virsh $1 list | awk '$3 == "running" { print $1 }'
}

libvirtd_dom_count() {
# Make sure that it wouldn't be confused if the domain name
# contains the word running.
libvirtd_virsh $1 list | awk 'BEGIN { count = 0 } \
$3 == "running" { count++ } \
END { print count }'
}

libvirtd_net_list() {
# The purpose of the awk is to avoid networks with 'active' in the name
libvirtd_virsh $1 net-list | awk '$2 == "active" { print $1 }'
}

libvirtd_net_count() {
# The purpose of the awk is to avoid networks with 'active' in the name
libvirtd_virsh $1 net-list | awk 'BEGIN { count = 0 } \
$2 == "active" { count++ } \
END { print count }'
}


start() {
# Test configuration directories in /etc/libvirt/ to be either not
# present or a directory, i.e. not a regular file, bug #532892
for dir in lxc nwfilter qemu storage; do
  if [ -f /etc/libvirt/$dir ]; then
eerror "/etc/libvirt/$dir was created as a regular file. It must be 
either"
eerror "a directory or not present for libvirtd to start up 
successfully."
return 1
  fi
done

ebegin "Starting libvirtd"
start-stop-daemon --start \
--env KRB5_KTNAME=/etc/libvirt/krb5.tab \
--exec /usr/sbin/libvirtd -- -d ${LIBVIRTD_OPTS}
eend $?
}

stop() {
local counter=
local vm_name=
local net_name=
local dom_id=

ebegin "Stopping libvirtd"
# try to shutdown all (KVM/Qemu) domains
if [ "${LIBVIRTD_KVM_SHUTDOWN}" != "none" ] \
&& [ "$(libvirtd_dom_count qemu)" != "0" ] ; then

einfo " Shutting down domain(s):"
for dom_id in $(libvirtd_dom_list qemu) ; do
vm_name="$(libvirtd_virsh qemu domname ${dom_id} | head -n 1)"
einfo "   ${vm_name}"
libvirtd_virsh qemu ${LIBVIRTD_KVM_SHUTDOWN} ${dom_id} > /dev/null
done

if [ -n "${LIBVIRTD_KVM_SHUTDOWN_MAXWAIT}" ] ; then
counter="${LIBVIRTD_KVM_SHUTDOWN_MAXWAIT}"
else
counter=500
fi

if [ "${LIBVIRTD_KVM_SHUTDOWN}" = "shutdown" ]; then
einfo " Waiting ${counter} seconds while domains shutdown ..."
DOM_COUNT="$(libvirtd_dom_count qemu)"
while [ ${DOM_COUNT} -gt 0 ] && [ ${counter} -gt 0 ] ; do
DOM_COUNT="$(libvirtd_dom_count qemu)"
sleep 1
counter=$((${counter} - 1))
echo -n "."
done
fi

if [ "$(libvirtd_dom_count qemu)" != "0" ] ; then
eerror " !!! Some guests are still running, stopping anyway"
fi

fi

if [ "${LIBVIRTD_KVM_NET_SHUTDOWN}" != "no" ] \
&& [ "$(libvirtd_net_count qemu)" != "0" ]; then

einfo " Shutting down network(s):"
for net_name in $(libvirtd_net_list qemu); do
einfo "   ${net_name}"
libvirtd_virsh qemu net-destroy ${net_name} > /dev/null
done

if [ "$(libvirtd_net_count qemu)" != "0" ]; then
eerror " !!! Some networks are still active, stopping anyway"
fi
fi

# Now actually stop the daemon
start-stop-daemon --stop --quiet --exec \
/usr/sbin/libvirtd --pidfile=/var/run/libvirtd.pid
eend $?
}

halt() {
ebegin "Stopping libvirtd without shutting down your VMs"
start-stop-daemon --stop --quiet --exec \
/usr/sbin/libvirtd --pidfile=/var/run/libvirt

[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-9999.ebuild libvirt-1.2.11-r2.ebuild ChangeLog libvirt-1.2.11-r1.ebuild

2014-12-18 Thread Matthias Maier (tamiko)
tamiko  14/12/18 21:05:55

  Modified: libvirt-.ebuild ChangeLog
  Added:libvirt-1.2.11-r2.ebuild
  Removed:  libvirt-1.2.11-r1.ebuild
  Log:
  fail prominently in case of config directories being a regular file, bug 
#532892
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.71 app-emulation/libvirt/libvirt-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.71&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.71&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?r1=1.70&r2=1.71

Index: libvirt-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- libvirt-.ebuild 18 Dec 2014 11:15:49 -  1.70
+++ libvirt-.ebuild 18 Dec 2014 21:05:55 -  1.71
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v 
1.70 2014/12/18 11:15:49 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v 
1.71 2014/12/18 21:05:55 tamiko Exp $
 
 EAPI=5
 
@@ -232,7 +232,7 @@
local iscsi_init=
local rbd_init=
local firewalld_init=
-   cp "${FILESDIR}/libvirtd.init-r13" "${S}/libvirtd.init"
+   cp "${FILESDIR}/libvirtd.init-r14" "${S}/libvirtd.init"
use avahi && avahi_init='avahi-daemon'
use iscsi && iscsi_init='iscsid'
use rbd && rbd_init='ceph'



1.407app-emulation/libvirt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.407&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.407&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.406&r2=1.407

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog   18 Dec 2014 11:15:49 -  1.406
+++ ChangeLog   18 Dec 2014 21:05:55 -  1.407
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.406 
2014/12/18 11:15:49 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.407 
2014/12/18 21:05:55 tamiko Exp $
+
+*libvirt-1.2.11-r2 (18 Dec 2014)
+
+  18 Dec 2014; Matthias Maier  +files/libvirtd.init-r14,
+  +libvirt-1.2.11-r2.ebuild, -libvirt-1.2.11-r1.ebuild, 
files/libvirtd.init-r13,
+  libvirt-.ebuild:
+  fail prominently in case of config directories being a regular file, bug
+  #532892
 
 *libvirt-1.2.11-r1 (18 Dec 2014)
 



1.1  app-emulation/libvirt/libvirt-1.2.11-r2.ebuild

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

Index: libvirt-1.2.11-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.11-r2.ebuild,v 1.1 
2014/12/18 21:05:55 tamiko Exp $

EAPI=5

AUTOTOOLIZE=yes

MY_P="${P/_rc/-rc}"

inherit eutils user autotools linux-info systemd readme.gentoo

if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
SRC_URI=""
KEYWORDS=""
SLOT="0"
else
# Versions with 4 numbers are stable updates:
if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then

SRC_URI="http://libvirt.org/sources/stable_updates/${MY_P}.tar.gz";
else
SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz";
fi
KEYWORDS="~amd64 ~x86"
SLOT="0/${PV}"
fi
S="${WORKDIR}/${P%_rc*}"

DESCRIPTION="C toolkit to manipulate virtual machines"
HOMEPAGE="http://www.libvirt.org/";
LICENSE="LGPL-2.1"
IUSE="audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm lxc \
+macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl \
selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen \
elibc_glibc sys

[gentoo-commits] gentoo-x86 commit in dev-perl/Coro: ChangeLog Coro-6.410.0.ebuild Coro-6.310.0-r1.ebuild

2014-12-18 Thread Andreas HAttel (dilfridge)
dilfridge14/12/18 20:49:19

  Modified: ChangeLog
  Added:Coro-6.410.0.ebuild
  Removed:  Coro-6.310.0-r1.ebuild
  Log:
  Version bump, remove old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.19 dev-perl/Coro/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Coro/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   31 Aug 2014 15:52:42 -  1.18
+++ ChangeLog   18 Dec 2014 20:49:19 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Coro
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/ChangeLog,v 1.18 2014/08/31 
15:52:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/ChangeLog,v 1.19 2014/12/18 
20:49:19 dilfridge Exp $
+
+*Coro-6.410.0 (18 Dec 2014)
+
+  18 Dec 2014; Andreas K. Huettel 
+  -Coro-6.310.0-r1.ebuild, +Coro-6.410.0.ebuild:
+  Version bump, remove old
 
   31 Aug 2014; Mikle Kolyada  -Coro-6.230.0.ebuild:
   Drop old.



1.1  dev-perl/Coro/Coro-6.410.0.ebuild

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

Index: Coro-6.410.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.410.0.ebuild,v 1.1 
2014/12/18 20:49:19 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=6.41
inherit perl-module

DESCRIPTION="The only real threads in perl"

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

RDEPEND="
>=dev-perl/AnyEvent-5
>=dev-perl/Guard-0.500.0
virtual/perl-Scalar-List-Utils
>=virtual/perl-Storable-2.150.0
dev-perl/common-sense
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.10.ebuild ChangeLog buildbot-9999.ebuild

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 20:48:07

  Modified: buildbot-0.8.10.ebuild ChangeLog
buildbot-.ebuild
  Log:
  buildbot-0.8.8 is compatible with sqlalchemy-0.8 and higher
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-util/buildbot/buildbot-0.8.10.ebuild

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

Index: buildbot-0.8.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.10.ebuild  18 Dec 2014 19:32:11 -  1.1
+++ buildbot-0.8.10.ebuild  18 Dec 2014 20:48:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 
1.1 2014/12/18 19:32:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 
1.2 2014/12/18 20:48:07 hwoarang Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -23,7 +23,7 @@
 RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}]
-   http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.163&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.163&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.162&r2=1.163

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   18 Dec 2014 19:34:47 -  1.162
+++ ChangeLog   18 Dec 2014 20:48:07 -  1.163
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.162 
2014/12/18 19:34:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.163 
2014/12/18 20:48:07 hwoarang Exp $
+
+  18 Dec 2014; Markos Chandras  buildbot-0.8.10.ebuild,
+  buildbot-.ebuild:
+  buildbot-0.8.8 is compatible with sqlalchemy-0.8 and higher
 
   18 Dec 2014; Markos Chandras  -buildbot-0.8.8-r2.ebuild:
   Drop 0.8.8



1.10 dev-util/buildbot/buildbot-.ebuild

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

Index: buildbot-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- buildbot-.ebuild17 Nov 2014 19:08:36 -  1.9
+++ buildbot-.ebuild18 Dec 2014 20:48:07 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-.ebuild,v 
1.9 2014/11/17 19:08:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-.ebuild,v 
1.10 2014/12/18 20:48:07 hwoarang Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -30,7 +30,7 @@
 RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}]
-   

[gentoo-commits] gentoo-x86 commit in dev-python/imaging: imaging-1.1.7-r4.ebuild ChangeLog

2014-12-18 Thread Patrice Clement (monsieurp)
monsieurp14/12/18 20:30:01

  Modified: imaging-1.1.7-r4.ebuild ChangeLog
  Log:
  Added fix to -r4 file accidentally. Removing it.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-python/imaging/imaging-1.1.7-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?r1=1.5&r2=1.6

Index: imaging-1.1.7-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- imaging-1.1.7-r4.ebuild 18 Dec 2014 20:24:34 -  1.5
+++ imaging-1.1.7-r4.ebuild 18 Dec 2014 20:30: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/dev-python/imaging/imaging-1.1.7-r4.ebuild,v 1.5 
2014/12/18 20:24:34 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v 1.6 
2014/12/18 20:30:01 monsieurp Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -42,7 +42,6 @@
"${FILESDIR}/${P}-giftrans.patch"
"${FILESDIR}/${P}-missing-math.patch"
"${FILESDIR}/${P}-ft-header-include.patch"
-   "${FILESDIR}/${P}-dont-run-multiple-viewers.patch"
)
 
# Add shebangs.



1.94 dev-python/imaging/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Dec 2014 20:24:34 -  1.93
+++ ChangeLog   18 Dec 2014 20:30:01 -  1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/imaging
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.93 
2014/12/18 20:24:34 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.94 
2014/12/18 20:30:01 monsieurp Exp $
+
+  18 Dec 2014; Patrice Clement  imaging-1.1.7-r4.ebuild:
+  Added fix to -r4 file accidentally. Removing it.
 
 *imaging-1.1.7-r5 (18 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/imaging/files: imaging-1.1.7-dont-run-multiple-viewers.patch

2014-12-18 Thread Patrice Clement (monsieurp)
monsieurp14/12/18 20:24:34

  Added:imaging-1.1.7-dont-run-multiple-viewers.patch
  Log:
  Add patch to avoid launching multiple image viewers. Fix bug 353153.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.1  
dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch?rev=1.1&content-type=text/plain

Index: imaging-1.1.7-dont-run-multiple-viewers.patch
===
--- PIL/ImageShow.py.old2011-01-29 14:09:12.0 -0200
+++ PIL/ImageShow.py2011-01-29 14:09:28.0 -0200
@@ -63,7 +63,7 @@
 if base != image.mode and image.mode != "1":
 image = image.convert(base)
 
-self.show_image(image, **options)
+return self.show_image(image, **options)
 
 # hook methods






[gentoo-commits] gentoo-x86 commit in dev-python/imaging: imaging-1.1.7-r4.ebuild imaging-1.1.7-r5.ebuild ChangeLog

2014-12-18 Thread Patrice Clement (monsieurp)
monsieurp14/12/18 20:24:34

  Modified: imaging-1.1.7-r4.ebuild ChangeLog
  Added:imaging-1.1.7-r5.ebuild
  Log:
  Add patch to avoid launching multiple image viewers. Fix bug 353153.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-python/imaging/imaging-1.1.7-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild?r1=1.4&r2=1.5

Index: imaging-1.1.7-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- imaging-1.1.7-r4.ebuild 30 Jul 2014 01:21:21 -  1.4
+++ imaging-1.1.7-r4.ebuild 18 Dec 2014 20:24:34 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v 1.4 
2014/07/30 01:21:21 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v 1.5 
2014/12/18 20:24:34 monsieurp Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -42,6 +42,7 @@
"${FILESDIR}/${P}-giftrans.patch"
"${FILESDIR}/${P}-missing-math.patch"
"${FILESDIR}/${P}-ft-header-include.patch"
+   "${FILESDIR}/${P}-dont-run-multiple-viewers.patch"
)
 
# Add shebangs.



1.93 dev-python/imaging/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   30 Jul 2014 01:21:21 -  1.92
+++ ChangeLog   18 Dec 2014 20:24:34 -  1.93
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/imaging
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.92 
2014/07/30 01:21:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/ChangeLog,v 1.93 
2014/12/18 20:24:34 monsieurp Exp $
+
+*imaging-1.1.7-r5 (18 Dec 2014)
+
+  18 Dec 2014; Patrice Clement 
+  +files/imaging-1.1.7-dont-run-multiple-viewers.patch,
+  +imaging-1.1.7-r5.ebuild, imaging-1.1.7-r4.ebuild:
+  Add patch to avoid launching multiple image viewers. Fix bug 353153.
 
   30 Jul 2014; Mike Frysinger 
   +files/imaging-1.1.7-ft-header-include.patch, imaging-1.1.7-r4.ebuild:



1.1  dev-python/imaging/imaging-1.1.7-r5.ebuild

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

Index: imaging-1.1.7-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r5.ebuild,v 
1.1 2014/12/18 20:24:34 monsieurp Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE='tk?'

inherit distutils-r1

MY_P=Imaging-${PV}

DESCRIPTION="Python Imaging Library (PIL)"
HOMEPAGE="http://www.pythonware.com/products/pil/index.htm";
SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz";

LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples jpeg lcms scanner test tiff tk truetype zlib"

RDEPEND="
truetype? ( media-libs/freetype:2 )
jpeg? ( virtual/jpeg )
lcms? ( media-libs/lcms:0 )
scanner? ( media-gfx/sane-backends )
tiff? ( media-libs/tiff )
zlib? ( sys-libs/zlib )
!dev-python/pillow"
DEPEND="${RDEPEND}"
RDEPEND+=" !dev-python/pillow"

# Tests don't handle missing jpeg, tiff & zlib properly.
REQUIRED_USE="test? ( jpeg tiff zlib )"

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

python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${P}-no-xv.patch"
"${FILESDIR}/${P}-sane.patch"
"${FILESDIR}/${P}-giftra

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 20:02:14

  Modified: maintainer-needed.xml
  Log:
  Automated update of maintainer-needed package list

Revision  ChangesPath
1.463xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.463&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.463&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.462&r2=1.463

Index: maintainer-needed.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -r1.462 -r1.463
--- maintainer-needed.xml   14 Dec 2014 10:55:23 -  1.462
+++ maintainer-needed.xml   18 Dec 2014 20:02:14 -  1.463
@@ -1,6 +1,6 @@
 
 
-
+
 
 
 
@@ -23,7 +23,7 @@
   
 
   1.2
-  2014-12-14
+  2014-12-18
   
   Maintainer-Needed packages
   
@@ -38,7 +38,7 @@
 
 Package List
 
-The following 1196 packages are marked as maintainer-needed
+The following 1197 packages are marked as maintainer-needed
 
 
 Package NameDescriptionBugs
@@ -780,6 +780,9 @@
 http://packages.gentoo.org/package/app-emulation/uae";>app-emulation/uae
 The Umiquious Amiga Emulator
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-emulation/uae";>Open 
Bugs
+http://packages.gentoo.org/package/app-emulation/vagrant";>app-emulation/vagrant
+A tool for building and distributing virtual machines using VirtualBox
+https://bugs.gentoo.org/buglist.cgi?quicksearch=app-emulation/vagrant";>Open
 Bugs
 http://packages.gentoo.org/package/app-emulation/vboxgtk";>app-emulation/vboxgtk
 GTK frontend for VirtualBox
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-emulation/vboxgtk";>Open
 Bugs
@@ -3127,7 +3130,7 @@
 A library for manipulating client request data via the Apache API
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/libapreq2";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_access_dnsbl";>www-apache/mod_access_dnsbl
-mod_access_dnsbl allows to specify access controls against a list of DNSBL 
zones
+Specify access controls based on DNSBL zones
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_access_dnsbl";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_anonymize_ip";>www-apache/mod_anonymize_ip
 mod_anonymize_ip is a simple module for anonymizing the client IP 
address
@@ -3199,7 +3202,7 @@
 An Apache2 module for adding custom headers and/or footers
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_layout";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_ldap_userdir";>www-apache/mod_ldap_userdir
-Apache module that enables ~/public_html from an LDAP directory
+Look up Apache ~user directories in an LDAP directory
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_ldap_userdir";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_loadavg";>www-apache/mod_loadavg
 Apache module executing CGI-Requests depending on the load of the 
server
@@ -3244,7 +3247,7 @@
 Sets the Unix umask of the Apache2 webserver process after it has 
started
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_umask";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_vhost_ldap";>www-apache/mod_vhost_ldap
-An Apache2 module for storing and configuring virtual hosts from LDAP
+Store and configure Apache virtual hosts using LDAP
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_vhost_ldap";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_whatkilledus";>www-apache/mod_whatkilledus
 Apache2 modules to debug segmentation faults in threads






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: ChangeLog

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 19:51:36

  Modified: ChangeLog
  Log:
  update to /run from /var/run (bug #531840)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.411app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.411&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.411&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.410&r2=1.411

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- ChangeLog   18 Dec 2014 19:37:32 -  1.410
+++ ChangeLog   18 Dec 2014 19:51:36 -  1.411
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.410 
2014/12/18 19:37:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.411 
2014/12/18 19:51:36 mr_bones_ Exp $
+
+  18 Dec 2014; Michael Sterrett 
+  files/3.6/syslog-ng.confd, files/3.6/syslog-ng.rc6:
+  update to /run from /var/run (bug #531840)
 
 *syslog-ng-3.6.2 (18 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.6: syslog-ng.rc6 syslog-ng.confd

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 19:51:36

  Modified: syslog-ng.rc6 syslog-ng.confd
  Log:
  update to /run from /var/run (bug #531840)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-admin/syslog-ng/files/3.6/syslog-ng.rc6

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6?r1=1.1&r2=1.2

Index: syslog-ng.rc6
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syslog-ng.rc6   9 Nov 2014 08:10:43 -   1.1
+++ syslog-ng.rc6   18 Dec 2014 19:51:36 -  1.2
@@ -1,12 +1,12 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6,v 1.1 
2014/11/09 08:10:43 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6,v 1.2 
2014/12/18 19:51:36 mr_bones_ Exp $
 
 SYSLOG_NG_CONFIGFILE=${SYSLOG_NG_CONFIGFILE:-/etc/syslog-ng/${RC_SVCNAME}.conf}
 SYSLOG_NG_STATEFILE_DIR=${SYSLOG_NG_STATEFILE_DIR:-/var/lib/syslog-ng}
 
SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE:-${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist}
-SYSLOG_NG_PIDFILE_DIR=${SYSLOG_NG_PIDFILE_DIR:-/var/run}
+SYSLOG_NG_PIDFILE_DIR=${SYSLOG_NG_PIDFILE_DIR:-/run}
 
SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE:-${SYSLOG_NG_PIDFILE_DIR}/${RC_SVCNAME}.pid}
 
 SYSLOG_NG_GROUP=${SYSLOG_NG_GROUP:-root}



1.2  app-admin/syslog-ng/files/3.6/syslog-ng.confd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd?r1=1.1&r2=1.2

Index: syslog-ng.confd
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syslog-ng.confd 9 Nov 2014 08:10:43 -   1.1
+++ syslog-ng.confd 18 Dec 2014 19:51:36 -  1.2
@@ -31,7 +31,7 @@
 # SYSLOG_NG_CONFIGFILE=/etc/syslog-ng/syslog-ng.conf
 # SYSLOG_NG_STATEFILE_DIR=/var/lib/syslog-ng
 # SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist
-# SYSLOG_NG_PIDFILE_DIR=/var/run
+# SYSLOG_NG_PIDFILE_DIR=/run
 # SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE_DIR}/syslog-ng.pid
 # SYSLOG_NG_GROUP=root
 # SYSLOG_NG_USER=root






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.19.ebuild ChangeLog

2014-12-18 Thread Thomas Sachau (tommy)
tommy   14/12/18 19:48:42

  Modified: ChangeLog
  Added:subversion-1.7.19.ebuild
  Log:
  Version bump for bug 532406
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x35899067)

Revision  ChangesPath
1.208dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.208&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.208&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.207&r2=1.208

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   17 Dec 2014 22:33:35 -  1.207
+++ ChangeLog   18 Dec 2014 19:48:42 -  1.208
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/subversion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.207 
2014/12/17 22:33:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.208 
2014/12/18 19:48:42 tommy Exp $
+
+*subversion-1.7.19 (18 Dec 2014)
+
+  18 Dec 2014; Thomas Sachau (Tommy[D]) 
+  +subversion-1.7.19.ebuild:
+  Version bump for bug 532406
 
   17 Dec 2014; Jeroen Roovers  subversion-1.8.11.ebuild:
   Stable for HPPA (bug #532406).



1.1  dev-vcs/subversion/subversion-1.7.19.ebuild

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

Index: subversion-1.7.19.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.1 
2014/12/18 19:48:42 tommy Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
DISTUTILS_OPTIONAL=1
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"
GENTOO_DEPEND_ON_PERL="no"

inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 
elisp-common flag-o-matic java-pkg-opt-2 libtool multilib perl-module eutils

DESCRIPTION="Advanced version control system"
HOMEPAGE="http://subversion.apache.org/";
SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"

LICENSE="Subversion GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde 
nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf"

COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)]
>=dev-libs/apr-1.3:1
>=dev-libs/apr-util-1.3:1
dev-libs/expat
sys-libs/zlib
berkdb? ( >=sys-libs/db-4.0.14 )
ctypes-python? ( ${PYTHON_DEPS} )
gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring 
)
kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 
>=kde-base/kdelibs-4:4 )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
ruby? ( >=dev-lang/ruby-1.8.2:1.8
dev-ruby/rubygems[ruby_targets_ruby18] )
sasl? ( dev-libs/cyrus-sasl )
webdav-neon? ( >=net-libs/neon-0.28 )
webdav-serf? ( >=net-libs/serf-0.3.0 )"
RDEPEND="${COMMON_DEPEND}
apache2? ( www-servers/apache[apache2_modules_dav] )
java? ( >=virtual/jre-1.5 )
kde? ( kde-base/kwalletd )
nls? ( virtual/libintl )
perl? ( dev-perl/URI )"
# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
DEPEND="${COMMON_DEPEND}
test? ( ${PYTHON_DEPS} )
!!=virtual/jdk-1.5 )
kde? ( virtual/pkgconfig )
nls? ( sys-devel/gettext )
webdav-neon? ( virtual/pkgconfig )"

REQUIRED_USE="
ctypes-python? ( ${PYTHON_REQUIRED_USE} )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( ${PYTHON_REQUIRED_USE} )"

want_apache

pkg_setup() {
if use berkdb; then
local apu_bdb_version="$(${EPREFIX}/usr/bin/apu-1-config 
--includes \
| grep -Eoe 
'-I${EPREFIX}/usr/include/db[[:digit:]]\.[[:digit:]]' \
| sed 's:.*b::')"
einfo
if [[ -z "${SVN_BDB_VERSION}" ]]; then
if [[ -n "${apu_bdb_version}" ]]; then
SVN_BDB_VERSION="${apu_bdb_version}"
  

[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.2.ebuild ChangeLog

2014-12-18 Thread Michael Sterrett (mr_bones_)
mr_bones_14/12/18 19:37:32

  Modified: ChangeLog
  Added:syslog-ng-3.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.410app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.410&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.410&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.409&r2=1.410

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   4 Dec 2014 21:12:51 -   1.409
+++ ChangeLog   18 Dec 2014 19:37:32 -  1.410
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.409 
2014/12/04 21:12:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.410 
2014/12/18 19:37:32 mr_bones_ Exp $
+
+*syslog-ng-3.6.2 (18 Dec 2014)
+
+  18 Dec 2014; Michael Sterrett  +syslog-ng-3.6.2.ebuild:
+  version bump
 
   04 Dec 2014; Michael Sterrett 
   +files/3.6/syslog-ng-3.6.1-warnings.patch, syslog-ng-3.6.1.ebuild:



1.1  app-admin/syslog-ng/syslog-ng-3.6.2.ebuild

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

Index: syslog-ng-3.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.2.ebuild,v 
1.1 2014/12/18 19:37:32 mr_bones_ Exp $

EAPI=5
inherit eutils multilib systemd versionator

MY_PV=${PV/_/}
MY_PV_MM=$(get_version_component_range 1-2)
DESCRIPTION="syslog replacement with advanced filtering features"
HOMEPAGE="http://www.balabit.com/network-security/syslog-ng";
SRC_URI="http://www.balabit.com/downloads/files/syslog-ng/sources/${MY_PV}/source/syslog-ng_${MY_PV}.tar.gz";

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
IUSE="amqp caps dbi geoip ipv6 json mongodb pacct redis smtp spoof-source ssl 
systemd tcpd"
RESTRICT="test"

RDEPEND="
caps? ( sys-libs/libcap )
dbi? ( >=dev-db/libdbi-0.8.3 )
geoip? ( >=dev-libs/geoip-1.5.0 )
json? ( >=dev-libs/json-c-0.9 )
redis? ( dev-libs/hiredis )
smtp? ( net-libs/libesmtp )
spoof-source? ( net-libs/libnet:1.1 )
ssl? ( dev-libs/openssl:= )
systemd? ( sys-apps/systemd )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
dev-libs/libpcre
>=dev-libs/eventlog-0.2.12
>=dev-libs/glib-2.10.1:2"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/flex"

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

src_prepare() {
cp "${FILESDIR}"/*logrotate*.in "${TMPDIR}" || die
cd "${TMPDIR}" || die

for f in *logrotate*.in ; do
if use systemd ; then
sed \
's/@GENTOO_RESTART@/systemctl kill -s HUP 
syslog-ng/' \
$f > ${f/.in/} || die
else
sed \
's:@GENTOO_RESTART@:/etc/init.d/syslog-ng 
reload:' \
$f > ${f/.in/} || die
fi
done
}

src_configure() {
#adddeny $(echo /usr/$(get_libdir)/libsyslog* | sed 's/ /:/g')
econf \
--disable-docs \
--with-ivykis=internal \
--with-libmongo-client=internal \
--sysconfdir=/etc/syslog-ng \
--localstatedir=/var/lib/syslog-ng \
--with-pidfile-dir=/var/run \
--with-module-dir=/usr/$(get_libdir)/syslog-ng \
$(systemd_with_unitdir) \
$(use_enable systemd) \
$(use_enable caps linux-caps) \
$(use_enable geoip) \
$(use_enable ipv6) \
$(use_enable json) \
$(use_enable mongodb) \
$(use_enable pacct) \
$(use_enable redis) \
$(use_enable smtp) \
$(use_enable amqp) \
$(usex amqp --with-librabbitmq-client=internal 
--without-librabbitmq-client) \
$(use_enable spoof-source) \
$(use_enable dbi sql) \
 

[gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.8.ebuild buildbot-slave-0.8.8-r1.ebuild

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 19:35:02

  Modified: ChangeLog
  Removed:  buildbot-slave-0.8.8.ebuild
buildbot-slave-0.8.8-r1.ebuild
  Log:
  Drop 0.8.8
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.66 dev-util/buildbot-slave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   18 Dec 2014 19:33:54 -  1.65
+++ ChangeLog   18 Dec 2014 19:35:02 -  1.66
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.65 
2014/12/18 19:33:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.66 
2014/12/18 19:35:02 hwoarang Exp $
+
+  18 Dec 2014; Markos Chandras 
+  -buildbot-slave-0.8.8-r1.ebuild, -buildbot-slave-0.8.8.ebuild:
+  Drop 0.8.8
 
 *buildbot-slave-0.8.10 (18 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog buildbot-0.8.8-r2.ebuild

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 19:34:47

  Modified: ChangeLog
  Removed:  buildbot-0.8.8-r2.ebuild
  Log:
  Drop 0.8.8
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.162dev-util/buildbot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.162&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.162&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   18 Dec 2014 19:32:11 -  1.161
+++ ChangeLog   18 Dec 2014 19:34:47 -  1.162
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.161 
2014/12/18 19:32:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.162 
2014/12/18 19:34:47 hwoarang Exp $
+
+  18 Dec 2014; Markos Chandras  -buildbot-0.8.8-r2.ebuild:
+  Drop 0.8.8
 
 *buildbot-0.8.10 (18 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: buildbot-slave-0.8.10.ebuild ChangeLog

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 19:33:54

  Modified: ChangeLog
  Added:buildbot-slave-0.8.10.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.65 dev-util/buildbot-slave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   18 Oct 2014 15:19:20 -  1.64
+++ ChangeLog   18 Dec 2014 19:33:54 -  1.65
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.64 
2014/10/18 15:19:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.65 
2014/12/18 19:33:54 hwoarang Exp $
+
+*buildbot-slave-0.8.10 (18 Dec 2014)
+
+  18 Dec 2014; Markos Chandras 
+  +buildbot-slave-0.8.10.ebuild:
+  Version bump
 
 *buildbot-slave-0.8.9-r1 (18 Oct 2014)
 



1.1  dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild?rev=1.1&content-type=text/plain

Index: buildbot-slave-0.8.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild,v 
1.1 2014/12/18 19:33:54 hwoarang Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 readme.gentoo systemd user

DESCRIPTION="BuildBot Slave Daemon"
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot-slave";

MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-interix ~amd64-linux"
IUSE="test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )"

PYTHON_MODNAME="buildslave"

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

pkg_setup() {
enewuser buildbot

DOC_CONTENTS="The \"buildbot\" user and the \"buildslave\" init script 
has been added
to support starting buildslave through Gentoo's init system. To 
use this,
set up your build slave following the documentation, make sure 
the
resulting directories are owned by the \"buildbot\" user and 
point
\"${ROOT}etc/conf.d/buildslave\" at the right location.  The 
scripts can
run as a different user if desired. If you need to run more 
than one
build slave, just copy the scripts."
}

src_install() {
distutils-r1_src_install

doman docs/buildslave.1

newconfd "${FILESDIR}/buildslave.confd" buildslave
newinitd "${FILESDIR}/buildslave.initd" buildslave
systemd_dounit "${FILESDIR}/buildslave.service"

readme.gentoo_create_doc
}

pkg_postinst() {
readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.10.ebuild ChangeLog

2014-12-18 Thread Markos Chandras (hwoarang)
hwoarang14/12/18 19:32:11

  Modified: ChangeLog
  Added:buildbot-0.8.10.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.161dev-util/buildbot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.161&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.161&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   17 Nov 2014 19:08:36 -  1.160
+++ ChangeLog   18 Dec 2014 19:32:11 -  1.161
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.160 
2014/11/17 19:08:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.161 
2014/12/18 19:32:11 hwoarang Exp $
+
+*buildbot-0.8.10 (18 Dec 2014)
+
+  18 Dec 2014; Markos Chandras  +buildbot-0.8.10.ebuild:
+  Version bump
 
   17 Nov 2014; Markos Chandras  buildbot-.ebuild:
   Do not try to enter the master directory on pkg_postinst.



1.1  dev-util/buildbot/buildbot-0.8.10.ebuild

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

Index: buildbot-0.8.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.10.ebuild,v 
1.1 2014/12/18 19:32:11 hwoarang Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit distutils-r1 readme.gentoo systemd user

MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="BuildBot build automation system"
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
IUSE="doc examples irc mail manhole test"

RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}]
 /dev/null
#'man' target is currently broken
emake html
popd > /dev/null
fi
}

src_install() {
distutils-r1_src_install

doman docs/buildbot.1

if use doc; then
dohtml -r docs/_build/html/
# TODO: install man pages
fi

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

newconfd "${FILESDIR}/buildmaster.confd" buildmaster
newinitd "${FILESDIR}/buildmaster.initd" buildmaster
systemd_dounit "${FILESDIR}"/${PN}.service

readme.gentoo_create_doc
}

pkg_postinst() {
readme.gentoo_print_elog
elog
elog "Upstream recommends the following when upgrading:"
elog "Each time you install a new version of Buildbot, you should run 
the"
elog "\"buildbot upgrade-master\" command on each of your pre-existing 
build masters."
elog "This will add files and fix (or at least detect) 
incompatibilities between"
elog "your old config and the new code."
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.17.7.ebuild ChangeLog

2014-12-18 Thread Anthony G. Basile (blueness)
blueness14/12/18 18:16:36

  Modified: ChangeLog
  Added:hardened-sources-3.17.7.ebuild
  Log:
  vanilla-3.17.7 + genpatches-3.17-10 + grsecurity-3.0-3.17.7-201412170700
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1190   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1190&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1190&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1189&r2=1.1190

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1189
retrieving revision 1.1190
diff -u -r1.1189 -r1.1190
--- ChangeLog   18 Dec 2014 18:14:05 -  1.1189
+++ ChangeLog   18 Dec 2014 18:16:36 -  1.1190
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1189 2014/12/18 18:14:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1190 2014/12/18 18:16:36 blueness Exp $
+
+*hardened-sources-3.17.7 (18 Dec 2014)
+
+  18 Dec 2014; Anthony G. Basile 
+  +hardened-sources-3.17.7.ebuild:
+  vanilla-3.17.7 + genpatches-3.17-10 + grsecurity-3.0-3.17.7-201412170700
 
 *hardened-sources-3.14.27 (18 Dec 2014)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild?rev=1.1&content-type=text/plain

Index: hardened-sources-3.17.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild,v
 1.1 2014/12/18 18:16:36 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="10"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.27.ebuild ChangeLog

2014-12-18 Thread Anthony G. Basile (blueness)
blueness14/12/18 18:14:05

  Modified: ChangeLog
  Added:hardened-sources-3.14.27.ebuild
  Log:
  vanilla-3.14.27 + genpatches-3.14-32 + grsecurity-3.0-3.14.27-201412170659
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1189   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1189&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1189&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1188&r2=1.1189

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -r1.1188 -r1.1189
--- ChangeLog   18 Dec 2014 18:10:13 -  1.1188
+++ ChangeLog   18 Dec 2014 18:14:05 -  1.1189
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1188 2014/12/18 18:10:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1189 2014/12/18 18:14:05 blueness Exp $
+
+*hardened-sources-3.14.27 (18 Dec 2014)
+
+  18 Dec 2014; Anthony G. Basile 
+  +hardened-sources-3.14.27.ebuild:
+  vanilla-3.14.27 + genpatches-3.14-32 + grsecurity-3.0-3.14.27-201412170659
 
 *hardened-sources-3.2.65-r1 (18 Dec 2014)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild?rev=1.1&content-type=text/plain

Index: hardened-sources-3.14.27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild,v
 1.1 2014/12/18 18:14:05 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="32"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.65-r1.ebuild ChangeLog

2014-12-18 Thread Anthony G. Basile (blueness)
blueness14/12/18 18:10:13

  Modified: ChangeLog
  Added:hardened-sources-3.2.65-r1.ebuild
  Log:
  vanilla-3.2.64 + genpatches-3.2-16 + grsecurity-3.0-3.2.65-201412170654
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1188   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1187&r2=1.1188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -r1.1187 -r1.1188
--- ChangeLog   9 Dec 2014 15:14:32 -   1.1187
+++ ChangeLog   18 Dec 2014 18:10:13 -  1.1188
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1187 2014/12/09 15:14:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1188 2014/12/18 18:10:13 blueness Exp $
+
+*hardened-sources-3.2.65-r1 (18 Dec 2014)
+
+  18 Dec 2014; Anthony G. Basile 
+  +hardened-sources-3.2.65-r1.ebuild:
+  vanilla-3.2.64 + genpatches-3.2-16 + grsecurity-3.0-3.2.65-201412170654
 
 *hardened-sources-3.17.6 (09 Dec 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild?rev=1.1&content-type=text/plain

Index: hardened-sources-3.2.65-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild,v
 1.1 2014/12/18 18:10:13 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-9999.ebuild ChangeLog

2014-12-18 Thread Richard Yao (ryao)
ryao14/12/18 18:09:07

  Modified: zfs-.ebuild ChangeLog
  Log:
  Fix typo in dracut module installation on  ebuild, thanks prometheanfire
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.57 sys-fs/zfs/zfs-.ebuild

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

Index: zfs-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-.ebuild,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- zfs-.ebuild 1 Dec 2014 07:04:45 -   1.56
+++ zfs-.ebuild 18 Dec 2014 18:09:07 -  1.57
@@ -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/zfs/zfs-.ebuild,v 1.56 
2014/12/01 07:04:45 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-.ebuild,v 1.57 
2014/12/18 18:09:07 ryao Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} )
@@ -91,7 +91,7 @@
--bindir="${EPREFIX}/bin"
--sbindir="${EPREFIX}/sbin"
--with-config=user
-   --with-dracutdir="/usr$(get_libdir)/dracut"
+   --with-dracutdir="/usr/$(get_libdir)/dracut"
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
--with-udevdir="$(get_udevdir)"



1.89 sys-fs/zfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   1 Dec 2014 14:39:13 -   1.88
+++ ChangeLog   18 Dec 2014 18:09:07 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.88 2014/12/01 
14:39:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.89 2014/12/18 
18:09:07 ryao Exp $
+
+  18 Dec 2014; Richard Yao  zfs-.ebuild:
+  Fix typo in dracut module installation on  ebuild, thanks prometheanfire
 
 *zfs-0.6.3-r2 (01 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-firewall/nftables: nftables-0.4.ebuild ChangeLog nftables-0.3-r2.ebuild

2014-12-18 Thread Manuel Rueger (mrueg)
mrueg   14/12/18 17:13:48

  Modified: ChangeLog
  Added:nftables-0.4.ebuild
  Removed:  nftables-0.3-r2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.8  net-firewall/nftables/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   28 Aug 2014 13:28:19 -  1.7
+++ ChangeLog   18 Dec 2014 17:13:48 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-firewall/nftables
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.7 
2014/08/28 13:28:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.8 
2014/12/18 17:13:48 mrueg Exp $
+
+*nftables-0.4 (18 Dec 2014)
+
+  18 Dec 2014; Manuel Rüger  +nftables-0.4.ebuild,
+  -nftables-0.3-r2.ebuild:
+  Version bump. Remove old.
 
   28 Aug 2014; William Hubbs 
   -files/nftables-0.099-94300c7.patch, -files/nftables.8,



1.1  net-firewall/nftables/nftables-0.4.ebuild

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

Index: nftables-0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/nftables-0.4.ebuild,v 
1.1 2014/12/18 17:13:48 mrueg Exp $

EAPI=5

inherit autotools linux-info

DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
HOMEPAGE="http://netfilter.org/projects/nftables/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug"
SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2";

RDEPEND="net-libs/libmnl
>=net-libs/libnftnl-1.0.2
dev-libs/gmp
sys-libs/readline"
DEPEND="${RDEPEND}
>=app-text/docbook2X-0.8.8-r4
sys-devel/bison
sys-devel/flex"

pkg_setup() {
if kernel_is ge 3 13; then
CONFIG_CHECK="~NF_TABLES"
linux-info_pkg_setup
else
eerror "This package requires kernel version 3.13 or newer to 
work properly."
fi
}

src_prepare() {
epatch_user
eautoreconf
}

src_configure() {
econf \
--sbindir="${EPREFIX}"/sbin \
$(use_enable debug)
}

src_install() {
default

newconfd "${FILESDIR}"/${PN}.confd ${PN}
newinitd "${FILESDIR}"/${PN}.init ${PN}
keepdir /var/lib/nftables
}






[gentoo-commits] proj/zsh-completion:master commit in: src/

2014-12-18 Thread Tim Harder
commit: 5b7a42efa2d1d6073fdc6cce2dda55f433aa60ef
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 18 16:59:12 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 18 16:59:12 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=5b7a42ef

_gentoo_packages: replace backtick usage with $()

---
 src/_gentoo_packages | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/_gentoo_packages b/src/_gentoo_packages
index fd1dbcd..e96eac8 100644
--- a/src/_gentoo_packages
+++ b/src/_gentoo_packages
@@ -181,9 +181,9 @@ _gentoo_packages_update_active_useflag(){
   local flags USE
   var=USE
   [[ -z ${(P)var} && -r /etc/portage/make.conf ]] &&
-local $var="`. /etc/portage/make.conf 2>/dev/null; echo ${(P)var}`"
+local $var="$(. /etc/portage/make.conf 2>/dev/null; echo ${(P)var})"
   [[ -z ${(P)var} && -r /etc/make.conf ]] &&
-local $var="`. /etc/make.conf 2>/dev/null; echo ${(P)var}`"
+local $var="$(. /etc/make.conf 2>/dev/null; echo ${(P)var})"
   flags=(${${${=USE}%-*}%\\*})
   compadd $flags
 }
@@ -270,11 +270,11 @@ _gentoo_packages_update_available_versions(){
 #Function to show tbz2 files available
 _gentoo_packages_update_binary() {
   [[ -z $PKGDIR && -r /etc/portage/make.conf ]] &&
-local PKGDIR="`. /etc/portage/make.conf 2>/dev/null; echo $PKGDIR`"
+local PKGDIR="$(. /etc/portage/make.conf 2>/dev/null; echo $PKGDIR)"
   [[ -z $PKGDIR && -r /etc/make.conf ]] &&
-local PKGDIR="`. /etc/make.conf 2>/dev/null; echo $PKGDIR`"
+local PKGDIR="$(. /etc/make.conf 2>/dev/null; echo $PKGDIR)"
   [[ -z $PKGDIR && -r /usr/share/portage/config/make.globals ]] &&
-local PKGDIR="`. /usr/share/portage/config/make.globals 2>/dev/null; echo 
$PKGDIR`"
+local PKGDIR="$(. /usr/share/portage/config/make.globals 2>/dev/null; echo 
$PKGDIR)"
 
   # this doesn't take care of ${PORTAGE_BINHOST}. If Gentoo official
   # binary mirror will be available we should rewrite it accordingly.



[gentoo-commits] proj/zsh-completion:master commit in: src/

2014-12-18 Thread Tim Harder
commit: fd94031cf143872ebb67d33539ad742c4f176e4c
Author: Dimitrios Semitsoglou-Tsiapos  cern  ch>
AuthorDate: Thu Nov 27 19:31:15 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov 27 19:39:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=fd94031c

_gentoolkit: add missing equery command completions'

* Add --limit, --from and --to in `changes`.

* Add --format|-F in `hasuse`.

---
 src/_gentoolkit | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/_gentoolkit b/src/_gentoolkit
index 25d679d..de7d287 100644
--- a/src/_gentoolkit
+++ b/src/_gentoolkit
@@ -108,6 +108,8 @@ _equery () {
  '(-l --latest)'{-l,--latest}'[only display latest ChangeLog 
entry]' \
  '(-f --full)'{-f,--full}'[display full ChangeLog entry]' \
  '--limit[limit the number of entries displayed (with 
--full)]:number:' \
+ '--from[which version to display from]' \
+ '--to[which version to display to]' \
  ':portage:_packages available' && ret=0
;;
check|k)
@@ -150,6 +152,7 @@ _equery () {
hasuse|h)
_arguments \
  $common_args \
+ '(-F --format)'{-F,--format}'[specify a custom output 
format]:format template' \
  ':useflag:_gentoo_packages useflag' && ret=0
;;
list|l)



[gentoo-commits] proj/zsh-completion:master commit in: /

2014-12-18 Thread Tim Harder
commit: 4624a1aa61e7a75c5490c18169890a312e1b6dae
Author: Vadim A. Misbakh-Soloviov  users  noreply  
github  com>
AuthorDate: Wed Dec  3 05:57:04 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec  3 05:57:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=4624a1aa

Merge pull request #2 from dset0x/equery-completions

_gentoolkit: add missing equery command completions'


 src/_gentoolkit | 3 +++
 1 file changed, 3 insertions(+)



[gentoo-commits] proj/zsh-completion:master commit in: src/

2014-12-18 Thread Tim Harder
commit: b59abbeb9423d75dc258d900bd3ea7dded586b98
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Dec 17 23:09:03 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec 17 23:09:03 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=b59abbeb

use consistent indentation (2 spaces) and add vim modelines

---
 src/_eselect | 322 ++--
 src/_gcc-config  |  35 ++--
 src/_genlop  | 173 +++
 src/_gentoo_packages | 446 +++
 src/_gentoolkit  | 577 +--
 src/_layman  |  74 ---
 src/_openrc  | 150 ++---
 src/_portage | 466 -
 src/_portage_utils   | 466 -
 9 files changed, 1355 insertions(+), 1354 deletions(-)

diff --git a/src/_eselect b/src/_eselect
index c012955..21d0d09 100644
--- a/src/_eselect
+++ b/src/_eselect
@@ -1,197 +1,199 @@
 #compdef eselect
 
 common_values=(
-   "help[Display help text]"
-   "usage[Display usage information]"
-   "version[Display version information]"
+  "help[Display help text]"
+  "usage[Display usage information]"
+  "version[Display version information]"
 )
 
 _eselect_env () {
-   if (( $words[(I)(update)] )); then
-   _values "update options" \
-   "makelinks[force updating of links]" \
-   "noldconfig[Do not alter the ld.so cache or 
configuration]" && return 0
-   fi
-   _values "env options" $common_values \
-   'update[Collect environment variables from all scripts in 
/etc/env.d/]' && return 0
+  if (( $words[(I)(update)] )); then
+_values "update options" \
+  "makelinks[force updating of links]" \
+  "noldconfig[Do not alter the ld.so cache or configuration]" && return 0
+  fi
+  _values "env options" $common_values \
+'update[Collect environment variables from all scripts in /etc/env.d/]' && 
return 0
 }
 
 _eselect_binutils () {
-   local binutilslist
-   if (( $words[(I)(set)] )); then
-   binutilslist=(${(f)"$(eselect --brief --color=no binutils 
list)"})
-   _values "available binutils version" $binutilslist[@] && return 0
-   fi
-   _values "binutils options" $common_values \
-   "list[List all installed version of binutils]" \
-   "show[Print the currently active binutils version]" \
-   "set[Activate one of the installed binutils]" && return 0
+  local binutilslist
+  if (( $words[(I)(set)] )); then
+binutilslist=(${(f)"$(eselect --brief --color=no binutils list)"})
+_values "available binutils version" $binutilslist[@] && return 0
+  fi
+  _values "binutils options" $common_values \
+"list[List all installed version of binutils]" \
+"show[Print the currently active binutils version]" \
+"set[Activate one of the installed binutils]" && return 0
 }
 
 _eselect_kernel () {
-   local kernellist
-   if (( $words[(I)(set)] )); then
-   kernellist=(${(f)"$(eselect --brief --color=no kernel list)"})
-   _values "available kernel version" $kernellist[@] && return 0
-   fi
-   _values "kernel options" $common_values \
-   "list[List available kernel symlink targets]" \
-   "show[Show the current kernel symlink]" \
-   "set[Set a new kernel symlink target]" && return 0
+  local kernellist
+  if (( $words[(I)(set)] )); then
+kernellist=(${(f)"$(eselect --brief --color=no kernel list)"})
+_values "available kernel version" $kernellist[@] && return 0
+  fi
+  _values "kernel options" $common_values \
+"list[List available kernel symlink targets]" \
+"show[Show the current kernel symlink]" \
+"set[Set a new kernel symlink target]" && return 0
 }
 
 _eselect_ctags () {
-   local ctagslist
-   if (( $words[(I)(set)] )); then
-   ctagslist=(${(f)"$(eselect --brief --color=no ctags list)"})
-   _values "available ctags version" $ctagslist[@] && return 0
-   fi
-   _values "ctags options" $common_values \
-   "list[List available ctags symlink targets]" \
-   "show[Show the current target of the ctags symlink]" \
-   "update[Automatically update the ctags symlink]" \
-   "set[Set a new ctags symlink target]" && return 0
+  local ctagslist
+  if (( $words[(I)(set)] )); then
+ctagslist=(${(f)"$(eselect --brief --color=no ctags list)"})
+_values "available ctags version" $ctagslist[@] && return 0
+  fi
+  _values "ctags options" $common_values \
+"list[List available ctags symlink targets]" \
+"show[Show the current target of the ctags symlink]" \
+"update[Automatically update the ctags symlink]" \
+"set[Set a new ctags symlink target]" && return 0
 }
 
 _eselect_profile

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog cmake-utils.eclass

2014-12-18 Thread Michael Palimaka (kensington)
kensington14/12/18 16:39:08

  Modified: ChangeLog cmake-utils.eclass
  Log:
  Declare local CPPFLAGS to avoid multiple appends in cmake-multilib.

Revision  ChangesPath
1.1468   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1467
retrieving revision 1.1468
diff -u -r1.1467 -r1.1468
--- ChangeLog   18 Dec 2014 14:35:03 -  1.1467
+++ ChangeLog   18 Dec 2014 16:39:08 -  1.1468
@@ -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.1467 2014/12/18 
14:35:03 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1468 2014/12/18 
16:39:08 kensington Exp $
+
+  18 Dec 2014; Michael Palimaka  cmake-utils.eclass:
+  Declare local CPPFLAGS to avoid multiple appends in cmake-multilib.
 
   18 Dec 2014; Davide Pesavento  qt4-build-multilib.eclass:
   Fix breakage caused by recent multilib-build.eclass changes (bug 532510).



1.113eclass/cmake-utils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils.eclass?rev=1.113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils.eclass?rev=1.113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils.eclass?r1=1.112&r2=1.113

Index: cmake-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- cmake-utils.eclass  27 Oct 2014 09:49:05 -  1.112
+++ cmake-utils.eclass  18 Dec 2014 16:39:08 -  1.113
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.112 
2014/10/27 09:49:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.113 
2014/12/18 16:39:08 kensington Exp $
 
 # @ECLASS: cmake-utils.eclass
 # @MAINTAINER:
@@ -450,6 +450,7 @@
if [[ ${CMAKE_BUILD_TYPE} = Gentoo ]]; then
# Handle release builds
if ! has debug ${IUSE//+} || ! use debug; then
+   local CPPFLAGS=${CPPFLAGS}
append-cppflags -DNDEBUG
fi
fi






[gentoo-commits] proj/kde:master commit in: eclass/

2014-12-18 Thread Michael Palimaka
commit: f77b5707016e657ea8ca4cde41a0e15cef2ec494
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Dec 18 16:38:41 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Dec 18 16:38:41 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f77b5707

[eclass] Declare local CPPFLAGS to avoid multiple appends in cmake-multilib.

---
 eclass/cmake-utils.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 803e13f..d6b380b 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -450,6 +450,7 @@ enable_cmake-utils_src_configure() {
if [[ ${CMAKE_BUILD_TYPE} = Gentoo ]]; then
# Handle release builds
if ! has debug ${IUSE//+} || ! use debug; then
+   local CPPFLAGS=${CPPFLAGS}
append-cppflags -DNDEBUG
fi
fi



[gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin: jenkins-bin-1.580.2.ebuild jenkins-bin-1.594.ebuild ChangeLog jenkins-bin-1.590.ebuild jenkins-bin-1.580.1.ebuild

2014-12-18 Thread Manuel Rueger (mrueg)
mrueg   14/12/18 16:36:07

  Modified: ChangeLog
  Added:jenkins-bin-1.580.2.ebuild jenkins-bin-1.594.ebuild
  Removed:  jenkins-bin-1.590.ebuild jenkins-bin-1.580.1.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.15 dev-util/jenkins-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   9 Dec 2014 11:44:52 -   1.14
+++ ChangeLog   18 Dec 2014 16:36:07 -  1.15
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/jenkins-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.14 
2014/12/09 11:44:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jenkins-bin/ChangeLog,v 1.15 
2014/12/18 16:36:07 mrueg Exp $
+
+*jenkins-bin-1.580.2 (18 Dec 2014)
+*jenkins-bin-1.594 (18 Dec 2014)
+
+  18 Dec 2014; Manuel Rüger  +jenkins-bin-1.580.2.ebuild,
+  +jenkins-bin-1.594.ebuild, -jenkins-bin-1.580.1.ebuild,
+  -jenkins-bin-1.590.ebuild:
+  Version bump. Cleanup old.
 
 *jenkins-bin-1.593 (09 Dec 2014)
 



1.1  dev-util/jenkins-bin/jenkins-bin-1.580.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.580.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.580.2.ebuild?rev=1.1&content-type=text/plain

Index: jenkins-bin-1.580.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.580.2.ebuild,v 1.1 
2014/12/18 16:36:07 mrueg Exp $

EAPI=5

inherit user

DESCRIPTION="Extensible continuous integration server"
HOMEPAGE="http://jenkins-ci.org/";
LICENSE="MIT"
SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
RESTRICT="mirror"
SLOT="lts"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-fonts/dejavu"
RDEPEND="${DEPEND}
!dev-util/jenkins-bin:0
virtual/jre"

S=${WORKDIR}

JENKINS_DIR=/var/lib/jenkins

pkg_setup() {
enewgroup jenkins
enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
}

src_install() {
keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home

insinto /opt/jenkins
newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war

insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}.logrotate ${PN/-bin/}

newinitd "${FILESDIR}"/${PN}.init2 jenkins
newconfd "${FILESDIR}"/${PN}.confd jenkins

fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
}



1.1  dev-util/jenkins-bin/jenkins-bin-1.594.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.594.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.594.ebuild?rev=1.1&content-type=text/plain

Index: jenkins-bin-1.594.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/jenkins-bin/jenkins-bin-1.594.ebuild,v 1.1 
2014/12/18 16:36:07 mrueg Exp $

EAPI=5

inherit user

DESCRIPTION="Extensible continuous integration server"
HOMEPAGE="http://jenkins-ci.org/";
LICENSE="MIT"
SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
RESTRICT="mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-fonts/dejavu"
RDEPEND="${DEPEND}
!dev-util/jenkins-bin:lts
virtual/jre"

S=${WORKDIR}

JENKINS_DIR=/var/lib/jenkins

pkg_setup() {
enewgroup jenkins
enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
}

src_install() {
keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home

insinto /opt/jenkins
newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war

insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}.logrotate ${PN/-bin/}

newinitd "${FILESDIR}"/${PN}.init2 jenkins
newconfd "${FILESDIR}"/${PN}.confd jenkins

fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}

[gentoo-commits] gentoo-x86 commit in net-libs/libnftnl: libnftnl-1.0.3.ebuild ChangeLog libnftnl-1.0.2.ebuild

2014-12-18 Thread Manuel Rueger (mrueg)
mrueg   14/12/18 16:28:17

  Modified: ChangeLog
  Added:libnftnl-1.0.3.ebuild
  Removed:  libnftnl-1.0.2.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.9  net-libs/libnftnl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnftnl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Sep 2014 01:25:25 -  1.8
+++ ChangeLog   18 Dec 2014 16:28:17 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libnftnl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/ChangeLog,v 1.8 
2014/09/24 01:25:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/ChangeLog,v 1.9 
2014/12/18 16:28:17 mrueg Exp $
+
+*libnftnl-1.0.3 (18 Dec 2014)
+
+  18 Dec 2014; Manuel Rüger  +libnftnl-1.0.3.ebuild,
+  -libnftnl-1.0.2.ebuild:
+  Version bump. Cleanup old.
 
   24 Sep 2014; Manuel Rüger 
   -files/libnftnl-1.0.0-91264d8.patch, -libnftnl-1.0.0-r2.ebuild:



1.1  net-libs/libnftnl/libnftnl-1.0.3.ebuild

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

Index: libnftnl-1.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/libnftnl-1.0.3.ebuild,v 
1.1 2014/12/18 16:28:17 mrueg Exp $

EAPI=5

inherit base linux-info toolchain-funcs

DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
HOMEPAGE="http://netfilter.org/projects/nftables/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples json static-libs test xml"
SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2";

RDEPEND=">=net-libs/libmnl-1.0.0
xml? ( >=dev-libs/mini-xml-2.6 )
json? ( >=dev-libs/jansson-2.3 )"
DEPEND="virtual/pkgconfig
${RDEPEND}"

REQUIRED_USE="test? ( json xml )"

pkg_setup() {
if kernel_is ge 3 13; then
CONFIG_CHECK="~NF_TABLES"
linux-info_pkg_setup
else
eerror "This package requires kernel version 3.13 or newer to 
work properly."
fi
}

src_configure() {
econf \
$(use_enable static-libs static) \
$(use_with xml xml-parsing) \
$(use_with json json-parsing)
}

src_install() {
default
gen_usr_ldscript -a nftnl
prune_libtool_files

if use examples; then
find examples/ -name 'Makefile*' -delete
dodoc -r examples/
docompress -x /usr/share/doc/${PF}/examples
fi
}

src_test() {
default
cd tests || die
./test-script.sh || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: owncloud-client-1.7.1.ebuild ChangeLog

2014-12-18 Thread Bernard Cafarelli (voyageur)
voyageur14/12/18 15:58:54

  Modified: ChangeLog
  Added:owncloud-client-1.7.1.ebuild
  Log:
  Version bump, improvements for timeout handling, as well as fixes for syncing 
multiple folders. Also fix nautilus extension when XDG_RUNTIME_DIR is not set
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.21 net-misc/owncloud-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   20 Nov 2014 14:03:38 -  1.20
+++ ChangeLog   18 Dec 2014 15:58:54 -  1.21
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.20 
2014/11/20 14:03:38 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.21 
2014/12/18 15:58:54 voyageur Exp $
+
+*owncloud-client-1.7.1 (18 Dec 2014)
+
+  18 Dec 2014; Bernard Cafarelli 
+  +owncloud-client-1.7.1.ebuild:
+  Version bump, improvements for timeout handling, as well as fixes for syncing
+  multiple folders. Also fix nautilus extension when XDG_RUNTIME_DIR is not set
 
   20 Nov 2014; Bernard Cafarelli 
   owncloud-client-1.7.0.ebuild:



1.1  net-misc/owncloud-client/owncloud-client-1.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.7.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.7.1.ebuild?rev=1.1&content-type=text/plain

Index: owncloud-client-1.7.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.7.1.ebuild,v 
1.1 2014/12/18 15:58:54 voyageur Exp $

EAPI=5

inherit cmake-utils

MY_P="mirall-${PV/_/}"

DESCRIPTION="Synchronize files from ownCloud Server with your computer"
HOMEPAGE="http://owncloud.org/";
SRC_URI="http://download.owncloud.com/desktop/stable/${MY_P}.tar.bz2";

LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nautilus samba +sftp test +qt4 qt5"

REQUIRED_USE="^^ ( qt4 qt5 )"

RDEPEND=">=dev-db/sqlite-3.4:3
net-libs/neon[ssl]
sys-fs/inotify-tools
virtual/libiconv
nautilus? ( dev-python/nautilus-python )
qt4? (
dev-libs/qtkeychain[qt4]
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
dev-qt/qtsql:4
dev-qt/qtwebkit:4
)
qt5? (
dev-libs/qtkeychain[qt5]
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtquickcontrols:5
dev-qt/qtsql:5
dev-qt/qtwebkit:5[printsupport]
)
samba? ( >=net-fs/samba-3.5 )
sftp? ( >=net-libs/libssh-0.5 )
!net-misc/ocsync"
DEPEND="${RDEPEND}
doc? (
dev-python/sphinx
dev-texlive/texlive-latexextra
virtual/latex-base
)
test? (
dev-util/cmocka
qt4? ( dev-qt/qttest:4 )
qt5? ( dev-qt/qttest:5 )
)"

S=${WORKDIR}/${MY_P}

src_prepare() {
# Keep tests in ${T}
sed -i -e "s#\"/tmp#\"${T}#g" test/test*.h || die "sed failed"

use nautilus || sed -i -e "s/add_subdirectory(nautilus)//" \
shell_integration/CMakeLists.txt || die "sed failed"
}

src_configure() {
local mycmakeargs=(
-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DWITH_ICONV=ON
$(cmake-utils_use_with doc DOC)
$(cmake-utils_use test UNIT_TESTING)
$(cmake-utils_use_find_package samba Libsmbclient)
$(cmake-utils_use_find_package sftp LibSSH)
$(cmake-utils_use_build qt4 WITH_QT4)
)

cmake-utils_src_configure
}

src_test() {
# 1 test needs an existing ${HOME}/.config directory
mkdir "${T}"/.config
export HOME="${T}"
cmake-utils_src_test
}

pkg_postinst() {
   

[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2014-12-18 Thread Anthony G. Basile
commit: 7138fb5b3ca7e39c7835f3b8ddac86db89700c86
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 18 15:37:37 2014 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 18 15:37:37 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7138fb5b

sys-kernel/hardened-sources: testing patchset 20141217

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 0xF52D4BBA

---
 ...ened-sources-3.14.26-r1.ebuild => hardened-sources-3.14.27.ebuild} | 4 ++--
 ...rdened-sources-3.17.6-r1.ebuild => hardened-sources-3.17.7.ebuild} | 4 ++--
 ...rdened-sources-3.2.65.ebuild => hardened-sources-3.2.65-r1.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild
index 447d9c6..f36625e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.26-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.27.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="31"
+K_GENPATCHES_VER="32"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild
index 8dfe266..20aedf2 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.17.6-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.17.7.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="9"
+K_GENPATCHES_VER="10"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild
index b658290..e77441a 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.65.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.65-r1.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



  1   2   3   >