[gentoo-commits] gentoo-x86 commit in media-gfx/gmic: ChangeLog gmic-1.6.0.2.ebuild

2014-12-03 Thread Tim Harder (radhermit)
radhermit14/12/03 08:04:56

  Modified: ChangeLog
  Added:gmic-1.6.0.2.ebuild
  Log:
  Version bump (bug #516012). Add openmp flag and drop to ffmpeg only since the 
external binary is called instead of linking against the library.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.54 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   16 Jun 2014 07:51:42 -  1.53
+++ ChangeLog   3 Dec 2014 08:04:56 -   1.54
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.53 2014/06/16 
07:51:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.54 2014/12/03 
08:04:56 radhermit Exp $
+
+*gmic-1.6.0.2 (03 Dec 2014)
+
+  03 Dec 2014; Tim Harder radher...@gentoo.org +gmic-1.6.0.2.ebuild,
+  +files/gmic-1.6.0.2-makefile.patch:
+  Version bump (bug #516012). Add openmp flag and drop to ffmpeg only since the
+  external binary is called instead of linking against the library.
 
   16 Jun 2014; Tim Harder radher...@gentoo.org -gmic-1.5.8.0.ebuild,
   -gmic-1.5.8.1.ebuild, -gmic-1.5.8.2.ebuild, -gmic-1.5.8.3.ebuild,



1.1  media-gfx/gmic/gmic-1.6.0.2.ebuild

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

Index: gmic-1.6.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.6.0.2.ebuild,v 1.1 
2014/12/03 08:04:56 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs bash-completion-r1 flag-o-matic

DESCRIPTION=GREYC's Magic Image Converter
HOMEPAGE=http://gmic.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz

LICENSE=CeCILL-2 FDL-1.3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ffmpeg fftw graphicsmagick jpeg opencv openexr openmp png tiff X zlib

DEPEND=
fftw? ( sci-libs/fftw:3.0[threads] )
graphicsmagick? ( media-gfx/graphicsmagick )
jpeg? ( virtual/jpeg )
opencv? ( =media-libs/opencv-2.3.1a-r1 )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
X? (
x11-libs/libX11
x11-libs/libXext
)
zlib? ( sys-libs/zlib )
RDEPEND=${DEPEND}
ffmpeg? ( media-video/ffmpeg:0 )


S=${WORKDIR}/${P}/src

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi

if ! test-flag-CXX -std=c++11 ; then
die You need at least GCC 4.7.x or Clang = 3.3 for 
C++11-specific compiler flags
fi
}

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

for i in fftw jpeg opencv openmp png tiff zlib ; do
use $i || { sed -i -r s/^(${i}_(CFLAGS|LIBS) =).*/\1/I 
Makefile || die ; }
done

use graphicsmagick || { sed -i -r s/^(MAGICK_(CFLAGS|LIBS) =).*/\1/ 
Makefile || die ; }
use openexr || { sed -i -r s/^(EXR_(CFLAGS|LIBS) =).*/\1/ Makefile || 
die ; }

if ! use X ; then
sed -i -r s/^((X11|XSHM)_(CFLAGS|LIBS) =).*/\1/ Makefile || 
die

# disable display capabilities when X support is disabled
append-cppflags -Dcimg_display=0
fi
}

src_compile() {
emake AR=$(tc-getAR) CC=$(tc-getCXX) CFLAGS=${CXXFLAGS} \
LIB=$(get_libdir) OPT_CFLAGS= DEBUG_CFLAGS= linux lib
emake man bashcompletion
}

src_install() {
emake DESTDIR=${D} LIB=$(get_libdir) install-bin install-lib 
install-man install-bash
dodoc ../README
}






[gentoo-commits] gentoo-x86 commit in media-sound/kmidimon: kmidimon-0.7.5.ebuild ChangeLog

2014-12-03 Thread Michael Palimaka (kensington)
kensington14/12/03 08:05:59

  Modified: kmidimon-0.7.5.ebuild ChangeLog
  Log:
  Restrict media-sound/drumstick dependency.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  media-sound/kmidimon/kmidimon-0.7.5.ebuild

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

Index: kmidimon-0.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kmidimon-0.7.5.ebuild   17 Oct 2014 17:04:42 -  1.4
+++ kmidimon-0.7.5.ebuild   3 Dec 2014 08:05:59 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.5.ebuild,v 1.4 
2014/10/17 17:04:42 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.5.ebuild,v 1.5 
2014/12/03 08:05:59 kensington Exp $
 
 EAPI=5
 KDE_LINGUAS=cs es ja
@@ -19,6 +19,7 @@
 RDEPEND=
media-libs/alsa-lib
=media-sound/drumstick-0.5
+   media-sound/drumstick-1.0.0
 
 DEPEND=${RDEPEND}
 



1.15 media-sound/kmidimon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/kmidimon/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   17 Oct 2014 17:04:42 -  1.14
+++ ChangeLog   3 Dec 2014 08:05:59 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/kmidimon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/ChangeLog,v 1.14 
2014/10/17 17:04:42 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/ChangeLog,v 1.15 
2014/12/03 08:05:59 kensington Exp $
+
+  03 Dec 2014; Michael Palimaka kensing...@gentoo.org kmidimon-0.7.5.ebuild:
+  Restrict media-sound/drumstick dependency.
 
   17 Oct 2014; Michael Palimaka kensing...@gentoo.org kmidimon-0.7.5.ebuild:
   Update HOMEPAGE.






[gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.6.0.2.ebuild

2014-12-03 Thread Tim Harder (radhermit)
radhermit14/12/03 08:06:17

  Modified: ChangeLog
  Added:gimp-gmic-1.6.0.2.ebuild
  Log:
  Version bump (bug #516012).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.47 media-plugins/gimp-gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   16 Jun 2014 07:53:07 -  1.46
+++ ChangeLog   3 Dec 2014 08:06:17 -   1.47
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gimp-gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.46 
2014/06/16 07:53:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.47 
2014/12/03 08:06:17 radhermit Exp $
+
+*gimp-gmic-1.6.0.2 (03 Dec 2014)
+
+  03 Dec 2014; Tim Harder radher...@gentoo.org +gimp-gmic-1.6.0.2.ebuild,
+  +files/gmic-1.6.0.2-makefile.patch:
+  Version bump (bug #516012).
 
   16 Jun 2014; Tim Harder radher...@gentoo.org -gimp-gmic-1.5.8.0.ebuild,
   -gimp-gmic-1.5.8.1.ebuild, -gimp-gmic-1.5.8.2.ebuild,



1.1  media-plugins/gimp-gmic/gimp-gmic-1.6.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.6.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.6.0.2.ebuild?rev=1.1content-type=text/plain

Index: gimp-gmic-1.6.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.6.0.2.ebuild,v 1.1 
2014/12/03 08:06:17 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=G'MIC GIMP plugin
HOMEPAGE=http://gmic.sourceforge.net/gimp.shtml;
SRC_URI=mirror://sourceforge/gmic/gmic_${PV}.tar.gz

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

RDEPEND=
=media-gfx/gimp-2.4.0
media-libs/libpng:0=
sci-libs/fftw:3.0[threads]
sys-libs/zlib

DEPEND=${RDEPEND}

S=${WORKDIR}/gmic-${PV}/src

src_prepare() {
epatch ${FILESDIR}/gmic-${PV}-makefile.patch
}

src_compile() {
emake CC=$(tc-getCXX) CFLAGS=${CXXFLAGS} OPT_CFLAGS= DEBUG_CFLAGS= 
gimp
}

src_install() {
emake DESTDIR=${D} install-gimp
dodoc ../README
}

pkg_postinst() {
elog The G'MIC plugin is accessible from the menu:
elog Filters - G'MIC
}






[gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic/files: gmic-1.6.0.2-makefile.patch

2014-12-03 Thread Tim Harder (radhermit)
radhermit14/12/03 08:06:17

  Added:gmic-1.6.0.2-makefile.patch
  Log:
  Version bump (bug #516012).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-plugins/gimp-gmic/files/gmic-1.6.0.2-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/files/gmic-1.6.0.2-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/files/gmic-1.6.0.2-makefile.patch?rev=1.1content-type=text/plain

Index: gmic-1.6.0.2-makefile.patch
===
--- gmic-1.6.0.2/src/Makefile
+++ gmic-1.6.0.2/src/Makefile
@@ -85,7 +85,6 @@
 else
 MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/$(INCLUDE)
 endif
-MANDATORY_LIBS += -L$(USR)/$(LIB)
 ifeq ($(notdir $(CC)),g++)
 MANDATORY_CFLAGS += -Wall -W
 MANDATORY_LIBS += -lm
@@ -142,14 +141,14 @@
 # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
 # This requires the presence of the X11 include and library files.
 # (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ -I/usr/X11R6/include 
#-Dcimg_use_xrandr
-X11_LIBS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ #-Dcimg_use_xrandr
+X11_LIBS = -lX11 -lpthread #-lXrandr
 
 # Flags to enable fast display, using XShm.
 # This requires the presence of the X11 extension include and library files.
 # (package 'libx11-dev' on Debian).
 XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LIBS = -L$(USR)/X11R6/lib -lXext
+XSHM_LIBS = -lXext
 
 # Flags to enable image display, using GDI32.
 # This requires the presence of the GDI32 include and library files.
@@ -177,8 +176,8 @@
 # Flags to enable native support for MINC2 image files, using the MINC2 
library.
 # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
 # (package 'libminc-dev' on Debian).
-MINC2_CFLAGS = -Dcimg_use_minc2 -I${HOME}/local/include
-MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
+MINC2_CFLAGS = -Dcimg_use_minc2
+MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
 
 # Flags to enable native support for compressed .cimgz files, using the Zlib 
library.
 # This requires the presence of the Zlib include and library files.
@@ -345,10 +344,10 @@
 endif
 
 gimp:
-   $(MAKE) CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS) 
LIBS+=$(STD_GIMP_LIBS) $(OPT_LIBS) STRIP_EXE=1 gmic_gimp
+   $(MAKE) CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS) 
LIBS+=$(STD_GIMP_LIBS) $(OPT_LIBS) gmic_gimp
 
 lib:
-   $(MAKE) CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS) LIBS+=$(STD_LIB_LIBS) 
$(OPT_LIBS) gmic_lib
+   $(MAKE) CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS) 
LIBS+=$(STD_LIB_LIBS) $(OPT_LIBS) gmic_lib
 
 zart: lib
 ifneq ($(OS),Darwin)
@@ -359,7 +358,7 @@
 
 # Entries for other configurations.
 linux:
-   $(MAKE) CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS) 
LIBS=$(STD_UNIX_LIBS) STRIP_EXE=1 gmic
+   $(MAKE) CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS) 
LIBS=$(STD_UNIX_LIBS) gmic
 
 solaris:
$(MAKE) CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS) 
LIBS=$(STD_UNIX_LIBS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket STRIP_EXE=1 
gmic
@@ -386,28 +385,27 @@
$(MAKE) CFLAGS+=$(MINIMAL_MACOSX_CFLAGS) 
LIBS+=$(MINIMAL_MACOSX_LIBS) gmic
 
 custom:
-   $(MAKE) CFLAGS=$(CUSTOM_UNIX_CFLAGS) $(OPT_CFLAGS) 
LIBS=$(CUSTOM_UNIX_LIBS) STRIP_EXE=1 gmic
+   $(MAKE) CFLAGS+=$(CUSTOM_UNIX_CFLAGS) $(OPT_CFLAGS) 
LIBS=$(CUSTOM_UNIX_LIBS) gmic
 
 # Internal rules to build compilation modules.
 gmic_lib.o: gmic.cpp
$(CC) -o gmic_lib.o -c gmic.cpp -fPIC $(CFLAGS)
 gmic_lib: gmic_lib.o
-   ar rcs libgmic.a gmic_lib.o
+   $(AR) rcs libgmic.a gmic_lib.o
 ifneq ($(OS),Darwin)
-   $(CC) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so gmic_lib.o $(LIBS)
+   $(CC) $(LDFLAGS) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so 
gmic_lib.o $(LIBS)
$(CC) -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic $(FFTW_LIBS)
 else
-   $(CC) -shared -o libgmic.so gmic_lib.o $(LIBS)
+   $(CC) $(LDFLAGS) -shared -o libgmic.so gmic_lib.o $(LIBS)
 endif
 
 gmic_gimp.o: gmic.cpp CImg.h
$(CC) -o gmic_gimp.o -c gmic.cpp $(CFLAGS) -Dgmic_gimp
 gmic_gimp : gmic_gimp.o gmic_gimp.cpp
-   $(CC) -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0$(EXE) 
--cflags` $(CFLAGS) `gimptool-2.0$(EXE) --libs` $(LIBS)
-   strip gmic_gimp$(EXE)
+   $(CC) -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0$(EXE) 
--cflags` $(CFLAGS) $(LDFLAGS) `gimptool-2.0$(EXE) --libs` $(LIBS)
 
 gmic: gmic.cpp gmic.h CImg.h
-   $(CC) -o gmic gmic.cpp $(CFLAGS) -Dgmic_main $(LIBS)
+   $(CC) -o gmic gmic.cpp $(CFLAGS) $(LDFLAGS) -Dgmic_main $(LIBS)
 
 gmic_def.h: gmic_def.gmic
@echo #ifndef gmic_gimp  gmic_def.h
@@ -422,20 +420,25 @@
 # Generate bash completion script.
 bashcompletion:
  

[gentoo-commits] gentoo-x86 commit in sci-libs/clapack: clapack-3.2.1-r8.ebuild ChangeLog

2014-12-03 Thread Justin Lecher (jlec)
jlec14/12/03 08:14:34

  Modified: ChangeLog
  Added:clapack-3.2.1-r8.ebuild
  Log:
  sci-libs/clapack: Use system f2c.h instead of bundled one, #531442
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.25 sci-libs/clapack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   6 Jan 2014 14:41:18 -   1.24
+++ ChangeLog   3 Dec 2014 08:14:34 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/clapack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.24 
2014/01/06 14:41:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.25 
2014/12/03 08:14:34 jlec Exp $
+
+*clapack-3.2.1-r8 (03 Dec 2014)
+
+  03 Dec 2014; Justin Lecher j...@gentoo.org +clapack-3.2.1-r8.ebuild:
+  Use system f2c.h instead of bundled one, #531442
 
   06 Jan 2014; Justin Lecher j...@gentoo.org clapack-3.2.1-r6.ebuild,
   clapack-3.2.1-r7.ebuild:



1.1  sci-libs/clapack/clapack-3.2.1-r8.ebuild

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

Index: clapack-3.2.1-r8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r8.ebuild,v 
1.1 2014/12/03 08:14:34 jlec Exp $

EAPI=5

inherit flag-o-matic cmake-utils

DESCRIPTION=f2c'ed version of LAPACK
HOMEPAGE=http://www.netlib.org/clapack/;
SRC_URI=http://www.netlib.org/${PN}/${P}-CMAKE.tgz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=
=dev-libs/libf2c-20090407-r1
virtual/blas
DEPEND=${RDEPEND}

S=${WORKDIR}/${P}-CMAKE

PATCHES=(
${FILESDIR}/${P}-fix_include_file.patch
${FILESDIR}/${P}-noblasf2c.patch
${FILESDIR}/${P}-hang.patch
${FILESDIR}/${P}-findblas-r7.patch
)

src_prepare() {
rm INCLUDE/f2c.h F2CLIBS/libf2c/f2c.h || die
cmake-utils_src_prepare
}

src_configure() {
filter-flags -ftree-vectorize
# causes an internal compiler error with gcc-4.6.2

local mycmakeargs=( $(cmake-utils_use_enable test TESTS) )
cmake-utils_src_configure
}






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

2014-12-03 Thread Dirkjan Ochtman (djc)
djc 14/12/03 08:21:16

  Modified: asciidoc-8.6.9-r1.ebuild asciidoc-8.6.9.ebuild
ChangeLog
  Log:
  Remove some old python implementations
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.8  app-text/asciidoc/asciidoc-8.6.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?r1=1.7r2=1.8

Index: asciidoc-8.6.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- asciidoc-8.6.9-r1.ebuild2 Dec 2014 09:54:42 -   1.7
+++ asciidoc-8.6.9-r1.ebuild3 Dec 2014 08:21:16 -   1.8
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.7 
2014/12/02 09:54:42 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.8 
2014/12/03 08:21:16 djc Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit python-single-r1
 



1.2  app-text/asciidoc/asciidoc-8.6.9.ebuild

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

Index: asciidoc-8.6.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asciidoc-8.6.9.ebuild   23 Sep 2014 19:31:05 -  1.1
+++ asciidoc-8.6.9.ebuild   3 Dec 2014 08:21:16 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9.ebuild,v 
1.1 2014/09/23 19:31:05 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9.ebuild,v 
1.2 2014/12/03 08:21:16 djc Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 [ $PV ==  ]  inherit mercurial autotools
 inherit python-single-r1



1.103app-text/asciidoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   2 Dec 2014 09:54:42 -   1.102
+++ ChangeLog   3 Dec 2014 08:21:16 -   1.103
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/asciidoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.102 
2014/12/02 09:54:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.103 
2014/12/03 08:21:16 djc Exp $
+
+  03 Dec 2014; Dirkjan Ochtman d...@gentoo.org asciidoc-8.6.9-r1.ebuild,
+  asciidoc-8.6.9.ebuild:
+  Remove some old python implementations
 
   02 Dec 2014; Pacho Ramos pa...@gentoo.org asciidoc-8.6.9-r1.ebuild:
   x86 stable, bug #529410






[gentoo-commits] gentoo-x86 commit in dev-vcs/tortoisehg: ChangeLog tortoisehg-3.2.1.ebuild

2014-12-03 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/03 08:35:20

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

Revision  ChangesPath
1.66 dev-vcs/tortoisehg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   6 Nov 2014 21:26:17 -   1.65
+++ ChangeLog   3 Dec 2014 08:35:20 -   1.66
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/tortoisehg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.65 
2014/11/06 21:26:17 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.66 
2014/12/03 08:35:20 polynomial-c Exp $
+
+*tortoisehg-3.2.1 (03 Dec 2014)
+
+  03 Dec 2014; Lars Wendler polynomia...@gentoo.org +tortoisehg-3.2.1.ebuild:
+  Version bump.
 
 *tortoisehg-3.2 (06 Nov 2014)
 



1.1  dev-vcs/tortoisehg/tortoisehg-3.2.1.ebuild

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

Index: tortoisehg-3.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.1.ebuild,v 
1.1 2014/12/03 08:35:20 polynomial-c Exp $

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

inherit distutils-r1 eutils

if [[ ${PV} != ** ]]; then
KEYWORDS=~amd64 ~x86
SRC_URI=https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz;
HG_DEPEND==dev-vcs/mercurial-3.0 dev-vcs/mercurial-3.3
else
inherit mercurial
EHG_REPO_URI=https://bitbucket.org/tortoisehg/thg;
EHG_REVISION=stable
KEYWORDS=
SRC_URI=
HG_DEPEND=dev-vcs/mercurial
fi

DESCRIPTION=Set of graphical tools for Mercurial
HOMEPAGE=http://tortoisehg.bitbucket.org;

LICENSE=GPL-2
SLOT=0
IUSE=doc

RDEPEND=${HG_DEPEND}
dev-python/iniparse[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/PyQt4[svg,${PYTHON_USEDEP}]
dev-python/qscintilla-python[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( =dev-python/sphinx-1.0.3 )

# Workaround race condition in build_qt
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
if [[ ${LINGUAS+set} ]]; then
cd i18n/tortoisehg || die
local x y keep
for x in *.po; do
keep=false
for y in ${LINGUAS}; do
if [[ ${y} == ${x%.po}* ]]; then
keep=true
break
fi
done
${keep} || rm ${x} || die
done
cd ${S} || die
fi
distutils-r1_python_prepare_all
}

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

python_install_all() {
distutils-r1_python_install_all
dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
if use doc ; then
dohtml -r doc/build/html/
fi
newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg
domenu contrib/thg.desktop
}

pkg_postinst() {
elog When startup of ${PN} fails with an API version mismatch error
elog between dev-python/sip and dev-python/PyQt4 please rebuild
elog dev-python/qscintilla-python.
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libzip: ChangeLog libzip-0.11.2.ebuild

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 08:36:51

  Modified: ChangeLog libzip-0.11.2.ebuild
  Log:
  Stable for HPPA (bug #530660).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.75 dev-libs/libzip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   14 Mar 2014 07:49:03 -  1.74
+++ ChangeLog   3 Dec 2014 08:36:51 -   1.75
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libzip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.74 2014/03/14 
07:49:03 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.75 2014/12/03 
08:36:51 jer Exp $
+
+  03 Dec 2014; Jeroen Roovers j...@gentoo.org libzip-0.11.2.ebuild:
+  Stable for HPPA (bug #530660).
 
 *libzip-0.11.2 (14 Mar 2014)
 



1.2  dev-libs/libzip/libzip-0.11.2.ebuild

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

Index: libzip-0.11.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzip-0.11.2.ebuild14 Mar 2014 07:48:06 -  1.1
+++ libzip-0.11.2.ebuild3 Dec 2014 08:36:51 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.1 
2014/03/14 07:48:06 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.2 
2014/12/03 08:36:51 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos
 IUSE=static-libs
 
 RDEPEND=sys-libs/zlib






[gentoo-commits] gentoo-x86 commit in media-tv/v4l-utils: v4l-utils-1.6.2.ebuild ChangeLog

2014-12-03 Thread Alexis Ballier (aballier)
aballier14/12/03 08:45:47

  Modified: v4l-utils-1.6.2.ebuild ChangeLog
  Log:
  pass --without-jpeg as this only applies to the lib, bug #531458
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.3  media-tv/v4l-utils/v4l-utils-1.6.2.ebuild

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

Index: v4l-utils-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v4l-utils-1.6.2.ebuild  26 Nov 2014 11:45:30 -  1.2
+++ v4l-utils-1.6.2.ebuild  3 Dec 2014 08:45:47 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 
1.2 2014/11/26 11:45:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 
1.3 2014/12/03 08:45:47 aballier Exp $
 
 EAPI=5
 inherit eutils udev
@@ -35,7 +35,7 @@
$(use_enable qt4 qv4l2) \
$(use_with udev libudev) \
--with-udevdir=$(get_udevdir) \
-   --with-jpeg
+   --without-jpeg
 }
 
 src_install() {



1.44 media-tv/v4l-utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   26 Nov 2014 11:45:30 -  1.43
+++ ChangeLog   3 Dec 2014 08:45:47 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/v4l-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.43 
2014/11/26 11:45:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.44 
2014/12/03 08:45:47 aballier Exp $
+
+  03 Dec 2014; Alexis Ballier aball...@gentoo.org v4l-utils-1.6.2.ebuild:
+  pass --without-jpeg as this only applies to the lib, bug #531458
 
   26 Nov 2014; Alexis Ballier aball...@gentoo.org v4l-utils-1.6.2.ebuild:
   keyword ~arm






[gentoo-commits] gentoo-x86 commit in dev-libs/libnl: ChangeLog libnl-3.2.25.ebuild

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 08:55:48

  Modified: ChangeLog libnl-3.2.25.ebuild
  Log:
  Stable for HPPA (bug #509544).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.215dev-libs/libnl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   22 Sep 2014 20:49:17 -  1.214
+++ ChangeLog   3 Dec 2014 08:55:48 -   1.215
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libnl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.214 2014/09/22 
20:49:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.215 2014/12/03 
08:55:48 jer Exp $
+
+  03 Dec 2014; Jeroen Roovers j...@gentoo.org libnl-3.2.25.ebuild:
+  Stable for HPPA (bug #509544).
 
   22 Sep 2014; Jeroen Roovers j...@gentoo.org libnl-3.2.25.ebuild:
   Restore KEYWORDS (bug #515132).



1.4  dev-libs/libnl/libnl-3.2.25.ebuild

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

Index: libnl-3.2.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnl-3.2.25.ebuild 22 Sep 2014 20:49:17 -  1.3
+++ libnl-3.2.25.ebuild 3 Dec 2014 08:55:48 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.3 
2014/09/22 20:49:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.4 
2014/12/03 08:55:48 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2.1 utils? ( GPL-2 )
 SLOT=3
-KEYWORDS= ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
 IUSE=static-libs python utils
 
 RDEPEND=python? ( ${PYTHON_DEPS} )






[gentoo-commits] gentoo-x86 commit in kde-misc/kwebkitpart: kwebkitpart-1.3.4-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:33:49

  Modified: kwebkitpart-1.3.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #527438
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild

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

Index: kwebkitpart-1.3.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kwebkitpart-1.3.4-r1.ebuild 25 Nov 2014 08:43:17 -  1.2
+++ kwebkitpart-1.3.4-r1.ebuild 3 Dec 2014 09:33:49 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild,v 1.2 
2014/11/25 08:43:17 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild,v 1.3 
2014/12/03 09:33:49 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2
 SLOT=4
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 x86
+KEYWORDS=~amd64 ~arm ppc ~ppc64 x86
 IUSE=debug
 
 PATCHES=( ${FILESDIR}/${P}-CVE-2014-8600.patch )



1.43 kde-misc/kwebkitpart/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kwebkitpart/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kwebkitpart/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kwebkitpart/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   25 Nov 2014 08:43:17 -  1.42
+++ ChangeLog   3 Dec 2014 09:33:49 -   1.43
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/kwebkitpart
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.42 
2014/11/25 08:43:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.43 
2014/12/03 09:33:49 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org kwebkitpart-1.3.4-r1.ebuild:
+  Stable for ppc, wrt bug #527438
 
   25 Nov 2014; Agostino Sarubbo a...@gentoo.org kwebkitpart-1.3.4-r1.ebuild:
   Stable for x86, wrt bug #527438






[gentoo-commits] gentoo-x86 commit in dev-libs/stfl: stfl-0.23.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:34:30

  Modified: stfl-0.23.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-libs/stfl/stfl-0.23.ebuild

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

Index: stfl-0.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stfl-0.23.ebuild26 Nov 2014 10:41:39 -  1.3
+++ stfl-0.23.ebuild3 Dec 2014 09:34:30 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.3 
2014/11/26 10:41:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.4 
2014/12/03 09:34:30 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc ~x86
 IUSE=examples perl python ruby static-libs
 
 COMMON_DEPEND=



1.45 dev-libs/stfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   26 Nov 2014 10:41:39 -  1.44
+++ ChangeLog   3 Dec 2014 09:34:30 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/stfl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.44 2014/11/26 
10:41:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.45 2014/12/03 
09:34:30 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org stfl-0.23.ebuild:
+  Stable for ppc, wrt bug #529262
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org stfl-0.23.ebuild:
   Stable for amd64, wrt bug #529262






[gentoo-commits] gentoo-x86 commit in media-gfx/gqview: gqview-2.1.5-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:34:09

  Modified: gqview-2.1.5-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529166
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  media-gfx/gqview/gqview-2.1.5-r1.ebuild

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

Index: gqview-2.1.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gqview-2.1.5-r1.ebuild  27 Nov 2014 01:51:52 -  1.3
+++ gqview-2.1.5-r1.ebuild  3 Dec 2014 09:34:09 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v 
1.3 2014/11/27 01:51:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v 
1.4 2014/12/03 09:34:09 ago Exp $
 
 EAPI=5
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND==x11-libs/gtk+-2.4:2



1.106media-gfx/gqview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   27 Nov 2014 01:51:52 -  1.105
+++ ChangeLog   3 Dec 2014 09:34:09 -   1.106
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gqview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.105 
2014/11/27 01:51:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.106 
2014/12/03 09:34:09 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org gqview-2.1.5-r1.ebuild:
+  Stable for ppc, wrt bug #529166
 
   27 Nov 2014; Michael Sterrett mr_bon...@gentoo.org gqview-2.1.5-r1.ebuild:
   avoid warning from autotools.eclass re: configure.in






[gentoo-commits] gentoo-x86 commit in app-misc/lcd4linux: lcd4linux-0.10.1_rc2-r3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:34:51

  Modified: lcd4linux-0.10.1_rc2-r3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529408
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?r1=1.2r2=1.3

Index: lcd4linux-0.10.1_rc2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lcd4linux-0.10.1_rc2-r3.ebuild  26 Nov 2014 10:39:18 -  1.2
+++ lcd4linux-0.10.1_rc2-r3.ebuild  3 Dec 2014 09:34:50 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.2 
2014/11/26 10:39:18 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.3 
2014/12/03 09:34:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc ~x86
 
 IUSE=mysql python iconv mpd
 



1.45 app-misc/lcd4linux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   26 Nov 2014 10:39:18 -  1.44
+++ ChangeLog   3 Dec 2014 09:34:50 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/lcd4linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.44 
2014/11/26 10:39:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.45 
2014/12/03 09:34:50 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org 
lcd4linux-0.10.1_rc2-r3.ebuild:
+  Stable for ppc, wrt bug #529408
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org 
lcd4linux-0.10.1_rc2-r3.ebuild:
   Stable for amd64, wrt bug #529408






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-3.1.6.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:35:14

  Modified: singular-3.1.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529536
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sci-mathematics/singular/singular-3.1.6.ebuild

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

Index: singular-3.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- singular-3.1.6.ebuild   26 Nov 2014 10:39:23 -  1.2
+++ singular-3.1.6.ebuild   3 Dec 2014 09:35:14 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.6.ebuild,v 1.2 
2014/11/26 10:39:23 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.6.ebuild,v 1.3 
2014/12/03 09:35:14 ago Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
+KEYWORDS=amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
 IUSE=boost doc emacs examples python readline test
 
 RDEPEND=



1.58 sci-mathematics/singular/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   26 Nov 2014 10:39:23 -  1.57
+++ ChangeLog   3 Dec 2014 09:35:14 -   1.58
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.57 
2014/11/26 10:39:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.58 
2014/12/03 09:35:14 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org singular-3.1.6.ebuild:
+  Stable for ppc, wrt bug #529536
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org singular-3.1.6.ebuild:
   Stable for amd64, wrt bug #529536






[gentoo-commits] gentoo-x86 commit in x11-plugins/purple-plugin_pack: purple-plugin_pack-2.7.0-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:35:34

  Modified: purple-plugin_pack-2.7.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529550
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?r1=1.3r2=1.4

Index: purple-plugin_pack-2.7.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- purple-plugin_pack-2.7.0-r1.ebuild  26 Nov 2014 10:39:58 -  1.3
+++ purple-plugin_pack-2.7.0-r1.ebuild  3 Dec 2014 09:35:34 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
 1.3 2014/11/26 10:39:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
 1.4 2014/12/03 09:35:34 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ~ppc ~x86
+KEYWORDS=amd64 hppa ppc ~x86
 IUSE=debug gtk ncurses spell talkfilters
 
 RDEPEND=dev-libs/json-glib



1.50 x11-plugins/purple-plugin_pack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   26 Nov 2014 10:39:58 -  1.49
+++ ChangeLog   3 Dec 2014 09:35:34 -   1.50
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/purple-plugin_pack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v 
1.49 2014/11/26 10:39:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v 
1.50 2014/12/03 09:35:34 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org
+  purple-plugin_pack-2.7.0-r1.ebuild:
+  Stable for ppc, wrt bug #529550
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org
   purple-plugin_pack-2.7.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in www-misc/gurlchecker: gurlchecker-0.13.1-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:36:18

  Modified: gurlchecker-0.13.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530026
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild

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

Index: gurlchecker-0.13.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gurlchecker-0.13.1-r1.ebuild26 Nov 2014 10:41:34 -  1.2
+++ gurlchecker-0.13.1-r1.ebuild3 Dec 2014 09:36:18 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v 1.2 
2014/11/26 10:41:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v 1.3 
2014/12/03 09:36:18 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 SRC_URI=http://labs.libre-entreprise.org/frs/download.php/857/${P}.tar.gz;
 
 LICENSE=GPL-2
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc ~x86
 SLOT=0
 IUSE=clamav json sqlite ssl tidy
 



1.43 www-misc/gurlchecker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/gurlchecker/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/gurlchecker/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/gurlchecker/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   26 Nov 2014 10:41:34 -  1.42
+++ ChangeLog   3 Dec 2014 09:36:18 -   1.43
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/gurlchecker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.42 
2014/11/26 10:41:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.43 
2014/12/03 09:36:18 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org gurlchecker-0.13.1-r1.ebuild:
+  Stable for ppc, wrt bug #530026
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org gurlchecker-0.13.1-r1.ebuild:
   Stable for amd64, wrt bug #530026






[gentoo-commits] gentoo-x86 commit in games-puzzle/skoosh: skoosh-2.5.0-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:35:55

  Modified: skoosh-2.5.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530020
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild?r1=1.2r2=1.3

Index: skoosh-2.5.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skoosh-2.5.0-r1.ebuild  26 Nov 2014 10:41:24 -  1.2
+++ skoosh-2.5.0-r1.ebuild  3 Dec 2014 09:35:55 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v 1.2 
2014/11/26 10:41:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v 1.3 
2014/12/03 09:35:55 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc ~x86
 IUSE=nls
 
 RDEPEND=



1.12 games-puzzle/skoosh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   26 Nov 2014 10:41:24 -  1.11
+++ ChangeLog   3 Dec 2014 09:35:55 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/skoosh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.11 
2014/11/26 10:41:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.12 
2014/12/03 09:35:55 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org skoosh-2.5.0-r1.ebuild:
+  Stable for ppc, wrt bug #530020
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org skoosh-2.5.0-r1.ebuild:
   Stable for amd64, wrt bug #530020






[gentoo-commits] gentoo-x86 commit in media-sound/muine: muine-0.8.11-r3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:36:43

  Modified: muine-0.8.11-r3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530042
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-sound/muine/muine-0.8.11-r3.ebuild

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

Index: muine-0.8.11-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- muine-0.8.11-r3.ebuild  26 Nov 2014 10:41:19 -  1.2
+++ muine-0.8.11-r3.ebuild  3 Dec 2014 09:36:43 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.2 2014/11/26 10:41:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.3 2014/12/03 09:36:43 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc ~x86
 IUSE=flac mad vorbis
 
 RDEPEND=



1.74 media-sound/muine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   26 Nov 2014 10:41:19 -  1.73
+++ ChangeLog   3 Dec 2014 09:36:43 -   1.74
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.73 
2014/11/26 10:41:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.74 
2014/12/03 09:36:43 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org muine-0.8.11-r3.ebuild:
+  Stable for ppc, wrt bug #530042
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org muine-0.8.11-r3.ebuild:
   Stable for amd64, wrt bug #530042






[gentoo-commits] gentoo-x86 commit in games-board/gnome-mastermind: gnome-mastermind-0.3.1-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:37:05

  Modified: gnome-mastermind-0.3.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530122
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild?r1=1.2r2=1.3

Index: gnome-mastermind-0.3.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-mastermind-0.3.1-r1.ebuild26 Nov 2014 10:40:59 -  1.2
+++ gnome-mastermind-0.3.1-r1.ebuild3 Dec 2014 09:37:04 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
 1.2 2014/11/26 10:40:59 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
 1.3 2014/12/03 09:37:04 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ppc ~x86
 IUSE=
 
 RDEPEND=



1.13 games-board/gnome-mastermind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   26 Nov 2014 10:40:59 -  1.12
+++ ChangeLog   3 Dec 2014 09:37:04 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnome-mastermind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.12 2014/11/26 10:40:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.13 2014/12/03 09:37:04 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-mastermind-0.3.1-r1.ebuild:
+  Stable for ppc, wrt bug #530122
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org
   gnome-mastermind-0.3.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/autossh: autossh-1.4d.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:37:23

  Modified: autossh-1.4d.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530396
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/autossh/autossh-1.4d.ebuild

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

Index: autossh-1.4d.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autossh-1.4d.ebuild 26 Nov 2014 10:41:14 -  1.2
+++ autossh-1.4d.ebuild 3 Dec 2014 09:37:23 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v 1.2 
2014/11/26 10:41:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v 1.3 
2014/12/03 09:37:23 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 SRC_URI=http://www.harding.motd.ca/${PN}/${P}.tgz;
 
 LICENSE=BSD
-KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux
+KEYWORDS=amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux
 SLOT=0
 
 RDEPEND=net-misc/openssh



1.39 net-misc/autossh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   26 Nov 2014 10:41:14 -  1.38
+++ ChangeLog   3 Dec 2014 09:37:23 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/autossh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.38 
2014/11/26 10:41:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.39 
2014/12/03 09:37:23 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org autossh-1.4d.ebuild:
+  Stable for ppc, wrt bug #530396
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org autossh-1.4d.ebuild:
   Stable for amd64, wrt bug #530396






[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.9.1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:38:36

  Modified: fail2ban-0.9.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530346
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-analyzer/fail2ban/fail2ban-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild?r1=1.7r2=1.8

Index: fail2ban-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fail2ban-0.9.1.ebuild   1 Dec 2014 09:37:48 -   1.7
+++ fail2ban-0.9.1.ebuild   3 Dec 2014 09:38:36 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.7 
2014/12/01 09:37:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.8 
2014/12/03 09:38:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~arm hppa ppc ~ppc64 sparc ~x86 ~x86-fbsd
 IUSE=selinux systemd
 
 DEPEND=



1.152net-analyzer/fail2ban/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.152view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.152content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.151r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   1 Dec 2014 09:37:48 -   1.151
+++ ChangeLog   3 Dec 2014 09:38:36 -   1.152
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.151 
2014/12/01 09:37:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.152 
2014/12/03 09:38:36 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org fail2ban-0.9.1.ebuild:
+  Stable for ppc, wrt bug #530346
 
   01 Dec 2014; Agostino Sarubbo a...@gentoo.org fail2ban-0.9.1.ebuild:
   Stable for sparc, wrt bug #530346






[gentoo-commits] gentoo-x86 commit in dev-tex/latex-beamer: latex-beamer-3.33.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:37:56

  Modified: latex-beamer-3.33.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #523140
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-tex/latex-beamer/latex-beamer-3.33.ebuild

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

Index: latex-beamer-3.33.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.33.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- latex-beamer-3.33.ebuild1 Dec 2014 09:25:22 -   1.7
+++ latex-beamer-3.33.ebuild3 Dec 2014 09:37:56 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.33.ebuild,v 1.7 
2014/12/01 09:25:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.33.ebuild,v 1.8 
2014/12/03 09:37:56 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 FDL-1.2 LPPL-1.3c
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc examples
 
 DEPEND=app-arch/unzip



1.163dev-tex/latex-beamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.163view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?rev=1.163content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latex-beamer/ChangeLog?r1=1.162r2=1.163

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   1 Dec 2014 09:25:22 -   1.162
+++ ChangeLog   3 Dec 2014 09:37:56 -   1.163
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/latex-beamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.162 
2014/12/01 09:25:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/ChangeLog,v 1.163 
2014/12/03 09:37:56 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org latex-beamer-3.33.ebuild:
+  Stable for ppc, wrt bug #523140
 
   01 Dec 2014; Agostino Sarubbo a...@gentoo.org latex-beamer-3.33.ebuild:
   Stable for sparc, wrt bug #523140






[gentoo-commits] gentoo-x86 commit in media-video/lsdvd: lsdvd-0.17.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:38:15

  Modified: lsdvd-0.17.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #528262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  media-video/lsdvd/lsdvd-0.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild?r1=1.5r2=1.6

Index: lsdvd-0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lsdvd-0.17.ebuild   1 Dec 2014 09:37:39 -   1.5
+++ lsdvd-0.17.ebuild   3 Dec 2014 09:38:15 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild,v 1.5 
2014/12/01 09:37:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.17.ebuild,v 1.6 
2014/12/03 09:38:15 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos
+KEYWORDS=~alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos
 IUSE=
 
 RDEPEND=media-libs/libdvdread



1.53 media-video/lsdvd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   1 Dec 2014 09:37:39 -   1.52
+++ ChangeLog   3 Dec 2014 09:38:15 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/lsdvd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.52 
2014/12/01 09:37:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.53 
2014/12/03 09:38:15 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org lsdvd-0.17.ebuild:
+  Stable for ppc, wrt bug #528262
 
   01 Dec 2014; Agostino Sarubbo a...@gentoo.org lsdvd-0.17.ebuild:
   Stable for sparc, wrt bug #528262






[gentoo-commits] gentoo-x86 commit in app-office/lyx: lyx-2.1.2.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:38:57

  Modified: lyx-2.1.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529102
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-office/lyx/lyx-2.1.2.ebuild

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

Index: lyx-2.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lyx-2.1.2.ebuild2 Dec 2014 09:19:00 -   1.6
+++ lyx-2.1.2.ebuild3 Dec 2014 09:38:57 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.2.ebuild,v 1.6 
2014/12/02 09:19:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.2.ebuild,v 1.7 
2014/12/03 09:38:57 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos
 IUSE=cups debug nls +latex monolithic-build html rtf dot docbook dia 
subversion rcs svg gnumeric +hunspell aspell enchant
 
 LANGS=ar ca cs de da el en es eu fi fr gl he hu ia id it ja nb nn pl pt ro ru 
sk sr sv tr uk zh_CN zh_TW



1.326app-office/lyx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.326view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.326content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?r1=1.325r2=1.326

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- ChangeLog   2 Dec 2014 09:19:00 -   1.325
+++ ChangeLog   3 Dec 2014 09:38:57 -   1.326
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/lyx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.325 2014/12/02 
09:19:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.326 2014/12/03 
09:38:57 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org lyx-2.1.2.ebuild:
+  Stable for ppc, wrt bug #529102
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org lyx-2.1.2.ebuild:
   Stable for alpha, wrt bug #529102






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

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:39:17

  Modified: iputils-20121221-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #517720
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 net-misc/iputils/iputils-20121221-r1.ebuild

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

Index: iputils-20121221-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- iputils-20121221-r1.ebuild  2 Dec 2014 09:20:24 -   1.11
+++ iputils-20121221-r1.ebuild  3 Dec 2014 09:39:17 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221-r1.ebuild,v 1.11 
2014/12/02 09:20:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221-r1.ebuild,v 1.12 
2014/12/03 09:39:17 ago Exp $
 
 # For released versions, we precompile the man/html pages and store
 # them in a tarball on our mirrors.  This avoids ugly issues while
@@ -16,7 +16,7 @@
 else
SRC_URI=http://www.skbuff.net/iputils/iputils-s${PV}.tar.bz2
mirror://gentoo/iputils-s${PV}-manpages.tar.bz2
-   KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux
+   KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux
 fi
 
 DESCRIPTION=Network monitoring tools including ping and ping6



1.134net-misc/iputils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   2 Dec 2014 09:20:24 -   1.133
+++ ChangeLog   3 Dec 2014 09:39:17 -   1.134
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/iputils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.133 
2014/12/02 09:20:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.134 
2014/12/03 09:39:17 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org iputils-20121221-r1.ebuild:
+  Stable for ppc, wrt bug #517720
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org iputils-20121221-r1.ebuild:
   Stable for alpha, wrt bug #517720






[gentoo-commits] gentoo-x86 commit in sys-process/lsof: lsof-4.87-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:39:37

  Modified: lsof-4.87-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529126
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 sys-process/lsof/lsof-4.87-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild?r1=1.10r2=1.11

Index: lsof-4.87-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lsof-4.87-r1.ebuild 2 Dec 2014 09:20:41 -   1.10
+++ lsof-4.87-r1.ebuild 3 Dec 2014 09:39:37 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.10 
2014/12/02 09:20:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.87-r1.ebuild,v 1.11 
2014/12/03 09:39:37 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=lsof
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=examples ipv6 rpc selinux static
 
 RDEPEND=rpc? ( net-libs/libtirpc )



1.107sys-process/lsof/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   2 Dec 2014 09:20:41 -   1.106
+++ ChangeLog   3 Dec 2014 09:39:37 -   1.107
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/lsof
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.106 
2014/12/02 09:20:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.107 
2014/12/03 09:39:37 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org lsof-4.87-r1.ebuild:
+  Stable for ppc, wrt bug #529126
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org lsof-4.87-r1.ebuild:
   Stable for alpha, wrt bug #529126






[gentoo-commits] gentoo-x86 commit in sys-libs/libcap-ng: libcap-ng-0.7.4.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:39:58

  Modified: libcap-ng-0.7.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529542
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild?r1=1.7r2=1.8

Index: libcap-ng-0.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libcap-ng-0.7.4.ebuild  2 Dec 2014 09:20:58 -   1.7
+++ libcap-ng-0.7.4.ebuild  3 Dec 2014 09:39:58 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v 
1.7 2014/12/02 09:20:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v 
1.8 2014/12/03 09:39:58 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~arm-linux ~x86-linux
 IUSE=python static-libs
 
 RDEPEND=python? ( ${PYTHON_DEPS} )



1.74 sys-libs/libcap-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   2 Dec 2014 09:20:58 -   1.73
+++ ChangeLog   3 Dec 2014 09:39:58 -   1.74
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libcap-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.73 
2014/12/02 09:20:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.74 
2014/12/03 09:39:58 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libcap-ng-0.7.4.ebuild:
+  Stable for ppc, wrt bug #529542
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org libcap-ng-0.7.4.ebuild:
   Stable for alpha, wrt bug #529542






[gentoo-commits] gentoo-x86 commit in app-admin/eselect: eselect-1.4.3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:40:52

  Modified: eselect-1.4.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529334
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-admin/eselect/eselect-1.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild?r1=1.7r2=1.8

Index: eselect-1.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eselect-1.4.3.ebuild2 Dec 2014 09:22:29 -   1.7
+++ eselect-1.4.3.ebuild3 Dec 2014 09:40:52 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild,v 
1.7 2014/12/02 09:22:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.3.ebuild,v 
1.8 2014/12/03 09:40:52 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=doc emacs vim-syntax
 
 RDEPEND=sys-apps/sed



1.292app-admin/eselect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   2 Dec 2014 09:22:29 -   1.291
+++ ChangeLog   3 Dec 2014 09:40:52 -   1.292
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.291 
2014/12/02 09:22:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.292 
2014/12/03 09:40:52 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org eselect-1.4.3.ebuild:
+  Stable for ppc, wrt bug #529334
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org eselect-1.4.3.ebuild:
   Stable for alpha, wrt bug #529334






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.12-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:40:26

  Modified: pcsc-lite-1.8.12-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529000
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild?r1=1.7r2=1.8

Index: pcsc-lite-1.8.12-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pcsc-lite-1.8.12-r1.ebuild  2 Dec 2014 09:21:50 -   1.7
+++ pcsc-lite-1.8.12-r1.ebuild  3 Dec 2014 09:40:26 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.7 
2014/12/02 09:21:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.8 
2014/12/03 09:40:26 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 # upstream.
 LICENSE=BSD ISC MIT GPL-3+ GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 
 # This is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and



1.187sys-apps/pcsc-lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?rev=1.187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-lite/ChangeLog?r1=1.186r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   2 Dec 2014 09:21:50 -   1.186
+++ ChangeLog   3 Dec 2014 09:40:26 -   1.187
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.186 
2014/12/02 09:21:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.187 
2014/12/03 09:40:26 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org pcsc-lite-1.8.12-r1.ebuild:
+  Stable for ppc, wrt bug #529000
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org pcsc-lite-1.8.12-r1.ebuild:
   Stable for alpha, wrt bug #529000






[gentoo-commits] gentoo-x86 commit in app-emacs/eselect-mode: eselect-mode-1.4.3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:40:57

  Modified: eselect-mode-1.4.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529334
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild?r1=1.7r2=1.8

Index: eselect-mode-1.4.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eselect-mode-1.4.3.ebuild   2 Dec 2014 09:22:32 -   1.7
+++ eselect-mode-1.4.3.ebuild   3 Dec 2014 09:40:57 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild,v 1.7 
2014/12/02 09:22:32 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.3.ebuild,v 1.8 
2014/12/03 09:40:57 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 
 S=${WORKDIR}/${MY_P}/misc
 SITEFILE=50${PN}-gentoo.el



1.45 app-emacs/eselect-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/eselect-mode/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   2 Dec 2014 09:22:32 -   1.44
+++ ChangeLog   3 Dec 2014 09:40:57 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/eselect-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v 1.44 
2014/12/02 09:22:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/ChangeLog,v 1.45 
2014/12/03 09:40:57 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org eselect-mode-1.4.3.ebuild:
+  Stable for ppc, wrt bug #529334
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org eselect-mode-1.4.3.ebuild:
   Stable for alpha, wrt bug #529334






[gentoo-commits] gentoo-x86 commit in app-admin/sysstat: sysstat-11.0.2.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:41:36

  Modified: sysstat-11.0.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529920
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-admin/sysstat/sysstat-11.0.2.ebuild

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

Index: sysstat-11.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-11.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sysstat-11.0.2.ebuild   2 Dec 2014 09:23:57 -   1.6
+++ sysstat-11.0.2.ebuild   3 Dec 2014 09:41:35 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-11.0.2.ebuild,v 
1.6 2014/12/02 09:23:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-11.0.2.ebuild,v 
1.7 2014/12/03 09:41:35 ago Exp $
 
 EAPI=5
 inherit eutils multilib systemd toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc 
~x86
 IUSE=cron debug +doc isag nls lm_sensors selinux
 
 CDEPEND=



1.283app-admin/sysstat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog   2 Dec 2014 09:23:57 -   1.282
+++ ChangeLog   3 Dec 2014 09:41:35 -   1.283
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/sysstat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.282 
2014/12/02 09:23:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.283 
2014/12/03 09:41:35 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org sysstat-11.0.2.ebuild:
+  Stable for ppc, wrt bug #529920
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org sysstat-11.0.2.ebuild:
   Stable for alpha, wrt bug #529920






[gentoo-commits] gentoo-x86 commit in net-ftp/lftp: lftp-4.6.0.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:41:16

  Modified: lftp-4.6.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529918
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 net-ftp/lftp/lftp-4.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild?r1=1.9r2=1.10

Index: lftp-4.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lftp-4.6.0.ebuild   2 Dec 2014 09:23:40 -   1.9
+++ lftp-4.6.0.ebuild   3 Dec 2014 09:41:16 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild,v 1.9 
2014/12/02 09:23:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild,v 1.10 
2014/12/03 09:41:16 ago Exp $
 
 EAPI=5
 inherit autotools eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 
 IUSE=convert-mozilla-cookies +gnutls idn nls openssl socks5 +ssl verify-file
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



1.504net-ftp/lftp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.504view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.504content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.503r2=1.504

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -r1.503 -r1.504
--- ChangeLog   2 Dec 2014 09:23:40 -   1.503
+++ ChangeLog   3 Dec 2014 09:41:16 -   1.504
@@ -1,6 +1,9 @@
 # ChangeLog for net-ftp/lftp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.503 2014/12/02 
09:23:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.504 2014/12/03 
09:41:16 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org lftp-4.6.0.ebuild:
+  Stable for ppc, wrt bug #529918
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org lftp-4.6.0.ebuild:
   Stable for alpha, wrt bug #529918






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

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:42:17

  Modified: asciidoc-8.6.9-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529410
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  app-text/asciidoc/asciidoc-8.6.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild?r1=1.8r2=1.9

Index: asciidoc-8.6.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- asciidoc-8.6.9-r1.ebuild3 Dec 2014 08:21:16 -   1.8
+++ asciidoc-8.6.9-r1.ebuild3 Dec 2014 09:42:17 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.8 
2014/12/03 08:21:16 djc Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.9 
2014/12/03 09:42:17 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A text document format for writing short documents, articles, 
books and UNIX man pages
 HOMEPAGE=http://asciidoc.org/;
 SRC_URI=mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
 
 LICENSE=GPL-2
 SLOT=0



1.104app-text/asciidoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   3 Dec 2014 08:21:16 -   1.103
+++ ChangeLog   3 Dec 2014 09:42:17 -   1.104
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/asciidoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.103 
2014/12/03 08:21:16 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.104 
2014/12/03 09:42:17 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org asciidoc-8.6.9-r1.ebuild:
+  Stable for ppc, wrt bug #529410
 
   03 Dec 2014; Dirkjan Ochtman d...@gentoo.org asciidoc-8.6.9-r1.ebuild,
   asciidoc-8.6.9.ebuild:






[gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:41:56

  Modified: eix-0.30.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529510
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-portage/eix/eix-0.30.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.7r2=1.8

Index: eix-0.30.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eix-0.30.4.ebuild   2 Dec 2014 09:24:50 -   1.7
+++ eix-0.30.4.ebuild   3 Dec 2014 09:41:56 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.7 
2014/12/02 09:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.8 
2014/12/03 09:41:56 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
 IUSE=debug +dep doc nls optimization security strong-optimization 
strong-security sqlite swap-remote tools
 
 BOTHDEPEND=sqlite? ( =dev-db/sqlite-3 )



1.484app-portage/eix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.484view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.484content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.483r2=1.484

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- ChangeLog   2 Dec 2014 09:24:50 -   1.483
+++ ChangeLog   3 Dec 2014 09:41:56 -   1.484
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/eix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.483 
2014/12/02 09:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.484 
2014/12/03 09:41:56 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org eix-0.30.4.ebuild:
+  Stable for ppc, wrt bug #529510
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org eix-0.30.4.ebuild:
   Stable for alpha, wrt bug #529510






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

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:43:16

  Modified: vorbis-tools-1.4.0-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #528618
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild

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

Index: vorbis-tools-1.4.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vorbis-tools-1.4.0-r2.ebuild2 Dec 2014 11:52:22 -   1.8
+++ vorbis-tools-1.4.0-r2.ebuild3 Dec 2014 09:43:16 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild,v 
1.8 2014/12/02 11:52:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild,v 
1.9 2014/12/03 09:43:16 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
 IUSE=flac kate nls +ogg123 speex
 
 RDEPEND==media-libs/libvorbis-1.3.0



1.113media-sound/vorbis-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   2 Dec 2014 11:52:22 -   1.112
+++ ChangeLog   3 Dec 2014 09:43:16 -   1.113
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/vorbis-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.112 
2014/12/02 11:52:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.113 
2014/12/03 09:43:16 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org vorbis-tools-1.4.0-r2.ebuild:
+  Stable for ppc, wrt bug #528618
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org vorbis-tools-1.4.0-r2.ebuild:
   Stable for alpha, wrt bug #528618






[gentoo-commits] gentoo-x86 commit in dev-libs/libgamin: libgamin-0.1.10-r5.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:42:57

  Modified: libgamin-0.1.10-r5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529418
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/libgamin/libgamin-0.1.10-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?r1=1.9r2=1.10

Index: libgamin-0.1.10-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libgamin-0.1.10-r5.ebuild   2 Dec 2014 10:28:01 -   1.9
+++ libgamin-0.1.10-r5.ebuild   3 Dec 2014 09:42:57 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v 1.9 
2014/12/02 10:28:01 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v 1.10 
2014/12/03 09:42:57 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris
 IUSE=debug kernel_linux python static-libs
 
 RESTRICT=test # needs gam-server



1.60 dev-libs/libgamin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   2 Dec 2014 10:28:45 -   1.59
+++ ChangeLog   3 Dec 2014 09:42:57 -   1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgamin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.59 
2014/12/02 10:28:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.60 
2014/12/03 09:42:57 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libgamin-0.1.10-r5.ebuild:
+  Stable for ppc, wrt bug #529418
 
   02 Dec 2014; Pacho Ramos pa...@gentoo.org -libgamin-0.1.10-r2.ebuild,
   -libgamin-0.1.10-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: speech-dispatcher-0.8.1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:43:36

  Modified: speech-dispatcher-0.8.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529092
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild?r1=1.5r2=1.6

Index: speech-dispatcher-0.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- speech-dispatcher-0.8.1.ebuild  2 Dec 2014 11:52:39 -   1.5
+++ speech-dispatcher-0.8.1.ebuild  3 Dec 2014 09:43:36 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
 1.5 2014/12/02 11:52:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
 1.6 2014/12/03 09:43:36 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux
 IUSE=alsa ao +espeak flite nas pulseaudio python static-libs
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )



1.110app-accessibility/speech-dispatcher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   2 Dec 2014 11:52:39 -   1.109
+++ ChangeLog   3 Dec 2014 09:43:36 -   1.110
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.109 
2014/12/02 11:52:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.110 
2014/12/03 09:43:36 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org 
speech-dispatcher-0.8.1.ebuild:
+  Stable for ppc, wrt bug #529092
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org 
speech-dispatcher-0.8.1.ebuild:
   Stable for alpha, wrt bug #529092






[gentoo-commits] gentoo-x86 commit in app-text/xapian-omega: xapian-omega-1.2.18.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:44:14

  Modified: xapian-omega-1.2.18.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #520794
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-text/xapian-omega/xapian-omega-1.2.18.ebuild

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

Index: xapian-omega-1.2.18.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xapian-omega-1.2.18.ebuild  2 Dec 2014 11:53:11 -   1.6
+++ xapian-omega-1.2.18.ebuild  3 Dec 2014 09:44:14 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v 1.6 
2014/12/02 11:53:11 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.18.ebuild,v 1.7 
2014/12/03 09:44:14 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sparc ~x86
+KEYWORDS=alpha amd64 arm ia64 ~mips ppc ~ppc64 sparc ~x86
 IUSE=
 
 DEPEND==dev-libs/xapian-${PV}



1.53 app-text/xapian-omega/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xapian-omega/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   2 Dec 2014 11:53:11 -   1.52
+++ ChangeLog   3 Dec 2014 09:44:14 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xapian-omega
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.52 
2014/12/02 11:53:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/ChangeLog,v 1.53 
2014/12/03 09:44:14 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org xapian-omega-1.2.18.ebuild:
+  Stable for ppc, wrt bug #520794
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org xapian-omega-1.2.18.ebuild:
   Stable for alpha, wrt bug #520794






[gentoo-commits] gentoo-x86 commit in dev-perl/Search-Xapian: Search-Xapian-1.2.18.0.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:44:29

  Modified: Search-Xapian-1.2.18.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #520794
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild

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

Index: Search-Xapian-1.2.18.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Search-Xapian-1.2.18.0.ebuild   2 Dec 2014 11:53:20 -   1.7
+++ Search-Xapian-1.2.18.0.ebuild   3 Dec 2014 09:44:29 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild,v 
1.7 2014/12/02 11:53:20 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.18.0.ebuild,v 
1.8 2014/12/03 09:44:29 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sparc ~x86
+KEYWORDS=alpha amd64 arm ia64 ~mips ppc ~ppc64 sparc ~x86
 IUSE=examples
 
 RDEPEND=~dev-libs/xapian-${VERSION}



1.57 dev-perl/Search-Xapian/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Search-Xapian/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   2 Dec 2014 11:53:20 -   1.56
+++ ChangeLog   3 Dec 2014 09:44:29 -   1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Search-Xapian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.56 
2014/12/02 11:53:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/ChangeLog,v 1.57 
2014/12/03 09:44:29 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org 
Search-Xapian-1.2.18.0.ebuild:
+  Stable for ppc, wrt bug #520794
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org 
Search-Xapian-1.2.18.0.ebuild:
   Stable for alpha, wrt bug #520794






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian: xapian-1.2.18.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:44:19

  Modified: xapian-1.2.18.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #520794
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/xapian/xapian-1.2.18.ebuild

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

Index: xapian-1.2.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xapian-1.2.18.ebuild2 Dec 2014 11:53:14 -   1.6
+++ xapian-1.2.18.ebuild3 Dec 2014 09:44:19 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.6 
2014/12/02 11:53:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.18.ebuild,v 1.7 
2014/12/03 09:44:19 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sparc ~x86
+KEYWORDS=alpha amd64 arm ia64 ~mips ppc ~ppc64 sparc ~x86
 IUSE=doc static-libs -sse +sse2 +brass +chert +inmemory
 
 DEPEND=sys-libs/zlib



1.129dev-libs/xapian/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   2 Dec 2014 11:53:14 -   1.128
+++ ChangeLog   3 Dec 2014 09:44:19 -   1.129
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.128 
2014/12/02 11:53:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.129 
2014/12/03 09:44:19 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org xapian-1.2.18.ebuild:
+  Stable for ppc, wrt bug #520794
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org xapian-1.2.18.ebuild:
   Stable for alpha, wrt bug #520794






[gentoo-commits] gentoo-x86 commit in net-libs/libssh: libssh-0.6.3-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:44:53

  Modified: libssh-0.6.3-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #526074
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-libs/libssh/libssh-0.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild?r1=1.7r2=1.8

Index: libssh-0.6.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libssh-0.6.3-r1.ebuild  25 Nov 2014 08:42:37 -  1.7
+++ libssh-0.6.3-r1.ebuild  3 Dec 2014 09:44:53 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 
1.7 2014/11/25 08:42:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 
1.8 2014/12/03 09:44:53 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI=https://red.libssh.org/attachments/download/87/${MY_P}.tar.xz - 
${P}.tar.xz
 
 LICENSE=LGPL-2.1
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux
 SLOT=0/4 # subslot = soname major version
 IUSE=debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test 
zlib
 # Maintainer: check IUSE-defaults at DefineOptions.cmake



1.115net-libs/libssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   25 Nov 2014 08:42:37 -  1.114
+++ ChangeLog   3 Dec 2014 09:44:53 -   1.115
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.114 
2014/11/25 08:42:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.115 
2014/12/03 09:44:53 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libssh-0.6.3-r1.ebuild:
+  Stable for ppc, wrt bug #526074
 
   25 Nov 2014; Agostino Sarubbo a...@gentoo.org libssh-0.6.3-r1.ebuild:
   Stable for x86, wrt bug #526074






[gentoo-commits] gentoo-x86 commit in dev-libs/xapian-bindings: xapian-bindings-1.2.18.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:44:24

  Modified: xapian-bindings-1.2.18.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #520794
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild?r1=1.8r2=1.9

Index: xapian-bindings-1.2.18.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xapian-bindings-1.2.18.ebuild   2 Dec 2014 11:53:17 -   1.8
+++ xapian-bindings-1.2.18.ebuild   3 Dec 2014 09:44:24 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild,v
 1.8 2014/12/02 11:53:17 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.18.ebuild,v
 1.9 2014/12/03 09:44:24 ago Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sparc ~x86
+KEYWORDS=alpha amd64 arm ia64 ~mips ppc ~ppc64 sparc ~x86
 #IUSE=java lua mono perl php python ruby tcl
 #REQUIRED_USE=|| ( java lua mono perl php python ruby tcl )
 IUSE=java lua perl php python ruby tcl



1.88 dev-libs/xapian-bindings/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xapian-bindings/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   2 Dec 2014 11:53:17 -   1.87
+++ ChangeLog   3 Dec 2014 09:44:24 -   1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/xapian-bindings
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.87 
2014/12/02 11:53:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/ChangeLog,v 1.88 
2014/12/03 09:44:24 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org 
xapian-bindings-1.2.18.ebuild:
+  Stable for ppc, wrt bug #520794
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org 
xapian-bindings-1.2.18.ebuild:
   Stable for alpha, wrt bug #520794






[gentoo-commits] gentoo-x86 commit in net-wireless/bluez: bluez-5.25.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:45:38

  Modified: bluez-5.25.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529946
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  net-wireless/bluez/bluez-5.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild?r1=1.6r2=1.7

Index: bluez-5.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bluez-5.25.ebuild   2 Dec 2014 20:39:59 -   1.6
+++ bluez-5.25.ebuild   3 Dec 2014 09:45:38 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild,v 1.6 
2014/12/02 20:39:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild,v 1.7 
2014/12/03 09:45:38 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+ LGPL-2.1+
 SLOT=0/3
-KEYWORDS=amd64 arm hppa ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 arm hppa ppc ~ppc64 ~x86
 IUSE=cups debug +obex +readline selinux systemd test +udev
 REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
 



1.230net-wireless/bluez/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog   2 Dec 2014 20:39:59 -   1.229
+++ ChangeLog   3 Dec 2014 09:45:38 -   1.230
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluez
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.229 
2014/12/02 20:39:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.230 
2014/12/03 09:45:38 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org bluez-5.25.ebuild:
+  Stable for ppc, wrt bug #529946
 
   02 Dec 2014; Markus Meier mae...@gentoo.org bluez-5.25.ebuild:
   arm stable, bug #529946






[gentoo-commits] gentoo-x86 commit in net-libs/neon: neon-0.30.1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:45:15

  Modified: neon-0.30.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529718
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  net-libs/neon/neon-0.30.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild?r1=1.7r2=1.8

Index: neon-0.30.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- neon-0.30.1.ebuild  2 Dec 2014 20:38:39 -   1.7
+++ neon-0.30.1.ebuild  3 Dec 2014 09:45:15 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild,v 1.7 
2014/12/02 20:38:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.30.1.ebuild,v 1.8 
2014/12/03 09:45:15 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0/27
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib
 IUSE_LINGUAS=cs de fr ja nn pl ru tr zh_CN
 for lingua in ${IUSE_LINGUAS}; do



1.91 net-libs/neon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   2 Dec 2014 20:38:39 -   1.90
+++ ChangeLog   3 Dec 2014 09:45:15 -   1.91
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/neon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.90 2014/12/02 
20:38:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.91 2014/12/03 
09:45:15 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org neon-0.30.1.ebuild:
+  Stable for ppc, wrt bug #529718
 
   02 Dec 2014; Markus Meier mae...@gentoo.org neon-0.30.1.ebuild:
   arm stable, bug #529718






[gentoo-commits] gentoo-x86 commit in media-libs/sbc: sbc-1.3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:45:57

  Modified: sbc-1.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529948
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-libs/sbc/sbc-1.3.ebuild

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

Index: sbc-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sbc-1.3.ebuild  2 Dec 2014 20:40:49 -   1.4
+++ sbc-1.3.ebuild  3 Dec 2014 09:45:57 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.4 
2014/12/02 20:40:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.5 
2014/12/03 09:45:57 ago Exp $
 
 EAPI=5
 inherit eutils multilib multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 arm hppa ~ia64 ppc ~ppc64 ~x86
 IUSE=static-libs
 
 # --enable-tester is building src/sbctester but the tarball is missing required



1.28 media-libs/sbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   2 Dec 2014 20:40:49 -   1.27
+++ ChangeLog   3 Dec 2014 09:45:57 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sbc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.27 2014/12/02 
20:40:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.28 2014/12/03 
09:45:57 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org sbc-1.3.ebuild:
+  Stable for ppc, wrt bug #529948
 
   02 Dec 2014; Markus Meier mae...@gentoo.org sbc-1.3.ebuild:
   arm stable, bug #529948






[gentoo-commits] gentoo-x86 commit in dev-util/dialog: dialog-1.2.20140911.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:46:17

  Modified: dialog-1.2.20140911.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530244
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-util/dialog/dialog-1.2.20140911.ebuild

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

Index: dialog-1.2.20140911.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dialog-1.2.20140911.ebuild  2 Dec 2014 20:43:49 -   1.7
+++ dialog-1.2.20140911.ebuild  3 Dec 2014 09:46:17 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.7 
2014/12/02 20:43:49 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.8 
2014/12/03 09:46:17 ago Exp $
 
 EAPI=5
 inherit eutils multilib versionator
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=examples minimal nls static-libs unicode
 
 RDEPEND=



1.220dev-util/dialog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   2 Dec 2014 20:43:49 -   1.219
+++ ChangeLog   3 Dec 2014 09:46:17 -   1.220
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.219 
2014/12/02 20:43:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.220 
2014/12/03 09:46:17 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org dialog-1.2.20140911.ebuild:
+  Stable for ppc, wrt bug #530244
 
   02 Dec 2014; Markus Meier mae...@gentoo.org dialog-1.2.20140911.ebuild:
   arm stable, bug #530244






[gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.5.3.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:53:44

  Modified: psycopg-2.5.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-python/psycopg/psycopg-2.5.3.ebuild

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

Index: psycopg-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- psycopg-2.5.3.ebuild2 Dec 2014 11:57:26 -   1.10
+++ psycopg-2.5.3.ebuild3 Dec 2014 09:53:44 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 
1.10 2014/12/02 11:57:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 
1.11 2014/12/03 09:53:44 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=2
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=debug doc examples
 
 RDEPEND==virtual/postgresql-8.1



1.189dev-python/psycopg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   2 Dec 2014 11:57:26 -   1.188
+++ ChangeLog   3 Dec 2014 09:53:44 -   1.189
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/psycopg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.188 
2014/12/02 11:57:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.189 
2014/12/03 09:53:44 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org psycopg-2.5.3.ebuild:
+  Stable for ppc, wrt bug #525508
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org psycopg-2.5.3.ebuild:
   Stable for alpha, wrt bug #525508






[gentoo-commits] gentoo-x86 commit in dev-python/mock: mock-1.0.1-r2.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:53:39

  Modified: mock-1.0.1-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-python/mock/mock-1.0.1-r2.ebuild

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

Index: mock-1.0.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mock-1.0.1-r2.ebuild2 Dec 2014 11:57:23 -   1.10
+++ mock-1.0.1-r2.ebuild3 Dec 2014 09:53:39 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v 1.10 
2014/12/02 11:57:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v 1.11 
2014/12/03 09:53:39 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos
 IUSE=doc test
 
 # dev-python/unittest2 is not required with Python =3.2.



1.87 dev-python/mock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   2 Dec 2014 11:57:23 -   1.86
+++ ChangeLog   3 Dec 2014 09:53:39 -   1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.86 2014/12/02 
11:57:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.87 2014/12/03 
09:53:39 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org mock-1.0.1-r2.ebuild:
+  Stable for ppc, wrt bug #525508
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org mock-1.0.1-r2.ebuild:
   Stable for alpha, wrt bug #525508






[gentoo-commits] gentoo-x86 commit in dev-python/testtools: testtools-0.9.36.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:53:49

  Modified: testtools-0.9.36.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-python/testtools/testtools-0.9.36.ebuild

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

Index: testtools-0.9.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testtools-0.9.36.ebuild 2 Dec 2014 11:57:29 -   1.9
+++ testtools-0.9.36.ebuild 3 Dec 2014 09:53:49 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild,v 1.9 
2014/12/02 11:57:29 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild,v 1.10 
2014/12/03 09:53:49 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=doc test
 
 RDEPEND=dev-python/mimeparse[${PYTHON_USEDEP}]



1.108dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   2 Dec 2014 11:57:29 -   1.107
+++ ChangeLog   3 Dec 2014 09:53:49 -   1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.107 
2014/12/02 11:57:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.108 
2014/12/03 09:53:49 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org testtools-0.9.36.ebuild:
+  Stable for ppc, wrt bug #525508
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org testtools-0.9.36.ebuild:
   Stable for alpha, wrt bug #525508






[gentoo-commits] gentoo-x86 commit in dev-python/serpent: serpent-1.7.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:53:54

  Modified: serpent-1.7.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-python/serpent/serpent-1.7.ebuild

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

Index: serpent-1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- serpent-1.7.ebuild  3 Nov 2014 11:21:05 -   1.3
+++ serpent-1.7.ebuild  3 Dec 2014 09:53:54 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.7.ebuild,v 1.3 
2014/11/03 11:21:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.7.ebuild,v 1.4 
2014/12/03 09:53:54 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -13,5 +13,5 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc x86
+KEYWORDS=amd64 ppc x86
 IUSE=



1.16 dev-python/serpent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Nov 2014 11:21:05 -   1.15
+++ ChangeLog   3 Dec 2014 09:53:54 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/serpent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.15 
2014/11/03 11:21:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.16 
2014/12/03 09:53:54 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org serpent-1.7.ebuild:
+  Stable for ppc, wrt bug #525508
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org serpent-1.7.ebuild:
   Stable for x86, wrt bug #525508






[gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:53:59

  Modified: simplejson-3.6.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525508
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/simplejson/simplejson-3.6.4.ebuild

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

Index: simplejson-3.6.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- simplejson-3.6.4.ebuild 3 Nov 2014 11:21:09 -   1.6
+++ simplejson-3.6.4.ebuild 3 Dec 2014 09:53:59 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.6 
2014/11/03 11:21:09 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.7 
2014/12/03 09:53:59 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( MIT AFL-2.1 )
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 



1.144dev-python/simplejson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   3 Nov 2014 11:21:09 -   1.143
+++ ChangeLog   3 Dec 2014 09:53:59 -   1.144
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/simplejson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.143 
2014/11/03 11:21:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.144 
2014/12/03 09:53:59 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org simplejson-3.6.4.ebuild:
+  Stable for ppc, wrt bug #525508
 
   03 Nov 2014; Agostino Sarubbo a...@gentoo.org simplejson-3.6.4.ebuild:
   Stable for x86, wrt bug #525508






[gentoo-commits] gentoo-x86 commit in net-misc/icecast: icecast-2.4.1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:56:47

  Modified: icecast-2.4.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529956
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-misc/icecast/icecast-2.4.1.ebuild

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

Index: icecast-2.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icecast-2.4.1.ebuild29 Nov 2014 13:28:59 -  1.4
+++ icecast-2.4.1.ebuild3 Dec 2014 09:56:47 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v 1.4 
2014/11/29 13:28:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v 1.5 
2014/12/03 09:56:47 ago Exp $
 
 EAPI=5
 inherit eutils autotools systemd user
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd
 IUSE=kate logrotate +speex +ssl +theora +yp
 
 #Although there is a --with-ogg and --with-orbis configure option, they're



1.108net-misc/icecast/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   29 Nov 2014 13:28:59 -  1.107
+++ ChangeLog   3 Dec 2014 09:56:47 -   1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/icecast
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.107 
2014/11/29 13:28:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.108 
2014/12/03 09:56:47 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org icecast-2.4.1.ebuild:
+  Stable for ppc, wrt bug #529956
 
   29 Nov 2014; Agostino Sarubbo a...@gentoo.org icecast-2.4.1.ebuild:
   Stable for ppc64, wrt bug #529956






[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.98.5.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:56:41

  Modified: clamav-0.98.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529728
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-antivirus/clamav/clamav-0.98.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild?r1=1.7r2=1.8

Index: clamav-0.98.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clamav-0.98.5.ebuild2 Dec 2014 11:57:10 -   1.7
+++ clamav-0.98.5.ebuild3 Dec 2014 09:56:41 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild,v 
1.7 2014/12/02 11:57:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.5.ebuild,v 
1.8 2014/12/03 09:56:41 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
 IUSE=bzip2 clamdtop iconv ipv6 milter metadata-analysis-api selinux 
static-libs uclibc
 
 CDEPEND=bzip2? ( app-arch/bzip2 )



1.498app-antivirus/clamav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.498view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.498content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.497r2=1.498

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.497
retrieving revision 1.498
diff -u -r1.497 -r1.498
--- ChangeLog   2 Dec 2014 11:57:10 -   1.497
+++ ChangeLog   3 Dec 2014 09:56:41 -   1.498
@@ -1,6 +1,9 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.497 
2014/12/02 11:57:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.498 
2014/12/03 09:56:41 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.5.ebuild:
+  Stable for ppc, wrt bug #529728
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org clamav-0.98.5.ebuild:
   Stable for alpha, wrt bug #529728






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.2.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:56:53

  Modified: wireshark-1.12.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #529100
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 net-analyzer/wireshark/wireshark-1.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild?r1=1.9r2=1.10

Index: wireshark-1.12.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wireshark-1.12.2.ebuild 1 Dec 2014 09:14:28 -   1.9
+++ wireshark-1.12.2.ebuild 3 Dec 2014 09:56:53 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild,v 1.9 
2014/12/01 09:14:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.2.ebuild,v 1.10 
2014/12/03 09:56:53 ago Exp $
 
 EAPI=5
 inherit autotools eutils fcaps multilib qt4-r2 user
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0/${PV}
-KEYWORDS=alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
portaudio +qt4 qt5 selinux smi ssl zlib



1.676net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.676view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.676content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.675r2=1.676

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -r1.675 -r1.676
--- ChangeLog   1 Dec 2014 09:14:28 -   1.675
+++ ChangeLog   3 Dec 2014 09:56:53 -   1.676
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.675 
2014/12/01 09:14:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.676 
2014/12/03 09:56:53 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org wireshark-1.12.2.ebuild:
+  Stable for ppc, wrt bug #529100
 
   01 Dec 2014; Agostino Sarubbo a...@gentoo.org wireshark-1.12.2.ebuild:
   Stable for sparc, wrt bug #529100






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

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:56:59

  Modified: libksba-1.3.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530634
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/libksba/libksba-1.3.2.ebuild

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

Index: libksba-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libksba-1.3.2.ebuild2 Dec 2014 20:43:01 -   1.9
+++ libksba-1.3.2.ebuild3 Dec 2014 09:56:59 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.9 
2014/12/02 20:43:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 
1.10 2014/12/03 09:56:59 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.162dev-libs/libksba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   2 Dec 2014 20:43:01 -   1.161
+++ ChangeLog   3 Dec 2014 09:56:59 -   1.162
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libksba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.161 
2014/12/02 20:43:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.162 
2014/12/03 09:56:59 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libksba-1.3.2.ebuild:
+  Stable for ppc, wrt bug #530634
 
   02 Dec 2014; Markus Meier mae...@gentoo.org libksba-1.3.2.ebuild:
   arm stable, bug #530634






[gentoo-commits] gentoo-x86 commit in app-shells/fish: fish-2.1.1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:57:17

  Modified: fish-2.1.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #509044
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-shells/fish/fish-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild?r1=1.3r2=1.4

Index: fish-2.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-2.1.1.ebuild   18 Nov 2014 10:04:48 -  1.3
+++ fish-2.1.1.ebuild   3 Dec 2014 09:57:17 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v 1.3 
2014/11/18 10:04:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v 1.4 
2014/12/03 09:57:17 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
+KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
 IUSE=X
 
 DEPEND=sys-libs/ncurses



1.72 app-shells/fish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/fish/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   18 Nov 2014 10:04:48 -  1.71
+++ ChangeLog   3 Dec 2014 09:57:17 -   1.72
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/fish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.71 2014/11/18 
10:04:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.72 2014/12/03 
09:57:17 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org fish-2.1.1.ebuild:
+  Stable for ppc, wrt bug #509044
 
   18 Nov 2014; Agostino Sarubbo a...@gentoo.org fish-2.1.1.ebuild:
   Stable for x86, wrt bug #509044






[gentoo-commits] gentoo-x86 commit in net-misc/openssh: openssh-6.7_p1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:57:24

  Modified: openssh-6.7_p1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #505942
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  net-misc/openssh/openssh-6.7_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild?r1=1.8r2=1.9

Index: openssh-6.7_p1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openssh-6.7_p1.ebuild   2 Dec 2014 11:57:42 -   1.8
+++ openssh-6.7_p1.ebuild   3 Dec 2014 09:57:24 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v 
1.8 2014/12/02 11:57:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.7_p1.ebuild,v 
1.9 2014/12/03 09:57:24 ago Exp $
 
 EAPI=4
 inherit eutils user flag-o-matic multilib autotools pam systemd versionator
@@ -28,7 +28,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist ${HPN_PATCH:++}hpn kerberos ldap ldns libedit pam +pie sctp 
selinux skey static X X509
 REQUIRED_USE=pie? ( !static )
 



1.538net-misc/openssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -r1.537 -r1.538
--- ChangeLog   2 Dec 2014 11:57:42 -   1.537
+++ ChangeLog   3 Dec 2014 09:57:24 -   1.538
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.537 
2014/12/02 11:57:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.538 
2014/12/03 09:57:24 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org openssh-6.7_p1.ebuild:
+  Stable for ppc, wrt bug #505942
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org openssh-6.7_p1.ebuild:
   Stable for alpha, wrt bug #505942






[gentoo-commits] gentoo-x86 commit in sys-apps/dbus: dbus-1.8.10.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:57:36

  Modified: dbus-1.8.10.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #528900
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 sys-apps/dbus/dbus-1.8.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild?r1=1.10r2=1.11

Index: dbus-1.8.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dbus-1.8.10.ebuild  1 Dec 2014 09:14:10 -   1.10
+++ dbus-1.8.10.ebuild  3 Dec 2014 09:57:36 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild,v 1.10 
2014/12/01 09:14:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild,v 1.11 
2014/12/03 09:57:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( AFL-2.1 GPL-2 )
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris
 IUSE=debug doc selinux static-libs systemd test X
 
 CDEPEND==dev-libs/expat-2



1.462sys-apps/dbus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.462view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.462content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?r1=1.461r2=1.462

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v
retrieving revision 1.461
retrieving revision 1.462
diff -u -r1.461 -r1.462
--- ChangeLog   1 Dec 2014 09:14:10 -   1.461
+++ ChangeLog   3 Dec 2014 09:57:36 -   1.462
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/dbus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.461 2014/12/01 
09:14:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.462 2014/12/03 
09:57:36 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org dbus-1.8.10.ebuild:
+  Stable for ppc, wrt bug #528900
 
   01 Dec 2014; Agostino Sarubbo a...@gentoo.org dbus-1.8.10.ebuild:
   Stable for sparc, wrt bug #528900






[gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: libxml2-2.9.2.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:57:30

  Modified: libxml2-2.9.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525656
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/libxml2/libxml2-2.9.2.ebuild

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

Index: libxml2-2.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxml2-2.9.2.ebuild2 Dec 2014 11:57:47 -   1.7
+++ libxml2-2.9.2.ebuild3 Dec 2014 09:57:30 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v 1.7 
2014/12/02 11:57:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.2.ebuild,v 1.8 
2014/12/03 09:57:30 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=2
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=debug examples icu ipv6 lzma python readline static-libs test
 
 XSTS_HOME=http://www.w3.org/XML/2004/xml-schema-test-suite;



1.435dev-libs/libxml2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- ChangeLog   2 Dec 2014 11:57:47 -   1.434
+++ ChangeLog   3 Dec 2014 09:57:30 -   1.435
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxml2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.434 
2014/12/02 11:57:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.435 
2014/12/03 09:57:30 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libxml2-2.9.2.ebuild:
+  Stable for ppc, wrt bug #525656
 
   02 Dec 2014; Agostino Sarubbo a...@gentoo.org libxml2-2.9.2.ebuild:
   Stable for alpha, wrt bug #525656






[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: liblinear-194-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 09:57:48

  Modified: liblinear-194-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #480474
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/liblinear/liblinear-194-r1.ebuild

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

Index: liblinear-194-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- liblinear-194-r1.ebuild 1 Dec 2014 09:16:48 -   1.6
+++ liblinear-194-r1.ebuild 3 Dec 2014 09:57:48 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194-r1.ebuild,v 1.6 
2014/12/01 09:16:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194-r1.ebuild,v 1.7 
2014/12/03 09:57:48 ago Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ppc64 ~s390 ~sh sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86
 
 src_prepare() {
sed -i \



1.18 dev-libs/liblinear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   2 Dec 2014 15:08:14 -   1.17
+++ ChangeLog   3 Dec 2014 09:57:48 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblinear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.17 
2014/12/02 15:08:14 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.18 
2014/12/03 09:57:48 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org liblinear-194-r1.ebuild:
+  Stable for ppc, wrt bug #480474
 
   02 Dec 2014; Sergey Popov pinkb...@gentoo.org liblinear-196-r1.ebuild:
   Add ~mips keyword, bugs #512546 and #530118






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.12.1.ebuild

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 10:01:14

  Modified: ChangeLog
  Removed:  wireshark-1.12.1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.677net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.677view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.677content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.676r2=1.677

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.676
retrieving revision 1.677
diff -u -r1.676 -r1.677
--- ChangeLog   3 Dec 2014 09:56:53 -   1.676
+++ ChangeLog   3 Dec 2014 10:01:14 -   1.677
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.676 
2014/12/03 09:56:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.677 
2014/12/03 10:01:14 jer Exp $
+
+  03 Dec 2014; Jeroen Roovers j...@gentoo.org -wireshark-1.12.1.ebuild:
+  Old.
 
   03 Dec 2014; Agostino Sarubbo a...@gentoo.org wireshark-1.12.2.ebuild:
   Stable for ppc, wrt bug #529100






[gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: phpmyadmin-4.2.13.ebuild phpmyadmin-4.0.10.6.ebuild phpmyadmin-4.1.14.7.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 10:01:48

  Modified: phpmyadmin-4.2.13.ebuild phpmyadmin-4.0.10.6.ebuild
phpmyadmin-4.1.14.7.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530054
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild

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

Index: phpmyadmin-4.2.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpmyadmin-4.2.13.ebuild2 Dec 2014 11:50:21 -   1.4
+++ phpmyadmin-4.2.13.ebuild3 Dec 2014 10:01:48 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild,v 1.4 
2014/12/02 11:50:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.ebuild,v 1.5 
2014/12/03 10:01:48 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=setup
 
 RDEPEND=



1.5  dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild

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

Index: phpmyadmin-4.0.10.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpmyadmin-4.0.10.6.ebuild  2 Dec 2014 11:50:21 -   1.4
+++ phpmyadmin-4.0.10.6.ebuild  3 Dec 2014 10:01:48 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild,v 1.4 
2014/12/02 11:50:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.6.ebuild,v 1.5 
2014/12/03 10:01:48 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=setup
 
 RDEPEND=



1.5  dev-db/phpmyadmin/phpmyadmin-4.1.14.7.ebuild

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

Index: phpmyadmin-4.1.14.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpmyadmin-4.1.14.7.ebuild  2 Dec 2014 11:50:21 -   1.4
+++ phpmyadmin-4.1.14.7.ebuild  3 Dec 2014 10:01:48 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.7.ebuild,v 1.4 
2014/12/02 11:50:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.14.7.ebuild,v 1.5 
2014/12/03 10:01:48 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=setup
 
 RDEPEND=



1.535dev-db/phpmyadmin/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-libs/libbsd: libbsd-0.6.0.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 10:01:40

  Modified: libbsd-0.6.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #480692
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.13 dev-libs/libbsd/libbsd-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild?r1=1.12r2=1.13

Index: libbsd-0.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libbsd-0.6.0.ebuild 12 Nov 2014 22:43:53 -  1.12
+++ libbsd-0.6.0.ebuild 3 Dec 2014 10:01:40 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.12 
2014/11/12 22:43:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.13 
2014/12/03 10:01:40 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -11,7 +11,7 @@
 
 LICENSE=BSD BSD-2 BSD-4 ISC
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ppc ~ppc64 sparc x86
+KEYWORDS=alpha amd64 arm hppa ppc ~ppc64 sparc x86
 IUSE=static-libs
 
 DOCS=ChangeLog README TODO



1.31 dev-libs/libbsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   12 Nov 2014 22:43:53 -  1.30
+++ ChangeLog   3 Dec 2014 10:01:40 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libbsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.30 2014/11/12 
22:43:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.31 2014/12/03 
10:01:40 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org libbsd-0.6.0.ebuild:
+  Stable for ppc, wrt bug #480692
 
   12 Nov 2014; Anthony G. Basile bluen...@gentoo.org libbsd-0.6.0.ebuild,
   libbsd-0.7.0.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/flac: flac-1.3.1-r1.ebuild ChangeLog

2014-12-03 Thread Agostino Sarubbo (ago)
ago 14/12/03 10:01:33

  Modified: flac-1.3.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530288
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  media-libs/flac/flac-1.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?r1=1.6r2=1.7

Index: flac-1.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flac-1.3.1-r1.ebuild3 Dec 2014 06:08:52 -   1.6
+++ flac-1.3.1-r1.ebuild3 Dec 2014 10:01:33 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.6 
2014/12/03 06:08:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.7 
2014/12/03 10:01:33 ago Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -14,7 +14,7 @@
 
 LICENSE=BSD FDL-1.2 GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=altivec +cxx debug ogg sse static-libs
 
 RDEPEND=ogg? ( =media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )



1.188media-libs/flac/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   3 Dec 2014 06:08:52 -   1.187
+++ ChangeLog   3 Dec 2014 10:01:33 -   1.188
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/flac
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.187 
2014/12/03 06:08:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.188 
2014/12/03 10:01:33 ago Exp $
+
+  03 Dec 2014; Agostino Sarubbo a...@gentoo.org flac-1.3.1-r1.ebuild:
+  Stable for ppc, wrt bug #530288
 
   03 Dec 2014; Tim Harder radher...@gentoo.org flac-1.3.1-r1.ebuild:
   Apply cross-compile fix (bug #521446 by James Le Cuirot).






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-5.51-su-to-zenmap-fix.patch nmap-6.25-lua.patch

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 10:08:28

  Removed:  nmap-5.51-su-to-zenmap-fix.patch
nmap-6.25-lua.patch
  Log:
  Old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



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

2014-12-03 Thread Michael Palimaka
commit: b2c3bd87e36578004bdbfa85c2c79bdf41f25d8d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 10:12:06 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 10:12:06 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b2c3bd87

[kde-apps/kdeedu-data] Avoid bogus dependencies.

Package-Manager: portage-2.2.14

---
 kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild | 2 ++
 kde-apps/kdeedu-data/kdeedu-data-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
index 237ec3e..c65f5f8 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
@@ -4,12 +4,14 @@
 
 EAPI=5
 
+KDE_AUTODEPS=false
 inherit kde5
 
 DESCRIPTION=Shared icons, artwork and data files for educational applications
 KEYWORDS= ~amd64 ~x86
 IUSE=
 
+DEPEND=dev-libs/extra-cmake-modules
 RDEPEND=
!kde-base/libkdeedu:4
 

diff --git a/kde-apps/kdeedu-data/kdeedu-data-.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
index e0f12ea..f55cef5 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
@@ -4,12 +4,14 @@
 
 EAPI=5
 
+KDE_AUTODEPS=false
 inherit kde5
 
 DESCRIPTION=Shared icons, artwork and data files for educational applications
 KEYWORDS=
 IUSE=
 
+DEPEND=dev-libs/extra-cmake-modules
 RDEPEND=
!kde-base/libkdeedu:4
 



[gentoo-commits] gentoo-x86 commit in perl-core/Data-Dumper: ChangeLog Data-Dumper-2.154.0.ebuild

2014-12-03 Thread Raul Porcel (armin76)
armin76 14/12/03 10:48:23

  Modified: ChangeLog Data-Dumper-2.154.0.ebuild
  Log:
  arm64 stable
  
  (Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.35 perl-core/Data-Dumper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   29 Nov 2014 20:51:22 -  1.34
+++ ChangeLog   3 Dec 2014 10:48:23 -   1.35
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Data-Dumper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.34 
2014/11/29 20:51:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.35 
2014/12/03 10:48:23 armin76 Exp $
+
+  03 Dec 2014; Raúl Porcel armi...@gentoo.org Data-Dumper-2.154.0.ebuild:
+  arm64 stable
 
   29 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   Data-Dumper-2.154.0.ebuild:



1.14 perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild?r1=1.13r2=1.14

Index: Data-Dumper-2.154.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Data-Dumper-2.154.0.ebuild  29 Nov 2014 20:51:22 -  1.13
+++ Data-Dumper-2.154.0.ebuild  3 Dec 2014 10:48:23 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild,v 1.13 
2014/11/29 20:51:22 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild,v 1.14 
2014/12/03 10:48:23 armin76 Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Stringified perl data structures, suitable for both printing and 
eval
 
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=
 
 SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in virtual/perl-Data-Dumper: ChangeLog perl-Data-Dumper-2.154.0.ebuild

2014-12-03 Thread Raul Porcel (armin76)
armin76 14/12/03 10:50:27

  Modified: ChangeLog perl-Data-Dumper-2.154.0.ebuild
  Log:
  arm64 stable
  
  (Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.41 virtual/perl-Data-Dumper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   29 Nov 2014 20:53:03 -  1.40
+++ ChangeLog   3 Dec 2014 10:50:27 -   1.41
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Data-Dumper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.40 
2014/11/29 20:53:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.41 
2014/12/03 10:50:27 armin76 Exp $
+
+  03 Dec 2014; Raúl Porcel armi...@gentoo.org
+  perl-Data-Dumper-2.154.0.ebuild:
+  arm64 stable
 
   29 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -perl-Data-Dumper-2.151.0.ebuild, perl-Data-Dumper-2.154.0.ebuild:



1.11 virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild?r1=1.10r2=1.11

Index: perl-Data-Dumper-2.154.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Data-Dumper-2.154.0.ebuild 29 Nov 2014 20:53:03 -  1.10
+++ perl-Data-Dumper-2.154.0.ebuild 3 Dec 2014 10:50:27 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild,v
 1.10 2014/11/29 20:53:03 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild,v
 1.11 2014/12/03 10:50:27 armin76 Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 
 IUSE=
 






[gentoo-commits] gentoo-x86 commit in app-text/pdfgrep: pdfgrep-1.3.1.ebuild ChangeLog

2014-12-03 Thread Justin Lecher (jlec)
jlec14/12/03 10:57:33

  Modified: ChangeLog
  Added:pdfgrep-1.3.1.ebuild
  Log:
  app-text/pdfgrep: Version BUmp, #531428
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.10 app-text/pdfgrep/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   2 Jun 2014 11:05:57 -   1.9
+++ ChangeLog   3 Dec 2014 10:57:33 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/pdfgrep
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.9 2014/06/02 
11:05:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.10 
2014/12/03 10:57:33 jlec Exp $
+
+*pdfgrep-1.3.1 (03 Dec 2014)
+
+  03 Dec 2014; Justin Lecher j...@gentoo.org +pdfgrep-1.3.1.ebuild:
+  Version BUmp, #531428
 
   02 Jun 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Update flow's mail address by his request.



1.1  app-text/pdfgrep/pdfgrep-1.3.1.ebuild

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

Index: pdfgrep-1.3.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/pdfgrep-1.3.1.ebuild,v 1.1 
2014/12/03 10:57:33 jlec Exp $

EAPI=5

DESCRIPTION=A tool similar to grep which searches text in PDFs
HOMEPAGE=http://pdfgrep.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

RDEPEND=
app-text/poppler:=[cxx]
unac? ( app-text/unac )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
econf $(use_with unac)
}






[gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.1-r2.ebuild ChangeLog

2014-12-03 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/03 11:17:39

  Modified: ChangeLog
  Added:nettle-2.7.1-r2.ebuild
  Log:
  Use autotools-utils to perform autoreconf, add einstalldocs at multilib, 
bug#531522
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.113dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   2 Dec 2014 21:21:38 -   1.112
+++ ChangeLog   3 Dec 2014 11:17:39 -   1.113
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.112 
2014/12/02 21:21:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.113 
2014/12/03 11:17:39 alonbl Exp $
+
+*nettle-2.7.1-r2 (03 Dec 2014)
+
+  03 Dec 2014; Alon Bar-Lev alo...@gentoo.org +nettle-2.7.1-r2.ebuild:
+  Use autotools-utils to perform autoreconf, add einstalldocs at multilib,
+  bug#531522
 
 *nettle-1.15 (02 Dec 2014)
 



1.1  dev-libs/nettle/nettle-2.7.1-r2.ebuild

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

Index: nettle-2.7.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild,v 1.1 
2014/12/03 11:17:39 alonbl Exp $

EAPI=5
AUTOTOOLS_AUTORECONF=yes

inherit eutils autotools-multilib multilib toolchain-funcs

DESCRIPTION=Low-level cryptographic library
HOMEPAGE=http://www.lysator.liu.se/~nisse/nettle/;
SRC_URI=http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz;

LICENSE=|| ( LGPL-3 LGPL-2.1 )
SLOT=0/4 # subslot = libnettle soname version
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris
IUSE=doc +gmp neon static-libs test

DEPEND=gmp? ( dev-libs/gmp )
RDEPEND=${DEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20131008-r17
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

src_prepare() {
tc-is-static-only || epatch ${FILESDIR}/${PN}-2.7-shared.patch

sed -e '/CFLAGS=/s: -ggdb3::' \
-e 's/solaris\*)/sunldsolaris*)/' \
-i configure.ac || die

# conditionally build tests and examples required by tests
use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die

autotools-utils_src_prepare
}

multilib_src_configure() {
# --disable-openssl bug #427526
ECONF_SOURCE=${S} econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable gmp public-key) \
$(use_enable static-libs static) \
--disable-openssl \
$(tc-is-static-only  echo --disable-shared) \
$(use_enable doc documentation) \
$(use_enable neon arm-neon)
}

multilib_src_install_all() {
einstalldocs
if use doc ; then
dohtml nettle.html
dodoc nettle.pdf
fi
}






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.12_pre20141202.ebuild ChangeLog postfix-2.12_pre20141201.ebuild

2014-12-03 Thread Eray Aslan (eras)
eras14/12/03 11:28:47

  Modified: ChangeLog
  Added:postfix-2.12_pre20141202.ebuild
  Removed:  postfix-2.12_pre20141201.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.547mail-mta/postfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.546
retrieving revision 1.547
diff -u -r1.546 -r1.547
--- ChangeLog   1 Dec 2014 16:56:21 -   1.546
+++ ChangeLog   3 Dec 2014 11:28:47 -   1.547
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.546 
2014/12/01 16:56:21 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.547 
2014/12/03 11:28:47 eras Exp $
+
+*postfix-2.12_pre20141202 (03 Dec 2014)
+
+  03 Dec 2014; Eray Aslan e...@gentoo.org +postfix-2.12_pre20141202.ebuild,
+  -postfix-2.12_pre20141201.ebuild:
+  Version bump
 
 *postfix-2.12_pre20141201 (01 Dec 2014)
 



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

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

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

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

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

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

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

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

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

# No vda support for postfix-2.12
REQUIRED_USE=ldap-bind? ( ldap sasl )
!vda

S=${WORKDIR}/${MY_SRC}

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

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

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

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

epatch_user
}

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

# Make sure LDFLAGS get passed down to the executables.
local mycc=-DHAS_PCRE 

[gentoo-commits] gentoo-x86 commit in dev-libs/dee: ChangeLog dee-1.0.14-r2.ebuild dee-1.2.7.ebuild

2014-12-03 Thread Justin Lecher (jlec)
jlec14/12/03 11:36:15

  Modified: ChangeLog dee-1.0.14-r2.ebuild
  Added:dee-1.2.7.ebuild
  Log:
  dev-libs/dee: Version BUmp; add py3.4 support, #531122; add missing 
dependency, #508592
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.25 dev-libs/dee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   25 Oct 2014 10:43:03 -  1.24
+++ ChangeLog   3 Dec 2014 11:36:15 -   1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/dee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.24 2014/10/25 
10:43:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.25 2014/12/03 
11:36:15 jlec Exp $
+
+*dee-1.2.7 (03 Dec 2014)
+
+  03 Dec 2014; Justin Lecher j...@gentoo.org dee-1.0.14-r2.ebuild,
+  +dee-1.2.7.ebuild:
+  Version BUmp; add py3.4 support, #531122; add missing dependency, #508592
 
   25 Oct 2014; Pacho Ramos pa...@gentoo.org -dee-1.0.14-r1.ebuild,
   -dee-1.0.14.ebuild:



1.9  dev-libs/dee/dee-1.0.14-r2.ebuild

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

Index: dee-1.0.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dee-1.0.14-r2.ebuild8 Dec 2013 20:00:03 -   1.8
+++ dee-1.0.14-r2.ebuild3 Dec 2014 11:36:15 -   1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.8 
2013/12/08 20:00:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.9 
2014/12/03 11:36:15 jlec Exp $
 
 EAPI=5
 
@@ -24,7 +24,10 @@
 RDEPEND=
dev-libs/glib:2
dev-libs/icu:=
-   introspection? ( ${PYTHON_DEPS} )
+   introspection? (
+   ${PYTHON_DEPS}
+   dev-libs/gobject-introspection
+   )
 DEPEND=${RDEPEND}
$(vala_depend)
doc? ( dev-util/gtk-doc )



1.1  dev-libs/dee/dee-1.2.7.ebuild

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

Index: dee-1.2.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.2.7.ebuild,v 1.1 
2014/12/03 11:36:15 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

AUTOTOOLS_AUTORECONF=y

inherit autotools-utils vala python-r1

DESCRIPTION=Provide objects allowing to create Model-View-Controller type 
programs across DBus
HOMEPAGE=https://launchpad.net/dee/;
SRC_URI=https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz;

SLOT=0
LICENSE=GPL-3
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=doc debug examples +icu introspection static-libs test

REQUIRED_USE=introspection? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=
dev-libs/glib:2
dev-libs/icu:=
introspection? (
${PYTHON_DEPS}
dev-libs/gobject-introspection
)
DEPEND=${RDEPEND}
$(vala_depend)
doc? ( dev-util/gtk-doc )
test? (
dev-libs/gtx
dev-util/dbus-test-runner
)

src_prepare() {
sed \
-e '/GCC_FLAGS/s:-g::' \
-e 's:vapigen:${VAPIGEN}:g' \
-i configure.ac || die

sed \
-e 's:bindings::g' \
-i Makefile.am || die

vala_src_prepare
autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
--disable-silent-rules
$(use_enable debug trace-log)

[gentoo-commits] gentoo-x86 commit in media-gfx/zbar: zbar-0.10-r5.ebuild ChangeLog

2014-12-03 Thread Michal Gorny (mgorny)
mgorny  14/12/03 12:18:37

  Modified: zbar-0.10-r5.ebuild ChangeLog
  Log:
  Call python_fix_shebang conditionally to USE=python, bug #531240.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  media-gfx/zbar/zbar-0.10-r5.ebuild

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

Index: zbar-0.10-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zbar-0.10-r5.ebuild 30 Nov 2014 13:36:08 -  1.2
+++ zbar-0.10-r5.ebuild 3 Dec 2014 12:18:37 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.2 
2014/11/30 13:36:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.3 
2014/12/03 12:18:37 mgorny Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
epatch ${FILESDIR}/${P}-errors.patch
epatch ${FILESDIR}/${P}-python-crash.patch
 
-   python_fix_shebang examples/upcrpc.py test/*.py
+   use python  python_fix_shebang examples/upcrpc.py test/*.py
 
sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' configure.ac || die #423581
eautoreconf



1.17 media-gfx/zbar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   30 Nov 2014 13:36:08 -  1.16
+++ ChangeLog   3 Dec 2014 12:18:37 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/zbar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.16 2014/11/30 
13:36:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.17 2014/12/03 
12:18:37 mgorny Exp $
+
+  03 Dec 2014; Michał Górny mgo...@gentoo.org zbar-0.10-r5.ebuild:
+  Call python_fix_shebang conditionally to USE=python, bug #531240.
 
   30 Nov 2014; Michał Górny mgo...@gentoo.org zbar-0.10-r5.ebuild:
   Add missing REQUIRED_USE.






[gentoo-commits] gentoo-x86 commit in sys-power/powernowd/files: powernowd-1.00-buf.patch

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 12:39:26

  Added:powernowd-1.00-buf.patch
  Log:
  Add upstream patch for systems with many processors. Add github homepage.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  sys-power/powernowd/files/powernowd-1.00-buf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/files/powernowd-1.00-buf.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/files/powernowd-1.00-buf.patch?rev=1.1content-type=text/plain

Index: powernowd-1.00-buf.patch
===
--- a/powernowd.c
+++ b/powernowd.c
@@ -107,7 +107,7 @@ typedef struct cpuinfo {
 cpuinfo_t **all_cpus;
 
 /* idea stolen from procps */
-static char buf[1024];
+static char buf[2048];
 
 enum function {
SINE,






[gentoo-commits] gentoo-x86 commit in sys-power/powernowd: ChangeLog powernowd-1.00-r3.ebuild

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 12:39:26

  Modified: ChangeLog
  Added:powernowd-1.00-r3.ebuild
  Log:
  Add upstream patch for systems with many processors. Add github homepage.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.26 sys-power/powernowd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/powernowd/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   30 Sep 2013 21:23:41 -  1.25
+++ ChangeLog   3 Dec 2014 12:39:26 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/powernowd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powernowd/ChangeLog,v 1.25 
2013/09/30 21:23:41 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powernowd/ChangeLog,v 1.26 
2014/12/03 12:39:26 jer Exp $
+
+*powernowd-1.00-r3 (03 Dec 2014)
+
+  03 Dec 2014; Jeroen Roovers j...@gentoo.org +powernowd-1.00-r3.ebuild,
+  +files/powernowd-1.00-buf.patch:
+  Add upstream patch for systems with many processors. Add github homepage.
 
   30 Sep 2013; Jeroen Roovers j...@gentoo.org -powernowd-1.00-r1.ebuild:
   Old.



1.1  sys-power/powernowd/powernowd-1.00-r3.ebuild

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

Index: powernowd-1.00-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/powernowd/powernowd-1.00-r3.ebuild,v 1.1 
2014/12/03 12:39:26 jer Exp $

EAPI=5
inherit eutils linux-info systemd toolchain-funcs

DESCRIPTION=Daemon to control the speed and voltage of CPUs
HOMEPAGE=http://www.deater.net/john/powernowd.html 
https://github.com/clemej/powernowd;
SRC_URI=http://www.deater.net/john/${P}.tar.gz;

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

pkg_setup() {
CONFIG_CHECK=~CPU_FREQ
WARNING_CPU_FREQ=Powernowd needs CPU_FREQ turned on!
linux-info_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${P}-buf.patch
rm -f Makefile
tc-export CC
}

src_compile() {
emake powernowd
}

src_install() {
dosbin powernowd
dodoc README

newconfd ${FILESDIR}/powernowd.confd powernowd
newinitd ${FILESDIR}/powernowd.initd powernowd
systemd_dounit ${FILESDIR}/${PN}.service
}






[gentoo-commits] gentoo-x86 commit in media-gfx/scrot: scrot-0.8_p13.ebuild ChangeLog

2014-12-03 Thread Jeroen Roovers (jer)
jer 14/12/03 12:53:22

  Modified: scrot-0.8_p13.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #524822).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  media-gfx/scrot/scrot-0.8_p13.ebuild

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

Index: scrot-0.8_p13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8_p13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scrot-0.8_p13.ebuild29 Nov 2014 19:46:29 -  1.2
+++ scrot-0.8_p13.ebuild3 Dec 2014 12:53:22 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8_p13.ebuild,v 1.2 
2014/11/29 19:46:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8_p13.ebuild,v 1.3 
2014/12/03 12:53:22 jer Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=feh LGPL-2+
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd
+KEYWORDS=~alpha ~amd64 arm hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd
 IUSE=
 
 RDEPEND==media-libs/imlib2-1.0.3



1.28 media-gfx/scrot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   29 Nov 2014 19:46:29 -  1.27
+++ ChangeLog   3 Dec 2014 12:53:22 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/scrot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.27 2014/11/29 
19:46:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.28 2014/12/03 
12:53:22 jer Exp $
+
+  03 Dec 2014; Jeroen Roovers j...@gentoo.org scrot-0.8_p13.ebuild:
+  Stable for HPPA (bug #524822).
 
   29 Nov 2014; Markus Meier mae...@gentoo.org scrot-0.8_p13.ebuild:
   arm stable, bug #524822






[gentoo-commits] dev/dev-zero:master commit in: dev-python/taskw/files/, dev-python/taskw/

2014-12-03 Thread Tiziano Müller
commit: 02263c3bdc6c6fae9e267def03aa6c74759ad816
Author: Tiziano Müller dev-zero AT gentoo DOT org
AuthorDate: Wed Dec  3 12:54:24 2014 +
Commit: Tiziano Müller dev-zero AT gentoo DOT org
CommitDate: Wed Dec  3 12:54:24 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=02263c3b

initial commit, needed by bugwarrior

---
 dev-python/taskw/Manifest  |  1 +
 ...et-the-timezone-to-UTC-when-adding-a-task.patch | 44 ++
 dev-python/taskw/taskw-0.8.6.ebuild| 30 +++
 3 files changed, 75 insertions(+)

diff --git a/dev-python/taskw/Manifest b/dev-python/taskw/Manifest
new file mode 100644
index 000..e4e4787
--- /dev/null
+++ b/dev-python/taskw/Manifest
@@ -0,0 +1 @@
+DIST taskw-0.8.6.tar.gz 37293 SHA256 
341a165a1c2ef94fb1c2a49a785357377f04a0d55cabe9563179849497e47146 SHA512 
0969eb4b2c4fb664a8568b373081b822f889c887a51609987bb88a25c1febc8cca9f32210b7825751fe024cb57642d697af332803e83d8952c75034b7e80b91e
 WHIRLPOOL 
540a77473aa8a2f05eebe0f6025c46e4fa550634933fa7f8a2dc72fe316ead6c747a36c90a0a0beffdcfd740560b8b5e545f42983b2a07f52ad785682aa2e723

diff --git 
a/dev-python/taskw/files/0.8.6-test-set-the-timezone-to-UTC-when-adding-a-task.patch
 
b/dev-python/taskw/files/0.8.6-test-set-the-timezone-to-UTC-when-adding-a-task.patch
new file mode 100644
index 000..12ece25
--- /dev/null
+++ 
b/dev-python/taskw/files/0.8.6-test-set-the-timezone-to-UTC-when-adding-a-task.patch
@@ -0,0 +1,44 @@
+From 9323d6755cebcbde36c0d8fbe10847bce1329f9d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tiziano=20M=C3=BCller?= t...@dev-zero.ch
+Date: Tue, 2 Dec 2014 17:29:02 +0100
+Subject: [PATCH] test: set the timezone to UTC when adding a task
+
+This fixes issue #75 where the date set was interpreted in localtime but
+the date returned was in UTC, making the assertion fail.
+---
+ taskw/test/test_datas.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/taskw/test/test_datas.py b/taskw/test/test_datas.py
+index 22c276a..b2ede4c 100644
+--- a/taskw/test/test_datas.py
 b/taskw/test/test_datas.py
+@@ -5,6 +5,7 @@ import sys
+ import shutil
+ import tempfile
+ import datetime
++import dateutil.tz
+ 
+ from taskw import TaskWarriorDirect, TaskWarriorShellout
+ 
+@@ -183,7 +184,7 @@ class _BaseTestDB(object):
+ foobar,
+ uuid=1234-1234,
+ project=some_project,
+-entry=datetime.datetime(2011, 1, 1),
++entry=datetime.datetime(2011, 1, 1, tzinfo=dateutil.tz.tzutc()),
+ )
+ tasks = self.tw.load_tasks()
+ eq_(len(tasks['pending']), 1)
+@@ -205,7 +206,7 @@ class _BaseTestDB(object):
+ def test_add_with_uda_date(self):
+ self.tw.task_add(
+ foobar,
+-somedate=datetime.datetime(2011, 1, 1),
++somedate=datetime.datetime(2011, 1, 1, 
tzinfo=dateutil.tz.tzutc()),
+ )
+ tasks = self.tw.load_tasks()
+ eq_(len(tasks['pending']), 1)
+-- 
+2.1.3
+

diff --git a/dev-python/taskw/taskw-0.8.6.ebuild 
b/dev-python/taskw/taskw-0.8.6.ebuild
new file mode 100644
index 000..0c57e20
--- /dev/null
+++ b/dev-python/taskw/taskw-0.8.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION=Python bindings for your taskwarrior database
+HOMEPAGE=https://github.com/ralphbean/taskw;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+LICENSE=GPL-3+
+SLOT=0
+KEYWORDS=~amd64
+IUSE=test
+
+RDEPEND=dev-python/six[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}
+   test? ( dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )
+
+PATCHES=( 
${FILESDIR}/${PV}-test-set-the-timezone-to-UTC-when-adding-a-task.patch )
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] proj/hardened-refpolicy:master commit in: support/

2014-12-03 Thread Jason Zaman
commit: 393b946b07d418fccf66759420c2210fe9475cc1
Author: Nicolas Iooss nicolas.iooss AT m4x DOT org
AuthorDate: Sun Nov 23 15:34:33 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Tue Dec  2 21:09:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=393b946b

Create tmp directory when compiling a .mod.fc file in a modular way

When compiling modules using support/Makefile.devel (which is installed
in /usr/share/selinux/*/include/Makefile) with make -j9, the build
fails because tmp/ does not exist.

Add the missing command to create tmp/ when running tmp/%.mod.fc target.

Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=530178

---
 support/Makefile.devel | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/Makefile.devel b/support/Makefile.devel
index b96e9b3..ae52932 100644
--- a/support/Makefile.devel
+++ b/support/Makefile.devel
@@ -158,6 +158,7 @@ tmp/%.mod: $(m4support) tmp/all_interfaces.conf %.te
$(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@
 
 tmp/%.mod.fc: $(m4support) %.fc
+   @test -d $(@D) || mkdir -p $(@D)
$(verbose) $(M4) $(M4PARAM) $^  $@
 
 %.pp: tmp/%.mod tmp/%.mod.fc



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

2014-12-03 Thread Jason Zaman
commit: 46d4ce5719f6e53d1aa290d714581f80753b5a20
Author: Chris PeBenito cpebenito AT tresys DOT com
AuthorDate: Tue Dec  2 15:30:48 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=46d4ce57

Module version bump for _admin fixes from Jason Zaman.

---
 policy/modules/contrib/ccs.te  | 2 +-
 policy/modules/contrib/condor.te   | 2 +-
 policy/modules/contrib/distcc.te   | 2 +-
 policy/modules/contrib/ftp.te  | 2 +-
 policy/modules/contrib/kerberos.te | 2 +-
 policy/modules/contrib/kismet.te   | 2 +-
 policy/modules/contrib/nut.te  | 2 +-
 policy/modules/contrib/prelude.te  | 2 +-
 policy/modules/contrib/psad.te | 2 +-
 policy/modules/contrib/pyzor.te| 2 +-
 policy/modules/contrib/quota.te| 2 +-
 policy/modules/contrib/rpcbind.te  | 2 +-
 policy/modules/contrib/rpm.te  | 2 +-
 policy/modules/contrib/spamassassin.te | 2 +-
 policy/modules/contrib/svnserve.te | 2 +-
 policy/modules/contrib/systemtap.te| 2 +-
 policy/modules/contrib/uptime.te   | 2 +-
 policy/modules/contrib/zabbix.te   | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/policy/modules/contrib/ccs.te b/policy/modules/contrib/ccs.te
index 849873d..b6f7ae6 100644
--- a/policy/modules/contrib/ccs.te
+++ b/policy/modules/contrib/ccs.te
@@ -1,4 +1,4 @@
-policy_module(ccs, 1.7.0)
+policy_module(ccs, 1.7.1)
 
 
 #

diff --git a/policy/modules/contrib/condor.te b/policy/modules/contrib/condor.te
index 3787034..81fb9ae 100644
--- a/policy/modules/contrib/condor.te
+++ b/policy/modules/contrib/condor.te
@@ -1,4 +1,4 @@
-policy_module(condor, 1.1.0)
+policy_module(condor, 1.1.1)
 
 
 #

diff --git a/policy/modules/contrib/distcc.te b/policy/modules/contrib/distcc.te
index 898b2f4..284b070 100644
--- a/policy/modules/contrib/distcc.te
+++ b/policy/modules/contrib/distcc.te
@@ -1,4 +1,4 @@
-policy_module(distcc, 1.9.0)
+policy_module(distcc, 1.9.1)
 
 
 #

diff --git a/policy/modules/contrib/ftp.te b/policy/modules/contrib/ftp.te
index b59e761..7681fec 100644
--- a/policy/modules/contrib/ftp.te
+++ b/policy/modules/contrib/ftp.te
@@ -1,4 +1,4 @@
-policy_module(ftp, 1.16.1)
+policy_module(ftp, 1.16.2)
 
 
 #

diff --git a/policy/modules/contrib/kerberos.te 
b/policy/modules/contrib/kerberos.te
index 8833d59..976a98d 100644
--- a/policy/modules/contrib/kerberos.te
+++ b/policy/modules/contrib/kerberos.te
@@ -1,4 +1,4 @@
-policy_module(kerberos, 1.12.0)
+policy_module(kerberos, 1.12.1)
 
 
 #

diff --git a/policy/modules/contrib/kismet.te b/policy/modules/contrib/kismet.te
index 8ad0d4d..d4f318b 100644
--- a/policy/modules/contrib/kismet.te
+++ b/policy/modules/contrib/kismet.te
@@ -1,4 +1,4 @@
-policy_module(kismet, 1.7.0)
+policy_module(kismet, 1.7.1)
 
 
 #

diff --git a/policy/modules/contrib/nut.te b/policy/modules/contrib/nut.te
index ab8b8da..78b7eda 100644
--- a/policy/modules/contrib/nut.te
+++ b/policy/modules/contrib/nut.te
@@ -1,4 +1,4 @@
-policy_module(nut, 1.3.1)
+policy_module(nut, 1.3.2)
 
 
 #

diff --git a/policy/modules/contrib/prelude.te 
b/policy/modules/contrib/prelude.te
index 8f44609..e21e13c 100644
--- a/policy/modules/contrib/prelude.te
+++ b/policy/modules/contrib/prelude.te
@@ -1,4 +1,4 @@
-policy_module(prelude, 1.4.0)
+policy_module(prelude, 1.4.1)
 
 
 #

diff --git a/policy/modules/contrib/psad.te b/policy/modules/contrib/psad.te
index b5d717b..4124deb 100644
--- a/policy/modules/contrib/psad.te
+++ b/policy/modules/contrib/psad.te
@@ -1,4 +1,4 @@
-policy_module(psad, 1.1.0)
+policy_module(psad, 1.1.1)
 
 
 #

diff --git a/policy/modules/contrib/pyzor.te b/policy/modules/contrib/pyzor.te
index 2439d13..464007e 100644
--- a/policy/modules/contrib/pyzor.te
+++ b/policy/modules/contrib/pyzor.te
@@ -1,4 +1,4 @@
-policy_module(pyzor, 2.3.0)
+policy_module(pyzor, 2.3.1)
 
 
 #

diff --git a/policy/modules/contrib/quota.te b/policy/modules/contrib/quota.te
index f47c8e8..69c08f8 100644
--- a/policy/modules/contrib/quota.te
+++ b/policy/modules/contrib/quota.te
@@ -1,4 +1,4 @@
-policy_module(quota, 1.6.0)
+policy_module(quota, 1.6.1)
 
 
 #

diff --git a/policy/modules/contrib/rpcbind.te 
b/policy/modules/contrib/rpcbind.te
index eefc5df..86ddde4 100644
--- a/policy/modules/contrib/rpcbind.te
+++ b/policy/modules/contrib/rpcbind.te
@@ -1,4 +1,4 @@
-policy_module(rpcbind, 1.7.1)
+policy_module(rpcbind, 1.7.2)
 
 

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

2014-12-03 Thread Jason Zaman
commit: bc941660212e3e693b70cb4ed7fe416b5d39adbf
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Dec  3 08:45:49 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:45:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=bc941660

Merge Upstream

---
 gentoo/STATE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo/STATE b/gentoo/STATE
index 6ab6aca..a49ebd5 100644
--- a/gentoo/STATE
+++ b/gentoo/STATE
@@ -1,2 +1,2 @@
-contrib is at f695f449f34f4b287085dc3254bd7328af747c76
-master is at 0692cd24b5715e0b8322370e13b6fe484fb76d94
+contrib is at 031a4f0ae7c5c86adf2402be2f495e4700aa789d
+master is at 0735f2ca4af063c1a1d6d955dc38b300bcce9345



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

2014-12-03 Thread Jason Zaman
commit: 73ef58b0056f5406b4a8911385b2b8beb35c7f92
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:00 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=73ef58b0

condor: syntax error in condor_admin

---
 policy/modules/contrib/condor.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/condor.if b/policy/modules/contrib/condor.if
index 881d92f..c80aaf5 100644
--- a/policy/modules/contrib/condor.if
+++ b/policy/modules/contrib/condor.if
@@ -58,7 +58,7 @@ template(`condor_domain_template',`
 interface(`condor_admin',`
gen_require(`
attribute condor_domain;
-   type condor_initrc_exec_config_t, condor_log_t;
+   type condor_initrc_exec_t, condor_log_t;
type condor_var_lib_t, condor_var_lock_t, condor_schedd_tmp_t;
type condor_var_run_t, condor_startd_tmp_t, condor_conf_t;
')



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

2014-12-03 Thread Jason Zaman
commit: 817c2b06a9056545eb11ff3d6f247c4d52913fdc
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:04 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=817c2b06

kismet: syntax error in kismet_admin

---
 policy/modules/contrib/kismet.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/kismet.if b/policy/modules/contrib/kismet.if
index aa2a337..f20de6e 100644
--- a/policy/modules/contrib/kismet.if
+++ b/policy/modules/contrib/kismet.if
@@ -283,7 +283,7 @@ interface(`kismet_manage_log',`
 interface(`kismet_admin',`
gen_require(`
type kismet_t, kismet_var_lib_t, kismet_var_run_t;
-   type kismet_log_t, kismet_tmp_t;
+   type kismet_log_t, kismet_tmp_t, kismet_initrc_exec_t;
')
 
init_labeled_script_domtrans($1, kismet_initrc_exec_t)



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

2014-12-03 Thread Jason Zaman
commit: 1a6ba9f4ab6c255289c3a43d6ba130101b1aed4b
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:09 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1a6ba9f4

rpcbind: syntax error in rpcbind_admin

---
 policy/modules/contrib/rpcbind.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/rpcbind.if 
b/policy/modules/contrib/rpcbind.if
index 3b5e9ee..1a1cb99 100644
--- a/policy/modules/contrib/rpcbind.if
+++ b/policy/modules/contrib/rpcbind.if
@@ -160,7 +160,7 @@ interface(`rpcbind_admin',`
allow $1 rpcbind_t:process { ptrace signal_perms };
ps_process_pattern($1, rpcbind_t)
 
-   init_labeled_script_domtrans($1, rbcbind_initrc_exec_t)
+   init_labeled_script_domtrans($1, rpcbind_initrc_exec_t)
domain_system_change_exemption($1)
role_transition $2 rpcbind_initrc_exec_t system_r;
allow $2 system_r;



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

2014-12-03 Thread Jason Zaman
commit: 5bbf23fc711e26d7c7073567e105313fadcd6c3c
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:02 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5bbf23fc

ftp: syntax error in ftp_admin

---
 policy/modules/contrib/ftp.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/ftp.if b/policy/modules/contrib/ftp.if
index 4498143..65adda9 100644
--- a/policy/modules/contrib/ftp.if
+++ b/policy/modules/contrib/ftp.if
@@ -179,7 +179,7 @@ interface(`ftp_admin',`
type ftpd_keytab_t;
')
 
-   allow $1 { ftpd_t ftpdctl_t sftpd_t anon_sftpd }:process { ptrace 
signal_perms };
+   allow $1 { ftpd_t ftpdctl_t sftpd_t anon_sftpd_t }:process { ptrace 
signal_perms };
ps_process_pattern($1, { ftpd_t ftpdctl_t sftpd_t anon_sftpd_t })
 
init_labeled_script_domtrans($1, ftpd_initrc_exec_t)



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

2014-12-03 Thread Jason Zaman
commit: c178e55dd18e808d161bf03084c768a3fe069427
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:10 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c178e55d

rpm: syntax error in rpm_admin

---
 policy/modules/contrib/rpm.if | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/rpm.if b/policy/modules/contrib/rpm.if
index ef3b225..fc9c8d8 100644
--- a/policy/modules/contrib/rpm.if
+++ b/policy/modules/contrib/rpm.if
@@ -626,8 +626,8 @@ interface(`rpm_pid_filetrans_rpm_pid',`
 interface(`rpm_admin',`
gen_require(`
type rpm_t, rpm_script_t, rpm_initrc_exec_t;
-   type rpm_var_cache_t, rpm_var_lib_t, rpm_lock_t;
-   type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t;
+   type rpm_cache_t, rpm_var_lib_t, rpm_lock_t;
+   type rpm_log_t, rpm_tmpfs_t, rpm_tmp_t, rpm_var_run_t;
type rpm_script_tmp_t, rpm_script_tmpfs_t, rpm_file_t;
')
 



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

2014-12-03 Thread Jason Zaman
commit: b6fc3fcdd166ae3851c52e32a1f8f50c4b4d047e
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:15 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b6fc3fcd

remove pyzor_role() from pyzor_admin()

pyzor_role contains some named filetrans's which can not be applied
twice. The roles already contain pyzor_role which makes adding
pyzor_admin impossible. This removes the role so they can both be
applied.

---
 policy/modules/contrib/pyzor.if | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pyzor.if b/policy/modules/contrib/pyzor.if
index 593c03d..c05a504 100644
--- a/policy/modules/contrib/pyzor.if
+++ b/policy/modules/contrib/pyzor.if
@@ -132,5 +132,6 @@ interface(`pyzor_admin',`
files_search_var_lib($1)
admin_pattern($1, pyzor_var_lib_t)
 
-   pyzor_role($2, $1)
+   # This makes it impossible to apply _admin if _role has already been 
applied
+   #pyzor_role($2, $1)
 ')



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

2014-12-03 Thread Jason Zaman
commit: 30451cc4ca123da3b5066e7387717e9163b319ad
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:13 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=30451cc4

uptime: syntax error in uptime_admin

---
 policy/modules/contrib/uptime.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/uptime.if b/policy/modules/contrib/uptime.if
index 01a3234..19f4724 100644
--- a/policy/modules/contrib/uptime.if
+++ b/policy/modules/contrib/uptime.if
@@ -19,7 +19,7 @@
 #
 interface(`uptime_admin',`
gen_require(`
-   type uptimed_t, uptimed_initrc_exec_t. uptimed_etc_t;
+   type uptimed_t, uptimed_initrc_exec_t, uptimed_etc_t;
type uptimed_spool_t, uptimed_var_run_t;
')
 



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

2014-12-03 Thread Jason Zaman
commit: 70d7fd9925e72bb51c0fa62de900238385e28781
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:11 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=70d7fd99

systemtap: syntax error in stapserver_admin

---
 policy/modules/contrib/systemtap.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/systemtap.if 
b/policy/modules/contrib/systemtap.if
index c755e2d..d60a21e 100644
--- a/policy/modules/contrib/systemtap.if
+++ b/policy/modules/contrib/systemtap.if
@@ -20,7 +20,7 @@
 interface(`stapserver_admin',`
gen_require(`
type stapserver_t, stapserver_conf_t, stapserver_log_t;
-   type stap_server_var_run_t, stapserver_initrc_exec_t, 
stapserver_var_lib_t;
+   type stapserver_var_run_t, stapserver_initrc_exec_t, 
stapserver_var_lib_t;
')
 
allow $1 stapserver_t:process { ptrace signal_perms };



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

2014-12-03 Thread Jason Zaman
commit: c4c6cf58cad3174b2cd02b7a2734a06901f45007
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:07 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c4c6cf58

psad: syntax error in psad_admin

---
 policy/modules/contrib/psad.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/psad.if b/policy/modules/contrib/psad.if
index d4dcf78..cdc83d2 100644
--- a/policy/modules/contrib/psad.if
+++ b/policy/modules/contrib/psad.if
@@ -236,7 +236,7 @@ interface(`psad_admin',`
gen_require(`
type psad_t, psad_var_run_t, psad_var_log_t;
type psad_initrc_exec_t, psad_var_lib_t;
-   type psad_tmp_t;
+   type psad_tmp_t, psad_etc_t;
')
 
allow $1 psad_t:process { ptrace signal_perms };



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/, policy/modules/system/, policy/modules/admin/, ...

2014-12-03 Thread Jason Zaman
commit: 22cac17f8861bb8095fa59015b6a9b34e682d95a
Author: Chris PeBenito cpebenito AT tresys DOT com
AuthorDate: Tue Dec  2 15:29:59 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Tue Dec  2 21:09:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=22cac17f

Module version bump for misc fixes from Sven Vermeulen.

---
 policy/modules/admin/bootloader.te| 2 +-
 policy/modules/admin/sudo.te  | 2 +-
 policy/modules/kernel/corecommands.te | 2 +-
 policy/modules/kernel/filesystem.te   | 2 +-
 policy/modules/services/xserver.te| 2 +-
 policy/modules/system/authlogin.te| 2 +-
 policy/modules/system/fstools.te  | 2 +-
 policy/modules/system/ipsec.te| 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/policy/modules/admin/bootloader.te 
b/policy/modules/admin/bootloader.te
index 4b837a8..8c65dd8 100644
--- a/policy/modules/admin/bootloader.te
+++ b/policy/modules/admin/bootloader.te
@@ -1,4 +1,4 @@
-policy_module(bootloader, 1.15.0)
+policy_module(bootloader, 1.15.1)
 
 
 #

diff --git a/policy/modules/admin/sudo.te b/policy/modules/admin/sudo.te
index d9fce57..91cb186 100644
--- a/policy/modules/admin/sudo.te
+++ b/policy/modules/admin/sudo.te
@@ -1,4 +1,4 @@
-policy_module(sudo, 1.10.0)
+policy_module(sudo, 1.10.1)
 
 
 #

diff --git a/policy/modules/kernel/corecommands.te 
b/policy/modules/kernel/corecommands.te
index 873031e..08c52ba 100644
--- a/policy/modules/kernel/corecommands.te
+++ b/policy/modules/kernel/corecommands.te
@@ -1,4 +1,4 @@
-policy_module(corecommands, 1.19.4)
+policy_module(corecommands, 1.19.5)
 
 
 #

diff --git a/policy/modules/kernel/filesystem.te 
b/policy/modules/kernel/filesystem.te
index fd1e7fe..a4a68fd 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -1,4 +1,4 @@
-policy_module(filesystem, 1.18.3)
+policy_module(filesystem, 1.18.4)
 
 
 #

diff --git a/policy/modules/services/xserver.te 
b/policy/modules/services/xserver.te
index ee3773d..1680525 100644
--- a/policy/modules/services/xserver.te
+++ b/policy/modules/services/xserver.te
@@ -1,4 +1,4 @@
-policy_module(xserver, 3.10.3)
+policy_module(xserver, 3.10.4)
 
 gen_require(`
class x_drawable all_x_drawable_perms;

diff --git a/policy/modules/system/authlogin.te 
b/policy/modules/system/authlogin.te
index 984fe54..edd505a 100644
--- a/policy/modules/system/authlogin.te
+++ b/policy/modules/system/authlogin.te
@@ -1,4 +1,4 @@
-policy_module(authlogin, 2.6.0)
+policy_module(authlogin, 2.6.1)
 
 
 #

diff --git a/policy/modules/system/fstools.te b/policy/modules/system/fstools.te
index b0475ea..1fc71aa 100644
--- a/policy/modules/system/fstools.te
+++ b/policy/modules/system/fstools.te
@@ -1,4 +1,4 @@
-policy_module(fstools, 1.17.2)
+policy_module(fstools, 1.17.3)
 
 
 #

diff --git a/policy/modules/system/ipsec.te b/policy/modules/system/ipsec.te
index 15d7caf..a06dabc 100644
--- a/policy/modules/system/ipsec.te
+++ b/policy/modules/system/ipsec.te
@@ -1,4 +1,4 @@
-policy_module(ipsec, 1.14.0)
+policy_module(ipsec, 1.14.1)
 
 
 #



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

2014-12-03 Thread Jason Zaman
commit: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:14 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=023ffc02

zabbix: syntax error in zabbix_admin

---
 policy/modules/contrib/zabbix.if | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/policy/modules/contrib/zabbix.if b/policy/modules/contrib/zabbix.if
index dd63de0..29d87d7 100644
--- a/policy/modules/contrib/zabbix.if
+++ b/policy/modules/contrib/zabbix.if
@@ -138,9 +138,9 @@ interface(`zabbix_agent_tcp_connect',`
 #
 interface(`zabbix_admin',`
gen_require(`
-   type zabbix_t, zabbix_log_t, zabbix_var_run_t;
-   type zabbix_initrc_exec_t, zabbit_agent_initrc_exec_t, 
zabbix_tmp_t;
-   type zabbit_tmpfs_t;
+   type zabbix_t, zabbix_agent_t, zabbix_log_t, zabbix_var_run_t;
+   type zabbix_initrc_exec_t, zabbix_agent_initrc_exec_t, 
zabbix_tmp_t;
+   type zabbix_tmpfs_t;
')
 
allow $1 { zabbix_t zabbix_agent_t }:process { ptrace signal_perms };



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

2014-12-03 Thread Jason Zaman
commit: 7e0d04ce8a6717c305f2811ac84d6f1e0f25fc53
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:03 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7e0d04ce

kerberos: syntax error in kerberos_admin

---
 policy/modules/contrib/kerberos.if | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/kerberos.if 
b/policy/modules/contrib/kerberos.if
index f6c00d8..77a5c49 100644
--- a/policy/modules/contrib/kerberos.if
+++ b/policy/modules/contrib/kerberos.if
@@ -490,8 +490,8 @@ interface(`kerberos_admin',`
type krb5kdc_var_run_t, krb5_host_rcache_t;
')
 
-   allow $1 { kadmind_t krb5kdc_t kpropd }:process { ptrace signal_perms };
-   ps_process_pattern($1, { kadmind_t krb5kdc_t kpropd })
+   allow $1 { kadmind_t krb5kdc_t kpropd_t }:process { ptrace signal_perms 
};
+   ps_process_pattern($1, { kadmind_t krb5kdc_t kpropd_t })
 
init_labeled_script_domtrans($1, kerberos_initrc_exec_t)
domain_system_change_exemption($1)



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

2014-12-03 Thread Jason Zaman
commit: 5572b308499e54999df84759d522779d8e4cfd0a
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Dec  2 11:14:38 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 09:30:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5572b308

Add missing roles interfaces

Some interfaces were missing from staff_r and user_r, this adds them in

---
 policy/modules/roles/staff.te  | 16 
 policy/modules/roles/unprivuser.te | 16 
 2 files changed, 32 insertions(+)

diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te
index 1d4b3e0..1a867f0 100644
--- a/policy/modules/roles/staff.te
+++ b/policy/modules/roles/staff.te
@@ -188,6 +188,14 @@ ifndef(`distro_redhat',`
 ifdef(`distro_gentoo',`
 
optional_policy(`
+   android_role(staff_r, staff_t)
+   ')
+
+   optional_policy(`
+   at_role(staff_r, staff_t)
+   ')
+
+   optional_policy(`
chromium_role(staff_r, staff_t)
')
 
@@ -230,4 +238,12 @@ ifdef(`distro_gentoo',`
optional_policy(`
skype_role(staff_r, staff_t)
')
+
+   optional_policy(`
+   wine_role(staff_r, staff_t)
+   ')
+
+   optional_policy(`
+   xscreensaver_role(staff_r, staff_t)
+   ')
 ')

diff --git a/policy/modules/roles/unprivuser.te 
b/policy/modules/roles/unprivuser.te
index c171833..e349a03 100644
--- a/policy/modules/roles/unprivuser.te
+++ b/policy/modules/roles/unprivuser.te
@@ -173,6 +173,14 @@ ifndef(`distro_redhat',`
 ifdef(`distro_gentoo',`
 
optional_policy(`
+   android_role(user_r, user_t)
+   ')
+
+   optional_policy(`
+   at_role(user_r, user_t)
+   ')
+
+   optional_policy(`
chromium_role(user_r, user_t)
')
 
@@ -211,4 +219,12 @@ ifdef(`distro_gentoo',`
optional_policy(`
skype_role(user_r, user_t)
')
+
+   optional_policy(`
+   wine_role(user_r, user_t)
+   ')
+
+   optional_policy(`
+   xscreensaver_role(user_r, user_t)
+   ')
 ')



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

2014-12-03 Thread Jason Zaman
commit: 830ec3e6758f5d6887a9f681a871caf0b293eabc
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:12 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=830ec3e6

svnserve: syntax error in svnserve_admin

---
 policy/modules/contrib/svnserve.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/svnserve.if 
b/policy/modules/contrib/svnserve.if
index 2ac91b6..5cd46e9 100644
--- a/policy/modules/contrib/svnserve.if
+++ b/policy/modules/contrib/svnserve.if
@@ -31,5 +31,5 @@ interface(`svnserve_admin',`
allow $2 system_r;
 
files_search_pids($1)
-   admin_pattern($1, httpd_var_run_t)
+   admin_pattern($1, svnserve_var_run_t)
 ')



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

2014-12-03 Thread Jason Zaman
commit: 3dc49e7336ef420697a7fa36661518c47e4f4356
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:05 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3dc49e73

nut: syntax error in nut_admin

---
 policy/modules/contrib/nut.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/nut.if b/policy/modules/contrib/nut.if
index 57c0161..c606ae6 100644
--- a/policy/modules/contrib/nut.if
+++ b/policy/modules/contrib/nut.if
@@ -24,7 +24,7 @@ interface(`nut_admin',`
')
 
allow $1 nut_domain:process { ptrace signal_perms };
-   ps_process_pattern($1, nut_domain_t)
+   ps_process_pattern($1, nut_domain)
 
init_labeled_script_domtrans($1, nut_initrc_exec_t)
domain_system_change_exemption($1)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/, policy/modules/services/, policy/modules/admin/, ...

2014-12-03 Thread Jason Zaman
commit: 8253183963f78c69d401d0740f2f35d4cc7726b4
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Dec  2 21:20:40 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Tue Dec  2 21:20:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=82531839

remove things that have been upstreamed

---
 policy/modules/admin/bootloader.fc|  4 
 policy/modules/admin/sudo.if  |  7 ---
 policy/modules/kernel/corecommands.fc |  2 --
 policy/modules/services/xserver.fc|  7 ---
 policy/modules/system/authlogin.if| 34 --
 policy/modules/system/fstools.fc  |  2 --
 policy/modules/system/ipsec.fc|  4 
 7 files changed, 60 deletions(-)

diff --git a/policy/modules/admin/bootloader.fc 
b/policy/modules/admin/bootloader.fc
index 6bd044c..d908d56 100644
--- a/policy/modules/admin/bootloader.fc
+++ b/policy/modules/admin/bootloader.fc
@@ -11,7 +11,3 @@
 /usr/sbin/grub2?-install   --  
gen_context(system_u:object_r:bootloader_exec_t,s0)
 /usr/sbin/grub2?-mkconfig  --  
gen_context(system_u:object_r:bootloader_exec_t,s0)
 /usr/sbin/grub2?-probe --  
gen_context(system_u:object_r:bootloader_exec_t,s0)
-
-ifdef(`distro_gentoo',`
-/usr/sbin/grub2?-mkconfig  --  
gen_context(system_u:object_r:bootloader_exec_t,s0)
-')

diff --git a/policy/modules/admin/sudo.if b/policy/modules/admin/sudo.if
index c6140e3..56ce11c 100644
--- a/policy/modules/admin/sudo.if
+++ b/policy/modules/admin/sudo.if
@@ -160,13 +160,6 @@ template(`sudo_role_template',`
optional_policy(`
fprintd_dbus_chat($1_sudo_t)
')
-
-   ifdef(`distro_gentoo',`
-   # Set ownership of ts directory (timestamp keeping)
-   allow $1_sudo_t self:capability { chown };
-   # Create /var/run/sudo
-   auth_pid_filetrans_pam_var_run($1_sudo_t, dir, sudo)
-   ')
 ')
 
 

diff --git a/policy/modules/kernel/corecommands.fc 
b/policy/modules/kernel/corecommands.fc
index e61b52b..fdf1915 100644
--- a/policy/modules/kernel/corecommands.fc
+++ b/policy/modules/kernel/corecommands.fc
@@ -422,6 +422,4 @@ ifdef(`distro_suse',`
 ifdef(`distro_gentoo',`
 /usr/lib/python-exec/python-exec2  --  
gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/python-exec/python.*/.*   --  
gen_context(system_u:object_r:bin_t,s0)
-
-/usr/lib/xfce4/notifyd/xfce4-notifyd   --  
gen_context(system_u:object_r:bin_t,s0)
 ')

diff --git a/policy/modules/services/xserver.fc 
b/policy/modules/services/xserver.fc
index 49eeac1..5ef36fb 100644
--- a/policy/modules/services/xserver.fc
+++ b/policy/modules/services/xserver.fc
@@ -128,11 +128,4 @@ ifdef(`distro_suse',`
 
 ifdef(`distro_gentoo',`
 HOME_DIR/\.local/share/xorg(/.*)?  
gen_context(system_u:object_r:xserver_xdg_data_home_t,s0)
-
-/etc/lightdm/Xsession  --  
gen_context(system_u:object_r:xsession_exec_t,s0)
-
-/var/cache/lightdm(/.*)?   gen_context(system_u:object_r:xdm_var_lib_t,s0)
-/var/lib/lightdm(/.*)? gen_context(system_u:object_r:xdm_var_lib_t,s0)
-/var/log/lightdm(/.*)? gen_context(system_u:object_r:xserver_log_t,s0)
-/var/run/lightdm(/.*)? gen_context(system_u:object_r:xdm_var_run_t,s0)
 ')

diff --git a/policy/modules/system/authlogin.if 
b/policy/modules/system/authlogin.if
index 41004c5..f05d7bf 100644
--- a/policy/modules/system/authlogin.if
+++ b/policy/modules/system/authlogin.if
@@ -1836,37 +1836,3 @@ interface(`auth_unconfined',`
typeattribute $1 can_write_shadow_passwords;
typeattribute $1 can_relabelto_shadow_passwords;
 ')
-
-# Should be in an ifdef distro_gentoo but that is not supported in the global 
if file
-
-
-## summary
-## Create specified objects in
-## pid directories with the pam var
-##  run file type using a
-##  file type transition.
-## /summary
-## param name=domain
-## summary
-## Domain allowed access.
-## /summary
-## /param
-## param name=object_class
-## summary
-## Class of the object being created.
-## /summary
-## /param
-## param name=name optional=true
-## summary
-## The name of the object being created.
-## /summary
-## /param
-#
-interface(`auth_pid_filetrans_pam_var_run',`
-   gen_require(`
-   type pam_var_run_t;
-   ')
-
-   files_pid_filetrans($1, pam_var_run_t, $2, $3)
-')
-

diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc
index fb132f9..be77216 100644
--- a/policy/modules/system/fstools.fc
+++ b/policy/modules/system/fstools.fc
@@ -66,6 +66,4 @@
 ifdef(`distro_gentoo',`
 /sbin/mkfs\.f2fs   --  gen_context(system_u:object_r:fsadm_exec_t,s0)
 /usr/sbin/mkfs\.f2fs   --  gen_context(system_u:object_r:fsadm_exec_t,s0)
-/usr/sbin/gdisk--  

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

2014-12-03 Thread Jason Zaman
commit: 60135df3a91152af95bdab0fb136da7d5a3523e1
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:16 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=60135df3

remove spamassassin_role() from spamassassin_admin()

spamassassin_role contains some named filetrans's which can not be
applied twice. The roles already contain spamassassin_role which makes
adding spamassassin_admin impossible. This removes the role so they can
both be applied.

---
 policy/modules/contrib/spamassassin.if | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/spamassassin.if 
b/policy/modules/contrib/spamassassin.if
index 1499b0b..7f5a1cc 100644
--- a/policy/modules/contrib/spamassassin.if
+++ b/policy/modules/contrib/spamassassin.if
@@ -404,5 +404,6 @@ interface(`spamassassin_admin',`
files_list_pids($1)
admin_pattern($1, spamd_var_run_t)
 
-   spamassassin_role($2, $1)
+   # This makes it impossible to apply _admin if _role has already been 
applied
+   #spamassassin_role($2, $1)
 ')



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

2014-12-03 Thread Jason Zaman
commit: cf39871364351cf39081d785e73b26131b8221db
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:38:59 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cf398713

ccs: syntax errors in ccs_admin interface

---
 policy/modules/contrib/ccs.if | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/ccs.if b/policy/modules/contrib/ccs.if
index 5ded72d..bb17e0f 100644
--- a/policy/modules/contrib/ccs.if
+++ b/policy/modules/contrib/ccs.if
@@ -98,8 +98,8 @@ interface(`ccs_manage_config',`
 interface(`ccs_admin',`
gen_require(`
type ccs_t, ccs_initrc_exec_t, cluster_conf_t;
-   type ccs_var_lib_t_t, ccs_var_log_t;
-   type ccs_var_run_t, ccs_tmp_t;
+   type ccs_var_lib_t, ccs_var_log_t;
+   type ccs_var_run_t, ccs_tmp_t, ccs_conf_t;
')
 
allow $1 ccs_t:process { ptrace signal_perms };



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

2014-12-03 Thread Jason Zaman
commit: 89e9586e05e56f7e16e58f39e2b8f62dbeae4772
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 06:39:08 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Dec  3 08:43:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=89e9586e

quota: syntax error in quota_admin

---
 policy/modules/contrib/quota.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/quota.if b/policy/modules/contrib/quota.if
index da64218..68611e3 100644
--- a/policy/modules/contrib/quota.if
+++ b/policy/modules/contrib/quota.if
@@ -190,7 +190,7 @@ interface(`quota_admin',`
allow $2 system_r;
 
files_list_all($1)
-   admin_pattern($1, { quota_db_t quota_flag quota_nld_var_run_t })
+   admin_pattern($1, { quota_db_t quota_flag_t quota_nld_var_run_t })
 
quota_run($1, $2)
 ')



  1   2   3   >