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

2015-01-23 Thread Alexys Jacob (ultrabug)
ultrabug15/01/23 17:06:51

  Modified: ChangeLog
  Added:py3status-2.2.ebuild
  Removed:  py3status-2.0.ebuild py3status-2.1.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.13 x11-misc/py3status/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Jan 2015 11:54:36 -   1.12
+++ ChangeLog   23 Jan 2015 17:06:51 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/py3status
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.12 
2015/01/09 11:54:36 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.13 
2015/01/23 17:06:51 ultrabug Exp $
+
+*py3status-2.2 (23 Jan 2015)
+
+  23 Jan 2015; Ultrabug ultra...@gentoo.org -py3status-2.0.ebuild,
+  -py3status-2.1.ebuild, +py3status-2.2.ebuild:
+  version bump, drop old
 
 *py3status-2.1 (09 Jan 2015)
 



1.1  x11-misc/py3status/py3status-2.2.ebuild

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

Index: py3status-2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.2.ebuild,v 
1.1 2015/01/23 17:06:51 ultrabug Exp $

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

SRC_URI=https://github.com/ultrabug/py3status/archive/${PV}.tar.gz - 
${P}.tar.gz

inherit distutils-r1

MY_PN=py3status
MY_P=${MY_PN}-${PV/_/-}

DESCRIPTION=py3status is an extensible i3status wrapper written in python
HOMEPAGE=https://github.com/ultrabug/py3status;

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

RDEPEND=x11-misc/i3status
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}






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

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:47:55

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- enum34-1.0.4.ebuild 17 Jan 2015 23:03:22 -  1.6
+++ enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.6 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux
 IUSE=doc
 
 DEPEND=



1.11 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   17 Jan 2015 23:03:22 -  1.10
+++ ChangeLog   23 Jan 2015 17:47:55 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.10 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
+  added ~amd64-linux (tested by me)
 
   17 Jan 2015; Anthony G. Basile bluen...@gentoo.org enum34-1.0.4.ebuild,
   enum34-1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jdk-bin: oracle-jdk-bin-1.8.0.31.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:46:52

  Modified: ChangeLog
  Added:oracle-jdk-bin-1.8.0.31.ebuild
  Log:
  Version bump of oracle-jdk-bin:8 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.84 dev-java/oracle-jdk-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   23 Jan 2015 17:40:36 -  1.83
+++ ChangeLog   23 Jan 2015 17:46:52 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jdk-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.83 
2015/01/23 17:40:36 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.84 
2015/01/23 17:46:52 ercpe Exp $
+
+*oracle-jdk-bin-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org
+  +oracle-jdk-bin-1.8.0.31.ebuild:
+  Version bump of oracle-jdk-bin:8 wrt bug #537214
 
 *oracle-jdk-bin-1.7.0.76 (23 Jan 2015)
 



1.1  dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild?rev=1.1content-type=text/plain

Index: oracle-jdk-bin-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.31.ebuild,v
 1.1 2015/01/23 17:46:52 ercpe Exp $

EAPI=5

inherit eutils java-vm-2 prefix versionator

# This URIs need to be updated when bumping!
JDK_URI=http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html;
JCE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;

# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x86-macos x64-macos )

# Sometimes some or all of the demos are missing, this is to not have to 
rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 x86 x64-solaris sparc64-solaris x86-macos x64-macos )

if [[ $(get_version_component_range 4) == 0 ]] ; then
S_PV=$(get_version_component_range 1-3)
else
MY_PV_EXT=u$(get_version_component_range 4)
S_PV=$(get_version_component_range 1-4)
fi

MY_PV=$(get_version_component_range 2)${MY_PV_EXT}

AT_amd64=jdk-${MY_PV}-linux-x64.tar.gz
AT_arm=jdk-${MY_PV}-linux-arm-vfp-hflt.tar.gz
AT_x86=jdk-${MY_PV}-linux-i586.tar.gz
AT_x64_solaris=jdk-${MY_PV}-solaris-x64.tar.gz
AT_sparc64_solaris=${AT_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz
AT_x86_macos=jdk-${MY_PV}-macosx-x64.dmg
AT_x64_macos=jdk-${MY_PV}-macosx-x64.dmg

DEMOS_amd64=jdk-${MY_PV}-linux-x64-demos.tar.gz
DEMOS_arm=jdk-${MY_PV}-linux-arm-vfp-hflt-demos.tar.gz
DEMOS_x86=jdk-${MY_PV}-linux-i586-demos.tar.gz
DEMOS_x64_solaris=jdk-${MY_PV}-solaris-x64-demos.tar.gz
DEMOS_sparc64_solaris=jdk-${MY_PV}-solaris-sparcv9-demos.tar.gz
DEMOS_x86_macos=jdk-${MY_PV}-macosx-x86_64-demos.zip
DEMOS_x64_macos=jdk-${MY_PV}-macosx-x86_64-demos.zip

JCE_DIR=UnlimitedJCEPolicyJDK8
JCE_FILE=jce_policy-8.zip

DESCRIPTION=Oracle's Java SE Development Kit
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/;
for d in ${AT_AVAILABLE[@]}; do
SRC_URI+= ${d}? ( $(eval echo \${$(echo AT_${d/-/_})})
if has ${d} ${DEMOS_AVAILABLE[@]}; then
SRC_URI+= examples? ( $(eval echo \${$(echo 
DEMOS_${d/-/_})}) )
fi
SRC_URI+= )
done
unset d
SRC_URI+= jce? ( ${JCE_FILE} )

LICENSE=Oracle-BCLA-JavaSE examples? ( BSD )
SLOT=1.8
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris
IUSE=+X alsa aqua derby doc examples +fontconfig jce nsplugin pax_kernel 
selinux source

RESTRICT=fetch strip
QA_PREBUILT=*

COMMON_DEP=
RDEPEND=${COMMON_DEP}
X? ( !aqua? (
x11-libs/libX11:0
x11-libs/libXext:0
x11-libs/libXi:0
x11-libs/libXrender:0
x11-libs/libXtst:0
) )
alsa? ( media-libs/alsa-lib:0 )
doc? ( dev-java/java-sdk-docs:${SLOT} )
fontconfig? ( 

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-java: emul-linux-x86-java-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:54:04

  Modified: ChangeLog
  Added:emul-linux-x86-java-1.7.0.76.ebuild
  Log:
  Version bump of emul-linux-x86-java wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.146app-emulation/emul-linux-x86-java/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog?r1=1.145r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   4 Nov 2014 18:05:44 -   1.145
+++ ChangeLog   23 Jan 2015 17:54:04 -  1.146
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-java
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.145 
2014/11/04 18:05:44 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.146 
2015/01/23 17:54:04 ercpe Exp $
+
+*emul-linux-x86-java-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org
+  +emul-linux-x86-java-1.7.0.76.ebuild:
+  Version bump of emul-linux-x86-java wrt bug #537214
 
 *emul-linux-x86-java-1.7.0.72 (04 Nov 2014)
 



1.1  
app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-java-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:54:04 ercpe Exp $

EAPI=5

inherit java-vm-2 eutils prefix versionator

# This URIs need to be updated when bumping!
JRE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html;

MY_PV=$(get_version_component_range 2)u$(get_version_component_range 4)
S_PV=$(replace_version_separator 3 '_')

X86_AT=jre-${MY_PV}-linux-i586.tar.gz

DESCRIPTION=Oracle's Java SE Runtime Environment (32bit)
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/;
SRC_URI=${X86_AT}

LICENSE=Oracle-BCLA-JavaSE
SLOT=1.7
KEYWORDS=-* ~amd64
IUSE=+X alsa nsplugin pax_kernel

RESTRICT=fetch strip
QA_PREBUILT=*

RDEPEND=
|| (
(
X? (
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXrender[abi_x86_32(-)]
x11-libs/libXtst[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)] )
alsa? ( =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] )
)
(
X? ( app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] 
)
alsa? ( 
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
)
)


# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND=
pax_kernel? ( sys-apps/paxctl )

S=${WORKDIR}/jre${S_PV}

pkg_nofetch() {
einfo Due to Oracle no longer providing the distro-friendly DLJ 
bundles, the package has become fetch restricted again.
einfo 
einfo Please download '${X86_AT}' from:
einfo '${JRE_URI}'
einfo and move it to '${DISTDIR}'
einfo
einfo If the above mentioned urls do not point to the correct version 
anymore,
einfo please download the files from Oracle's java download archive:
einfo
einfo
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jre-${MY_PV}-oth-JPR;
einfo
}

src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings ${S}

# see bug #207282
einfo Creating the Class Data Sharing archives
bin/java -client -Xshare:dump || die
bin/java -server -Xshare:dump || die
}

src_install() {
local dest=/opt/${P}
local 

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jdk-bin: oracle-jdk-bin-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:40:36

  Modified: ChangeLog
  Added:oracle-jdk-bin-1.7.0.76.ebuild
  Log:
  Version bump of oracle-jdk-bin:7 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.83 dev-java/oracle-jdk-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.83view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.83content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?r1=1.82r2=1.83

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   31 Dec 2014 16:30:33 -  1.82
+++ ChangeLog   23 Jan 2015 17:40:36 -  1.83
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jdk-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.82 
2014/12/31 16:30:33 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.83 
2015/01/23 17:40:36 ercpe Exp $
+
+*oracle-jdk-bin-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org
+  +oracle-jdk-bin-1.7.0.76.ebuild:
+  Version bump of oracle-jdk-bin:7 wrt bug #537214
 
   31 Dec 2014; Fabian Groffen grob...@gentoo.org
   oracle-jdk-bin-1.8.0.25.ebuild:



1.1  dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild?rev=1.1content-type=text/plain

Index: oracle-jdk-bin-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:40:36 ercpe Exp $

EAPI=5

inherit eutils java-vm-2 prefix versionator

MY_PV=$(get_version_component_range 2)u$(get_version_component_range 4)
S_PV=$(replace_version_separator 3 '_')

# This URIs need to be updated when bumping!
JDK_URI=http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html#jdk-${MY_PV}-oth-JPR;
JCE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html;
# This is a list of archs supported by this update.
# Currently arm comes and goes.
AT_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris sparc64-solaris 
x86-macos x64-macos )
# Sometimes some or all of the demos are missing, this is to not have to 
rewrite half
# the ebuild when it happens.
DEMOS_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris 
sparc64-solaris x86-macos x64-macos )
FX_VERSION=2_2_$(get_version_component_range 4)

AT_x86=jdk-${MY_PV}-linux-i586.tar.gz
AT_amd64=jdk-${MY_PV}-linux-x64.tar.gz
AT_arm=jdk-${MY_PV}-linux-arm-vfp-sflt.tar.gz 
jdk-${MY_PV}-linux-arm-vfp-hflt.tar.gz
AT_x86_solaris=jdk-${MY_PV}-solaris-i586.tar.gz
AT_x64_solaris=${AT_x86_solaris} jdk-${MY_PV}-solaris-x64.tar.gz
AT_sparc_solaris=jdk-${MY_PV}-solaris-sparc.tar.gz
AT_sparc64_solaris=${AT_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz
AT_x86_macos=jdk-${MY_PV}-macosx-x64.dmg
AT_x64_macos=jdk-${MY_PV}-macosx-x64.dmg

FXDEMOS_linux=javafx_samples-${FX_VERSION}-linux.zip

DEMOS_x86=${FXDEMOS_linux} jdk-${MY_PV}-linux-i586-demos.tar.gz
DEMOS_amd64=${FXDEMOS_linux} jdk-${MY_PV}-linux-x64-demos.tar.gz
DEMOS_arm=${FXDEMOS_linux} jdk-${MY_PV}-linux-arm-vfp-sflt-demos.tar.gz 
jdk-${MY_PV}-linux-arm-vfp-hflt-demos.tar.gz
DEMOS_x86_solaris=jdk-${MY_PV}-solaris-i586-demos.tar.gz
DEMOS_x64_solaris=${DEMOS_x86_solaris} jdk-${MY_PV}-solaris-x64-demos.tar.gz
DEMOS_sparc_solaris=jdk-${MY_PV}-solaris-sparc-demos.tar.gz
DEMOS_sparc64_solaris=${DEMOS_sparc_solaris} 
jdk-${MY_PV}-solaris-sparcv9-demos.tar.gz
DEMOS_x86_macos=jdk-${MY_PV}-macosx-x86_64-demos.tar.gz
DEMOS_x64_macos=jdk-${MY_PV}-macosx-x86_64-demos.tar.gz

JCE_DIR=UnlimitedJCEPolicy
JCE_FILE=${JCE_DIR}JDK7.zip

DESCRIPTION=Oracle's Java SE Development Kit
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/;
for d in ${AT_AVAILABLE[@]}; do
SRC_URI+= ${d}? (
SRC_URI+= $(eval echo \${$(echo AT_${d/-/_})})
if has ${d} ${DEMOS_AVAILABLE[@]}; then
SRC_URI+= examples? ( $(eval echo \${$(echo 
DEMOS_${d/-/_})}) )
fi
SRC_URI+= )
done
unset d
SRC_URI+= jce? ( ${JCE_FILE} )

LICENSE=Oracle-BCLA-JavaSE examples? ( BSD )
SLOT=1.7

[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog chromium-40.0.2214.69.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 17:28:18

  Modified: ChangeLog
  Added:chromium-40.0.2214.91.ebuild
  Removed:  chromium-40.0.2214.69.ebuild
  Log:
  Stable channel bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1185   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1185view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1185content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1184r2=1.1185

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1184
retrieving revision 1.1185
diff -u -r1.1184 -r1.1185
--- ChangeLog   22 Jan 2015 20:52:22 -  1.1184
+++ ChangeLog   23 Jan 2015 17:28:18 -  1.1185
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1184 
2015/01/22 20:52:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1185 
2015/01/23 17:28:18 floppym Exp $
+
+*chromium-40.0.2214.91 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert flop...@gentoo.org +chromium-40.0.2214.91.ebuild,
+  -chromium-40.0.2214.69.ebuild:
+  Stable channel bump.
 
 *chromium-41.0.2272.12-r1 (22 Jan 2015)
 *chromium-40.0.2214.85-r1 (22 Jan 2015)



1.1  www-client/chromium/chromium-40.0.2214.91.ebuild

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

Index: chromium-40.0.2214.91.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.1 
2015/01/23 17:28:18 floppym Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

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

inherit chromium eutils flag-o-matic multilib multiprocessing pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION=Open-source version of Google Chrome web browser
HOMEPAGE=http://chromium.org/;
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
RESTRICT=!bindist? ( bindist )

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=.*\.nexe

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=.*\.nexe

RDEPEND==app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
cups? (
dev-libs/libgcrypt:0=
=net-print/cups-1.3.11:=
)
=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
dev-libs/icu:=
=dev-libs/jsoncpp-0.5.0-r1:=
=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
gnome-keyring? ( =gnome-base/libgnome-keyring-3.12:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
kerberos? ( 

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jre-bin: oracle-jre-bin-1.8.0.31.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:37:23

  Modified: ChangeLog
  Added:oracle-jre-bin-1.8.0.31.ebuild
  Log:
  Version bump of oracle-jre-bin:8 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.74 dev-java/oracle-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   23 Jan 2015 17:32:33 -  1.73
+++ ChangeLog   23 Jan 2015 17:37:23 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jre-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.73 
2015/01/23 17:32:33 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.74 
2015/01/23 17:37:23 ercpe Exp $
+
+*oracle-jre-bin-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org
+  +oracle-jre-bin-1.8.0.31.ebuild:
+  Version bump of oracle-jre-bin:8 wrt bug #537214
 
 *oracle-jre-bin-1.7.0.76 (23 Jan 2015)
 



1.1  dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild?rev=1.1content-type=text/plain

Index: oracle-jre-bin-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.31.ebuild,v
 1.1 2015/01/23 17:37:23 ercpe Exp $

EAPI=5

inherit java-vm-2 eutils prefix versionator

if [[ $(get_version_component_range 4) == 0 ]] ; then
S_PV=$(get_version_component_range 1-3)
else
MY_PV_EXT=u$(get_version_component_range 4)
S_PV=$(get_version_component_range 1-4)
fi

MY_PV=$(get_version_component_range 2)${MY_PV_EXT}

X86_AT=jre-${MY_PV}-linux-i586.tar.gz
AMD64_AT=jre-${MY_PV}-linux-x64.tar.gz

# This URIs need updating when bumping!
JRE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html;
JCE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;

JCE_DIR=UnlimitedJCEPolicyJDK8
JCE_FILE=jce_policy-8.zip

DESCRIPTION=Oracle's Java SE Runtime Environment
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/;
SRC_URI=
x86? ( ${X86_AT} )
amd64? ( ${AMD64_AT} )
jce? ( ${JCE_FILE} )

LICENSE=Oracle-BCLA-JavaSE
SLOT=1.8
KEYWORDS=~amd64 ~x86
IUSE=X alsa fontconfig jce nsplugin pax_kernel selinux

RESTRICT=fetch strip
QA_PREBUILT=*

COMMON_DEP=
RDEPEND=${COMMON_DEP}
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )
selinux? ( sec-policy/selinux-java )
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND=${COMMON_DEP}
jce? ( app-arch/unzip )
pax_kernel? ( sys-apps/paxctl )

S=${WORKDIR}/jre

pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
fi

einfo Please download '${AT}' from:
einfo '${JRE_URI}'
einfo and move it to '${DISTDIR}'

if use jce; then
einfo Also download '${JCE_FILE}' from:
einfo '${JCE_URI}'
einfo and move it to '${DISTDIR}'
fi

einfo
einfo If the above mentioned urls do not point to the correct version 
anymore,
einfo please download the files from Oracle's java download archive:
einfo
einfo
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jre-${MY_PV}-oth-JPR;
einfo

}

src_unpack() {
default

# Upstream is changing their versioning scheme every release around 
1.8.0.*;
# to stop having to change it over and over again, just wildcard match 
and
# live a happy life instead of trying to get this new jre1.8.0_05 to 
work.
mv 

[gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.2.0_rc1.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:45:30

  Modified: libcircle-0.2.0_rc1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild

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

Index: libcircle-0.2.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcircle-0.2.0_rc1.ebuild  17 Mar 2014 19:04:20 -  1.1
+++ libcircle-0.2.0_rc1.ebuild  23 Jan 2015 17:45:30 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.1 
2014/03/17 19:04:20 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.2 
2015/01/23 17:45:30 ottxor Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 else
inherit vcs-snapshot
SRC_URI=https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=~amd64 ~x86 ~amd64-linux
 fi
 
 DESCRIPTION=an API for distributing embarrassingly parallel workloads using 
self-stabilization



1.5  sys-cluster/libcircle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2014 19:04:20 -  1.4
+++ ChangeLog   23 Jan 2015 17:45:30 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/libcircle
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.4 
2014/03/17 19:04:20 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.5 
2015/01/23 17:45:30 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org
+  libcircle-0.2.0_rc1.ebuild:
+  added ~amd64-linux (tested by me)
 
 *libcircle-0.2.0_rc1 (17 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-0.3.1.ebuild ChangeLog

2015-01-23 Thread Robin H. Johnson (robbat2)
robbat2 15/01/23 18:05:36

  Modified: ChangeLog
  Added:netifrc-0.3.1.ebuild
  Log:
  Bump, lots of fixes from the github repo.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.41 net-misc/netifrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   11 Jan 2015 06:03:13 -  1.40
+++ ChangeLog   23 Jan 2015 18:05:36 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.40 
2015/01/11 06:03:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.41 
2015/01/23 18:05:36 robbat2 Exp $
+
+*netifrc-0.3.1 (23 Jan 2015)
+
+  23 Jan 2015; Robin H. Johnson robb...@gentoo.org +netifrc-0.3.1.ebuild:
+  Bump, lots of fixes from the github repo.
 
   11 Jan 2015; Mike Gilbert flop...@gentoo.org netifrc-0.3.0.ebuild,
   netifrc-.ebuild:



1.1  net-misc/netifrc/netifrc-0.3.1.ebuild

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

Index: netifrc-0.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.1.ebuild,v 1.1 
2015/01/23 18:05:36 robbat2 Exp $

EAPI=5

inherit eutils systemd

DESCRIPTION=Gentoo Network Interface Management Scripts
HOMEPAGE=http://www.gentoo.org/proj/en/base/openrc/;

if [[ ${PV} ==  ]]; then
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/${PN}.git
#EGIT_REPO_URI=git://github.com/gentoo/netifrc # Alternate
inherit git-r3
else
SRC_URI=http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

LICENSE=BSD-2
SLOT=0
IUSE=

DEPEND=kernel_linux? ( virtual/pkgconfig )
!sys-fs/udev-172
RDEPEND=sys-apps/gentoo-functions

src_prepare() {
if [[ ${PV} ==  ]] ; then
local ver=git-${EGIT_VERSION:0:6}
sed -i /^GITVER[[:space:]]*=/s:=.*:=${ver}: mk/git.mk || die
einfo Producing ChangeLog from Git history
GIT_DIR=${S}/.git git log ${S}/ChangeLog
fi

# Allow user patches to be applied without modifying the ebuild
epatch_user
}

src_compile() {
MAKE_ARGS=${MAKE_ARGS}
LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}

use prefix  MAKE_ARGS=${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}

emake ${MAKE_ARGS} all
}

src_install() {
emake ${MAKE_ARGS} DESTDIR=${D} install
dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog

# Install the service file
LIBEXECDIR=${EPREFIX}/lib/${PN}
UNIT_DIR=$(systemd_get_unitdir)
sed s:@LIBEXECDIR@:${LIBEXECDIR}: ${S}/systemd/net_at.service.in  
${T}/net_at.service || die
systemd_newunit ${T}/net_at.service 'net@.service'
dosym ${UNIT_DIR}/net@.service ${UNIT_DIR}/net@lo.service
}

pkg_postinst() {
if [[ ! -e ${EROOT}/etc/conf.d/net  -z $REPLACING_VERSIONS ]]; then
elog The network configuration scripts will use dhcp by
elog default to set up your interfaces.
elog If you need to set up something more complete, see
elog ${EROOT}/usr/share/doc/${P}/README
fi
}






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

2015-01-23 Thread Christoph Junghans
commit: ba10fc13758ba8343c641248169fd75fdfcdea5a
Author: Christoph Junghans christoph.junghans AT gmail DOT com
AuthorDate: Fri Jan 23 18:18:46 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Jan 23 18:18:46 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ba10fc13

Merge pull request #352 from marbre/bokeh

dev-python/bokeh: version bump


 dev-python/{matlab_wrapper = bokeh}/ChangeLog |  8 +--
 dev-python/bokeh/Manifest  |  1 +
 dev-python/bokeh/bokeh-0.7.1.ebuild| 88 ++
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 17 +
 dev-python/bokeh/metadata.xml  | 12 
 5 files changed, 122 insertions(+), 4 deletions(-)



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

2015-01-23 Thread Christoph Junghans
commit: 39e1cdc6864d498f4e930f0a2aaa5323852a
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:49:38 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:49:38 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=39e1cdc6

dev-python/bokeh: Apply changes of bug report #529986

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 9c874ed..95241a5 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -20,6 +20,7 @@ IUSE=examples test chaco
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
 RDEPEND=
+   =net-libs/nodejs-0.8.28[npm]
=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -68,6 +69,12 @@ python_prepare_all() {
sed -i -e /'bokeh.chaco_gg'/d setup.py || die
fi
 
+   sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
+   cd bokehjs || die
+   npm install ||die
+   cd .. || die
+   python ./setup.py --build_js sdist || die
+
distutils-r1_python_prepare_all
 }
 



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

2015-01-23 Thread Christoph Junghans
commit: 190c4d345fde30c79e5ef087f2f4018b5d3cc32c
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 09:30:56 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Thu Jan 22 09:30:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=190c4d34

dev-python/bokeh: Use esetup.py, add phantomjs to RDEPEND

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 95241a5..da4b816 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -21,6 +21,7 @@ IUSE=examples test chaco
 # Therefore refraining from adding the doc build for now
 RDEPEND=
=net-libs/nodejs-0.8.28[npm]
+   =www-client/phantomjs-1.9.8
=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -73,7 +74,7 @@ python_prepare_all() {
cd bokehjs || die
npm install ||die
cd .. || die
-   python ./setup.py --build_js sdist || die
+   esetup.py --build_js sdist
 
distutils-r1_python_prepare_all
 }



[gentoo-commits] gentoo-x86 commit in dev-java/java-sdk-docs: java-sdk-docs-1.8.0.31.ebuild java-sdk-docs-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:51:17

  Modified: ChangeLog
  Added:java-sdk-docs-1.8.0.31.ebuild
java-sdk-docs-1.7.0.76.ebuild
  Log:
  Version bump of java-sdk-docs wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.115dev-java/java-sdk-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-sdk-docs/ChangeLog?r1=1.114r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   22 Nov 2014 08:29:09 -  1.114
+++ ChangeLog   23 Jan 2015 17:51:17 -  1.115
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/java-sdk-docs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.114 
2014/11/22 08:29:09 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/ChangeLog,v 1.115 
2015/01/23 17:51:17 ercpe Exp $
+
+*java-sdk-docs-1.7.0.76 (23 Jan 2015)
+*java-sdk-docs-1.8.0.31 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org 
+java-sdk-docs-1.7.0.76.ebuild,
+  +java-sdk-docs-1.8.0.31.ebuild:
+  Version bump of java-sdk-docs wrt bug #537214
 
 *java-sdk-docs-1.8.0.25 (22 Nov 2014)
 



1.1  dev-java/java-sdk-docs/java-sdk-docs-1.8.0.31.ebuild

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

Index: java-sdk-docs-1.8.0.31.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.31.ebuild,v 
1.1 2015/01/23 17:51:17 ercpe Exp $

EAPI=5

inherit versionator

DOWNLOAD_URL=http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html;

[[ $(get_version_component_range 4) == 0 ]] \
|| MY_PV_EXT=u$(get_version_component_range 4)

MY_PV=$(get_version_component_range 2)${MY_PV_EXT}
ORIG_NAME=jdk-${MY_PV}-docs-all.zip

DESCRIPTION=Oracle's documentation bundle (including API) for Java SE
HOMEPAGE=http://download.oracle.com/javase/8/docs/;
SRC_URI=${ORIG_NAME}

LICENSE=oracle-java-documentation-8
SLOT=1.8
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux

DEPEND=app-arch/unzip:0

RESTRICT=fetch

S=${WORKDIR}/docs

pkg_nofetch() {
einfo Please download ${ORIG_NAME} from 
einfo ${DOWNLOAD_URL}
einfo (agree to the license) and place it in ${DISTDIR}

einfo If you find the file on the download page replaced with a higher
einfo version, please report to the bug 67266 (link below).
einfo If emerge fails because of a checksum error it is possible that
einfo the upstream release changed without renaming. Try downloading 
the file
einfo again (or a newer revision if available). Otherwise report this 
to
einfo http://bugs.gentoo.org/67266 and we will make a new revision.
}

src_install(){
insinto /usr/share/doc/${P}/html
doins index.html

for i in *; do
[[ -d $i ]]  doins -r $i
done
}



1.1  dev-java/java-sdk-docs/java-sdk-docs-1.7.0.76.ebuild

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

Index: java-sdk-docs-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.76.ebuild,v 
1.1 2015/01/23 17:51:17 ercpe Exp $

EAPI=5

inherit versionator

MY_PV=$(get_version_component_range 2)u$(get_version_component_range 4)

DOWNLOAD_URL=http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html#jdk-${MY_PV}-apidocs-oth-JPR;
ORIG_NAME=jdk-${MY_PV}-docs-all.zip

DESCRIPTION=Oracle's documentation bundle (including API) for Java SE
HOMEPAGE=http://download.oracle.com/javase/7/docs/;

[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jre-bin: oracle-jre-bin-1.7.0.76.ebuild ChangeLog

2015-01-23 Thread Johann Schmitz (ercpe)
ercpe   15/01/23 17:32:33

  Modified: ChangeLog
  Added:oracle-jre-bin-1.7.0.76.ebuild
  Log:
  Version bump of oracle-jre-bin:7 wrt bug #537214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.73 dev-java/oracle-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   4 Nov 2014 18:06:10 -   1.72
+++ ChangeLog   23 Jan 2015 17:32:33 -  1.73
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/oracle-jre-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.72 
2014/11/04 18:06:10 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/ChangeLog,v 1.73 
2015/01/23 17:32:33 ercpe Exp $
+
+*oracle-jre-bin-1.7.0.76 (23 Jan 2015)
+
+  23 Jan 2015; Johann Schmitz er...@gentoo.org
+  +oracle-jre-bin-1.7.0.76.ebuild:
+  Version bump of oracle-jre-bin:7 wrt bug #537214
 
 *oracle-jre-bin-1.7.0.72 (04 Nov 2014)
 



1.1  dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild?rev=1.1content-type=text/plain

Index: oracle-jre-bin-1.7.0.76.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.76.ebuild,v
 1.1 2015/01/23 17:32:33 ercpe Exp $

EAPI=5

inherit java-vm-2 eutils prefix versionator

MY_PV=$(get_version_component_range 2)u$(get_version_component_range 4)
S_PV=$(replace_version_separator 3 '_')

X86_AT=jre-${MY_PV}-linux-i586.tar.gz
AMD64_AT=jre-${MY_PV}-linux-x64.tar.gz

# This URIs need updating when bumping!
JRE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html#jre-${MY_PV}-oth-JPR;
JCE_URI=http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html;

JCE_DIR=UnlimitedJCEPolicy
JCE_FILE=${JCE_DIR}JDK7.zip

DESCRIPTION=Oracle's Java SE Runtime Environment
HOMEPAGE=http://www.oracle.com/technetwork/java/javase/;
SRC_URI=
x86? ( ${X86_AT} )
amd64? ( ${AMD64_AT} )
jce? ( ${JCE_FILE} )

LICENSE=Oracle-BCLA-JavaSE
SLOT=1.7
KEYWORDS=~amd64 ~x86
IUSE=X alsa fontconfig jce nsplugin pax_kernel selinux

RESTRICT=fetch strip
QA_PREBUILT=*

COMMON_DEP=
RDEPEND=${COMMON_DEP}
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )
selinux? ( sec-policy/selinux-java )
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND=${COMMON_DEP}
jce? ( app-arch/unzip )
pax_kernel? ( sys-apps/paxctl )

S=${WORKDIR}/jre${S_PV}

pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
fi

einfo Please download '${AT}' from:
einfo '${JRE_URI}'
einfo and move it to '${DISTDIR}'

if use jce; then
einfo Also download '${JCE_FILE}' from:
einfo '${JCE_URI}'
einfo and move it to '${DISTDIR}'
fi

einfo
einfo If the above mentioned urls do not point to the correct version 
anymore,
einfo please download the files from Oracle's java download archive:
einfo
einfo
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jre-${MY_PV}-oth-JPR;
einfo
}

src_prepare() {
if use jce; then
mv ${WORKDIR}/${JCE_DIR} lib/security/ || die
fi
}

src_install() {
local dest=/opt/${P}
local ddest=${ED}${dest}

# Create files used as storage for system preferences.
mkdir .systemPrefs || die
touch .systemPrefs/.system.lock || die

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 271785773b69dc463203f70de8151eb3251014a6
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:45:56 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:45:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27178577

Add setup.patch for bokeh-0.7.1

---
 dev-python/bokeh/bokeh-0.7.1.ebuild|  2 +-
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 10 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 6662423..9c874ed 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -55,7 +55,7 @@ DEPEND=

 DOCS=( CHANGELOG QUICKSTART.md README.md )
 
-PATCHES=( ${FILESDIR}/${PV}-setup.patch )
+PATCHES=( ${FILESDIR}/${P}-setup.patch )
 
 DISTUTILS_NO_PARALLEL_BUILD=1
 

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
new file mode 100644
index 000..934f558
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -0,0 +1,10 @@
+--- setup.py   2015-01-12 19:37:38.0 +0100
 setup.py.new   2015-01-20 23:44:09.0 +0100
+@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
+ 
+ print()
+ if 'develop' in sys.argv:
+-check_remove_bokeh_install(site_packages)
+ with open(path_file, w+) as f:
+ f.write(path)
+ print(Installing Bokeh for development:)



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

2015-01-23 Thread Christoph Junghans
commit: 9573a328e8cc4c950f9e44b1fcf3e53a52843c0b
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:39:13 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:39:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9573a328

dev-python/bokeh: Add to overlay (based on 0.5.0)

---
 dev-python/bokeh/ChangeLog  |  9 
 dev-python/bokeh/bokeh-0.7.1.ebuild | 99 +
 dev-python/bokeh/metadata.xml   | 15 ++
 3 files changed, 123 insertions(+)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
new file mode 100644
index 000..5557614
--- /dev/null
+++ b/dev-python/bokeh/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/bokeh
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bokeh-0.7.1 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +bokeh-0.7.1.ebuild:
+  Import to overlay

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
new file mode 100644
index 000..6662423
--- /dev/null
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Statistical and interactive HTML plots for Python
+HOMEPAGE=http://bokeh.pydata.org/;
+SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+SLOT=0
+LICENSE=BSD
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=examples test chaco
+
+# A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
+# Therefore refraining from adding the doc build for now
+RDEPEND=
+   =dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
+   =dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   =dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
+   =dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
+   =dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
+   =dev-python/pandas-0.11[${PYTHON_USEDEP}]
+   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   =dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
+   =dev-python/pytz-2013b[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
+   =dev-python/requests-1.2.3[${PYTHON_USEDEP}]
+   =dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   =dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
+   chaco? (
+   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )
+   
+# testing server: needs websocket not in portage yet
+# websocket is in pypi for the adding
+# hdf5 backend: needs array management not in portage yet
+DEPEND=
+   test? (
+   ${RDEPEND}
+   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
+   =dev-python/colorama-0.2.7[${PYTHON_USEDEP}] )
+   
+DOCS=( CHANGELOG QUICKSTART.md README.md )
+
+PATCHES=( ${FILESDIR}/${PV}-setup.patch )
+
+DISTUTILS_NO_PARALLEL_BUILD=1
+
+python_prepare_all() {
+   # https://github.com/bokeh/bokeh/issues/1352
+   sed -e s:'bokeh.mplexporter',:\n
'bokeh.mplexporter.renderers',: \
+   -i setup.py || die
+
+   if ! use chaco; then
+   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples  local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   cd ${BUILD_DIR}/lib || die
+   # exclude server tests for now
+   nosetests -v \
+   -e multiuser_auth_test \
+   -e usermodel_test \
+   || die
+}
+
+pkg_postinst() {
+   elog websockets work only with python2_7
+   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
+   if use chaco; then
+   if use python_targets_python2_7; then
+   elog ${chaco_msg}
+   else
+   ewarn ${chaco_msg}
+   fi
+   fi
+}

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
new file mode 100644
index 000..ebdeb0c
--- /dev/null
+++ b/dev-python/bokeh/metadata.xml
@@ -0,0 +1,15 @@
+?xml 

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

2015-01-23 Thread Christoph Junghans
commit: 376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri Jan 23 16:39:43 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Jan 23 16:39:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=376aa366

dev-python/bokeh: Fix bumped ebuild

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 13 +
 dev-python/bokeh/metadata.xml   |  3 ---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index da4b816..88d4e69 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - ${P}.tar.g
 SLOT=0
 LICENSE=BSD
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=examples test chaco
+IUSE=examples test
 
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
@@ -41,9 +41,6 @@ RDEPEND=
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
$(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
-   chaco? (
-   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
-   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )

 # testing server: needs websocket not in portage yet
 # websocket is in pypi for the adding
@@ -62,14 +59,6 @@ PATCHES=( ${FILESDIR}/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
-   # https://github.com/bokeh/bokeh/issues/1352
-   sed -e s:'bokeh.mplexporter',:\n
'bokeh.mplexporter.renderers',: \
-   -i setup.py || die
-
-   if ! use chaco; then
-   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
-   fi
-
sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
cd bokehjs || die
npm install ||die

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
index ebdeb0c..67e16a9 100644
--- a/dev-python/bokeh/metadata.xml
+++ b/dev-python/bokeh/metadata.xml
@@ -9,7 +9,4 @@
   style of Protovis/D3, while delivering high-performance
   interactivity over large data to thin clients.
 /longdescription
-  use
-flag name=chacoEnable interface for implementing qplot and ggplot like 
functionality using chaco/flag
-  /use
 /pkgmetadata



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

2015-01-23 Thread Christoph Junghans
commit: 2d268a70b31f50e395c2fdf6ec11a3db93cd6beb
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 07:47:33 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Thu Jan 22 07:47:33 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d268a70

Cleanup patch  bokeh-0.7.1-setup.patch

---
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
index 934f558..39ea156 100644
--- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -1,5 +1,12 @@
 setup.py   2015-01-12 19:37:38.0 +0100
-+++ setup.py.new   2015-01-20 23:44:09.0 +0100
+Remove inappropriate check for a previous installation.
+
+Original patch for bokek 0.5.0 (0.5.0-setup.patch).
+Ported for bokeh 0.7.1 by Marius Brehler.
+
+http://bugs.gentoo.org/527336
+
+--- setup.py
 setup.py.new
 @@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
  
  print()



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

2015-01-23 Thread Christoph Junghans
commit: 772923c6077f36d7ecf079be06b9a8c72c1bf915
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri Jan 23 17:38:45 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Jan 23 17:38:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=772923c6

dev-python/bokeh: Replace pkg_postinst by readme.gentoo

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 88d4e69..63072d3 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 readme.gentoo
 
 DESCRIPTION=Statistical and interactive HTML plots for Python
 HOMEPAGE=http://bokeh.pydata.org/;
@@ -59,6 +59,8 @@ PATCHES=( ${FILESDIR}/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
+   DOC_CONTENTS=websockets work only with python2_7
+
sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
cd bokehjs || die
npm install ||die
@@ -69,6 +71,8 @@ python_prepare_all() {
 }
 
 python_install_all() {
+   readme.gentoo_create_doc
+
use examples  local EXAMPLES=( examples/. )
 
distutils-r1_python_install_all
@@ -82,15 +86,3 @@ python_test() {
-e usermodel_test \
|| die
 }
-
-pkg_postinst() {
-   elog websockets work only with python2_7
-   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
-   if use chaco; then
-   if use python_targets_python2_7; then
-   elog ${chaco_msg}
-   else
-   ewarn ${chaco_msg}
-   fi
-   fi
-}



[gentoo-commits] gentoo-x86 commit in sys-devel/patch: ChangeLog patch-2.7.3.ebuild patch-2.7.2-r1.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:33:40

  Modified: ChangeLog
  Added:patch-2.7.3.ebuild
  Removed:  patch-2.7.2-r1.ebuild
  Log:
  Rather use latest release than patch the previous one (d'oh!)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.69 sys-devel/patch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   23 Jan 2015 19:02:06 -  1.68
+++ ChangeLog   23 Jan 2015 19:33:40 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.68 2015/01/23 
19:02:06 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.69 2015/01/23 
19:33:40 polynomial-c Exp $
+
+*patch-2.7.3 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org -patch-2.7.2-r1.ebuild,
+  +patch-2.7.3.ebuild:
+  Rather use latest release than patch the previous one (d'oh!)
 
 *patch-2.7.2-r1 (23 Jan 2015)
 



1.1  sys-devel/patch/patch-2.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.7.3.ebuild?rev=1.1content-type=text/plain

Index: patch-2.7.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.3.ebuild,v 1.1 
2015/01/23 19:33:40 polynomial-c Exp $

EAPI=4

inherit flag-o-matic eutils

DESCRIPTION=Utility to apply diffs to files
HOMEPAGE=http://www.gnu.org/software/patch/patch.html;
SRC_URI=mirror://gnu/patch/${P}.tar.xz

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

RDEPEND=xattr? ( sys-apps/attr )
DEPEND=${RDEPEND}
test? ( sys-apps/ed )

src_configure() {
use static  append-ldflags -static

# Do not let $ED mess up the search for `ed` 470210.
ac_cv_path_ED=$(type -P ed) \
econf \
$(use_enable xattr) \
--program-prefix=$(use userland_BSD  echo g)
}






[gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-24.4-r2.ebuild

2015-01-23 Thread Ulrich Mueller (ulm)
ulm 15/01/23 20:38:44

  Modified: ChangeLog
  Added:emacs-24.4-r2.ebuild
  Log:
  Don't shadow load-path in gnus, bug 537156.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.652app-editors/emacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -r1.651 -r1.652
--- ChangeLog   2 Jan 2015 17:02:55 -   1.651
+++ ChangeLog   23 Jan 2015 20:38:44 -  1.652
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.651 
2015/01/02 17:02:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.652 
2015/01/23 20:38:44 ulm Exp $
+
+*emacs-24.4-r2 (23 Jan 2015)
+
+  23 Jan 2015; Ulrich Müller u...@gentoo.org +emacs-24.4-r2.ebuild:
+  Don't shadow load-path in gnus, bug 537156.
 
   02 Jan 2015; Mikle Kolyada zlog...@gentoo.org emacs-24.4-r1.ebuild:
   x86 stable wrt bug #531806



1.1  app-editors/emacs/emacs-24.4-r2.ebuild

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

Index: emacs-24.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4-r2.ebuild,v 1.1 
2015/01/23 20:38:44 ulm Exp $

EAPI=5

inherit elisp-common eutils flag-o-matic multilib readme.gentoo

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;
SRC_URI=mirror://gnu/emacs/${P}.tar.xz
http://dev.gentoo.org/~ulm/emacs/${P}-patches-3.tar.xz;

LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
SLOT=24
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib
REQUIRED_USE=?? ( aqua X )

RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( =dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( =dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( =gnome-base/gconf-2.26.2 )
gsettings? ( =dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( =media-libs/libpng-1.4:0= )
svg? ( =gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
imagemagick? ( =media-gfx/imagemagick-6.6.2 )
xft? (
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
m17n-lib? (
=dev-libs/libotf-0.9.4
=dev-libs/m17n-lib-1.5.1
)
)
gtk? (
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
)
!gtk? (
motif? ( =x11-libs/motif-2.3:0 )
!motif? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( athena? ( x11-libs/libXaw ) )
)
)
)

DEPEND=${RDEPEND}
virtual/pkgconfig
gzip-el? ( app-arch/gzip )

[gentoo-commits] gentoo-x86 commit in sys-devel/patch/files: patch-2.7.2-fix_for_CVE-2015-1196_fix.patch patch-2.7.2-valid_filenames_on_renames_and_copies.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:02:06

  Added:patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
patch-2.7.2-valid_filenames_on_renames_and_copies.patch
  Log:
  Revbump to add two upstream fixes
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  
sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch?rev=1.1content-type=text/plain

Index: patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
===
From 41688ad8ef88bc296f3bed30b171ec73e5876b88 Mon Sep 17 00:00:00 2001
From: Andreas Gruenbacher agr...@gnu.org
Date: Wed, 21 Jan 2015 09:01:15 +
Subject: Fix the fix for CVE-2015-1196

* src/util.c (filename_is_safe): New function split off from name_is_valid().
(symlink_target_is_valid): Explain why we cannot have absolute symlinks or
symlinks with .. components for now.
(move_file): Move absolute filename check here and explain.
* tests/symlinks: Put test case with .. symlink in comments for now.
* NEWS: Add CVE number.
---
diff --git a/NEWS b/NEWS
index d3f1c2d..d79cead 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@
   deleting.
 * Function names in hunks (from diff -p) are now preserved in reject files.
 * With git-style patches, symlinks that point outside the working directory
-  will no longer be created.
+  will no longer be created (CVE-2015-1196).
 
 Changes in version 2.7.1:
 
diff --git a/src/pch.c b/src/pch.c
index bb39576..028d51f 100644
--- a/src/pch.c
+++ b/src/pch.c
@@ -401,21 +401,7 @@ name_is_valid (char const *name)
return false;
 }
 
-  if (IS_ABSOLUTE_FILE_NAME (name))
-is_valid = false;
-  else
-for (n = name; *n; )
-  {
-   if (*n == '.'  *++n == '.'  ( ! *++n || ISSLASH (*n)))
- {
-   is_valid = false;
-   break;
- }
-   while (*n  ! ISSLASH (*n))
- n++;
-   while (ISSLASH (*n))
- n++;
-  }
+  is_valid = filename_is_safe (name);
 
   /* Allow any filename if we are in the filesystem root.  */
   if (! is_valid  cwd_is_root (name))
diff --git a/src/util.c b/src/util.c
index 94c7582..ae05caa 100644
--- a/src/util.c
+++ b/src/util.c
@@ -423,55 +423,18 @@ create_backup (char const *to, const struct stat *to_st, 
bool leave_original)
 }
 }
 
+/* Only allow symlink targets which are relative and free of .. components:
+ * otherwise, the operating system may follow one of those symlinks in a
+ * pathname component, leading to a path traversal vulnerability.
+ *
+ * An alternative to disallowing many kinds of symlinks would be to implement
+ * path traversal in user space using openat() without following symlinks
+ * altogether.
+ */
 static bool
 symlink_target_is_valid (char const *target, char const *to)
 {
-  bool is_valid;
-
-  if (IS_ABSOLUTE_FILE_NAME (to))
-is_valid = true;
-  else if (IS_ABSOLUTE_FILE_NAME (target))
-is_valid = false;
-  else
-{
-  unsigned int depth = 0;
-  char const *t;
-
-  is_valid = true;
-  t = to;
-  while (*t)
-   {
- while (*t  ! ISSLASH (*t))
-   t++;
- if (ISSLASH (*t))
-   {
- while (ISSLASH (*t))
-   t++;
- depth++;
-   }
-   }
-
-  t = target;
-  while (*t)
-   {
- if (*t == '.'  *++t == '.'  (! *++t || ISSLASH (*t)))
-   {
- if (! depth--)
-   {
- is_valid = false;
- break;
-   }
-   }
- else
-   {
- while (*t  ! ISSLASH (*t))
-   t++;
- depth++;
-   }
- while (ISSLASH (*t))
-   t++;
-   }
-}
+  bool is_valid = filename_is_safe (target);
 
   /* Allow any symlink target if we are in the filesystem root.  */
   return is_valid || cwd_is_root (to);
@@ -520,7 +483,11 @@ move_file (char const *from, bool *from_needs_removal,
read_fatal ();
  buffer[size] = 0;
 
- if (! symlink_target_is_valid (buffer, to))
+ /* If we are allowed to create a file with an absolute path name,
+anywhere, we also don't need to worry about symlinks that can
+leave the working directory.  */
+ if (! (IS_ABSOLUTE_FILE_NAME (to)
+|| symlink_target_is_valid (buffer, to)))
{
  fprintf (stderr, symbolic link target '%s' is invalid\n,
   buffer);
@@ -1720,6 +1687,28 @@ int stat_file (char const *filename, struct stat *st)
   return xstat (filename, st) == 0 ? 0 : errno;
 }
 
+/* Check if a filename is relative and free of .. 

[gentoo-commits] gentoo-x86 commit in sys-devel/patch/files: patch-2.7.2-valid_filenames_on_renames_and_copies.patch patch-2.7.2-fix_for_CVE-2015-1196_fix.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:36:02

  Removed: 
patch-2.7.2-valid_filenames_on_renames_and_copies.patch
patch-2.7.2-fix_for_CVE-2015-1196_fix.patch
  Log:
  Removed unused patches
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in sys-devel/patch: ChangeLog

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:36:02

  Modified: ChangeLog
  Log:
  Removed unused patches
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.70 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Jan 2015 19:33:40 -  1.69
+++ ChangeLog   23 Jan 2015 19:36:02 -  1.70
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.69 2015/01/23 
19:33:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.70 2015/01/23 
19:36:02 polynomial-c Exp $
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org
+  -files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch,
+  -files/patch-2.7.2-valid_filenames_on_renames_and_copies.patch:
+  Removed unused patches.
 
 *patch-2.7.3 (23 Jan 2015)
 






[gentoo-commits] proj/hardened-patchset: New tag: 20150121

2015-01-23 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jan 23 20:49:34 2015 +

New tag: 20150121




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

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 20:25:27

  Added:cpu_flags_x86.desc
  Log:
  Initially commit CPU_FLAGS_X86 for better testing of the script.

Revision  ChangesPath
1.1  profiles/desc/cpu_flags_x86.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.1content-type=text/plain

Index: cpu_flags_x86.desc
===
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.1 
2015/01/23 20:25:27 mgorny Exp $

# WARNING! PLEASE DO NOT USE THOSE FLAGS BEFORE WE COMMIT A NEWS
# ITEM FOR IT!

# Whenever the flag name does not correspond to /proc/cpuinfo flags,
# please put the cpuinfo flag in square brackets. If more than one flag
# is specified, any of them will enable the respective USE flag.

3dnow - Use the 3DNow! instruction set
3dnowext - Use the Enhanced 3DNow! instruction set
aes - Enable support for Intel's AES instruction set (AES-NI)
avx - Adds support for Advanced Vector Extensions instructions
avx2 - Adds support for Advanced Vector Extensions 2 instructions
fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
fma4 - Use the Fused Multiply Add 4 instruction set
mmx - Use the MMX instruction set
mmxext - Use the Extended MMX instruction set (intersection of Enhanced 3DNow! 
and SSE instruction sets) ([mmxext], [3dnowext] or [sse] in cpuinfo)
padlock - Use VIA padlock instructions ([phe] in cpuinfo)
popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
sse - Use the SSE instruction set
sse2 - Use the SSE2 instruction set
sse3 - Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3)
sse4_1 - Enable SSE4.1 instruction support
sse4_2 - Enable SSE4.2 instruction support
sse4a - Enable SSE4a instruction support
ssse3 - Use the SSSE3 instruction set (NOT sse3/pni)






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

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 20:25:27

  Modified: ChangeLog
  Log:
  Initially commit CPU_FLAGS_X86 for better testing of the script.

Revision  ChangesPath
1.9698   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9697
retrieving revision 1.9698
diff -u -r1.9697 -r1.9698
--- ChangeLog   22 Jan 2015 16:47:40 -  1.9697
+++ ChangeLog   23 Jan 2015 20:25:26 -  1.9698
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9697 2015/01/22 
16:47:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9698 2015/01/23 
20:25:26 mgorny 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!
 
+  23 Jan 2015; Michał Górny mgo...@gentoo.org +desc/cpu_flags_x86.desc:
+  Initially commit CPU_FLAGS_X86 for better testing of the script.
+
   22 Jan 2015; Julian Ospald hasuf...@gentoo.org package.mask:
   mask games-rpg/morrowind-data for removal wrt #537260
 






[gentoo-commits] gentoo-x86 commit in sys-devel/patch: ChangeLog patch-2.7.2-r1.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:02:06

  Modified: ChangeLog
  Added:patch-2.7.2-r1.ebuild
  Log:
  Revbump to add two upstream fixes
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.68 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   21 Jan 2015 07:32:08 -  1.67
+++ ChangeLog   23 Jan 2015 19:02:06 -  1.68
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.67 2015/01/21 
07:32:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.68 2015/01/23 
19:02:06 polynomial-c Exp $
+
+*patch-2.7.2-r1 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org +patch-2.7.2-r1.ebuild,
+  +files/patch-2.7.2-fix_for_CVE-2015-1196_fix.patch,
+  +files/patch-2.7.2-valid_filenames_on_renames_and_copies.patch:
+  Revbump to add two upstream fixes.
 
 *patch-2.7.2 (21 Jan 2015)
 



1.1  sys-devel/patch/patch-2.7.2-r1.ebuild

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

Index: patch-2.7.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.2-r1.ebuild,v 1.1 
2015/01/23 19:02:06 polynomial-c Exp $

EAPI=4

inherit flag-o-matic eutils

DESCRIPTION=Utility to apply diffs to files
HOMEPAGE=http://www.gnu.org/software/patch/patch.html;
SRC_URI=mirror://gnu/patch/${P}.tar.xz

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

RDEPEND=xattr? ( sys-apps/attr )
DEPEND=${RDEPEND}
test? ( sys-apps/ed )

src_prepare() {
epatch ${FILESDIR}/${P}-valid_filenames_on_renames_and_copies.patch \
${FILESDIR}/${P}-fix_for_CVE-2015-1196_fix.patch
}

src_configure() {
use static  append-ldflags -static

# Do not let $ED mess up the search for `ed` 470210.
ac_cv_path_ED=$(type -P ed) \
econf \
$(use_enable xattr) \
--program-prefix=$(use userland_BSD  echo g)
}






[gentoo-commits] gentoo-x86 commit in sys-devel/bison: ChangeLog bison-3.0.4.ebuild bison-3.0.2.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 19:38:59

  Modified: ChangeLog
  Added:bison-3.0.4.ebuild
  Removed:  bison-3.0.2.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.133sys-devel/bison/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.133view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.133content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.132r2=1.133

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   15 Jan 2015 19:30:43 -  1.132
+++ ChangeLog   23 Jan 2015 19:38:58 -  1.133
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/bison
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.132 
2015/01/15 19:30:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.133 
2015/01/23 19:38:58 polynomial-c Exp $
+
+*bison-3.0.4 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org -bison-3.0.2.ebuild,
+  +bison-3.0.4.ebuild:
+  Version bump. Removed old.
 
 *bison-3.0.3-r1 (15 Jan 2015)
 



1.1  sys-devel/bison/bison-3.0.4.ebuild

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

Index: bison-3.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4.ebuild,v 1.1 
2015/01/23 19:38:58 polynomial-c Exp $

EAPI=5

inherit flag-o-matic

DESCRIPTION=A general-purpose (yacc-compatible) parser generator
HOMEPAGE=http://www.gnu.org/software/bison/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.xz

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

RDEPEND==sys-devel/m4-1.4.16
DEPEND=${RDEPEND}
sys-devel/flex
nls? ( sys-devel/gettext )

DOCS=( AUTHORS ChangeLog-2012 NEWS README THANKS TODO ) # ChangeLog-1998 
PACKAGING README-alpha README-release

src_configure() {
use static  append-ldflags -static

econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable nls)
}

src_install() {
default

# This one is installed by dev-util/yacc
mv ${ED}/usr/bin/yacc{,.bison} || die
mv ${ED}/usr/share/man/man1/yacc{,.bison}.1 || die

# We do not need liby.a
rm -r ${ED}/usr/lib* || die

# Move to documentation directory and leave compressing for EAPI=4
mv ${ED}/usr/share/${PN}/README 
${ED}/usr/share/doc/${PF}/README.data
}

pkg_postinst() {
local f=${EROOT}/usr/bin/yacc
if [[ ! -e ${f} ]] ; then
ln -s yacc.bison ${f}
fi
}

pkg_postrm() {
# clean up the dead symlink when we get unmerged #377469
local f=${EROOT}/usr/bin/yacc
if [[ -L ${f}  ! -e ${f} ]] ; then
rm -f ${f}
fi
}






[gentoo-commits] proj/java:master commit in: dev-java/icedtea/, dev-java/icedtea/files/

2015-01-23 Thread Andrew John Hughes
commit: b57daf7b8fe634077ed0dec9afe9beaf444a5d83
Author: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
AuthorDate: Fri Jan 23 19:50:14 2015 +
Commit: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
CommitDate: Fri Jan 23 19:50:14 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/java.git;a=commit;h=b57daf7b

IcedTea 2.5.4 released: http://bitly.com/it20504

Package-Manager: portage-2.2.15
Manifest-Sign-Key: 35964222

---
 dev-java/icedtea/ChangeLog |   7 +
 dev-java/icedtea/Manifest  |  27 +-
 dev-java/icedtea/files/7085757-currency_fix.patch  | 412 -
 ...edtea-7.2.5.3.ebuild = icedtea-7.2.5.4.ebuild} |  19 +-
 4 files changed, 28 insertions(+), 437 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 73f874b..85f26ab 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.5.4 (23 Jan 2015)
+
+  23 Jan 2015; Andrew John Hughes gnu_and...@member.fsf.org
+  +icedtea-7.2.5.4.ebuild, -files/7085757-currency_fix.patch,
+  -icedtea-7.2.5.3.ebuild:
+  IcedTea 2.5.4 released: http://bitly.com/it20504
+
   11 Jan 2015; Andrew John Hughes gnu_and...@member.fsf.org
   icedtea-6.1.13.5-r1.ebuild, icedtea-6..ebuild:
   Let CACAO handle ppc64 with OpenJDK 6 / IcedTea 1.x as there is no HotSpot

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 4bf0ffe..76e7fb4 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,20 +1,19 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-AUX 7085757-currency_fix.patch 13087 SHA256 
0735c2235ab7ed0c54769e6709ef0c30e4c892ae702a7bdd355eefb0e0f91802 SHA512 
249579d9910d3fbf30e7cf5ffe41b0ea47af9ddc2cdec592008c597a9102bd4482565016c71389d2ea9bd6d806f68b38f52e2e237f0daa9109cac5d192e0c63d
 WHIRLPOOL 
90f04220538e3855da0727ba12a3d3c4f146cd122a99aaa12fd4c76e9647cb2ec04f9e585d5d400d0dc7ee477a56d511c95b8a9018a7bbb1a339a7c9b3f75cb5
 AUX fontconfig.Gentoo.properties.src 15602 SHA256 
d48a9b43d82f45425464e985955f3f3700738a98c0dc97ab7577230ca11fe647 SHA512 
eac3fd310bf0757284a4a0c3c72759a8516bd2d9b8f9d9c7df10ff15fd291833d5adb5429b166175c6f333c883974d56fe7d0339cc16db3a5786a77780217a39
 WHIRLPOOL 
f9f702848c38ef9cca0577f1db5a7c4cd6847e79d205b8e855c14b3a80070328b12fdcd854f5bd2dcf07c7cb9bd2aaf433a770a0752ec01a4e8b308dedf3bf19
 AUX generate-cacerts.pl 11051 SHA256 
6ee6fb155e3fa85d0a7e9015b53ebd55948c6599d100fdb69b574b6d11f73433 SHA512 
22d1be675362c09ed61af4dc3ece14cab81e9514937d588ff5d324e61b7eba7d3dd99b26bc5ec0953365de56d099f708b2afdb13cca37bc4ff07fd8ce31fbe97
 WHIRLPOOL 
ad0e7946b1f055542f8a76b1050ae841bc7b6498305def9881d2f5d2177a82b77d25bf20e97488e2c84bbe0c3834421caea7e5bf4ea990c783908bc19133e619
 AUX icedtea.env 1074 SHA256 
b4ad677dede5c06785db6540d51a9dbe6401e894f03857f5b14dbf6bdf9a33a8 SHA512 
933c5d96e1cd36badf9c467b5ac06e8cf5d842915662f6744fb641bba64bdbf024685011f48d2742fadf5a3d82ca2e7f3cc555e51079297f5962e22be3afd03a
 WHIRLPOOL 
57ec8849e93bdd595006515c2cbd6e554ee0e84fa74b80fa2a29106e85f000bf5cd8d9e583f6e60974880b250cbb7d6271ac5d53edcbd2765a4dc0babd571258
 DIST icedtea-2.5-cacao-e215e36be9fc.tar.gz 4263463 SHA256 
4966514c72ee7ed108b882d9b6e65c3adf8a8f9c2dccb029f971b3c8cb4870ab SHA512 
2f27fbdd64d2b6ea2fa39c55bcd2344c49d02269492bd1aa1b334555bc66aa59d021bce12af60fdbf81e810fa4b8e488354025bf0f770ba4582c85592cd6c22f
 WHIRLPOOL 
7865532185aa0a6e5c6caf8cb7affefdfb473b1c5686ada1f2e071776b4faae153c2086c2c2df9e2b2b2124b629433b849bd10f82cf8f8e3f0e7aa84b5bfebba
-DIST icedtea-2.5-corba-4aed5efcd8df.tar.bz2 1068089 SHA256 
8ceb2cd60782b7fc14b88e3d366f273873fa5436cf0e36b86406c0905b7dc43c SHA512 
d9b6d50f629611bb8f74e491c3ecbf9d991216efc13e80f90f627f1d312718a29bd83fb0262f198ffa6ec1abe6fe720e0f28acfda64deb335aa3535f0d9d73f6
 WHIRLPOOL 
1336dc17eeeaf8e14c8ccdeb72651c40d3c7726aa0bf818ceefef4cf36daa5d4dcd375163ddd040669a91aa2eabff072e01a402d7eb5a713da7196c2d910025e
-DIST icedtea-2.5-hotspot-1d0d98e7c981.tar.bz2 7788973 SHA256 
8c8e1f7e97f47fe4029e0b0ba42b3515474adabe64e1fbee15c0e2e22a13aa28 SHA512 
a6d09c320528bf5e895716b7c59c3f41e8a939a5ca6612c436a4360ccf1ca0ad8124671b7ea1c920106b7e9a1d4f6185f68302c5edc375294a6095690b237eeb
 WHIRLPOOL 
a58f7e21fc58c34d3d21cc6bd9de0fed9f170f9485971755fbe9e058e1f02cdf49e57f7f149d93b49a6fbfff389e232a880185270e1cceb817d8953b7e892a15
+DIST icedtea-2.5-corba-3c9f523bf96e.tar.bz2 1069035 SHA256 
7411fe2df795981124ae2e4da0ddb7d98db0a94c9399a12876be03e7177eaa0b SHA512 
d1d9b085d4f514a3a8ae01c61ee2f828fe35f78bf1a81ec481e33494e679870dad07518176f77188b9617973839259004a4b13f7815031e488bfc0302c260462
 WHIRLPOOL 
06494d08debabd7dab5f059a1b45b9018e95c462813201283700556e8b535e9526c1a464296b689eb24ad921ea24a8075fe9c7673c1231206c918ad9f1656f37
+DIST icedtea-2.5-hotspot-6144ca9b6a72.tar.bz2 7799854 SHA256 

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

2015-01-23 Thread William Hubbs
commit: fbdd669ba7c5d1a67129236b4ffcd76198340a1b
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Fri Jan 23 18:52:31 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Jan 23 18:52:31 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=fbdd669b

Makefile: add variable for path to source tree

Add a new variable, ${TOP}, to the top level makefile, which points to
the path of the source tree.

---
 Makefile | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6e9198c..dd06bdd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@
 # Copyright (c) 2007-2009 Roy Marples r...@marples.name
 # Released under the 2-clause BSD license.
 
-include Makefile.inc
+TOP:=  ${dir ${realpath ${firstword ${MAKEFILE_LIST
+MK=${TOP}/mk
+
+include ${TOP}/Makefile.inc
 
 SUBDIR=conf.d etc init.d local.d man scripts sh src sysctl.d
 
@@ -17,7 +20,6 @@ SUBDIR+=  runlevels
 
 INSTALLAFTER=  _installafter
 
-MK=mk
 include ${MK}/sys.mk
 include ${MK}/os.mk
 include ${MK}/subdir.mk



[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.10.ebuild ChangeLog

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 20:06:11

  Modified: ChangeLog
  Added:stunnel-5.10.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.202net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog   23 Jan 2015 07:49:42 -  1.201
+++ ChangeLog   23 Jan 2015 20:06:11 -  1.202
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.201 
2015/01/23 07:49:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.202 
2015/01/23 20:06:11 blueness Exp $
+
+*stunnel-5.10 (23 Jan 2015)
+
+  23 Jan 2015; Anthony G. Basile bluen...@gentoo.org +stunnel-5.10.ebuild:
+  Version bump
 
   23 Jan 2015; Jeroen Roovers j...@gentoo.org stunnel-5.08.ebuild:
   Stable for HPPA (bug #534356).



1.1  net-misc/stunnel/stunnel-5.10.ebuild

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

Index: stunnel-5.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.10.ebuild,v 1.1 
2015/01/23 20:06:11 blueness Exp $

EAPI=5

inherit ssl-cert eutils systemd user

DESCRIPTION=TLS/SSL - Port Wrapper
HOMEPAGE=http://www.stunnel.org/index.html;
SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=ipv6 selinux tcpd

DEPEND=tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-stunnel )

pkg_setup() {
enewgroup stunnel
enewuser stunnel -1 -1 -1 stunnel
}

src_prepare() {
# Hack away generation of certificate
sed -i -e s/^install-data-local:/do-not-run-this:/ \
tools/Makefile.in || die sed failed
}

src_configure() {
econf \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl=${EPREFIX}/usr \
--disable-fips
}

src_install() {
emake DESTDIR=${D} install
rm -rf ${ED}/usr/share/doc/${PN}
rm -f ${ED}/etc/stunnel/stunnel.conf-sample ${ED}/usr/bin/stunnel3 \
${ED}/usr/share/man/man8/stunnel.{fr,pl}.8

# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel

dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html

insinto /etc/stunnel
doins ${FILESDIR}/stunnel.conf
doinitd ${FILESDIR}/stunnel

systemd_dounit ${S}/tools/stunnel.service
systemd_newtmpfilesd ${FILESDIR}/stunnel.tmpfiles.conf stunnel.conf
}

pkg_postinst() {
if [ ! -f ${EROOT}/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel 
${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 ${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
fi

einfo If you want to run multiple instances of stunnel, create a new 
config
einfo file ending with .conf in /etc/stunnel/. **Make sure** you 
change 
einfo \'pid= \' with a unique filename.
}






[gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/23.4/, emacs/24.4/

2015-01-23 Thread Ulrich Müller
commit: d0ddaf8a01882ea2b0f1c4b56f467cc828c6887d
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Fri Jan 23 12:21:05 2015 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Fri Jan 23 12:21:05 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=d0ddaf8a

Backport support for update-game-score to run sgid instead of suid.

---
 emacs/23.4/23_all_games-sgid.patch | 232 +
 emacs/24.4/04_all_games-sgid.patch | 226 
 2 files changed, 458 insertions(+)

diff --git a/emacs/23.4/23_all_games-sgid.patch 
b/emacs/23.4/23_all_games-sgid.patch
new file mode 100644
index 000..c69d089
--- /dev/null
+++ b/emacs/23.4/23_all_games-sgid.patch
@@ -0,0 +1,232 @@
+Backport support for update-game-score to run sgid instead of suid.
+This comprises parts of the following commits from upstream git:
+
+commit 74ab488ff2e57f31eb5290266f0f3b1995ebf83e
+Author: Paul Eggert egg...@cs.ucla.edu
+Date:   Thu Jan 22 00:39:30 2015 -0800
+
+Check exit statuses in lib-src/Makefile
+
+commit 7f4e7dd378c456b498c270b47b46aaae365a72ab
+Author: Ulrich Müller u...@gentoo.org
+Date:   Thu Jan 22 08:24:42 2015 +0100
+
+Don't fail if chown or chgrp for 'update-game-score' is unsuccessful.
+
+commit 20f66485526b69eb26f2e70bd835a5e1333559d5
+Author: Ulrich Müller u...@gentoo.org
+Date:   Fri Jan 16 09:25:25 2015 +0100
+
+Allow update-game-score to run sgid instead of suid.
+
+--- emacs-23.4-orig/configure.in
 emacs-23.4/configure.in
+@@ -39,8 +39,6 @@
+ docdir='${datadir}/emacs/${version}/etc'
+ gamedir='${localstatedir}/games/emacs'
+ 
+-gameuser=games
+-
+ dnl OPTION_DEFAULT_OFF(NAME, HELP-STRING)
+ dnl Create a new --with option that defaults to being disabled.
+ dnl NAME is the base name of the option.  The shell variable with_NAME
+@@ -176,10 +174,25 @@
+ CRT_DIR=${with_crt_dir}
+ 
+ AC_ARG_WITH(gameuser,dnl
+-[AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])])
+-test X${with_gameuser} != X  test ${with_gameuser} != yes \
+-   gameuser=${with_gameuser}
+-test X$gameuser = X  gameuser=games
++[AS_HELP_STRING([--with-gameuser=USER_OR_GROUP],
++  [user for shared game score files.
++  An argument prefixed by ':' specifies a group instead.])])
++gameuser=
++gamegroup=
++case ${with_gameuser} in
++  no) ;;
++   | yes)
++AC_MSG_CHECKING([whether a 'games' user exists])
++if id -u games /dev/null 21; then
++  AC_MSG_RESULT([yes])
++  gameuser=games
++else
++  AC_MSG_RESULT([no])
++fi
++;;
++  :*) gamegroup=`echo ${with_gameuser} | sed -e s/://` ;;
++  *) gameuser=${with_gameuser} ;;
++esac
+ 
+ AC_ARG_WITH([gnustep-conf],dnl
+ [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default 
$GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])])
+@@ -2708,6 +2721,7 @@
+ AC_SUBST(bitmapdir)
+ AC_SUBST(gamedir)
+ AC_SUBST(gameuser)
++AC_SUBST(gamegroup)
+ AC_SUBST(c_switch_system)
+ AC_SUBST(c_switch_machine)
+ AC_SUBST(LD_SWITCH_X_SITE)
+--- emacs-23.4-orig/lib-src/Makefile.in
 emacs-23.4/lib-src/Makefile.in
+@@ -90,6 +90,7 @@
+ 
+ gamedir=@gamedir@
+ gameuser=@gameuser@
++gamegroup=@gamegroup@
+ 
+ #  Utility Programs for the Build =
+ 
+@@ -310,10 +311,25 @@
+ /* If the following commands fail, that is not a big deal.
+update-game-score will detect at runtime that it is not setuid,
+and handle things accordingly. */
+-  -if chown ${gameuser} $(DESTDIR)${archlibdir}/update-game-score  
chmod u+s $(DESTDIR)${archlibdir}/update-game-score; then \
+-chown ${gameuser} $(DESTDIR)${gamedir}; \
+-chmod u=rwx,g=rwx,o=rx $(DESTDIR)${gamedir}; \
++ifneq ($(gameuser),)
++  if chown ${gameuser} \
++   $(DESTDIR)${archlibdir}/update-game-score${EXEEXT}  \
++ chmod u+s,go-r \
++   $(DESTDIR)${archlibdir}/update-game-score${EXEEXT}; \
++  then \
++chown ${gameuser} $(DESTDIR)${gamedir}  \
++chmod u=rwx,g=rx,o=rx $(DESTDIR)${gamedir}; \
+   fi
++else ifneq ($(gamegroup),)
++  if chgrp ${gamegroup} \
++   $(DESTDIR)${archlibdir}/update-game-score${EXEEXT}  \
++ chmod g+s,o-r \
++   $(DESTDIR)${archlibdir}/update-game-score${EXEEXT}; \
++  then \
++chgrp ${gamegroup} $(DESTDIR)${gamedir}  \
++chmod u=rwx,g=rwx,o=rx $(DESTDIR)${gamedir}; \
++  fi
++endif
+ if [ `(cd $(DESTDIR)${archlibdir}  /bin/pwd)` \
+  != `(cd ${srcdir}  /bin/pwd)` ]; then \
+ for file in ${SCRIPTS}; do \
+--- emacs-23.4-orig/lib-src/update-game-score.c
 emacs-23.4/lib-src/update-game-score.c
+@@ -22,8 +22,8 @@
+ 
+ 
+ /* This program allows a game to securely and atomically update a
+-   score file.  It should be installed setuid, owned by an appropriate
+-   user like `games'.
++   score file.  It should be installed either setuid or setgid, owned
++  

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

2015-01-23 Thread Ulrich Müller
commit: 7f10f7bade537956fda28461a0cf36aa63282ce4
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Fri Jan 23 07:26:55 2015 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Fri Jan 23 07:26:55 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=7f10f7ba

Don't shadow load-path in gnus, bug 537156.

---
 emacs/24.4/03_all_gnus-image.patch | 25 +
 1 file changed, 25 insertions(+)

diff --git a/emacs/24.4/03_all_gnus-image.patch 
b/emacs/24.4/03_all_gnus-image.patch
new file mode 100644
index 000..cb46e3b
--- /dev/null
+++ b/emacs/24.4/03_all_gnus-image.patch
@@ -0,0 +1,25 @@
+https://bugs.gentoo.org/537156
+http://debbugs.gnu.org/18813
+
+commit 7515423bc1935efeb43a85097e00f8758a7cc394
+Author: Katsumi Yamaoka yama...@jpl.org
+Date:   Mon Oct 27 22:51:18 2014 +
+
+[Backport] gnus.el (gnus-mode-line-buffer-identification):
+Don't add image data for a non-graphic display;
+Don't shadow load-path, it blocks autoloading of find-image (bug#18813)
+
+--- emacs-24.4-orig/lisp/gnus/gnus.el
 emacs-24.4/lisp/gnus/gnus.el
+@@ -328,8 +328,9 @@
+   (if (fboundp 'find-image)
+   (defun gnus-mode-line-buffer-identification (line)
+   (let ((str (car-safe line))
+-(load-path (mm-image-load-path)))
+-(if (and (stringp str)
++(load-path (append (mm-image-load-path) load-path)))
++(if (and (display-graphic-p)
++ (stringp str)
+  (string-match ^Gnus: str))
+ (progn (add-text-properties
+ 0 5



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

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 21:28:23

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
+++ enum34-1.0.4.ebuild 23 Jan 2015 21:28:23 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.8 
2015/01/23 21:28:23 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux
+KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-macos
 IUSE=doc
 
 DEPEND=



1.12 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Jan 2015 17:47:55 -  1.11
+++ ChangeLog   23 Jan 2015 21:28:23 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.12 
2015/01/23 21:28:23 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
+  added ~x86-macos (tested by me)
 
   23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
   added ~amd64-linux (tested by me)






[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-beta: google-chrome-beta-41.0.2272.16_p1.ebuild ChangeLog google-chrome-beta-40.0.2214.85_p1.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:28:39

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

Revision  ChangesPath
1.61 www-client/google-chrome-beta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   14 Jan 2015 23:32:24 -  1.60
+++ ChangeLog   23 Jan 2015 21:28:38 -  1.61
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.60 2015/01/14 23:32:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.61 2015/01/23 21:28:38 floppym Exp $
+
+*google-chrome-beta-41.0.2272.16_p1 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert flop...@gentoo.org
+  +google-chrome-beta-41.0.2272.16_p1.ebuild,
+  -google-chrome-beta-40.0.2214.85_p1.ebuild:
+  Automated update.
 
 *google-chrome-beta-40.0.2214.85_p1 (14 Jan 2015)
 



1.1  
www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild

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

Index: google-chrome-beta-41.0.2272.16_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-41.0.2272.16_p1.ebuild,v
 1.1 2015/01/23 21:28:38 floppym Exp $

EAPI=5

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

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

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

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

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

SRC_URI=
amd64? (

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

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


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

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


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

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

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

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

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

Please notice the bundled flash player (PepperFlash).
You can (de)activate all 

[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-41.0.2272.16_beta1.ebuild ChangeLog chrome-binary-plugins-40.0.2214.85_beta1.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:28:52

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   21 Jan 2015 22:15:10 -  1.212
+++ ChangeLog   23 Jan 2015 21:28:52 -  1.213
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.212 
2015/01/21 22:15:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.213 
2015/01/23 21:28:52 floppym Exp $
+
+*chrome-binary-plugins-41.0.2272.16_beta1 (23 Jan 2015)
+
+  23 Jan 2015; Mike Gilbert flop...@gentoo.org
+  +chrome-binary-plugins-41.0.2272.16_beta1.ebuild,
+  -chrome-binary-plugins-40.0.2214.85_beta1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-40.0.2214.91_p1 (21 Jan 2015)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild

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

Index: chrome-binary-plugins-41.0.2272.16_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.16_beta1.ebuild,v
 1.1 2015/01/23 21:28:52 floppym Exp $

EAPI=5

inherit multilib unpacker

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

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

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

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

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

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

KEYWORDS=~amd64 ~x86
fi

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

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

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

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

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

src_install() {
local version flapper

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

if use flash; then
doins -r PepperFlash

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

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

[gentoo-commits] gentoo-x86 commit in app-portage/cpuinfo2cpuflags: metadata.xml cpuinfo2cpuflags-1.ebuild ChangeLog

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:09:54

  Added:metadata.xml cpuinfo2cpuflags-1.ebuild ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  app-portage/cpuinfo2cpuflags/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailmgo...@gentoo.org/email
nameMichał Górny/name
/maintainer
/pkgmetadata



1.1  app-portage/cpuinfo2cpuflags/cpuinfo2cpuflags-1.ebuild

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

Index: cpuinfo2cpuflags-1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags/cpuinfo2cpuflags-1.ebuild,v
 1.1 2015/01/23 23:09:54 mgorny Exp $

EAPI=5

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

inherit python-r1

DESCRIPTION=Script to guess CPU_FLAGS_X86 flags from /proc/cpuinfo
HOMEPAGE=https://bitbucket.org/mgorny/cpuinfo2cpuflags;
SRC_URI=https://bitbucket.org/mgorny/cpuinfo2cpuflags/downloads/${P}.tar.gz;

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

RDEPEND=${PYTHON_DEPS}
REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_install() {
python_foreach_impl python_doscript *.py
}

pkg_postinst() {
if has_version 'sys-apps/portage' \
 ! has_version sys-apps/portage[${PYTHON_USEDEP}]
then
ewarn Support for matching Python implementations should be 
enabled
ewarn on sys-apps/portage as well. Otherwise, cpuinfo2cpuflags 
won't
ewarn be able to figure out the correct repository location 
and will
ewarn require you to specify it explicitly.
fi
}



1.1  app-portage/cpuinfo2cpuflags/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-portage/cpuinfo2cpuflags
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags/ChangeLog,v 1.1 
2015/01/23 23:09:54 mgorny Exp $

*cpuinfo2cpuflags-1 (23 Jan 2015)

  23 Jan 2015; Michał Górny mgo...@gentoo.org +cpuinfo2cpuflags-1.ebuild,
  +metadata.xml:
  Initial version.






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog

2015-01-23 Thread Agostino Sarubbo (ago)
ago 15/01/23 21:02:50

  Modified: chromium-40.0.2214.91.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #537366
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-client/chromium/chromium-40.0.2214.91.ebuild

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

Index: chromium-40.0.2214.91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-40.0.2214.91.ebuild23 Jan 2015 17:28:18 -  1.1
+++ chromium-40.0.2214.91.ebuild23 Jan 2015 21:02:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.1 
2015/01/23 17:28:18 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.2 
2015/01/23 21:02:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm ~x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 RESTRICT=!bindist? ( bindist )
 



1.1186   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1186view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1186content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1185r2=1.1186

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1185
retrieving revision 1.1186
diff -u -r1.1185 -r1.1186
--- ChangeLog   23 Jan 2015 17:28:18 -  1.1185
+++ ChangeLog   23 Jan 2015 21:02:50 -  1.1186
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1185 
2015/01/23 17:28:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1186 
2015/01/23 21:02:50 ago Exp $
+
+  23 Jan 2015; Agostino Sarubbo a...@gentoo.org chromium-40.0.2214.91.ebuild:
+  Stable for amd64, wrt bug #537366
 
 *chromium-40.0.2214.91 (23 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-39.0.2171.65.ebuild chromium-40.0.2214.85-r1.ebuild chromium-39.0.2171.99.ebuild chromium-40.0.2214.85.ebuild

2015-01-23 Thread Mike Gilbert (floppym)
floppym 15/01/23 21:07:47

  Modified: ChangeLog
  Removed:  chromium-39.0.2171.65.ebuild
chromium-40.0.2214.85-r1.ebuild
chromium-39.0.2171.99.ebuild
chromium-40.0.2214.85.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1188   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1188view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1188content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1187r2=1.1188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -r1.1187 -r1.1188
--- ChangeLog   23 Jan 2015 21:03:05 -  1.1187
+++ ChangeLog   23 Jan 2015 21:07:47 -  1.1188
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1187 
2015/01/23 21:03:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1188 
2015/01/23 21:07:47 floppym Exp $
+
+  23 Jan 2015; Mike Gilbert flop...@gentoo.org -chromium-39.0.2171.65.ebuild,
+  -chromium-39.0.2171.99.ebuild, -chromium-40.0.2214.85-r1.ebuild,
+  -chromium-40.0.2214.85.ebuild:
+  Remove old.
 
   23 Jan 2015; Agostino Sarubbo a...@gentoo.org chromium-40.0.2214.91.ebuild:
   Stable for x86, wrt bug #537366






[gentoo-commits] proj/gentoolkit:gentoolkit commit in: bin/

2015-01-23 Thread Paul Varner
commit: 6f5d03a6bd34f684331837575560babfa91899ea
Author: Paul Varner fuzzyray AT gentoo DOT org
AuthorDate: Fri Jan 23 21:19:42 2015 +
Commit: Paul Varner fuzzyray AT gentoo DOT org
CommitDate: Fri Jan 23 21:19:42 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=6f5d03a6

Fix eread to only display elog files. (Bug 534686)

---
 bin/eread | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/eread b/bin/eread
index d74a167..fe095a6 100755
--- a/bin/eread
+++ b/bin/eread
@@ -34,13 +34,13 @@ PS3=Choice? 
 SORT=${EREAD_SORT_ORDER}
 
 find_unsorted() {
-   find . -type f | sed -e s:\./::g
+   find . -name '*:*:*.log*' | sed -e s:\./::g
 }
 find_by_name() {
-   find . -type f | sort | sed -e s:\./::g
+   find . -name '*:*:*.log*' | sort | sed -e s:\./::g
 }
 find_by_time() {
-   find . -type f | sort -k 3 -t : | sed -e s:\./::g
+   find . -name '*:*:*.log*' | sort -k 3 -t : | sed -e s:\./::g
 }
 find_files() {
case ${SORT} in



[gentoo-commits] gentoo-x86 commit in games-puzzle/brainparty/files: brainparty-0.61-gcc49.patch brainparty-0.61-savegame.patch

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/23 21:44:21

  Modified: brainparty-0.61-savegame.patch
  Added:brainparty-0.61-gcc49.patch
  Log:
  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
games-puzzle/brainparty/files/brainparty-0.61-savegame.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch?r1=1.1r2=1.2

Index: brainparty-0.61-savegame.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-savegame.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- brainparty-0.61-savegame.patch  28 Nov 2010 19:47:03 -  1.1
+++ brainparty-0.61-savegame.patch  23 Jan 2015 21:44:21 -  1.2
@@ -1,5 +1,5 @@
 a/BPGame.cpp   2010-03-11 00:15:34.0 +
-+++ b/BPGame.cpp   2010-04-02 04:17:02.640735675 +0100
+--- a/BPGame.cpp
 b/BPGame.cpp
 @@ -1294,8 +1294,10 @@ void BPGame::LoadSettings() {
Secret1 = Secret2 = Secret3 = Secret4 = false;
NumUnlockedGames = 0;



1.1  games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/files/brainparty-0.61-gcc49.patch?rev=1.1content-type=text/plain

Index: brainparty-0.61-gcc49.patch
===
--- a/BPList.h
+++ a/BPList.h
@@ -138,7 +138,7 @@
~BPPList();
void Add(T item);
bool Contains(T item);
-   void Clear(bool safe_delete);
+   void Clear(bool safe_delete = true);
int IndexOf(T item);
void Insert(int pos, T item);
void Remove(T item);
@@ -171,7 +171,7 @@
 }
 
 template class T
-void BPPListT::Clear(bool safe_delete = true) {
+void BPPListT::Clear(bool safe_delete) {
if (safe_delete) {
for (int i = data.size() - 1; i = 0; --i) {
T item = data[i];






[gentoo-commits] gentoo-x86 commit in games-puzzle/brainparty: brainparty-0.61.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/23 21:44:21

  Modified: brainparty-0.61.ebuild ChangeLog
  Log:
  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-puzzle/brainparty/brainparty-0.61.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild?r1=1.5r2=1.6

Index: brainparty-0.61.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- brainparty-0.61.ebuild  15 May 2014 16:49:00 -  1.5
+++ brainparty-0.61.ebuild  23 Jan 2015 21:44:21 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v 1.5 
2014/05/15 16:49:00 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/brainparty/brainparty-0.61.ebuild,v 1.6 
2015/01/23 21:44:21 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=A puzzle-solving, brain-stretching game for all ages
@@ -19,6 +19,7 @@
media-libs/sdl-ttf
media-libs/sdl-image[png]
media-libs/sdl-gfx
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN}
 
@@ -28,20 +29,20 @@
-e 's/CXXFLAGS = .*/CXXFLAGS+=-c/' \
-e '/^CXX =/d' \
-e '/-o brainparty/s/INCLUDES) /$(LDFLAGS) /' \
-   Makefile \
-   || die sed failed
+   Makefile || die
sed -i \
/^int main(/ atchdir(\${GAMES_DATADIR}/${PN}\);\n \
-   main.cpp \
-   || die sed failed
-   epatch ${FILESDIR}/${P}-savegame.patch
+   main.cpp || die
+   epatch \
+   ${FILESDIR}/${P}-savegame.patch \
+   ${FILESDIR}/${P}-gcc49.patch
 
 }
 
 src_install() {
-   dogamesbin brainparty || die
+   dogamesbin brainparty
insinto ${GAMES_DATADIR}/${PN}/Content
-   doins Content/* || die
+   doins Content/*
newicon Content/icon.bmp ${PN}.bmp
make_desktop_entry brainparty Brain Party /usr/share/pixmaps/${PN}.bmp
prepgamesdirs



1.10 games-puzzle/brainparty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/brainparty/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 May 2014 16:49:00 -  1.9
+++ ChangeLog   23 Jan 2015 21:44:21 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/brainparty
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v 1.9 
2014/05/15 16:49:00 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/brainparty/ChangeLog,v 1.10 
2015/01/23 21:44:21 mr_bones_ Exp $
+
+  23 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/brainparty-0.61-gcc49.patch, brainparty-0.61.ebuild,
+  files/brainparty-0.61-savegame.patch:
+  EAPI=5; add patch from Martin Väth to fix compile with gcc49 (bug #537338)
 
   15 May 2014; Ulrich Müller u...@gentoo.org brainparty-0.61.ebuild:
   Fix USE dependency on media-libs/libsdl, audio USE flag was renamed to
@@ -37,4 +42,3 @@
   02 Apr 2010; Michael Sterrett mr_bon...@gentoo.org
   +brainparty-0.5.ebuild, +metadata.xml:
   initial commit - ebuild submitted by Chris Coleman via bug #312473
-






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

2015-01-23 Thread Patrice Clement (monsieurp)
monsieurp15/01/23 22:48:10

  Modified: ChangeLog java-ant-2.eclass
  Log:
  Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956.

Revision  ChangesPath
1.1515   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1514
retrieving revision 1.1515
diff -u -r1.1514 -r1.1515
--- ChangeLog   21 Jan 2015 22:01:35 -  1.1514
+++ ChangeLog   23 Jan 2015 22:48:10 -  1.1515
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1514 2015/01/21 
22:01:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1515 2015/01/23 
22:48:10 monsieurp Exp $
+
+  23 Jan 2015; Patrice Clement monsie...@gentoo.org java-ant-2.eclass:
+  Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956.
 
   21 Jan 2015; Anthony Basile bluen...@gentoo.org toolchain.eclass:
   Stub out fixed includes, bug #536878.



1.59 eclass/java-ant-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-ant-2.eclass?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-ant-2.eclass?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-ant-2.eclass?r1=1.58r2=1.59

Index: java-ant-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- java-ant-2.eclass   31 Mar 2014 16:48:51 -  1.58
+++ java-ant-2.eclass   23 Jan 2015 22:48:10 -  1.59
@@ -14,7 +14,7 @@
 #
 # Licensed under the GNU General Public License, v2
 #
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.58 2014/03/31 
16:48:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.59 2015/01/23 
22:48:10 monsieurp Exp $
 
 # @ECLASS: java-ant-2.eclass
 # @MAINTAINER:
@@ -172,7 +172,7 @@
local find_args=
[[ ${JAVA_PKG_BSFIX_ALL} == yes ]] || find_args=-maxdepth 1
 
-   find_args=${find_args} -type f -name ${JAVA_PKG_BSFIX_NAME// / -o 
-name } 
+   find_args=${find_args} -type f ( -name ${JAVA_PKG_BSFIX_NAME// / -o 
-name } )
 
# This voodoo is done for paths with spaces
local bsfix_these






[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.8.ebuild ChangeLog nspr-4.10.6.ebuild nspr-4.10.7.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 21:06:01

  Modified: ChangeLog
  Added:nspr-4.10.8.ebuild
  Removed:  nspr-4.10.6.ebuild nspr-4.10.7.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.289dev-libs/nspr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   10 Dec 2014 19:34:49 -  1.288
+++ ChangeLog   23 Jan 2015 21:06:01 -  1.289
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/nspr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.288 2014/12/10 
19:34:49 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.289 2015/01/23 
21:06:01 polynomial-c Exp $
+
+*nspr-4.10.8 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org -nspr-4.10.6.ebuild,
+  -nspr-4.10.7.ebuild, +nspr-4.10.8.ebuild:
+  Version bump. Removed old.
 
   10 Dec 2014; Agostino Sarubbo a...@gentoo.org nspr-4.10.7-r1.ebuild:
   Stable for x86, wrt bug #531408



1.1  dev-libs/nspr/nspr-4.10.8.ebuild

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

Index: nspr-4.10.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.8.ebuild,v 1.1 
2015/01/23 21:06:01 polynomial-c Exp $

EAPI=5
WANT_AUTOCONF=2.5

inherit autotools eutils multilib toolchain-funcs versionator multilib-minimal

MIN_PV=$(get_version_component_range 2)

DESCRIPTION=Netscape Portable Runtime
HOMEPAGE=http://www.mozilla.org/projects/nspr/;
SRC_URI=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz;

LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=debug

RDEPEND=
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

MULTILIB_CHOST_TOOLS=(
/usr/bin/nspr-config
)

src_prepare() {
cd ${S}/nspr || die
epatch ${FILESDIR}/${PN}-4.7.0-prtime.patch
epatch ${FILESDIR}/${PN}-4.7.1-solaris.patch
epatch ${FILESDIR}/${PN}-4.10.6-solaris.patch
epatch ${FILESDIR}/${PN}-4.8.4-darwin-install_name.patch
epatch ${FILESDIR}/${PN}-4.8.9-link-flags.patch
# We do not need to pass -L$libdir via nspr-config --libs
epatch ${FILESDIR}/${PN}-4.9.5_nspr_config.patch

# We must run eautoconf to regenerate configure
eautoconf

# make sure it won't find Perl out of Prefix
sed -i -e s/perl5//g ${S}/nspr/configure || die

# Respect LDFLAGS
sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
${S}/nspr/config/rules.mk || die
}

multilib_src_configure() {
# We use the standard BUILD_xxx but nspr uses HOST_xxx
tc-export_build_env BUILD_CC
export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} 
HOST_LDFLAGS=${BUILD_LDFLAGS}
tc-export AR CC CXX RANLIB
[[ ${CBUILD} != ${CHOST} ]] \
 export CROSS_COMPILE=1 \
|| unset CROSS_COMPILE

local myconf=()

# The configure has some fancy --enable-{{n,x}32,64bit} switches
# that trigger some code conditional to platform  arch. This really
# matters for the few common arches (x86, ppc) but we pass a little
# more of them to be future-proof.

# use ABI first, this will work for most cases
case ${ABI} in
alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) ;;
n32) myconf+=( --enable-n32 );;
x32) myconf+=( --enable-x32 );;
s390x|*64) myconf+=( --enable-64bit );;
default) # no abi actually set, fall back to old check
einfo Running a 

[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-40.0.2214.91.ebuild ChangeLog

2015-01-23 Thread Agostino Sarubbo (ago)
ago 15/01/23 21:03:05

  Modified: chromium-40.0.2214.91.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #537366
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  www-client/chromium/chromium-40.0.2214.91.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild?r1=1.2r2=1.3

Index: chromium-40.0.2214.91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chromium-40.0.2214.91.ebuild23 Jan 2015 21:02:50 -  1.2
+++ chromium-40.0.2214.91.ebuild23 Jan 2015 21:03:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.2 
2015/01/23 21:02:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.91.ebuild,v 1.3 
2015/01/23 21:03:05 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 RESTRICT=!bindist? ( bindist )
 



1.1187   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1186r2=1.1187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1186
retrieving revision 1.1187
diff -u -r1.1186 -r1.1187
--- ChangeLog   23 Jan 2015 21:02:50 -  1.1186
+++ ChangeLog   23 Jan 2015 21:03:05 -  1.1187
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1186 
2015/01/23 21:02:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1187 
2015/01/23 21:03:05 ago Exp $
+
+  23 Jan 2015; Agostino Sarubbo a...@gentoo.org chromium-40.0.2214.91.ebuild:
+  Stable for x86, wrt bug #537366
 
   23 Jan 2015; Agostino Sarubbo a...@gentoo.org chromium-40.0.2214.91.ebuild:
   Stable for amd64, wrt bug #537366






[gentoo-commits] gentoo-x86 commit in app-portage/cpuinfo2cpuflags: - New directory

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:03:15

  Log:
  Directory /var/cvsroot/gentoo-x86/app-portage/cpuinfo2cpuflags added to the 
repository



[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-01-23 Thread Anthony G. Basile
commit: bc00574d6b52b1fd58f4b0b947b40c80261d85ea
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jan 23 20:53:35 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jan 23 20:53:35 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=bc00574d

sys-kernel/hardened-sources: testing patchset 20150121

---
 ...ened-sources-3.14.28-r1.ebuild = hardened-sources-3.14.29.ebuild} | 4 ++--
 ...rdened-sources-3.18.2-r1.ebuild = hardened-sources-3.18.3.ebuild} | 4 ++--
 ...ned-sources-3.2.66-r2.ebuild = hardened-sources-3.2.66-r3.ebuild} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
index 0c73eb5..194f64e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.28-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=32
+K_GENPATCHES_VER=34
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.18.2-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.18.3.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.18.2-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.18.3.ebuild
index 1b7e208..ab99b8b 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.18.2-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.18.3.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=4
+K_GENPATCHES_VER=5
 K_DEBLOB_AVAILABLE=1
 
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
index e25370e..9ebbe4e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.66-r2.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4
 
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}
 



[gentoo-commits] gentoo commit in xml/htdocs/proj/es/tex: index.xml

2015-01-23 Thread JosA MarAa Alonso (nimiux)
nimiux  15/01/23 12:45:11

  Modified: index.xml
  Log:
  Migrated to wiki

Revision  ChangesPath
1.6  xml/htdocs/proj/es/tex/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/tex/index.xml?r1=1.5r2=1.6

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/tex/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml   12 Sep 2012 14:15:11 -  1.5
+++ index.xml   23 Jan 2015 12:45:11 -  1.6
@@ -2,7 +2,7 @@
 ?xml-stylesheet href=/xsl/project.xsl type=text/xsl?
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
 !DOCTYPE project SYSTEM /dtd/project.dtd
-project
+project disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:TeX;
 
   nameTeX/name
   longnameGentoo TeX Project/longname






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-remote: vdr-remote-0.5.0-r1.ebuild ChangeLog

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 13:49:34

  Modified: ChangeLog
  Added:vdr-remote-0.5.0-r1.ebuild
  Log:
  add user vdr to group input for full access to remote control devices(systemd)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.29 media-plugins/vdr-remote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   31 Aug 2014 11:27:28 -  1.28
+++ ChangeLog   23 Jan 2015 13:49:34 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/vdr-remote
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.28 
2014/08/31 11:27:28 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.29 
2015/01/23 13:49:34 hd_brummy Exp $
+
+*vdr-remote-0.5.0-r1 (23 Jan 2015)
+
+  23 Jan 2015; Joerg Bornkessel hd_bru...@gentoo.org
+  +vdr-remote-0.5.0-r1.ebuild:
+  add user vdr to group input for full access to remote control
+  devices(systemd)
 
   31 Aug 2014; Joerg Bornkessel hd_bru...@gentoo.org
   -vdr-remote-0.4.0-r2.ebuild:



1.1  media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild

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

Index: vdr-remote-0.5.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0-r1.ebuild,v 
1.1 2015/01/23 13:49:34 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

DESCRIPTION=VDR Plugin: use various devices for controlling vdr (keyboards, 
lirc, remotes bundled with tv-cards)
HOMEPAGE=http://www.escape-edv.de/endriss/vdr/;
SRC_URI=http://www.escape-edv.de/endriss/vdr/${P}.tgz;

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

DEPEND==media-video/vdr-2
RDEPEND=${DEPEND}

pkg_setup() {
vdr-plugin-2_pkg_setup

if use systemd; then
if ! getent group input | grep -q vdr; then
einfo add user 'vdr' to group 'input' for full access 
to remote control device
gpasswd -a vdr input
fi
fi
}






[gentoo-commits] gentoo-x86 commit in sys-block/ms-sys: ms-sys-2.5.0.ebuild ChangeLog

2015-01-23 Thread Manuel Rueger (mrueg)
mrueg   15/01/23 13:55:12

  Modified: ChangeLog
  Added:ms-sys-2.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.18 sys-block/ms-sys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   9 Jan 2015 13:42:19 -   1.17
+++ ChangeLog   23 Jan 2015 13:55:12 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/ms-sys
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v 1.17 
2015/01/09 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ChangeLog,v 1.18 
2015/01/23 13:55:12 mrueg Exp $
+
+*ms-sys-2.5.0 (23 Jan 2015)
+
+  23 Jan 2015; Manuel Rüger mr...@gentoo.org +ms-sys-2.5.0.ebuild:
+  Version bump.
 
   09 Jan 2015; Agostino Sarubbo a...@gentoo.org ms-sys-2.4.0.ebuild:
   Stable for amd64, wrt bug #535666



1.1  sys-block/ms-sys/ms-sys-2.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/ms-sys/ms-sys-2.5.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/ms-sys/ms-sys-2.5.0.ebuild?rev=1.1content-type=text/plain

Index: ms-sys-2.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/ms-sys/ms-sys-2.5.0.ebuild,v 1.1 
2015/01/23 13:55:12 mrueg Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION=A command-line program for writing Microsoft compatible boot 
records
HOMEPAGE=http://ms-sys.sourceforge.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

DEPEND=sys-devel/gettext
RDEPEND=virtual/libintl

src_compile() {
tc-export CC
default
}

src_install() {
local nls=
if ! use linguas_sv ; then
nls='NLS_FILES='
fi

emake DESTDIR=${D} MANDIR=/usr/share/man \
PREFIX=/usr ${nls} install

dodoc CHANGELOG CONTRIBUTORS FAQ README TODO
}






[gentoo-commits] gentoo-x86 commit in media-video/vdr/files: vdr-2.0.7_systemd_argsdir.patch vdr-2.0.7_systemd_argsdir_vanilla.patch

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 08:28:14

  Added:vdr-2.0.7_systemd_argsdir.patch
vdr-2.0.7_systemd_argsdir_vanilla.patch
  Log:
  bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.1  media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch?rev=1.1content-type=text/plain

Index: vdr-2.0.7_systemd_argsdir.patch
===
diff -Naur vdr-2.0.7.orig/HISTORY vdr-2.0.7/HISTORY
--- vdr-2.0.7.orig/HISTORY  2015-01-23 09:16:13.73562 +0100
+++ vdr-2.0.7/HISTORY   2015-01-23 09:17:29.038614491 +0100
@@ -7916,6 +7916,16 @@
 - The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, 
sdt.h and
   the functional modification to cFont::CreateFont().
 
+2015-01-18: Version 2.0.6 + backport of systemd support from versions 2.1.6 
and 2.1.7
+
+- Added support for systemd (thanks to Christopher Reimer). To activate this 
you
+  need to add SDNOTIFY=1 to the 'make' call.
+
+2015-01-18: Version 2.0.6 + backport of reading command line arguments from 
files, from version 2.1$
+
+- VDR now reads command line options from *.conf files in /etc/vdr/conf.d 
(thanks
+  to Lars Hanisch). See vdr.1 and vdr.5 for details.
+
 2015-01-20: Version 2.0.7
 
 - Fixed a possible division by zero in frame rate detection.
diff -Naur vdr-2.0.7.orig/Make.config.template vdr-2.0.7/Make.config.template
--- vdr-2.0.7.orig/Make.config.template 2015-01-23 09:16:13.73662 +0100
+++ vdr-2.0.7/Make.config.template  2015-01-23 09:16:34.199618503 +0100
@@ -38,6 +38,7 @@
 
 #VIDEODIR  = /srv/vdr/video
 #CONFDIR   = /var/lib/vdr
+#ARGSDIR   = /etc/vdr/conf.d
 #CACHEDIR  = /var/cache/vdr
 
 # Overrides for preset/legacy configurations:
diff -Naur vdr-2.0.7.orig/Makefile vdr-2.0.7/Makefile
--- vdr-2.0.7.orig/Makefile 2015-01-23 09:16:13.724620001 +0100
+++ vdr-2.0.7/Makefile  2015-01-23 09:17:58.588612330 +0100
@@ -31,6 +31,7 @@
 DESTDIR   ?=
 VIDEODIR  ?= /srv/vdr/video
 CONFDIR   ?= /var/lib/vdr
+ARGSDIR   ?= /etc/vdr/conf.d
 CACHEDIR  ?= /var/cache/vdr
 
 PREFIX?= /usr/local
@@ -66,7 +67,7 @@
 
 SILIB= $(LSIDIR)/libsi.a
 
-OBJS = audio.o channels.o ci.o config.o cutter.o device.o diseqc.o dvbdevice.o 
dvbci.o\
+OBJS = args.o audio.o channels.o ci.o config.o cutter.o device.o diseqc.o 
dvbdevice.o dvbci.o\
dvbplayer.o dvbspu.o dvbsubtitle.o eit.o eitscan.o epg.o filter.o 
font.o i18n.o interface.o keys.o\
lirc.o menu.o menuitems.o nit.o osdbase.o osd.o pat.o player.o plugin.o\
receiver.o recorder.o recording.o remote.o remux.o ringbuffer.o sdt.o 
sections.o shutdown.o\
@@ -111,12 +112,18 @@
 DEFINES += -DBIDI
 LIBS += $(shell pkg-config --libs fribidi)
 endif
+ifdef SDNOTIFY
+INCLUDES += $(shell pkg-config --cflags libsystemd-daemon)
+DEFINES += -DSDNOTIFY
+LIBS += $(shell pkg-config --libs libsystemd-daemon)
+endif
 
 LIRC_DEVICE ?= /var/run/lirc/lircd
 
 DEFINES += -DLIRC_DEVICE=\$(LIRC_DEVICE)\
 DEFINES += -DVIDEODIR=\$(VIDEODIR)\
 DEFINES += -DCONFDIR=\$(CONFDIR)\
+DEFINES += -DARGSDIR=\$(ARGSDIR)\
 DEFINES += -DCACHEDIR=\$(CACHEDIR)\
 DEFINES += -DRESDIR=\$(RESDIR)\
 DEFINES += -DPLUGINDIR=\$(LIBDIR)\
@@ -161,6 +168,7 @@
@echo mandir=$(MANDIR)  $@
@echo configdir=$(CONFDIR)  $@
@echo videodir=$(VIDEODIR)  $@
+   @echo argsdir=$(ARGSDIR)  $@
@echo cachedir=$(CACHEDIR)  $@
@echo resdir=$(RESDIR)  $@
@echo libdir=$(LIBDIR)  $@
@@ -278,6 +286,7 @@
 install-dirs:
@mkdir -p $(DESTDIR)$(VIDEODIR)
 #  @mkdir -p $(DESTDIR)$(CONFDIR)
+   @mkdir -p $(DESTDIR)$(ARGSDIR)
 #  @mkdir -p $(DESTDIR)$(CACHEDIR)
@mkdir -p $(DESTDIR)$(RESDIR)
 
diff -Naur vdr-2.0.7.orig/args.c vdr-2.0.7/args.c
--- vdr-2.0.7.orig/args.c   1970-01-01 01:00:00.0 +0100
+++ vdr-2.0.7/args.c2015-01-23 09:16:34.199618503 +0100
@@ -0,0 +1,129 @@
+/*
+ * args.c: Read arguments from files
+ *
+ * See the main source file 'vdr.c' for copyright information and
+ * how to reach the author.
+ *
+ * Original version written by Lars Hanisch d...@flensrocker.de.
+ *
+ * $Id: vdr-2.0.7_systemd_argsdir.patch,v 1.1 2015/01/23 08:28:14 hd_brummy 
Exp $
+ */
+
+#include args.h
+#include unistd.h
+
+cArgs::cArgs(const char *Argv0)
+{
+  argv0 = Argv0;
+  argc = 0;
+  argv = NULL;
+}
+
+cArgs::~cArgs(void)
+{
+  if (argv != NULL)
+ delete [] argv;
+}
+
+bool cArgs::AddArg(const char *s)
+{
+  if (inVdrSection)
+ args.Append(strdup(s));
+  else if (*lastArg == NULL)
+ return false;
+  else
+ lastArg = cString::sprintf(%s %s, *lastArg, s);
+  return true;
+}
+
+bool cArgs::ReadDirectory(const char *Directory)
+{
+  if (argv != NULL)

[gentoo-commits] gentoo-x86 commit in mail-filter/amavisd-new: amavisd-new-2.10.1-r1.ebuild ChangeLog

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:37:02

  Modified: amavisd-new-2.10.1-r1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #531512).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild?r1=1.1r2=1.2

Index: amavisd-new-2.10.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amavisd-new-2.10.1-r1.ebuild3 Dec 2014 07:56:19 -   1.1
+++ amavisd-new-2.10.1-r1.ebuild23 Jan 2015 08:37:02 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v 
1.1 2014/12/03 07:56:19 eras Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.10.1-r1.ebuild,v 
1.2 2015/01/23 08:37:02 jer Exp $
 
 EAPI=5
 inherit eutils systemd user
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 BSD-2
 SLOT=0
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS=~amd64 ~hppa ~sparc ~x86
 IUSE=clamav courier dkim ldap mysql postgres qmail razor snmp spamassassin 
zmq
 
 DEPEND==sys-apps/sed-4



1.216mail-filter/amavisd-new/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   3 Dec 2014 07:56:19 -   1.215
+++ ChangeLog   23 Jan 2015 08:37:02 -  1.216
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/amavisd-new
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.215 
2014/12/03 07:56:19 eras Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.216 
2015/01/23 08:37:02 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers j...@gentoo.org amavisd-new-2.10.1-r1.ebuild:
+  Marked ~hppa (bug #531512).
 
 *amavisd-new-2.10.1-r1 (03 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.5.ebuild php-5.5.21.ebuild php-5.4.37.ebuild ChangeLog

2015-01-23 Thread Ole Markus With (olemarkus)
olemarkus15/01/23 09:18:48

  Modified: ChangeLog
  Added:php-5.6.5.ebuild php-5.5.21.ebuild
php-5.4.37.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.921dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -r1.920 -r1.921
--- ChangeLog   28 Dec 2014 15:27:17 -  1.920
+++ ChangeLog   23 Jan 2015 09:18:48 -  1.921
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.920 2014/12/28 
15:27:17 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.921 2015/01/23 
09:18:48 olemarkus Exp $
+
+*php-5.6.5 (23 Jan 2015)
+*php-5.5.21 (23 Jan 2015)
+*php-5.4.37 (23 Jan 2015)
+
+  23 Jan 2015; Ole Markus With olemar...@gentoo.org +php-5.4.37.ebuild,
+  +php-5.5.21.ebuild, +php-5.6.5.ebuild:
+  Version bump
 
   28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org php-5.3.29.ebuild,
   php-5.4.36.ebuild, php-5.5.20.ebuild, php-5.6.4.ebuild:



1.1  dev-lang/php/php-5.6.5.ebuild

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

Index: php-5.6.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v 1.1 
2015/01/23 09:18:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

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

function php_get_uri ()
{
case ${1} in
php-pre)
echo http://downloads.php.net/dsp/${2};
;;
php)
echo http://www.php.net/distributions/${2};
;;
olemarkus)
echo http://dev.gentoo.org/~olemarkus/php/${2};
;;
gentoo)
echo mirror://gentoo/${2}
;;
*)
die unhandled case in php_get_uri
;;
esac
}

PHP_MV=$(get_major_version)
SLOT=$(get_version_component_range 1-2)

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV=${PV/_rc/RC}
PHP_PV=${PHP_PV/_alpha/alpha}
PHP_PV=${PHP_PV/_beta/beta}
PHP_RELEASE=php
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE=php-pre
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE=php-pre
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE=php-pre
PHP_P=${PN}-${PHP_PV}

PHP_SRC_URI=$(php_get_uri ${PHP_RELEASE} ${PHP_P}.tar.bz2)

PHP_FPM_CONF_VER=1

SRC_URI=${PHP_SRC_URI}

DESCRIPTION=The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs
HOMEPAGE=http://php.net/;
LICENSE=PHP-3

S=${WORKDIR}/${PHP_P}

# We can build the following SAPIs in the given order
SAPIS=embed cli cgi fpm apache2

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE=${IUSE}
${SAPIS/cli/+cli}
threads

IUSE=${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib

DEPEND=
=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( =www-servers/apache-2.4[apache2_modules_unixd,threads=]
www-servers/apache-2.4[threads=] ) )

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.desc

2015-01-23 Thread Michal Gorny (mgorny)
mgorny  15/01/23 23:46:47

  Modified: ChangeLog use.desc
  Log:
  Update USE=ffmpeg to mention libav as well since that is how it works.

Revision  ChangesPath
1.9699   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9698
retrieving revision 1.9699
diff -u -r1.9698 -r1.9699
--- ChangeLog   23 Jan 2015 20:25:26 -  1.9698
+++ ChangeLog   23 Jan 2015 23:46:47 -  1.9699
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9698 2015/01/23 
20:25:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9699 2015/01/23 
23:46:47 mgorny 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!
 
+  23 Jan 2015; Michał Górny mgo...@gentoo.org use.desc:
+  Update USE=ffmpeg to mention libav as well since that is how it works.
+
   23 Jan 2015; Michał Górny mgo...@gentoo.org +desc/cpu_flags_x86.desc:
   Initially commit CPU_FLAGS_X86 for better testing of the script.
 



1.519profiles/use.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.519view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.519content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?r1=1.518r2=1.519

Index: use.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -r1.518 -r1.519
--- use.desc12 Dec 2014 09:21:57 -  1.518
+++ use.desc23 Jan 2015 23:46:47 -  1.519
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.518 2014/12/12 
09:21:57 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.519 2015/01/23 
23:46:47 mgorny Exp $
 
 # Keep them sorted
 
@@ -96,7 +96,7 @@
 fam - Enable FAM (File Alteration Monitor) support
 fastcgi - Add support for the FastCGI interface
 fbcon - Add framebuffer support for the console, via the kernel
-ffmpeg - Enable ffmpeg-based audio/video codec support
+ffmpeg - Enable ffmpeg/libav-based audio/video codec support
 fftw - Use FFTW library for computing Fourier transforms
 filecaps - Use Linux file capabilities to control privilege rather than set*id
 firebird - Add support for the Firebird relational database






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

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:56:34

  Modified: ChangeLog
  Added:hardened-sources-3.2.66-r3.ebuild
  Log:
  vanilla-3.2.66 + genpatches-3.2-16 + grsecurity-3.0-3.2.66-201501211939
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -r1.1204 -r1.1205
--- ChangeLog   16 Jan 2015 18:16:01 -  1.1204
+++ ChangeLog   23 Jan 2015 23:56:34 -  1.1205
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1204 2015/01/16 18:16:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1205 2015/01/23 23:56:34 blueness Exp $
+
+*hardened-sources-3.2.66-r3 (23 Jan 2015)
+
+  23 Jan 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.66-r3.ebuild:
+  vanilla-3.2.66 + genpatches-3.2-16 + grsecurity-3.0-3.2.66-201501211939
 
   16 Jan 2015; Anthony G. Basile bluen...@gentoo.org
   -hardened-sources-3.14.27-r3.ebuild, -hardened-sources-3.14.28.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.66-r3.ebuild

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

Index: hardened-sources-3.2.66-r3.ebuild
===
# Copyright 1999-2015 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.66-r3.ebuild,v
 1.1 2015/01/23 23:56:34 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}-4
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] proj/kde:master commit in: kde-apps/konsole/

2015-01-23 Thread Johannes Huber
commit: ed894b97748f958ce326c0fda23032cf74a235e9
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat Jan 24 00:03:25 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat Jan 24 00:03:25 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ed894b97

[kde-apps/konsole] Fix blocker

Package-Manager: portage-2.2.15

---
 kde-apps/konsole/konsole-14.12.1.ebuild | 2 +-
 kde-apps/konsole/konsole-.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/konsole/konsole-14.12.1.ebuild 
b/kde-apps/konsole/konsole-14.12.1.ebuild
index bfc0b8e..777e099 100644
--- a/kde-apps/konsole/konsole-14.12.1.ebuild
+++ b/kde-apps/konsole/konsole-14.12.1.ebuild
@@ -43,7 +43,7 @@ DEPEND=
X? ( x11-libs/libX11 )
 
 RDEPEND=${DEPEND}
-   !kde-base/konsole:4
+   !kde-base/konsole
 
 
 src_configure() {

diff --git a/kde-apps/konsole/konsole-.ebuild 
b/kde-apps/konsole/konsole-.ebuild
index fe49ed6..26b7ffe 100644
--- a/kde-apps/konsole/konsole-.ebuild
+++ b/kde-apps/konsole/konsole-.ebuild
@@ -45,7 +45,8 @@ DEPEND=
X? ( x11-libs/libX11 )
 
 RDEPEND=${DEPEND}
-   !kde-base/konsole:4
+   !kde-apps/konsole:4
+   !kde-base/konsole
 
 
 PATCHES=( ${FILESDIR}/${PN}--tests-optional.patch )



[gentoo-commits] proj/kde:master commit in: kde-apps/libkomparediff2/

2015-01-23 Thread Johannes Huber
commit: 22fef62c98fbdb367e05c4e6120cdaaa2089846f
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Fri Jan 23 23:36:06 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Fri Jan 23 23:36:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=22fef62c

[kde-apps/libkomparediff2] Fix blocker

Package-Manager: portage-2.2.15

---
 kde-apps/libkomparediff2/libkomparediff2-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/libkomparediff2/libkomparediff2-.ebuild 
b/kde-apps/libkomparediff2/libkomparediff2-.ebuild
index 064deb2..9ea8be6 100644
--- a/kde-apps/libkomparediff2/libkomparediff2-.ebuild
+++ b/kde-apps/libkomparediff2/libkomparediff2-.ebuild
@@ -24,6 +24,7 @@ DEPEND=
dev-qt/qtwidgets:5
 
 RDEPEND=${DEPEND}
+   !kde-apps/libkomparediff2:4
!=kde-base/kompare-4.11.50
-   !kde-base/libkomparediff2:4
+   !kde-base/libkomparediff2
 



[gentoo-commits] proj/betagarden:master commit in: sys-boot/grub-invaders/files/, sys-boot/grub-invaders/

2015-01-23 Thread Sebastian Pipping
commit: 8c2e565eb6b1abaa1add938213bda2a5f1721e6a
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Fri Jan 23 23:55:05 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Fri Jan 23 23:55:05 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8c2e565e

sys-boot/grub-invaders: 1.0.0_p12

---
 .../grub-invaders/files/invaders-1.0.0-makefile| 23 +
 .../grub-invaders/grub-invaders-1.0.0_p12.ebuild   | 39 ++
 sys-boot/grub-invaders/metadata.xml|  8 +
 3 files changed, 70 insertions(+)

diff --git a/sys-boot/grub-invaders/files/invaders-1.0.0-makefile 
b/sys-boot/grub-invaders/files/invaders-1.0.0-makefile
new file mode 100644
index 000..8a34f17
--- /dev/null
+++ b/sys-boot/grub-invaders/files/invaders-1.0.0-makefile
@@ -0,0 +1,23 @@
+# Copyright (C) 2015 Sebastian Pipping sebast...@pipping.org
+# Licensed under GPL v2 or later.
+
+OBJCOPY = objcopy
+
+CPPFLAGS = -I.
+CFLAGS += -ffreestanding -m32 -nostdinc -nostdlib -I. -W -Wall
+LDFLAGS += -Wl,-N -Wl,-Ttext -Wl,10 -Wl,--build-id=none
+
+O_FILES = $(patsubst %.c,%.o,$(wildcard *.c))
+
+all: invaders
+
+invaders.exec: $(O_FILES)
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(O_FILES)
+
+invaders: invaders.exec
+   $(OBJCOPY) -O binary $ $@
+
+clean:
+   $(RM) invaders invaders.exec $(O_FILES)
+
+.PHONY: all clean

diff --git a/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild 
b/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild
new file mode 100644
index 000..0cdcc6c
--- /dev/null
+++ b/sys-boot/grub-invaders/grub-invaders-1.0.0_p12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit versionator eutils
+
+MY_PN=invaders
+MY_PV=$(get_version_component_range 1-3)
+PATCH_V=${PV/*_p/}
+
+DESCRIPTION=Multi boot compliant kernel game
+HOMEPAGE=http://www.erikyyy.de/invaders/;
+SRC_URI=http://www.erikyyy.de/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz
+   
mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}-${PATCH_V}.debian.tar.gz
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+S=${WORKDIR}/${MY_PN}
+
+src_prepare() {
+   cp ${FILESDIR}/${MY_PN}-${MY_PV}-makefile ${S}/Makefile || die
+   epatch ../debian/patches/*.patch
+   rm ${MY_PN} || die
+}
+
+src_install() {
+   dodoc README
+
+   insinto /usr/share/doc/${PF}/examples/
+   doins ${WORKDIR}/debian/examples/grub-menu.lst
+
+   exeinto /boot/
+   doexe ${MY_PN}
+}

diff --git a/sys-boot/grub-invaders/metadata.xml 
b/sys-boot/grub-invaders/metadata.xml
new file mode 100644
index 000..16bcc9f
--- /dev/null
+++ b/sys-boot/grub-invaders/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailsp...@gentoo.org/email
+   nameSebastian Pipping/name
+   /maintainer
+/pkgmetadata



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

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:59:50

  Modified: ChangeLog
  Added:hardened-sources-3.18.3.ebuild
  Log:
  vanilla-3.18.3  + genpatches-3.18-5 + grsecurity-3.0-3.18.3-201501211944
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1206
retrieving revision 1.1207
diff -u -r1.1206 -r1.1207
--- ChangeLog   23 Jan 2015 23:58:12 -  1.1206
+++ ChangeLog   23 Jan 2015 23:59:50 -  1.1207
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1206 2015/01/23 23:58:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1207 2015/01/23 23:59:50 blueness Exp $
+
+*hardened-sources-3.18.3 (24 Jan 2015)
+
+  24 Jan 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.18.3.ebuild:
+  vanilla-3.18.3  + genpatches-3.18-5 + grsecurity-3.0-3.18.3-201501211944
 
 *hardened-sources-3.14.29 (24 Jan 2015)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.18.3.ebuild

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

Index: hardened-sources-3.18.3.ebuild
===
# Copyright 1999-2015 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.18.3.ebuild,v
 1.1 2015/01/23 23:59:50 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=5
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] proj/kde:master commit in: eclass/

2015-01-23 Thread Johannes Huber
commit: bffd5128786065bf5cdd31ba654361fcecf8b83a
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat Jan 24 00:13:24 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat Jan 24 00:13:24 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bffd5128

[eclass] Add blocker to kde-apps

Block all packages from kde-base and those out of kde-apps with SLOT 4.

---
 eclass/kde5.eclass | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 0bff4ce..af0b076 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -123,6 +123,13 @@ case ${KDE_AUTODEPS} in
RDEPEND+= !kde-base/kde-l10n:4
fi
 
+   if [[ ${CATEGORY} == kde-apps ]]; then
+   RDEPEND+=
+   !kde-apps/${PN}:4
+   !kde-base/${PN}
+   
+   fi
+
unset ecm_version
;;
 esac



[gentoo-commits] gentoo commit in xml/htdocs/proj/en/prog_lang/ada: dev_reference.xml index.xml notes.xml

2015-01-23 Thread Andreas HAttel (dilfridge)
dilfridge15/01/24 01:07:43

  Modified: dev_reference.xml index.xml notes.xml
  Log:
  All migrated to the wiki, in its glory.

Revision  ChangesPath
1.10 xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml?r1=1.9r2=1.10

Index: dev_reference.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/dev_reference.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dev_reference.xml   28 Oct 2012 15:21:11 -  1.9
+++ dev_reference.xml   24 Jan 2015 01:07:43 -  1.10
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-guide lang=en disclaimer=draft
+guide lang=en disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Ada/DevReference;
 
 titleDeveloper reference: Internal structure and organization of Ada 
packages./title
 author title=Author



1.6  xml/htdocs/proj/en/prog_lang/ada/index.xml

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

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml   14 Sep 2012 12:13:34 -  1.5
+++ index.xml   24 Jan 2015 01:07:43 -  1.6
@@ -2,7 +2,7 @@
 ?xml-stylesheet href=/xsl/project.xsl type=text/xsl?
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
 !DOCTYPE project SYSTEM /dtd/project.dtd 
-project
+project disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Ada;
nameAda/name
longnameGentoo Resources for Ada/longname
 



1.3  xml/htdocs/proj/en/prog_lang/ada/notes.xml

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

Index: notes.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/prog_lang/ada/notes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notes.xml   28 Oct 2012 15:21:11 -  1.2
+++ notes.xml   24 Jan 2015 01:07:43 -  1.3
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-guide lang=en
+guide lang=en disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Ada/Notes;
 
   titleGeneral development/structure notes./title
   author title=Author






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

2015-01-23 Thread Ian Delaney (idella4)
idella4 15/01/24 03:11:20

  Modified: ChangeLog
  Added:fluxbox-1.3.6-r1.ebuild
  Log:
  revbump; Add patch prepared by proxy maintainer, D. Campbell, from bug 
#536370 addressing format issue in icon paths, fixes said Bug
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.320x11-wm/fluxbox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   22 Jan 2015 18:24:35 -  1.319
+++ ChangeLog   24 Jan 2015 03:11:20 -  1.320
@@ -1,6 +1,13 @@
 # ChangeLog for x11-wm/fluxbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.319 2015/01/22 
18:24:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.320 2015/01/24 
03:11:20 idella4 Exp $
+
+*fluxbox-1.3.6-r1 (24 Jan 2015)
+
+  24 Jan 2015; Ian Delaney idel...@gentoo.org
+  +files/1.3.5-generate_menu-printf-fix.patch, +fluxbox-1.3.6-r1.ebuild:
+  revbump; Add patch prepared by proxy maintainer, D. Campbell, from bug 
#536370
+  addressing format issue in icon paths, fixes said Bug
 
   22 Jan 2015; Markus Meier mae...@gentoo.org fluxbox-1.3.5.ebuild:
   arm stable, bug #536086



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

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

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

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

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

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

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

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

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


src_prepare() {
# We need to be able to include directories rather than just plain
# files in menu [include] items. This patch will allow us to do clever
# things with style ebuilds.
epatch ${FILESDIR}/gentoo_style_location-1.1.x.patch
# Fix the semantic issue of icon paths, bug #536370
epatch ${FILESDIR}/1.3.5-generate_menu-printf-fix.patch

eprefixify util/fluxbox-generate_menu.in

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

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

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

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

src_compile() {
default

ebegin Creating a menu file (may take a while)
mkdir -p ${T}/home/.fluxbox 

[gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox/files: 1.3.5-generate_menu-printf-fix.patch

2015-01-23 Thread Ian Delaney (idella4)
idella4 15/01/24 03:11:20

  Added:1.3.5-generate_menu-printf-fix.patch
  Log:
  revbump; Add patch prepared by proxy maintainer, D. Campbell, from bug 
#536370 addressing format issue in icon paths, fixes said Bug
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  x11-wm/fluxbox/files/1.3.5-generate_menu-printf-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/files/1.3.5-generate_menu-printf-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fluxbox/files/1.3.5-generate_menu-printf-fix.patch?rev=1.1content-type=text/plain

Index: 1.3.5-generate_menu-printf-fix.patch
===
--- fluxbox-1.3.6/util/fluxbox-generate_menu.in 2015-01-15 13:35:50.223367998 
-0800
+++ fluxbox-1.3.6-copy/util/fluxbox-generate_menu.in2015-01-15 
13:38:21.789755711 -0800
@@ -331,7 +331,7 @@
 if [ -f $entry_icon ]; then
 # if icon exists and entry does not already exists, add it
 if ! grep -q -m 1 ^.${entry_exec}.[[:space:]]*.*/${icon_base}\ 
$ICONMAPPING 2 /dev/null; then
-printf \${entry_exec}\ \t ${entry_icon}\n  $ICONMAPPING
+printf \${execname}\ \t ${entry_icon}\n  $ICONMAPPING
 else 
 : echo #mapping already exists for ${entry_exec}  
$ICONMAPPING
 fi







[gentoo-commits] proj/kde:master commit in: kde-misc/kio-mtp/

2015-01-23 Thread Johannes Huber
commit: 58423ddaf8617ba410a1e6df9a746913dd7fef74
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Fri Jan 23 23:54:49 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Fri Jan 23 23:54:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=58423dda

[kde-misc/kio-mtp] Removed, merged into kde-plasma/kio-extras

Package-Manager: portage-2.2.15

---
 kde-misc/kio-mtp/kio-mtp-5..ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/kde-misc/kio-mtp/kio-mtp-5..ebuild 
b/kde-misc/kio-mtp/kio-mtp-5..ebuild
deleted file mode 100644
index 61b68d2..000
--- a/kde-misc/kio-mtp/kio-mtp-5..ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH=frameworks
-inherit kde5
-
-DESCRIPTION=MTP KIO-Client for KDE
-HOMEPAGE=https://projects.kde.org/projects/playground/base/kio-mtp;
-
-LICENSE=GPL-2
-KEYWORDS=
-IUSE=debug
-
-DEPEND=
-   =media-libs/libmtp-1.1.3
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep kio)
-
-RDEPEND=${DEPEND}



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

2015-01-23 Thread Anthony G. Basile (blueness)
blueness15/01/23 23:58:12

  Modified: ChangeLog
  Added:hardened-sources-3.14.29.ebuild
  Log:
  vanilla-3.14.29 + genpatches-3.14-34 + grsecurity-3.0-3.14.29-201501211943
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1205
retrieving revision 1.1206
diff -u -r1.1205 -r1.1206
--- ChangeLog   23 Jan 2015 23:56:34 -  1.1205
+++ ChangeLog   23 Jan 2015 23:58:12 -  1.1206
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1205 2015/01/23 23:56:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1206 2015/01/23 23:58:12 blueness Exp $
+
+*hardened-sources-3.14.29 (24 Jan 2015)
+
+  24 Jan 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.29.ebuild:
+  vanilla-3.14.29 + genpatches-3.14-34 + grsecurity-3.0-3.14.29-201501211943
 
 *hardened-sources-3.2.66-r3 (23 Jan 2015)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild

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

Index: hardened-sources-3.14.29.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.29.ebuild,v
 1.1 2015/01/23 23:58:12 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=34
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] proj/kde:master commit in: kde-plasma/kio-extras/

2015-01-23 Thread Johannes Huber
commit: c5b405ae778b7872a01f9d489315b620e50995f7
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Fri Jan 23 23:58:30 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Fri Jan 23 23:58:30 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5b405ae

[kde-plasma/kio-extras] Fix file collisions

Package-Manager: portage-2.2.15

---
 kde-plasma/kio-extras/kio-extras-5.1.95.ebuild   | 1 +
 kde-plasma/kio-extras/kio-extras-5.2.0.ebuild| 1 +
 kde-plasma/kio-extras/kio-extras-5.2..ebuild | 1 +
 kde-plasma/kio-extras/kio-extras-.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild 
b/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
index 95522de..f7fbfa4 100644
--- a/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.1.95.ebuild
@@ -53,6 +53,7 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 
 DEPEND=${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild 
b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
index 95522de..f7fbfa4 100644
--- a/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.2.0.ebuild
@@ -53,6 +53,7 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 
 DEPEND=${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-5.2..ebuild 
b/kde-plasma/kio-extras/kio-extras-5.2..ebuild
index e749fe1..eb13055 100644
--- a/kde-plasma/kio-extras/kio-extras-5.2..ebuild
+++ b/kde-plasma/kio-extras/kio-extras-5.2..ebuild
@@ -53,6 +53,7 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 
 DEPEND=${COMMON_DEPEND}
x11-misc/shared-mime-info

diff --git a/kde-plasma/kio-extras/kio-extras-.ebuild 
b/kde-plasma/kio-extras/kio-extras-.ebuild
index e749fe1..eb13055 100644
--- a/kde-plasma/kio-extras/kio-extras-.ebuild
+++ b/kde-plasma/kio-extras/kio-extras-.ebuild
@@ -53,6 +53,7 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
+   !kde-misc/kio-mtp
 
 DEPEND=${COMMON_DEPEND}
x11-misc/shared-mime-info



[gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/hppa: index.xml

2015-01-23 Thread Andreas HAttel (dilfridge)
dilfridge15/01/24 00:38:29

  Modified: index.xml
  Log:
  Page migrated to the wiki

Revision  ChangesPath
1.18 xml/htdocs/proj/en/base/hppa/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/hppa/index.xml?r1=1.17r2=1.18

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/hppa/index.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- index.xml   14 Feb 2013 05:08:07 -  1.17
+++ index.xml   24 Jan 2015 00:38:29 -  1.18
@@ -3,7 +3,7 @@
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
 !DOCTYPE project SYSTEM /dtd/project.dtd
 
-project
+project disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:HPPA;
nameGentoo HPPA/name
longnameGentoo Linux HPPA Development/longname
 






[gentoo-commits] gentoo-x86 commit in net-libs/nodejs: nodejs-0.11.15.ebuild ChangeLog

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:17:26

  Modified: ChangeLog
  Added:nodejs-0.11.15.ebuild
  Log:
  Bump, remove snapshot useflag as upstream removed the feature
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.133net-libs/nodejs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   22 Jan 2015 03:52:14 -  1.132
+++ ChangeLog   23 Jan 2015 08:17:26 -  1.133
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/nodejs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.132 
2015/01/22 03:52:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.133 
2015/01/23 08:17:26 patrick Exp $
+
+*nodejs-0.11.15 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer patr...@gentoo.org +nodejs-0.11.15.ebuild:
+  Bump, remove snapshot useflag as upstream removed the feature
 
 *nodejs-0.10.35 (22 Jan 2015)
 



1.1  net-libs/nodejs/nodejs-0.11.15.ebuild

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

Index: nodejs-0.11.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.11.15.ebuild,v 1.1 
2015/01/23 08:17:26 patrick Exp $

EAPI=5

# has known failures. sigh.
RESTRICT=test

PYTHON_COMPAT=( python2_{6,7} )

inherit python-any-r1 pax-utils toolchain-funcs

DESCRIPTION=Evented IO for V8 Javascript
HOMEPAGE=http://nodejs.org/;
SRC_URI=http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz;

LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
IUSE=+npm

RDEPEND=dev-libs/openssl
DEPEND=${PYTHON_DEPS}
${RDEPEND}
=net-libs/http-parser-2.3
=dev-libs/libuv-1.1.0

S=${WORKDIR}/node-v${PV}

src_prepare() {
# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e /append('-arch/d tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e  s/python/python2/ deps/npm/node_modules/node-gyp/gyp/gyp 
|| die

# less verbose install output (stating the same as portage, basically)
sed -i -e /print/d tools/install.py || die

tc-export CC CXX
}

src_configure() {
local myconf=
! use npm  myconf=--without-npm

# Use target arch detection logic, see v8-3.18 ebuilds
case ${CHOST} in
i?86-*)
myarch=ia32
myconf+= -Dv8_target_arch=ia32 ;;
x86_64-*)
if [[ $ABI = x86 ]] ; then
myarch=ia32
else
myarch=x64
fi ;;
arm*-*)
myarch=arm
;;
*) die Unrecognized CHOST: ${CHOST}
esac

${PYTHON} configure --prefix=${EPREFIX}/usr \
--shared-openssl \
--shared-libuv \
--shared-http-parser \
--shared-zlib \
--without-dtrace ${myconf} || die
}

src_compile() {
local V=1
export V
emake out/Makefile
emake
}

src_install() {
${PYTHON} tools/install.py install ${D} /usr

use npm  dohtml -r ${ED}/usr/lib/node_modules/npm/html/*
rm -rf ${ED}/usr/lib/node_modules/npm/doc 
${ED}/usr/lib/node_modules/npm/html
rm -rf ${ED}/usr/lib/dtrace

pax-mark -m ${ED}/usr/bin/node
}

src_test() {
${PYTHON} tools/test.py --mode=release simple message || die
}






[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.2.202.429.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:00:11

  Modified: ChangeLog
  Removed:  adobe-flash-11.2.202.429.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.291www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.291view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.291content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.290r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   23 Jan 2015 07:53:37 -  1.290
+++ ChangeLog   23 Jan 2015 08:00:11 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.290 
2015/01/23 07:53:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.291 
2015/01/23 08:00:11 jer Exp $
+
+  23 Jan 2015; Jeroen Roovers j...@gentoo.org 
-adobe-flash-11.2.202.429.ebuild:
+  Old.
 
   23 Jan 2015; Agostino Sarubbo a...@gentoo.org
   adobe-flash-11.2.202.438.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: ChangeLog man-pages-3.78.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 09:39:08

  Modified: ChangeLog
  Added:man-pages-3.78.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.235sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.235view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.235content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.234r2=1.235

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   20 Jan 2015 13:12:42 -  1.234
+++ ChangeLog   23 Jan 2015 09:39:08 -  1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.234 
2015/01/20 13:12:42 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.235 
2015/01/23 09:39:08 polynomial-c Exp $
+
+*man-pages-3.78 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org +man-pages-3.78.ebuild:
+  Version bump.
 
 *man-pages-3.77 (20 Jan 2015)
 



1.1  sys-apps/man-pages/man-pages-3.78.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild?rev=1.1content-type=text/plain

Index: man-pages-3.78.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild,v 
1.1 2015/01/23 09:39:08 polynomial-c Exp $

EAPI=4

GENTOO_PATCH=2

DESCRIPTION=A somewhat comprehensive collection of Linux man pages
HOMEPAGE=http://www.kernel.org/doc/man-pages/;
SRC_URI=mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
http://man7.org/linux/man-pages/download/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2

http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;

LICENSE=man-pages GPL-2+ BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
IUSE_LINGUAS= da de fr it ja nl pl ro ru zh_CN
IUSE=nls ${IUSE_LINGUAS// / linguas_}
RESTRICT=binchecks

RDEPEND=virtual/man
!dev-libs/libaio-0.3.109-r2 #341953
PDEPEND=nls? (
linguas_da? ( app-i18n/man-pages-da )
linguas_de? ( app-i18n/man-pages-de )
linguas_fr? ( app-i18n/man-pages-fr )
linguas_it? ( app-i18n/man-pages-it )
linguas_ja? ( app-i18n/man-pages-ja )
linguas_nl? ( app-i18n/man-pages-nl )
linguas_pl? ( app-i18n/man-pages-pl )
linguas_ro? ( app-i18n/man-pages-ro )
linguas_ru? ( app-i18n/man-pages-ru )
linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
)
sys-apps/man-pages-posix

src_configure() { :; }

src_compile() { :; }

src_install() {
emake install prefix=${EPREFIX}/usr DESTDIR=${D}
dodoc man-pages-*.Announce README Changes*

# Override with Gentoo specific or additional Gentoo pages
cd ${WORKDIR}/man-pages-gentoo
doman */*
dodoc README.Gentoo
}






[gentoo-commits] gentoo-x86 commit in sci-biology/mira: ChangeLog mira-4.0.2.ebuild

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:48:13

  Modified: ChangeLog
  Added:mira-4.0.2.ebuild
  Log:
  sci-biology/mira: Version BUmp, thanks Martin Mokrejš for the work
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.29 sci-biology/mira/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Jan 2015 11:25:31 -  1.28
+++ ChangeLog   23 Jan 2015 11:48:13 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/mira
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.28 
2015/01/23 11:25:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.29 
2015/01/23 11:48:13 jlec Exp $
+
+*mira-4.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Justin Lecher j...@gentoo.org +mira-4.0.2.ebuild:
+  Version BUmp, thanks Martin Mokrejš for the work
 
   23 Jan 2015; Justin Lecher j...@gentoo.org mira-3.9.18.ebuild:
   Add workaroung for m4 dir location, #536172



1.1  sci-biology/mira/mira-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mira/mira-4.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mira/mira-4.0.2.ebuild?rev=1.1content-type=text/plain

Index: mira-4.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-4.0.2.ebuild,v 1.1 
2015/01/23 11:48:13 jlec Exp $

EAPI=5

MIRA_3RDPARTY_PV=06-07-2012
MY_PV=${PV/_} # convert from mira-4.0_rc2 (Gentoo ebuild filename derived) to 
mira-4.0rc2 (upstream fromat)

inherit autotools eutils multilib

DESCRIPTION=Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 
and Solexa / Illumina
HOMEPAGE=http://www.chevreux.org/projects_mira.html;
SRC_URI=

http://sourceforge.net/projects/mira-assembler/files/MIRA/stable/${PN}-${MY_PV}.tar.bz2

mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2
#   
http://sourceforge.net/projects/mira-assembler/files/MIRA/development/${P}.tar.bz2
#   
mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2

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

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

CDEPEND=
dev-libs/boost
dev-util/google-perftools
DEPEND=${CDEPEND}
app-editors/vim-core
dev-libs/expat
RDEPEND=${CDEPEND}

#DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED
#   THANKS doc/3rdparty/scaffolding_MIRA_BAMBUS.pdf )
DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED THANKS )

src_prepare() {
find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 
's/flex++/flex -+/' || die
epatch \
${FILESDIR}/${PN}-3.4.0.2-boost-1.50.patch

sed \
-e s:-O[23]::g \
-e s:-funroll-loops::g \
-i configure.ac || die

eautoreconf
}

src_configure() {
econf \
--with-boost=${EPREFIX}/usr/$(get_libdir) \
--with-boost-libdir=${EPREFIX}/usr/$(get_libdir) \
--with-boost-thread=boost_thread-mt
}

#src_compile() {
#   base_src_compile
#   # TODO: resolve docbook incompatibility for building docs
#   if use doc; then emake -C doc clean docs || die; fi
#}

src_install() {
default
dodoc ${DOCS[@]}

dobin ${WORKDIR}/3rdparty/{sff_extract,qual2ball,*.pl}
dodoc ${WORKDIR}/3rdparty/{README.txt,midi_screen.fasta}
}

pkg_postinst() {
einfo Documentation is no longer built, you can find it at:
einfo 
http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html;
}






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

2015-01-23 Thread Justin Lecher
commit: 3c9f611a30a56e7f1f7ebf3138b852da3c76f62c
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 07:39:04 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Jan 23 11:51:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3c9f611a

dev-python/matlab_wrapper: Use ${PN} instead of package name

---
 dev-python/matlab_wrapper/matlab_wrapper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=https://github.com/mrkrd/matlab_wrapper;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git
+   EGIT_REPO_URI=https://github.com/mrkrd/${PN}.git 
git://github.com/mrkrd/${PN}.git
 else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~amd64



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

2015-01-23 Thread Justin Lecher
commit: ec52b3493b46fe3e2e0af384ed370af95628328a
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:15:21 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Jan 20 22:15:21 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec52b349

dev-python/matlab_wrapper: Add to overlay

---
 dev-python/matlab_wrapper/ChangeLog|  9 
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/matlab_wrapper/ChangeLog 
b/dev-python/matlab_wrapper/ChangeLog
new file mode 100644
index 000..4787534
--- /dev/null
+++ b/dev-python/matlab_wrapper/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*matlab_wrapper- (20 Jan 2015)
+*matlab_wrapper-0.9.6 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +matlab_wrapper-.ebuild, +matlab_wrapper-0.9.6.ebuild:
+  Initial commit.

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
new file mode 12
index 000..09a5074
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
@@ -0,0 +1 @@
+matlab_wrapper-.ebuild
\ No newline at end of file

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
new file mode 100644
index 000..39ce305
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION=MATLAB wrapper for Python
+HOMEPAGE=https://github.com/mrkrd/matlab_wrapper;
+
+if [ ${PV} ==  ] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git
+else
+   SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   KEYWORDS=~amd64
+fi
+
+LICENSE=GPL-3+
+SLOT=0
+
+RDEPEND=dev-python/numpy[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}

diff --git a/dev-python/matlab_wrapper/metadata.xml 
b/dev-python/matlab_wrapper/metadata.xml
new file mode 100644
index 000..f24eccb
--- /dev/null
+++ b/dev-python/matlab_wrapper/metadata.xml
@@ -0,0 +1,16 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+matlab_wrapper allows you to use MATLAB in a convenient way in
+Python. You can call MATLAB functions and access workspace
+variables directly from your Python scripts and interactive
+shell. MATLAB session is started in the background and appears
+as a regular Python module.
+  /longdescription
+/pkgmetadata



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

2015-01-23 Thread Justin Lecher
commit: 6aeca596bbcf8576c3184bc204eb54fdbb33ba24
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Jan 23 11:51:49 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Jan 23 11:51:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6aeca596

Merge remote-tracking branch 'github/master'

* github/master:
  dev-python/matlab_wrapper: Use ${PN} instead of package name
  dev-python/matlab_wrapper: Add to overlay





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

2015-01-23 Thread Justin Lecher
commit: f69b089cc12308f3e387a63576a5b334fd157ceb
Author: Christoph Junghans christoph.junghans AT gmail DOT com
AuthorDate: Fri Jan 23 02:55:06 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Jan 23 02:55:06 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f69b089c

Merge pull request #351 from marbre/matlab_wrapper

dev-python/matlab_wrapper: Add to overlay


 dev-python/matlab_wrapper/ChangeLog|  9 
 dev-python/matlab_wrapper/Manifest |  1 +
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 5 files changed, 52 insertions(+)



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

2015-01-23 Thread Justin Lecher
commit: acbf40340c52804f68bf3e1ff8856bb30b1cb356
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 07:39:04 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Jan 22 07:39:04 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acbf4034

dev-python/matlab_wrapper: Use ${PN} instead of package name

---
 dev-python/matlab_wrapper/matlab_wrapper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=https://github.com/mrkrd/matlab_wrapper;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git
+   EGIT_REPO_URI=https://github.com/mrkrd/${PN}.git 
git://github.com/mrkrd/${PN}.git
 else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~amd64



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

2015-01-23 Thread Justin Lecher
commit: 53dea0bc81d687d94c9626a7ebf1db38149a5c81
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:15:21 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Jan 23 11:51:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53dea0bc

dev-python/matlab_wrapper: Add to overlay

---
 dev-python/matlab_wrapper/ChangeLog|  9 
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild |  1 +
 .../matlab_wrapper/matlab_wrapper-.ebuild  | 25 ++
 dev-python/matlab_wrapper/metadata.xml | 16 ++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/matlab_wrapper/ChangeLog 
b/dev-python/matlab_wrapper/ChangeLog
new file mode 100644
index 000..4787534
--- /dev/null
+++ b/dev-python/matlab_wrapper/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*matlab_wrapper- (20 Jan 2015)
+*matlab_wrapper-0.9.6 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +matlab_wrapper-.ebuild, +matlab_wrapper-0.9.6.ebuild:
+  Initial commit.

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
new file mode 12
index 000..09a5074
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
@@ -0,0 +1 @@
+matlab_wrapper-.ebuild
\ No newline at end of file

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
new file mode 100644
index 000..39ce305
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION=MATLAB wrapper for Python
+HOMEPAGE=https://github.com/mrkrd/matlab_wrapper;
+
+if [ ${PV} ==  ] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git
+else
+   SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   KEYWORDS=~amd64
+fi
+
+LICENSE=GPL-3+
+SLOT=0
+
+RDEPEND=dev-python/numpy[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}

diff --git a/dev-python/matlab_wrapper/metadata.xml 
b/dev-python/matlab_wrapper/metadata.xml
new file mode 100644
index 000..f24eccb
--- /dev/null
+++ b/dev-python/matlab_wrapper/metadata.xml
@@ -0,0 +1,16 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+matlab_wrapper allows you to use MATLAB in a convenient way in
+Python. You can call MATLAB functions and access workspace
+variables directly from your Python scripts and interactive
+shell. MATLAB session is started in the background and appears
+as a regular Python module.
+  /longdescription
+/pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-python/funcsigs: funcsigs-0.4.ebuild ChangeLog

2015-01-23 Thread Justin Lecher (jlec)
jlec15/01/23 11:57:49

  Modified: funcsigs-0.4.ebuild ChangeLog
  Log:
  dev-python/funcsigs: Drop shadowing double declaration of DEPEND, #537340
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-python/funcsigs/funcsigs-0.4.ebuild

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

Index: funcsigs-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- funcsigs-0.4.ebuild 27 Jun 2014 01:50:48 -  1.2
+++ funcsigs-0.4.ebuild 23 Jan 2015 11:57:49 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.2 2014/06/27 01:50:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.3 2015/01/23 11:57:49 jlec Exp $
 
 EAPI=5
 
@@ -17,8 +17,10 @@
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-DEPEND=test? ( dev-python/unittest2[${PYTHON_USEDEP}] )
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/unittest2[${PYTHON_USEDEP}] )
+RDEPEND=
 
 python_test() {
esetup.py test



1.3  dev-python/funcsigs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Jun 2014 01:50:48 -  1.2
+++ ChangeLog   23 Jan 2015 11:57:49 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/funcsigs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.2 
2014/06/27 01:50:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.3 
2015/01/23 11:57:49 jlec Exp $
+
+  23 Jan 2015; Justin Lecher j...@gentoo.org funcsigs-0.4.ebuild:
+  Drop shadowing double declaration of DEPEND, #537340
 
   27 Jun 2014; Ian Delaney idel...@gentoo.org funcsigs-0.4.ebuild:
   add pypy, correct deps, fixes bug #513898 by Patrick






[gentoo-commits] gentoo-x86 commit in dev-perl/Spreadsheet-WriteExcel: Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog

2015-01-23 Thread Mikle Kolyada (zlogene)
zlogene 15/01/23 12:03:42

  Modified: Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog
  Log:
  Stable for all wrt bug #535224
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  
dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild

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

Index: Spreadsheet-WriteExcel-2.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Spreadsheet-WriteExcel-2.400.0.ebuild   22 Jan 2015 18:23:29 -  
1.5
+++ Spreadsheet-WriteExcel-2.400.0.ebuild   23 Jan 2015 12:03:42 -  
1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.5 2015/01/22 18:23:29 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.6 2015/01/23 12:03:42 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Write cross-platform Excel binary file
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 amd64-fbsd 
~x86-fbsd
 IUSE=
 
 RDEPEND=virtual/perl-File-Temp



1.90 dev-perl/Spreadsheet-WriteExcel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.90view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.90content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?r1=1.89r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   22 Jan 2015 18:23:29 -  1.89
+++ ChangeLog   23 Jan 2015 12:03:42 -  1.90
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Spreadsheet-WriteExcel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.89 2015/01/22 18:23:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.90 2015/01/23 12:03:42 zlogene Exp $
+
+  23 Jan 2015; Mikle Kolyada zlog...@gentoo.org
+  Spreadsheet-WriteExcel-2.400.0.ebuild:
+  Stable for all wrt bug #535224
 
   22 Jan 2015; Markus Meier mae...@gentoo.org
   Spreadsheet-WriteExcel-2.400.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Clone: Clone-0.370.0.ebuild ChangeLog

2015-01-23 Thread Mikle Kolyada (zlogene)
zlogene 15/01/23 12:05:57

  Modified: Clone-0.370.0.ebuild ChangeLog
  Log:
  Stable for all wrt bug #535154
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Clone/Clone-0.370.0.ebuild

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

Index: Clone-0.370.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Clone-0.370.0.ebuild9 Jan 2015 22:45:08 -   1.1
+++ Clone-0.370.0.ebuild23 Jan 2015 12:05:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v 1.1 
2015/01/09 22:45:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v 1.2 
2015/01/23 12:05:57 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Recursively copy Perl datatypes
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 
 SRC_TEST=do
 mymake='OPTIMIZE=${CFLAGS}'



1.101dev-perl/Clone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   18 Jan 2015 08:41:43 -  1.100
+++ ChangeLog   23 Jan 2015 12:05:57 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Clone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.100 2015/01/18 
08:41:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.101 2015/01/23 
12:05:57 zlogene Exp $
+
+  23 Jan 2015; Mikle Kolyada zlog...@gentoo.org Clone-0.370.0.ebuild:
+  Stable for all wrt bug #535154
 
   18 Jan 2015; Agostino Sarubbo a...@gentoo.org Clone-0.360.0.ebuild:
   Stable for ppc64, wrt bug #535154






[gentoo-commits] gentoo-x86 commit in app-emulation/xen/files: xen-4.5-efi.patch

2015-01-23 Thread Ian Delaney (idella4)
idella4 15/01/24 05:05:19

  Added:xen-4.5-efi.patch
  Log:
  add patch to update for IUSE efi, prepared by D. Mannarino from bug #534570, 
fixes said bug
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  app-emulation/xen/files/xen-4.5-efi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/files/xen-4.5-efi.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/files/xen-4.5-efi.patch?rev=1.1content-type=text/plain

Index: xen-4.5-efi.patch
===
diff --git a/xen/Makefile b/xen/Makefile
index 39839a3..d2603f0 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -38,9 +38,15 @@ _install: Z=$(CONFIG_XEN_INSTALL_SUFFIX)
 _install: $(TARGET)$(CONFIG_XEN_INSTALL_SUFFIX)
[ -d $(D)/boot ] || $(INSTALL_DIR) $(D)/boot
$(INSTALL_DATA) $(TARGET)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION)$(Z)
-   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z)
-   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z)
-   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z)
+   if [ 'x$(EFI_VENDOR)' == 'x' ]; then \
+   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z); \
+   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z);\
+   ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z); \
+   else \
+   $(INSTALL_DATA) $(TARGET)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z); \
+   $(INSTALL_DATA) $(TARGET)$(Z) 
$(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z);\
+   $(INSTALL_DATA) $(TARGET)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z); \
+   fi; \
$(INSTALL_DATA) $(TARGET)-syms 
$(D)$(BOOT_DIR)/$(T)-syms-$(XEN_FULLVERSION)
if [ -r $(TARGET).efi -a -n '$(EFI_DIR)' ]; then \
[ -d $(D)$(EFI_DIR) ] || $(INSTALL_DIR) $(D)$(EFI_DIR); \
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index d502bdf..a2121b0 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -112,7 +112,7 @@ $(TARGET)-syms: prelink.o xen.lds 
$(BASEDIR)/common/symbols-dummy.o
$(@D)/.$(@F).1.o -o $@
rm -f $(@D)/.$(@F).[0-9]*
 
-EFI_LDFLAGS = $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
+EFI_LDFLAGS = -mi386pep $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
 EFI_LDFLAGS += --section-alignment=0x20 --file-alignment=0x20
 EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)







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

2015-01-23 Thread Ian Delaney (idella4)
idella4 15/01/24 05:05:19

  Modified: xen-4.5.0.ebuild ChangeLog
  Log:
  add patch to update for IUSE efi, prepared by D. Mannarino from bug #534570, 
fixes said bug
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  app-emulation/xen/xen-4.5.0.ebuild

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

Index: xen-4.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.5.0.ebuild21 Jan 2015 02:46:30 -  1.1
+++ xen-4.5.0.ebuild24 Jan 2015 05:05:19 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0.ebuild,v 1.1 
2015/01/21 02:46:30 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0.ebuild,v 1.2 
2015/01/24 05:05:19 idella4 Exp $
 
 EAPI=5
 
@@ -98,7 +98,7 @@
sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die Couldn't 
drop
 
if use efi; then
-   epatch ${FILESDIR}/${PN}-4.4-efi.patch
+   epatch ${FILESDIR}/${PN}-4.5-efi.patch
export EFI_VENDOR=gentoo
export EFI_MOUNTPOINT=boot
fi



1.187app-emulation/xen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   21 Jan 2015 02:46:30 -  1.186
+++ ChangeLog   24 Jan 2015 05:05:19 -  1.187
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.186 
2015/01/21 02:46:30 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.187 
2015/01/24 05:05:19 idella4 Exp $
+
+  24 Jan 2015; Ian Delaney idel...@gentoo.org +files/xen-4.5-efi.patch,
+  xen-4.5.0.ebuild:
+  add patch to update for IUSE efi, prepared by D. Mannarino from bug #534570,
+  fixes said bug
 
 *xen-4.5.0 (21 Jan 2015)
 *xen-4.4.1-r5 (21 Jan 2015)






[gentoo-commits] gentoo-x86 commit in games-emulation/zsnes/files: zsnes-1.51-stack-align.patch

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 07:11:54

  Added:zsnes-1.51-stack-align.patch
  Log:
  Fix stack alignment issue #503138 with patch from nvinson
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-emulation/zsnes/files/zsnes-1.51-stack-align.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/files/zsnes-1.51-stack-align.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/files/zsnes-1.51-stack-align.patch?rev=1.1content-type=text/plain

Index: zsnes-1.51-stack-align.patch
===
--- zsnes_1_51/src/linux/sdllink.c.old  2014-03-01 04:01:30.351323580 -0500
+++ zsnes_1_51/src/linux/sdllink.c  2014-03-01 04:02:12.249702898 -0500
@@ -773,11 +773,11 @@ BOOL InitInput()
 {
   InitJoystickInput();
   return TRUE;
 }
 
-int startgame()
+int __attribute__((force_align_arg_pointer)) startgame()
 {
   static bool ranonce = false;
   int status;
 
   if (!ranonce)






[gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: zsnes-1.51-r4.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 07:11:54

  Modified: zsnes-1.51-r4.ebuild ChangeLog
  Log:
  Fix stack alignment issue #503138 with patch from nvinson
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-emulation/zsnes/zsnes-1.51-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?r1=1.8r2=1.9

Index: zsnes-1.51-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- zsnes-1.51-r4.ebuild13 Oct 2014 10:56:12 -  1.8
+++ zsnes-1.51-r4.ebuild24 Jan 2015 07:11:54 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.8 
2014/10/13 10:56:12 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.9 
2015/01/24 07:11:54 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -46,6 +46,7 @@
# Fix compability with libpng15 wrt #378735
# Fix buffer overwrite #257963
# Fix gcc47 compile #419635
+   # Fix stack alignment issue #503138
epatch \
${FILESDIR}/${P}-libpng.patch \
${FILESDIR}/${P}-archopt-july-23-update.patch \
@@ -56,6 +57,7 @@
${FILESDIR}/${P}-libpng15.patch \
${FILESDIR}/${P}-buffer.patch \
${FILESDIR}/${P}-gcc47.patch \
+   ${FILESDIR}/${P}-stack-align.patch \
${FILESDIR}/${P}-cross-compile.patch
 
# The sdl detection logic uses AC_PROG_PATH instead of
@@ -70,8 +72,7 @@
-e '/^CFLAGS=.*local/s:-pipe.*:-Wall -I.:' \
-e '/^LDFLAGS=.*local/d' \
-e '/\w*CFLAGS=.*fomit/s:-O3.*$STRIP::' \
-   configure.in \
-   || die sed failed
+   configure.in || die
eautoreconf
 }
 



1.62 games-emulation/zsnes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   13 Oct 2014 10:56:12 -  1.61
+++ ChangeLog   24 Jan 2015 07:11:54 -  1.62
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/zsnes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.61 
2014/10/13 10:56:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.62 
2015/01/24 07:11:54 mr_bones_ Exp $
+
+  24 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/zsnes-1.51-stack-align.patch, zsnes-1.51-r4.ebuild:
+  Fix stack alignment issue #503138 with patch from nvinson
 
   13 Oct 2014; Michał Górny mgo...@gentoo.org zsnes-1.51-r4.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-emulation/gngeo: gngeo-0.8.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 05:58:44

  Modified: ChangeLog
  Added:gngeo-0.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.24 games-emulation/gngeo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   17 Jan 2015 16:28:18 -  1.23
+++ ChangeLog   24 Jan 2015 05:58:44 -  1.24
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/gngeo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.23 
2015/01/17 16:28:18 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.24 
2015/01/24 05:58:44 mr_bones_ Exp $
+
+*gngeo-0.8 (24 Jan 2015)
+
+  24 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/gngeo-0.8-concurrentMake.patch, +files/gngeo-0.8-execstacks.patch,
+  +files/gngeo-0.8-zlib.patch, +gngeo-0.8.ebuild:
+  version bump
 
   17 Jan 2015; Tupone Alfredo tup...@gentoo.org gngeo-0.7.ebuild:
   EAPI 5
@@ -91,4 +98,3 @@
 
   29 Jul 2003; Michael Sterrett mster...@gentoo.org gngeo-0.5.9a.ebuild:
   Initial ebuild supplied by Paolo and tidied (bug 24702)
-



1.1  games-emulation/gngeo/gngeo-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild?rev=1.1content-type=text/plain

Index: gngeo-0.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild,v 1.1 
2015/01/24 05:58:44 mr_bones_ Exp $

EAPI=5
inherit eutils autotools games

DESCRIPTION=A NeoGeo emulator
HOMEPAGE=http://code.google.com/p/gngeo/;
SRC_URI=http://gngeo.googlecode.com/files/${P}.tar.gz;

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

DEPEND=virtual/opengl
media-libs/libsdl[joystick,opengl,sound,video]
sys-libs/zlib[minizip]
RDEPEND=${DEPEND}

src_prepare() {
epatch \
${FILESDIR}/${P}-execstacks.patch \
${FILESDIR}/${P}-zlib.patch \
${FILESDIR}/${P}-concurrentMake.patch
mv configure.in configure.ac || die
eautoreconf
}

src_configure() {
egamesconf --disable-i386asm
}

src_install() {
DOCS=( AUTHORS FAQ NEWS README* TODO sample_gngeorc )
default
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
echo
elog A licensed NeoGeo BIOS copy is required to run the emulator.
echo
}






[gentoo-commits] gentoo-x86 commit in games-emulation/gngeo/files: gngeo-0.8-zlib.patch gngeo-0.8-concurrentMake.patch gngeo-0.8-execstacks.patch

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 05:58:44

  Added:gngeo-0.8-zlib.patch gngeo-0.8-concurrentMake.patch
gngeo-0.8-execstacks.patch
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-emulation/gngeo/files/gngeo-0.8-zlib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-zlib.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-zlib.patch?rev=1.1content-type=text/plain

Index: gngeo-0.8-zlib.patch
===
diff -ru gngeo-0.8.orig/configure.in gngeo-0.8/configure.in
--- gngeo-0.8.orig/configure.in 2012-11-15 17:57:57.849578009 -0500
+++ gngeo-0.8/configure.in  2012-11-15 18:19:55.305923094 -0500
@@ -95,6 +95,7 @@
 #AC_SUBST(LIBOBJS)
 AC_CHECK_LIB([m], [acos])
 AC_CHECK_LIB([z], [inflate])
+AC_CHECK_LIB([minizip], [unzReadCurrentFile])
 



1.1  games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch?rev=1.1content-type=text/plain

Index: gngeo-0.8-concurrentMake.patch
===
--- src/generator68k/Makefile.am.orig   2015-01-23 18:37:37.998723294 -0500
+++ src/generator68k/Makefile.am2015-01-23 18:38:39.995391133 -0500
@@ -71,9 +71,12 @@
 
 #def68k : def68k.c
 #  gcc def68k.c tab68k.c -o def68k -I .. -I ../.. -I . `sdl-config 
--cflags`
-def68k.o gen68k.o tab68k2.o : %.o : %.c
+def68k.o tab68k2.o : %.o : %.c
$(gcc_build_verbose)$(CC_FOR_BUILD) -c $ -o $@ -I .. -I ../.. -I . 
`sdl-config --cflags`
 
+gen68k.o: gen68k.c def68k-iibs.h
+   $(CC_FOR_BUILD) -c $ -o $@ -I .. -I ../.. -I . `sdl-config --cflags`
+
 def68k : def68k.o tab68k2.o
$(gcc_build_verbose)$(CC_FOR_BUILD) def68k.o tab68k2.o -o $@ 
 



1.1  games-emulation/gngeo/files/gngeo-0.8-execstacks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch?rev=1.1content-type=text/plain

Index: gngeo-0.8-execstacks.patch
===
--- src/effect/2xsaimmx.asm
+++ src/effect/2xsaimmx.asm
@@ -2107,3 +2107,7 @@
 final1b   resb 8
 final2a   resb 8
 final2b   resb 8
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/effect/effect_i386.asm
+++ src/effect/effect_i386.asm
@@ -88,3 +88,7 @@
emms

endproc
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/effect/hq2x16.asm
+++ src/effect/hq2x16.asm
@@ -1935,3 +1935,7 @@
 dd ..@cross8, ..@flag0,  ..@flag0,  ..@flag0,
 dd ..@flag0,  ..@flag0,  ..@flag0,  ..@flag0
 
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/effect/hq3x16.asm
+++ src/effect/hq3x16.asm
@@ -2520,3 +2520,7 @@
 dd ..@cross8, ..@flag0,  ..@flag0,  ..@flag0,
 dd ..@flag0,  ..@flag0,  ..@flag0,  ..@flag0
 
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/memcpy.S
+++ src/memcpy.S
@@ -495,4 +495,8 @@
 
 Lmemcpy_bsrcul1l4:
 add r1, r1, #1
-b Lmemcpy_bl4
\ No newline at end of file
+b Lmemcpy_bl4
+
+#ifdef __ELF__
+.section .note.GNU-stack,,@progbits
+#endif
--- src/raze/Makefile.am
+++ src/raze/Makefile.am
@@ -20,7 +20,7 @@
$(srcdir)/strip_ $ $@
 
 raze2.asm: raze.asmu raze.incu raze.regu
-   nasm -w+orphan-labels -I $(srcdir)/ -e $ -o $@
+   nasm -w+orphan-labels -f elf -I $(srcdir)/ -e $ -o $@
 
 # This assembles the file, once it's been pre-processed
 raze.o: raze2.asm
--- src/raze/raze.asm
+++ src/raze/raze.asm
@@ -4259,3 +4259,6 @@
 
 ;- the end --;
 
+%ifidn ___OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/screen_i386.asm
+++ src/screen_i386.asm
@@ -96,3 +96,6 @@
endproc
 
 
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
--- src/star/star.c
+++ src/star/star.c
@@ -2431,6 +2431,10 @@
 */
 static void suffixes(void) {
emit(end\n);
+
+   emit(%%ifidn ___OUTPUT_FORMAT__,elf\n);
+   emit(section .note.GNU-stack noalloc noexec nowrite progbits\n);
+   emit(%%endif\n);
 }
 
 /
--- src/video_i386.asm
+++ 

[gentoo-commits] gentoo-x86 commit in dev-ruby/sprockets-rails: ChangeLog sprockets-rails-2.2.4.ebuild

2015-01-23 Thread Hans de Graaff (graaff)
graaff  15/01/24 06:23:31

  Modified: ChangeLog
  Added:sprockets-rails-2.2.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/sprockets-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   22 Dec 2014 12:13:45 -  1.10
+++ ChangeLog   24 Jan 2015 06:23:31 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/sprockets-rails
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.10 
2014/12/22 12:13:45 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.11 
2015/01/24 06:23:31 graaff Exp $
+
+*sprockets-rails-2.2.4 (24 Jan 2015)
+
+  24 Jan 2015; Hans de Graaff gra...@gentoo.org
+  +sprockets-rails-2.2.4.ebuild:
+  Version bump.
 
 *sprockets-rails-2.2.2 (22 Dec 2014)
 



1.1  dev-ruby/sprockets-rails/sprockets-rails-2.2.4.ebuild

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

Index: sprockets-rails-2.2.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/sprockets-rails-2.2.4.ebuild,v 
1.1 2015/01/24 06:23:31 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline
HOMEPAGE=https://github.com/rails/sprockets-rails;
SRC_URI=https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86

IUSE=test

ruby_add_rdepend 
=dev-ruby/actionpack-3.0
=dev-ruby/activesupport-3.0
=dev-ruby/sprockets-2.8:2

ruby_add_bdepend 
test? (
=dev-ruby/actionpack-4
=dev-ruby/railties-4
dev-ruby/test-unit:2
)






[gentoo-commits] gentoo-x86 commit in games-emulation/vgba: vgba-4.8.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 06:31:00

  Modified: ChangeLog
  Added:vgba-4.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-emulation/vgba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   26 Nov 2009 20:56:44 -  1.10
+++ ChangeLog   24 Jan 2015 06:31:00 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/vgba
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.10 
2009/11/26 20:56:44 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.11 
2015/01/24 06:31:00 mr_bones_ Exp $
+
+*vgba-4.8 (24 Jan 2015)
+
+  24 Jan 2015; Michael Sterrett mr_bon...@gentoo.org +vgba-4.8.ebuild:
+  version bump
 
   26 Nov 2009; Markus Meier mae...@gentoo.org vgba-3.6.ebuild:
   x86 stable, bug #294552



1.1  games-emulation/vgba/vgba-4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild?rev=1.1content-type=text/plain

Index: vgba-4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-4.8.ebuild,v 1.1 
2015/01/24 06:31:00 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION=Gameboy Advance (GBA) emulator for Linux
HOMEPAGE=http://www.komkon.org/fms/VGBA/;
SRC_URI=http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-Ubuntu-bin.tgz;

LICENSE=VGBA
SLOT=0
KEYWORDS=-* ~x86
RESTRICT=strip
IUSE=

RDEPEND=x11-libs/libXext
sys-libs/zlib

QA_PREBUILT=${GAMES_PREFIX_OPT:1}/bin/vgba

S=${WORKDIR}

src_install() {
into ${GAMES_PREFIX_OPT}
dobin vgba
dohtml VGBA.html
prepgamesdirs
}






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

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 07:15:28

  Modified: package.mask
  Log:
  hide more packages from repoman

Revision  ChangesPath
1.8  profiles/hardened/linux/musl/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.mask?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.mask?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/package.mask?r1=1.7r2=1.8

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.mask5 Jan 2015 17:46:10 -   1.7
+++ package.mask24 Jan 2015 07:15:28 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v 
1.7 2015/01/05 17:46:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/package.mask,v 
1.8 2015/01/24 07:15:28 mr_bones_ Exp $
 
 sys-libs/uclibc
 sys-libs/glibc
@@ -16,4 +16,16 @@
 app-misc/pax-utils-0.7
 
 # packages with a hard dep on sys-libs/glibc
+games-action/descent3
+games-action/descent3-demo
+games-action/lugaru
+games-action/lugaru-demo
+games-action/shadowgrounds-bin
+games-action/shadowgrounds-survivor-bin
+games-action/trine-bin
 games-arcade/marbleblastgold-demo
+games-puzzle/world-of-goo
+games-puzzle/world-of-goo-demo
+games-strategy/defcon-demo
+games-strategy/knights-demo
+games-strategy/majesty-demo






[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.12.1.ebuild ChangeLog

2015-01-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/24 07:49:48

  Modified: ChangeLog
  Added:wesnoth-1.12.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.239games-strategy/wesnoth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.239view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.239content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.238r2=1.239

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   20 Jan 2015 01:25:36 -  1.238
+++ ChangeLog   24 Jan 2015 07:49:48 -  1.239
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.238 
2015/01/20 01:25:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.239 
2015/01/24 07:49:48 mr_bones_ Exp $
+
+*wesnoth-1.12.1 (24 Jan 2015)
+
+  24 Jan 2015; Michael Sterrett mr_bon...@gentoo.org +wesnoth-1.12.1.ebuild:
+  version bump
 
   20 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
   +files/wesnoth-1.12-cmake.patch, wesnoth-1.12.ebuild:



1.1  games-strategy/wesnoth/wesnoth-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild?rev=1.1content-type=text/plain

Index: wesnoth-1.12.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild,v 1.1 
2015/01/24 07:49:48 mr_bones_ Exp $

EAPI=5
inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games

DESCRIPTION=Battle for Wesnoth - A fantasy turn-based strategy game
HOMEPAGE=http://www.wesnoth.org/;
SRC_URI=mirror://sourceforge/wesnoth/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=dbus dedicated doc fribidi nls server

RDEPEND==media-libs/libsdl-1.2.7:0[joystick,video,X]
media-libs/sdl-net
!dedicated? (
=media-libs/sdl-ttf-2.0.8
=media-libs/sdl-mixer-1.2[vorbis]
=media-libs/sdl-image-1.2[jpeg,png]
fribidi? ( dev-libs/fribidi )
dbus? ( sys-apps/dbus )
sys-libs/zlib
x11-libs/pango
dev-lang/lua
media-libs/fontconfig
)
=dev-libs/boost-1.48[nls,threads]
virtual/libintl
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext

src_prepare() {
if use dedicated || use server ; then
sed \
-e s:GAMES_BINDIR:${GAMES_BINDIR}: \
-e s:GAMES_STATEDIR:${GAMES_STATEDIR}: \
-e s/GAMES_USER_DED/${GAMES_USER_DED}/ \
-e s/GAMES_GROUP/${GAMES_GROUP}/ 
${FILESDIR}/wesnothd.rc \
 ${T}/wesnothd || die
fi
if ! use doc ; then
sed -i \
-e '/manual/d' \
doc/CMakeLists.txt || die
fi
# bug #472994
mv icons/wesnoth-icon-Mac.png icons/wesnoth-icon.png || die
mv icons/map-editor-icon-Mac.png icons/wesnoth_editor-icon.png || die

# respect LINGUAS (bug #483316)
if [[ ${LINGUAS+set} ]] ; then
local langs
for lang in $(cat po/LINGUAS)
do
has $lang $LINGUAS  langs+=$lang 
done
echo $langs  po/LINGUAS || die
fi
}

src_configure() {
filter-flags -ftracer -fomit-frame-pointer
if [[ $(gcc-major-version) -eq 3 ]] ; then
filter-flags -fstack-protector
append-flags -fno-stack-protector
fi
# Work around eclass
append-flags -UNDEBUG
if use dedicated || use server ; then
mycmakeargs=(
-DENABLE_CAMPAIGN_SERVER=TRUE
-DENABLE_SERVER=TRUE
-DSERVER_UID=${GAMES_USER_DED}
-DSERVER_GID=${GAMES_GROUP}
-DFIFO_DIR=${GAMES_STATEDIR}/run/wesnothd
)
else
mycmakeargs=(
$(cmake-utils_use_enable fribidi FRIBIDI)
 

[gentoo-commits] gentoo-x86 commit in media-video/vdr: vdr-2.0.7.ebuild ChangeLog

2015-01-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/01/23 08:28:14

  Modified: ChangeLog
  Added:vdr-2.0.7.ebuild
  Log:
  bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.187media-video/vdr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?r1=1.186r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   20 Jan 2015 03:19:46 -  1.186
+++ ChangeLog   23 Jan 2015 08:28:14 -  1.187
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/vdr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.186 
2015/01/20 03:19:46 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.187 
2015/01/23 08:28:14 hd_brummy Exp $
+
+*vdr-2.0.7 (23 Jan 2015)
+
+  23 Jan 2015; Joerg Bornkessel hd_bru...@gentoo.org +vdr-2.0.7.ebuild,
+  +files/vdr-2.0.7_systemd_argsdir.patch,
+  +files/vdr-2.0.7_systemd_argsdir_vanilla.patch:
+  bump
 
 *vdr-2.0.6-r2 (20 Jan 2015)
 



1.1  media-video/vdr/vdr-2.0.7.ebuild

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

Index: vdr-2.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.7.ebuild,v 1.1 
2015/01/23 08:28:14 hd_brummy Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs

# Switches supported by extensions-patch
EXT_PATCH_FLAGS=alternatechannel ddepgentry dvlvidprefer graphtft
jumpplay jumpingseconds mainmenuhooks menuorg naludump permashift 
permashift_v1
pinplugin rotor ttxtsubs vasarajanauloja wareagleicon yaepg

# names of the use-flags
EXT_PATCH_FLAGS_RENAMED=

# names ext-patch uses internally, here only used for maintainer checks
EXT_PATCH_FLAGS_RENAMED_EXT_NAME=

IUSE=bidi debug html systemd vanilla ${EXT_PATCH_FLAGS} 
${EXT_PATCH_FLAGS_RENAMED}

MY_PV=${PV%_p*}
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

EXT_P=extpng-${PN}-2.0.6-gentoo-edition-v6

DESCRIPTION=Video Disk Recorder - turns a pc into a powerful set top box for 
DVB
HOMEPAGE=http://www.tvdr.de/;
SRC_URI=ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2
http://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2;

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

REQUIRED_USE=
permashift? ( !permashift_v1 )
permashift_v1? ( !permashift )

COMMON_DEPEND=virtual/jpeg
sys-libs/libcap
=media-libs/fontconfig-2.4.2
=media-libs/freetype-2

DEPEND=${COMMON_DEPEND}
=virtual/linuxtv-dvb-headers-5.3
sys-devel/gettext

RDEPEND=${COMMON_DEPEND}
dev-lang/perl
=media-tv/gentoo-vdr-scripts-2.5
media-fonts/corefonts
bidi? ( dev-libs/fribidi )
systemd? ( sys-apps/systemd )

CONF_DIR=/etc/vdr
CAP_FILE=${S}/capabilities.sh
CAPS=# Capabilities of the vdr-executable for use by startscript etc.

pkg_setup() {
use debug  append-flags -g

PLUGIN_LIBDIR=/usr/$(get_libdir)/vdr/plugins

tc-export CC CXX AR
}

add_cap() {
local arg
for arg; do
CAPS=${CAPS}\n${arg}=1
done
}

enable_patch() {
local arg ARG_UPPER
for arg; do
ARG_UPPER=$(echo $arg|tr '[:lower:]' '[:upper:]')
echo ${ARG_UPPER} = 1  Make.config

# codesnippet to bring the extpng defines into the vdr.pc 
CXXFLAGS CFLAGS
echo -DUSE_${ARG_UPPER}  ${T}/defines.tmp
cat ${T}/defines.tmp | tr \\\012 ' '   ${T}/defines.IUSE
export DEFINES_IUSE=$( cat ${T}/defines.IUSE )
done
}

extensions_add_make_conf()
{
# copy all ifdef for extensions-patch to Make.config
sed -e '1,/need to touch the following:/d' \
-e '/need to touch the following/,/^$/d' \
Make.config.template  Make.config
}

extensions_all_defines() {
# extract all possible settings for extensions-patch
sed -e '/^#\?[A-Z].*= 1/!d' -e 's/^#\?//' -e 's/ .*//' \
Make.config.template \
| sort \
| tr '[:upper:]' '[:lower:]'
}

lang_po() {
LING_PO=$( ls ${S}/po | sed -e s:.po::g | cut -d_ -f1 | 

[gentoo-commits] gentoo-x86 commit in dev-python/wtforms: wtforms-2.0.2.ebuild ChangeLog

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:28:41

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

Revision  ChangesPath
1.44 dev-python/wtforms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   16 Jan 2015 09:40:48 -  1.43
+++ ChangeLog   23 Jan 2015 08:28:41 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtforms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.43 
2015/01/16 09:40:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.44 
2015/01/23 08:28:41 patrick Exp $
+
+*wtforms-2.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer patr...@gentoo.org +wtforms-2.0.2.ebuild:
+  Bump
 
   16 Jan 2015; Ian Delaney idel...@gentoo.org -wtforms-1.0.5.ebuild,
   -wtforms-2.0.ebuild:



1.1  dev-python/wtforms/wtforms-2.0.2.ebuild

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

Index: wtforms-2.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-2.0.2.ebuild,v 
1.1 2015/01/23 08:28:41 patrick Exp $

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

inherit distutils-r1

MY_PN=WTForms
MY_P=${MY_PN}-${PV}

DESCRIPTION=Flexible forms validation and rendering library for python web 
development
HOMEPAGE=http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip

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

S=${WORKDIR}/${MY_P}

DEPEND=app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( =dev-python/sphinx-0.6[${PYTHON_USEDEP}] )
RDEPEND=

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

python_test() {
esetup.py test || die Tests failed for ${EPYTHON}
}

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






[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal: gnome-terminal-3.14.2-r1.ebuild ChangeLog

2015-01-23 Thread Pacho Ramos (pacho)
pacho   15/01/23 09:35:41

  Modified: ChangeLog
  Added:gnome-terminal-3.14.2-r1.ebuild
  Log:
  Migration is not needed for some cycles
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.294x11-terms/gnome-terminal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.294view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.294content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?r1=1.293r2=1.294

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   23 Dec 2014 23:31:46 -  1.293
+++ ChangeLog   23 Jan 2015 09:35:41 -  1.294
@@ -1,6 +1,11 @@
 # ChangeLog for x11-terms/gnome-terminal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.293 
2014/12/23 23:31:46 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.294 
2015/01/23 09:35:41 pacho Exp $
+
+*gnome-terminal-3.14.2-r1 (23 Jan 2015)
+
+  23 Jan 2015; Pacho Ramos pa...@gentoo.org +gnome-terminal-3.14.2-r1.ebuild:
+  Migration is not needed for some cycles
 
 *gnome-terminal-3.14.2 (23 Dec 2014)
 



1.1  x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-terminal-3.14.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r1.ebuild,v
 1.1 2015/01/23 09:35:41 pacho Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 readme.gentoo

DESCRIPTION=The Gnome Terminal
HOMEPAGE=https://wiki.gnome.org/Apps/Terminal/;

LICENSE=GPL-3+
SLOT=0
IUSE=debug +gnome-shell +nautilus
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux

# FIXME: automagic dependency on gtk+[X]
RDEPEND=
=dev-libs/glib-2.40:2[dbus]
=x11-libs/gtk+-3.10:3[X]
=x11-libs/vte-0.38:2.91
=gnome-base/dconf-0.14
=gnome-base/gsettings-desktop-schemas-0.1.0
sys-apps/util-linux
x11-libs/libSM
x11-libs/libICE
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( =gnome-base/nautilus-3 )

# gtk+:2 needed for gtk-builder-convert, bug 356239
DEPEND=${RDEPEND}
app-text/yelp-tools
dev-util/appdata-tools
|| ( dev-util/gtk-builder-convert =x11-libs/gtk+-2.24.10:2 )
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


DOC_CONTENTS=To get previous working directory inherited in new opened
tab you will need to add the following line to your ~/.bashrc:\n
. /etc/profile.d/vte.sh

src_configure() {
gnome2_src_configure \
--disable-static \
--disable-migration \
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \
VALAC=$(type -P true)
# Docs are broken in this release.
#ITSTOOL=$(type -P true) \
#XMLLINT=$(type -P true)
}

src_install() {
DOCS=AUTHORS ChangeLog HACKING NEWS
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in app-misc/gentoo: gentoo-0.20.6.ebuild ChangeLog gentoo-0.20.5.ebuild

2015-01-23 Thread Jeroen Roovers (jer)
jer 15/01/23 08:08:46

  Modified: ChangeLog
  Added:gentoo-0.20.6.ebuild
  Removed:  gentoo-0.20.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.143app-misc/gentoo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   29 Dec 2014 15:15:56 -  1.142
+++ ChangeLog   23 Jan 2015 08:08:46 -  1.143
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/gentoo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.142 
2014/12/29 15:15:56 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/ChangeLog,v 1.143 
2015/01/23 08:08:46 jer Exp $
+
+*gentoo-0.20.6 (23 Jan 2015)
+
+  23 Jan 2015; Jeroen Roovers j...@gentoo.org -gentoo-0.20.5.ebuild,
+  +gentoo-0.20.6.ebuild:
+  Version bump.
 
 *gentoo-0.20.5 (29 Dec 2014)
 



1.1  app-misc/gentoo/gentoo-0.20.6.ebuild

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

Index: gentoo-0.20.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.20.6.ebuild,v 1.1 
2015/01/23 08:08:46 jer Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=A modern GTK+ based filemanager for any WM
HOMEPAGE=http://www.obsession.se/gentoo/ http://gentoo.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=nls

RDEPEND=
x11-libs/gtk+-3.12:3
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/pango

DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )


DOCS=(
AUTHORS BUGS CONFIG-CHANGES CREDITS NEWS README TODO 
docs/{FAQ,menus.txt}
)

src_prepare() {
sed -i \
-e 's^icons/gnome/16x16/mimetypes^gentoo/icons^' \
gentoorc.in || die
sed -i \
-e '/GTK_DISABLE_DEPRECATED/d' \
-e '/^GENTOO_CFLAGS=/s|.*|${CFLAGS}|g' \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die #357343
eautoreconf
}

src_configure() {
econf \
--sysconfdir=/etc/gentoo \
$(use_enable nls)
}

src_install() {
default

dohtml -r docs/{images,config,*.{html,css}}
newman docs/gentoo.1x gentoo.1
docinto scratch
dodoc docs/scratch/*

make_desktop_entry ${PN} Gentoo \
/usr/share/${PN}/icons/${PN}.png \
System;FileTools;FileManager
}






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

2015-01-23 Thread Patrick Lauer (patrick)
patrick 15/01/23 08:24:25

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

Revision  ChangesPath
1.15 dev-python/flask-restless/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   21 Dec 2014 23:55:12 -  1.14
+++ ChangeLog   23 Jan 2015 08:24:25 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restless
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.14 
2014/12/21 23:55:12 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.15 
2015/01/23 08:24:25 patrick Exp $
+
+*flask-restless-0.14.0 (23 Jan 2015)
+
+  23 Jan 2015; Patrick Lauer patr...@gentoo.org 
+flask-restless-0.14.0.ebuild:
+  Bump
 
   21 Dec 2014; Ian Delaney idel...@gentoo.org -flask-restless-0.12.0.ebuild,
   -flask-restless-0.12.1.ebuild, -flask-restless-0.13.0.ebuild:



1.1  dev-python/flask-restless/flask-restless-0.14.0.ebuild

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

Index: flask-restless-0.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.14.0.ebuild,v
 1.1 2015/01/23 08:24:25 patrick Exp $

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

PYTHON_REQ_USE=sqlite
inherit distutils-r1

DESCRIPTION=Flask extension for easy ReSTful API generation
HOMEPAGE=http://packages.python.org/Flask-Restless/;
SRC_URI=https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=|| ( AGPL-3 BSD )
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE=doc examples test

RDEPEND==dev-python/flask-0.7[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/mimerender[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}]
=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}]
dev-python/flask-themes[${PYTHON_USEDEP}] )

PATCHES=( ${FILESDIR}/mapping.patch )

python_compile_all() {
if use doc; then
if ! ${PYTHON} -c import flask_restless; then
eerror flask-restless is not installed. Building of 
the docs
eerror requires flask-restless to be installed.
eerror emerge with USE=-doc followed bu USE=doc
die
fi
# Changes connect to read issues @ github
rm -f docs/changelog.rst
einfo Generating html docs for ${PN}
PYTHONPATH=${PYTHONPATH}${S}/docs emake -C docs html \
|| die Generating html docs for ${PN} failed
fi
}

python_test() {
nosetests -w tests || die Tests failed under ${EPYTHON}
}

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






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: networkmanager-1.0.0.ebuild ChangeLog

2015-01-23 Thread Pacho Ramos (pacho)
pacho   15/01/23 09:33:13

  Modified: networkmanager-1.0.0.ebuild ChangeLog
  Log:
  gdbus-codegen is using at build time (#537398 by Reuben Martin)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-misc/networkmanager/networkmanager-1.0.0.ebuild

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

Index: networkmanager-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networkmanager-1.0.0.ebuild 10 Jan 2015 14:51:52 -  1.1
+++ networkmanager-1.0.0.ebuild 23 Jan 2015 09:33:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.1 2015/01/10 14:51:52 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 
1.2 2015/01/23 09:33:13 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -72,6 +72,7 @@
wifi? ( =net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
 
 DEPEND=${COMMON_DEPEND}
+   dev-util/gdbus-codegen
dev-util/gtk-doc-am
=dev-util/intltool-0.40
=sys-devel/gettext-0.17



1.223net-misc/networkmanager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   10 Jan 2015 14:51:52 -  1.222
+++ ChangeLog   23 Jan 2015 09:33:13 -  1.223
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.222 
2015/01/10 14:51:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.223 
2015/01/23 09:33:13 pacho Exp $
+
+  23 Jan 2015; Pacho Ramos pa...@gentoo.org networkmanager-1.0.0.ebuild:
+  gdbus-codegen is using at build time (#537398 by Reuben Martin)
 
 *networkmanager-1.0.0 (10 Jan 2015)
 






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

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:09:41

  Modified: ChangeLog package.use.mask
  Log:
  Mask sctp useflag for openssl until keywords are there

Revision  ChangesPath
1.59 profiles/arch/amd64-fbsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   27 Dec 2014 21:01:08 -  1.58
+++ ChangeLog   23 Jan 2015 11:09:41 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/x86-fbsd profile directory
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.58 
2014/12/27 21:01:08 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.59 
2015/01/23 11:09:41 polynomial-c Exp $
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org package.use.mask:
+  Mask sctp useflag for openssl until keywords are there
 
   27 Dec 2014; Hans de Graaff gra...@gentoo.org use.mask:
   dev-libs/malloc is not keyworded, mask associated USE flag.



1.26 profiles/arch/amd64-fbsd/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask?r1=1.25r2=1.26

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- package.use.mask18 Jan 2015 10:07:26 -  1.25
+++ package.use.mask23 Jan 2015 11:09:41 -  1.26
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v 
1.25 2015/01/18 10:07:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/package.use.mask,v 
1.26 2015/01/23 11:09:41 polynomial-c Exp $
 
 # Michael Palimaka kensing...@gentoo.org) (26 Dec 2014)
 # Unkeyworded media-libs/opencv
@@ -8,7 +8,9 @@
 media-video/vlc opencv
 
 # Patrick Lauer patr...@gentoo.org (17 Nov 2014)
+# Lars Wendler polynomia...@gentoo.org (23 Jan 2015)
 # Missing keywords
+dev-libs/openssl sctp
 net-misc/openssh sctp
 
 # Pacho Ramos pa...@gentoo.org (01 Jun 2014)






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.2.ebuild metadata.xml ChangeLog openssl-1.0.2_beta3.ebuild

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:19:23

  Modified: metadata.xml ChangeLog
  Added:openssl-1.0.2.ebuild
  Removed:  openssl-1.0.2_beta3.ebuild
  Log:
  Version bump. Removed old. Added ssl2 USE flag (bug #510798)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.11 dev-libs/openssl/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml22 Mar 2014 18:56:05 -  1.10
+++ metadata.xml23 Jan 2015 11:19:23 -  1.11
@@ -4,6 +4,8 @@
 herdbase-system/herd
 use
  flag name='bindist'Disable EC/RC5 algorithms (as they seem to be patented) 
-- note: changes the ABI/flag
+ flag name='sctp'Support for Stream Control Transmission Protocol/flag
+ flag name='ssl2'Support for deprecated (and broken) SSLv2 protocol/flag
  flag name='rfc3779'Enable support for RFC 3779 (X.509 Extensions for IP 
Addresses and AS Identifiers)/flag
  flag name='tls-heartbeat'Enable the Heartbeat Extension in TLS and 
DTLS/flag
 /use



1.626dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -r1.625 -r1.626
--- ChangeLog   16 Jan 2015 08:08:05 -  1.625
+++ ChangeLog   23 Jan 2015 11:19:23 -  1.626
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.625 
2015/01/16 08:08:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.626 
2015/01/23 11:19:23 polynomial-c Exp $
+
+*openssl-1.0.2 (23 Jan 2015)
+
+  23 Jan 2015; Lars Wendler polynomia...@gentoo.org
+  -openssl-1.0.2_beta3.ebuild, +openssl-1.0.2.ebuild,
+  +files/openssl-1.0.2-ipv6.patch, +files/openssl-1.0.2-s_client-verify.patch,
+  -files/openssl-1.0.2_beta2-ipv6.patch, metadata.xml:
+  Version bump. Removed old. Added ssl2 USE flag (bug #510798).
 
   16 Jan 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1k.ebuild:
   Stable for ia64, wrt bug #536042



1.1  dev-libs/openssl/openssl-1.0.2.ebuild

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

Index: openssl-1.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2.ebuild,v 1.1 
2015/01/23 11:19:23 polynomial-c Exp $

EAPI=4

inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal

REV=1.7
MY_P=${P/_/-}
DESCRIPTION=full-strength general purpose cryptography library (including SSL 
and TLS)
HOMEPAGE=http://www.openssl.org/;
SRC_URI=mirror://openssl/source/${MY_P}.tar.gz

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV}
 - ${PN}-c_rehash.sh.${REV}

LICENSE=openssl
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=bindist gmp kerberos rfc3779 sctp sse2 ssl2 static-libs test 
+tls-heartbeat vanilla zlib

# The blocks are temporary just to make sure people upgrade to a
# version that lack runtime version checking.  We'll drop them in
# the future.
RDEPEND=gmp? ( =dev-libs/gmp-5.1.3-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
zlib? ( =sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
kerberos? ( =app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
!net-misc/openssh-5.9_p1-r4
!net-libs/neon-0.29.6-r1
DEPEND=${RDEPEND}
  

[gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.2-s_client-verify.patch openssl-1.0.2-ipv6.patch openssl-1.0.2_beta2-ipv6.patch

2015-01-23 Thread Lars Wendler (polynomial-c)
polynomial-c15/01/23 11:19:23

  Added:openssl-1.0.2-s_client-verify.patch
openssl-1.0.2-ipv6.patch
  Removed:  openssl-1.0.2_beta2-ipv6.patch
  Log:
  Version bump. Removed old. Added ssl2 USE flag (bug #510798)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2-s_client-verify.patch?rev=1.1content-type=text/plain

Index: openssl-1.0.2-s_client-verify.patch
===
https://bugs.gentoo.org/472584
http://rt.openssl.org/Ticket/Display.html?id=2387user=guestpass=guest

fix verification handling in s_client.  when loading paths, make sure
we properly fallback to setting the default paths.

--- openssl-1.0.2/apps/s_client.c
+++ openssl-1.0.2/apps/s_client.c
@@ -1337,7 +1337,7 @@
 
 SSL_CTX_set_verify(ctx, verify, verify_callback);
 
-if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) ||
+if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) 
 (!SSL_CTX_set_default_verify_paths(ctx))) {
 /*
  * BIO_printf(bio_err,error setting default verify locations\n);



1.4  dev-libs/openssl/files/openssl-1.0.2-ipv6.patch

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







  1   2   >