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

2014-06-21 Thread Tim Harder (radhermit)
radhermit14/06/21 06:26:06

  Modified: ChangeLog herbstluftwm-.ebuild
  Added:herbstluftwm-0.6.2-r1.ebuild
  Log:
  Add missing x11-libs/libXext dep (bug #514066).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.17 x11-wm/herbstluftwm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   4 Apr 2014 07:57:21 -   1.16
+++ ChangeLog   21 Jun 2014 06:26:05 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/herbstluftwm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.16 
2014/04/04 07:57:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.17 
2014/06/21 06:26:05 radhermit Exp $
+
+*herbstluftwm-0.6.2-r1 (21 Jun 2014)
+
+  21 Jun 2014; Tim Harder radher...@gentoo.org +herbstluftwm-0.6.2-r1.ebuild,
+  herbstluftwm-.ebuild:
+  Add missing x11-libs/libXext dep (bug #514066).
 
 *herbstluftwm-0.6.2 (04 Apr 2014)
 



1.11 x11-wm/herbstluftwm/herbstluftwm-.ebuild

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

Index: herbstluftwm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- herbstluftwm-.ebuild1 Jan 2014 22:54:50 -   1.10
+++ herbstluftwm-.ebuild21 Jun 2014 06:26:05 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-.ebuild,v 1.10 
2014/01/01 22:54:50 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-.ebuild,v 1.11 
2014/06/21 06:26:05 radhermit Exp $
 
 EAPI=5
 inherit toolchain-funcs bash-completion-r1
@@ -24,6 +24,7 @@
 
 CDEPEND==dev-libs/glib-2.24:2
x11-libs/libX11
+   x11-libs/libXext
xinerama? ( x11-libs/libXinerama )
 RDEPEND=${CDEPEND}
app-shells/bash



1.1  x11-wm/herbstluftwm/herbstluftwm-0.6.2-r1.ebuild

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

Index: herbstluftwm-0.6.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/herbstluftwm-0.6.2-r1.ebuild,v 1.1 
2014/06/21 06:26:05 radhermit Exp $

EAPI=5
inherit toolchain-funcs bash-completion-r1

if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI=git://git.cs.fau.de/hlwm
EXTRA_DEPEND=app-text/asciidoc
else
SRC_URI=http://herbstluftwm.org/tarballs/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
EXTRA_DEPEND=
fi

DESCRIPTION=A manual tiling window manager for X
HOMEPAGE=http://herbstluftwm.org;

LICENSE=BSD-2
SLOT=0
IUSE=examples xinerama zsh-completion

CDEPEND==dev-libs/glib-2.24:2
x11-libs/libX11
x11-libs/libXext
xinerama? ( x11-libs/libXinerama )
RDEPEND=${CDEPEND}
app-shells/bash
zsh-completion? ( app-shells/zsh )
DEPEND=${CDEPEND}
${EXTRA_DEPEND}
virtual/pkgconfig

src_compile() {
emake CC=$(tc-getCC) LD=$(tc-getCC) COLOR=0 VERBOSE= \
$(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= )
}

src_install() {
dobin herbstluftwm herbstclient
dodoc BUGS MIGRATION NEWS README

doman doc/{herbstluftwm,herbstclient}.1

exeinto /etc/xdg/herbstluftwm
doexe share/{autostart,panel.sh,restartpanels.sh}

insinto /usr/share/xsessions
doins share/herbstluftwm.desktop

newbashcomp 

[gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-5.3.5.ebuild

2014-06-21 Thread Hans de Graaff (graaff)
graaff  14/06/21 06:26:01

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

Revision  ChangesPath
1.153dev-ruby/minitest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.153view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.153content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.152r2=1.153

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   14 Jun 2014 09:46:43 -  1.152
+++ ChangeLog   21 Jun 2014 06:26:01 -  1.153
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/minitest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.152 
2014/06/14 09:46:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.153 
2014/06/21 06:26:01 graaff Exp $
+
+*minitest-5.3.5 (21 Jun 2014)
+
+  21 Jun 2014; Hans de Graaff gra...@gentoo.org +minitest-5.3.5.ebuild:
+  Version bump.
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org minitest-4.7.5.ebuild:
   x86 stable wrt bug #508996



1.1  dev-ruby/minitest/minitest-5.3.5.ebuild

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

Index: minitest-5.3.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.5.ebuild,v 
1.1 2014/06/21 06:26:01 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=History.txt Manifest.txt README.txt

inherit ruby-fakegem

DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and 
slow test/unit.
HOMEPAGE=https://github.com/seattlerb/minitest;

LICENSE=MIT
SLOT=5
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=doc test

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Make sure __jtrap is available in all threads. This 
should
# be fixed in jruby 1.7.x
sed -i -e '8i  trap :INFO do ; end' 
lib/minitest/parallel.rb || die

# Avoid failures. Most of these look like low-level 
jruby
# differences and it looks like these were not run 
properly
# in previous versions.
for t in test_return_mock_does_not_raise 
test_mock_args_does_not_raise test_stub_block test_stub_value ; do
local command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_mock.rb || die
done
for t in test_run_failing test_run_skip test_run_error 
test_run_skip_verbose test_run_error_teardown test_runnable_methods_random 
test_assert_throws_different test_to_s_error_in_test_and_teardown 
test_run_filtered_including_suite_name_string 
test_run_filtered_string_method_only test_run_filtered_including_suite_name ; do
command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_unit.rb || die
done
for t in test_name2 needs to verify throw ; do
command=/${t}/,/^  end/ s:^:#:
sed -i -e ${command} 
test/minitest/test_minitest_spec.rb || die
done
sed -i -e '/test_report_error/,/^  end/ s:^:#:' 
test/minitest/test_minitest_reporter.rb || die
;;
esac
}

each_ruby_test() {
${RUBY} -Ilib:test:. -e Dir['**/test_*.rb'].each{|f| require f} || 
die Tests failed
}






[gentoo-commits] gentoo-x86 commit in x11-wm/herbstluftwm: ChangeLog herbstluftwm-0.6.2.ebuild herbstluftwm-0.5.2.ebuild herbstluftwm-0.6.0.ebuild herbstluftwm-0.5.3.ebuild

2014-06-21 Thread Tim Harder (radhermit)
radhermit14/06/21 06:26:40

  Modified: ChangeLog
  Removed:  herbstluftwm-0.6.2.ebuild herbstluftwm-0.5.2.ebuild
herbstluftwm-0.6.0.ebuild herbstluftwm-0.5.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.18 x11-wm/herbstluftwm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 06:26:05 -  1.17
+++ ChangeLog   21 Jun 2014 06:26:40 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/herbstluftwm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.17 
2014/06/21 06:26:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/herbstluftwm/ChangeLog,v 1.18 
2014/06/21 06:26:40 radhermit Exp $
+
+  21 Jun 2014; Tim Harder radher...@gentoo.org -herbstluftwm-0.5.2.ebuild,
+  -herbstluftwm-0.5.3.ebuild, -herbstluftwm-0.6.0.ebuild,
+  -herbstluftwm-0.6.2.ebuild:
+  Remove old.
 
 *herbstluftwm-0.6.2-r1 (21 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gio2: ChangeLog ruby-gio2-2.2.0.ebuild

2014-06-21 Thread Hans de Graaff (graaff)
graaff  14/06/21 06:49:29

  Modified: ChangeLog ruby-gio2-2.2.0.ebuild
  Log:
  Add missing build dependency on gobject-introspection, fixing bug 513970.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.32 dev-ruby/ruby-gio2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   21 May 2014 01:31:56 -  1.31
+++ ChangeLog   21 Jun 2014 06:49:29 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gio2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.31 
2014/05/21 01:31:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.32 
2014/06/21 06:49:29 graaff Exp $
+
+  21 Jun 2014; Hans de Graaff gra...@gentoo.org ruby-gio2-2.2.0.ebuild:
+  Add missing build dependency on gobject-introspection, fixing bug 513970.
 
   21 May 2014; Manuel Rüger mr...@gentoo.org ruby-gio2-1.1.8.ebuild,
   ruby-gio2-1.2.6.ebuild:



1.2  dev-ruby/ruby-gio2/ruby-gio2-2.2.0.ebuild

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

Index: ruby-gio2-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gio2-2.2.0.ebuild  15 Mar 2014 23:07:58 -  1.1
+++ ruby-gio2-2.2.0.ebuild  21 Jun 2014 06:49:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.0.ebuild,v 
1.1 2014/03/15 23:07:58 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.0.ebuild,v 
1.2 2014/06/21 06:49:29 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -11,4 +11,6 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
+DEPEND+=dev-libs/gobject-introspection
+
 ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}






[gentoo-commits] gentoo-x86 commit in dev-java/relaxngcc: relaxngcc-1.12-r2.ebuild ChangeLog

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 06:51:26

  Modified: ChangeLog
  Added:relaxngcc-1.12-r2.ebuild
  Log:
  Bump to EAPI=5; fixed bug #514072: renamed variable named enum which cause 
compile errors with jdk 1.7
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.15 dev-java/relaxngcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/relaxngcc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   17 Jun 2014 11:29:35 -  1.14
+++ ChangeLog   21 Jun 2014 06:51:25 -  1.15
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/relaxngcc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/relaxngcc/ChangeLog,v 1.14 
2014/06/17 11:29:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/relaxngcc/ChangeLog,v 1.15 
2014/06/21 06:51:25 ercpe Exp $
+
+*relaxngcc-1.12-r2 (21 Jun 2014)
+
+  21 Jun 2014; Johann Schmitz er...@gentoo.org
+  +files/1.12-fix-jdk-1.7-enum.patch, +relaxngcc-1.12-r2.ebuild:
+  Bump to EAPI=5; fixed bug #514072: renamed variable named enum which cause
+  compile errors with jdk 1.7
 
   17 Jun 2014; Manuel Rüger mr...@gentoo.org -relaxngcc-1.12.ebuild:
   NM: Cleanup superseded ebuilds.



1.1  dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild

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

Index: relaxngcc-1.12-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild,v 1.1 
2014/06/21 06:51:25 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc examples source

inherit java-pkg-2 java-ant-2

MY_DATE=20031218

DESCRIPTION=RELAX NG Compiler Compiler
HOMEPAGE=http://relaxngcc.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${PN}-${MY_DATE}.zip

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

RDEPEND==virtual/jre-1.4
dev-java/relaxng-datatype:0
dev-java/msv:0
dev-java/ant-core:0
dev-java/xsdlib:0
DEPEND==virtual/jdk-1.4
app-arch/unzip
${RDEPEND}

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

java_prepare() {
mv relaxngcc.jar relaxngcc.orig.zip || die

rm -v *.jar || die
rm -v sample/*/*.class || die

mkdir lib || die
cd lib || die
java-pkg_jarfrom relaxng-datatype
java-pkg_jarfrom msv
java-pkg_jarfrom xsdlib
java-pkg_jarfrom ant-core
cd ${S} || die

cp ${FILESDIR}/build.xml-1.12-r1 build.xml || die cp failed
epatch ${FILESDIR}/${PV}-*.patch
rm -rf src/relaxngcc/maven
java-pkg_filter-compiler jikes
}

EANT_DOC_TARGET=

src_install() {
java-pkg_dojar relaxngcc.jar

use source  java-pkg_dosrc src/*
use examples  java-pkg_doexamples sample

dodoc readme.txt
use doc  dohtml -r doc/en/*

}






[gentoo-commits] gentoo-x86 commit in dev-java/relaxngcc/files: 1.12-fix-jdk-1.7-enum.patch

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 06:51:25

  Added:1.12-fix-jdk-1.7-enum.patch
  Log:
  Bump to EAPI=5; fixed bug #514072: renamed variable named enum which cause 
compile errors with jdk 1.7
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/relaxngcc/files/1.12-fix-jdk-1.7-enum.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/relaxngcc/files/1.12-fix-jdk-1.7-enum.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/relaxngcc/files/1.12-fix-jdk-1.7-enum.patch?rev=1.1content-type=text/plain

Index: 1.12-fix-jdk-1.7-enum.patch
===
diff --git a/relaxngcc-20031218/src/relaxngcc/javabody/JavaBodyParser.java 
b/relaxngcc-20031218/src/relaxngcc/javabody/JavaBodyParser.java
index b2f0e5e..bca566f 100644
--- a/relaxngcc-20031218/src/relaxngcc/javabody/JavaBodyParser.java
+++ b/relaxngcc-20031218/src/relaxngcc/javabody/JavaBodyParser.java
@@ -6850,8 +6850,8 @@ public class JavaBodyParser implements 
JavaBodyParserConstants {
 jj_expentry[i] = jj_lasttokens[i];
   }
   boolean exists = false;
-  for (java.util.Enumeration enum = jj_expentries.elements(); 
enum.hasMoreElements();) {
-int[] oldentry = (int[])(enum.nextElement());
+  for (java.util.Enumeration enumx = jj_expentries.elements(); 
enumx.hasMoreElements();) {
+int[] oldentry = (int[])(enumx.nextElement());
 if (oldentry.length == jj_expentry.length) {
   exists = true;
   for (int i = 0; i  jj_expentry.length; i++) {






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gstreamer: ruby-gstreamer-2.2.0.ebuild ChangeLog

2014-06-21 Thread Hans de Graaff (graaff)
graaff  14/06/21 06:51:39

  Modified: ruby-gstreamer-2.2.0.ebuild ChangeLog
  Log:
  Add missing build dependency on gobject-introspection, fixing bug 513970.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.0.ebuild

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

Index: ruby-gstreamer-2.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gstreamer-2.2.0.ebuild 15 Mar 2014 15:51:21 -  1.1
+++ ruby-gstreamer-2.2.0.ebuild 21 Jun 2014 06:51:39 -  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-ruby/ruby-gstreamer/ruby-gstreamer-2.2.0.ebuild,v 
1.1 2014/03/15 15:51:21 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.2.0.ebuild,v 
1.2 2014/06/21 06:51:39 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -15,5 +15,6 @@
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10
 DEPEND=${DEPEND}
+   dev-libs/gobject-introspection
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10



1.70 dev-ruby/ruby-gstreamer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   21 May 2014 01:29:46 -  1.69
+++ ChangeLog   21 Jun 2014 06:51:39 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.69 
2014/05/21 01:29:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.70 
2014/06/21 06:51:39 graaff Exp $
+
+  21 Jun 2014; Hans de Graaff gra...@gentoo.org ruby-gstreamer-2.2.0.ebuild:
+  Add missing build dependency on gobject-introspection, fixing bug 513970.
 
   21 May 2014; Manuel Rüger mr...@gentoo.org ruby-gstreamer-1.1.8.ebuild,
   ruby-gstreamer-1.2.6.ebuild:






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

2014-06-21 Thread Ulrich Müller
commit: dba754da5cb27394236d6a91eb0a940b85aa5d65
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sat Jun 21 06:55:25 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Sat Jun 21 06:55:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=dba754da

Typo.

---
 eapi-differences.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 3a33bce..59f3d6d 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -58,7 +58,7 @@ Stable use masking/forcing  \compactfeatureref{stablemask} 
 \t{DEFINED\_PHASES}  \compactfeatureref{defined-phases} 
 Optionally  Optionally  Optionally  Optionally  Yes  Yes \\
 
-\t{?? ( ) groups}  \compactfeatureref{at-most-one-of} 
+\t{??\ ( )} groups  \compactfeatureref{at-most-one-of} 
 No  No  No  No  No  Yes \\
 
 \t{SRC\_URI} arrows  \compactfeatureref{src-uri-arrows} 



[gentoo-commits] gentoo-x86 commit in media-gfx/photoprint: ChangeLog photoprint-0.4.2_pre2.ebuild

2014-06-21 Thread Tim Harder (radhermit)
radhermit14/06/21 06:56:00

  Modified: ChangeLog photoprint-0.4.2_pre2.ebuild
  Log:
  Fix gettext version mismatches (bug #514082).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.5  media-gfx/photoprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoprint/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   11 Jun 2012 17:23:09 -  1.4
+++ ChangeLog   21 Jun 2014 06:56:00 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/photoprint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoprint/ChangeLog,v 1.4 
2012/06/11 17:23:09 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoprint/ChangeLog,v 1.5 
2014/06/21 06:56:00 radhermit Exp $
+
+  21 Jun 2014; Tim Harder radher...@gentoo.org photoprint-0.4.2_pre2.ebuild:
+  Fix gettext version mismatches (bug #514082).
 
   11 Jun 2012; Tim Harder radher...@gentoo.org photoprint-0.4.2_pre2.ebuild,
   +files/photoprint-0.4.2_pre2-glib-2.32.patch:



1.5  media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild?r1=1.4r2=1.5

Index: photoprint-0.4.2_pre2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- photoprint-0.4.2_pre2.ebuild11 Jun 2012 17:23:09 -  1.4
+++ photoprint-0.4.2_pre2.ebuild21 Jun 2014 06:56:00 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild,v 1.4 
2012/06/11 17:23:09 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild,v 1.5 
2014/06/21 06:56:00 radhermit Exp $
 
 EAPI=4
 
@@ -38,9 +38,11 @@
${FILESDIR}/${P}-underlinking.patch \
${FILESDIR}/${P}-glib-2.32.patch
 
-   # Ships with po/Makefile.in.in from gettext-0.17
-   # which fails with =gettext-0.18
-   sed -i -e /AM_GNU_GETTEXT_VERSION/s/17/18/ configure.ac || die
+   # don't specify a gettext version
+   sed -i /^AM_GNU_GETTEXT_VERSION/d configure.ac || die
+
+   # avoid gettext version mismatches (bug #514082)
+   sed -i /^GETTEXT_MACRO_VERSION/s/=.*/= @GETTEXT_MACRO_VERSION@/ 
po/Makefile.in.in || die
 
eautoreconf
 }






[gentoo-commits] gentoo-x86 commit in dev-java/ldapsdk: ldapsdk-4.1.7-r4.ebuild ChangeLog

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 06:58:31

  Modified: ChangeLog
  Added:ldapsdk-4.1.7-r4.ebuild
  Log:
  EAPI bump; fixed bug #513580 (renamed variables named enum), some QA
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.17 dev-java/ldapsdk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/ldapsdk/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Jun 2014 10:57:39 -  1.16
+++ ChangeLog   21 Jun 2014 06:58:30 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/ldapsdk
 # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ldapsdk/ChangeLog,v 1.16 
2014/06/17 10:57:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ldapsdk/ChangeLog,v 1.17 
2014/06/21 06:58:30 ercpe Exp $
+
+*ldapsdk-4.1.7-r4 (21 Jun 2014)
+
+  21 Jun 2014; Johann Schmitz er...@gentoo.org
+  +files/4.1.7-fix-jdk-1.7-enum.patch, +ldapsdk-4.1.7-r4.ebuild:
+  EAPI bump; fixed bug #513580 (renamed variables named enum), some QA
 
   17 Jun 2014; Manuel Rüger mr...@gentoo.org -ldapsdk-4.1.7-r2.ebuild:
   NM: Cleanup superseeded ebuilds.



1.1  dev-java/ldapsdk/ldapsdk-4.1.7-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ldapsdk/ldapsdk-4.1.7-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ldapsdk/ldapsdk-4.1.7-r4.ebuild?rev=1.1content-type=text/plain

Index: ldapsdk-4.1.7-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ldapsdk/ldapsdk-4.1.7-r4.ebuild,v 
1.1 2014/06/21 06:58:30 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=Netscape Directory SDK for Java
HOMEPAGE=http://www.mozilla.org/directory/javasdk.html;
SRC_URI=http://www.mozilla.org/directory/${PN}_java_20020819.tar.gz;

LICENSE=MPL-1.1
SLOT=4.1
KEYWORDS=~amd64 ~x86
IUSE=doc

RDEPEND==virtual/jre-1.4
dev-java/jss:3.4
dev-java/jakarta-oro:2.0
DEPEND==virtual/jdk-1.4
${RDEPEND}

S=${WORKDIR}/mozilla/directory/java-sdk

java_prepare() {
cd ${WORKDIR}/mozilla || die
epatch ${FILESDIR}/ldapsdk-gentoo.patch
epatch ${FILESDIR}/${PV}-*.patch

echo ororegexp.jar=$(java-pkg_getjars jakarta-oro-2.0)  
${S}/build.properties || die
echo jss.jar=$(java-pkg_getjars jss-3.4)  ${S}/build.properties 
|| die

cd ${S}/ldapjdk/lib || die
rm -f *.jar || die
java-pkg_jar-from jss-3.4

cd ${S}/ldapsp/lib || die
rm *.jar || die

java-pkg_filter-compiler jikes
}

src_compile() {
eant dist-jdk dist-filter dist-beans dist-jndi $(use_doc build-docs)
}

src_install() {
java-pkg_dojar dist/packages/*.jar

use doc  java-pkg_dojavadoc dist/doc/ldapsp
use source  \
java-pkg_dosrc {ldapsp,ldapjdk}/com 
{ldapjdk,ldapbeans,ldapfilter}/netscape
}






[gentoo-commits] gentoo-x86 commit in dev-java/ldapsdk/files: 4.1.7-fix-jdk-1.7-enum.patch

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 06:58:30

  Added:4.1.7-fix-jdk-1.7-enum.patch
  Log:
  EAPI bump; fixed bug #513580 (renamed variables named enum), some QA
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/ldapsdk/files/4.1.7-fix-jdk-1.7-enum.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ldapsdk/files/4.1.7-fix-jdk-1.7-enum.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ldapsdk/files/4.1.7-fix-jdk-1.7-enum.patch?rev=1.1content-type=text/plain

Index: 4.1.7-fix-jdk-1.7-enum.patch
===
diff --git 
a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPEntryChangeControl.java
 
b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPEntryChangeControl.java
index a0ba7e8..42834c1 100644
--- 
a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPEntryChangeControl.java
+++ 
b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPEntryChangeControl.java
@@ -107,9 +107,9 @@ public class LDAPEntryChangeControl extends LDAPControl {
BERSequence s = (BERSequence)BERElement.getElement(decoder, inStream,
   numRead);

-   BEREnumerated enum = (BEREnumerated)s.elementAt(0);
+   BEREnumerated enumx = (BEREnumerated)s.elementAt(0);

-   _changeTypes = enum.getValue();
+   _changeTypes = enumx.getValue();
 
if (s.size()  1) {
if (s.elementAt(1) instanceof BEROctetString) {
diff --git 
a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPPersistSearchControl.java
 
b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPPersistSearchControl.java
index c73bb68..5539f11 100644
--- 
a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPPersistSearchControl.java
+++ 
b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/controls/LDAPPersistSearchControl.java
@@ -263,9 +263,9 @@ public class LDAPPersistSearchControl extends LDAPControl {
 BERSequence s = (BERSequence)BERElement.getElement(decoder, 
inStream,
   numRead);
 
-BEREnumerated enum = (BEREnumerated)s.elementAt(0);
+BEREnumerated enumx = (BEREnumerated)s.elementAt(0);
 
-con.setChangeType(enum.getValue());
+con.setChangeType(enumx.getValue());
 
 if (s.size()  1) {
 if (s.elementAt(1) instanceof BEROctetString) {
diff --git a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/util/RDN.java 
b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/util/RDN.java
index e126d47..b5f6809 100644
--- a/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/util/RDN.java
+++ b/mozilla/directory/java-sdk/ietfldap/org/ietf/ldap/util/RDN.java
@@ -402,12 +402,12 @@ public final class RDN implements java.io.Serializable {
  * @see org.ietf.ldap.util.RDN#getAttributeSyntax
  */
 public static String[] getAttributesForSyntax( String oid ) {
-Enumeration enum = m_attributehash.keys();
+Enumeration enumx = m_attributehash.keys();
 Vector key_v = new Vector();
 String tmp_str = null;
 
-while ( enum.hasMoreElements() ) {
-tmp_str = (String)enum.nextElement();
+while ( enumx.hasMoreElements() ) {
+tmp_str = (String)enumx.nextElement();
 if ( oid.equals( (String)m_attributehash.get( tmp_str ) ) ) {
 key_v.addElement( tmp_str );
 }
diff --git 
a/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/LDAPConnection.java 
b/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/LDAPConnection.java
index a4d9e88..85cc7af 100644
--- a/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/LDAPConnection.java
+++ b/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/LDAPConnection.java
@@ -4519,9 +4519,9 @@ public class LDAPConnection
 LDAPControl[] controls = null;
 
 synchronized(m_responseControlTable) {
-Enumeration enum = m_responseControlTable.keys();  
-while (enum.hasMoreElements()) {
-Object client = enum.nextElement();
+Enumeration enumx = m_responseControlTable.keys();  
+while (enumx.hasMoreElements()) {
+Object client = enumx.nextElement();
 ResponseControls rspCtrls = 
(ResponseControls)m_responseControlTable.get(client);
 
 if (msgID == rspCtrls.msgID) {
diff --git 
a/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java
 
b/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java
index 8e486c5..9256aa0 100644
--- 
a/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java
+++ 

[gentoo-commits] gentoo-x86 commit in app-text/xmlto: xmlto-0.0.26.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 06:59:51

  Modified: ChangeLog
  Added:xmlto-0.0.26.ebuild
  Log:
  Version bump; fixing the --noextensions parameter which is required for 
disabling fop java extensions as per 
http://forums.gentoo.org/viewtopic-p-7571834.html
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.91 app-text/xmlto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   19 Mar 2014 15:17:44 -  1.90
+++ ChangeLog   21 Jun 2014 06:59:51 -  1.91
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/xmlto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.90 2014/03/19 
15:17:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.91 2014/06/21 
06:59:51 ssuominen Exp $
+
+*xmlto-0.0.26 (21 Jun 2014)
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org +xmlto-0.0.26.ebuild:
+  Version bump; fixing the --noextensions parameter which is required for
+  disabling fop java extensions as per
+  http://forums.gentoo.org/viewtopic-p-7571834.html
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org xmlto-0.0.25.ebuild:
   Stable for alpha, wrt bug #502630



1.1  app-text/xmlto/xmlto-0.0.26.ebuild

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

Index: xmlto-0.0.26.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.1 
2014/06/21 06:59:51 ssuominen Exp $

EAPI=5
inherit eutils

DESCRIPTION=script for converting XML and DocBook formatted documents to a 
variety of output formats
HOMEPAGE=https://fedorahosted.org/xmlto/;
SRC_URI=https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=latex

RDEPEND==app-text/docbook-xsl-stylesheets-1.62.0-r1
app-text/docbook-xml-dtd:4.2
app-shells/bash
dev-libs/libxslt
sys-apps/sed
|| ( =sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
|| ( sys-apps/util-linux app-misc/getopt )
|| ( sys-apps/which sys-freebsd/freebsd-ubin )
latex? ( =app-text/passivetex-1.25 =dev-tex/xmltex-1.9-r2 )
# We only depend on flex when we patch the imput lexer.
DEPEND=${RDEPEND}

DOCS=AUTHORS ChangeLog FAQ NEWS README THANKS

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

src_configure() {
# We don't want the script to detect /bin/sh if it is bash.
export ac_cv_path_BASH=/bin/bash
has_version sys-apps/util-linux || export GETOPT=getopt-long
econf
}






[gentoo-commits] gentoo-x86 commit in dev-java/xp: xp-0.5-r2.ebuild ChangeLog

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 07:04:40

  Modified: ChangeLog
  Added:xp-0.5-r2.ebuild
  Log:
  EAPI bump; ebuild QA; fixed compilation error with jdk 1.7 (#514070)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.12 dev-java/xp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/xp/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   16 Nov 2012 09:37:10 -  1.11
+++ ChangeLog   21 Jun 2014 07:04:40 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/xp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/ChangeLog,v 1.11 2012/11/16 
09:37:10 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/ChangeLog,v 1.12 2014/06/21 
07:04:40 ercpe Exp $
+
+*xp-0.5-r2 (21 Jun 2014)
+
+  21 Jun 2014; Johann Schmitz er...@gentoo.org
+  +files/0.5-fix-jdk-1.7-enum.patch, +xp-0.5-r2.ebuild:
+  EAPI bump; ebuild QA; fixed compilation error with jdk 1.7 (#514070)
 
   16 Nov 2012; Ulrich Müller u...@gentoo.org xp-0.5-r1.ebuild:
   Update LICENSE, this is exactly the MIT/X11 license, only with different
@@ -40,4 +46,3 @@
   14 Nov 2004; Thomas Matthijs a...@gentoo.org +files/build.xml,
   +xp-0.5.ebuild:
   initial import, submitted by Jan Brinkmann lu...@the-luckyduck.de
-



1.1  dev-java/xp/xp-0.5-r2.ebuild

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

Index: xp-0.5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/xp-0.5-r2.ebuild,v 1.1 
2014/06/21 07:04:40 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=XP is an XML 1.0 parser written in Java
HOMEPAGE=http://www.jclark.com/xml/xp;
SRC_URI=ftp://ftp.jclark.com/pub/xml/xp.zip;

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

DEPEND==virtual/jdk-1.4
app-arch/unzip
RDEPEND==virtual/jre-1.4

S=${WORKDIR}

java_prepare() {
rm -v xp.jar || die
cp ${FILESDIR}/build.xml . || die
epatch ${FILESDIR}/${PV}-*.patch
}

#premade javadocs
EANT_DOC_TARGET=

src_install() {
java-pkg_dojar xp.jar
dodoc docs/copying.txt
#has index.html and javadocs here
use doc  java-pkg_dohtml -r docs/*
use source  java-pkg_dosrc com
}






[gentoo-commits] gentoo-x86 commit in dev-java/xp/files: 0.5-fix-jdk-1.7-enum.patch

2014-06-21 Thread Johann Schmitz (ercpe)
ercpe   14/06/21 07:04:40

  Added:0.5-fix-jdk-1.7-enum.patch
  Log:
  EAPI bump; ebuild QA; fixed compilation error with jdk 1.7 (#514070)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.1  dev-java/xp/files/0.5-fix-jdk-1.7-enum.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xp/files/0.5-fix-jdk-1.7-enum.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xp/files/0.5-fix-jdk-1.7-enum.patch?rev=1.1content-type=text/plain

Index: 0.5-fix-jdk-1.7-enum.patch
===
diff --git a/com/jclark/xml/sax/Driver.java b/com/jclark/xml/sax/Driver.java
index 2b0d90a..d1efd3e 100644
--- a/com/jclark/xml/sax/Driver.java
+++ b/com/jclark/xml/sax/Driver.java
@@ -160,9 +160,9 @@ public class Driver extends ApplicationImpl
 
 DTD dtd = event.getDTD();
 
-for (Enumeration enum = dtd.entityNames(DTD.NOTATION);
-enum.hasMoreElements(); ) {
-  String name = (String)enum.nextElement();
+for (Enumeration enumx = dtd.entityNames(DTD.NOTATION);
+enumx.hasMoreElements(); ) {
+  String name = (String)enumx.nextElement();
   Entity entity = dtd.getEntity(DTD.NOTATION, name);
   String systemId = entity.getSystemId();
   if (systemId != null) {
@@ -173,9 +173,9 @@ public class Driver extends ApplicationImpl
   }
   dtdHandler.notationDecl(name, entity.getPublicId(), systemId);
 }
-for (Enumeration enum = dtd.entityNames(DTD.GENERAL_ENTITY);
-enum.hasMoreElements();) {
-  String name = (String)enum.nextElement();
+for (Enumeration enumx = dtd.entityNames(DTD.GENERAL_ENTITY);
+enumx.hasMoreElements();) {
+  String name = (String)enumx.nextElement();
   Entity entity = dtd.getEntity(DTD.GENERAL_ENTITY, name);
   String notationName = entity.getNotationName();
   if (notationName != null) {






[gentoo-commits] proj/openrc:master commit in: man/

2014-06-21 Thread William Hubbs
commit: 23cb55d843b165d5508f330287ed329358fc85dc
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sat Jun 21 06:53:17 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sat Jun 21 06:53:17 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=23cb55d8

man/start-stop-daemon.8: correct argument from --nice to --nicelevel

X-Gentoo-Bug: 510648
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=510648

---
 man/start-stop-daemon.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index a805232..b3405d5 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -139,7 +139,7 @@ option.
 Modifies the IO scheduling priority of the daemon.
 Class can be 0 for none, 1 for real time, 2 for best effort and 3 for idle.
 Data can be from 0 to 7 inclusive.
-.It Fl N , -nice Ar level
+.It Fl N , -nicelevel Ar level
 Modifies the scheduling priority of the daemon.
 .It Fl 1 , -stdout Ar logfile
 Redirect the standard output of the process to logfile when started with



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

2014-06-21 Thread Sven Wegener (swegener)
swegener14/06/21 07:41:55

  Modified: ChangeLog
  Added:pdns-recursor-3.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   10 Mar 2014 21:52:43 -  1.42
+++ ChangeLog   21 Jun 2014 07:41:55 -  1.43
@@ -1,6 +1,11 @@
 # 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.42 
2014/03/10 21:52:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.43 
2014/06/21 07:41:55 swegener Exp $
+
+*pdns-recursor-3.6.0 (21 Jun 2014)
+
+  21 Jun 2014; Sven Wegener swege...@gentoo.org +pdns-recursor-3.6.0.ebuild:
+  Version bump.
 
 *pdns-recursor-3.5.3 (10 Mar 2014)
 



1.1  net-dns/pdns-recursor/pdns-recursor-3.6.0.ebuild

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

Index: pdns-recursor-3.6.0.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.0.ebuild,v 1.1 
2014/06/21 07:41:55 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}
!net-dns/pdns-2.9.20-r1
DEPEND=${DEPEND}
=dev-libs/boost-1.33.1

pkg_setup() {
filter-flags -ftree-vectorize
}

src_configure() {
true
}

src_compile() {
emake \
LOCALSTATEDIR=/var/lib/powerdns \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
OPTFLAGS= \
LUA_LIBS_CONFIG=-llua \
LUA_CPPFLAGS_CONFIG= \
LUA=$(use lua  echo 1)
}

src_install() {
dosbin pdns_recursor rec_control
doman pdns_recursor.1 rec_control.1

insinto /etc/powerdns
doins ${FILESDIR}/recursor.conf

doinitd ${FILESDIR}/precursor

# Pretty ugly, uh?
dodir /var/lib/powerdns/var/lib
dosym ../.. /var/lib/powerdns/var/lib/powerdns
}






[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-1.2.1.ebuild ChangeLog

2014-06-21 Thread Ian Delaney (idella4)
idella4 14/06/21 08:10:07

  Modified: ipython-1.2.1.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4, update test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/ipython/ipython-1.2.1.ebuild

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

Index: ipython-1.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipython-1.2.1.ebuild16 Mar 2014 02:42:19 -  1.2
+++ ipython-1.2.1.ebuild21 Jun 2014 08:10:07 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.2.1.ebuild,v 
1.2 2014/03/16 02:42:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.2.1.ebuild,v 
1.3 2014/06/21 08:10:07 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE='readline,sqlite'
 
 inherit distutils-r1 elisp-common eutils virtualx
@@ -118,6 +118,12 @@
 }
 
 python_test() {
+   # Skip py3.4 for now, refine later
+   if [[ ${EPYTHON} == python3.4 ]];then
+   einfo python3.4 has a problem with nose and its own testrunner
+   return 0
+   fi
+
# https://github.com/ipython/ipython/issues/2083
unset PYTHONWARNINGS
 



1.137dev-python/ipython/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.137view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.137content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.136r2=1.137

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   16 Mar 2014 02:42:19 -  1.136
+++ ChangeLog   21 Jun 2014 08:10:07 -  1.137
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ipython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.136 
2014/03/16 02:42:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.137 
2014/06/21 08:10:07 idella4 Exp $
+
+  21 Jun 2014; Ian Delaney idel...@gentoo.org ipython-1.2.1.ebuild:
+  drop py2.6 add py3.4, update test phase
 
   16 Mar 2014; Mike Frysinger vap...@gentoo.org ipython-1.2.1.ebuild:
   Add ia64 love.






[gentoo-commits] gentoo-x86 commit in eclass: distutils-r1.eclass

2014-06-21 Thread Fabian Groffen (grobian)
grobian 14/06/21 08:14:18

  Modified: distutils-r1.eclass
  Log:
  unbreak distutils builds on Darwin

Revision  ChangesPath
1.98 eclass/distutils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?r1=1.97r2=1.98

Index: distutils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- distutils-r1.eclass 19 Jun 2014 12:54:47 -  1.97
+++ distutils-r1.eclass 21 Jun 2014 08:14:18 -  1.98
@@ -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/distutils-r1.eclass,v 1.97 
2014/06/19 12:54:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.98 
2014/06/21 08:14:18 grobian Exp $
 
 # @ECLASS: distutils-r1
 # @MAINTAINER:
@@ -600,8 +600,8 @@
local -x AR=${AR} CC=${CC} CPP=${CPP} CXX=${CXX}
tc-export AR CC CPP CXX
 
-   # XXX: portability for -shared?
-   local -x LDSHARED=${CC} -shared LDCXXSHARED=${CXX} -shared
+   # XXX: portability for -shared? -- YES!
+   [[ ${CHOST} == *-darwin* ]] || local -x LDSHARED=${CC} -shared 
LDCXXSHARED=${CXX} -shared
 
${@}
 






[gentoo-commits] gentoo-x86 commit in app-text/xmlto/files: xmlto-0.0.24-parallelmake.patch

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 08:33:40

  Removed:  xmlto-0.0.24-parallelmake.patch
  Log:
  old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)



[gentoo-commits] gentoo-x86 commit in app-text/xmlto: ChangeLog xmlto-0.0.24-r1.ebuild

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 08:33:40

  Modified: ChangeLog
  Removed:  xmlto-0.0.24-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.92 app-text/xmlto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   21 Jun 2014 06:59:51 -  1.91
+++ ChangeLog   21 Jun 2014 08:33:40 -  1.92
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/xmlto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.91 2014/06/21 
06:59:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.92 2014/06/21 
08:33:40 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org
+  -files/xmlto-0.0.24-parallelmake.patch, -xmlto-0.0.24-r1.ebuild:
+  old
 
 *xmlto-0.0.26 (21 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-sound/vorbis-tools/files: vorbis-tools-1.4.0-underlinking.patch

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 08:49:55

  Added:vorbis-tools-1.4.0-underlinking.patch
  Log:
  Fix bug 513942
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
media-sound/vorbis-tools/files/vorbis-tools-1.4.0-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.4.0-underlinking.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.4.0-underlinking.patch?rev=1.1content-type=text/plain

Index: vorbis-tools-1.4.0-underlinking.patch
===
http://bugs.gentoo.org/513942

Fix building with `./configure --enable-ogg123 --without-flac --without-speex 
--without-kate` and `make`:

libtool: link: gcc -Wall -ffast-math -fsigned-char -O2 -pipe -march=native 
-Wl,-O1 -Wl,--hash-style=gnu -o oggenc oggenc.o audio.o encode.o platform.o 
resample.o skeleton.o  -Wl,--as-needed ../share/libutf8.a ../share/libgetopt.a 
-lvorbisenc -lvorbis -logg
resample.o:resample.c:function res_init: error: undefined reference to 'sin'
collect2: error: ld returned 1 exit status

libtool: link: gcc -Wall -ffast-math -fsigned-char -O2 -pipe -march=native 
-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ogg123 audio.o buffer.o 
callbacks.o cfgfile_options.o cmdline_options.o file_transport.o format.o 
http_transport.o ogg123.o oggvorbis_format.o playlist.o status.o remote.o 
transport.o vorbis_comments.o vgfilter.o  ../share/libutf8.a 
../share/libgetopt.a -lvorbisfile -lvorbis -logg -lao -lnsl -lcurl -lpthread
vgfilter.o:vgfilter.c:function vg_init: error: undefined reference to 
'__pow_finite'
vgfilter.o:vgfilter.c:function vg_init: error: undefined reference to 
'__pow_finite'
vgfilter.o:vgfilter.c:function vg_filter: error: undefined reference to 'tanh'
vgfilter.o:vgfilter.c:function vg_filter: error: undefined reference to 'tanh'
collect2: error: ld returned 1 exit status

This is using the new GNU gold linker:

$ ld -v
GNU gold (GNU Binutils 2.24) 1.11

Happens because -lm gets appended to the libraries list only with, for example, 
--with-flac but vgfilter.c and resample.c are always
using functions from the mathlib.

Therefore, always link to mathlib:

--- ogg123/Makefile.am
+++ ogg123/Makefile.am
@@ -30,7 +30,7 @@
 ogg123_LDADD = @SHARE_LIBS@ \
   @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ \
@SOCKET_LIBS@ @LIBICONV@ @CURL_LIBS@ @PTHREAD_CFLAGS@ \
-   @PTHREAD_LIBS@ @I18N_LIBS@ @FLAC_LIBS@ @SPEEX_LIBS@
+   @PTHREAD_LIBS@ @I18N_LIBS@ @FLAC_LIBS@ @SPEEX_LIBS@ -lm
 
 ogg123_DEPENDENCIES = @SHARE_LIBS@
 ogg123_SOURCES = audio.c buffer.c callbacks.c \
--- oggenc/Makefile.am
+++ oggenc/Makefile.am
@@ -23,7 +23,7 @@
 
 oggenc_LDADD = @SHARE_LIBS@ \
   @VORBISENC_LIBS@ @VORBIS_LIBS@ @KATE_LIBS@ @OGG_LIBS@ \
-  @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@
+  @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@ -lm
 
 oggenc_DEPENDENCIES = @SHARE_LIBS@
 






[gentoo-commits] gentoo-x86 commit in media-sound/vorbis-tools: ChangeLog vorbis-tools-1.4.0-r1.ebuild

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 08:49:55

  Modified: ChangeLog
  Added:vorbis-tools-1.4.0-r1.ebuild
  Log:
  Fix bug 513942
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.103media-sound/vorbis-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   4 Feb 2014 08:40:33 -   1.102
+++ ChangeLog   21 Jun 2014 08:49:55 -  1.103
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/vorbis-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.102 
2014/02/04 08:40:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.103 
2014/06/21 08:49:55 ssuominen Exp $
+
+*vorbis-tools-1.4.0-r1 (21 Jun 2014)
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org
+  +vorbis-tools-1.4.0-r1.ebuild, +files/vorbis-tools-1.4.0-underlinking.patch:
+  Fix underlinking issues with USE=-* ogg123 wrt #513942 by Patrick Lauer
+  Revision bump in case eautoreconf has unexpected consequences.
 
   04 Feb 2014; Samuli Suominen ssuomi...@gentoo.org 
vorbis-tools-1.4.0.ebuild:
   Use EAPI5



1.1  media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild?rev=1.1content-type=text/plain

Index: vorbis-tools-1.4.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild,v 
1.1 2014/06/21 08:49:55 ssuominen Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=tools for using the Ogg Vorbis sound file format
HOMEPAGE=http://www.vorbis.com;
SRC_URI=http://downloads.xiph.org/releases/vorbis/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
IUSE=flac kate nls +ogg123 speex

RDEPEND==media-libs/libvorbis-1.3.0
flac? ( media-libs/flac )
kate? ( media-libs/libkate )
ogg123? (
=media-libs/libao-1.0.0
net-misc/curl
)
speex? ( media-libs/speex )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig

DOCS=AUTHORS CHANGES README

src_prepare() {
epatch ${FILESDIR}/${P}-underlinking.patch
eautoreconf
}

src_configure() {
econf \
$(use_enable nls) \
$(use_enable ogg123) \
$(use_with flac) \
$(use_with speex) \
$(use_with kate)
}






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

2014-06-21 Thread Tim Harder (radhermit)
radhermit14/06/21 09:03:07

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

Revision  ChangesPath
1.22 dev-libs/libgit2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   9 Mar 2014 11:55:27 -   1.21
+++ ChangeLog   21 Jun 2014 09:03:06 -  1.22
@@ -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.21 
2014/03/09 11:55:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.22 
2014/06/21 09:03:06 radhermit Exp $
+
+*libgit2-0.21.0 (21 Jun 2014)
+
+  21 Jun 2014; Tim Harder radher...@gentoo.org +libgit2-0.21.0.ebuild:
+  Version bump.
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org libgit2-0.20.0-r1.ebuild:
   x86 stable, bug 499954



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

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

Index: libgit2-0.21.0.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.0.ebuild,v 1.1 
2014/06/21 09:03:06 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 dev-libs/libgit2: ChangeLog libgit2-0.19.0.ebuild libgit2-0.20.0.ebuild

2014-06-21 Thread Tim Harder (radhermit)
radhermit14/06/21 09:04:07

  Modified: ChangeLog
  Removed:  libgit2-0.19.0.ebuild libgit2-0.20.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.23 dev-libs/libgit2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   21 Jun 2014 09:03:06 -  1.22
+++ ChangeLog   21 Jun 2014 09:04:07 -  1.23
@@ -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.22 
2014/06/21 09:03:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.23 
2014/06/21 09:04:07 radhermit Exp $
+
+  21 Jun 2014; Tim Harder radher...@gentoo.org -libgit2-0.19.0.ebuild,
+  -libgit2-0.20.0.ebuild:
+  Remove old.
 
 *libgit2-0.21.0 (21 Jun 2014)
 






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

2014-06-21 Thread Markos Chandras (hwoarang)
hwoarang14/06/21 09:47:14

  Modified: ChangeLog package.mask
  Log:
  unmask latest sssd

Revision  ChangesPath
1.9101   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9100
retrieving revision 1.9101
diff -u -r1.9100 -r1.9101
--- ChangeLog   19 Jun 2014 03:12:47 -  1.9100
+++ ChangeLog   21 Jun 2014 09:47:13 -  1.9101
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9100 2014/06/19 
03:12:47 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9101 2014/06/21 
09:47:13 hwoarang Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  21 Jun 2014; Markos Chandras hwoar...@gentoo.org package.mask:
+  unmask latest sssd
+
   19 Jun 2014; Alexandre Rostovtsev tetrom...@gentoo.org package.mask:
   Moved emul-linux-x86-baselibs-20140508-r{10,11} to -r{13,14} to allow
   unmasked -r12 for fixing file collision with unmasked lcms:0[abi_x86_32].



1.15808  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15807
retrieving revision 1.15808
diff -u -r1.15807 -r1.15808
--- package.mask19 Jun 2014 21:48:41 -  1.15807
+++ package.mask21 Jun 2014 09:47:13 -  1.15808
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15807 2014/06/19 
21:48:41 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15808 2014/06/21 
09:47:13 hwoarang Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -34,10 +34,6 @@
 # Masked for removal in 30 days, bug #495848
 net-libs/cyassl
 
-# Markos Chandras hwoar...@gentoo.org (14 Jun 2014)
-# Masked for testing in production
-=sys-auth/sssd-1.11.6
-
 # Mike Gilbert flop...@gentoo.org (13 Jun 2014)
 # Masked due to security bug 499870.
 # Please migrate to net-misc/libreswan.






[gentoo-commits] gentoo-x86 commit in net-libs/http-parser: http-parser-2.3.ebuild ChangeLog

2014-06-21 Thread Julian Ospald (hasufell)
hasufell14/06/21 09:54:24

  Modified: ChangeLog
  Added:http-parser-2.3.ebuild
  Log:
  version bump wrt #514154
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.4  net-libs/http-parser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Sep 2013 19:23:27 -   1.3
+++ ChangeLog   21 Jun 2014 09:54:24 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/http-parser
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.3 
2013/09/05 19:23:27 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.4 
2014/06/21 09:54:24 hasufell Exp $
+
+*http-parser-2.3 (21 Jun 2014)
+
+  21 Jun 2014; Julian Ospald hasuf...@gentoo.org +http-parser-2.3.ebuild,
+  +files/http-parser-2.3-flags.patch:
+  version bump wrt #514154
 
   05 Sep 2013; Agostino Sarubbo a...@gentoo.org http-parser-2.1.ebuild:
   Stable for x86, wrt bug #482608



1.1  net-libs/http-parser/http-parser-2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?rev=1.1content-type=text/plain

Index: http-parser-2.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/http-parser/http-parser-2.3.ebuild,v 1.1 
2014/06/21 09:54:24 hasufell Exp $

EAPI=5

SONAMEVER=2.3
SONAME=libhttp_parser.so.${SONAMEVER}

inherit eutils toolchain-funcs multilib multilib-minimal

DESCRIPTION=A parser for HTTP messages written in C. It parses both requests 
and responses
HOMEPAGE=https://github.com/joyent/http-parser;
SRC_URI=https://github.com/joyent/http-parser/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=0/${SONAMEVER}
KEYWORDS=~amd64 ~x86
IUSE=

src_prepare() {
tc-export CC
epatch ${FILESDIR}/${P}-flags.patch
multilib_copy_sources
}

multilib_src_compile() {
emake library
}

multilib_src_install() {
doheader http_parser.h
dolib.so ${SONAME}
dosym ${SONAME} /usr/$(get_libdir)/libhttp_parser.so
}

multilib_src_install_all() {
dodoc README.md
}






[gentoo-commits] gentoo-x86 commit in net-libs/http-parser/files: http-parser-2.3-flags.patch

2014-06-21 Thread Julian Ospald (hasufell)
hasufell14/06/21 09:54:24

  Added:http-parser-2.3-flags.patch
  Log:
  version bump wrt #514154
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.1  net-libs/http-parser/files/http-parser-2.3-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/files/http-parser-2.3-flags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/files/http-parser-2.3-flags.patch?rev=1.1content-type=text/plain

Index: http-parser-2.3-flags.patch
===
commit 3752e633e23284133decc8ca8481e4416a317fbc
Author: hasufell hasuf...@gentoo.org
Date:   Sun Jun 30 12:27:04 2013 +0200

respect system flags

diff --git a/Makefile b/Makefile
index 64e5c2f..2e20723 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ CPPFLAGS_DEBUG += $(CPPFLAGS_DEBUG_EXTRA)
 CPPFLAGS_FAST = $(CPPFLAGS) -DHTTP_PARSER_STRICT=0
 CPPFLAGS_FAST += $(CPPFLAGS_FAST_EXTRA)
 
-CFLAGS += -Wall -Wextra -Werror
-CFLAGS_DEBUG = $(CFLAGS) -O0 -g $(CFLAGS_DEBUG_EXTRA)
-CFLAGS_FAST = $(CFLAGS) -O3 $(CFLAGS_FAST_EXTRA)
+CFLAGS += -Wall -Wextra
+CFLAGS_DEBUG = $(CFLAGS) $(CFLAGS_DEBUG_EXTRA)
+CFLAGS_FAST = $(CFLAGS) $(CFLAGS_FAST_EXTRA)
 CFLAGS_LIB = $(CFLAGS_FAST) -fPIC
 
 test: test_g test_fast
@@ -44,7 +44,7 @@ libhttp_parser.o: http_parser.c http_parser.h Makefile
$(CC) $(CPPFLAGS_FAST) $(CFLAGS_LIB) -c http_parser.c -o 
libhttp_parser.o
 
 library: libhttp_parser.o
-   $(CC) $(LDFLAGS_LIB) -o $(SONAME) $
+   $(CC) $(CFLAGS) $(LDFLAGS_LIB) -o $(SONAME) $
 
 package: http_parser.o
$(AR) rcs libhttp_parser.a http_parser.o






[gentoo-commits] gentoo-x86 commit in net-libs/http-parser: ChangeLog http-parser-2.3.ebuild

2014-06-21 Thread Julian Ospald (hasufell)
hasufell14/06/21 10:05:49

  Modified: ChangeLog http-parser-2.3.ebuild
  Log:
  add static-libs USE flag
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.5  net-libs/http-parser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   21 Jun 2014 09:54:24 -  1.4
+++ ChangeLog   21 Jun 2014 10:05:49 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/http-parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.4 
2014/06/21 09:54:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.5 
2014/06/21 10:05:49 hasufell Exp $
+
+  21 Jun 2014; Julian Ospald hasuf...@gentoo.org http-parser-2.3.ebuild:
+  add static-libs USE flag
 
 *http-parser-2.3 (21 Jun 2014)
 



1.2  net-libs/http-parser/http-parser-2.3.ebuild

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

Index: http-parser-2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-parser-2.3.ebuild  21 Jun 2014 09:54:24 -  1.1
+++ http-parser-2.3.ebuild  21 Jun 2014 10:05:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.1 
2014/06/21 09:54:24 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.2 
2014/06/21 10:05:49 hasufell Exp $
 
 EAPI=5
 
@@ -16,22 +16,24 @@
 LICENSE=MIT
 SLOT=0/${SONAMEVER}
 KEYWORDS=~amd64 ~x86
-IUSE=
+IUSE=static-libs
 
 src_prepare() {
-   tc-export CC
+   tc-export CC AR
epatch ${FILESDIR}/${P}-flags.patch
multilib_copy_sources
 }
 
 multilib_src_compile() {
emake library
+   use static-libs  emake package
 }
 
 multilib_src_install() {
doheader http_parser.h
dolib.so ${SONAME}
dosym ${SONAME} /usr/$(get_libdir)/libhttp_parser.so
+   use static-libs  dolib.a libhttp_parser.a
 }
 
 multilib_src_install_all() {






[gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-7.0.4.ebuild ChangeLog

2014-06-21 Thread Thomas Beierlein (tomjbe)
tomjbe  14/06/21 10:01:20

  Modified: ChangeLog
  Added:bacula-7.0.4.ebuild
  Log:
  Bugfix release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.166app-backup/bacula/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   10 Apr 2014 16:13:10 -  1.165
+++ ChangeLog   21 Jun 2014 10:01:19 -  1.166
@@ -1,6 +1,11 @@
 # ChangeLog for app-backup/bacula
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.165 
2014/04/10 16:13:10 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.166 
2014/06/21 10:01:19 tomjbe Exp $
+
+*bacula-7.0.4 (21 Jun 2014)
+
+  21 Jun 2014; Thomas Beierlein tom...@gentoo.org +bacula-7.0.4.ebuild:
+  Bugfix release
 
 *bacula-7.0.2 (10 Apr 2014)
 



1.1  app-backup/bacula/bacula-7.0.4.ebuild

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

Index: bacula-7.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-7.0.4.ebuild,v 1.1 
2014/06/21 10:01:19 tomjbe Exp $

EAPI=5

inherit eutils multilib qt4-r2 systemd user

MY_PV=${PV/_beta/-b}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Featureful client/server network backup suite
HOMEPAGE=http://www.bacula.org/;
SRC_URI=mirror://sourceforge/bacula/${MY_P}.tar.gz

LICENSE=AGPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres qt4 readline +sqlite3 ssl static tcpd vim-syntax X

DEPEND=
dev-libs/gmp
!bacula-clientonly? (
postgres? ( dev-db/postgresql-base[threads] )
mysql? ( virtual/mysql )
sqlite3? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )
)
qt4? (
dev-qt/qtsvg:4
x11-libs/qwt:5
)
logwatch? ( sys-apps/logwatch )
tcpd? ( =sys-apps/tcp-wrappers-7.6 )
readline? ( =sys-libs/readline-4.1 )
static? (
acl? ( virtual/acl[static-libs] )
sys-libs/zlib[static-libs]
dev-libs/lzo[static-libs]
sys-libs/ncurses[static-libs]
ssl? ( dev-libs/openssl[static-libs] )
)
!static? (
acl? ( virtual/acl )
sys-libs/zlib
dev-libs/lzo
sys-libs/ncurses
ssl? ( dev-libs/openssl )
)
RDEPEND=${DEPEND}
!bacula-clientonly? (
!bacula-nosd? (
sys-block/mtx
app-arch/mt-st
)
)
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )

REQUIRED_USE=|| ( ^^ ( mysql postgres sqlite3 ) bacula-clientonly )
static? ( bacula-clientonly )

S=${WORKDIR}/${MY_P}

pkg_setup() {
#XOR and !bacula-clientonly controlled by REQUIRED_USE
use mysql  export mydbtype=mysql
use postgres  export mydbtype=postgresql
use sqlite3  export mydbtype=sqlite3

# create the daemon group and user
if [ -z $(egetent group bacula 2/dev/null) ]; then
enewgroup bacula
einfo
einfo The group 'bacula' has been created. Any users you add 
to this
einfo group have access to files created by the daemons.
einfo
fi

if use bacula-clientonly  use static  use qt4; then
ewarn
ewarn Building statically linked 'bat' is not supported. 
Ignorig 'qt4' useflag.
ewarn
fi

if ! use bacula-clientonly; then
if [ -z $(egetent passwd bacula 2/dev/null) ]; then
enewuser bacula -1 -1 /var/lib/bacula 
bacula,disk,tape,cdrom,cdrw
einfo
einfo The user 'bacula' has been created.  Please see 
the bacula manual
einfo for 

[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin/files: xfce4-wmdock-plugin-0.6.0-LINGUAS.patch

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:25

  Added:xfce4-wmdock-plugin-0.6.0-LINGUAS.patch
  Log:
  Fix building with eg. LINGUAS=es because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch?rev=1.1content-type=text/plain

Index: xfce4-wmdock-plugin-0.6.0-LINGUAS.patch
===
http://bugs.gentoo.org/508486
http://bugzilla.xfce.org/show_bug.cgi?id=10969

--- configure
+++ configure
@@ -12147,7 +12147,7 @@
 
 
 
-ALL_LINGUAS=ar ast ca cs da de el en_GB es eu fr gl hu id it ja kk ko lt 
lv messages nl pt pt_BR ru sk sv tr ug uk ur ur_PK zh_CN zh_TW 
+ALL_LINGUAS=ast ca cs da de el en_GB eu fr gl hu id it ja kk lv messages 
pt pt_BR ru sv ug uk ur ur_PK zh_CN 
 
for ac_header in locale.h
 do :






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS=es because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild?r1=1.3r2=1.4

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE=debug
 
 RDEPEND=x11-libs/gtk+:2
-   =xfce-base/libxfce4util-4.8
-   =xfce-base/libxfcegui4-4.8
-   =xfce-base/xfce4-panel-4.8
+   =xfce-base/libxfce4util-4.10
+   =xfce-base/libxfcegui4-4.10
+   =xfce-base/xfce4-panel-4.10
=x11-libs/libwnck-2.8.1:1
x11-libs/libX11
 DEPEND=${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
+   sys-devel/gettext
+   virtual/pkgconfig
 
 pkg_setup() {
+   PATCHES=( ${FILESDIR}/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir=${EPREFIX}/usr/$(get_libdir)
$(xfconf_use_debug)



1.17 xfce-extra/xfce4-wmdock-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS=es because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/hiawatha-monitor: hiawatha-monitor-0.8.ebuild ChangeLog

2014-06-21 Thread Julian Ospald (hasufell)
hasufell14/06/21 10:24:00

  Modified: ChangeLog
  Added:hiawatha-monitor-0.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.2  www-apps/hiawatha-monitor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 May 2014 13:19:28 -  1.1
+++ ChangeLog   21 Jun 2014 10:23:59 -  1.2
@@ -1,10 +1,14 @@
 # ChangeLog for www-apps/hiawatha-monitor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v 1.1 
2014/05/22 13:19:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v 1.2 
2014/06/21 10:23:59 hasufell Exp $
+
+*hiawatha-monitor-0.8 (21 Jun 2014)
+
+  21 Jun 2014; Julian Ospald hasuf...@gentoo.org 
+hiawatha-monitor-0.8.ebuild:
+  version bump
 
 *hiawatha-monitor-0.7 (22 May 2014)
 
   22 May 2014; Julian Ospald hasuf...@gentoo.org
   +hiawatha-monitor-0.7.ebuild, +metadata.xml:
   initial import wrt #466588
-



1.1  www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild

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

Index: hiawatha-monitor-0.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild,v 
1.1 2014/06/21 10:23:59 hasufell Exp $

EAPI=5

MY_P=monitor

DESCRIPTION=Monitoring application for www-servers/hiawatha
HOMEPAGE=http://www.hiawatha-webserver.org/howto/monitor;
SRC_URI=http://www.hiawatha-webserver.org/files/${MY_P}-${PV}.tar.gz 

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

RDEPEND==dev-lang/php-5*[mysql,xslt]
virtual/cron
virtual/mysql
www-servers/hiawatha[xslt]

S=${WORKDIR}/${MY_P}

src_install () {
default

rm -f ChangeLog README LICENSE

insinto /usr/share/${PN}
doins -r *
}






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: hiawatha-9.6.ebuild ChangeLog

2014-06-21 Thread Julian Ospald (hasufell)
hasufell14/06/21 10:26:59

  Modified: ChangeLog
  Added:hiawatha-9.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.4  www-servers/hiawatha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 May 2014 17:17:42 -  1.3
+++ ChangeLog   21 Jun 2014 10:26:59 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.3 
2014/05/23 17:17:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.4 
2014/06/21 10:26:59 hasufell Exp $
+
+*hiawatha-9.6 (21 Jun 2014)
+
+  21 Jun 2014; Julian Ospald hasuf...@gentoo.org +hiawatha-9.6.ebuild:
+  version bump
 
   23 May 2014; Julian Ospald hasuf...@gentoo.org
   +files/hiawatha-9.5-cflags.patch, hiawatha-9.5.ebuild:



1.1  www-servers/hiawatha/hiawatha-9.6.ebuild

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

Index: hiawatha-9.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v 
1.1 2014/06/21 10:26:59 hasufell Exp $

# ssl USE flag currently broken
# https://github.com/hsleisink/hiawatha/issues/15

EAPI=5

CMAKE_MIN_VERSION=2.8.4
CMAKE_BUILD_TYPE=RelWithDebInfo

inherit cmake-utils user

DESCRIPTION=Advanced and secure webserver
HOMEPAGE=http://www.hiawatha-webserver.org;
SRC_URI=http://www.hiawatha-webserver.org/files/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt

RDEPEND=
=net-libs/polarssl-1.3
xslt? ( dev-libs/libxslt
dev-libs/libxml2 )
DEPEND=${RDEPEND}
PDEPEND=monitor? ( www-apps/hiawatha-monitor )

# set this in make.conf if you want to use a different user/group
HIAWATHA_USER=${HIAWATHA_USER:-hiawatha}
HIAWATHA_GROUP=${HIAWATHA_GROUP:-hiawatha}

pkg_setup() {
enewgroup ${HIAWATHA_GROUP}
enewuser ${HIAWATHA_USER} -1 -1 /var/www/hiawatha ${HIAWATHA_GROUP}
}

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

rm -r polarssl || die

grep '#ServerId =' config/hiawatha.conf.in 1/dev/null || die
sed -i \
-e s/#ServerId =.*$/ServerId = ${HIAWATHA_USER}/ \
config/hiawatha.conf.in || die
}

src_configure() {
local mycmakeargs=(
-DCONFIG_DIR:STRING=/etc/hiawatha
$(cmake-utils_use_enable cache CACHE)
$(cmake-utils_use_enable debug DEBUG)
$(cmake-utils_use_enable ipv6 IPV6)
$(cmake-utils_use_enable kernel_linux LOADCHECK)
$(cmake-utils_use_enable monitor MONITOR)
$(cmake-utils_use_enable rproxy RPROXY)
-DENABLE_SSL=YES
$(cmake-utils_use_enable tomahawk TOMAHAWK)
$(cmake-utils_use_enable rewrite TOOLKIT)
$(cmake-utils_use_enable xslt XSLT)
-DLOG_DIR:STRING=/var/log/hiawatha
-DPID_DIR:STRING=/var/run
-DUSE_SHARED_POLARSSL_LIBRARY=ON
-DUSE_SYSTEM_POLARSSL=ON
-DWEBROOT_DIR:STRING=/var/www/hiawatha
-DWORK_DIR:STRING=/var/lib/hiawatha
)

cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

rm -rf ${ED%%/}/var/www/hiawatha/*

newinitd ${FILESDIR}/hiawatha.initd hiawatha

local i
for i in /var/{lib,log}/hiawatha ; do
keepdir ${i}
fowners ${HIAWATHA_USER}:${HIAWATHA_GROUP} ${i}
fperms 0750 ${i}
done

keepdir /var/www/hiawatha
fowners ${HIAWATHA_USER}:${HIAWATHA_GROUP} /var/www/hiawatha
}






[gentoo-commits] gentoo-x86 commit in net-misc/freerdp: freerdp-1.1.0_beta1_p20130710-r1.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 10:58:45

  Modified: freerdp-1.1.0_beta1_p20130710-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #511688
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild

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

Index: freerdp-1.1.0_beta1_p20130710-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freerdp-1.1.0_beta1_p20130710-r1.ebuild 21 Jun 2014 01:55:09 -  
1.1
+++ freerdp-1.1.0_beta1_p20130710-r1.ebuild 21 Jun 2014 10:58:45 -  
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/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
 1.1 2014/06/21 01:55:09 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
 1.2 2014/06/21 10:58:45 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 if [[ ${PV} != * ]]; then
COMMIT=780d451afad21a22d2af6bd030ee71311856f038
SRC_URI=https://github.com/FreeRDP/FreeRDP/archive/${COMMIT}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86
+   KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~x86
 else
inherit git-2
SRC_URI=



1.65 net-misc/freerdp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   21 Jun 2014 01:55:09 -  1.64
+++ ChangeLog   21 Jun 2014 10:58:45 -  1.65
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/freerdp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v 1.64 
2014/06/21 01:55:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v 1.65 
2014/06/21 10:58:45 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  freerdp-1.1.0_beta1_p20130710-r1.ebuild:
+  Stable for amd64, wrt bug #511688
 
 *freerdp-1.1.0_beta1_p20130710-r1 (21 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/asterisk: asterisk-1.8.28.2.ebuild asterisk-11.10.2.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 10:58:58

  Modified: asterisk-1.8.28.2.ebuild asterisk-11.10.2.ebuild
ChangeLog
  Log:
  Stable for amd64, wrt bug #513102
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/asterisk/asterisk-1.8.28.2.ebuild

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

Index: asterisk-1.8.28.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asterisk-1.8.28.2.ebuild16 Jun 2014 10:46:13 -  1.1
+++ asterisk-1.8.28.2.ebuild21 Jun 2014 10:58:57 -  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/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v 1.1 
2014/06/16 10:46:13 chainsaw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v 1.2 
2014/06/21 10:58:57 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-1.20.tar.bz2
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file



1.2  net-misc/asterisk/asterisk-11.10.2.ebuild

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

Index: asterisk-11.10.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asterisk-11.10.2.ebuild 16 Jun 2014 10:46:13 -  1.1
+++ asterisk-11.10.2.ebuild 21 Jun 2014 10:58:58 -  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/net-misc/asterisk/asterisk-11.10.2.ebuild,v 
1.1 2014/06/16 10:46:13 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild,v 
1.2 2014/06/21 10:58:58 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file



1.487net-misc/asterisk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.487view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.487content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?r1=1.486r2=1.487

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -r1.486 -r1.487
--- ChangeLog   16 Jun 2014 10:57:09 -  1.486
+++ ChangeLog   21 Jun 2014 10:58:58 -  1.487
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.486 
2014/06/16 10:57:09 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.487 
2014/06/21 10:58:58 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org asterisk-1.8.28.2.ebuild,
+  asterisk-11.10.2.ebuild:
+  Stable for amd64, wrt bug #513102
 
 *asterisk-12.3.2 (16 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/mcollective: mcollective-2.5.2.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 10:58:50

  Modified: mcollective-2.5.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #513292
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-admin/mcollective/mcollective-2.5.2.ebuild

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

Index: mcollective-2.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mcollective-2.5.2.ebuild15 Jun 2014 03:48:41 -  1.1
+++ mcollective-2.5.2.ebuild21 Jun 2014 10:58:50 -  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/mcollective/mcollective-2.5.2.ebuild,v 1.1 
2014/06/15 03:48:41 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.2.ebuild,v 1.2 
2014/06/21 10:58:50 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc +client
 
 DEPEND=



1.24 app-admin/mcollective/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   15 Jun 2014 03:48:41 -  1.23
+++ ChangeLog   21 Jun 2014 10:58:50 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/mcollective
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.23 
2014/06/15 03:48:41 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.24 
2014/06/21 10:58:50 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org mcollective-2.5.2.ebuild:
+  Stable for amd64, wrt bug #513292
 
 *mcollective-2.5.2 (15 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/freerdp: freerdp-1.1.0_beta1_p20130710-r1.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 10:59:57

  Modified: freerdp-1.1.0_beta1_p20130710-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #511688
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild?r1=1.2r2=1.3

Index: freerdp-1.1.0_beta1_p20130710-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freerdp-1.1.0_beta1_p20130710-r1.ebuild 21 Jun 2014 10:58:45 -  
1.2
+++ freerdp-1.1.0_beta1_p20130710-r1.ebuild 21 Jun 2014 10:59:57 -  
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/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
 1.2 2014/06/21 10:58:45 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.1.0_beta1_p20130710-r1.ebuild,v
 1.3 2014/06/21 10:59:57 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 if [[ ${PV} != * ]]; then
COMMIT=780d451afad21a22d2af6bd030ee71311856f038
SRC_URI=https://github.com/FreeRDP/FreeRDP/archive/${COMMIT}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~x86
+   KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 x86
 else
inherit git-2
SRC_URI=



1.66 net-misc/freerdp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/freerdp/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   21 Jun 2014 10:58:45 -  1.65
+++ ChangeLog   21 Jun 2014 10:59:57 -  1.66
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/freerdp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v 1.65 
2014/06/21 10:58:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/ChangeLog,v 1.66 
2014/06/21 10:59:57 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org
+  freerdp-1.1.0_beta1_p20130710-r1.ebuild:
+  Stable for x86, wrt bug #511688
 
   21 Jun 2014; Agostino Sarubbo a...@gentoo.org
   freerdp-1.1.0_beta1_p20130710-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/asterisk: asterisk-11.10.2.ebuild asterisk-1.8.28.2.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 11:00:07

  Modified: asterisk-11.10.2.ebuild asterisk-1.8.28.2.ebuild
ChangeLog
  Log:
  Stable for x86, wrt bug #513102
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/asterisk/asterisk-11.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild?r1=1.2r2=1.3

Index: asterisk-11.10.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asterisk-11.10.2.ebuild 21 Jun 2014 10:58:58 -  1.2
+++ asterisk-11.10.2.ebuild 21 Jun 2014 11:00:07 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild,v 
1.2 2014/06/21 10:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.10.2.ebuild,v 
1.3 2014/06/21 11:00:07 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 
 IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file



1.3  net-misc/asterisk/asterisk-1.8.28.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild?r1=1.2r2=1.3

Index: asterisk-1.8.28.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asterisk-1.8.28.2.ebuild21 Jun 2014 10:58:57 -  1.2
+++ asterisk-1.8.28.2.ebuild21 Jun 2014 11:00:07 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v 1.2 
2014/06/21 10:58:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v 1.3 
2014/06/21 11:00:07 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-1.20.tar.bz2
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 
 IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file



1.488net-misc/asterisk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.488view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.488content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?r1=1.487r2=1.488

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -r1.487 -r1.488
--- ChangeLog   21 Jun 2014 10:58:58 -  1.487
+++ ChangeLog   21 Jun 2014 11:00:07 -  1.488
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.487 
2014/06/21 10:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.488 
2014/06/21 11:00:07 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org asterisk-1.8.28.2.ebuild,
+  asterisk-11.10.2.ebuild:
+  Stable for x86, wrt bug #513102
 
   21 Jun 2014; Agostino Sarubbo a...@gentoo.org asterisk-1.8.28.2.ebuild,
   asterisk-11.10.2.ebuild:







[gentoo-commits] gentoo-x86 commit in app-admin/mcollective: mcollective-2.5.2.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 11:00:01

  Modified: mcollective-2.5.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #513292
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-admin/mcollective/mcollective-2.5.2.ebuild

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

Index: mcollective-2.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mcollective-2.5.2.ebuild21 Jun 2014 10:58:50 -  1.2
+++ mcollective-2.5.2.ebuild21 Jun 2014 11:00:01 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.2.ebuild,v 1.2 
2014/06/21 10:58:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.5.2.ebuild,v 1.3 
2014/06/21 11:00:01 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=doc +client
 
 DEPEND=



1.25 app-admin/mcollective/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   21 Jun 2014 10:58:50 -  1.24
+++ ChangeLog   21 Jun 2014 11:00:01 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/mcollective
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.24 
2014/06/21 10:58:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.25 
2014/06/21 11:00:01 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org mcollective-2.5.2.ebuild:
+  Stable for x86, wrt bug #513292
 
   21 Jun 2014; Agostino Sarubbo a...@gentoo.org mcollective-2.5.2.ebuild:
   Stable for amd64, wrt bug #513292






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.0m.ebuild openssl-0.9.8z_p1-r1.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 11:07:01

  Modified: openssl-1.0.0m.ebuild openssl-0.9.8z_p1-r1.ebuild
ChangeLog
  Log:
  Stable for amd64, wrt bug #512506
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-libs/openssl/openssl-1.0.0m.ebuild

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

Index: openssl-1.0.0m.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssl-1.0.0m.ebuild   15 Jun 2014 12:28:20 -  1.2
+++ openssl-1.0.0m.ebuild   21 Jun 2014 11:07:01 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v 
1.2 2014/06/15 12:28:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v 
1.3 2014/06/21 11:07:01 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos rfc3779 sse2 static-libs test zlib
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



1.4  dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild

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

Index: openssl-0.9.8z_p1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-0.9.8z_p1-r1.ebuild 16 Jun 2014 07:59:28 -  1.3
+++ openssl-0.9.8z_p1-r1.ebuild 21 Jun 2014 11:07:01 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.3 
2014/06/16 07:59:28 chainsaw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.4 
2014/06/21 11:07:01 ago Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -18,7 +18,7 @@
 
 LICENSE=openssl
 SLOT=0.9.8
-KEYWORDS=alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos sse2 test zlib
 
 RDEPEND=gmp? ( dev-libs/gmp )



1.557dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.557view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.557content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.556r2=1.557

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -r1.556 -r1.557
--- ChangeLog   18 Jun 2014 19:18:41 -  1.556
+++ ChangeLog   21 Jun 2014 11:07:01 -  1.557
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.556 
2014/06/18 19:18:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.557 
2014/06/21 11:07:01 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r1.ebuild,
+  openssl-1.0.0m.ebuild:
+  Stable for amd64, wrt bug #512506
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org openssl-0.9.8y-r1.ebuild,
   openssl-0.9.8z_p1-r2.ebuild, openssl-1.0.1g-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-0.9.8z_p1-r1.ebuild openssl-1.0.0m.ebuild ChangeLog

2014-06-21 Thread Agostino Sarubbo (ago)
ago 14/06/21 11:08:13

  Modified: openssl-0.9.8z_p1-r1.ebuild openssl-1.0.0m.ebuild
ChangeLog
  Log:
  Stable for x86, wrt bug #512506
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild

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

Index: openssl-0.9.8z_p1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openssl-0.9.8z_p1-r1.ebuild 21 Jun 2014 11:07:01 -  1.4
+++ openssl-0.9.8z_p1-r1.ebuild 21 Jun 2014 11:08:13 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.4 
2014/06/21 11:07:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.5 
2014/06/21 11:08:13 ago Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -18,7 +18,7 @@
 
 LICENSE=openssl
 SLOT=0.9.8
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos sse2 test zlib
 
 RDEPEND=gmp? ( dev-libs/gmp )



1.4  dev-libs/openssl/openssl-1.0.0m.ebuild

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

Index: openssl-1.0.0m.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-1.0.0m.ebuild   21 Jun 2014 11:07:01 -  1.3
+++ openssl-1.0.0m.ebuild   21 Jun 2014 11:08:13 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v 
1.3 2014/06/21 11:07:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0m.ebuild,v 
1.4 2014/06/21 11:08:13 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos rfc3779 sse2 static-libs test zlib
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



1.558dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -r1.557 -r1.558
--- ChangeLog   21 Jun 2014 11:07:01 -  1.557
+++ ChangeLog   21 Jun 2014 11:08:13 -  1.558
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.557 
2014/06/21 11:07:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.558 
2014/06/21 11:08:13 ago Exp $
+
+  21 Jun 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r1.ebuild,
+  openssl-1.0.0m.ebuild, openssl-1.0.1h-r1.ebuild:
+  Stable for x86, wrt bug #512506
 
   21 Jun 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r1.ebuild,
   openssl-1.0.0m.ebuild:






[gentoo-commits] gentoo-x86 commit in app-arch/mate-file-archiver: mate-file-archiver-1.6.1.ebuild ChangeLog

2014-06-21 Thread Tom Wijsman (tomwij)
tomwij  14/06/21 12:04:48

  Modified: mate-file-archiver-1.6.1.ebuild ChangeLog
  Log:
  Add missing app-text/gnome-doc-utils dependency for xml2po; fixes bug 
#514068, reported by Patrick Lauer.
  
  (Portage version: 2.2.10_p125/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.3  app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild

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

Index: mate-file-archiver-1.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-file-archiver-1.6.1.ebuild 4 May 2014 14:52:59 -   1.2
+++ mate-file-archiver-1.6.1.ebuild 21 Jun 2014 12:04:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild,v
 1.2 2014/05/04 14:52:59 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild,v
 1.3 2014/06/21 12:04:48 tomwij Exp $
 
 EAPI=5
 
@@ -29,6 +29,7 @@
caja? ( =mate-base/mate-file-manager-1.6:0 )
 
 DEPEND=${RDEPEND}
+   =app-text/gnome-doc-utils-0.20.10:0
=app-text/mate-doc-utils-1.6:0
=dev-util/intltool-0.35:*
=mate-base/mate-common-1.6:0



1.3  app-arch/mate-file-archiver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/mate-file-archiver/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/mate-file-archiver/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/mate-file-archiver/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 May 2014 14:52:59 -   1.2
+++ ChangeLog   21 Jun 2014 12:04:48 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/mate-file-archiver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/ChangeLog,v 1.2 
2014/05/04 14:52:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/ChangeLog,v 1.3 
2014/06/21 12:04:48 tomwij Exp $
+
+  21 Jun 2014; Tom Wijsman tom...@gentoo.org mate-file-archiver-1.6.1.ebuild:
+  Add missing app-text/gnome-doc-utils dependency for xml2po; fixes bug 
#514068,
+  reported by Patrick Lauer.
 
   04 May 2014; Agostino Sarubbo a...@gentoo.org
   mate-file-archiver-1.6.1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-im/gajim: gajim-0.16_rc1.ebuild ChangeLog

2014-06-21 Thread Tobias Klausmann (klausman)
klausman14/06/21 13:13:36

  Modified: gajim-0.16_rc1.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #485170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.4  net-im/gajim/gajim-0.16_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild?r1=1.3r2=1.4

Index: gajim-0.16_rc1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gajim-0.16_rc1.ebuild   8 May 2014 11:49:43 -   1.3
+++ gajim-0.16_rc1.ebuild   21 Jun 2014 13:13:36 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v 1.3 
2014/05/08 11:49:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.16_rc1.ebuild,v 1.4 
2014/06/21 13:13:36 klausman Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~x86 ~x86-fbsd
 IUSE=avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify 
networkmanager nls spell +srv test X xhtml
 
 REQUIRED_USE=



1.208net-im/gajim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.208view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?rev=1.208content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/ChangeLog?r1=1.207r2=1.208

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   19 May 2014 14:33:21 -  1.207
+++ ChangeLog   21 Jun 2014 13:13:36 -  1.208
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/gajim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.207 2014/05/19 
14:33:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.208 2014/06/21 
13:13:36 klausman Exp $
+
+  21 Jun 2014; Tobias Klausmann klaus...@gentoo.org gajim-0.16_rc1.ebuild:
+  Keyworded on alpha, bug #485170
 
   19 May 2014; Justin Lecher j...@gentoo.org -gajim-0.15.3-r1.ebuild,
   -gajim-0.16_beta1.ebuild, -gajim-0.16_beta2.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-python/python-nbxmpp: ChangeLog

2014-06-21 Thread Tobias Klausmann (klausman)
klausman14/06/21 13:13:18

  Modified: ChangeLog
  Log:
  Keyworded on alpha, bug #485170
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.8  dev-python/python-nbxmpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   20 Jun 2014 14:09:14 -  1.7
+++ ChangeLog   21 Jun 2014 13:13:17 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-nbxmpp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.7 
2014/06/20 14:09:14 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.8 
2014/06/21 13:13:17 klausman Exp $
+
+  21 Jun 2014; Tobias Klausmann klaus...@gentoo.org
+  python-nbxmpp-0.4-r1.ebuild:
+  Keyworded on alpha, bug #485170
 
   20 Jun 2014; Tobias Klausmann klaus...@gentoo.org
   python-nbxmpp-0.4-r1.ebuild:
@@ -33,4 +37,3 @@
   28 Jul 2013; Justin Lecher j...@gentoo.org +python-nbxmpp-0.2.ebuild,
   +metadata.xml:
   New addition wirtten by me
-






[gentoo-commits] gentoo-x86 commit in net-misc/cgminer: cgminer-4.4.0.ebuild cgminer-4.4.1.ebuild ChangeLog

2014-06-21 Thread Anthony G. Basile (blueness)
blueness14/06/21 13:15:07

  Modified: cgminer-4.4.0.ebuild ChangeLog
  Added:cgminer-4.4.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  net-misc/cgminer/cgminer-4.4.0.ebuild

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

Index: cgminer-4.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-4.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgminer-4.4.0.ebuild17 Jun 2014 15:14:31 -  1.1
+++ cgminer-4.4.0.ebuild21 Jun 2014 13:15: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/net-misc/cgminer/cgminer-4.4.0.ebuild,v 1.1 
2014/06/17 15:14:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-4.4.0.ebuild,v 1.2 
2014/06/21 13:15:07 blueness Exp $
 
 EAPI=5
 
@@ -8,8 +8,8 @@
 
 DESCRIPTION=Bitcoin CPU/GPU/FPGA/ASIC miner in C
 HOMEPAGE=http://bitcointalk.org/?topic=28402.msg357369 
http://github.com/ckolivas/cgminer;
-SRC_URI=http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2;
-#SRC_URI=http://ck.kolivas.org/apps/cgminer/4.4/${P}.tar.bz2;
+#SRC_URI=http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2;
+SRC_URI=http://ck.kolivas.org/apps/cgminer/4.4/${P}.tar.bz2;
 
 LICENSE=GPL-3
 SLOT=0



1.76 net-misc/cgminer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   17 Jun 2014 15:14:31 -  1.75
+++ ChangeLog   21 Jun 2014 13:15:07 -  1.76
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/cgminer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.75 
2014/06/17 15:14:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.76 
2014/06/21 13:15:07 blueness Exp $
+
+*cgminer-4.4.1 (21 Jun 2014)
+
+  21 Jun 2014; Anthony G. Basile bluen...@gentoo.org +cgminer-4.4.1.ebuild,
+  cgminer-4.4.0.ebuild:
+  Version bump
 
 *cgminer-4.4.0 (17 Jun 2014)
 



1.1  net-misc/cgminer/cgminer-4.4.1.ebuild

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

Index: cgminer-4.4.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/cgminer/cgminer-4.4.1.ebuild,v 1.1 
2014/06/21 13:15:07 blueness Exp $

EAPI=5

inherit autotools eutils flag-o-matic

DESCRIPTION=Bitcoin CPU/GPU/FPGA/ASIC miner in C
HOMEPAGE=http://bitcointalk.org/?topic=28402.msg357369 
http://github.com/ckolivas/cgminer;
SRC_URI=http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2;
#SRC_URI=http://ck.kolivas.org/apps/cgminer/4.4/${P}.tar.bz2;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86

HARDWARE=ants1 ants2 avalon avalon2 bab bitmine_A1 bflsc bitforce bitfury 
cointerra drillbit hashfast icarus klondike knc minion modminer spondoolies
IUSE=doc examples udev hardened ncurses ${HARDWARE}

REQUIRED_USE=|| ( ${HARDWARE} )

RDEPEND=net-misc/curl
=dev-libs/jansson-2.5
ncurses? ( sys-libs/ncurses )
avalon? ( virtual/libusb:1 )
bflsc? ( virtual/libusb:1 )
bitforce? ( virtual/libusb:1 )
bitfury? ( virtual/libusb:1 )
cointerra? ( virtual/libusb:1 )
drillbit? ( virtual/libusb:1 )
hashfast? ( virtual/libusb:1 )
icarus? ( virtual/libusb:1 )
klondike? ( virtual/libusb:1 )
modminer? ( virtual/libusb:1 )
spondoolies? ( virtual/libusb:1 )
DEPEND=virtual/pkgconfig
${RDEPEND}

src_prepare() {
epatch ${FILESDIR}/${PN}-4.3.5-system-jansson.patch
eautoreconf
}

src_configure() {
use hardened  append-cflags 

[gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-3.1.1.ebuild ChangeLog

2014-06-21 Thread Ian Delaney (idella4)
idella4 14/06/21 15:17:30

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

Revision  ChangesPath
1.2  dev-python/pytables/pytables-3.1.1.ebuild

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

Index: pytables-3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytables-3.1.1.ebuild   14 Apr 2014 17:48:57 -  1.1
+++ pytables-3.1.1.ebuild   21 Jun 2014 15:17:30 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1.ebuild,v 
1.1 2014/04/14 17:48:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1.ebuild,v 
1.2 2014/06/21 15:17:30 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 MY_PN=tables
 MY_P=${MY_PN}-${PV}
@@ -43,6 +43,11 @@
distutils-r1_python_prepare_all
 }
 
+python_compile() {
+   python_is_python3 || local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
+   distutils-r1_python_compile
+}
+
 python_test() {
cd ${BUILD_DIR}/lib* || die
${EPYTHON} tables/tests/test_all.py || die



1.52 dev-python/pytables/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytables/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   14 Apr 2014 17:48:57 -  1.51
+++ ChangeLog   21 Jun 2014 15:17:30 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytables
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.51 
2014/04/14 17:48:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.52 
2014/06/21 15:17:30 idella4 Exp $
+
+  21 Jun 2014; Ian Delaney idel...@gentoo.org pytables-3.1.1.ebuild:
+  drop py2.6 add py3.4 support
 
 *pytables-3.1.1 (14 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/openpyxl: openpyxl-1.6.2.ebuild ChangeLog

2014-06-21 Thread Ian Delaney (idella4)
idella4 14/06/21 15:27:44

  Modified: openpyxl-1.6.2.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4 support, unrestrict test
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/openpyxl/openpyxl-1.6.2.ebuild

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

Index: openpyxl-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openpyxl-1.6.2.ebuild   5 Sep 2013 18:47:02 -   1.2
+++ openpyxl-1.6.2.ebuild   21 Jun 2014 15:27:44 -  1.3
@@ -1,10 +1,10 @@
-# 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/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v 
1.2 2013/09/05 18:47:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-1.6.2.ebuild,v 
1.3 2014/06/21 15:27:44 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -20,10 +20,7 @@
 RDEPEND=
 DEPEND=test? ( dev-python/nose[${PYTHON_USEDEP}] )
 
-# Upstream:
-# Openpyxl supports python (even if some tests can fail on 2.4) from 2.4 to 
3.2.
-RESTRICT=test
-
 python_test() {
-   esetup.py test
+   # Testsuite appears py2 capable only
+   ! python_is_python3   esetup.py test
 }



1.5  dev-python/openpyxl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Sep 2013 18:47:02 -   1.4
+++ ChangeLog   21 Jun 2014 15:27:44 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/openpyxl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.4 
2013/09/05 18:47:02 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.5 
2014/06/21 15:27:44 idella4 Exp $
+
+  21 Jun 2014; Ian Delaney idel...@gentoo.org openpyxl-1.6.2.ebuild:
+  drop py2.6 add py3.4 support, unrestrict test
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org openpyxl-1.6.2.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel: genkernel-3.4.49.2.ebuild genkernel-3.4.49.1.ebuild genkernel-3.4.49.ebuild genkernel-3.4.45.1.ebuild genkernel-3.4.48.ebuild genkernel-9999

2014-06-21 Thread Richard Yao (ryao)
ryao14/06/21 15:32:58

  Modified: genkernel-3.4.49.2.ebuild genkernel-3.4.49.1.ebuild
genkernel-3.4.49.ebuild genkernel-3.4.45.1.ebuild
genkernel-3.4.48.ebuild genkernel-.ebuild
ChangeLog
  Log:
  Fix epatch_user, bug #514112
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  ChangesPath
1.7  sys-kernel/genkernel/genkernel-3.4.49.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild?r1=1.6r2=1.7

Index: genkernel-3.4.49.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- genkernel-3.4.49.2.ebuild   21 Jun 2014 05:13:41 -  1.6
+++ genkernel-3.4.49.2.ebuild   21 Jun 2014 15:32:58 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v 1.6 
2014/06/21 05:13:41 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v 1.7 
2014/06/21 15:32:58 ryao Exp $
 
 # genkernel-- latest Git branch master
 # genkernel-VERSION - normal genkernel release
@@ -97,8 +97,7 @@
${S}/defaults/software.sh \
|| die Could not adjust versions
 
-   # wtfbbq ? see #514112
-   #epatch_user || die
+   epatch_user
 }
 
 src_compile() {



1.4  sys-kernel/genkernel/genkernel-3.4.49.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild?r1=1.3r2=1.4

Index: genkernel-3.4.49.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- genkernel-3.4.49.1.ebuild   20 Jun 2014 18:17:46 -  1.3
+++ genkernel-3.4.49.1.ebuild   21 Jun 2014 15:32:58 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild,v 1.3 
2014/06/20 18:17:46 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.1.ebuild,v 1.4 
2014/06/21 15:32:58 ryao Exp $
 
 # genkernel-- latest Git branch master
 # genkernel-VERSION - normal genkernel release
@@ -97,7 +97,7 @@
${S}/defaults/software.sh \
|| die Could not adjust versions
 
-   epatch_user || die
+   epatch_user
 }
 
 src_compile() {



1.10 sys-kernel/genkernel/genkernel-3.4.49.ebuild

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

Index: genkernel-3.4.49.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- genkernel-3.4.49.ebuild 20 Jun 2014 18:17:46 -  1.9
+++ genkernel-3.4.49.ebuild 21 Jun 2014 15:32:58 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.ebuild,v 1.9 
2014/06/20 18:17:46 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.ebuild,v 1.10 
2014/06/21 15:32:58 ryao Exp $
 
 # genkernel-- latest Git branch master
 # genkernel-VERSION - normal genkernel release
@@ -97,7 +97,7 @@
${S}/defaults/software.sh \
|| die Could not adjust versions
 
-   epatch_user || die
+   epatch_user
 }
 
 src_compile() {



1.17 

[gentoo-commits] gentoo-x86 commit in media-libs/phonon: phonon-9999.ebuild phonon-4.7.2.ebuild ChangeLog

2014-06-21 Thread Michael Palimaka (kensington)
kensington14/06/21 15:36:48

  Modified: phonon-.ebuild ChangeLog
  Added:phonon-4.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.23 media-libs/phonon/phonon-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-.ebuild?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-.ebuild?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-.ebuild?r1=1.22r2=1.23

Index: phonon-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- phonon-.ebuild  27 May 2014 11:21:03 -  1.22
+++ phonon-.ebuild  21 Jun 2014 15:36:48 -  1.23
@@ -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/media-libs/phonon/phonon-.ebuild,v 1.22 
2014/05/27 11:21:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-.ebuild,v 1.23 
2014/06/21 15:36:48 kensington Exp $
 
 EAPI=5
 
@@ -22,7 +22,13 @@
 SLOT=0
 IUSE=aqua debug designer +gstreamer pulseaudio +qt4 qt5 vlc zeitgeist
 
-COMMON_DEPEND=
+REQUIRED_USE=
+   || ( aqua gstreamer vlc )
+   || ( qt4 qt5 )
+   zeitgeist? ( qt4 )
+
+
+RDEPEND=
!!dev-qt/qtphonon:4
qt4? (
dev-qt/qtcore:4
@@ -33,9 +39,7 @@
qt5? (
dev-qt/qtcore:5
dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
dev-qt/qtgui:5
-   dev-qt/qtopengl:5
dev-qt/qtwidgets:5
designer? ( dev-qt/designer:5 )
)
@@ -45,22 +49,15 @@
)
zeitgeist? ( dev-libs/libqzeitgeist )
 
+DEPEND=${RDEPEND}
+   qt4? ( =dev-util/automoc-0.9.87 )
+   virtual/pkgconfig
+
 PDEPEND=
aqua? ( media-libs/phonon-qt7 )
gstreamer? ( =media-libs/phonon-gstreamer-4.7.0[qt4?,qt5?] )
vlc? ( =media-libs/phonon-vlc-0.7.0[qt4?,qt5?] )
 
-RDEPEND=${COMMON_DEPEND}
-DEPEND=${COMMON_DEPEND}
-   qt4? ( =dev-util/automoc-0.9.87 )
-   virtual/pkgconfig
-
-
-REQUIRED_USE=
-   || ( aqua gstreamer vlc )
-   || ( qt4 qt5 )
-   zeitgeist? ( qt4 )
-
 
 PATCHES=( ${FILESDIR}/${PN}-4.7.0-plugin-install.patch )
 



1.57 media-libs/phonon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   27 May 2014 11:21:03 -  1.56
+++ ChangeLog   21 Jun 2014 15:36:48 -  1.57
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/phonon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.56 
2014/05/27 11:21:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.57 
2014/06/21 15:36:48 kensington Exp $
+
+*phonon-4.7.2 (21 Jun 2014)
+
+  21 Jun 2014; Michael Palimaka kensing...@gentoo.org +phonon-4.7.2.ebuild,
+  phonon-.ebuild:
+  Version bump.
 
 *phonon-4.7.1-r1 (27 May 2014)
 



1.1  media-libs/phonon/phonon-4.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild?rev=1.1content-type=text/plain

Index: phonon-4.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild,v 1.1 
2014/06/21 15:36:48 kensington Exp $

EAPI=5

if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/phonon/${PV}/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
else
SCM_ECLASS=git-r3
EGIT_REPO_URI=( git://anongit.kde.org/${PN} )
KEYWORDS=
fi

inherit cmake-utils multibuild ${SCM_ECLASS}

DESCRIPTION=KDE multimedia API
HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon;


[gentoo-commits] gentoo-x86 commit in sys-fs/eudev: ChangeLog

2014-06-21 Thread Mike Gilbert (floppym)
floppym 14/06/21 15:43:09

  Modified: ChangeLog
  Log:
  Fix Copyright year.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.117sys-fs/eudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   20 Jun 2014 00:22:15 -  1.116
+++ ChangeLog   21 Jun 2014 15:43:09 -  1.117
@@ -1,6 +1,6 @@
 # ChangeLog for sys-fs/eudev
-# Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.116 2014/06/20 
00:22:15 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.117 2014/06/21 
15:43:09 floppym Exp $
 
 *eudev-1.8 (20 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/phonon-gstreamer: phonon-gstreamer-9999.ebuild phonon-gstreamer-4.7.2.ebuild ChangeLog

2014-06-21 Thread Michael Palimaka (kensington)
kensington14/06/21 16:20:46

  Modified: phonon-gstreamer-.ebuild ChangeLog
  Added:phonon-gstreamer-4.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.17 media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild?r1=1.16r2=1.17

Index: phonon-gstreamer-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- phonon-gstreamer-.ebuild11 Nov 2013 21:07:10 -  1.16
+++ phonon-gstreamer-.ebuild21 Jun 2014 16:20:46 -  1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild,v
 1.16 2013/11/11 21:07:10 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild,v
 1.17 2014/06/21 16:20:46 kensington Exp $
 
 EAPI=5
 
@@ -27,7 +27,9 @@
 REQUIRED_USE=|| ( qt4 qt5 )
 
 RDEPEND=
+   dev-libs/glib:2
media-libs/gstreamer:0.10
+   media-libs/gst-plugins-base:0.10
media-plugins/gst-plugins-meta:0.10[alsa?,ogg,vorbis]
=media-libs/phonon-4.7.0[qt4?,qt5?]
qt4? (
@@ -39,6 +41,7 @@
dev-qt/qtcore:5[glib]
dev-qt/qtgui:5[glib]
dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
)
virtual/opengl
network? ( media-plugins/gst-plugins-soup:0.10 )



1.47 media-libs/phonon-gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   6 Dec 2013 13:02:43 -   1.46
+++ ChangeLog   21 Jun 2014 16:20:46 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/phonon-gstreamer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 
1.46 2013/12/06 13:02:43 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 
1.47 2014/06/21 16:20:46 kensington Exp $
+
+*phonon-gstreamer-4.7.2 (21 Jun 2014)
+
+  21 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  +phonon-gstreamer-4.7.2.ebuild, phonon-gstreamer-.ebuild:
+  Version bump.
 
 *phonon-gstreamer-4.7.1 (06 Dec 2013)
 



1.1  media-libs/phonon-gstreamer/phonon-gstreamer-4.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.7.2.ebuild?rev=1.1content-type=text/plain

Index: phonon-gstreamer-4.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.7.2.ebuild,v
 1.1 2014/06/21 16:20:46 kensington Exp $

EAPI=5

[[ ${PV} == * ]]  git_eclass=git-r3
EGIT_REPO_URI=( git://anongit.kde.org/${PN} )

MY_PN=phonon-backend-gstreamer
MY_P=${MY_PN}-${PV}

inherit cmake-utils multibuild ${git_eclass}

DESCRIPTION=Phonon GStreamer backend
HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer;
[[ ${PV} == * ]] || 
SRC_URI=mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.xz

LICENSE=LGPL-2.1
if [[ ${PV} == * ]]; then
KEYWORDS=
else
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos
fi
SLOT=0
IUSE=alsa debug +network +qt4 qt5
REQUIRED_USE=|| ( qt4 qt5 )

RDEPEND=
dev-libs/glib:2

[gentoo-commits] dev/pva: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:20:52 2014 +

New branch: master




[gentoo-commits] dev/rbrown: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:25:34 2014 +

New branch: master




[gentoo-commits] dev/seemant: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:31:27 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in media-libs/phonon-vlc: phonon-vlc-9999.ebuild phonon-vlc-0.7.2.ebuild ChangeLog

2014-06-21 Thread Michael Palimaka (kensington)
kensington14/06/21 16:37:07

  Modified: phonon-vlc-.ebuild ChangeLog
  Added:phonon-vlc-0.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.15 media-libs/phonon-vlc/phonon-vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild?r1=1.14r2=1.15

Index: phonon-vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- phonon-vlc-.ebuild  18 Nov 2013 20:04:14 -  1.14
+++ phonon-vlc-.ebuild  21 Jun 2014 16:37:07 -  1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild,v 1.14 
2013/11/18 20:04:14 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-.ebuild,v 1.15 
2014/06/21 16:37:07 kensington Exp $
 
 EAPI=5
 
@@ -30,19 +30,18 @@
=media-video/vlc-2.0.1:=[dbus,ogg,vorbis]
qt4? (
dev-qt/qtcore:4
-   dev-qt/qtdbus:4
dev-qt/qtgui:4
)
qt5? (
dev-qt/qtcore:5
-   dev-qt/qtdbus:5
dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
)
 
 DEPEND=${RDEPEND}
app-arch/xz-utils
-   qt4? ( =dev-util/automoc-0.9.87 )
virtual/pkgconfig
+   qt4? ( =dev-util/automoc-0.9.87 )
 
 
 [[ ${PV} ==  ]] || S=${WORKDIR}/${MY_P}



1.44 media-libs/phonon-vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   6 Dec 2013 12:59:26 -   1.43
+++ ChangeLog   21 Jun 2014 16:37:07 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/phonon-vlc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.43 
2013/12/06 12:59:26 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.44 
2014/06/21 16:37:07 kensington Exp $
+
+*phonon-vlc-0.7.2 (21 Jun 2014)
+
+  21 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  +phonon-vlc-0.7.2.ebuild, phonon-vlc-.ebuild:
+  Version bump.
 
 *phonon-vlc-0.7.1 (06 Dec 2013)
 



1.1  media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild?rev=1.1content-type=text/plain

Index: phonon-vlc-0.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.7.2.ebuild,v 1.1 
2014/06/21 16:37:07 kensington Exp $

EAPI=5

MY_PN=phonon-backend-vlc
MY_P=${MY_PN}-${PV}
EGIT_REPO_URI=( git://anongit.kde.org/${PN} )
[[ ${PV} ==  ]]  git_eclass=git-r3
inherit cmake-utils multibuild ${git_eclass}
unset git_eclass

DESCRIPTION=Phonon VLC backend
HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc;
[[ ${PV} ==  ]] || 
SRC_URI=mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.xz

LICENSE=LGPL-2.1

# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd

SLOT=0
IUSE=debug +qt4 qt5
REQUIRED_USE=|| ( qt4 qt5 )

RDEPEND=
=media-libs/phonon-4.7.0[qt4=,qt5=]
=media-video/vlc-2.0.1:=[dbus,ogg,vorbis]
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5

[gentoo-commits] dev/suka: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:45:30 2014 +

New branch: master




[gentoo-commits] dev/weeve: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:50:27 2014 +

New branch: master




[gentoo-commits] dev/wolf31o2: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 16:57:49 2014 +

New branch: master




[gentoo-commits] dev/zaheerm: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:00:44 2014 +

New branch: master




[gentoo-commits] dev/zeypher: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:03:12 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in x11-misc/wmiface: wmiface-2.1.ebuild ChangeLog

2014-06-21 Thread Michael Palimaka (kensington)
kensington14/06/21 17:03:21

  Modified: wmiface-2.1.ebuild ChangeLog
  Log:
  Add missing dependency wrt bug #514144. Bump EAPI.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  x11-misc/wmiface/wmiface-2.1.ebuild

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

Index: wmiface-2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmiface-2.1.ebuild  2 Mar 2013 23:54:30 -   1.4
+++ wmiface-2.1.ebuild  21 Jun 2014 17:03:21 -  1.5
@@ -1,8 +1,8 @@
-# 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/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.4 
2013/03/02 23:54:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.5 
2014/06/21 17:03:21 kensington Exp $
 
-EAPI=4
+EAPI=5
 
 inherit cmake-utils
 
@@ -15,8 +15,10 @@
 KEYWORDS=~amd64 ~x86
 IUSE=debug
 
-DEPEND=
+RDEPEND=
dev-qt/qtcore:4
x11-libs/libX11
 
-RDEPEND=${DEPEND}
+DEPEND=${DEPEND}
+   dev-qt/qtgui:4
+



1.5  x11-misc/wmiface/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2013 23:54:30 -   1.4
+++ ChangeLog   21 Jun 2014 17:03:21 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/wmiface
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.4 2013/03/02 
23:54:30 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.5 2014/06/21 
17:03:21 kensington Exp $
+
+  21 Jun 2014; Michael Palimaka kensing...@gentoo.org wmiface-2.1.ebuild:
+  Add missing dependency wrt bug #514144. Bump EAPI.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org wmiface-2.1.ebuild:
   Move Qt dependencies to the new category






[gentoo-commits] dev/radek: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:07:45 2014 +

New branch: master




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

2014-06-21 Thread Christoph Junghans
commit: 31a828fa9265315977a2f1676d11dc0b41c5a665
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Sat Jun 21 17:30:24 2014 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Sat Jun 21 17:30:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31a828fa

added missing deps (bug #514084)

Package-Manager: portage-2.2.8-r1

---
 sci-physics/espresso++/ChangeLog  | 3 +++
 sci-physics/espresso++/espresso++-.ebuild | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index d9abef0..ff742e1 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2014; Christoph Junghans ott...@gentoo.org espresso++-.ebuild:
+  added missing deps (bug #514084)
+
   19 May 2014; Christoph Junghans ott...@gentoo.org espresso++-.ebuild:
   upstream repo moved
 

diff --git a/sci-physics/espresso++/espresso++-.ebuild 
b/sci-physics/espresso++/espresso++-.ebuild
index 07a7f98..6642526 100644
--- a/sci-physics/espresso++/espresso++-.ebuild
+++ b/sci-physics/espresso++/espresso++-.ebuild
@@ -31,6 +31,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RDEPEND=${PYTHON_DEPS}
virtual/mpi
dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+   sci-libs/fftw:3.0
dev-python/mpi4py
 DEPEND=${RDEPEND}
 



[gentoo-commits] dev/liquidx: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:33:21 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in sci-physics/espresso++: espresso++-1.6.0.ebuild ChangeLog

2014-06-21 Thread Christoph Junghans (ottxor)
ottxor  14/06/21 17:35:12

  Modified: espresso++-1.6.0.ebuild ChangeLog
  Log:
  added missing dep (bug #514084)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  sci-physics/espresso++/espresso++-1.6.0.ebuild

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

Index: espresso++-1.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- espresso++-1.6.0.ebuild 16 Feb 2014 19:05:53 -  1.2
+++ espresso++-1.6.0.ebuild 21 Jun 2014 17:35:12 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.2 
2014/02/16 19:05:53 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.3 
2014/06/21 17:35:12 ottxor Exp $
 
 EAPI=5
 
@@ -35,6 +35,7 @@
 
 RDEPEND=${PYTHON_DEPS}
virtual/mpi
+   sci-libs/fftw:3.0
system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )
 DEPEND=${RDEPEND}
 



1.8  sci-physics/espresso++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   16 Feb 2014 19:05:53 -  1.7
+++ ChangeLog   21 Jun 2014 17:35:12 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/espresso++
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.7 
2014/02/16 19:05:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.8 
2014/06/21 17:35:12 ottxor Exp $
+
+  21 Jun 2014; Christoph Junghans ott...@gentoo.org espresso++-1.6.0.ebuild:
+  added missing dep (bug #514084)
 
   16 Feb 2014; Christoph Junghans ott...@gentoo.org espresso++-1.6.0.ebuild:
   remove obsolete FindMPI module (bug #501454)






[gentoo-commits] dev/lu_zero: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:35:21 2014 +

New branch: master




[gentoo-commits] dev/mabi: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 17:39:45 2014 +

New branch: master




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

2014-06-21 Thread Anthony G. Basile (blueness)
blueness14/06/21 17:50:04

  Modified: ChangeLog
  Added:hardened-sources-3.2.60-r1.ebuild
  Log:
  vanilla-3.2.60 + genpatches-3.2.16 + grsecurity-3.0-3.2.60-201406191345
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1068   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -u -r1.1067 -r1.1068
--- ChangeLog   11 Jun 2014 14:08:04 -  1.1067
+++ ChangeLog   21 Jun 2014 17:50:04 -  1.1068
@@ -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.1067 2014/06/11 14:08:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1068 2014/06/21 17:50:04 blueness Exp $
+
+*hardened-sources-3.2.60-r1 (21 Jun 2014)
+
+  21 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.60-r1.ebuild:
+  vanilla-3.2.60 + genpatches-3.2.16 + grsecurity-3.0-3.2.60-201406191345
 
 *hardened-sources-3.14.6 (11 Jun 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.60-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60-r1.ebuild?rev=1.1content-type=text/plain

Index: hardened-sources-3.2.60-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.60-r1.ebuild,v
 1.1 2014/06/21 17:50:04 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 net-misc/netctl: netctl-9999.ebuild netctl-1.7.ebuild netctl-1.6.ebuild netctl-1.8.ebuild ChangeLog netctl-1.4.ebuild netctl-1.3.ebuild

2014-06-21 Thread Mike Gilbert (floppym)
floppym 14/06/21 17:55:44

  Modified: netctl-.ebuild netctl-1.7.ebuild
netctl-1.6.ebuild ChangeLog
  Added:netctl-1.8.ebuild
  Removed:  netctl-1.4.ebuild netctl-1.3.ebuild
  Log:
  Version bump. Add blockers to ensure we have a usable version of dhcpcd, bug 
514166. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.12 net-misc/netctl/netctl-.ebuild

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

Index: netctl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- netctl-.ebuild  19 Oct 2013 19:26:07 -  1.11
+++ netctl-.ebuild  21 Jun 2014 17:55:44 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-.ebuild,v 1.11 
2013/10/19 19:26:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-.ebuild,v 1.12 
2014/06/21 17:55:44 floppym Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
=net-dns/openresolv-3.5.4-r1
sys-apps/iproute2
sys-apps/systemd
-   !net-misc/dhcpcd-5.6.7
+   !net-misc/dhcpcd-6.4.0
 
 
 src_prepare() {



1.2  net-misc/netctl/netctl-1.7.ebuild

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

Index: netctl-1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netctl-1.7.ebuild   20 May 2014 20:11:17 -  1.1
+++ netctl-1.7.ebuild   21 Jun 2014 17:55:44 -  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/net-misc/netctl/netctl-1.7.ebuild,v 1.1 
2014/05/20 20:11:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.7.ebuild,v 1.2 
2014/06/21 17:55:44 floppym Exp $
 
 EAPI=5
 
@@ -34,6 +34,7 @@
sys-apps/iproute2
sys-apps/systemd
!net-misc/dhcpcd-5.6.7
+   !=net-misc/dhcpcd-6.4.0
 
 
 src_prepare() {



1.4  net-misc/netctl/netctl-1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild?r1=1.3r2=1.4

Index: netctl-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netctl-1.6.ebuild   14 Jun 2014 10:43:41 -  1.3
+++ netctl-1.6.ebuild   21 Jun 2014 17:55:44 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild,v 1.3 
2014/06/14 10:43:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.6.ebuild,v 1.4 
2014/06/21 17:55:44 floppym Exp $
 
 EAPI=5
 
@@ -34,6 +34,7 @@
sys-apps/iproute2
sys-apps/systemd
!net-misc/dhcpcd-5.6.7
+   !=net-misc/dhcpcd-6.4.0
 
 
 src_prepare() {



1.22 net-misc/netctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   14 Jun 2014 10:43:41 -  1.21
+++ ChangeLog   

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

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 18:06:10

  Modified: udev-.ebuild ChangeLog
  Log:
  Create group input wrt bugs #246847 and #514174
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.305sys-fs/udev/udev-.ebuild

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

Index: udev-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- udev-.ebuild20 Jun 2014 09:40:15 -  1.304
+++ udev-.ebuild21 Jun 2014 18:06:09 -  1.305
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.304 
2014/06/20 09:40:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-.ebuild,v 1.305 
2014/06/21 18:06:09 ssuominen Exp $
 
 EAPI=5
 
-inherit autotools bash-completion-r1 eutils linux-info multilib 
toolchain-funcs versionator multilib-minimal
+inherit autotools bash-completion-r1 eutils linux-info multilib 
multilib-minimal toolchain-funcs user versionator
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/systemd/systemd
@@ -98,6 +98,11 @@
eerror Your running kernel is too old to run this version of 
${P}
eerror You need to upgrade kernel at least to ${MINKV}
fi
+
+   # 
http://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
+   # http://bugs.gentoo.org/246847
+   # http://bugs.gentoo.org/514174
+   enewgroup input
 }
 
 src_prepare() {



1.1052   sys-fs/udev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -r1.1051 -r1.1052
--- ChangeLog   20 Jun 2014 09:40:16 -  1.1051
+++ ChangeLog   21 Jun 2014 18:06:09 -  1.1052
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1051 2014/06/20 
09:40:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1052 2014/06/21 
18:06:09 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org udev-.ebuild:
+  Create group input wrt bugs #246847 and #514174
 
   20 Jun 2014; Samuli Suominen ssuomi...@gentoo.org udev-214.ebuild,
   udev-.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/webmcp/files: webmcp-1.2.5-gentoo.patch

2014-06-21 Thread Alfredo Tupone (tupone)
tupone  14/06/21 18:27:05

  Modified: webmcp-1.2.5-gentoo.patch
  Log:
  Build fix. Bug #514162
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.2  www-apps/webmcp/files/webmcp-1.2.5-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webmcp/files/webmcp-1.2.5-gentoo.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webmcp/files/webmcp-1.2.5-gentoo.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webmcp/files/webmcp-1.2.5-gentoo.patch?r1=1.1r2=1.2

Index: webmcp-1.2.5-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apps/webmcp/files/webmcp-1.2.5-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webmcp-1.2.5-gentoo.patch   24 Apr 2013 08:15:15 -  1.1
+++ webmcp-1.2.5-gentoo.patch   21 Jun 2014 18:27:05 -  1.2
@@ -41,7 +41,7 @@
  # TODO: check alternatives to -D_GNU_SOURCE -fPIC
  #   using libtool?
 -CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include
-+CPPFLAGS = -D_GNU_SOURCE -I /usr/include
++CPPFLAGS = -D_GNU_SOURCE
  
  # additional C compiler flags for parts which depend on PostgreSQL
  CFLAGS_PGSQL = -I /usr/include/postgresql -I /usr/include/postgresql/server 
-I /usr/local/include/postgresql -I /usr/local/include/postgresql/server
@@ -95,3 +95,47 @@
  
  #define EXTOS_MAX_ERRLEN 80
  #define EXTOS_EXEC_MAX_ARGS 64
+--- framework/accelerator/Makefile.old 2014-06-21 20:15:21.019918183 +0200
 framework/accelerator/Makefile 2014-06-21 20:15:44.700471794 +0200
+@@ -4,7 +4,7 @@
+   $(LD) $(LDFLAGS) -o webmcp_accelerator.$(SLIB_EXT) webmcp_accelerator.o
+ 
+ webmcp_accelerator.o: webmcp_accelerator.c
+-  $(CC) -c $(CFLAGS) -o webmcp_accelerator.o webmcp_accelerator.c
++  $(CC) -c $(CFLAGS) $(CPPFLAGS) -fPIC -o webmcp_accelerator.o 
webmcp_accelerator.c
+ 
+ clean::
+   rm -f webmcp_accelerator.so webmcp_accelerator.o
+--- libraries/extos/Makefile.old   2014-06-21 20:18:25.594611956 +0200
 libraries/extos/Makefile   2014-06-21 20:18:50.457183029 +0200
+@@ -4,7 +4,7 @@
+   $(LD) $(LDFLAGS) -o extos.$(SLIB_EXT) extos.o -lrt -lcrypt -llua
+ 
+ extos.o: extos.c
+-  $(CC) -c $(CFLAGS) -o extos.o extos.c
++  $(CC) -c $(CFLAGS) $(CPPFLAGS) -fPIC -o extos.o extos.c
+ 
+ clean::
+   rm -f extos.so extos.o
+--- libraries/mondelefant/Makefile.old 2014-06-21 20:19:58.218962359 +0200
 libraries/mondelefant/Makefile 2014-06-21 20:20:24.527476578 +0200
+@@ -4,7 +4,7 @@
+   $(LD) $(LDFLAGS) $(LDFLAGS_PGSQL) -o mondelefant_native.$(SLIB_EXT) 
mondelefant_native.o -lpq -llua
+ 
+ mondelefant_native.o: mondelefant_native.c
+-  $(CC) -c $(CFLAGS) $(CFLAGS_PGSQL) -o mondelefant_native.o 
mondelefant_native.c
++  $(CC) -c $(CFLAGS) $(CPPFLAGS) -fPIC $(CFLAGS_PGSQL) -o 
mondelefant_native.o mondelefant_native.c
+ 
+ test:: mondelefant_native.so mondelefant.lua
+   lua -l mondelefant
+--- libraries/multirand/Makefile.old   2014-06-21 20:21:36.950197127 +0200
 libraries/multirand/Makefile   2014-06-21 20:22:04.967703944 +0200
+@@ -4,7 +4,7 @@
+   $(LD) $(LDFLAGS) -o multirand.$(SLIB_EXT) multirand.o -llua
+ 
+ multirand.o: multirand.c
+-  $(CC) -c $(CFLAGS) -o multirand.o multirand.c
++  $(CC) -c $(CFLAGS) $(CPPFLAGS) -fPIC -o multirand.o multirand.c
+ 
+ clean::
+   rm -f multirand.so multirand.o






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

2014-06-21 Thread Alfredo Tupone (tupone)
tupone  14/06/21 18:27:05

  Modified: ChangeLog
  Log:
  Build fix. Bug #514162
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.2  www-apps/webmcp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/webmcp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 Apr 2013 08:15:15 -  1.1
+++ ChangeLog   21 Jun 2014 18:27:05 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/webmcp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/webmcp/ChangeLog,v 1.1 2013/04/24 
08:15:15 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webmcp/ChangeLog,v 1.2 2014/06/21 
18:27:05 tupone Exp $
+
+  21 Jun 2014; Tupone Alfredo tup...@gentoo.org
+  files/webmcp-1.2.5-gentoo.patch:
+  Build fix. Bug #514162 by Patrick Lauer
 
 *webmcp-1.2.5 (24 Apr 2013)
 






[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 3c64c927cc2cf7d9c19ab5d4f9c49d8cd596c0a7
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:27:26 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:27:26 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=3c64c927

Remove overlay dirtyepic

---
 files/overlays/repositories.xml | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index c93b167..aca9ed2 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -999,17 +999,6 @@ FIN
 
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
-namedirtyepic/name
-description![CDATA[Various work-in-progress stuff including GCC-svn and
-wxGTK.]]/description
-homepagehttp://overlays.gentoo.org/dev/dirtyepic/homepage
-owner
-  emaildirtye...@gentoo.org/email
-/owner
-source type=svnsvn://overlays.gentoo.org/dev/dirtyepic/source
-feedhttp://overlays.gentoo.org/dev/dirtyepic/timeline/feed
-  /repo
-  repo quality=experimental status=unofficial
 namedisplacer/name
 description lang=en![CDATA[Fixes and new unstable 
packages]]/description
 
homepagehttp://git.overlays.gentoo.org/gitweb/?p=user/displacer.git;a=summary/homepage



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-06-21 Thread Sven Vermeulen
commit: 0a38de932f0c01b5d7850f72437215fa50dc97d7
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Sat Jun 21 18:35:44 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Sat Jun 21 18:35:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0a38de93

Fix bug #513362 - Support hiawatha within httpd_t domain

---
 policy/modules/contrib/apache.fc | 15 +++
 policy/modules/contrib/apache.te | 17 +++--
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/apache.fc b/policy/modules/contrib/apache.fc
index ff4abce..ab4a625 100644
--- a/policy/modules/contrib/apache.fc
+++ b/policy/modules/contrib/apache.fc
@@ -166,4 +166,19 @@ ifdef(`distro_suse',`
 
 ifdef(`distro_gentoo',`
 /usr/share/build-1/libtool --  gen_context(system_u:object_r:bin_t,s0)
+
+# Support for Hiawatha bug 513362
+/etc/hiawatha(/.*)?gen_context(system_u:object_r:httpd_config_t,s0)
+
+/etc/rc\.d/init\.d/hiawatha--  
gen_context(system_u:object_r:httpd_initrc_exec_t,s0)
+
+/usr/bin/ssi-cgi   --  gen_context(system_u:object_r:httpd_exec_t,s0)
+
+/usr/sbin/cgi-wrapper  --  gen_context(system_u:object_r:httpd_exec_t,s0)
+/usr/sbin/hiawatha --  gen_context(system_u:object_r:httpd_exec_t,s0)
+/usr/sbin/wigwam   --  gen_context(system_u:object_r:httpd_exec_t,s0)
+
+/var/lib/hiawatha(/.*)?
gen_context(system_u:object_r:httpd_var_lib_t,s0)
+
+/var/log/hiawatha(/.*)?gen_context(system_u:object_r:httpd_log_t,s0)
 ')

diff --git a/policy/modules/contrib/apache.te b/policy/modules/contrib/apache.te
index 4faa22c..c4264c4 100644
--- a/policy/modules/contrib/apache.te
+++ b/policy/modules/contrib/apache.te
@@ -1427,6 +1427,19 @@ optional_policy(`
 ')
 
 ifdef(`distro_gentoo',`
-   init_daemon_run_dir(httpd_var_run_t, apache_ssl_mutex)
-   init_daemon_run_dir(httpd_var_run_t, apache2)
+## desc
+## p
+## Enable specific permissions for the Hiawatha web server
+## /p
+## /desc
+gen_tunable(hiawatha_httpd, false)
+
+init_daemon_run_dir(httpd_var_run_t, apache_ssl_mutex)
+init_daemon_run_dir(httpd_var_run_t, apache2)
+
+tunable_policy(`hiawatha_httpd',`
+   # bug 513362
+   allow httpd_t self:capability fowner;
+')
+
 ')



[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 9e47334dda39fb5042b8267a76ca998f363150c4
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:31:42 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:40:57 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=9e47334d

Flip overlay liquidx to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 8c2c715..94152d6 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2669,12 +2669,15 @@ FIN
 nameliquidx/name
 description![CDATA[Development overlay for ebuilds that I plan to 
commit to the
 tree that are sourced from bugzilla or liquidx.]]/description
-homepagehttp://overlays.gentoo.org/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/liquidx.git;a=summary/homepage
 owner
   emailliqu...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/liquidx/source
-feedhttp://overlays.gentoo.org/dev/liquidx/timeline/feed
+source type=gitgit://git.overlays.gentoo.org/dev/liquidx.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/liquidx.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/liquidx.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/liquidx.git;a=atom/feed
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/liquidx.git;a=rss/feed
   /repo
   repo quality=experimental status=official
 namelisp/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 7e330683c291bc8e0e7b573dc0cc4e71ddf06a70
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:35:56 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:40:58 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=7e330683

Flip overlay suka to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 5688464..98744c0 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4880,12 +4880,15 @@ FIN
   repo quality=experimental status=unofficial
 namesuka/name
 description![CDATA[experimental stuff of all sorts]]/description
-homepagehttp://overlays.gentoo.org/dev/suka/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/suka.git;a=summary/homepage
 owner
   emails...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/suka/source
-feedhttp://overlays.gentoo.org/dev/suka/timeline/feed
+source type=gitgit://git.overlays.gentoo.org/dev/suka.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/suka.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/suka.git/source
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/suka.git;a=atom/feed
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/suka.git;a=rss/feed
   /repo
   repo quality=experimental status=official
 namesunrise/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 8200e14a5acde1c38be4a5fe8d39206d0c3c1c68
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:38:28 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:40:58 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=8200e14a

Flip overlay wrobel to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 98744c0..0fa03ba 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5621,12 +5621,15 @@ FIN
 namewrobel/name
 description![CDATA[A collection of stable ebuilds from Gunnar Wrobel
 [wro...@gentoo.org].]]/description
-homepagehttp://overlays.gentoo.org/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/wrobel/overlay.git;a=summary/homepage
 owner
   emailwro...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/wrobel/stable/source
-feedhttp://overlays.gentoo.org/dev/wrobel/timeline/feed
+source 
type=gitgit://git.overlays.gentoo.org/dev/wrobel/overlay.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/wrobel/overlay.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/wrobel/overlay.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/wrobel/overlay.git;a=atom/feed
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/wrobel/overlay.git;a=rss/feed
   /repo
   repo quality=experimental status=official
 namewschlich/name



[gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SPF-Query: Mail-SPF-Query-1.999.1-r1.ebuild ChangeLog Mail-SPF-Query-1.999.1.ebuild

2014-06-21 Thread Mikle Kolyada (zlogene)
zlogene 14/06/21 18:41:42

  Modified: Mail-SPF-Query-1.999.1-r1.ebuild ChangeLog
  Removed:  Mail-SPF-Query-1.999.1.ebuild
  Log:
  Merge stable keywords from -r0; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild?r1=1.1r2=1.2

Index: Mail-SPF-Query-1.999.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Mail-SPF-Query-1.999.1-r1.ebuild26 Aug 2013 13:14:18 -  1.1
+++ Mail-SPF-Query-1.999.1-r1.ebuild21 Jun 2014 18:41:42 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild,v
 1.1 2013/08/26 13:14:18 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1-r1.ebuild,v
 1.2 2014/06/21 18:41:42 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=
 
 # Disabling tests for now. Ticho got them to magically work on his end,



1.39 dev-perl/Mail-SPF-Query/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   26 Aug 2013 13:14:18 -  1.38
+++ ChangeLog   21 Jun 2014 18:41:42 -  1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Mail-SPF-Query
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.38 
2013/08/26 13:14:18 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.39 
2014/06/21 18:41:42 zlogene Exp $
+
+  21 Jun 2014; Mikle Kolyada zlog...@gentoo.org
+  -Mail-SPF-Query-1.999.1.ebuild, Mail-SPF-Query-1.999.1-r1.ebuild:
+  Merge stable keywords from -r0; Drop old.
 
 *Mail-SPF-Query-1.999.1-r1 (26 Aug 2013)
 






[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 25dc1a6293c71d6d4df3528278057059e6740dd0
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:34:36 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:40:57 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=25dc1a62

Flip overlay lu_zero to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 94152d6..5688464 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2823,12 +2823,15 @@ FIN
 namelu_zero/name
 description![CDATA[Experimental Media and PowerPC/CELL related
 ebuilds.]]/description
-homepagehttp://overlays.gentoo.org/dev/lu_zero/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/lu_zero.git;a=summary/homepage
 owner
   emaillu_z...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/lu_zero/source
-feedhttp://overlays.gentoo.org/dev/lu_zero/timeline/feed
+source type=gitgit://git.overlays.gentoo.org/dev/lu_zero.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/lu_zero.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/lu_zero.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/lu_zero.git;a=atom/feed
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/lu_zero.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
 nameluke-jr/name



[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 76a529a705f1e37dfbd4d6491d989cfb0c215c5b
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 18:29:34 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 18:40:57 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=76a529a7

Flip overlay seemant to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index aca9ed2..8c2c715 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4526,12 +4526,15 @@ FIN
 nameseemant/name
 description![CDATA[Seemant's development overlay for django and other
 things.]]/description
-homepagehttp://overlays.gentoo.org/dev/seemant/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/seemant.git;a=summary/homepage
 owner
   emailseem...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/seemant/source
-feedhttp://overlays.gentoo.org/dev/seemant/timeline/feed
+source type=gitgit://git.overlays.gentoo.org/dev/seemant.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/seemant.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/seemant.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/seemant.git;a=atom/feed
+feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/seemant.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
 namesekh/name



[gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: fireflies-2.07-r1.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 19:27:12

  Modified: fireflies-2.07-r1.ebuild ChangeLog
  Log:
  Missing virtual/glu dependency for GL/glu.h header wrt #514126
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.8  x11-misc/fireflies/fireflies-2.07-r1.ebuild

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

Index: fireflies-2.07-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fireflies-2.07-r1.ebuild25 Nov 2013 10:24:34 -  1.7
+++ fireflies-2.07-r1.ebuild21 Jun 2014 19:27:12 -  1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07-r1.ebuild,v 1.7 
2013/11/25 10:24:34 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07-r1.ebuild,v 1.8 
2014/06/21 19:27:12 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils multilib
@@ -15,8 +15,9 @@
 IUSE=
 
 RDEPEND=media-libs/libsdl
-   x11-libs/libX11
-   virtual/opengl
+   virtual/glu
+   virtual/opengl
+   x11-libs/libX11
 DEPEND=${RDEPEND}
 
 DOCS=( ChangeLog debian/README.Debian README )



1.30 x11-misc/fireflies/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   25 Nov 2013 10:24:34 -  1.29
+++ ChangeLog   21 Jun 2014 19:27:12 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/fireflies
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.29 
2013/11/25 10:24:34 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.30 
2014/06/21 19:27:12 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org fireflies-2.07-r1.ebuild:
+  Missing virtual/glu dependency for GL/glu.h header wrt #514126
 
   25 Nov 2013; Samuli Suominen ssuomi...@gentoo.org
   +files/fireflies-2.07-libgfx-libpng16.patch, fireflies-2.07-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/fireflies: ChangeLog fireflies-2.07.ebuild

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 19:27:50

  Modified: ChangeLog
  Removed:  fireflies-2.07.ebuild
  Log:
  old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.31 x11-misc/fireflies/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fireflies/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/fireflies/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   21 Jun 2014 19:27:12 -  1.30
+++ ChangeLog   21 Jun 2014 19:27:50 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/fireflies
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.30 
2014/06/21 19:27:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/ChangeLog,v 1.31 
2014/06/21 19:27:50 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org -fireflies-2.07.ebuild:
+  old
 
   21 Jun 2014; Samuli Suominen ssuomi...@gentoo.org fireflies-2.07-r1.ebuild:
   Missing virtual/glu dependency for GL/glu.h header wrt #514126






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.3.ebuild webkit-gtk-2.4.3-r200.ebuild ChangeLog webkit-gtk-2.4.1-r200.ebuild webkit-gtk-2.4.1.ebuild

2014-06-21 Thread Pacho Ramos (pacho)
pacho   14/06/21 20:00:28

  Modified: webkit-gtk-2.4.3.ebuild
webkit-gtk-2.4.3-r200.ebuild ChangeLog
  Removed:  webkit-gtk-2.4.1-r200.ebuild
webkit-gtk-2.4.1.ebuild
  Log:
  Try to avoid issues like bug #463960
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild?r1=1.1r2=1.2

Index: webkit-gtk-2.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webkit-gtk-2.4.3.ebuild 30 May 2014 05:03:33 -  1.1
+++ webkit-gtk-2.4.3.ebuild 21 Jun 2014 20:00:28 -  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/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild,v 1.1 
2014/05/30 05:03:33 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3.ebuild,v 1.2 
2014/06/21 20:00:28 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -244,6 +244,11 @@
${myconf}
 }
 
+src_compile() {
+   # Try to avoid issues like bug #463960
+   unset DISPLAY
+   gnome2_src_compile
+}
 src_test() {
# Tests expect an out-of-source build in WebKitBuild
ln -s . WebKitBuild || die ln failed



1.2  net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild?r1=1.1r2=1.2

Index: webkit-gtk-2.4.3-r200.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webkit-gtk-2.4.3-r200.ebuild30 May 2014 05:03:33 -  1.1
+++ webkit-gtk-2.4.3-r200.ebuild21 Jun 2014 20:00:28 -  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/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild,v 1.1 
2014/05/30 05:03:33 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.3-r200.ebuild,v 1.2 
2014/06/21 20:00:28 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -237,6 +237,12 @@
${myconf}
 }
 
+src_compile() {
+   # Try to avoid issues like bug #463960
+   unset DISPLAY
+   gnome2_src_compile
+}
+
 src_test() {
# Tests expect an out-of-source build in WebKitBuild
ln -s . WebKitBuild || die ln failed



1.267net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   30 May 2014 05:03:33 -  1.266
+++ ChangeLog   21 Jun 2014 20:00:28 -  1.267
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.266 
2014/05/30 05:03:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.267 
2014/06/21 20:00:28 pacho Exp $
+
+  21 Jun 2014; Pacho Ramos pa...@gentoo.org -webkit-gtk-2.4.1-r200.ebuild,
+  -webkit-gtk-2.4.1.ebuild, webkit-gtk-2.4.3-r200.ebuild,
+  webkit-gtk-2.4.3.ebuild:
+  Try to avoid issues like bug #463960
 
 *webkit-gtk-2.4.3 (30 May 2014)
 *webkit-gtk-2.4.3-r200 (30 May 2014)






[gentoo-commits] gentoo-x86 commit in net-im/empathy: empathy-3.12.3.ebuild ChangeLog

2014-06-21 Thread Pacho Ramos (pacho)
pacho   14/06/21 20:02:54

  Modified: empathy-3.12.3.ebuild ChangeLog
  Log:
  Fix tests failing due dbus issues (#504516 by Emeric Maschino)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-im/empathy/empathy-3.12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild?r1=1.1r2=1.2

Index: empathy-3.12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- empathy-3.12.3.ebuild   12 Jun 2014 18:16:47 -  1.1
+++ empathy-3.12.3.ebuild   21 Jun 2014 20:02: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/net-im/empathy/empathy-3.12.3.ebuild,v 1.1 
2014/06/12 18:16:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild,v 1.2 
2014/06/21 20:02:54 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -116,5 +116,5 @@
 }
 
 src_test() {
-   Xemake check
+   dbus-launch Xemake check #504516
 }



1.149net-im/empathy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   12 Jun 2014 18:16:47 -  1.148
+++ ChangeLog   21 Jun 2014 20:02:54 -  1.149
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/empathy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.148 2014/06/12 
18:16:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.149 2014/06/21 
20:02:54 pacho Exp $
+
+  21 Jun 2014; Pacho Ramos pa...@gentoo.org empathy-3.12.3.ebuild:
+  Fix tests failing due dbus issues (#504516 by Emeric Maschino)
 
 *empathy-3.12.3 (12 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-firewall/ipset: ipset-6.20.1.ebuild ChangeLog

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/21 20:25:57

  Modified: ipset-6.20.1.ebuild ChangeLog
  Log:
  Stable on amd64 per bug #502870, works for infra (actually do it this time)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  net-firewall/ipset/ipset-6.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?r1=1.2r2=1.3

Index: ipset-6.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- ipset-6.20.1.ebuild 20 Jun 2014 20:58:03 -  1.2
+++ ipset-6.20.1.ebuild 21 Jun 2014 20:25:57 -  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/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.2 2014/06/20 20:58:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.3 2014/06/21 20:25:57 robbat2 Exp $
 
 EAPI=5
 MODULES_OPTIONAL_USE=modules
@@ -12,7 +12,7 @@ SRC_URI=http://ipset.netfilter.org/${P}
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 
 RDEPEND==net-firewall/iptables-1.4.7
net-libs/libmnl



1.77 net-firewall/ipset/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -p -w -b -B -u -u -r1.76 -r1.77
--- ChangeLog   20 Jun 2014 20:58:03 -  1.76
+++ ChangeLog   21 Jun 2014 20:25:57 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/ipset
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.76 
2014/06/20 20:58:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.77 
2014/06/21 20:25:57 robbat2 Exp $
+
+  21 Jun 2014; Robin H. Johnson robb...@gentoo.org ipset-6.20.1.ebuild:
+  Stable on amd64 per bug #502870, works for infra (actually do it this time)
 
   20 Jun 2014; Robin H. Johnson robb...@gentoo.org ipset-6.20.1.ebuild:
   Stable on amd64 per bug #502870, works for infra.






[gentoo-commits] proj/hardened-dev:musl commit in: net-firewall/iptables/files/, net-firewall/iptables/, ...

2014-06-21 Thread Anthony G. Basile
commit: 3eb821711cbbb51523315c657855ed175e16b8c8
Author: Felix Janda felix.janda AT posteo DOT de
AuthorDate: Fri Jun 20 16:54:53 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Jun 21 20:49:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=3eb82171

net-firewall/iptables: bump to 1.4.21

---
 .../iptables/files/iptables-1.4.21-musl.patch  | 136 +
 .../files/systemd/ip6tables-restore.service|  14 +++
 .../iptables/files/systemd/ip6tables-store.service |  11 ++
 .../iptables/files/systemd/ip6tables.service   |   6 +
 .../files/systemd/iptables-restore.service |  14 +++
 .../iptables/files/systemd/iptables-store.service  |  11 ++
 .../iptables/files/systemd/iptables.service|   6 +
 net-firewall/iptables/iptables-1.4.21-r99.ebuild   |  94 ++
 8 files changed, 292 insertions(+)

diff --git a/net-firewall/iptables/files/iptables-1.4.21-musl.patch 
b/net-firewall/iptables/files/iptables-1.4.21-musl.patch
new file mode 100644
index 000..286ea87
--- /dev/null
+++ b/net-firewall/iptables/files/iptables-1.4.21-musl.patch
@@ -0,0 +1,136 @@
+diff -ru a/iptables-1.4.21/extensions/libip6t_ipv6header.c 
b/iptables-1.4.21/extensions/libip6t_ipv6header.c
+--- a/iptables-1.4.21/extensions/libip6t_ipv6header.c
 b/iptables-1.4.21/extensions/libip6t_ipv6header.c
+@@ -10,6 +10,9 @@
+ #include netdb.h
+ #include xtables.h
+ #include linux/netfilter_ipv6/ip6t_ipv6header.h
++#ifndef IPPROTO_HOPOPTS
++# define IPPROTO_HOPOPTS 0
++#endif
+ 
+ enum {
+   O_HEADER = 0,
+diff -ru a/iptables-1.4.21/extensions/libxt_TCPOPTSTRIP.c 
b/iptables-1.4.21/extensions/libxt_TCPOPTSTRIP.c
+--- a/iptables-1.4.21/extensions/libxt_TCPOPTSTRIP.c
 b/iptables-1.4.21/extensions/libxt_TCPOPTSTRIP.c
+@@ -12,6 +12,21 @@
+ #ifndef TCPOPT_MD5SIG
+ # define TCPOPT_MD5SIG 19
+ #endif
++#ifndef TCPOPT_MAXSEG
++# define TCPOPT_MAXSEG 2
++#endif
++#ifndef TCPOPT_WINDOW
++# define TCPOPT_WINDOW 3
++#endif
++#ifndef TCPOPT_SACK_PERMITTED
++# define TCPOPT_SACK_PERMITTED 4
++#endif
++#ifndef TCPOPT_SACK
++# define TCPOPT_SACK 5
++#endif
++#ifndef TCPOPT_TIMESTAMP
++# define TCPOPT_TIMESTAMP 8
++#endif
+ 
+ enum {
+   O_STRIP_OPTION = 0,
+diff -ru a/iptables-1.4.21/include/libiptc/ipt_kernel_headers.h 
b/iptables-1.4.21/include/libiptc/ipt_kernel_headers.h
+--- a/iptables-1.4.21/include/libiptc/ipt_kernel_headers.h
 b/iptables-1.4.21/include/libiptc/ipt_kernel_headers.h
+@@ -5,7 +5,6 @@
+ 
+ #include limits.h
+ 
+-#if defined(__GLIBC__)  __GLIBC__ == 2
+ #include netinet/ip.h
+ #include netinet/in.h
+ #include netinet/ip_icmp.h
+@@ -13,15 +12,4 @@
+ #include netinet/udp.h
+ #include net/if.h
+ #include sys/types.h
+-#else /* libc5 */
+-#include sys/socket.h
+-#include linux/ip.h
+-#include linux/in.h
+-#include linux/if.h
+-#include linux/icmp.h
+-#include linux/tcp.h
+-#include linux/udp.h
+-#include linux/types.h
+-#include linux/in6.h
+-#endif
+ #endif
+diff -ru a/iptables-1.4.21/include/linux/netfilter_ipv4/ip_tables.h 
b/iptables-1.4.21/include/linux/netfilter_ipv4/ip_tables.h
+--- a/iptables-1.4.21/include/linux/netfilter_ipv4/ip_tables.h
 b/iptables-1.4.21/include/linux/netfilter_ipv4/ip_tables.h
+@@ -16,6 +16,7 @@
+ #define _IPTABLES_H
+ 
+ #include linux/types.h
++#include sys/types.h
+ 
+ #include linux/netfilter_ipv4.h
+ 
+diff -ru a/iptables-1.4.21/iptables/ip6tables-restore.c 
b/iptables-1.4.21/iptables/ip6tables-restore.c
+--- a/iptables-1.4.21/iptables/ip6tables-restore.c
 b/iptables-1.4.21/iptables/ip6tables-restore.c
+@@ -9,7 +9,7 @@
+  */
+ 
+ #include getopt.h
+-#include sys/errno.h
++#include errno.h
+ #include stdbool.h
+ #include string.h
+ #include stdio.h
+diff -ru a/iptables-1.4.21/iptables/ip6tables-save.c 
b/iptables-1.4.21/iptables/ip6tables-save.c
+--- a/iptables-1.4.21/iptables/ip6tables-save.c
 b/iptables-1.4.21/iptables/ip6tables-save.c
+@@ -6,7 +6,7 @@
+  * This code is distributed under the terms of GNU GPL v2
+  */
+ #include getopt.h
+-#include sys/errno.h
++#include errno.h
+ #include stdio.h
+ #include fcntl.h
+ #include stdlib.h
+diff -ru a/iptables-1.4.21/iptables/iptables-restore.c 
b/iptables-1.4.21/iptables/iptables-restore.c
+--- a/iptables-1.4.21/iptables/iptables-restore.c
 b/iptables-1.4.21/iptables/iptables-restore.c
+@@ -6,7 +6,7 @@
+  */
+ 
+ #include getopt.h
+-#include sys/errno.h
++#include errno.h
+ #include stdbool.h
+ #include string.h
+ #include stdio.h
+diff -ru a/iptables-1.4.21/iptables/iptables-save.c 
b/iptables-1.4.21/iptables/iptables-save.c
+--- a/iptables-1.4.21/iptables/iptables-save.c
 b/iptables-1.4.21/iptables/iptables-save.c
+@@ -6,7 +6,7 @@
+  *
+  */
+ #include getopt.h
+-#include sys/errno.h
++#include errno.h
+ #include stdio.h
+ #include fcntl.h
+ #include stdlib.h
+diff -ru a/iptables-1.4.21/iptables/iptables-xml.c 
b/iptables-1.4.21/iptables/iptables-xml.c
+--- 

[gentoo-commits] gentoo-x86 commit in media-tv/tvheadend/files: tvheadend.service

2014-06-21 Thread Matt Thode (prometheanfire)
prometheanfire14/06/21 21:15:09

  Added:tvheadend.service
  Log:
  bup
  
  fixing bug 442418
  fixing bug 499204
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  ChangesPath
1.1  media-tv/tvheadend/files/tvheadend.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/files/tvheadend.service?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/files/tvheadend.service?rev=1.1content-type=text/plain

Index: tvheadend.service
===
[Unit]
Description=tvheadend
After=network.target

[Service]
Type=forking
PIDFile=/run/tvheadend.pid
ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -C -c /etc/tvheadend -u 
tvheadend -g video
ExecStop=/usr/bin/rm /run/tvheadend.pid
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target






[gentoo-commits] gentoo-x86 commit in media-tv/tvheadend: metadata.xml tvheadend-3.2.ebuild tvheadend-3.4.27.ebuild tvheadend-9999.ebuild ChangeLog

2014-06-21 Thread Matt Thode (prometheanfire)
prometheanfire14/06/21 21:15:09

  Modified: metadata.xml tvheadend-3.2.ebuild ChangeLog
  Added:tvheadend-3.4.27.ebuild tvheadend-.ebuild
  Log:
  bup
  
  fixing bug 442418
  fixing bug 499204
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  ChangesPath
1.2  media-tv/tvheadend/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvheadend/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Aug 2012 12:37:43 -  1.1
+++ metadata.xml21 Jun 2014 21:15:09 -  1.2
@@ -8,5 +8,9 @@
   /maintainer
   use
 flag name='xmltv'Use pkgmedia-tv/xmltv/pkg/flag
+flag name='ccache'Use pkgdev-util/ccache/pkg/flag
+flag name='dvbscan'Use pkgmedia-tv/linuxtv-dvb-apps/pkg/flag
+flag name='imagecache'Enable support for image caching/flag
+flag name='uriparser'Use pkgdev-libs/uriparser/pkg/flag
   /use
 /pkgmetadata



1.2  media-tv/tvheadend/tvheadend-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild?r1=1.1r2=1.2

Index: tvheadend-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tvheadend-3.2.ebuild27 Oct 2012 06:09:17 -  1.1
+++ tvheadend-3.2.ebuild21 Jun 2014 21:15:09 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild,v 
1.1 2012/10/27 06:09:17 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.2.ebuild,v 
1.2 2014/06/21 21:15:09 prometheanfire Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=A combined DVB receiver, Digital Video Recorder and Live TV 
streaming server
 HOMEPAGE=https://www.lonelycoder.com/redmine/projects/tvheadend/;
-SRC_URI=https://github.com/downloads/${PN}/${PN}/${P}.tar.gz;
+SRC_URI=mirror://github/tvheadend/tvheadend/v${PV}.tar.gz - ${P}.tar.gz
 
 LICENSE=GPL-3
 SLOT=0



1.5  media-tv/tvheadend/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   27 Oct 2012 06:09:17 -  1.4
+++ ChangeLog   21 Jun 2014 21:15:09 -  1.5
@@ -1,6 +1,14 @@
 # ChangeLog for media-tv/tvheadend
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v 1.4 
2012/10/27 06:09:17 yngwin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v 1.5 
2014/06/21 21:15:09 prometheanfire Exp $
+
+*tvheadend-3.4.27 (21 Jun 2014)
+*tvheadend- (21 Jun 2014)
+
+  21 Jun 2014; Matthew Thode prometheanf...@gentoo.org
+  +files/tvheadend.service, +tvheadend-3.4.27.ebuild, +tvheadend-.ebuild,
+  metadata.xml, tvheadend-3.2.ebuild:
+  bup  fixing bug 442418 fixing bug 499204
 
 *tvheadend-3.2 (27 Oct 2012)
 



1.1  media-tv/tvheadend/tvheadend-3.4.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/tvheadend-3.4.27.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvheadend/tvheadend-3.4.27.ebuild?rev=1.1content-type=text/plain

Index: tvheadend-3.4.27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 

[gentoo-commits] dev/philantrop: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:21:44 2014 +

New branch: master




[gentoo-commits] dev/rbu/misc: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:31:26 2014 +

New branch: master




[gentoo-commits] dev/rbu/overlay: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:33:16 2014 +

New branch: master




[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 5dacbc6e079e49b1e3571eb4a429c5dd39491e1b
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 21:35:37 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:35:37 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=5dacbc6e

Flip overlay rbu to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 0fa03ba..375c4df 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4109,13 +4109,16 @@ FIN
   repo quality=experimental status=official
 namerbu/name
 description![CDATA[Random stuff.]]/description
-homepagehttp://overlays.gentoo.org/dev/rbu/wiki/homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/rbu/overlay.git;a=summary/homepage
 owner
   emailr...@gentoo.org/email
   name![CDATA[Robert Buchholz]]/name
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/rbu/overlay/source
-feedhttp://overlays.gentoo.org/dev/rbu/timeline/feed
+source 
type=gitgit://git.overlays.gentoo.org/dev/rbu/overlay.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/rbu/overlay.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/rbu/overlay.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/rbu/overlay.git;a=atom/feed
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/rbu/overlay.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
 nameregen2-overlay/name



[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-19.xml

2014-06-21 Thread Mikle Kolyada (zlogene)
zlogene 14/06/21 21:44:45

  Added:glsa-201406-19.xml
  Log:
   GLSA 201406-19

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201406-19.xml

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

Index: glsa-201406-19.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201406-19
  titleMozilla Network Security Service: Multiple vulnerabilities /title
  synopsisMultiple vulnerabilities have been discovered in Mozilla Network
Security Service, the worst of which could lead to Denial of Service. 
  /synopsis
  product type=ebuildnss/product
  announcedJune 21, 2014/announced
  revisedJune 21, 2014: 1/revised
  bug48/bug
  bug486114/bug
  bug491234/bug
  accessremote/access
  affected
package name=dev-libs/nss auto=yes arch=*
  unaffected range=ge3.15.3/unaffected
  vulnerable range=lt3.15.3/vulnerable
/package
  /affected
  background
pThe Mozilla Network Security Service is a library implementing security
  features like SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12,
  S/MIME and X.509 certificates. 
/p
  /background
  description
pMultiple vulnerabilities have been discovered in the Mozilla Network
  Security Service. Please review the CVE identifiers referenced below for
  more details about the vulnerabilities. 
/p
  /description
  impact type=normal
pA remote attacker can cause a Denial of Service condition./p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Mozilla Network Security Service users should upgrade to the latest
  version:
/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-libs/nss-3.15.3
/code

pPackages which depend on this library may need to be recompiled. Tools
  such as revdep-rebuild may assist in identifying some of these packages.
/p
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1620;CVE-2013-1620/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1739;CVE-2013-1739/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1741;CVE-2013-1741/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2566;CVE-2013-2566/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-5605;CVE-2013-5605/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-5606;CVE-2013-5606/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-5607;CVE-2013-5607/uri
  /references
  metadata tag=requester timestamp=Thu, 19 Jun 2014 01:57:31 +
BlueKnight
  /metadata
  metadata tag=submitter timestamp=Sat, 21 Jun 2014 21:43:15 
+K_F/metadata
/glsa






[gentoo-commits] dev/trapni/legato: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:48:49 2014 +

New branch: master




[gentoo-commits] dev/trapni/overlay: New branch: master

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:48:57 2014 +

New branch: master




[gentoo-commits] proj/api:master commit in: files/overlays/

2014-06-21 Thread Sebastian Pipping
commit: 1113d93dd8eaa3edf6c059cbc1d4c7e5ace89455
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Sat Jun 21 21:50:49 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 21:50:49 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=1113d93d

Flip overlay trapni to Git

---
 files/overlays/repositories.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 375c4df..feadc66 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5055,12 +5055,15 @@ FIN
 nametrapni/name
 description![CDATA[trapni's private developer overlay (mostly covering
 YaCS/server related ebuilds for now)]]/description
-homepagehttp://overlays.gentoo.org/dev/trapni//homepage
+
homepagehttp://git.overlays.gentoo.org/gitweb/?p=dev/trapni/overlay.git;a=summary/homepage
 owner
   emailtra...@gentoo.org/email
 /owner
-source type=svnsvn://overlays.gentoo.org/dev/trapni/overlay/source
-feedhttp://overlays.gentoo.org/dev/trapni/timeline/feed
+source 
type=gitgit://git.overlays.gentoo.org/dev/trapni/overlay.git/source
+source 
type=githttps://git.overlays.gentoo.org/gitroot/dev/trapni/overlay.git/source
+source 
type=gitgit+ssh://g...@git.overlays.gentoo.org/dev/trapni/overlay.git/source
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/trapni/overlay.git;a=atom/feed
+
feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/trapni/overlay.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
 nametrauma/name



[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-wapd: vdr-wapd-0.9_p1-r1.ebuild ChangeLog

2014-06-21 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/21 22:08:34

  Modified: ChangeLog
  Added:vdr-wapd-0.9_p1-r1.ebuild
  Log:
  compile fix for obsoleted i18n issues, wrt bug 513414; new Makefile
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.6  media-plugins/vdr-wapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-wapd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Feb 2014 21:03:35 -  1.5
+++ ChangeLog   21 Jun 2014 22:08:34 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-wapd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-wapd/ChangeLog,v 1.5 
2014/02/23 21:03:35 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-wapd/ChangeLog,v 1.6 
2014/06/21 22:08:34 hd_brummy Exp $
+
+*vdr-wapd-0.9_p1-r1 (21 Jun 2014)
+
+  21 Jun 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  +vdr-wapd-0.9_p1-r1.ebuild, +files/wapd.mk:
+  compile fix for obsoleted i18n issues, wrt bug 513414; new Makefile
 
   23 Feb 2014; Joerg Bornkessel hd_bru...@gentoo.org vdr-wapd-0.9.ebuild,
   vdr-wapd-0.9_p1.ebuild:



1.1  media-plugins/vdr-wapd/vdr-wapd-0.9_p1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/vdr-wapd-0.9_p1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/vdr-wapd-0.9_p1-r1.ebuild?rev=1.1content-type=text/plain

Index: vdr-wapd-0.9_p1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-wapd/vdr-wapd-0.9_p1-r1.ebuild,v 1.1 
2014/06/21 22:08:34 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

MY_P=${PN}-${PV%_p*}

DESCRIPTION=VDR plugin: lets VDR listen to WAP requests to allow remote 
control by WML enabled browsers
HOMEPAGE=http://www.heiligenmann.de/vdr/vdr/plugins/wapd.html;
SRC_URI=http://www.heiligenmann.de/vdr/download/${MY_P}.tgz
http://www.heiligenmann.de/vdr/download/${MY_P#vdr-}-patch1.diff.gz;

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

DEPEND==media-video/vdr-1.3.44

PATCHES=(${FILESDIR}/${MY_P}_gcc-4.1.x.diff
${FILESDIR}/${MY_P}-gentoo.diff
${WORKDIR}/${MY_P#vdr-}-patch1.diff)

S=${WORKDIR}/${MY_P#vdr-}

src_prepare() {
cp ${FILESDIR}/wapd.mk ${S}/Makefile

vdr-plugin-2_src_prepare

sed -e s:RegisterI18n://RegisterI18n: -i wapd.c
remove_i18n_include server.c wapd.c
}

src_install() {
vdr-plugin-2_src_install

dobin ${S}/wappasswd

insinto /etc/vdr/plugins/wapd
doins ${FILESDIR}/{waphosts,wapaccess}
}






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-wapd/files: wapd.mk

2014-06-21 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/21 22:08:34

  Added:wapd.mk
  Log:
  compile fix for obsoleted i18n issues, wrt bug 513414; new Makefile
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.1  media-plugins/vdr-wapd/files/wapd.mk

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk?rev=1.1content-type=text/plain

Index: wapd.mk
===
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: wapd.mk,v 1.1 2014/06/21 22:08:34 hd_brummy Exp $

# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
# By default the main source file also carries this name.

PLUGIN = wapd

### The version number of this plugin (taken from the main source file):

VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ 
print $$6 }' | sed -e 's/[;]//g')

### The directory environment:

# Use package data if installed...otherwise assume we're under the VDR source 
directory:
PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) 
$(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config 
--variable=$(1) ../../../vdr.pc))
LIBDIR = $(call PKGCFG,libdir)
LOCDIR = $(call PKGCFG,locdir)
PLGCFG = $(call PKGCFG,plgcfg)
#
TMPDIR ?= /tmp

### The compiler options:

export CFLAGS   = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)

### The version number of VDR's plugin API:

APIVERSION = $(call PKGCFG,apiversion)

### Allow user defined options to overwrite defaults:

-include $(PLGCFG)

### The name of the distribution archive:

ARCHIVE = $(PLUGIN)-$(VERSION)
PACKAGE = vdr-$(ARCHIVE)

### The name of the shared object file:

SOFILE = libvdr-$(PLUGIN).so

### Includes and Defines (add further entries here):

INCLUDES +=

DEFINES += -DPLUGIN_NAME_I18N='$(PLUGIN)'

### Enable this for debugging

# DEFINES += -DWAPD_DEBUG

### Enable this to replace WML output with HTML

# DEFINES += -DWAPD_HTML

### The object files (add further files here):

OBJS = $(PLUGIN).o server.o tools.o access.o

LIBS += -lcrypt

### The main target:

all: $(SOFILE) wappasswd

### Implicit rules:

%.o: %.c
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $

### Dependencies:

MAKEDEP = $(CXX) -MM -MG
DEPFILE = .dependencies
$(DEPFILE): Makefile
@$(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c)  $@

-include $(DEPFILE)

### Targets:

$(SOFILE): $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ $(LIBS)

wappasswd: wappasswd.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o wappasswd wappasswd.c $(LIBS)

install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)

install: install-lib 
install-i18n

dist: $(I18Npo) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
@tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz

clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ wappasswd






[gentoo-commits] proj/gli: New tag: 0.4-branched

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 22:12:43 2014 +

New tag: 0.4-branched




[gentoo-commits] proj/gli: Tag deleted: 0.4

2014-06-21 Thread Sebastian Pipping
commit: 
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sat Jun 21 22:14:17 2014 +

Tag deleted: 0.4




  1   2   >