[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:53

  Modified: ChangeLog
  Added:gnustep-back-xlib-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.74 gnustep-base/gnustep-back-xlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   27 Dec 2014 19:28:10 -  1.73
+++ ChangeLog   18 May 2015 14:57:53 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.73 2014/12/27 19:28:10 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.74 2015/05/18 14:57:53 voyageur Exp $
+
+*gnustep-back-xlib-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-xlib-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org
   gnustep-back-xlib-0.24.0.ebuild:



1.1  
gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-xlib-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild,v
 1.1 2015/05/18 14:57:53 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION=Default X11 back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-cairo
DEPEND=${RDEPEND}

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=xlib

econf $myconf
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-art: ChangeLog gnustep-back-art-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:58:15

  Modified: ChangeLog
  Added:gnustep-back-art-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.94 gnustep-base/gnustep-back-art/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   27 Dec 2014 19:28:02 -  1.93
+++ ChangeLog   18 May 2015 14:58:15 -  1.94
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-art
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.93 2014/12/27 19:28:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.94 2015/05/18 14:58:15 voyageur Exp $
+
+*gnustep-back-art-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-art-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org 
gnustep-back-art-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  
gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-art-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild,v
 1.1 2015/05/18 14:58:15 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION=libart_lgpl back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

=media-libs/libart_lgpl-2.3
=gnustep-base/mknfonts-0.5-r1
media-fonts/dejavu

!gnustep-base/gnustep-back-cairo
!gnustep-base/gnustep-back-xlib
DEPEND=${RDEPEND}

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=art

econf $myconf
}

src_compile() {
gnustep-base_src_compile

# Create font lists for DejaVu
einfo Generating nfonts support files
(
cd Fonts
export ${GS_ENV[@]}
${GNUSTEP_SYSTEM_TOOLS}/mknfonts \
$(fc-list : file|grep -v '\.gz'|cut -d: -f1) \
|| die nfonts support files creation failed
# Trim whitepsaces
for fdir in *\ */; do
mv $fdir `echo $fdir | tr -d [:space:]`
done
)
}

src_install() {
gnustep-base_src_install

mkdir -p ${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts
cp -pPR Fonts/*.nfont ${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts
}

gnustep_config_script() {
echo echo ' * setting normal font to DejaVuSans'
echo defaults write NSGlobalDomain NSFont DejaVuSans
echo echo ' * setting bold font to DejaVuSans-Bold'
echo defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold
echo echo ' * setting fixed font to DejaVuSansMono'
echo defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-gui: ChangeLog gnustep-gui-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:02

  Modified: ChangeLog
  Added:gnustep-gui-0.24.1.ebuild
  Log:
  Version bump, add icu USE-flag in sync with gnustep-base
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.107gnustep-base/gnustep-gui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   21 Apr 2015 19:12:12 -  1.106
+++ ChangeLog   18 May 2015 14:57:02 -  1.107
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-gui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.106 
2015/04/21 19:12:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.107 
2015/05/18 14:57:02 voyageur Exp $
+
+*gnustep-gui-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-gui-0.24.1.ebuild:
+  Version bump, add icu USE-flag in sync with gnustep-base
 
   21 Apr 2015; Pacho Ramos pa...@gentoo.org gnustep-gui-0.24.0.ebuild:
   ppc stable wrt bug #508626



1.1  gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-gui-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild,v 
1.1 2015/05/18 14:57:02 voyageur Exp $

EAPI=5
inherit gnustep-base multilib

DESCRIPTION=Library of GUI classes written in Obj-C
HOMEPAGE=http://www.gnustep.org/;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=cups gif icu jpeg png speech

DEPEND=${GNUSTEP_CORE_DEPEND}
app-text/aspell
=gnustep-base/gnustep-base-1.24.6[icu?]
media-libs/audiofile
=media-libs/tiff-3:=
x11-libs/libXt
cups? ( =net-print/cups-1.7.4:= )
gif? ( =media-libs/giflib-4.1:= )
icu? ( dev-libs/icu:= )
jpeg? ( virtual/jpeg:= )
png? ( =media-libs/libpng-1.2:= )
speech? ( app-accessibility/flite )
RDEPEND=${DEPEND}

src_prepare() {
gnustep-base_src_prepare

# remove hardcoded -g -Werror, bug #378179
sed -i -e 's/-g -Werror//' \
Tools/say/GNUmakefile \
Tools/speech/GNUmakefile \
|| die
}

src_configure() {
egnustep_env

local myconf=
use gif  myconf=--disable-ungif --enable-libgif

econf \
$(use_enable cups) \
$(use_enable icu) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable speech) \
--with-tiff-include=${EPREFIX}/usr/include \
--with-tiff-library=${EPREFIX}/usr/$(get_libdir) \
${myconf}
}






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

2015-05-18 Thread Justin Lecher
commit: da9b563e4310538583b24559ce3a8cfc819213f2
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue May 12 12:01:40 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 12 12:01:40 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=da9b563e

sci-libs/armadillo: Version bump

Package-Manager: portage-2.2.18

 sci-libs/armadillo/ChangeLog|   6 ++
 sci-libs/armadillo/armadillo-5.100.2.ebuild | 112 
 2 files changed, 118 insertions(+)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index 8f95d92..a6559b6 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*armadillo-5.100.2 (12 May 2015)
+
+  12 May 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-5.100.2.ebuild:
+  Version bump
+
 *armadillo-5.100.1 (04 May 2015)
 
   04 May 2015; Marius Brehler mar...@linux.sungazer.de

diff --git a/sci-libs/armadillo/armadillo-5.100.2.ebuild 
b/sci-libs/armadillo/armadillo-5.100.2.ebuild
new file mode 100644
index 000..8d63e06
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-5.100.2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-4.650.4.ebuild,v 1.1 
2015/04/03 12:32:07 jlec Exp $
+
+EAPI=5
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils toolchain-funcs multilib eutils
+
+DESCRIPTION=Streamlined C++ linear algebra library
+HOMEPAGE=http://arma.sourceforge.net/;
+SRC_URI=mirror://sourceforge/arma/${P}.tar.gz
+
+LICENSE=MPL-2.0
+SLOT=0/4
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=arpack atlas blas debug doc examples hdf5 lapack mkl tbb test
+REQUIRED_USE=test? ( lapack )
+
+RDEPEND=
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   atlas? ( sci-libs/atlas[lapack] )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )
+DEPEND=${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   atlas? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5 )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+PDEPEND=${RDEPEND}
+   hdf5? ( sci-libs/hdf5 )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+
+src_prepare() {
+   # avoid the automagic cmake macros
+   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR=${EPREFIX}/usr/$(get_libdir)
+   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
+   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
+   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY=$($(tc-getPKG_CONFIG) --libs arpack)
+   )
+   fi
+   if use atlas; then
+   local c=atlas-cblas l=atlas-clapack
+   $(tc-getPKG_CONFIG) --exists ${c}-threads  c+=-threads
+   $(tc-getPKG_CONFIG) --exists ${l}-threads  l+=-threads
+   mycmakeargs+=(
+   -DCBLAS_FOUND=ON
+   -DCBLAS_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')
+   -DCBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${c})
+   -DCLAPACK_FOUND=ON
+   -DCLAPACK_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')
+   -DCLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${l})
+   )
+   fi
+   if use blas; then
+   mycmakeargs+=(
+   -DBLAS_FOUND=ON
+   -DBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs blas)
+   )
+   fi
+   if use hdf5; then
+   mycmakeargs+=(
+   -DHDF5_FOUND=ON
+   -DHDF5_LIBRARIES=-lhdf5
+   )
+   fi
+   if use lapack; then
+   mycmakeargs+=(
+   -DLAPACK_FOUND=ON
+   -DLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs 
lapack)
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd examples  /dev/null
+   emake \
+   CXXFLAGS=-I../include ${CXXFLAGS} -DARMA_USE_BLAS 
-DARMA_USE_LAPACK \
+   EXTRA_LIB_FLAGS=-L.. $($(tc-getPKG_CONFIG) --libs blas lapack)
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example1 || die
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example2 || die
+   emake clean
+   popd  /dev/null
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc README.txt
+   use doc  

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

2015-05-18 Thread Justin Lecher
commit: 97178f5f459ae3b915b45ae9f71e118ae870afe4
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue May 12 11:58:15 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 12 11:58:15 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=97178f5f

Drop NVIDIA-CUDA license

 licenses/NVIDIA-CUDA | 2262 --
 1 file changed, 2262 deletions(-)

diff --git a/licenses/NVIDIA-CUDA b/licenses/NVIDIA-CUDA
deleted file mode 100644
index 44b5705..000
--- a/licenses/NVIDIA-CUDA
+++ /dev/null
@@ -1,2262 +0,0 @@
-End User License Agreement
---
-
-
-Preface

-
-The following contains specific license terms and conditions
-for four separate NVIDIA products. By accepting this
-agreement, you agree to comply with all the terms and
-conditions applicable to the specific product(s) included
-herein.
-
-
-NVIDIA CUDA Toolkit
-
-
-Description
-
-The NVIDIA CUDA Toolkit provides command-line and graphical
-tools for building, debugging and optimizing the performance
-of applications accelerated by NVIDIA GPUs, runtime and math
-libraries, and documentation including programming guides,
-user manuals, and API references. The NVIDIA CUDA Toolkit
-License Agreement is available in Chapter 1.
-
-
-Default Install Location of CUDA Toolkit
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#
-
-
-NVIDIA CUDA Samples
-
-
-Description
-
-This package includes over 100+ CUDA examples that demonstrate
-various CUDA programming principles, and efficient CUDA
-implementation of algorithms in specific application domains.
-The NVIDIA CUDA Samples License Agreement is available in
-Chapter 2.
-
-
-Default Install Location of CUDA Samples
-
-Windows platform:
-
-%ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#/samples
-
-and
-
-$HOME/NVIDIA_CUDA-#.#_Samples
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#/samples
-
-
-NVIDIA Driver
-
-
-Description
-
-This package contains the operating system driver and
-fundamental system software components for NVIDIA GPUs. The
-NVIDIA Driver License for the Windows platform is available in
-Chapter 3, and the NVIDIA Driver License for the Linux and Mac
-OSX platforms is available in Chapter 4.
-
-
-NVIDIA Nsight Visual Studio Edition (Windows only)
-
-
-Description
-
-NVIDIA Nsight Development Platform, Visual Studio Edition is a
-development environment integrated into Microsoft Visual
-Studio that provides tools for debugging, profiling, analyzing
-and optimizing your GPU computing and graphics applications.
-The NVIDIA Nsight Visual Studio Edition License Agreement is
-available in Chapter 5.
-
-
-Default Install Location of Nsight Visual Studio Edition
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
-
-
-NVIDIA CUDA General Terms
-
-
-Description
-
-General terms that apply to all of the software components are
-available in Chapter 6.
-
-
-1. NVIDIA CUDA Toolkit License Agreement
-
-
-
-Important Notice
-
-
-READ CAREFULLY: This Software License Agreement (Agreement)
-for NVIDIA CUDA Toolkit, including computer software and
-associated documentation (Software), is the Agreement which
-governs use of the SOFTWARE of NVIDIA Corporation and its
-subsidiaries (NVIDIA) downloadable herefrom. By downloading,
-installing, copying, or otherwise using the SOFTWARE, You (as
-defined below) agree to be bound by the terms of this
-Agreement. If You do not agree to the terms of this Agreement,
-do not download the SOFTWARE.
-
-
-Recitals
-
-
-Use of NVIDIA's SOFTWARE requires three elements: the
-SOFTWARE, an NVIDIA GPU or application processor (NVIDIA
-Hardware), and a computer system. The SOFTWARE is protected
-by copyright laws and international copyright treaties, as
-well as other intellectual property laws and treaties. The
-SOFTWARE is not sold, and instead is only licensed for Your
-use, strictly in accordance with this Agreement. The NVIDIA
-Hardware is protected by various patents, and is sold, but
-this Agreement does not cover the sale or use of such
-hardware, since it may not necessarily be sold as a package
-with the SOFTWARE. This Agreement sets forth the terms and
-conditions of the SOFTWARE only.
-
-
-1.1. Definitions
-
-
-1.1.1. Licensee
-
-You, or Your shall mean the entity or individual that
-downloads and uses the SOFTWARE.
-
-
-1.1.2. Redistributable Software
-
-Redistributable Software shall mean the redistributable
-libraries referenced in Attachment A of this Agreement.
-
-
-1.1.3. Software
-
-SOFTWARE shall mean the deliverables provided pursuant to
-this Agreement. SOFTWARE may be provided in either source or
-binary form, at NVIDIA's discretion.
-
-
-1.2. Grant of License

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

2015-05-18 Thread Justin Lecher
commit: b3e413fb2c194b76fc2fe6905596b0e5af0f7016
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon May 18 13:05:18 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon May 18 13:05:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3e413fb

Merge remote-tracking branch 'github/master'

* github/master:
  Cosmetic fixes requested by jlec
  signing
  dev-python/nvidia-ml-py: Version bump
  sci-libs/armadillo: Version bump
  Drop NVIDIA-CUDA license
  Move to tree

 dev-python/nvidia-ml-py/ChangeLog  |6 +
 dev-python/nvidia-ml-py/Manifest   |1 +
 ...-6.340.0.ebuild = nvidia-ml-py-7.346.0.ebuild} |0
 dev-util/nvidia-cuda-sdk/ChangeLog |   14 -
 dev-util/nvidia-cuda-sdk/Manifest  |2 -
 dev-util/nvidia-cuda-sdk/metadata.xml  |   17 -
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild  |  151 --
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.28.ebuild  |  144 --
 dev-util/nvidia-cuda-toolkit/ChangeLog |   21 -
 dev-util/nvidia-cuda-toolkit/Manifest  |2 -
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |   28 -
 dev-util/nvidia-cuda-toolkit/metadata.xml  |   18 -
 .../nvidia-cuda-toolkit-7.0.18-r1.ebuild   |  154 --
 .../nvidia-cuda-toolkit-7.0.28.ebuild  |  143 --
 licenses/NVIDIA-CUDA   | 2262 
 sci-libs/armadillo/ChangeLog   |6 +
 sci-libs/armadillo/Manifest|1 +
 ...llo-5.100.1.ebuild = armadillo-5.100.2.ebuild} |0
 sci-mathematics/lie/ChangeLog  |   11 +-
 sci-mathematics/lie/Manifest   |2 +-
 sci-mathematics/lie/lie-2.2.2.ebuild   |   20 +-
 21 files changed, 34 insertions(+), 2969 deletions(-)



[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/, dev-util/nvidia-cuda-toolkit/files/, ...

2015-05-18 Thread Justin Lecher
commit: 7bf2762a5aa4a1806ee96a6a3e08f3877f11cddd
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue May 12 11:56:50 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 12 11:56:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bf2762a

Move to tree

 dev-util/nvidia-cuda-sdk/ChangeLog |  14 --
 dev-util/nvidia-cuda-sdk/metadata.xml  |  17 ---
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild  | 151 
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.28.ebuild  | 144 ---
 dev-util/nvidia-cuda-toolkit/ChangeLog |  21 ---
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  18 ---
 .../nvidia-cuda-toolkit-7.0.18-r1.ebuild   | 154 -
 .../nvidia-cuda-toolkit-7.0.28.ebuild  | 143 ---
 9 files changed, 690 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/ChangeLog 
b/dev-util/nvidia-cuda-sdk/ChangeLog
deleted file mode 100644
index 6c6af0f..000
--- a/dev-util/nvidia-cuda-sdk/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*nvidia-cuda-sdk-7.0.28 (19 Mar 2015)
-
-  19 Mar 2015; Marius Brehler mar...@linux.sungazer.de
-  +nvidia-cuda-sdk-7.0.28.ebuild:
-  Version bump
-
-*nvidia-cuda-sdk-7.0.18 (14 Jan 2015)
-
-  14 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
-  +nvidia-cuda-sdk-7.0.18.ebuild:
-  Add version 7.0.18 (release candidate)

diff --git a/dev-util/nvidia-cuda-sdk/metadata.xml 
b/dev-util/nvidia-cuda-sdk/metadata.xml
deleted file mode 100644
index 288e495..000
--- a/dev-util/nvidia-cuda-sdk/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  herdsci/herd
-  maintainer
-emailj...@gentoo.org/email
-nameJustin Lecher/name
-  /maintainer
-  use
-flag name=opencl
-   Build OpenCL binaries.
-   /flag
-flag name=cuda
-   Build CUDA binaries.
-   /flag
-  /use
-/pkgmetadata

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild
deleted file mode 100644
index cfc9f99..000
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker 
versionator
-
-MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
-
-DESCRIPTION=NVIDIA CUDA Software Development Kit
-HOMEPAGE=http://developer.nvidia.com/cuda;
-CURI=https://developer.nvidia.com/rdp/cuda-70-rc-downloads;
-SRC_URI=cuda_${PV}_rc_linux.run
-
-LICENSE=CUDPP
-SLOT=0
-KEYWORDS=~amd64 ~amd64-linux
-IUSE=debug +doc +examples opencl +cuda
-
-RDEPEND=
-   ~dev-util/nvidia-cuda-toolkit-${PV}
-   media-libs/freeglut
-   examples? (
-   media-libs/freeimage
-   media-libs/glew
-   virtual/mpi
-   =x11-drivers/nvidia-drivers-346.35[uvm]
-   )
-DEPEND=${RDEPEND}
-
-RESTRICT=test fetch
-
-pkg_nofetch() {
-   einfo Please download the Fedora 21 \Runfile Installer\
-   einfo   - cuda_${P}_rc_linux.run
-   einfo from ${CURI} and place it in ${DISTDIR}
-}
-
-S=${WORKDIR}/cuda-samples
-
-QA_EXECSTACK=(
-   opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint
-   opt/cuda/sdk/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort
-   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimplePrint
-   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimpleQuicksort
-   )
-
-src_unpack() {
-   unpacker
-   unpacker run_files/cuda-samples*run
-}
-
-pkg_setup() {
-   if use cuda || use opencl; then
-   cuda_pkg_setup
-   fi
-}
-
-src_prepare() {
-   export RAWLDFLAGS=$(raw-ldflags)
-#  epatch ${FILESDIR}/${P}-asneeded.patch
-
-   sed \
-   -e 's:-O2::g' \
-   -e 's:-O3::g' \
-   -e /LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g \
-   -e /LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g \
-   -e /CC/s:gcc:$(tc-getCC):g \
-   -e /GCC/s:g++:$(tc-getCXX):g \
-   -e /NVCC /s|\(:=\).*|:= ${EPREFIX}/opt/cuda/bin/nvcc|g \
-   -e / CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g \
-   -e / CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g \
-   -e /NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g \
-   -e 's:-Wimplicit::g' \
-   -e s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config 
--libs glew)|g \
-   -e s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config 
--libs glew)|g \
-   -e 

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

2015-05-18 Thread Justin Lecher
commit: eb55c7ab97c7a8b5e5f7c7c8c84efac598360b65
Author: François Bissey francois.bissey AT canterbury DOT ac DOT nz
AuthorDate: Mon May 18 12:22:22 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon May 18 12:22:22 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb55c7ab

Cosmetic fixes requested by jlec

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog| 4 
 sci-mathematics/lie/lie-2.2.2.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index beef4bb..fbed4ec 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -4,6 +4,10 @@
 
   18 May 2015; François Bissey francois.bis...@canterbury.ac.nz
   lie-2.2.2.ebuild:
+  Cosmetic fixes requested by jlec
+
+  18 May 2015; François Bissey francois.bis...@canterbury.ac.nz
+  lie-2.2.2.ebuild:
   Update upstream homepage and source location. Migrate to EAPI 5.
 
   22 Aug 2010; François Bissey f.r.bis...@massey.ac.nz lie-2.2.2.ebuild:

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index 4f2d6e1..856ebd1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
 
 DESCRIPTION=A Computer algebra package for Lie group computations
 HOMEPAGE=http://www-math.univ-poitiers.fr/~maavl/LiE/;
-SRC_URI=http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz;
+SRC_URI=http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz - 
${P}.tar.gz
  Remove the following line when moving this ebuild to the main tree!
 RESTRICT=mirror
 
@@ -27,8 +27,8 @@ RDEPEND=sys-libs/readline:=
 S=${WORKDIR}/LiE
 
 src_prepare() {
-   epatch ${FILESDIR}/${P}-make.patch
-   epatch ${FILESDIR}/parrallelmake-${P}.patch
+   epatch ${FILESDIR}/${P}-make.patch \
+   ${FILESDIR}/parrallelmake-${P}.patch
 }
 
 src_compile() {



[gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/

2015-05-18 Thread Justin Lecher
commit: 3ba474ae849ba76ab3b4605f54cb401731a4af14
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed May 13 15:05:26 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed May 13 15:05:26 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ba474ae

dev-python/nvidia-ml-py: Version bump

Package-Manager: portage-2.2.18

 dev-python/nvidia-ml-py/ChangeLog   |  6 ++
 dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 19 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nvidia-ml-py/ChangeLog 
b/dev-python/nvidia-ml-py/ChangeLog
index 8933fc9..4ac601d 100644
--- a/dev-python/nvidia-ml-py/ChangeLog
+++ b/dev-python/nvidia-ml-py/ChangeLog
@@ -1,6 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*nvidia-ml-py-7.346.0 (13 May 2015)
+
+  13 May 2015; Marius Brehler mar...@linux.sungazer.de
+  +nvidia-ml-py-7.346.0.ebuild:
+  Version bump
+
 *nvidia-ml-py-6.340.0 (26 Jan 2015)
 
   26 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,

diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild 
b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
new file mode 100644
index 000..20abe15
--- /dev/null
+++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
@@ -0,0 +1,19 @@
+# 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=Python Bindings for the NVIDIA Management Library
+HOMEPAGE=https://developer.nvidia.com/ganglia-monitoring-system;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+KEYWORDS=~amd64
+
+LICENSE=BSD
+SLOT=0
+
+RDEPEND==dev-util/nvidia-cuda-gdk-340.29[nvml]
+DEPEND=${RDEPEND}



[gentoo-commits] proj/kde:master commit in: app-misc/strigi/

2015-05-18 Thread Michael Palimaka
commit: ac5fb951a3b24c90568c1639061ed64ceade7c11
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May 18 13:32:17 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May 18 13:32:17 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5fb951

[app-misc/strigi] Sync with main tree - implement new-style ffmpeg/libav USE 
flags.

Package-Manager: portage-2.2.19

 app-misc/strigi/strigi-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-misc/strigi/strigi-.ebuild 
b/app-misc/strigi/strigi-.ebuild
index 3b47040..c71edd1 100644
--- a/app-misc/strigi/strigi-.ebuild
+++ b/app-misc/strigi/strigi-.ebuild
@@ -20,7 +20,7 @@ 
HOMEPAGE=https://projects.kde.org/projects/kdesupport/strigi/strigi;
 
 LICENSE=GPL-2
 SLOT=0
-IUSE=clucene +dbus debug exif fam ffmpeg inotify log +qt4 test
+IUSE=clucene +dbus debug exif fam ffmpeg inotify libav log +qt4 test
 
 RDEPEND=
app-arch/bzip2
@@ -34,7 +34,10 @@ RDEPEND=
)
exif? ( media-gfx/exiv2:= )
fam? ( virtual/fam )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
log? ( =dev-libs/log4cxx-0.10.0 )
qt4? (
dev-qt/qtcore:4



[gentoo-commits] gentoo-x86 commit in dev-java/commons-io: commons-io-2.4.ebuild ChangeLog commons-io-1.4.ebuild

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 13:42:01

  Modified: commons-io-2.4.ebuild ChangeLog
  Removed:  commons-io-1.4.ebuild
  Log:
  Remove old.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-java/commons-io/commons-io-2.4.ebuild

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

Index: commons-io-2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-io-2.4.ebuild   10 Aug 2014 20:11:05 -  1.2
+++ commons-io-2.4.ebuild   18 May 2015 13:42:01 -  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-java/commons-io/commons-io-2.4.ebuild,v 
1.2 2014/08/10 20:11:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-2.4.ebuild,v 
1.3 2015/05/18 13:42:01 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=test
 
 RDEPEND==virtual/jre-1.6



1.58 dev-java/commons-io/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-io/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-io/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-io/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   10 Aug 2014 20:11:05 -  1.57
+++ ChangeLog   18 May 2015 13:42:01 -  1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-io
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.57 
2014/08/10 20:11:05 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.58 
2015/05/18 13:42:01 monsieurp Exp $
+
+  18 May 2015; Patrice Clement monsie...@gentoo.org -commons-io-1.4.ebuild,
+  commons-io-2.4.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org commons-io-1.4.ebuild,
   commons-io-2.0.1.ebuild, commons-io-2.4.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/pdf2djvu: ChangeLog pdf2djvu-0.7.16.ebuild pdf2djvu-0.7.17.ebuild

2015-05-18 Thread Patrick Lauer (patrick)
patrick 15/05/18 14:21:46

  Modified: ChangeLog
  Removed:  pdf2djvu-0.7.16.ebuild pdf2djvu-0.7.17.ebuild
  Log:
  Remove old with unsatisfied dependencies
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.24 app-text/pdf2djvu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   8 Apr 2015 07:30:34 -   1.23
+++ ChangeLog   18 May 2015 14:21:45 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pdf2djvu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.23 
2015/04/08 07:30:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.24 
2015/05/18 14:21:45 patrick Exp $
+
+  18 May 2015; Patrick Lauer patr...@gentoo.org -pdf2djvu-0.7.16.ebuild,
+  -pdf2djvu-0.7.17.ebuild:
+  Remove old with unsatisfied dependencies
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org pdf2djvu-0.7.17.ebuild,
   pdf2djvu-0.7.19.ebuild:






[gentoo-commits] gentoo-x86 commit in media-radio/wspr/files: wspr-3.01-numpy.patch

2015-05-18 Thread Thomas Beierlein (tomjbe)
tomjbe  15/05/18 14:32:00

  Added:wspr-3.01-numpy.patch
  Log:
  Adapt to =numpy-1.9.0 (bug #544504). Thanks Teun.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.1  media-radio/wspr/files/wspr-3.01-numpy.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/files/wspr-3.01-numpy.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/files/wspr-3.01-numpy.patch?rev=1.1content-type=text/plain

Index: wspr-3.01-numpy.patch
===
# Numpy-1.9 dropped oldnumeric and numarray
--- WsprMod/specjt.py.orig  2015-05-18 15:49:37.0 +0200
+++ WsprMod/specjt.py   2015-05-18 15:49:48.0 +0200
@@ -12,7 +12,7 @@
 import w
 
 try:
-from numpy.oldnumeric import zeros, multiarray
+from numpy import zeros, multiarray
 except:
 from Numeric import zeros, multiarray
 import Image, ImageTk, ImageDraw
--- wspr.py.orig2015-05-18 15:47:13.0 +0200
+++ wspr.py 2015-05-18 15:47:38.0 +0200
@@ -31,7 +31,7 @@
 from WsprMod import palettes
 from math import log10
 try:
-from numpy.oldnumeric import zeros
+from numpy import zeros
 except: 
 from Numeric import zeros
 import array






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-make: gnustep-make-2.6.6.ebuild ChangeLog gnustep-make-2.6.7.ebuild gnustep-make-2.6.4.ebuild gnustep-make-2.6.2-r2.ebuild gnustep-make-2.6.3

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:45:37

  Modified: gnustep-make-2.6.6.ebuild ChangeLog
  Added:gnustep-make-2.6.7.ebuild
  Removed:  gnustep-make-2.6.4.ebuild
gnustep-make-2.6.2-r2.ebuild
gnustep-make-2.6.3.ebuild gnustep-make-2.6.5.ebuild
  Log:
  Version bump, force install path thanks Nick Bowler nbow...@draconx.ca in 
bug #532196. Drop some versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild

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

Index: gnustep-make-2.6.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-make-2.6.6.ebuild   29 Jan 2014 14:48:32 -  1.1
+++ gnustep-make-2.6.6.ebuild   18 May 2015 14:45:37 -  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/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.1 2014/01/29 14:48:32 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.2 2015/05/18 14:45:37 voyageur Exp $
 
 EAPI=5
 inherit gnustep-base eutils prefix toolchain-funcs
@@ -18,7 +18,7 @@
=sys-devel/make-3.75
libobjc2? ( gnustep-base/libobjc2
=sys-devel/clang-2.9 )
-   !libobjc2? ( =sys-devel/gcc-3.3[objc]
+   !libobjc2? ( =sys-devel/gcc-3.3:=[objc]
!!gnustep-base/libobjc2 )
 RDEPEND=${DEPEND}
 
@@ -75,6 +75,7 @@
 src_configure() {
#--enable-objc-nonfragile-abi: only working in clang for now
econf \
+   INSTALL=${EPREFIX}/usr/bin/install \
--with-layout=fhs-system \
--with-config-file=${EPREFIX}/etc/GNUstep/GNUstep.conf \
--with-objc-lib-flag=-l:${libobjc_version} \



1.121gnustep-base/gnustep-make/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?rev=1.121view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?rev=1.121content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?r1=1.120r2=1.121

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   6 Jun 2014 12:44:31 -   1.120
+++ ChangeLog   18 May 2015 14:45:37 -  1.121
@@ -1,6 +1,15 @@
 # ChangeLog for gnustep-base/gnustep-make
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.120 
2014/06/06 12:44:31 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.121 
2015/05/18 14:45:37 voyageur Exp $
+
+*gnustep-make-2.6.7 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  -gnustep-make-2.6.2-r2.ebuild, -gnustep-make-2.6.3.ebuild,
+  -gnustep-make-2.6.4.ebuild, -gnustep-make-2.6.5.ebuild,
+  gnustep-make-2.6.6.ebuild, +gnustep-make-2.6.7.ebuild:
+  Version bump, force install path thanks Nick Bowler nbow...@draconx.ca in
+  bug #532196. Drop some versions
 
 *gnustep-make-2.6.6 (29 Jan 2014)
 



1.1  gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1content-type=text/plain

Index: gnustep-make-2.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild,v 
1.1 2015/05/18 14:45:37 voyageur Exp $

EAPI=5
inherit gnustep-base eutils prefix toolchain-funcs

DESCRIPTION=GNUstep Makefile Package
HOMEPAGE=http://www.gnustep.org;

[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-base: gnustep-base-1.24.8.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:49:43

  Modified: ChangeLog
  Added:gnustep-base-1.24.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.130gnustep-base/gnustep-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?rev=1.130view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?rev=1.130content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-base/ChangeLog?r1=1.129r2=1.130

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   20 Oct 2014 13:16:57 -  1.129
+++ ChangeLog   18 May 2015 14:49:43 -  1.130
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-base
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.129 
2014/10/20 13:16:57 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.130 
2015/05/18 14:49:43 voyageur Exp $
+
+*gnustep-base-1.24.8 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-base-1.24.8.ebuild:
+  Version bump
 
 *gnustep-base-1.24.7 (20 Oct 2014)
 



1.1  gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild?rev=1.1content-type=text/plain

Index: gnustep-base-1.24.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild,v 
1.1 2015/05/18 14:49:43 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION=A library of general-purpose, non-graphical Objective C objects
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris
IUSE=+icu +libffi ssl zeroconf

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-make-2.6.0
icu? ( =dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )
libffi? ( virtual/libffi )
ssl? ( net-libs/gnutls )
=dev-libs/libxml2-2.6
=dev-libs/libxslt-1.1
=dev-libs/gmp-4.1:=
=dev-libs/openssl-0.9.7:=
=sys-libs/zlib-1.2
zeroconf? ( net-dns/avahi )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
egnustep_env

local myconf
if use libffi;
then
myconf=--enable-libffi --disable-ffcall 
--with-ffi-include=$(pkg-config --variable=includedir libffi)
else
myconf=--disable-libffi --enable-ffcall
fi

myconf=$myconf $(use_enable icu)
myconf=$myconf $(use_enable ssl tls)
myconf=$myconf $(use_enable zeroconf)
myconf=$myconf --with-xml-prefix=${EPREFIX}/usr
myconf=$myconf --with-gmp-include=${EPREFIX}/usr/include 
--with-gmp-library=${EPREFIX}/usr/lib
myconf=$myconf 
--with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf

econf $myconf
}

src_install() {
# We need to set LD_LIBRARY_PATH because the doc generation program
# uses the gnustep-base libraries.  Since egnustep_env cleans the
# environment including our LD_LIBRARY_PATH, we're left no choice
# but doing it like this.

egnustep_env
egnustep_install

if use doc ; then
export LD_LIBRARY_PATH=${S}/Source/obj:${LD_LIBRARY_PATH}
egnustep_doc
fi
egnustep_install_config
}






[gentoo-commits] gentoo-x86 commit in virtual/gnustep-back: gnustep-back-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:59

  Modified: ChangeLog
  Added:gnustep-back-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.52 virtual/gnustep-back/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   27 Dec 2014 19:28:14 -  1.51
+++ ChangeLog   18 May 2015 14:59:59 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/gnustep-back
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.51 
2014/12/27 19:28:14 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.52 
2015/05/18 14:59:59 voyageur Exp $
+
+*gnustep-back-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org gnustep-back-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  virtual/gnustep-back/gnustep-back-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild,v 1.1 
2015/05/18 14:59:59 voyageur Exp $

EAPI=5

DESCRIPTION=Virtual for back-end component for the GNUstep GUI Library
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=

RDEPEND=|| (
~gnustep-base/gnustep-back-cairo-${PV}
~gnustep-base/gnustep-back-art-${PV}
~gnustep-base/gnustep-back-xlib-${PV}
)
DEPEND=






[gentoo-commits] gentoo-x86 commit in media-radio/wspr: ChangeLog wspr-3.01-r1.ebuild wspr-3.01.ebuild

2015-05-18 Thread Thomas Beierlein (tomjbe)
tomjbe  15/05/18 14:32:00

  Modified: ChangeLog wspr-3.01.ebuild
  Added:wspr-3.01-r1.ebuild
  Log:
  Adapt to =numpy-1.9.0 (bug #544504). Thanks Teun.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.16 media-radio/wspr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 18:14:38 -   1.15
+++ ChangeLog   18 May 2015 14:32:00 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for media-radio/wspr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v 1.15 
2015/04/08 18:14:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v 1.16 
2015/05/18 14:32:00 tomjbe Exp $
+
+*wspr-3.01-r1 (18 May 2015)
+
+  18 May 2015; Thomas Beierlein tom...@gentoo.org wspr-3.01.ebuild,
+  +wspr-3.01-r1.ebuild, +files/wspr-3.01-numpy.patch:
+  Adapt to =numpy-1.9.0 (bug #544504). Thanks Teun.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org wspr-2.00-r2.ebuild,
   wspr-3.01.ebuild:



1.3  media-radio/wspr/wspr-3.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild?r1=1.2r2=1.3

Index: wspr-3.01.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wspr-3.01.ebuild8 Apr 2015 18:14:38 -   1.2
+++ wspr-3.01.ebuild18 May 2015 14:32:00 -  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/media-radio/wspr/wspr-3.01.ebuild,v 1.2 
2015/04/08 18:14:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild,v 1.3 
2015/05/18 14:32:00 tomjbe Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -21,7 +21,7 @@
 
 RDEPEND=
virtual/python-imaging[tk,${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
virtual/pmw[${PYTHON_USEDEP}]
sci-libs/fftw:3.0
media-libs/hamlib



1.1  media-radio/wspr/wspr-3.01-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild?rev=1.1content-type=text/plain

Index: wspr-3.01-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild,v 1.1 
2015/05/18 14:32:00 tomjbe Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=tk

inherit autotools fortran-2 distutils-r1 flag-o-matic multilib toolchain-funcs

MY_P=${P}.r2792

DESCRIPTION=Weak Signal Propagation Reporter
HOMEPAGE=http://www.physics.princeton.edu/pulsar/K1JT/wspr.html;
SRC_URI=http://dev.gentoo.org/~tomjbe/distfiles/${MY_P}.tgz;
LICENSE=GPL-2

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=
virtual/python-imaging[tk,${PYTHON_USEDEP}]
=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
virtual/pmw[${PYTHON_USEDEP}]
sci-libs/fftw:3.0
media-libs/hamlib
media-libs/portaudio
media-libs/libsamplerate
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

DOCS=( BUGS WSPR_Announcement.TXT WSPR0_Instructions.TXT WSPR_Quick_Start.TXT )

pkg_setup() {
fortran-2_pkg_setup
}

get_fcomp() {
case $(tc-getFC) in
*gfortran* )FCOMP=gfortran ;;
* ) FCOMP=$(tc-getFC) ;;
esac
}

python_prepare_all() {
tc-export FC
get_fcomp
export FC=${FCOMP}

local PATCHES=(
${FILESDIR}/${PN}-2.00-libdir.patch
${FILESDIR}/${P}-verbose.patch
${FILESDIR}/${PN}-3.01-script.patch
${FILESDIR}/${P}-PIL.patch
# adapt to numpy-1.9 - bug #544504
${FILESDIR}/${P}-numpy.patch
   

[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-cairo: gnustep-back-cairo-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:17

  Modified: ChangeLog
  Added:gnustep-back-cairo-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.44 gnustep-base/gnustep-back-cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   20 Feb 2015 12:09:50 -  1.43
+++ ChangeLog   18 May 2015 14:59:17 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.43 2015/02/20 12:09:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.44 2015/05/18 14:59:17 voyageur Exp $
+
+*gnustep-back-cairo-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-cairo-0.24.1.ebuild:
+  Version bump
 
 *gnustep-back-cairo-0.24.0-r1 (20 Feb 2015)
 



1.1  
gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-cairo-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild,v
 1.1 2015/05/18 14:59:17 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION=Cairo back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

=x11-libs/cairo-1.2.0[X]

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-xlib
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=cairo

econf $myconf
}






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

2015-05-18 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon May 18 11:55:34 2015 +

New tag: 20150517




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

2015-05-18 Thread Anthony G. Basile
commit: dad403ced5b24516c21bf776a2d1a786c8ca9856
Author: layman layman AT localhost
AuthorDate: Mon May 18 11:58:23 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon May 18 11:58:23 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=dad403ce

sys-kernel/hardened-sources: testing patchset 20150517

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 ...ened-sources-3.14.42-r1.ebuild = hardened-sources-3.14.43.ebuild} | 4 ++--
 ...ned-sources-3.2.69-r1.ebuild = hardened-sources-3.2.69-r2.ebuild} | 2 +-
 ...hardened-sources-4.0.3-r1.ebuild = hardened-sources-4.0.4.ebuild} | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
index 62cdc08..19b8685 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=46
+K_GENPATCHES_VER=47
 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.69-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
index 8f22f79..779afbc 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
 
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-4.0.3-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
index d4b3391..0422a2d 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
@@ -6,13 +6,13 @@ EAPI=5
 
 ETYPE=sources
 K_WANT_GENPATCHES=base
-K_GENPATCHES_VER=2
+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}
 



[gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-4.4.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:42

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

Revision  ChangesPath
1.5  dev-java/antlr/antlr-4.4.ebuild

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

Index: antlr-4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antlr-4.4.ebuild17 May 2015 20:08:28 -  1.4
+++ antlr-4.4.ebuild18 May 2015 13:15:42 -  1.5
@@ -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-java/antlr/antlr-4.4.ebuild,v 1.4 
2015/05/17 20:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-4.4.ebuild,v 1.5 
2015/05/18 13:15:42 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI=https://github.com/${PN}/${PN}4/archive/${PV}.zip;
 LICENSE=BSD
 SLOT=4
-KEYWORDS=~amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=gunit
 
 CDEPEND=



1.113dev-java/antlr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   18 May 2015 13:15:33 -  1.112
+++ ChangeLog   18 May 2015 13:15:42 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/antlr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.112 2015/05/18 
13:15:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.113 2015/05/18 
13:15:42 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org antlr-4.4.ebuild:
+  Stable for amd64, wrt bug #549586
 
   18 May 2015; Agostino Sarubbo a...@gentoo.org antlr-2.7.7-r5.ebuild:
   Stable for amd64, wrt bug #529558






[gentoo-commits] gentoo-x86 commit in dev-java/javax-inject: javax-inject-1-r1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:27

  Modified: javax-inject-1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549602
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/javax-inject/javax-inject-1-r1.ebuild

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

Index: javax-inject-1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- javax-inject-1-r1.ebuild30 May 2013 08:59:38 -  1.2
+++ javax-inject-1-r1.ebuild18 May 2015 13:15:27 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v 1.2 
2013/05/30 08:59:38 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v 1.3 
2015/05/18 13:15:27 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 DEPEND==virtual/jdk-1.5
app-arch/unzip



1.4  dev-java/javax-inject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   30 May 2013 08:59:38 -  1.3
+++ ChangeLog   18 May 2015 13:15:27 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/javax-inject
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v 1.3 
2013/05/30 08:59:38 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v 1.4 
2015/05/18 13:15:27 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org javax-inject-1-r1.ebuild:
+  Stable for amd64, wrt bug #549602
 
   30 May 2013; Tom Wijsman tom...@gentoo.org javax-inject-1-r1.ebuild:
   Fixed install error for USE=doc.






[gentoo-commits] gentoo-x86 commit in dev-java/jsoup: jsoup-1.8.1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:22

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

Revision  ChangesPath
1.2  dev-java/jsoup/jsoup-1.8.1.ebuild

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

Index: jsoup-1.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsoup/jsoup-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsoup-1.8.1.ebuild  14 Dec 2014 10:16:13 -  1.1
+++ jsoup-1.8.1.ebuild  18 May 2015 13:15:22 -  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/dev-java/jsoup/jsoup-1.8.1.ebuild,v 1.1 
2014/12/14 10:16:13 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/jsoup-1.8.1.ebuild,v 1.2 
2015/05/18 13:15:22 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 IUSE=
 



1.3  dev-java/jsoup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Dec 2014 10:16:13 -  1.2
+++ ChangeLog   18 May 2015 13:15:22 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jsoup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v 1.2 2014/12/14 
10:16:13 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v 1.3 2015/05/18 
13:15:22 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org jsoup-1.8.1.ebuild:
+  Stable for amd64, wrt bug #549600
 
 *jsoup-1.8.1 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-2.7.7-r5.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:33

  Modified: antlr-2.7.7-r5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529558
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.14 dev-java/antlr/antlr-2.7.7-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?r1=1.13r2=1.14

Index: antlr-2.7.7-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- antlr-2.7.7-r5.ebuild   17 May 2015 20:02:19 -  1.13
+++ antlr-2.7.7-r5.ebuild   18 May 2015 13:15:33 -  1.14
@@ -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-java/antlr/antlr-2.7.7-r5.ebuild,v 1.13 
2015/05/17 20:02:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.14 
2015/05/18 13:15:33 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=public-domain
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ia64 ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ~arm ~ia64 ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=doc debug examples mono +cxx +java python script source static-libs
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )



1.112dev-java/antlr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   17 May 2015 20:08:28 -  1.111
+++ ChangeLog   18 May 2015 13:15:33 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/antlr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.111 2015/05/17 
20:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.112 2015/05/18 
13:15:33 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org antlr-2.7.7-r5.ebuild:
+  Stable for amd64, wrt bug #529558
 
   17 May 2015; Pacho Ramos pa...@gentoo.org antlr-4.4.ebuild:
   ppc64 stable wrt bug #549586






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:47

  Modified: colt-1.2.0-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535040
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-java/colt/colt-1.2.0-r2.ebuild

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

Index: colt-1.2.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/colt/colt-1.2.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- colt-1.2.0-r2.ebuild17 May 2015 20:01:57 -  1.3
+++ colt-1.2.0-r2.ebuild18 May 2015 13:15:47 -  1.4
@@ -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-java/colt/colt-1.2.0-r2.ebuild,v 1.3 
2015/05/17 20:01:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/colt-1.2.0-r2.ebuild,v 1.4 
2015/05/18 13:15:47 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE=colt
 IUSE=
 SLOT=0
-KEYWORDS=~amd64 ppc ppc64 ~x86
+KEYWORDS=amd64 ppc ppc64 ~x86
 
 DEPEND==virtual/jdk-1.4
=dev-java/concurrent-util-1.3.4:0



1.25 dev-java/colt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   17 May 2015 20:01:57 -  1.24
+++ ChangeLog   18 May 2015 13:15:47 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/colt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.24 2015/05/17 
20:01:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.25 2015/05/18 
13:15:47 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org colt-1.2.0-r2.ebuild:
+  Stable for amd64, wrt bug #535040
 
   17 May 2015; Pacho Ramos pa...@gentoo.org colt-1.2.0-r2.ebuild:
   ppc64 stable wrt bug #535040






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.6.3.ebuild

2015-05-18 Thread Alexis Ballier (aballier)
aballier15/05/18 13:45:39

  Modified: ChangeLog
  Added:ffmpeg-2.6.3.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier aball...@gentoo.org
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.857media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.857view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.857content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.856r2=1.857

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.856
retrieving revision 1.857
diff -u -r1.856 -r1.857
--- ChangeLog   15 May 2015 07:50:02 -  1.856
+++ ChangeLog   18 May 2015 13:45:39 -  1.857
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.856 
2015/05/15 07:50:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.857 
2015/05/18 13:45:39 aballier Exp $
+
+*ffmpeg-2.6.3 (18 May 2015)
+
+  18 May 2015; Alexis Ballier aball...@gentoo.org +ffmpeg-2.6.3.ebuild:
+  version bump
 
   15 May 2015; Pacho Ramos pa...@gentoo.org ffmpeg-2.2.14.ebuild:
   ppc64 stable, bug #538798



1.1  media-video/ffmpeg/ffmpeg-2.6.3.ebuild

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

Index: ffmpeg-2.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.6.3.ebuild,v 1.1 
2015/05/18 13:45:39 aballier Exp $

EAPI=5

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a less used library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=54.56.56

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

SLOT=0/${FFMPEG_SUBSLOT}
LICENSE=
!gpl? ( LGPL-2.1 )
gpl? ( GPL-2 )
amr? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
encode? (
aac? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
amrenc? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
)
samba? ( GPL-3 )

if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi

# Options to use as use_enable in the foo[:bar] form.
# This will feed configure with $(use_enable foo bar)
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
+bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls 
+gpl
+hardcoded-tables +iconv lzma +network openssl +postproc
samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb
xcb:libxcb-shm xcb:libxcb-xfixes +zlib
# libavdevice options
cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca 
openal
opengl
# indevs
libv4l:libv4l2 pulseaudio:libpulse
# decoders
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme 
gsm:libgsm
modplug:libmodplug opus:libopus quvi:libquvi rtmp:librtmp 
ssh:libssh
  

[gentoo-commits] gentoo-x86 commit in dev-java/javatoolkit: javatoolkit-0.3.0-r9.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:52

  Modified: javatoolkit-0.3.0-r9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529560
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild

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

Index: javatoolkit-0.3.0-r9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- javatoolkit-0.3.0-r9.ebuild 17 May 2015 20:03:57 -  1.6
+++ javatoolkit-0.3.0-r9.ebuild 18 May 2015 13:15:52 -  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-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v 1.6 
2015/05/17 20:03:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v 1.7 
2015/05/18 13:15:52 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
 IUSE=
 
 python_prepare_all() {



1.79 dev-java/javatoolkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   17 May 2015 20:03:57 -  1.78
+++ ChangeLog   18 May 2015 13:15:52 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/javatoolkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.78 
2015/05/17 20:03:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.79 
2015/05/18 13:15:52 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org javatoolkit-0.3.0-r9.ebuild:
+  Stable for amd64, wrt bug #529560
 
   17 May 2015; Pacho Ramos pa...@gentoo.org javatoolkit-0.3.0-r9.ebuild:
   ppc64 stable wrt bug #529560






[gentoo-commits] gentoo-x86 commit in dev-java/glassfish-interceptor-api: glassfish-interceptor-api-3.1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:37

  Modified: glassfish-interceptor-api-3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549606
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?r1=1.3r2=1.4

Index: glassfish-interceptor-api-3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glassfish-interceptor-api-3.1.ebuild2 Apr 2015 18:08:06 -   
1.3
+++ glassfish-interceptor-api-3.1.ebuild18 May 2015 13:15:37 -  
1.4
@@ -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-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
 1.3 2015/04/02 18:08:06 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
 1.4 2015/05/18 13:15:37 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 CDEPEND=
 



1.3  dev-java/glassfish-interceptor-api/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   10 Mar 2014 21:06:08 -  1.2
+++ ChangeLog   18 May 2015 13:15:37 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/glassfish-interceptor-api
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v 1.2 
2014/03/10 21:06:08 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v 1.3 
2015/05/18 13:15:37 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org
+  glassfish-interceptor-api-3.1.ebuild:
+  Stable for amd64, wrt bug #549606
 
   10 Mar 2014; Johannes Huber j...@gentoo.org
   glassfish-interceptor-api-3.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/slf4j-api: slf4j-api-1.7.7.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:17

  Modified: slf4j-api-1.7.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549760
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/slf4j-api/slf4j-api-1.7.7.ebuild

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

Index: slf4j-api-1.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slf4j-api-1.7.7.ebuild  13 May 2015 14:18:58 -  1.2
+++ slf4j-api-1.7.7.ebuild  18 May 2015 13:15:17 -  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/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v 
1.2 2015/05/13 14:18:58 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v 
1.3 2015/05/18 13:15:17 ago Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=test
 
 RDEPEND==virtual/jre-1.5



1.24 dev-java/slf4j-api/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/slf4j-api/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/slf4j-api/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/slf4j-api/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   13 May 2015 14:18:58 -  1.23
+++ ChangeLog   18 May 2015 13:15:17 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/slf4j-api
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.23 
2015/05/13 14:18:58 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.24 
2015/05/18 13:15:17 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org slf4j-api-1.7.7.ebuild:
+  Stable for amd64, wrt bug #549760
 
   13 May 2015; Patrice Clement monsie...@gentoo.org slf4j-api-1.7.7.ebuild:
   Correct wrong slot.






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

2015-05-18 Thread Justin Lecher
commit: f3bfb6226b3769d8a814580a9457ec2c25ed8bd5
Author: François Bissey francois.bissey AT canterbury DOT ac DOT nz
AuthorDate: Mon May 18 10:07:04 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon May 18 10:07:04 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3bfb622

signing

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog|  7 +--
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++--
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index 581a3da..beef4bb 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/lie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 May 2015; François Bissey francois.bis...@canterbury.ac.nz
+  lie-2.2.2.ebuild:
+  Update upstream homepage and source location. Migrate to EAPI 5.
+
   22 Aug 2010; François Bissey f.r.bis...@massey.ac.nz lie-2.2.2.ebuild:
   Keyword lie ~amd64
 
@@ -26,4 +30,3 @@
 
   03 Apr 2009; Francois Bissey f.r.bis...@massey.ac.nz ChangeLog:
   Initial import for the science overlay.
-

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index b31b6f8..4f2d6e1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION=A Computer algebra package for Lie group computations
-HOMEPAGE=http://young.sp2mi.univ-poitiers.fr/~marc/LiE;
-SRC_URI=http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz;
+HOMEPAGE=http://www-math.univ-poitiers.fr/~maavl/LiE/;
+SRC_URI=http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz;
  Remove the following line when moving this ebuild to the main tree!
 RESTRICT=mirror
 
@@ -19,24 +19,24 @@ SLOT=0
 KEYWORDS=~x86 ~amd64
 IUSE=doc
 DEPEND=sys-devel/bison
-   sys-libs/readline
+   sys-libs/readline:=
sys-libs/ncurses
-RDEPEND=sys-libs/readline
+RDEPEND=sys-libs/readline:=
sys-libs/ncurses
 
 S=${WORKDIR}/LiE
 
 src_prepare() {
-   epatch ${FILESDIR}/${P}-make.patch
-   epatch ${FILESDIR}/parrallelmake-${P}.patch
+   epatch ${FILESDIR}/${P}-make.patch
+   epatch ${FILESDIR}/parrallelmake-${P}.patch
 }
 
 src_compile() {
-   emake CC=$(tc-getCC) || die failed to compile
+   emake CC=$(tc-getCC)
 }
 
 src_install() {
-   emake DESTDIR=${ED} install || die
+   emake DESTDIR=${ED} install
use doc  dodoc ${S}/manual/*
dodoc README
 }



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

2015-05-18 Thread Justin Lecher
commit: 495779468e642d02b1da726e76822ea3ccbf1c8d
Author: Justin jlec AT gentoo DOT org
AuthorDate: Mon May 18 13:04:16 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon May 18 13:04:16 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=49577946

Merge pull request #416 from kiwifb/lie

Updating lie upstream and move to EAPI 5 issue #415

 sci-mathematics/lie/ChangeLog| 11 +--
 sci-mathematics/lie/Manifest |  2 +-
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++--
 3 files changed, 20 insertions(+), 13 deletions(-)



[gentoo-commits] gentoo-x86 commit in dev-go/go-net: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:50:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-net added to the repository



[gentoo-commits] gentoo-x86 commit in dev-go/go-net: metadata.xml go-net-9999.ebuild ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:53:59

  Added:metadata.xml go-net-.ebuild ChangeLog
  Log:
  Add go-net.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-net/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-net/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-net/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
emailzmed...@gentoo.org/email
  /maintainer
/pkgmetadata



1.1  dev-go/go-net/go-net-.ebuild

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

Index: go-net-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/go-net-.ebuild,v 1.1 
2015/05/18 07:53:59 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=
DESCRIPTION=Go supplementary network libraries
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE=https://godoc.org/${GO_PN};
EGIT_REPO_URI=https://go.googlesource.com/${PN##*-};
LICENSE=BSD
SLOT=0
IUSE=
DEPEND==dev-lang/go-1.4
dev-go/go-text
RDEPEND=
S=${WORKDIR}/src/${GO_PN}
EGIT_CHECKOUT_DIR=${S}
STRIP_MASK=*.a

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT=${WORKDIR}/goroot
cp -sR ${EPREFIX}/usr/lib/go ${GOROOT} || die
rm -rf ${GOROOT}/src/${GO_PN} \
${GOROOT}/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${GOROOT} GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
doins -r ${WORKDIR}/{pkg,src}
}



1.1  dev-go/go-net/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-net
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/ChangeLog,v 1.1 2015/05/18 
07:53:59 zmedico Exp $

*go-net- (18 May 2015)

  18 May 2015; Zac Medico zmed...@gentoo.org +go-net-.ebuild,
  +metadata.xml:
  Add go-net.






[gentoo-commits] gentoo-x86 commit in sci-libs/rtabmap: rtabmap-0.9.0.ebuild ChangeLog rtabmap-9999.ebuild

2015-05-18 Thread Alexis Ballier (aballier)
aballier15/05/18 07:53:59

  Modified: ChangeLog rtabmap-.ebuild
  Added:rtabmap-0.9.0.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier aball...@gentoo.org
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  sci-libs/rtabmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   16 Feb 2015 08:12:17 -  1.4
+++ ChangeLog   18 May 2015 07:53:59 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/rtabmap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v 1.4 2015/02/16 
08:12:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v 1.5 2015/05/18 
07:53:59 aballier Exp $
+
+*rtabmap-0.9.0 (18 May 2015)
+
+  18 May 2015; Alexis Ballier aball...@gentoo.org +rtabmap-0.9.0.ebuild,
+  rtabmap-.ebuild:
+  version bump
 
 *rtabmap-0.8.3 (16 Feb 2015)
 



1.3  sci-libs/rtabmap/rtabmap-.ebuild

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

Index: rtabmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtabmap-.ebuild 12 Jan 2015 09:41:18 -  1.2
+++ rtabmap-.ebuild 18 May 2015 07:53:59 -  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/sci-libs/rtabmap/rtabmap-.ebuild,v 1.2 
2015/01/12 09:41:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-.ebuild,v 1.3 
2015/05/18 07:53:59 aballier Exp $
 
 EAPI=5
 
@@ -24,25 +24,37 @@
 HOMEPAGE=http://introlab.github.io/rtabmap/;
 LICENSE=BSD
 SLOT=0
-IUSE=qt4 openni2
+IUSE=ieee1394 openni2 qt4 qt5
 
 RDEPEND=
media-libs/opencv:=
sci-libs/pcl[openni]
sci-libs/vtk
sys-libs/zlib
+   ieee1394? ( media-libs/libdc1394 )
openni2? ( dev-libs/OpenNI2 )
-   qt4? (
-   dev-qt/qtgui:4
-   dev-qt/qtsvg:4
-   dev-qt/qtcore:4
+   !qt5? (
+   qt4? (
+   dev-qt/qtgui:4
+   dev-qt/qtsvg:4
+   dev-qt/qtcore:4
+   )
+   )
+   qt5? (
+   dev-qt/qtwidgets:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
)
 
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
 src_configure() {
-   use openni2 || sed -e 's/OpenNI2)/DiSaBlEd)/' -i CMakeLists.txt || die
-   use qt4 || sed -e 's/Qt4/DiSaBlEd/' -i CMakeLists.txt || die
+   local mycmakeargs=()
+   use ieee1394 || mycmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_DC1394=TRUE )
+   use openni2  || mycmakeargs+=( 
-DCMAKE_DISABLE_FIND_PACKAGE_OpenNI2=TRUE )
+   use qt4  || mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=TRUE )
+   use qt5   mycmakeargs+=( -DRTABMAP_QT_VERSION=5 )
cmake-utils_src_configure
 }



1.1  sci-libs/rtabmap/rtabmap-0.9.0.ebuild

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

Index: rtabmap-0.9.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-0.9.0.ebuild,v 1.1 
2015/05/18 07:53:59 aballier Exp $

EAPI=5

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-r3
EGIT_REPO_URI=https://github.com/introlab/rtabmap;
fi

inherit ${SCM} cmake-utils multilib

if [ ${PV#} != ${PV} ] ; then
KEYWORDS=
SRC_URI=
else
KEYWORDS=~amd64
SRC_URI=https://github.com/introlab/rtabmap/archive/${PV}.tar.gz - 
${P}.tar.gz
fi


[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.4.1.ebuild git-2.3.5.ebuild

2015-05-18 Thread Lars Wendler (polynomial-c)
polynomial-c15/05/18 08:12:38

  Modified: ChangeLog
  Added:git-2.4.1.ebuild
  Removed:  git-2.3.5.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.333dev-vcs/git/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- ChangeLog   15 May 2015 18:41:51 -  1.332
+++ ChangeLog   18 May 2015 08:12:38 -  1.333
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.332 2015/05/15 
18:41:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.333 2015/05/18 
08:12:38 polynomial-c Exp $
+
+*git-2.4.1 (18 May 2015)
+
+  18 May 2015; Lars Wendler polynomia...@gentoo.org -git-2.3.5.ebuild,
+  +git-2.4.1.ebuild:
+  Version bump. Removed old.
 
   15 May 2015; Mikle Kolyada zlog...@gentoo.org git-2.3.6.ebuild:
   arm stable wrt bug #548350



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

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

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

EAPI=5

GENTOO_DEPEND_ON_PERL=no

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

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

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

DOC_VER=${MY_PV}

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

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

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

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

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

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

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

RDEPEND=${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( =dev-vcs/cvsps-2.1:0 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
 

[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: pcmanfm-1.2.3.ebuild ChangeLog

2015-05-18 Thread Markos Chandras (hwoarang)
hwoarang15/05/18 08:24:56

  Modified: pcmanfm-1.2.3.ebuild ChangeLog
  Log:
  Fix erroneous vim lowercase typos
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?r1=1.9r2=1.10

Index: pcmanfm-1.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pcmanfm-1.2.3.ebuild17 May 2015 17:30:09 -  1.9
+++ pcmanfm-1.2.3.ebuild18 May 2015 08:24:56 -  1.10
@@ -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/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.9 
2015/05/17 17:30:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 
1.10 2015/05/18 08:24:56 hwoarang Exp $
 
 EAPI=5
 PLOCALES=ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id
@@ -43,7 +43,7 @@
location. You should install lxde-base/lxmenu-data for that 
functionality.
 
 src_prepare() {
-   export linguas=${linguas:-${plocale_backup}}
+   export LINGUAS=${LINGUAS:-${PLOCALE_BACKUP}}
l10n_get_locales  ${S}/po/LINGUAS
epatch_user
 }



1.111x11-misc/pcmanfm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   17 May 2015 17:31:01 -  1.110
+++ ChangeLog   18 May 2015 08:24:56 -  1.111
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/pcmanfm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.110 
2015/05/17 17:31:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.111 
2015/05/18 08:24:56 hwoarang Exp $
+
+  18 May 2015; Markos Chandras hwoar...@gentoo.org pcmanfm-1.2.3.ebuild,
+  pcmanfm-.ebuild:
+  Fix erroneous vim lowercase typos
 
   17 May 2015; Markos Chandras hwoar...@gentoo.org pcmanfm-1.2.3.ebuild,
   pcmanfm-.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: aufs3-3_p20150518.ebuild ChangeLog

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 06:15:37

  Modified: ChangeLog
  Added:aufs3-3_p20150518.ebuild
  Log:
  Bump to latest aufs release
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.133sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   11 May 2015 06:08:36 -  1.132
+++ ChangeLog   18 May 2015 06:15:37 -  1.133
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/aufs3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.132 2015/05/11 
06:08:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.133 2015/05/18 
06:15:37 jlec Exp $
+
+*aufs3-3_p20150518 (18 May 2015)
+
+  18 May 2015; Justin Lecher j...@gentoo.org +aufs3-3_p20150518.ebuild:
+  Bump to latest aufs release
 
 *aufs3-3_p20150511 (11 May 2015)
 



1.1  sys-fs/aufs3/aufs3-3_p20150518.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild?rev=1.1content-type=text/plain

Index: aufs3-3_p20150518.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild,v 1.1 
2015/05/18 06:15:37 jlec Exp $

EAPI=5

inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs

AUFS_VERSION=${PV%%_p*}
# highest branch version
PATCH_MAX_VER=19
# highest supported version
KERN_MAX_VER=20
# lowest supported version
KERN_MIN_VER=14

DESCRIPTION=An entirely re-designed and re-implemented Unionfs
HOMEPAGE=http://aufs.sourceforge.net/;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs

DEPEND=
dev-util/patchutils
dev-vcs/git
RDEPEND=
sys-fs/aufs-util
!sys-fs/aufs
!sys-fs/aufs2
!sys-fs/aufs4

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

MODULE_NAMES=aufs(misc:${S})

pkg_setup() {
CONFIG_CHECK+= !AUFS_FS
use inotify  CONFIG_CHECK+= ~FSNOTIFY
use nfs  CONFIG_CHECK+= EXPORTFS
use fuse  CONFIG_CHECK+= ~FUSE_FS
use hfs  CONFIG_CHECK+= ~HFSPLUS_FS
use pax_kernel  CONFIG_CHECK+= PAX  ERROR_PAX=Please use 
hardened sources

# this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
[ -n $PKG_SETUP_HAS_BEEN_RAN ]  return

get_version
kernel_is lt 3 ${KERN_MIN_VER} 0  die the kernel version isn't 
supported by upstream anymore. Please upgrade.
kernel_is gt 3 ${KERN_MAX_VER} 99  die kernel too new

linux-mod_pkg_setup

if [[ ${KV_MINOR} -gt ${PATCH_MAX_VER} ]]; then
PATCH_BRANCH=x-rcN
elif [[ ${KV_MINOR} == 14 ]]  [[ ${KV_PATCH} -ge 21 ]]; then
PATCH_BRANCH=${KV_MINOR}.12+
elif [[ ${KV_MINOR} == 18 ]]  [[ ${KV_PATCH} -ge 1 ]]; then
PATCH_BRANCH=${KV_MINOR}.1+
else
PATCH_BRANCH=${KV_MINOR}
fi

case ${KV_EXTRA} in
)
elog It seems you are using vanilla-sources 
with aufs3
elog Please use sys-kernel/aufs-sources with 
USE=vanilla
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
-gentoo)
elog It seems you are using gentoo-sources 
with aufs3
elog Please use sys-kernel/aufs-sources
elog This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade
;;
esac

pushd ${T}  /dev/null
unpack ${A}
cd ${PN}-standalone || die
local module_branch=origin/${PN}.${PATCH_BRANCH}
einfo Using ${module_branch} as patch source
git checkout -q -b local-${PN}.${PATCH_BRANCH} ${module_branch} || die
combinediff ${PN}-base.patch ${PN}-standalone.patch   
${T}/combined-1.patch

[gentoo-commits] gentoo-x86 commit in dev-ruby/jwt: ChangeLog jwt-1.5.0.ebuild

2015-05-18 Thread Hans de Graaff (graaff)
graaff  15/05/18 06:30:08

  Modified: ChangeLog
  Added:jwt-1.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.22 dev-ruby/jwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 May 2015 06:28:26 -  1.21
+++ ChangeLog   18 May 2015 06:30:08 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/jwt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.21 2015/05/18 
06:28:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.22 2015/05/18 
06:30:08 graaff Exp $
+
+*jwt-1.5.0 (18 May 2015)
+
+  18 May 2015; Hans de Graaff gra...@gentoo.org +jwt-1.5.0.ebuild:
+  Version bump.
 
   18 May 2015; Hans de Graaff gra...@gentoo.org -jwt-1.2.0.ebuild:
   Cleanup.



1.1  dev-ruby/jwt/jwt-1.5.0.ebuild

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

Index: jwt-1.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-1.5.0.ebuild,v 1.1 
2015/05/18 06:30:08 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_RECIPE_TEST=rspec3

RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=A Ruby implementation of JSON Web Token draft 06
HOMEPAGE=https://github.com/progrium/ruby-jwt;

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






[gentoo-commits] gentoo-x86 commit in dev-ruby/jwt: ChangeLog jwt-1.2.0.ebuild

2015-05-18 Thread Hans de Graaff (graaff)
graaff  15/05/18 06:28:26

  Modified: ChangeLog
  Removed:  jwt-1.2.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.21 dev-ruby/jwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   1 Apr 2015 05:27:16 -   1.20
+++ ChangeLog   18 May 2015 06:28:26 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/jwt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.20 2015/04/01 
05:27:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.21 2015/05/18 
06:28:26 graaff Exp $
+
+  18 May 2015; Hans de Graaff gra...@gentoo.org -jwt-1.2.0.ebuild:
+  Cleanup.
 
 *jwt-1.4.1 (01 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/omniORB: ChangeLog omniORB-4.1.4-r1.ebuild

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 06:31:25

  Modified: ChangeLog
  Removed:  omniORB-4.1.4-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.77 net-misc/omniORB/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   17 May 2015 20:20:30 -  1.76
+++ ChangeLog   18 May 2015 06:31:25 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/omniORB
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.76 
2015/05/17 20:20:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.77 
2015/05/18 06:31:25 jlec Exp $
+
+  18 May 2015; Justin Lecher j...@gentoo.org -omniORB-4.1.4-r1.ebuild:
+  Drop old
 
   17 May 2015; Pacho Ramos pa...@gentoo.org omniORB-4.1.4-r2.ebuild:
   ppc64 stable wrt bug #549246






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

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 06:30:12

  Modified: ChangeLog package.use.mask
  Log:
  Mask dev-python/matplotlib[qt5] due to missing keywords at PyQt5, #549774

Revision  ChangesPath
1.328profiles/arch/powerpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -r1.327 -r1.328
--- ChangeLog   16 May 2015 19:57:41 -  1.327
+++ ChangeLog   18 May 2015 06:30:12 -  1.328
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.327 
2015/05/16 19:57:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.328 
2015/05/18 06:30:12 jlec Exp $
+
+  18 May 2015; Justin Lecher j...@gentoo.org package.use.mask:
+  Mask dev-python/matplotlib[qt5] due to missing keywords at PyQt5, #549774
 
   16 May 2015; Jeroen Roovers j...@gentoo.org package.mask, use.mask:
   Unmask dev-qt/*-5 for PPC64.



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

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- package.use.mask15 May 2015 11:55:35 -  1.244
+++ package.use.mask18 May 2015 06:30:12 -  1.245
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.244 2015/05/15 11:55:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.245 2015/05/18 06:30:12 jlec Exp $
+
+# Justin Lecher jlec@gentoo (18 May 2015)
+# missing keywords
+dev-python/matplotlib qt5
 
 # Pacho Ramos pa...@gentoo.org (15 May 2015)
 # Missing keywords






[gentoo-commits] gentoo-x86 commit in sci-chemistry/rasmol: rasmol-2.7.5.2-r2.ebuild ChangeLog

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 07:01:19

  Modified: ChangeLog
  Added:rasmol-2.7.5.2-r2.ebuild
  Log:
  Drop -traditional from CPPFLAGS, bug #547318; enhance preprocessor definitions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.45 sci-chemistry/rasmol/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   29 Mar 2015 09:36:25 -  1.44
+++ ChangeLog   18 May 2015 07:01:19 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/rasmol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.44 
2015/03/29 09:36:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.45 
2015/05/18 07:01:19 jlec Exp $
+
+*rasmol-2.7.5.2-r2 (18 May 2015)
+
+  18 May 2015; Justin Lecher j...@gentoo.org +rasmol-2.7.5.2-r2.ebuild:
+  Drop -traditional from CPPFLAGS, bug #547318; enhance preprocessor 
definitions
 
   29 Mar 2015; Justin Lecher j...@gentoo.org -files/ldflags.patch,
   -files/rasmol.sh.debian, -rasmol-2.7.5.2.ebuild:



1.1  sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.1content-type=text/plain

Index: rasmol-2.7.5.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild,v 1.1 
2015/05/18 07:01:19 jlec Exp $

EAPI=5

inherit eutils fortran-2 multilib prefix toolchain-funcs

MY_P=RasMol_${PV}
VERS=13May11

DESCRIPTION=Molecular Graphics Visualisation Tool
HOMEPAGE=http://www.openrasmol.org/;
#SRC_URI=http://www.rasmol.org/software/${MY_P}.tar.gz;
SRC_URI=mirror://sourceforge/open${PN}/RasMol/RasMol_2.7.5/${P}-${VERS}.tar.gz
#SRC_URI=mirror://sourceforge/open${PN}/RasMol/RasMol_2.7.5/RasMol.tar.gz

LICENSE=|| ( GPL-2 RASLIC )
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=
dev-libs/cvector
dev-util/gtk-builder-convert
=sci-libs/cbflib-0.9.2
=sci-libs/cqrlib-1.1.2
=sci-libs/neartree-3.1.1
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libXext
x11-libs/libXi
x11-libs/vte:0
DEPEND=${RDEPEND}
app-text/rman
x11-misc/imake
x11-proto/inputproto
x11-proto/xextproto

#S=${WORKDIR}/${PN}-2.7.5-${VERS}
S=${WORKDIR}/RasMol-${PV}

src_prepare() {
cd src || die

epatch \
${FILESDIR}/${P}-glib.h.patch \
${FILESDIR}/${P}-format-security.patch \
${FILESDIR}/${P}-longlong.patch

if use amd64 || use amd64-linux; then
mv rasmol.h rasmol_amd64_save.h  \
echo #define _LONGLONG|cat - rasmol_amd64_save.h  rasmol.h
fi

sed \
-e 's:-traditional::g' \
-i Makefile* || die

cat  Imakefile - EOF
#define PIXELDEPTH 32
#define GTKWIN
EOF

cat Imakefile_base  Imakefile || die
epatch ${FILESDIR}/2.7.5-bundled-lib.patch

eprefixify Imakefile

xmkmf -DGTKWIN || die xmkmf failed with ${myconf}
}

src_compile() {
emake -C src clean
emake \
-C src \
DEPTHDEF=-DTHIRTYTWOBIT \
CC=$(tc-getCC) \
CDEBUGFLAGS=${CFLAGS} \
EXTRA_LDOPTIONS=${LDFLAGS}
}

src_install () {
libdir=$(get_libdir)
insinto /usr/${libdir}/${PN}
doins doc/rasmol.hlp
dobin src/rasmol
dodoc PROJECTS {README,TODO}.txt doc/*.{ps,pdf}.gz doc/rasmol.txt.gz
doman doc/rasmol.1
insinto /usr/${libdir}/${PN}/databases
doins data/*

dohtml -r *html doc/*.html html_graphics
}






[gentoo-commits] gentoo-x86 commit in dev-go: metadata.xml

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:34:51

  Added:metadata.xml
  Log:
  Add dev-go category.

Revision  ChangesPath
1.1  dev-go/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE catmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
catmetadata
longdescription lang=en
The dev-go category contains libraries and utilities relevant 
to the
Go programming language.
/longdescription
longdescription lang=de
Die Kategorie dev-go enthält Bibliotheken und Werkzeuge für die 
Programmiersprache Go.
/longdescription
longdescription lang=es
La categoría dev-go contiene librerias y utilidades referentes 
al
lenguaje de programación Go.
/longdescription
longdescription lang=ja
dev-go カテゴリーにはGoプログラミング言語に関連したライブラリーと
ユーティリティが含まれます。
/longdescription
longdescription lang=nl
De dev-go categorie bevat bibliotheken en hulpmiddelen voor het 
gebruik van
de Go programmeertaal.
/longdescription
longdescription lang=vi
Nhóm dev-go chứa các thư viện và tiện ích liên quan
đến ngôn ngữ lập trình Go.
/longdescription
longdescription lang=it
La categoria dev-go contiene librerie ed utilità per il 
linguaggio Go.
/longdescription
longdescription lang=pt
A categoria dev-go contém bibliotecas e utilitários relevantes
para a linguagem de programação Go.
/longdescription
longdescription lang=pl
Kategoria dev-go zawiera biblioteki i narzędzia związane z 
językiem
programowania Go.
/longdescription
/catmetadata






[gentoo-commits] gentoo-x86 commit in dev-go: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:32:55

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



[gentoo-commits] gentoo-x86 commit in dev-go/go-text: go-text-9999.ebuild metadata.xml ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:48:30

  Added:go-text-.ebuild metadata.xml ChangeLog
  Log:
  Add go-text.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-text/go-text-.ebuild

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

Index: go-text-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/go-text-.ebuild,v 1.1 
2015/05/18 07:48:30 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=
DESCRIPTION=Go text processing support
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE=https://godoc.org/${GO_PN};
EGIT_REPO_URI=https://go.googlesource.com/${PN##*-};
LICENSE=BSD
SLOT=0
IUSE=
DEPEND==dev-lang/go-1.4
RDEPEND=
S=${WORKDIR}/src/${GO_PN}
EGIT_CHECKOUT_DIR=${S}
STRIP_MASK=*.a

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT=${WORKDIR}/goroot
cp -sR ${EPREFIX}/usr/lib/go ${GOROOT} || die
rm -rf ${GOROOT}/src/${GO_PN} \
${GOROOT}/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${GOROOT} GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
exeinto /usr/lib/go/bin
doexe ${WORKDIR}/bin/*
insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
doins -r ${WORKDIR}/{pkg,src}
}



1.1  dev-go/go-text/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-text/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-text/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
emailzmed...@gentoo.org/email
  /maintainer
/pkgmetadata



1.1  dev-go/go-text/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-text
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/ChangeLog,v 1.1 2015/05/18 
07:48:30 zmedico Exp $

*go-text- (18 May 2015)

  18 May 2015; Zac Medico zmed...@gentoo.org +go-text-.ebuild,
  +metadata.xml:
  Add go-text.






[gentoo-commits] gentoo-x86 commit in dev-go/go-text: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:47:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-text added to the repository



[gentoo-commits] gentoo-x86 commit in dev-go/go-tools: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:54:36

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-tools added to the repository



[gentoo-commits] gentoo-x86 commit in dev-go/go-tools: metadata.xml go-tools-9999.ebuild ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:58:45

  Added:metadata.xml go-tools-.ebuild ChangeLog
  Log:
  Add go-tools.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-tools/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-tools/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-tools/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
emailzmed...@gentoo.org/email
  /maintainer
/pkgmetadata



1.1  dev-go/go-tools/go-tools-.ebuild

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

Index: go-tools-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-tools/go-tools-.ebuild,v 1.1 
2015/05/18 07:58:45 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=
DESCRIPTION=Go Tools
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE=https://godoc.org/${GO_PN};
EGIT_REPO_URI=https://go.googlesource.com/${PN##*-};
LICENSE=BSD
SLOT=0
IUSE=
DEPEND==dev-lang/go-1.4
dev-go/go-net
RDEPEND=
S=${WORKDIR}/src/${GO_PN}
EGIT_CHECKOUT_DIR=${S}
STRIP_MASK=*.a

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT=${WORKDIR}/goroot
cp -sR ${EPREFIX}/usr/lib/go ${GOROOT} || die
rm -rf ${GOROOT}/src/${GO_PN} \
${GOROOT}/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${GOROOT} GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
exeinto /usr/lib/go/bin
doexe ${WORKDIR}/bin/*
insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
doins -r ${WORKDIR}/{pkg,src}
exeinto /usr/lib/go/pkg/tool/linux_amd64
find ${GOROOT}/pkg/tool/linux_amd64 -type f -exec doexe {} \;
}



1.1  dev-go/go-tools/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-tools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-tools/ChangeLog,v 1.1 2015/05/18 
07:58:45 zmedico Exp $

*go-tools- (18 May 2015)

  18 May 2015; Zac Medico zmed...@gentoo.org +go-tools-.ebuild,
  +metadata.xml:
  Add go-tools.






[gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: hostapd-2.4-r2.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 08:46:00

  Modified: hostapd-2.4-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548744
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-wireless/hostapd/hostapd-2.4-r2.ebuild

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

Index: hostapd-2.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hostapd-2.4-r2.ebuild   15 May 2015 11:19:23 -  1.2
+++ hostapd-2.4-r2.ebuild   18 May 2015 08:46:00 -  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/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v 1.2 
2015/05/15 11:19:23 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v 1.3 
2015/05/18 08:46:00 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( GPL-2 BSD )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~mips ppc ~x86
+KEYWORDS=amd64 ~arm ~mips ppc ~x86
 IUSE=ipv6 logwatch netlink sqlite +ssl +wps +crda
 
 DEPEND=ssl? ( dev-libs/openssl[-bindist] )



1.158net-wireless/hostapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   15 May 2015 11:19:23 -  1.157
+++ ChangeLog   18 May 2015 08:46:00 -  1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/hostapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.157 
2015/05/15 11:19:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.158 
2015/05/18 08:46:00 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org hostapd-2.4-r2.ebuild:
+  Stable for amd64, wrt bug #548744
 
   15 May 2015; Pacho Ramos pa...@gentoo.org hostapd-2.4-r2.ebuild:
   ppc stable wrt bug #548744






[gentoo-commits] gentoo-x86 commit in dev-libs/libksba: libksba-1.3.3.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 08:45:54

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

Revision  ChangesPath
1.5  dev-libs/libksba/libksba-1.3.3.ebuild

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

Index: libksba-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libksba-1.3.3.ebuild16 May 2015 04:58:33 -  1.4
+++ libksba-1.3.3.ebuild18 May 2015 08:45:54 -  1.5
@@ -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-libs/libksba/libksba-1.3.3.ebuild,v 1.4 
2015/05/16 04:58:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.3.ebuild,v 1.5 
2015/05/18 08:45:54 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-3+ GPL-2+ GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=static-libs
 
 RDEPEND==dev-libs/libgpg-error-1.8



1.171dev-libs/libksba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   16 May 2015 04:58:33 -  1.170
+++ ChangeLog   18 May 2015 08:45:54 -  1.171
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libksba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.170 
2015/05/16 04:58:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.171 
2015/05/18 08:45:54 ago Exp $
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org libksba-1.3.3.ebuild:
+  Stable for amd64, wrt bug #546464
 
   16 May 2015; Jeroen Roovers j...@gentoo.org libksba-1.3.3.ebuild:
   Stable for HPPA (bug #546464).






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-4.0.4.ebuild vanilla-sources-3.14.43.ebuild vanilla-sources-3.10.79.ebuild ChangeLog vanilla-sources-3.14.42.ebuild va

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 15:42:08

  Modified: ChangeLog
  Added:vanilla-sources-4.0.4.ebuild
vanilla-sources-3.14.43.ebuild
vanilla-sources-3.10.79.ebuild
  Removed:  vanilla-sources-3.14.42.ebuild
vanilla-sources-3.10.78.ebuild
vanilla-sources-4.0.3.ebuild
  Log:
  Automated version bump to {3.10.79,3.14.43,4.0.4} - remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.1382   sys-kernel/vanilla-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1381
retrieving revision 1.1382
diff -u -r1.1381 -r1.1382
--- ChangeLog   14 May 2015 22:27:52 -  1.1381
+++ ChangeLog   18 May 2015 15:42:08 -  1.1382
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1381 2015/05/14 22:27:52 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1382 2015/05/18 15:42:08 ago Exp $
+
+*vanilla-sources-4.0.4 (18 May 2015)
+*vanilla-sources-3.10.79 (18 May 2015)
+*vanilla-sources-3.14.43 (18 May 2015)
+
+  18 May 2015; Agostino Sarubbo a...@gentoo.org
+  +vanilla-sources-3.10.79.ebuild, +vanilla-sources-3.14.43.ebuild,
+  +vanilla-sources-4.0.4.ebuild, -vanilla-sources-3.10.78.ebuild,
+  -vanilla-sources-3.14.42.ebuild, -vanilla-sources-4.0.3.ebuild:
+  Automated version bump to {3.10.79,3.14.43,4.0.4} - remove old.
 
   14 May 2015; Mike Pagano mpag...@gentoo.org vanilla-sources-3.2.69.ebuild,
   vanilla-sources-3.4.107.ebuild, vanilla-sources-3.10.78.ebuild,



1.1  sys-kernel/vanilla-sources/vanilla-sources-4.0.4.ebuild

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

Index: vanilla-sources-4.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-kernel/vanilla-sources/vanilla-sources-4.0.4.ebuild,v
 1.1 2015/05/18 15:42:08 ago Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=deblob



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.14.43.ebuild

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

Index: vanilla-sources-3.14.43.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.14.43.ebuild,v
 1.1 2015/05/18 15:42:08 ago Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=deblob



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.10.79.ebuild

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

Index: vanilla-sources-3.10.79.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 

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

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:55:19

  Modified: linguas.desc
  Log:
  Add locale used by scribus

Revision  ChangesPath
1.88 profiles/desc/linguas.desc

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

Index: linguas.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- linguas.desc17 May 2015 09:35:15 -  1.87
+++ linguas.desc18 May 2015 16:55:19 -  1.88
@@ -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/desc/linguas.desc,v 1.87 
2015/05/17 09:35:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v 1.88 
2015/05/18 16:55:19 jlec Exp $
 
 # This file contains descriptions of LINGUAS USE_EXPAND flags.
 
@@ -44,6 +44,7 @@
 cs_CZ - Czech locale for Czech Republic
 csb - Kashubian locale
 cy - Welsh locale
+cy_GB - Welsh locale
 da - Danish locale
 da_DK - Danish locale for Denmark
 de - German locale
@@ -60,6 +61,7 @@
 en_AU - English locale for Australia
 en_CA - English locale for Canada
 en_GB - English locale for Britain
+en_EN - English locale
 en_US - English locale
 en_ZA - English locale for South Africa
 eo - Esperanto locale
@@ -117,6 +119,7 @@
 id - Indonesian locale
 id_ID - Indonesian locale
 is - Icelandic locale
+is_IS - Icelandic locale for Iceland
 it - Italian locale
 it_IT - Italian locale
 ja - Japanese locale
@@ -196,6 +199,7 @@
 ro_RO - Romanian locale for Romania
 ru - Russian locale
 ru_RU - Russian locale for Russia
+ru_RU_0 - Russian locale for Russia
 rue - Rusyn locale
 rw - Kinyarwanda locale
 sa_IN - Sanskrit locale






[gentoo-commits] gentoo-x86 commit in sys-devel/crossdev: crossdev-20141030.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 17:18:59

  Modified: crossdev-20141030.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-devel/crossdev/crossdev-20141030.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild?r1=1.2r2=1.3

Index: crossdev-20141030.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crossdev-20141030.ebuild25 Apr 2015 16:38:01 -  1.2
+++ crossdev-20141030.ebuild18 May 2015 17:18:59 -  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/sys-devel/crossdev/crossdev-20141030.ebuild,v 1.2 
2015/04/25 16:38:01 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v 1.3 
2015/05/18 17:18:59 vapier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 else
SRC_URI=mirror://gentoo/${P}.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~x86-fbsd
 fi
 
 DESCRIPTION=Gentoo Cross-toolchain generator



1.116sys-devel/crossdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   25 Apr 2015 16:38:01 -  1.115
+++ ChangeLog   18 May 2015 17:18:59 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/crossdev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.115 
2015/04/25 16:38:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.116 
2015/05/18 17:18:59 vapier Exp $
+
+  18 May 2015; Mike Frysinger vap...@gentoo.org crossdev-20141030.ebuild:
+  Stabilize for all.
 
   25 Apr 2015; Mike Gilbert flop...@gentoo.org crossdev-20100814.ebuild,
   crossdev-20101011.ebuild, crossdev-20110310.ebuild, crossdev-20110705.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.20150423.ebuild ChangeLog newlib-2.2.0.20150225.ebuild

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 17:18:04

  Modified: ChangeLog
  Added:newlib-2.2.0.20150423.ebuild
  Removed:  newlib-2.2.0.20150225.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.32 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   18 May 2015 16:40:17 -  1.31
+++ ChangeLog   18 May 2015 17:18:04 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.31 2015/05/18 
16:40:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.32 2015/05/18 
17:18:04 vapier Exp $
+
+*newlib-2.2.0.20150423 (18 May 2015)
+
+  18 May 2015; Mike Frysinger vap...@gentoo.org 
+newlib-2.2.0.20150423.ebuild,
+  -newlib-2.2.0.20150225.ebuild:
+  Version bump.
 
   18 May 2015; Mike Frysinger vap...@gentoo.org newlib-2.2.0.ebuild:
   Add a blocker against older SLOTs to help with upgrades #497344 by Alex



1.1  sys-libs/newlib/newlib-2.2.0.20150423.ebuild

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

Index: newlib-2.2.0.20150423.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150423.ebuild,v 1.1 
2015/05/18 17:18:04 vapier Exp $

EAPI=4

inherit flag-o-matic toolchain-funcs eutils

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://sourceware.org/git/newlib.git
inherit git-r3
else
SRC_URI=ftp://sourceware.org/pub/newlib/${P}.tar.gz;
if [[ ${PV} != *.201[5-9] ]] ; then
KEYWORDS=-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86
fi
fi

export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY} == cross-* ]] ; then
export CTARGET=${CATEGORY#cross-}
fi
fi

DESCRIPTION=Newlib is a C library intended for use on embedded systems
HOMEPAGE=http://sourceware.org/newlib/;

LICENSE=NEWLIB LIBGLOSS GPL-2
SLOT=0
IUSE=nls threads unicode crosscompile_opts_headers-only
RESTRICT=strip

NEWLIBBUILD=${WORKDIR}/build

pkg_setup() {
# Reject newlib-on-glibc type installs
if [[ ${CTARGET} == ${CHOST} ]] ; then
case ${CHOST} in
*-newlib|*-elf) ;;
*) die Use sys-devel/crossdev to build a newlib 
toolchain ;;
esac
fi
}

src_prepare() {
epatch_user
}

src_configure() {
# we should fix this ...
unset LDFLAGS
CHOST=${CTARGET} strip-unsupported-flags

local myconf=
[[ ${CTARGET} == spu ]] \
 myconf=${myconf} --disable-newlib-multithread \
|| myconf=${myconf} $(use_enable threads newlib-multithread)

mkdir -p ${NEWLIBBUILD}
cd ${NEWLIBBUILD}

ECONF_SOURCE=${S} \
econf \
$(use_enable unicode newlib-mb) \
$(use_enable nls) \
${myconf}
}

src_compile() {
emake -C ${NEWLIBBUILD}
}

src_install() {
cd ${NEWLIBBUILD}
emake -j1 DESTDIR=${D} install
#   env -uRESTRICT CHOST=${CTARGET} prepallstrip
# minor hack to keep things clean
rm -fR ${D}/usr/share/info
rm -fR ${D}/usr/info
}






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

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 18:01:31

  Modified: ChangeLog
  Added:pdns-recursor-3.7.2.ebuild
pdns-recursor-3.6.3.ebuild
  Log:
  Version bump, security bug #547706.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   12 Feb 2015 18:14:32 -  1.54
+++ ChangeLog   18 May 2015 18:01:31 -  1.55
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdns-recursor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.54 
2015/02/12 18:14:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.55 
2015/05/18 18:01:31 swegener Exp $
+
+*pdns-recursor-3.7.2 (18 May 2015)
+*pdns-recursor-3.6.3 (18 May 2015)
+
+  18 May 2015; Sven Wegener swege...@gentoo.org +pdns-recursor-3.6.3.ebuild,
+  +pdns-recursor-3.7.2.ebuild:
+  Version bump, security bug #547706.
 
 *pdns-recursor-3.7.1 (12 Feb 2015)
 



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

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

Index: pdns-recursor-3.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild,v 1.1 
2015/05/18 18:01:31 swegener Exp $

EAPI=4

inherit toolchain-funcs flag-o-matic eutils

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

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

DEPEND=lua? ( =dev-lang/lua-5.1 )
RDEPEND=${DEPEND}
!net-dns/pdns-2.9.20-r1
DEPEND=${DEPEND}
=dev-libs/boost-1.33.1

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

src_configure() {
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
OPTFLAGS= \
LUA_LIBS_CONFIG=-llua \
LUA_CPPFLAGS_CONFIG= \
LUA=$(use lua  echo 1) \
./configure
}

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

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

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

doinitd ${FILESDIR}/precursor

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



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

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

Index: pdns-recursor-3.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild,v 1.1 
2015/05/18 18:01:31 swegener Exp $

EAPI=4

inherit toolchain-funcs flag-o-matic eutils

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

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

DEPEND=lua? ( =dev-lang/lua-5.1 )
RDEPEND=${DEPEND}
!net-dns/pdns-2.9.20-r1
DEPEND=${DEPEND}
=dev-libs/boost-1.33.1

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

src_configure() {
true
}

src_compile() {
emake \
LOCALSTATEDIR=/var/lib/powerdns \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
OPTFLAGS= \
LUA_LIBS_CONFIG=-llua \
LUA_CPPFLAGS_CONFIG= \
 

[gentoo-commits] gentoo-x86 commit in dev-libs/libuv: libuv-1.5.0.ebuild ChangeLog

2015-05-18 Thread Michal Gorny (mgorny)
mgorny  15/05/18 15:43:15

  Modified: ChangeLog
  Added:libuv-1.5.0.ebuild
  Log:
  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/115 
by jbergstroem.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.37 dev-libs/libuv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   5 Mar 2015 05:28:48 -   1.36
+++ ChangeLog   18 May 2015 15:43:15 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libuv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.36 2015/03/05 
05:28:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.37 2015/05/18 
15:43:15 mgorny Exp $
+
+*libuv-1.5.0 (18 May 2015)
+
+  18 May 2015; Michał Górny mgo...@gentoo.org +libuv-1.5.0.ebuild:
+  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/115
+  by jbergstroem.
 
 *libuv-1.1.0 (05 Mar 2015)
 



1.1  dev-libs/libuv/libuv-1.5.0.ebuild

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

Index: libuv-1.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.5.0.ebuild,v 1.1 
2015/05/18 15:43:15 mgorny Exp $

EAPI=5

inherit autotools-utils eutils multilib multilib-minimal

DESCRIPTION=Cross-platform asychronous I/O
HOMEPAGE=https://github.com/libuv/libuv;
SRC_URI=https://github.com/libuv/libuv/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD BSD-2 ISC MIT
SLOT=0/1
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
IUSE=static-libs

DEPEND=sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]

src_prepare() {
echo m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests]) \
 m4/libuv-extra-automake-flags.m4 || die

eautoreconf
}

multilib_src_configure() {
local myeconfargs=(
cc_cv_cflags__g=no
$(use_enable static-libs static)
)
autotools-utils_src_configure
}

multilib_src_test() {
mkdir ${BUILD_DIR}/test || die
cp -pPR ${S}/test/fixtures ${BUILD_DIR}/test/fixtures || die
default
}

multilib_src_install_all() {
einstalldocs
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-libs/iojs: iojs-2.0.2.ebuild ChangeLog

2015-05-18 Thread Michal Gorny (mgorny)
mgorny  15/05/18 16:02:21

  Modified: ChangeLog
  Added:iojs-2.0.2.ebuild
  Log:
  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/122 
by jbergstroem.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 net-libs/iojs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   13 May 2015 15:16:48 -  1.17
+++ ChangeLog   18 May 2015 16:02:21 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/iojs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.17 2015/05/13 
15:16:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.18 2015/05/18 
16:02:21 mgorny Exp $
+
+*iojs-2.0.2 (18 May 2015)
+
+  18 May 2015; Michał Górny mgo...@gentoo.org +iojs-2.0.2.ebuild:
+  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/122
+  by jbergstroem.
 
 *iojs-2.0.1 (13 May 2015)
 



1.1  net-libs/iojs/iojs-2.0.2.ebuild

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

Index: iojs-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/net-libs/iojs/iojs-2.0.2.ebuild,v 1.1 
2015/05/18 16:02:21 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

MY_PV=v${PV}
MY_P=${PN}-${MY_PV}

inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs

DESCRIPTION=An npm compatible platform originally based on node.js
HOMEPAGE=http://iojs.org/;
SRC_URI=http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz;

LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
IUSE=bundled-libs debug icu +npm snapshot +ssl

RDEPEND=icu? ( dev-libs/icu )
${PYTHON_DEPS}
!bundled-libs? (
=net-libs/http-parser-2.5
=dev-libs/libuv-1.5.0
=dev-libs/openssl-1.0.2a[-bindist]
)
DEPEND=${RDEPEND}
!!net-libs/nodejs
S=${WORKDIR}/${MY_P}
REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_pretend() {
if ! test-flag-CXX -std=c++11 ; then
die Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer.
fi
}

src_prepare() {
tc-export CC CXX PKG_CONFIG
export V=1 # Verbose build
export BUILDTYPE=Release

# 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/${EPYTHON}/ deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
sed -i -e s/|| 'python'/|| '${EPYTHON}'/ 
deps/npm/node_modules/node-gyp/lib/configure.js || die

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

# proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
local LIBDIR=$(get_libdir)
sed -i -e s|lib/|${LIBDIR}/|g tools/install.py || die
sed -i -e s/'lib'/'${LIBDIR}'/ lib/module.js || die
sed -i -e s|\lib\|\${LIBDIR}\| deps/npm/lib/npm.js || die

epatch ${FILESDIR}/${PN}-1.8.1-pkgconfig.patch

# Avoid a test that I've only been able to reproduce from emerge. It 
doesnt
# seem sandbox related either (invoking it from a sandbox works fine).
# The issue is that no stdin handle is openened when asked for one.
# It doesn't really belong upstream , so it'll just be removed until 
someone
# with more gentoo-knowledge than me (jbergstroem) figures it out.
rm test/parallel/test-stdout-close-unref.js || die

# debug builds. change install path, remove optimisations and override 
buildtype
if use debug; then
sed -i -e s|out/Release/|out/Debug/|g tools/install.py || die
BUILDTYPE=Debug
fi
}

src_configure() {
local myconf=()
local myarch=
use bundled-libs || myconf+=( --shared-openssl --shared-libuv 
--shared-http-parser --shared-zlib )
use npm || 

[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:26:10

  Modified: newlib-2.2.0.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-libs/newlib/newlib-2.2.0.ebuild

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

Index: newlib-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newlib-2.2.0.ebuild 27 Feb 2015 08:01:12 -  1.2
+++ newlib-2.2.0.ebuild 18 May 2015 16:26:10 -  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/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.2 
2015/02/27 08:01:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.3 
2015/05/18 16:26:10 vapier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
inherit git-r3
 else
SRC_URI=ftp://sourceware.org/pub/newlib/${P}.tar.gz;
-   KEYWORDS=-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86
+   KEYWORDS=-* arm hppa m68k ~mips ppc ppc64 sh sparc x86
 fi
 
 export CBUILD=${CBUILD:-${CHOST}}



1.30 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   27 Feb 2015 08:01:12 -  1.29
+++ ChangeLog   18 May 2015 16:26:10 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.29 2015/02/27 
08:01:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.30 2015/05/18 
16:26:10 vapier Exp $
+
+  18 May 2015; Mike Frysinger vap...@gentoo.org newlib-2.2.0.ebuild:
+  Stabilize for all.
 
   27 Feb 2015; Mike Frysinger vap...@gentoo.org newlib-1.18.0.ebuild,
   newlib-1.19.0.ebuild, newlib-1.20.0.ebuild, newlib-2.0.0.ebuild,






[gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-docs.patch scribus-1.4.4-ppc64-fpic.patch

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:56:51

  Modified: scribus-1.5.0-docs.patch
  Added:scribus-1.4.4-ppc64-fpic.patch
  Log:
  Build all 64bit arch with fPIC, bug #549746; Update live doc patch, bug 
#548160; use LINGUAS for all localizable files in this app, bug #538238
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.3  app-office/scribus/files/scribus-1.5.0-docs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?r1=1.2r2=1.3

Index: scribus-1.5.0-docs.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scribus-1.5.0-docs.patch14 Aug 2014 07:15:15 -  1.2
+++ scribus-1.5.0-docs.patch18 May 2015 16:56:51 -  1.3
@@ -1,24 +1,21 @@
- CMakeLists.txt | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c97080b..46742c7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -244,7 +244,7 @@ ELSE (WIN32 OR OS2)
- SET(DOCDIR share/doc/${MAIN_DIR_NAME}${TAG_VERSION}/)
-   ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
- IF(NOT WANT_VERSIONING)
--SET(DOCDIR share/doc/${MAIN_DIR_NAME}/)
-+SET(DOCDIR share/doc/${MAIN_DIR_NAME}-${GENTOOVERSION}/)
- ELSE(NOT WANT_VERSIONING)
- SET(DOCDIR share/doc/${MAIN_DIR_NAME}-${VERSION}/)
- ENDIF(NOT WANT_VERSIONING)
-@@ -883,7 +883,6 @@ INSTALL(FILES
-   BUILDING
-   ChangeLog
-   ChangeLogSVN
--  COPYING
-   LINKS
-   NEWS
-   PACKAGING
+Index: CMakeLists.txt
+===
+--- CMakeLists.txt (revision 20042)
 CMakeLists.txt (working copy)
+@@ -247,15 +247,7 @@
+ IF(WIN32 OR OS2)
+   SET(DOCDIR ${CMAKE_INSTALL_DATAROOTDIR}/doc/)
+ ELSE (WIN32 OR OS2)
+-  IF(TAG_VERSION OR BUILD_OSX_BUNDLE)
+-  SET(DOCDIR 
${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}${TAG_VERSION}/)
+-  ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
+-  IF(NOT WANT_VERSIONING)
+-  SET(DOCDIR 
${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}/)
+-  ELSE(NOT WANT_VERSIONING)
+-  SET(DOCDIR 
${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${VERSION}/)
+-  ENDIF(NOT WANT_VERSIONING)
+-  ENDIF (TAG_VERSION OR BUILD_OSX_BUNDLE)
++  SET(DOCDIR 
${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${GENTOOVERSION}/)
+ ENDIF (WIN32 OR OS2)
+ IF(NOT IS_ABSOLUTE ${DOCDIR})
+   ADD_DEFINITIONS(-DDOCDIR=\\\${CMAKE_INSTALL_PREFIX}/${DOCDIR}\\\)



1.1  app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch?rev=1.1content-type=text/plain

Index: scribus-1.4.4-ppc64-fpic.patch
===
 scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt 
b/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
index 18898a7..ba872b9 100755
--- a/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
+++ b/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
@@ -18,9 +18,9 @@ SET(2GEOM_VERSION 0.1.0)
 # http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1chap=3 and
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559133
 
-IF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1)
+IF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
   SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -fPIC)
-ENDIF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1)
+ENDIF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
 
 OPTION(2GEOM_BUILD_SHARED
   Build lib2geom and libtoy as shared libraries.






[gentoo-commits] gentoo-x86 commit in app-office/scribus: scribus-1.4.4-r1.ebuild scribus-1.4.9999.ebuild scribus-9999.ebuild scribus-1.4.5-r1.ebuild ChangeLog

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:56:51

  Modified: scribus-1.4.4-r1.ebuild scribus-1.4..ebuild
scribus-.ebuild ChangeLog
  Added:scribus-1.4.5-r1.ebuild
  Log:
  Build all 64bit arch with fPIC, bug #549746; Update live doc patch, bug 
#548160; use LINGUAS for all localizable files in this app, bug #538238
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.7  app-office/scribus/scribus-1.4.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild?r1=1.6r2=1.7

Index: scribus-1.4.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scribus-1.4.4-r1.ebuild 18 Apr 2015 15:55:39 -  1.6
+++ scribus-1.4.4-r1.ebuild 18 May 2015 16:56:51 -  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/app-office/scribus/scribus-1.4.4-r1.ebuild,v 1.6 
2015/04/18 15:55:39 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild,v 1.7 
2015/05/18 16:56:51 jlec Exp $
 
 EAPI=5
 
@@ -56,6 +56,7 @@
 PATCHES=(
${FILESDIR}/${PN}-1.4.2-docs.patch
${FILESDIR}/${PN}-1.4.0-minizip.patch
+   ${FILESDIR}/${P}-ppc64-fpic.patch
)
 
 src_prepare() {



1.12 app-office/scribus/scribus-1.4..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4..ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4..ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/scribus-1.4..ebuild?r1=1.11r2=1.12

Index: scribus-1.4..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4..ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- scribus-1.4..ebuild 12 Apr 2015 14:51:58 -  1.11
+++ scribus-1.4..ebuild 18 May 2015 16:56:51 -  1.12
@@ -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-office/scribus/scribus-1.4..ebuild,v 1.11 
2015/04/12 14:51:58 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4..ebuild,v 1.12 
2015/05/18 16:56:51 jlec Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 KEYWORDS=
 IUSE=cairo debug examples hunspell +minimal +pdf scripts templates tk
 
-# a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk 
'{print $2}'); echo ${a}
-IUSE_LINGUAS= af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB 
en_US eo es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru 
sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW
+# a=$((ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk 
'{print $2}'; ls resources/loremipsum/*xml | sed -e 's:\.: :g' -e 
's:loremipsum\/: :g'| awk '{print $2}'; ls resources/dicts/hyph*dic | sed -e 
's:\.: :g' -e 's:hyph_: :g' | awk '{print $2}'; ls resources/dicts/README_*txt 
| sed -e 's:_hyph::g' -e 's:\.: :g' -e 's:README_: :g' | awk '{print $2}') | 
sort | uniq); echo $a
+IUSE_LINGUAS= af ar bg br ca ca_ES cs cs_CZ cy cy_GB da da_DK de de_1901 
de_CH de_DE el en en_AU en_EN en_GB en_US eo es es_ES et eu fi fi_FI fr gl he 
hr hu hu_HU ia id id_ID is is_IS it ja ko ku la lt lt_LT nb_NO nl nn_NO pl 
pl_PL pt pt_BR pt_PT ro ro_RO ru ru_RU_0 sa sk sk_SK sl sl_SI sq sr sv sv_SE 
th_TH tr uk uk_UA zh_CN zh_TW
 IUSE+= ${IUSE_LINGUAS// / linguas_}
 
 REQUIRED_USE=
@@ -86,9 +86,16 @@
local lang langs
for lang in ${IUSE_LINGUAS}; do
if use linguas_${lang}; then
-   langs+=,${lang}
+   # From the CMakeLists.txt
+   # #Bit of a hack, preprocess all the filenames to 
generate our language string, needed for -DWANT_GUI_LANG=en_GB,de_DE , etc
+   langs+=;${lang}
else
+   # Don't install localized documentation
sed -e /${lang}/d -i scribus/doc/CMakeLists.txt || die
+   safe_delete file ./resources/dicts/README_${lang}.txt
+   safe_delete file 
./resources/dicts/README_hyph_${lang}.txt
+ 

[gentoo-commits] proj/crossdev:master commit in: /, wrappers/

2015-05-18 Thread Mike Frysinger
commit: ed6c54d9c660286fb1d0620e4c7f7ff00b642b57
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon May 18 15:52:12 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon May 18 15:53:41 2015 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=ed6c54d9

crossdev/emerge-wrapper: merge repos.conf parsers

The crossdev code had a more full-featured parser of the repos.conf output
than the emerge-wrapper.  The latter failed to include the last overlay in
the list leading to ugly warnings like:
/usr/bin/emerge-wrapper: line 48: /eclass/toolchain-funcs.eclass: No such file 
or directory
/usr/bin/emerge-wrapper: line 49: tc-arch: command not found

URL: https://bugs.gentoo.org/546748
Signed-off-by: Mike Frysinger vapier AT gentoo.org

 crossdev| 10 ++
 wrappers/emerge-wrapper | 15 +--
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/crossdev b/crossdev
index 62b6c3d..0691641 100755
--- a/crossdev
+++ b/crossdev
@@ -351,6 +351,15 @@ parse_repo_config() {
fi
 }
 
+# Used by --show-repo-cfg to share the parser logic with other tools.
+show_repo_cfg() {
+   local var=$1
+   unset SEARCH_OVERLAYS
+   parse_repo_config
+   echo ${!var}
+   exit 0
+}
+
 setup_portage_vars() {
local arch=${ARCH} arch_set=${ARCH+set}
local chost=${CHOST} chost_set=${CHOST+set}
@@ -602,6 +611,7 @@ while [[ $# -gt 0 ]] ; do
--show-target-cfg) SHOW_TARGET_CFG=yes;;
--init-target) INIT_TARGET_ONLY=yes;;
--show-fail-log)   SHOW_FAIL_LOG=yes;;
+   --show-repo-cfg)   show_repo_cfg $2;;
-P|--portage)  UOPTS=${UOPTS} $2; shift;;
-b|-d|-p|-v|-q)UOPTS=${UOPTS} $1;;
-pv|-vp)   UOPTS=${UOPTS} -p -v;;

diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index 4056601..e375025 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -116,20 +116,7 @@ import_vars=DISTDIR MAKEOPTS GENTOO_MIRRORS
 eval $(portageq envvar -v CBUILD ${import_vars})
 export CBUILD
 
-# Probably shouldn't hardcode gentoo here.
-MAIN_REPO_PATH=$(portageq repositories_configuration / | gawk '
-   {
-   if ($1 == main-repo) {
-   main_repo = $NF
-   } else if ($1 ~ /^\[/) {
-   locs[repo_name] = loc
-   repo_name = gensub(/\[([^\]]*)\]/, \\1, , $1)
-   } else if ($1 == location) {
-   loc = $3
-   }
-   }
-   END { print(locs[main_repo]) }
-')
+MAIN_REPO_PATH=$(crossdev --show-repo-cfg MAIN_REPO_PATH)
 
 # Get default CHOST value from program name
 CHOST=${0##*/}



[gentoo-commits] gentoo-x86 commit in perl-core/Encode: Encode-2.730.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 16:27:58

  Modified: ChangeLog
  Added:Encode-2.730.0.ebuild
  Log:
  Version bump, needed by www-apps/rt
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.61 perl-core/Encode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   8 Nov 2014 15:13:21 -   1.60
+++ ChangeLog   18 May 2015 16:27:58 -  1.61
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Encode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.60 
2014/11/08 15:13:21 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.61 
2015/05/18 16:27:58 dilfridge Exp $
+
+*Encode-2.730.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Hüttel dilfri...@gentoo.org +Encode-2.730.0.ebuild:
+  Version bump, needed by www-apps/rt
 
   08 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -Encode-2.470.0-r1.ebuild:



1.1  perl-core/Encode/Encode-2.730.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Encode/Encode-2.730.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Encode/Encode-2.730.0.ebuild?rev=1.1content-type=text/plain

Index: Encode-2.730.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.730.0.ebuild,v 1.1 
2015/05/18 16:27:58 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DANKOGAI
MODULE_VERSION=2.73
inherit perl-module

DESCRIPTION=character encodings

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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=

SRC_TEST=do
PATCHES=( ${FILESDIR}/gentoo_enc2xs.diff )






[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.42.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:32:52

  Modified: libmicrohttpd-0.9.42.ebuild ChangeLog
  Log:
  Disable building of examples as they are not actually installed; fix from Nam 
Nguyen (Chromium OS).
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild

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

Index: libmicrohttpd-0.9.42.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.42.ebuild 14 May 2015 11:10:34 -  1.1
+++ libmicrohttpd-0.9.42.ebuild 18 May 2015 16:32:52 -  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-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.1 2015/05/14 11:10:34 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.2 2015/05/18 16:32:52 vapier Exp $
 
 EAPI=5
 
@@ -10,10 +10,10 @@
 HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/;
 SRC_URI=mirror://gnu/${PN}/${MY_P}.tar.gz
 
-IUSE=epoll messages ssl static-libs test
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 LICENSE=LGPL-2.1
 SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+IUSE=epoll messages ssl static-libs test
 
 RDEPEND=ssl? (
dev-libs/libgcrypt:0
@@ -33,6 +33,7 @@
econf \
--enable-bauth \
--enable-dauth \
+   --disable-examples \
--disable-spdy \
$(use_enable epoll) \
$(use_enable test curl) \
@@ -46,5 +47,5 @@
 src_install() {
default
 
-   use static-libs || find ${ED} -name '*.la' -exec rm -f {} +
+   use static-libs || find ${ED} -name '*.la' -delete
 }



1.95 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   14 May 2015 11:55:27 -  1.94
+++ ChangeLog   18 May 2015 16:32:52 -  1.95
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.94 
2015/05/14 11:55:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.95 
2015/05/18 16:32:52 vapier Exp $
+
+  18 May 2015; Mike Frysinger vap...@gentoo.org libmicrohttpd-0.9.42.ebuild:
+  Disable building of examples as they are not actually installed; fix from Nam
+  Nguyen (Chromium OS).
 
   14 May 2015; Anthony G. Basile bluen...@gentoo.org ChangeLog:
   Fix gpg signature.






[gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow/files: ipt_netflow-2.0-pax-const.patch

2015-05-18 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/18 15:39:22

  Removed:  ipt_netflow-2.0-pax-const.patch
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)



[gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: metadata.xml ChangeLog ipt_netflow-2.0.1_p20150109.ebuild ipt_netflow-2.0.1.ebuild

2015-05-18 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/18 15:39:22

  Modified: metadata.xml ChangeLog
  Removed:  ipt_netflow-2.0.1_p20150109.ebuild
ipt_netflow-2.0.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.3  net-firewall/ipt_netflow/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml27 Jun 2013 03:52:41 -  1.2
+++ metadata.xml18 May 2015 15:39:22 -  1.3
@@ -6,7 +6,4 @@
emailpinkb...@gentoo.org/email
nameSergey Popov/name
/maintainer
-   use
-   flag name=pax_kernelApply patch needed for pax enabled 
kernels/flag
-   /use
 /pkgmetadata



1.25 net-firewall/ipt_netflow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   13 May 2015 09:35:56 -  1.24
+++ ChangeLog   18 May 2015 15:39:22 -  1.25
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/ipt_netflow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.24 
2015/05/13 09:35:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.25 
2015/05/18 15:39:22 pinkbyte Exp $
+
+  18 May 2015; Sergey Popov pinkb...@gentoo.org -ipt_netflow-2.0.1.ebuild,
+  -ipt_netflow-2.0.1_p20150109.ebuild, -files/ipt_netflow-2.0-pax-const.patch:
+  Drop old
 
   13 May 2015; Agostino Sarubbo a...@gentoo.org ipt_netflow-2.1.ebuild:
   Stable for x86, wrt bug #546160






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:25:03

  Modified: ChangeLog
  Added:hardened-sources-3.14.43.ebuild
  Log:
  vanilla-3.14.43 + genpatches-3.14-47 + grsecurity-3.1-3.14.43-201505171736
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -r1.1279 -r1.1280
--- ChangeLog   18 May 2015 16:22:27 -  1.1279
+++ ChangeLog   18 May 2015 16:25:02 -  1.1280
@@ -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.1279 2015/05/18 16:22:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1280 2015/05/18 16:25:02 blueness Exp $
+
+*hardened-sources-3.14.43 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.43.ebuild:
+  vanilla-3.14.43 + genpatches-3.14-47 + grsecurity-3.1-3.14.43-201505171736
 
 *hardened-sources-3.2.69-r2 (18 May 2015)
 



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

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

Index: hardened-sources-3.14.43.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.43.ebuild,v
 1.1 2015/05/18 16:25:02 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=47
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.1*

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






[gentoo-commits] gentoo-x86 commit in virtual/perl-Encode: perl-Encode-2.730.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 16:30:14

  Modified: ChangeLog
  Added:perl-Encode-2.730.0.ebuild
  Log:
  Version bump, needed by www-apps/rt
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.87 virtual/perl-Encode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   5 Apr 2015 02:13:05 -   1.86
+++ ChangeLog   18 May 2015 16:30:14 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Encode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.86 
2015/04/05 02:13:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.87 
2015/05/18 16:30:14 dilfridge Exp $
+
+*perl-Encode-2.730.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Hüttel dilfri...@gentoo.org
+  +perl-Encode-2.730.0.ebuild:
+  Version bump, needed by www-apps/rt
 
   05 Apr 2015; Mike Frysinger vap...@gentoo.org perl-Encode-2.600.0.ebuild:
   Mark arm64/m68k/s390/sh stable.



1.1  virtual/perl-Encode/perl-Encode-2.730.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.730.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.730.0.ebuild?rev=1.1content-type=text/plain

Index: perl-Encode-2.730.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Encode/perl-Encode-2.730.0.ebuild,v 1.1 
2015/05/18 16:30:14 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=

RDEPEND=~perl-core/${PN#perl-}-${PV}






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

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:55:19

  Modified: ChangeLog
  Log:
  Add locale used by scribus

Revision  ChangesPath
1.10003  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10002
retrieving revision 1.10003
diff -u -r1.10002 -r1.10003
--- ChangeLog   18 May 2015 07:34:51 -  1.10002
+++ ChangeLog   18 May 2015 16:55:19 -  1.10003
@@ -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.10002 2015/05/18 
07:34:51 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10003 2015/05/18 
16:55:19 jlec 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!
 
+  18 May 2015; Justin Lecher j...@gentoo.org desc/linguas.desc:
+  Add locale used by scribus
+
   18 May 2015; Zac Medico zmed...@gentoo.org categories:
   Add dev-go category.
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-3.14.42-r1.ebuild hardened-sources-3.2.68-r9.ebuild hardened-sources-3.2.69-r1.ebuild hardened-sources-3.1

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:21:12

  Modified: ChangeLog
  Removed:  hardened-sources-3.14.42-r1.ebuild
hardened-sources-3.2.68-r9.ebuild
hardened-sources-3.2.69-r1.ebuild
hardened-sources-3.14.40-r3.ebuild
hardened-sources-3.2.68-r10.ebuild
hardened-sources-4.0.2-r1.ebuild
hardened-sources-4.0.1.ebuild
hardened-sources-3.14.40-r2.ebuild
hardened-sources-3.14.41-r1.ebuild
hardened-sources-4.0.3-r1.ebuild
hardened-sources-4.0.2.ebuild
hardened-sources-3.19.6-r2.ebuild
hardened-sources-3.2.69.ebuild
hardened-sources-3.14.41.ebuild
hardened-sources-3.2.68-r8.ebuild
  Log:
  Remove older buggy unstable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1277
retrieving revision 1.1278
diff -u -r1.1277 -r1.1278
--- ChangeLog   16 May 2015 13:58:49 -  1.1277
+++ ChangeLog   18 May 2015 16:21:12 -  1.1278
@@ -1,6 +1,17 @@
 # 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.1277 2015/05/16 13:58:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1278 2015/05/18 16:21:12 blueness Exp $
+
+  18 May 2015; Anthony G. Basile bluen...@gentoo.org
+  -hardened-sources-3.14.40-r2.ebuild, -hardened-sources-3.14.40-r3.ebuild,
+  -hardened-sources-3.14.41-r1.ebuild, -hardened-sources-3.14.41.ebuild,
+  -hardened-sources-3.14.42-r1.ebuild, -hardened-sources-3.19.6-r2.ebuild,
+  -hardened-sources-3.2.68-r10.ebuild, -hardened-sources-3.2.68-r8.ebuild,
+  -hardened-sources-3.2.68-r9.ebuild, -hardened-sources-3.2.69-r1.ebuild,
+  -hardened-sources-3.2.69.ebuild, -hardened-sources-4.0.1.ebuild,
+  -hardened-sources-4.0.2-r1.ebuild, -hardened-sources-4.0.2.ebuild,
+  -hardened-sources-4.0.3-r1.ebuild:
+  Remove older buggy unstable versions.
 
 *hardened-sources-4.0.3-r1 (16 May 2015)
 






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:22:27

  Modified: ChangeLog
  Added:hardened-sources-3.2.69-r2.ebuild
  Log:
  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505171733
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1278
retrieving revision 1.1279
diff -u -r1.1278 -r1.1279
--- ChangeLog   18 May 2015 16:21:12 -  1.1278
+++ ChangeLog   18 May 2015 16:22:27 -  1.1279
@@ -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.1278 2015/05/18 16:21:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1279 2015/05/18 16:22:27 blueness Exp $
+
+*hardened-sources-3.2.69-r2 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.69-r2.ebuild:
+  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505171733
 
   18 May 2015; Anthony G. Basile bluen...@gentoo.org
   -hardened-sources-3.14.40-r2.ebuild, -hardened-sources-3.14.40-r3.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild

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

Index: hardened-sources-3.2.69-r2.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.69-r2.ebuild,v
 1.1 2015/05/18 16:22:27 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}-3
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.1*

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






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:27:09

  Modified: ChangeLog
  Added:hardened-sources-4.0.4.ebuild
  Log:
  vanilla-4.0.4 + genpatches-4.0-5 + grsecurity-3.1-4.0.4-201505171737
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -r1.1280 -r1.1281
--- ChangeLog   18 May 2015 16:25:02 -  1.1280
+++ ChangeLog   18 May 2015 16:27:09 -  1.1281
@@ -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.1280 2015/05/18 16:25:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1281 2015/05/18 16:27:09 blueness Exp $
+
+*hardened-sources-4.0.4 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-4.0.4.ebuild:
+  vanilla-4.0.4 + genpatches-4.0-5 + grsecurity-3.1-4.0.4-201505171737
 
 *hardened-sources-3.14.43 (18 May 2015)
 



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

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

Index: hardened-sources-4.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-kernel/hardened-sources/hardened-sources-4.0.4.ebuild,v
 1.1 2015/05/18 16:27:09 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.1*

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






[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:40:17

  Modified: newlib-2.2.0.ebuild ChangeLog
  Log:
  Add a blocker against older SLOTs to help with upgrades #497344 by Alex 
Orange.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-libs/newlib/newlib-2.2.0.ebuild

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

Index: newlib-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newlib-2.2.0.ebuild 18 May 2015 16:26:10 -  1.3
+++ newlib-2.2.0.ebuild 18 May 2015 16:40:17 -  1.4
@@ -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/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.3 
2015/05/18 16:26:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.4 
2015/05/18 16:40:17 vapier Exp $
 
 EAPI=4
 
@@ -30,6 +30,9 @@
 IUSE=nls threads unicode crosscompile_opts_headers-only
 RESTRICT=strip
 
+# Handle the SLOT changes. #497344
+RDEPEND=!${CATEGORY}/${PN}-2.1.0
+
 NEWLIBBUILD=${WORKDIR}/build
 
 pkg_setup() {



1.31 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   18 May 2015 16:26:10 -  1.30
+++ ChangeLog   18 May 2015 16:40:17 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.30 2015/05/18 
16:26:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.31 2015/05/18 
16:40:17 vapier Exp $
+
+  18 May 2015; Mike Frysinger vap...@gentoo.org newlib-2.2.0.ebuild:
+  Add a blocker against older SLOTs to help with upgrades #497344 by Alex
+  Orange.
 
   18 May 2015; Mike Frysinger vap...@gentoo.org newlib-2.2.0.ebuild:
   Stabilize for all.






[gentoo-commits] gentoo-x86 commit in dev-util/heaptrack: ChangeLog heaptrack-9999.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 18:16:32

  Modified: ChangeLog heaptrack-.ebuild
  Log:
  Add dependency to boost
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.2  dev-util/heaptrack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 May 2015 18:55:24 -   1.1
+++ ChangeLog   18 May 2015 18:16:32 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/heaptrack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v 1.1 
2015/05/06 18:55:24 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v 1.2 
2015/05/18 18:16:32 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott z...@gentoo.org heaptrack-.ebuild:
+  Add dependency to boost
 
 *heaptrack- (06 May 2015)
 



1.2  dev-util/heaptrack/heaptrack-.ebuild

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

Index: heaptrack-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- heaptrack-.ebuild   6 May 2015 18:55:24 -   1.1
+++ heaptrack-.ebuild   18 May 2015 18:16:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 2015-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v 
1.1 2015/05/06 18:55:24 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v 
1.2 2015/05/18 18:16:32 zzam Exp $
 
 EAPI=5
 
@@ -19,7 +19,8 @@
 KEYWORDS=~amd64
 IUSE=
 
-RDEPEND=sys-libs/libunwind
+RDEPEND=sys-libs/libunwind
+   =dev-libs/boost-1.41.0
 DEPEND=${RDEPEND}
 
 DOCS=()






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

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 18:40:16

  Modified: ChangeLog
  Added:pdns-3.4.4.ebuild pdns-3.3.2.ebuild
  Log:
  Version bump, security bug #547550. Also fixes bug #527014 and #541916.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.105net-dns/pdns/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   14 Feb 2015 16:51:48 -  1.104
+++ ChangeLog   18 May 2015 18:40:16 -  1.105
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.104 2015/02/14 
16:51:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.105 2015/05/18 
18:40:16 swegener Exp $
+
+*pdns-3.4.4 (18 May 2015)
+*pdns-3.3.2 (18 May 2015)
+
+  18 May 2015; Sven Wegener swege...@gentoo.org +pdns-3.3.2.ebuild,
+  +pdns-3.4.4.ebuild:
+  Version bump, security bug #547550. Also fixes bug #527014 and #541916.
 
 *pdns-3.4.2 (14 Feb 2015)
 



1.1  net-dns/pdns/pdns-3.4.4.ebuild

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

Index: pdns-3.4.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.1 
2015/05/18 18:40:16 swegener Exp $

EAPI=5

inherit eutils multilib systemd user toolchain-funcs versionator

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

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

# other possible flags:
# db2: we lack the dep
# oracle: dito (need Oracle Client Libraries)
# xdb: (almost) dead, surely not supported

IUSE=botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres 
remote sqlite static tools tinydns test

REQUIRED_USE=mydns? ( mysql )

RDEPEND=!static? (
net-libs/polarssl
=dev-libs/boost-1.34:=
botan? ( =dev-libs/botan-1.10* )
cryptopp? ( dev-libs/crypto++ )
lua? ( dev-lang/lua:= )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
ldap? ( =net-nds/openldap-2.0.27-r4 )
sqlite? ( dev-db/sqlite:3 )
odbc? ( dev-db/unixODBC )
opendbx? ( dev-db/opendbx )
geoip? ( =dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
tinydns? ( dev-db/cdb )
)
DEPEND=${RDEPEND}
virtual/pkgconfig
static? (
=net-libs/polarssl-1.3.0[static-libs(+)]
=dev-libs/boost-1.34[static-libs(+)]
botan? ( =dev-libs/botan-1.10*[static-libs(+)] )
cryptopp? ( dev-libs/crypto++[static-libs(+)] )
lua? ( dev-lang/lua:=[static-libs(+)] )
mysql? ( virtual/mysql[static-libs(+)] )
postgres? ( dev-db/postgresql[static-libs(+)] )
ldap? ( =net-nds/openldap-2.0.27-r4[static-libs(+)] )
sqlite? ( dev-db/sqlite:3[static-libs(+)] )
odbc? ( dev-db/unixODBC[static-libs(+)] )
opendbx? ( dev-db/opendbx[static-libs(+)] )
geoip? ( =dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
tinydns? ( dev-db/cdb )
)
doc? ( app-doc/doxygen )

src_configure() {
local dynmodules=pipe geo bind # the default backends, always enabled
local modules=

#use db2  dynmodules+= db2
use ldap  dynmodules+= ldap
use lua  dynmodules+= lua
use mydns  dynmodules+= mydns
use mysql  dynmodules+= gmysql
use odbc  dynmodules+= godbc
use opendbx  dynmodules+= opendbx
#use oracle  dynmodules+= goracle oracle
use postgres  dynmodules+= gpgsql
use remote  dynmodules+= remote
use sqlite  dynmodules+= gsqlite3
use tinydns  dynmodules+= tinydns
use geoip  dynmodules+= geoip
#use xdb  dynmodules+= xdb

if use static ; then
modules=${dynmodules}
dynmodules=

[gentoo-commits] gentoo-x86 commit in app-cdr/cdck: ChangeLog cdck-0.7.0-r1.ebuild cdck-0.7.0.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 18:48:36

  Modified: ChangeLog
  Added:cdck-0.7.0-r1.ebuild
  Removed:  cdck-0.7.0.ebuild
  Log:
  Port to EAPI 5. Fixes error in pod file, bug #513920.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.3  app-cdr/cdck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   15 Jun 2008 17:18:41 -  1.2
+++ ChangeLog   18 May 2015 18:48:36 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-cdr/cdck
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.2 2008/06/15 
17:18:41 drac Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.3 2015/05/18 
18:48:36 zzam Exp $
+
+*cdck-0.7.0-r1 (18 May 2015)
+
+  18 May 2015; Matthias Schwarzott z...@gentoo.org -cdck-0.7.0.ebuild,
+  +cdck-0.7.0-r1.ebuild:
+  Port to EAPI 5. Fixes error in pod file, bug #513920.
 
 *cdck-0.7.0 (15 Jun 2008)
 



1.1  app-cdr/cdck/cdck-0.7.0-r1.ebuild

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

Index: cdck-0.7.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.1 
2015/05/18 18:48:36 zzam Exp $

EAPI=5
inherit eutils

DESCRIPTION=CD/DVD check tools
HOMEPAGE=http://swaj.net/unix/index.html#cdck;
SRC_URI=http://swaj.net/unix/cdck/${P}.tar.gz;

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

src_prepare() {
sed -e '1d' -i man/cdck_man.in || die sed failed
}

src_configure() {
econf --disable-dependency-tracking \
--disable-shared || die econf failed.
}

src_compile() {
emake -j1 || die emake failed.
}

src_install() {
dobin src/cdck || die dobin failed.
doman man/cdck.1
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}






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

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:07:33

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself from maintainers.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.5  dev-libs/tntnet/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml12 Jun 2014 02:27:13 -  1.4
+++ metadata.xml18 May 2015 19:07:33 -  1.5
@@ -5,10 +5,6 @@
emailhd_bru...@gentoo.org/email 
   
nameJoerg Bornkessel/name   
   
/maintainer
-   maintainer
 
-   emailz...@gentoo.org/email  
  
-   nameMatthias Schwarzott/name
  
-   /maintainer
herdmedia-tv/herd
use
flag name=serverEnable tntnet server daemon/flag



1.31 dev-libs/tntnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   10 Aug 2014 20:39:48 -  1.30
+++ ChangeLog   18 May 2015 19:07:33 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/tntnet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.30 2014/08/10 
20:39:48 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.31 2015/05/18 
19:07:33 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott z...@gentoo.org metadata.xml:
+  Remove myself from maintainers.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org tntnet-1.6.3.ebuild:
   QA: drop trailing '.' from DESCRIPTION






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

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 19:14:14

  Modified: pdns-3.4.4.ebuild ChangeLog
  Log:
  Switch to tinycdb as the cdb implementation, bug #540378.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.2  net-dns/pdns/pdns-3.4.4.ebuild

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

Index: pdns-3.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-3.4.4.ebuild   18 May 2015 18:40:16 -  1.1
+++ pdns-3.4.4.ebuild   18 May 2015 19:14:14 -  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-dns/pdns/pdns-3.4.4.ebuild,v 1.1 
2015/05/18 18:40:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.2 
2015/05/18 19:14:14 swegener Exp $
 
 EAPI=5
 
@@ -36,7 +36,7 @@
odbc? ( dev-db/unixODBC )
opendbx? ( dev-db/opendbx )
geoip? ( =dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
-   tinydns? ( dev-db/cdb )
+   tinydns? ( =dev-db/tinycdb-0.77 )
)
 DEPEND=${RDEPEND}
virtual/pkgconfig
@@ -53,7 +53,7 @@
odbc? ( dev-db/unixODBC[static-libs(+)] )
opendbx? ( dev-db/opendbx[static-libs(+)] )
geoip? ( =dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
-   tinydns? ( dev-db/cdb )
+   tinydns? ( =dev-db/tinycdb-0.77 )
)
doc? ( app-doc/doxygen )
 



1.106net-dns/pdns/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   18 May 2015 18:40:16 -  1.105
+++ ChangeLog   18 May 2015 19:14:14 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/pdns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.105 2015/05/18 
18:40:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.106 2015/05/18 
19:14:14 swegener Exp $
+
+  18 May 2015; Sven Wegener swege...@gentoo.org pdns-3.4.4.ebuild:
+  Switch to tinycdb as the cdb implementation, bug #540378.
 
 *pdns-3.4.4 (18 May 2015)
 *pdns-3.3.2 (18 May 2015)






[gentoo-commits] gentoo-x86 commit in media-gfx/fim/files: fim-0.4_rc3-poppler031.patch

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 19:18:17

  Added:fim-0.4_rc3-poppler031.patch
  Log:
  Fix build with poppler-0.31 and later
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  media-gfx/fim/files/fim-0.4_rc3-poppler031.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/files/fim-0.4_rc3-poppler031.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/files/fim-0.4_rc3-poppler031.patch?rev=1.1content-type=text/plain

Index: fim-0.4_rc3-poppler031.patch
===
diff -ruN fim-0.4-rc3.orig/src/FbiStuffPdf.cpp fim-0.4-rc3/src/FbiStuffPdf.cpp
--- fim-0.4-rc3.orig/src/FbiStuffPdf.cpp2014-12-22 23:54:29.0 
+0100
+++ fim-0.4-rc3/src/FbiStuffPdf.cpp 2015-05-18 21:13:07.058115455 +0200
@@ -199,7 +199,7 @@
if (!ds-od)
{
GBool bitmapTopDown = gTrue;
-   ds-od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, 
gBgColor, bitmapTopDown,gFalse/*antialias*/);
+   ds-od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, 
gBgColor, bitmapTopDown);
if (ds-od)
 #ifdef POPPLER_VERSION /* as of 0.20.2, from poppler/poppler-config.h */
/* FIXME: this is an incomplete fix (triggered on 
20120719's email on fim-devel);






[gentoo-commits] gentoo-x86 commit in media-gfx/fim: ChangeLog fim-0.4_rc3-r1.ebuild fim-0.4_rc3.ebuild fim-0.4_rc1-r1.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 19:18:16

  Modified: ChangeLog
  Added:fim-0.4_rc3-r1.ebuild
  Removed:  fim-0.4_rc3.ebuild fim-0.4_rc1-r1.ebuild
  Log:
  Fix build with poppler-0.31 and later
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.7  media-gfx/fim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Mar 2015 15:15:31 -   1.6
+++ ChangeLog   18 May 2015 19:18:16 -  1.7
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/fim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v 1.6 2015/03/04 
15:15:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v 1.7 2015/05/18 
19:18:16 dilfridge Exp $
+
+*fim-0.4_rc3-r1 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -fim-0.4_rc1-r1.ebuild, -fim-0.4_rc3.ebuild, +fim-0.4_rc3-r1.ebuild,
+  +files/fim-0.4_rc3-poppler031.patch:
+  Fix build with poppler-0.31 and later
 
 *fim-0.4_rc3 (04 Mar 2015)
 



1.1  media-gfx/fim/fim-0.4_rc3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/fim-0.4_rc3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/fim-0.4_rc3-r1.ebuild?rev=1.1content-type=text/plain

Index: fim-0.4_rc3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/fim-0.4_rc3-r1.ebuild,v 1.1 
2015/05/18 19:18:16 dilfridge Exp $

EAPI=5

inherit eutils

DESCRIPTION=Fbi-IMproved is a framebuffer image viewer based on Fbi and 
inspired from Vim
HOMEPAGE=http://savannah.nongnu.org/projects/fbi-improved;
SRC_URI=http://download.savannah.gnu.org/releases/fbi-improved/${P/_rc/-rc}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=aalib dia djvu exif fbcon gif graphicsmagick imagemagick jpeg pdf png 
postscript readline sdl static svg tiff xfig

RDEPEND=media-fonts/terminus-font
aalib? ( media-libs/aalib[slang] )
dia? ( app-office/dia )
djvu? ( app-text/djvu )
exif? ( media-libs/libexif )
gif? ( media-libs/giflib )
graphicsmagick? ( media-gfx/graphicsmagick )
imagemagick? ( || ( media-gfx/graphicsmagick[imagemagick] 
media-gfx/imagemagick ) )
jpeg? ( virtual/jpeg:0 )
pdf? ( =app-text/poppler-0.31 )
png? ( media-libs/libpng:0 )
postscript? ( app-text/libspectre )
readline? ( sys-libs/readline:0 )
sdl? ( media-libs/libsdl )
svg? ( media-gfx/inkscape )
tiff? ( media-libs/tiff:0 )
xfig? ( media-gfx/xfig )
DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex

S=${WORKDIR}/${P/_rc/-rc}

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

src_configure() {
econf \
$(use_enable aalib aa) \
$(use_enable dia) \
$(use_enable djvu) \
$(use_enable exif) \
$(use_enable fbcon framebuffer) \
$(use_enable gif) \
$(use_enable graphicsmagick) \
$(use_enable imagemagick convert) \
$(use_enable pdf poppler) \
$(use_enable png) \
$(use_enable postscript ps) \
$(use_enable readline) \
$(use_enable sdl) \
$(use_enable static) \
$(use_enable svg inkscape) \
$(use_enable tiff) \
$(use_enable xfig) \
--disable-hardcoded-font \
--disable-imlib2 \
--disable-matrices-rendering \
--disable-xcftopnm \
--enable-fimrc \
--enable-history \
--enable-loader-string-specification \
--enable-mark-and-dump \
--enable-output-console \
--enable-raw-bits-rendering \
--enable-read-dirs \
--enable-recursive-dirs \
--enable-resize-optimizations \
--enable-scan-consolefonts \
--enable-screen \
--enable-scripting \
--enable-seek-magic \
--enable-stdin-image-reading \
  

[gentoo-commits] proj/linux-patches:3.14 commit in: /

2015-05-18 Thread Mike Pagano
commit: 45b32b74fe71884d5dd43268f578bd586ea2c4dc
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon May 18 19:33:27 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon May 18 19:33:27 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=45b32b74

Linux patch 3.14.43

 _README  |4 +
 1042_linux-3.14.43.patch | 2548 ++
 2 files changed, 2552 insertions(+)

diff --git a/_README b/_README
index e2ba2e6..31b06bd 100644
--- a/_README
+++ b/_README
@@ -210,6 +210,10 @@ Patch:  1041_linux-3.14.42.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.42
 
+Patch:  1042_linux-3.14.43.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.43
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1042_linux-3.14.43.patch b/1042_linux-3.14.43.patch
new file mode 100644
index 000..7eda7cd
--- /dev/null
+++ b/1042_linux-3.14.43.patch
@@ -0,0 +1,2548 @@
+diff --git a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt 
b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
+index a4873e5e3e36..e30e184f50c7 100644
+--- a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
 b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
+@@ -38,7 +38,7 @@ dma_apbx: dma-apbx@80024000 {
+ 80 81 68 69
+ 70 71 72 73
+ 74 75 76 77;
+-  interrupt-names = auart4-rx, aurat4-tx, spdif-tx, empty,
++  interrupt-names = auart4-rx, auart4-tx, spdif-tx, empty,
+ saif0, saif1, i2c0, i2c1,
+ auart0-rx, auart0-tx, auart1-rx, auart1-tx,
+ auart2-rx, auart2-tx, auart3-rx, auart3-tx;
+diff --git a/Makefile b/Makefile
+index b9d850d86366..ae5f1e62812f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 42
++SUBLEVEL = 43
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts 
b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+index 1c6bd83bde5e..2ade35703d72 100644
+--- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
 b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+@@ -69,6 +69,10 @@
+   };
+ 
+   internal-regs {
++  rtc@10300 {
++  /* No crystal connected to the internal RTC */
++  status = disabled;
++  };
+   serial@12000 {
+   clock-frequency = 25000;
+   status = okay;
+diff --git a/arch/arm/boot/dts/imx23-olinuxino.dts 
b/arch/arm/boot/dts/imx23-olinuxino.dts
+index 526bfdbd87f9..f8922fb9bf50 100644
+--- a/arch/arm/boot/dts/imx23-olinuxino.dts
 b/arch/arm/boot/dts/imx23-olinuxino.dts
+@@ -12,6 +12,7 @@
+  */
+ 
+ /dts-v1/;
++#include dt-bindings/gpio/gpio.h
+ #include imx23.dtsi
+ 
+ / {
+@@ -93,6 +94,7 @@
+ 
+   ahb@8008 {
+   usb0: usb@8008 {
++  dr_mode = host;
+   vbus-supply = reg_usb0_vbus;
+   status = okay;
+   };
+@@ -119,7 +121,7 @@
+ 
+   user {
+   label = green;
+-  gpios = gpio2 1 1;
++  gpios = gpio2 1 GPIO_ACTIVE_HIGH;
+   };
+   };
+ };
+diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
+index cf3300a3071d..bfc327ff70af 100644
+--- a/arch/arm/boot/dts/imx25.dtsi
 b/arch/arm/boot/dts/imx25.dtsi
+@@ -411,6 +411,7 @@
+ 
+   pwm4: pwm@53fc8000 {
+   compatible = fsl,imx25-pwm, fsl,imx27-pwm;
++  #pwm-cells = 2;
+   reg = 0x53fc8000 0x4000;
+   clocks = clks 108, clks 52;
+   clock-names = ipg, per;
+diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
+index f8e9b20f6982..ee1a4da35cc4 100644
+--- a/arch/arm/boot/dts/imx28.dtsi
 b/arch/arm/boot/dts/imx28.dtsi
+@@ -803,7 +803,7 @@
+ 80 81 68 69
+ 70 71 72 73
+ 74 75 76 77;
+-  interrupt-names = auart4-rx, aurat4-tx, 
spdif-tx, empty,
++  interrupt-names = auart4-rx, auart4-tx, 
spdif-tx, empty,
+ saif0, saif1, i2c0, 
i2c1,
+ auart0-rx, auart0-tx, 
auart1-rx, auart1-tx,
+ auart2-rx, auart2-tx, 
auart3-rx, auart3-tx;
+diff --git 

[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-vompserver: metadata.xml ChangeLog

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:06:17

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself from maintainers
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.5  media-plugins/vdr-vompserver/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml17 Mar 2013 15:33:24 -  1.4
+++ metadata.xml18 May 2015 19:06:17 -  1.5
@@ -11,12 +11,6 @@
 /maintainer
 
 maintainer
-  emailz...@gentoo.org/email
-  nameMatthias Schwarzott/name
-  descriptionProxying maintainer/description
-/maintainer
-
-maintainer
   emailv...@gentoo.org/email
   nameGentoo VDR Project/name
 /maintainer



1.25 media-plugins/vdr-vompserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 Jan 2015 15:28:20 -   1.24
+++ ChangeLog   18 May 2015 19:06:17 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-vompserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v 
1.24 2015/01/07 15:28:20 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v 
1.25 2015/05/18 19:06:17 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott z...@gentoo.org metadata.xml:
+  Remove myself from maintainers
 
   07 Jan 2015; Joerg Bornkessel hd_bru...@gentoo.org
   vdr-vompserver-0.4.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-cdr/cdck: metadata.xml ChangeLog cdck-0.7.0-r1.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:12:51

  Modified: metadata.xml ChangeLog cdck-0.7.0-r1.ebuild
  Log:
  Update description and longdescription as suggested in bug #496268.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.3  app-cdr/cdck/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml15 Jun 2008 17:24:15 -  1.2
+++ metadata.xml18 May 2015 19:12:51 -  1.3
@@ -1,9 +1,19 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdmedia-optical/herd
-maintainer
-emailz...@gentoo.org/email
-nameMatthias Schwarzott/name
-/maintainer
+  herdmedia-optical/herd
+  maintainer
+emailz...@gentoo.org/email
+nameMatthias Schwarzott/name
+  /maintainer
+  longdescription
+Actually cdck is a simple program to verify CD/DVD quality. The known
+fact is that even if all files on the disc are readable, some sectors
+having bad timing can easily turn into unreadable ones in the future.
+
+To get an idea about disc cdck reads it sector by sector, keeping all
+reading timings and then tells you its verdict. Optionally it can write
+timing table into text file usable by gnuplot(1) program, so you can draw
+some graphs out of it.
+  /longdescription
 /pkgmetadata



1.4  app-cdr/cdck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 May 2015 18:48:36 -  1.3
+++ ChangeLog   18 May 2015 19:12:51 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-cdr/cdck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.3 2015/05/18 
18:48:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.4 2015/05/18 
19:12:51 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott z...@gentoo.org cdck-0.7.0-r1.ebuild,
+  metadata.xml:
+  Update description and longdescription as suggested in bug #496268.
 
 *cdck-0.7.0-r1 (18 May 2015)
 



1.2  app-cdr/cdck/cdck-0.7.0-r1.ebuild

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

Index: cdck-0.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdck-0.7.0-r1.ebuild18 May 2015 18:48:36 -  1.1
+++ cdck-0.7.0-r1.ebuild18 May 2015 19:12:51 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.1 
2015/05/18 18:48:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.2 
2015/05/18 19:12:51 zzam Exp $
 
 EAPI=5
 inherit eutils
 
-DESCRIPTION=CD/DVD check tools
+DESCRIPTION=Measure the read time per sector on CD or DVD to check the 
quality
 HOMEPAGE=http://swaj.net/unix/index.html#cdck;
 SRC_URI=http://swaj.net/unix/cdck/${P}.tar.gz;
 






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

2015-05-18 Thread Mike Pagano (mpagano)
mpagano 15/05/18 19:15:28

  Modified: ChangeLog
  Added:git-sources-4.1_rc4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1433   sys-kernel/git-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1432
retrieving revision 1.1433
diff -u -r1.1432 -r1.1433
--- ChangeLog   11 May 2015 15:14:03 -  1.1432
+++ ChangeLog   18 May 2015 19:15:28 -  1.1433
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1432 
2015/05/11 15:14:03 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1433 
2015/05/18 19:15:28 mpagano Exp $
+
+*git-sources-4.1_rc4 (18 May 2015)
+
+  18 May 2015; Mike Pagano mpag...@gentoo.org +git-sources-4.1_rc4.ebuild:
+  Version bump
 
 *git-sources-4.1_rc3 (11 May 2015)
 



1.1  sys-kernel/git-sources/git-sources-4.1_rc4.ebuild

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

Index: git-sources-4.1_rc4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-4.1_rc4.ebuild,v 1.1 
2015/05/18 19:15:28 mpagano Exp $

EAPI=5
UNIPATCH_STRICTORDER=yes
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_NOUSEPR=yes
K_SECURITY_UNSUPPORTED=yes
K_BASE_VER=4.0
ETYPE=sources
CKV=${PVR/-r/-git}

# only use this if it's not an _rc/_pre release
[ ${PV/_pre} == ${PV} ]  [ ${PV/_rc} == ${PV} ]  OKV=${PV}
inherit kernel-2
detect_version

DESCRIPTION=The very latest -git version of the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=

K_EXTRAEINFO=This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release.

RDEPEND=
DEPEND=${RDEPEND}
=sys-devel/patch-2.7.4

pkg_postinst() {
postinst_sources
}






[gentoo-commits] gentoo-x86 commit in dev-util/findbugs/files: 0005-Don-t-require-git-to-build.patch

2015-05-18 Thread James Le Cuirot (chewi)
chewi   15/05/18 19:46:21

  Added:0005-Don-t-require-git-to-build.patch
  Log:
  Fix building without git installed.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  
dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch?rev=1.1content-type=text/plain

Index: 0005-Don-t-require-git-to-build.patch
===
From cbf9d81dba1ef0a42f79391c87845d7875a13993 Mon Sep 17 00:00:00 2001
From: James Le Cuirot ch...@gentoo.org
Date: Mon, 18 May 2015 20:41:58 +0100
Subject: [PATCH 5/5] Don't require git to build

---
 findbugs/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/findbugs/build.xml b/findbugs/build.xml
index d0cbc04..42c6d09 100644
--- a/findbugs/build.xml
+++ b/findbugs/build.xml
@@ -636,7 +636,7 @@
 /target
 
 
-target name=version depends=classes,-get-git-revision 
+target name=version depends=classes 
 echo${gitrnum}/echo
 java classpathref=tools.classpath
   output=${version.props.file}
-- 
2.3.3







[gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog

2015-05-18 Thread James Le Cuirot (chewi)
chewi   15/05/18 19:46:20

  Modified: findbugs-3.0.1.ebuild ChangeLog
  Log:
  Fix building without git installed.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.3  dev-util/findbugs/findbugs-3.0.1.ebuild

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

Index: findbugs-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- findbugs-3.0.1.ebuild   16 Mar 2015 14:24:51 -  1.2
+++ findbugs-3.0.1.ebuild   18 May 2015 19:46:20 -  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/dev-util/findbugs/findbugs-3.0.1.ebuild,v 
1.2 2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 
1.3 2015/05/18 19:46:20 chewi Exp $
 
 EAPI=5
 
@@ -60,7 +60,8 @@

${FILESDIR}/0001-Support-bcel-6.0-RC3-instead-of-a-random-snapshot.patch \

${FILESDIR}/0002-Don-t-bundle-anything-in-the-annotations-jar.patch \
${FILESDIR}/0003-JDK-1.8-works-fine-for-me.patch \
-   ${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch
+   ${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch \
+   ${FILESDIR}/0005-Don-t-require-git-to-build.patch
 
# Remove bundled jars.
find -name *.jar -delete || die



1.5  dev-util/findbugs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   16 Mar 2015 14:24:51 -  1.4
+++ ChangeLog   18 May 2015 19:46:20 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/findbugs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.4 
2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.5 
2015/05/18 19:46:20 chewi Exp $
+
+  18 May 2015; James Le Cuirot ch...@gentoo.org
+  +files/0005-Don-t-require-git-to-build.patch, findbugs-3.0.1.ebuild:
+  Fix building without git installed.
 
   16 Mar 2015;  ch...@gentoo.org findbugs-3.0.1.ebuild:
   Fix building with -doc. Closes bug #543442.






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb-galera: mariadb-galera-10.0.19.ebuild ChangeLog mariadb-galera-10.0.16.ebuild mariadb-galera-10.0.17.ebuild

2015-05-18 Thread Brian Evans (grknight)
grknight15/05/18 20:07:51

  Modified: ChangeLog
  Added:mariadb-galera-10.0.19.ebuild
  Removed:  mariadb-galera-10.0.16.ebuild
mariadb-galera-10.0.17.ebuild
  Log:
  Security bump wrt bug 546724; drop vulnerable versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.15 dev-db/mariadb-galera/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Apr 2015 12:34:23 -   1.14
+++ ChangeLog   18 May 2015 20:07:51 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mariadb-galera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.14 
2015/04/03 12:34:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.15 
2015/05/18 20:07:51 grknight Exp $
+
+*mariadb-galera-10.0.19 (18 May 2015)
+
+  18 May 2015; Brian Evans grkni...@gentoo.org 
+mariadb-galera-10.0.19.ebuild,
+  -mariadb-galera-10.0.16.ebuild, -mariadb-galera-10.0.17.ebuild:
+  Security bump wrt bug 546724; drop vulnerable versions
 
 *mariadb-galera-10.0.17 (03 Apr 2015)
 



1.1  dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild

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

Index: mariadb-galera-10.0.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild,v 
1.1 2015/05/18 20:07:51 grknight Exp $

EAPI=5
MY_EXTRAS_VER=20141215-0144Z
WSREP_REVISION=25

inherit toolchain-funcs mysql-multilib
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~amd64 ~x86

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-galera-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {

if ! multilib_is_native_abi ; then
einfo Server tests not available on non-native abi.
return 0;
fi

local TESTDIR=${BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))
# Enable parallel testing, auto will try to detect number of 
cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL=${MTR_PARALLEL:-auto}

# create directories because mysqladmin might right out of order
mkdir -p ${T}/var-tests{,/log}

# These are failing in MariaDB 10.0 for now and are believed to 
be
  

[gentoo-commits] gentoo-x86 commit in dev-perl/FCGI-ProcManager: FCGI-ProcManager-0.250.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 21:04:31

  Modified: ChangeLog
  Added:FCGI-ProcManager-0.250.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.12 dev-perl/FCGI-ProcManager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/FCGI-ProcManager/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   26 Aug 2014 15:11:56 -  1.11
+++ ChangeLog   18 May 2015 21:04:31 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/FCGI-ProcManager
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI-ProcManager/ChangeLog,v 1.11 
2014/08/26 15:11:56 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI-ProcManager/ChangeLog,v 1.12 
2015/05/18 21:04:31 dilfridge Exp $
+
+*FCGI-ProcManager-0.250.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +FCGI-ProcManager-0.250.0.ebuild:
+  Version bump
 
 *FCGI-ProcManager-0.240.0-r1 (26 Aug 2014)
 



1.1  dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.250.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.250.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.250.0.ebuild?rev=1.1content-type=text/plain

Index: FCGI-ProcManager-0.250.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/FCGI-ProcManager/FCGI-ProcManager-0.250.0.ebuild,v
 1.1 2015/05/18 21:04:31 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ARODLAND
MODULE_VERSION=0.25
inherit perl-module

DESCRIPTION=A FastCGI process manager

SLOT=0
LICENSE=LGPL-2.1
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=virtual/perl-ExtUtils-MakeMaker






[gentoo-commits] gentoo-x86 commit in dev-lang/scala-bin: scala-bin-2.11.4.ebuild ChangeLog

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 21:11:24

  Modified: scala-bin-2.11.4.ebuild ChangeLog
  Log:
  Package move from dev-java/scala-bin to dev-lang/scala-bin (mark moved 
ebuilds stable).
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 93491BB8)

Revision  ChangesPath
1.2  dev-lang/scala-bin/scala-bin-2.11.4.ebuild

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

Index: scala-bin-2.11.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala-bin/scala-bin-2.11.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scala-bin-2.11.4.ebuild 18 May 2015 21:07:03 -  1.1
+++ scala-bin-2.11.4.ebuild 18 May 2015 21:11:24 -  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-lang/scala-bin/scala-bin-2.11.4.ebuild,v 1.1 
2015/05/18 21:07:03 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/scala-bin/scala-bin-2.11.4.ebuild,v 1.2 
2015/05/18 21:11:24 monsieurp Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=doc
 
 DEPEND=



1.2  dev-lang/scala-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala-bin/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala-bin/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala-bin/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala-bin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 May 2015 21:07:03 -  1.1
+++ ChangeLog   18 May 2015 21:11:24 -  1.2
@@ -1,6 +1,10 @@
-# ChangeLog for dev-java/scala-bin
+# ChangeLog for dev-lang/scala-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala-bin/ChangeLog,v 1.1 
2015/05/18 21:07:03 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala-bin/ChangeLog,v 1.2 
2015/05/18 21:11:24 monsieurp Exp $
+
+  18 May 2015; Patrice Clement monsie...@gentoo.org scala-bin-2.11.4.ebuild:
+  Package move from dev-java/scala-bin to dev-lang/scala-bin (mark moved 
ebuilds
+  stable).
 
   18 May 2015; Patrice Clement monsie...@gentoo.org metadata.xml:
   Add myself as main maintainter.






[gentoo-commits] gentoo-x86 commit in dev-perl/File-MimeInfo: ChangeLog File-MimeInfo-0.270.0.ebuild File-MimeInfo-0.170.0-r1.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 21:22:43

  Modified: ChangeLog
  Added:File-MimeInfo-0.270.0.ebuild
  Removed:  File-MimeInfo-0.170.0-r1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.96 dev-perl/File-MimeInfo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   4 Apr 2015 23:47:06 -   1.95
+++ ChangeLog   18 May 2015 21:22:43 -  1.96
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-MimeInfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.95 
2015/04/04 23:47:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.96 
2015/05/18 21:22:43 dilfridge Exp $
+
+*File-MimeInfo-0.270.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -File-MimeInfo-0.170.0-r1.ebuild, +File-MimeInfo-0.270.0.ebuild:
+  Version bump
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org File-MimeInfo-0.210.0.ebuild:
   Mark s390/sh stable.



1.1  dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild?rev=1.1content-type=text/plain

Index: File-MimeInfo-0.270.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild,v 
1.1 2015/05/18 21:22:43 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MICHIELB
MODULE_VERSION=0.27
inherit perl-module

DESCRIPTION=Determine file type

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

RDEPEND=

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20150515.ebuild ChangeLog

2015-05-18 Thread Nicolas Bock (nicolasbock)
nicolasbock15/05/18 22:49:06

  Modified: ChangeLog
  Added:lammps-20150515.ebuild
  Log:
  sci-physics/lammps: Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.103sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   3 May 2015 02:52:39 -   1.102
+++ ChangeLog   18 May 2015 22:49:06 -  1.103
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.102 
2015/05/03 02:52:39 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.103 
2015/05/18 22:49:06 nicolasbock Exp $
+
+*lammps-20150515 (18 May 2015)
+
+  18 May 2015; Nicolas Bock nicolasb...@gentoo.org +lammps-20150515.ebuild:
+  sci-physics/lammps: Version bump.
 
 *lammps-20150430 (03 May 2015)
 



1.1  sci-physics/lammps/lammps-20150515.ebuild

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

Index: lammps-20150515.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20150515.ebuild,v 
1.1 2015/05/18 22:49:06 nicolasbock Exp $

EAPI=5

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

inherit eutils flag-o-matic fortran-2 multilib python-r1

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
HOMEPAGE=http://lammps.sandia.gov/;
SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples gzip lammps-memalign mpi python static-libs

DEPEND=
mpi? (
virtual/blas
virtual/lapack
virtual/mpi
)
gzip? ( app-arch/gzip )
sci-libs/voro++
python? ( ${PYTHON_DEPS} )

RDEPEND=${DEPEND}

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi mpic++ $(tc-getCXX)) \
F90=$(usex mpi mpif90 $(tc-getFC)) \
LINK=$(usex mpi mpic++ $(tc-getCXX)) \
CCFLAGS=${CXXFLAGS} \
F90FLAGS=${FCFLAGS} \
LINKFLAGS=${LDFLAGS} \
LMP_INC=${LAMMPS_INCLUDEFLAGS} \
MPI_INC=$(usex mpi  -I../STUBS) \
MPI_PATH=$(usex mpi  -L../STUBS) \
MPI_LIB=$(usex mpi  -lmpi_stubs) \
user-atc_SYSLIB=$(usex mpi $($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack) '')\
$@
}

lmp_activate_packages() {
# Build packages
lmp_emake -C src yes-asphere
lmp_emake -C src yes-body
lmp_emake -C src yes-class2
lmp_emake -C src yes-colloid
lmp_emake -C src yes-coreshell
lmp_emake -C src yes-dipole
lmp_emake -C src yes-fld
#lmp_emake -C src yes-gpu
lmp_emake -C src yes-granular
# Need 

[gentoo-commits] gentoo-x86 commit in media-libs/libzen: metadata.xml ChangeLog

2015-05-18 Thread Tim Harder (radhermit)
radhermit15/05/18 20:44:43

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself as maintainer.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.5  media-libs/libzen/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libzen/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml11 Dec 2014 05:22:54 -  1.4
+++ metadata.xml18 May 2015 20:44:43 -  1.5
@@ -1,9 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emailradher...@gentoo.org/email
-   nameTim Harder/name
-   /maintainer
-   herdvideo/herd
+herdvideo/herd
 /pkgmetadata



1.63 media-libs/libzen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libzen/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   12 Apr 2015 16:24:47 -  1.62
+++ ChangeLog   18 May 2015 20:44:43 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libzen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libzen/ChangeLog,v 1.62 
2015/04/12 16:24:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libzen/ChangeLog,v 1.63 
2015/05/18 20:44:43 radhermit Exp $
+
+  18 May 2015; Tim Harder radher...@gentoo.org metadata.xml:
+  Remove myself as maintainer.
 
 *libzen-0.4.31 (12 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/scala-bin: - New directory

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 20:59:29

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-lang/scala-bin added to the repository



[gentoo-commits] gentoo-x86 commit in dev-perl/File-chdir: ChangeLog File-chdir-0.101.0.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 21:10:52

  Modified: ChangeLog
  Added:File-chdir-0.101.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.42 dev-perl/File-chdir/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   19 Oct 2014 17:37:25 -  1.41
+++ ChangeLog   18 May 2015 21:10:52 -  1.42
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-chdir
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.41 
2014/10/19 17:37:25 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.42 
2015/05/18 21:10:52 dilfridge Exp $
+
+*File-chdir-0.101.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +File-chdir-0.101.0.ebuild:
+  Version bump
 
   19 Oct 2014; Mikle Kolyada zlog...@gentoo.org -File-chdir-0.100.600.ebuild,
   -File-chdir-0.100.700.ebuild:



1.1  dev-perl/File-chdir/File-chdir-0.101.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.101.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.101.0.ebuild?rev=1.1content-type=text/plain

Index: File-chdir-0.101.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.101.0.ebuild,v 1.1 
2015/05/18 21:10:52 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.1010
inherit perl-module

DESCRIPTION=An alternative to File::Spec and CWD

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-Exporter
=virtual/perl-File-Spec-3.27

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? ( virtual/perl-Test-Simple )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.10.3-r1.ebuild scala-2.11.6.ebuild scala-2.11.4-r1.ebuild scala-2.10.2-r2.ebuild scala-2.9.2-r1.ebuild scala-2.11.1-r1.ebuild scala-2.11.2

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 21:15:41

  Modified: scala-2.10.3-r1.ebuild scala-2.11.6.ebuild
scala-2.11.4-r1.ebuild scala-2.10.2-r2.ebuild
scala-2.9.2-r1.ebuild scala-2.11.1-r1.ebuild
scala-2.11.2-r1.ebuild scala-2.10.4-r1.ebuild
ChangeLog
  Log:
  Update blocker from dev-java/scala-bin to dev-lang/scala-bin.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-lang/scala/scala-2.10.3-r1.ebuild

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

Index: scala-2.10.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.10.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scala-2.10.3-r1.ebuild  18 Apr 2015 07:42:09 -  1.2
+++ scala-2.10.3-r1.ebuild  18 May 2015 21:15:40 -  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/dev-lang/scala/scala-2.10.3-r1.ebuild,v 1.2 
2015/04/18 07:42:09 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.10.3-r1.ebuild,v 1.3 
2015/05/18 21:15:40 monsieurp Exp $
 
 EAPI=5
 
@@ -96,7 +96,7 @@
 RDEPEND=${COMMON_DEP}
=virtual/jre-1.6
app-eselect/eselect-scala
-   !dev-java/scala-bin:0
+   !dev-lang/scala-bin:0
 
 PDEPEND=emacs? ( app-emacs/scala-mode:0 )
 



1.3  dev-lang/scala/scala-2.11.6.ebuild

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

Index: scala-2.11.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scala-2.11.6.ebuild 18 Apr 2015 07:42:09 -  1.2
+++ scala-2.11.6.ebuild 18 May 2015 21:15:40 -  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/dev-lang/scala/scala-2.11.6.ebuild,v 1.2 
2015/04/18 07:42:09 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.6.ebuild,v 1.3 
2015/05/18 21:15:40 monsieurp Exp $
 
 EAPI=5
 
@@ -89,7 +89,7 @@
 RDEPEND=${COMMON_DEP}
=virtual/jre-1.6
app-eselect/eselect-scala
-   !dev-java/scala-bin:0
+   !dev-lang/scala-bin:0
 
 PDEPEND=emacs? ( app-emacs/scala-mode:0 )
 



1.3  dev-lang/scala/scala-2.11.4-r1.ebuild

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

Index: scala-2.11.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scala-2.11.4-r1.ebuild  18 Apr 2015 07:42:09 -  1.2
+++ scala-2.11.4-r1.ebuild  18 May 2015 21:15:40 -  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/dev-lang/scala/scala-2.11.4-r1.ebuild,v 1.2 
2015/04/18 07:42:09 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.4-r1.ebuild,v 1.3 
2015/05/18 21:15:40 monsieurp Exp $
 
 EAPI=5
 
@@ -89,7 +89,7 @@
 RDEPEND=${COMMON_DEP}
=virtual/jre-1.6
app-eselect/eselect-scala
-   !dev-java/scala-bin:0
+   !dev-lang/scala-bin:0
 
 PDEPEND=emacs? ( app-emacs/scala-mode:0 )
 



1.3  dev-lang/scala/scala-2.10.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.10.2-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.10.2-r2.ebuild?rev=1.3content-type=text/plain
diff : 

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

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 21:36:48

  Modified: ChangeLog
  Removed:  wdm-1.28-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.44 x11-misc/wdm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   2 Mar 2012 23:02:25 -   1.43
+++ ChangeLog   18 May 2015 21:36:48 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/wdm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.43 2012/03/02 
23:02:25 klausman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.44 2015/05/18 
21:36:48 mrueg Exp $
+
+  18 May 2015; Manuel Rüger mr...@gentoo.org -wdm-1.28-r1.ebuild:
+  Remove old.
 
   02 Mar 2012; Tobias Klausmann klaus...@gentoo.org wdm-1.28-r3.ebuild:
   Stable on alpha, bug #397275






[gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.104-r1.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:22:39

  Modified: ChangeLog
  Removed:  culmus-0.104-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.91 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   22 Apr 2015 23:54:52 -  1.90
+++ ChangeLog   18 May 2015 20:22:39 -  1.91
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.90 
2015/04/22 23:54:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.91 
2015/05/18 20:22:39 mrueg Exp $
+
+  18 May 2015; Manuel Rüger mr...@gentoo.org -culmus-0.104-r1.ebuild:
+  Remove old.
 
   22 Apr 2015; Manuel Rüger mr...@gentoo.org -culmus-0.120-r1.ebuild,
   -culmus-0.120-r2.ebuild, -culmus-0.120-r3.ebuild, -culmus-0.120.ebuild:






[gentoo-commits] gentoo-x86 commit in media-fonts/ricty: ChangeLog ricty-3.1.3.ebuild ricty-3.1.1.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:30:07

  Modified: ChangeLog
  Removed:  ricty-3.1.3.ebuild ricty-3.1.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.6  media-fonts/ricty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Jun 2012 22:36:53 -  1.5
+++ ChangeLog   18 May 2015 20:30:07 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/ricty
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.5 
2012/06/23 22:36:53 matsuu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.6 
2015/05/18 20:30:07 mrueg Exp $
+
+  18 May 2015; Manuel Rüger mr...@gentoo.org -ricty-3.1.1.ebuild,
+  -ricty-3.1.3.ebuild:
+  Remove old.
 
 *ricty-3.2.0 (23 Jun 2012)
 
@@ -23,4 +27,3 @@
   17 Sep 2011; MATSUU Takuto mat...@gentoo.org +ricty-3.1.1.ebuild,
   +metadata.xml:
   Initial import.
-






[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: ChangeLog cups-filters-1.0.68.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 20:44:49

  Modified: ChangeLog
  Added:cups-filters-1.0.68.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.148net-print/cups-filters/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.148view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.148content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.147r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   22 Apr 2015 20:40:24 -  1.147
+++ ChangeLog   18 May 2015 20:44:49 -  1.148
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/cups-filters
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.147 
2015/04/22 20:40:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.148 
2015/05/18 20:44:49 dilfridge Exp $
+
+*cups-filters-1.0.68 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +cups-filters-1.0.68.ebuild:
+  Version bump
 
   22 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
   -cups-filters-1.0.53.ebuild, -cups-filters-1.0.61.ebuild,



1.1  net-print/cups-filters/cups-filters-1.0.68.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.68.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.68.ebuild?rev=1.1content-type=text/plain

Index: cups-filters-1.0.68.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.68.ebuild,v 1.1 
2015/05/18 20:44:49 dilfridge Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

inherit base eutils perl-module autotools systemd

if [[ ${PV} ==  ]] ; then
inherit bzr
EBZR_REPO_URI=http://bzr.linuxfoundation.org/openprinting/cups-filters;
KEYWORDS=
else
SRC_URI=http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint
fi
DESCRIPTION=Cups PDF filters
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;

LICENSE=MIT GPL-2
SLOT=0
IUSE=dbus +foomatic jpeg perl png static-libs tiff zeroconf

RDEPEND=
=app-text/ghostscript-gpl-9.09
app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)]
=app-text/qpdf-3.0.2:=
media-libs/fontconfig
media-libs/freetype:2
media-libs/lcms:2
=net-print/cups-1.7.3
!=net-print/cups-1.5.
sys-devel/bc
sys-libs/zlib
dbus? ( sys-apps/dbus )
foomatic? ( !net-print/foomatic-filters )
jpeg? ( virtual/jpeg:0 )
perl? ( dev-lang/perl:= )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0 )
zeroconf? ( net-dns/avahi[dbus] )

DEPEND=${RDEPEND}

src_prepare() {
base_src_prepare
sed -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.ac || die
eautoreconf
}

src_configure() {
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable dbus) \
$(use_enable zeroconf avahi) \
$(use_enable static-libs static) \
--with-fontdir=fonts/conf.avail \
--with-pdftops=pdftops \
--enable-imagefilters \
$(use_with jpeg) \
$(use_with png) \
$(use_with tiff) \
--with-rcdir=no \
--with-browseremoteprotocols=DNSSD,CUPS \
--without-php
}

src_compile() {
MAKEOPTS=-j1 default

if use perl; then
pushd ${S}/scripting/perl  /dev/null
perl-module_src_configure
perl-module_src_compile
popd  /dev/null
fi
}

src_install() {
default

if use perl; then
pushd ${S}/scripting/perl  /dev/null
perl-module_src_install
perl_delete_localpod
popd  /dev/null
fi

# workaround: some printer drivers still require pstoraster and 
pstopxl, bug #383831
dosym /usr/libexec/cups/filter/gstoraster 
/usr/libexec/cups/filter/pstoraster
dosym /usr/libexec/cups/filter/gstopxl 

[gentoo-commits] gentoo-x86 commit in x11-misc/xrmap: ChangeLog xrmap-2.33.ebuild xrmap-2.29.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 21:38:30

  Modified: ChangeLog
  Removed:  xrmap-2.33.ebuild xrmap-2.29.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.25 x11-misc/xrmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   28 Dec 2013 00:09:57 -  1.24
+++ ChangeLog   18 May 2015 21:38:30 -  1.25
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xrmap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.24 2013/12/28 
00:09:57 robbat2 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/ChangeLog,v 1.25 2015/05/18 
21:38:30 mrueg Exp $
+
+  18 May 2015; Manuel Rüger mr...@gentoo.org -xrmap-2.29.ebuild,
+  -xrmap-2.33.ebuild:
+  Remove old.
 
   28 Dec 2013; Robin H. Johnson robb...@gentoo.org
   +files/xrmap-2.33-zlib.patch, xrmap-2.33-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/xwrits: ChangeLog xwrits-2.21.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 21:37:42

  Modified: ChangeLog
  Removed:  xwrits-2.21.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.27 x11-misc/xwrits/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   10 Aug 2014 20:05:39 -  1.26
+++ ChangeLog   18 May 2015 21:37:42 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xwrits
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.26 2014/08/10 
20:05:39 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.27 2015/05/18 
21:37:42 mrueg Exp $
+
+  18 May 2015; Manuel Rüger mr...@gentoo.org -xwrits-2.21.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org xwrits-2.21.ebuild,
   xwrits-2.26.ebuild:






  1   2   >