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

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 07:01:37

  Modified: ChangeLog distutils-r1.eclass
  Log:
  Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug 
#513664.

Revision  ChangesPath
1.1297   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1296
retrieving revision 1.1297
diff -u -r1.1296 -r1.1297
--- ChangeLog   20 Jun 2014 11:40:28 -  1.1296
+++ ChangeLog   22 Jun 2014 07:01:37 -  1.1297
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1296 2014/06/20 
11:40:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1297 2014/06/22 
07:01:37 mgorny Exp $
+
+  22 Jun 2014; Michał Górny  distutils-r1.eclass:
+  Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug
+  #513664.
 
   20 Jun 2014; Michał Górny  git-r3.eclass:
   Fix typo in submodule fetching, reported by Hans Vercammen.



1.99 eclass/distutils-r1.eclass

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

Index: distutils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- distutils-r1.eclass 21 Jun 2014 08:14:18 -  1.98
+++ distutils-r1.eclass 22 Jun 2014 07:01:37 -  1.99
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.98 
2014/06/21 08:14:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.99 
2014/06/22 07:01:37 mgorny Exp $
 
 # @ECLASS: distutils-r1
 # @MAINTAINER:
@@ -600,8 +600,14 @@
local -x AR=${AR} CC=${CC} CPP=${CPP} CXX=${CXX}
tc-export AR CC CPP CXX
 
-   # XXX: portability for -shared? -- YES!
-   [[ ${CHOST} == *-darwin* ]] || local -x LDSHARED="${CC} -shared" 
LDCXXSHARED="${CXX} -shared"
+   # How to build Python modules in different worlds...
+   local ldopts
+   case "${CHOST}" in
+   *-darwin*) ldopts='-bundle -undefined dynamic_lookup';;
+   *) ldopts='-shared';;
+   esac
+
+   local -x LDSHARED="${CC} ${ldopts}" LDCXXSHARED="${CXX} ${ldopts}"
 
"${@}"
 






[gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/, media-libs/sfemovie/

2014-06-22 Thread Marcel Unbehaun
commit: ed670a4cced1e642f96b10e1b02b6f5a3bf30064
Author: frostwork  gmail  com>
AuthorDate: Sun Jun 22 07:13:53 2014 +
Commit: Marcel Unbehaun  gmx  de>
CommitDate: Sun Jun 22 07:13:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ed670a4c

minor updates

---
 media-libs/sfemovie/metadata.xml | 16 --
 media-libs/sfemovie/sfemovie-.ebuild | 26 --
 x11-apps/typhon/metadata.xml |  1 -
 x11-apps/typhon/typhon-2.0_rc1.ebuild| 37 
 x11-apps/typhon/typhon-.ebuild   | 10 -
 5 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/media-libs/sfemovie/metadata.xml b/media-libs/sfemovie/metadata.xml
deleted file mode 100644
index 1168ca7..000
--- a/media-libs/sfemovie/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   frostwo...@gmx.de
-   Marcel Unbehaun
-   
-   
-   The Simple and Fast Multimedia Library (SFML) is a portable and easy to 
use
-   multimedia API written in C++. You can see it as a modern, 
object-oriented
-   alternative to SDL. SFML is composed of several packages to suit your 
needs.
-   You can use SFML as a minimal windowing system to interface with 
OpenGL, or
-   as a fully-featured multimedia library for building games or interactive
-   programs.
-   
-

diff --git a/media-libs/sfemovie/sfemovie-.ebuild 
b/media-libs/sfemovie/sfemovie-.ebuild
deleted file mode 100644
index c58b494..000
--- a/media-libs/sfemovie/sfemovie-.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sfemovie-.ebuild,v 1.2 
2012/03/24 13:44:53 frostwork Exp $
-
-EAPI=4
-
-inherit cmake-utils eutils git-2 multilib
-
-#MY_P="SFML-${PV}"
-DESCRIPTION="ffmpeg based movie library for SFML"
-HOMEPAGE="https://github.com/Yalir/sfeMovie";
-EGIT_REPO_URI="https://github.com/Yalir/sfeMovie.git";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="media-libs/libsfml
-   virtual/ffmpeg"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i -e "s:add_sub:#add_sub:g" -i CMakeLists.txt
-   sed -i -e 's:./cmake:${CMAKE_SOURCE_DIR}/cmake:g' -i CMakeLists.txt
-}

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 505ccdd..236be99 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -10,7 +10,6 @@ Typhon is a slim and themeable opengl dashboard / program 
launcher.
 
   
enable mikumikudance model support 
-   enabled shared sfemovie support
enabled shared libp3t support
   
 

diff --git a/x11-apps/typhon/typhon-2.0_rc1.ebuild 
b/x11-apps/typhon/typhon-2.0_rc1.ebuild
deleted file mode 100644
index 07e962e..000
--- a/x11-apps/typhon/typhon-2.0_rc1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhon-2.0-rc1.ebuild,v 1.1 2012/08/15 17:48:23 by 
frostwork Exp $
-
-EAPI="4"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit cmake-utils eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1";
-SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug mmd sfe +p3t"
-
-RDEPEND="virtual/opengl
-   dev-libs/tinyxml
-   media-libs/libpng
-   >=media-libs/libsfml-1.99
-   sfe? ( media-libs/sfemovie )
-   sys-libs/zlib
-   mmd? ( media-libs/libmmd )
-   p3t? ( media-libs/libp3t )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use debug DEBUG)
-   $(cmake-utils_use !mmd NOMMD)
-   )
-
-   cmake-utils_src_configure
-}

diff --git a/x11-apps/typhon/typhon-.ebuild 
b/x11-apps/typhon/typhon-.ebuild
index 906b83d..bbd324c 100644
--- a/x11-apps/typhon/typhon-.ebuild
+++ b/x11-apps/typhon/typhon-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-.ebuild,v 1.1 2012/01/20 17:48:23 by 
frostwork Exp $
+# $Header: x11-apps/typhon-.ebuild,v 1.2 2014/06/22 09:08:23 by frostwork 
Exp $
 
 EAPI="4"
 
@@ -11,13 +11,12 @@ inherit cmake-utils eutils subversion
 ESVN_REPO_URI="http://typhon-launcher.googlecode.com/svn/trunk/";
 
 DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1";
-#SRC_URI="http://www.frostworx.de/typhon/${P/_/-}.tar.bz2";
+HOMEPAGE="https://code.google.com/p/typhon-launcher/";
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug mm

[gentoo-commits] gentoo-x86 commit in app-vim/vim-misc: vim-misc-1.11.ebuild ChangeLog

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 07:34:37

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

Revision  ChangesPath
1.4  app-vim/vim-misc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   30 Nov 2013 13:08:13 -  1.3
+++ ChangeLog   22 Jun 2014 07:34:37 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/vim-misc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.3 2013/11/30 
13:08:13 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.4 2014/06/22 
07:34:37 radhermit Exp $
+
+*vim-misc-1.11 (22 Jun 2014)
+
+  22 Jun 2014; Tim Harder  +vim-misc-1.11.ebuild:
+  Version bump.
 
   30 Nov 2013; Johannes Huber  vim-misc-1.8.5.ebuild:
   x86 stable wrt bug #481874



1.1  app-vim/vim-misc/vim-misc-1.11.ebuild

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

Index: vim-misc-1.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.11.ebuild,v 1.1 
2014/06/22 07:34:37 radhermit Exp $

EAPI=5

inherit vim-plugin

DESCRIPTION="vim plugin: miscellaneous auto-load scripts"
HOMEPAGE="http://peterodding.com/code/vim/misc/";
SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"

RDEPEND="!app-vim/xolox-misc"

VIM_PLUGIN_HELPFILES="misc.txt"

src_prepare() {
rm addon-info.json autoload/xolox/misc/echo.exe || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: ChangeLog kmod-9999.ebuild

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 08:03:54

  Modified: ChangeLog kmod-.ebuild
  Log:
  Fix docs install also for 
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.158sys-apps/kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.158&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.158&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   22 Jun 2014 08:01:45 -  1.157
+++ ChangeLog   22 Jun 2014 08:03:54 -  1.158
@@ -1,6 +1,6 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.157 2014/06/22 
08:01:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.158 2014/06/22 
08:03:54 ssuominen Exp $
 
 *kmod-18 (22 Jun 2014)
 
@@ -10,7 +10,8 @@
   06 Jun 2014; Mike Frysinger  kmod-17.ebuild:
   Mark arm64/ia64/m68k/s390/sh stable.
 
-  27 May 2014; Samuli Suominen  kmod-17.ebuild:
+  27 May 2014; Samuli Suominen  kmod-17.ebuild,
+  kmod-.ebuild:
   Fix documentation install after botched conversion to multiple python install
   wrt #511434
 



1.78 sys-apps/kmod/kmod-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?rev=1.78&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?rev=1.78&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-.ebuild?r1=1.77&r2=1.78

Index: kmod-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-.ebuild,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- kmod-.ebuild14 May 2014 21:30:38 -  1.77
+++ kmod-.ebuild22 Jun 2014 08:03:54 -  1.78
@@ -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/kmod/kmod-.ebuild,v 1.77 
2014/05/14 21:30:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-.ebuild,v 1.78 
2014/06/22 08:03:54 ssuominen Exp $
 
 EAPI=5
 
@@ -51,6 +51,8 @@
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
+DOCS="NEWS README TODO"
+
 src_prepare() {
if [ ! -e configure ]; then
if use doc; then
@@ -125,6 +127,7 @@
 
 src_install() {
emake -C "${BUILD_DIR}" DESTDIR="${D}" install
+   einstalldocs
 
if use python; then
local native_builddir=${BUILD_DIR}






[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-18.ebuild ChangeLog

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 08:01:45

  Modified: ChangeLog
  Added:kmod-18.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.157sys-apps/kmod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.157&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.157&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   6 Jun 2014 16:11:47 -   1.156
+++ ChangeLog   22 Jun 2014 08:01:45 -  1.157
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.156 2014/06/06 
16:11:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.157 2014/06/22 
08:01:45 ssuominen Exp $
+
+*kmod-18 (22 Jun 2014)
+
+  22 Jun 2014; Samuli Suominen  +kmod-18.ebuild:
+  Version bump.
 
   06 Jun 2014; Mike Frysinger  kmod-17.ebuild:
   Mark arm64/ia64/m68k/s390/sh stable.



1.1  sys-apps/kmod/kmod-18.ebuild

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

Index: kmod-18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18.ebuild,v 1.1 
2014/06/22 08:01:45 ssuominen Exp $

EAPI=5

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

inherit bash-completion-r1 eutils multilib python-r1

if [[ ${PV} == * ]]; then

EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git"
inherit autotools git-2
else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
inherit libtool
fi

DESCRIPTION="library and tools for managing linux kernel modules"
HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git";

LICENSE="LGPL-2"
SLOT="0"
IUSE="debug doc lzma python static-libs +tools zlib"

# Upstream does not support running the test suite with custom configure flags.
# I was also told that the test suite is intended for kmod developers.
# So we have to restrict it.
# See bug #408915.
RESTRICT="test"

RDEPEND="!sys-apps/module-init-tools
!sys-apps/modutils
!=app-arch/xz-utils-5.0.4-r1 )
python? ( ${PYTHON_DEPS} )
zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )
lzma? ( virtual/pkgconfig )
python? (
dev-python/cython[${PYTHON_USEDEP}]
virtual/pkgconfig
)
zlib? ( virtual/pkgconfig )"
if [[ ${PV} == * ]]; then
DEPEND="${DEPEND}
dev-libs/libxslt"
fi

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

DOCS="NEWS README TODO"

src_prepare() {
if [ ! -e configure ]; then
if use doc; then
gtkdocize --copy --docdir libkmod/docs || die
else
touch libkmod/docs/gtk-doc.make
fi
eautoreconf
else
epatch "${FILESDIR}"/${PN}-15-dynamic-kmod.patch #493630
elibtoolize
fi

# Restore possibility of running --enable-static wrt #472608
sed -i \
-e '/--enable-static is not supported by 
kmod/s:as_fn_error:echo:' \
configure || die
}

src_configure() {
local myeconfargs=(
--bindir=/bin
--with-rootlibdir="/$(get_libdir)"
--enable-shared
$(use_enable static-libs static)
$(use_enable tools)
$(use_enable debug)
$(use_enable doc gtk-doc)
$(use_with lzma xz)
$(use_with zlib)
--with-bashcompletiondir="$(get_bashcompdir)"
)

local ECONF_SOURCE="${S}"

kmod_configure() {
mkdir -p "${BUILD_DIR}" || die
run_in_build_dir econf "${myeconfargs[@]}" "$@"
}

BUILD_DIR="${WORKDIR}/build"
kmod_configure --disable-python

if use python; then
python_parallel_foreach_impl kmod_configure --enable-python
fi
}

src_compile() {
if 

[gentoo-commits] gentoo-x86 commit in dev-python/kombu: kombu-3.0.19.ebuild kombu-3.0.18.ebuild ChangeLog

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 08:32:46

  Modified: kombu-3.0.19.ebuild kombu-3.0.18.ebuild ChangeLog
  Log:
  fixes upstream issues #364, update test phase(s)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/kombu/kombu-3.0.19.ebuild

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

Index: kombu-3.0.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kombu-3.0.19.ebuild 16 Jun 2014 02:43:40 -  1.1
+++ kombu-3.0.19.ebuild 22 Jun 2014 08:32:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.19.ebuild,v 1.1 
2014/06/16 02:43:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.19.ebuild,v 1.2 
2014/06/22 08:32:46 idella4 Exp $
 
 EAPI=5
 
@@ -48,6 +48,8 @@
 REQUIRED_USE="sqs? ( ${PY27_REQUSE} )
doc? ( ${PY27_REQUSE} amqplib sqs )"# 2 deps in doc build 
are only py2 capable
 
+PATCHES=( "${FILESDIR}"/${PN}-NA-tests-fix.patch )
+
 python_prepare_all() {
https://github.com/celery/kombu/issues/246
sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py
@@ -64,17 +66,15 @@
 
 python_test() {
export DJANGO_SETTINGS_MODULE="django.conf"
-   # https://github.com/celery/kombu/issues/364. Cleaner for now to ignore 
the whole test_ file
if python_is_python3; then
2to3 --no-diffs -w build/lib/kombu/transport/
-   nosetests --py3where=build/lib kombu/tests -I test_amqplib.py 
|| die "Tests failed under ${EPYTHON}"
+   nosetests --py3where=build/lib kombu/tests || die "Tests failed 
under ${EPYTHON}"
else
-   nosetests "${S}"/kombu/tests -I test_amqplib.py || die "Tests 
failed under ${EPYTHON}"
+   nosetests "${S}"/kombu/tests || die "Tests failed under 
${EPYTHON}"
# funtests appears to be coded only for py2, a kind of 2nd 
tier. pypy fails 6.
if [[ "${EPYTHON}" == python2.7 ]]; then
pushd funtests > /dev/null
-   # For now, use nosetests manually, return to esetup.py 
on fixing of issues/364
-   nosetests -I test_amqplib.py || die "Tests failed under 
${EPYTHON}"
+   esetup.py test
popd > /dev/null
fi
fi



1.2  dev-python/kombu/kombu-3.0.18.ebuild

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

Index: kombu-3.0.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kombu-3.0.18.ebuild 7 Jun 2014 12:27:11 -   1.1
+++ kombu-3.0.18.ebuild 22 Jun 2014 08:32:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.18.ebuild,v 1.1 
2014/06/07 12:27:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-3.0.18.ebuild,v 1.2 
2014/06/22 08:32:46 idella4 Exp $
 
 EAPI=5
 
@@ -47,6 +47,7 @@
 PY27_REQUSE="$(python_gen_useflags 'python2.7')"
 REQUIRED_USE="sqs? ( ${PY27_REQUSE} )
doc? ( ${PY27_REQUSE} amqplib sqs )"# 2 deps in doc build 
are only py2 capable
+PATCHES=( "${FILESDIR}"/${PN}-NA-tests-fix.patch )
 
 python_prepare_all() {
https://github.com/celery/kombu/issues/246
@@ -64,16 +65,14 @@
 
 python_test() {
export DJANGO_SETTINGS_MODULE="django.conf"
-   # https://github.com/celery/kombu/issues/364. Cleaner for now to ignore 
the whole test_ file
if python_is_python3; then
2to3 --no-diffs -w build/lib/kombu/transport/
-   nosetests --py3where=build/lib kombu/tests -I test_amqplib.py 
|| die "Tests failed under ${EPYTHON}"
+   nosetests --py3where=build/lib kombu/tests || die "Tests failed 
under ${EPYTHON}"
else
  

[gentoo-commits] gentoo-x86 commit in dev-python/kombu/files: kombu-NA-tests-fix.patch

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 08:32:46

  Added:kombu-NA-tests-fix.patch
  Log:
  fixes upstream issues #364, update test phase(s)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/kombu/files/kombu-NA-tests-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kombu/files/kombu-NA-tests-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kombu/files/kombu-NA-tests-fix.patch?rev=1.1&content-type=text/plain

Index: kombu-NA-tests-fix.patch
===
https://github.com/celery/kombu/commit/828ba134105eeb4c6df52cb4441cf90c297b77e3
Fixes NA bug with amqplib.
diff --git a/kombu/transport/amqplib.py b/kombu/transport/amqplib.py
index feedee7..f57e28c 100644
--- a/kombu/transport/amqplib.py
+++ b/kombu/transport/amqplib.py
@@ -17,6 +17,9 @@ class SSLError(Exception):  # noqa
 pass
 from struct import unpack
 
+class NA(object):
+pass
+
 try:
 from amqplib import client_0_8 as amqp
 from amqplib.client_0_8 import transport






[gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-0.10.23-r2.ebuild ChangeLog

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 09:17:32

  Modified: gst-plugins-bad-0.10.23-r2.ebuild ChangeLog
  Log:
  Disable static library build, reported by galtgendo.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  
media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild?r1=1.2&r2=1.3

Index: gst-plugins-bad-0.10.23-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-bad-0.10.23-r2.ebuild   18 Jun 2014 19:32:16 -  1.2
+++ gst-plugins-bad-0.10.23-r2.ebuild   22 Jun 2014 09:17:32 -  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-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild,v
 1.2 2014/06/18 19:32:16 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r2.ebuild,v
 1.3 2014/06/22 09:17:32 mgorny Exp $
 
 EAPI="5"
 
@@ -42,7 +42,8 @@
gstreamer_multilib_src_configure \
$(use_enable orc) \
--disable-examples \
-   --disable-debug
+   --disable-debug \
+   --disable-static
 }
 
 multilib_src_install_all() {



1.150media-libs/gst-plugins-bad/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.150&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.150&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   18 Jun 2014 19:32:16 -  1.149
+++ ChangeLog   22 Jun 2014 09:17:32 -  1.150
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-bad
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 
1.149 2014/06/18 19:32:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 
1.150 2014/06/22 09:17:32 mgorny Exp $
+
+  22 Jun 2014; Michał Górny 
+  gst-plugins-bad-0.10.23-r2.ebuild:
+  Disable static library build, reported by galtgendo.
 
   18 Jun 2014; Michał Górny 
   gst-plugins-bad-0.10.23-r2.ebuild, gst-plugins-bad-1.2.4-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in media-gfx/DFBPoint: DFBPoint-0.7.2.ebuild ChangeLog

2014-06-22 Thread Pacho Ramos (pacho)
pacho   14/06/22 09:40:13

  Modified: DFBPoint-0.7.2.ebuild ChangeLog
  Log:
  Fix building due DEPRECATED warnings (#514050)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.17 media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild

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

Index: DFBPoint-0.7.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- DFBPoint-0.7.2.ebuild   5 May 2012 07:00:26 -   1.16
+++ DFBPoint-0.7.2.ebuild   22 Jun 2014 09:40:13 -  1.17
@@ -1,6 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 
1.16 2012/05/05 07:00:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 
1.17 2014/06/22 09:40:13 pacho Exp $
+
+EAPI=5
+inherit gnome2-utils
 
 DESCRIPTION="DFBPoint is presentation program based on DirectFB"
 HOMEPAGE="http://www.directfb.org/index.php?path=Projects%2FDFBPoint";
@@ -11,23 +14,29 @@
 KEYWORDS="~amd64 -sparc x86"
 IUSE=""
 
-DEPEND="virtual/pkgconfig
+RDEPEND="
dev-libs/DirectFB
-   >=dev-libs/glib-2"
-RDEPEND="dev-libs/DirectFB
-   >=dev-libs/glib-2"
+   >=dev-libs/glib-2:2
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/glib-2
+"
+
+src_prepare() {
+   gnome2_disable_deprecation_warning
+}
 
 src_install () {
-   make DESTDIR="${D}" install || die "make install failed"
+   default
 
dodir /usr/share/DFBPoint/
-   cp dfbpoint.dtd "${D}"/usr/share/DFBPoint/ || die "cp failed"
+   cp dfbpoint.dtd "${D}"/usr/share/DFBPoint/
 
dodoc AUTHORS ChangeLog INSTALL README NEWS
 
dodir /usr/share/DFBPoint/examples/
cd examples
cp bg.png bullet.png decker.ttf test.xml wilber_stoned.png \
-   "${D}"/usr/share/DFBPoint/examples/ || die "cp failed"
-   cp -R guadec/ "${D}"/usr/share/DFBPoint/examples/ || die "cp failed"
+   "${D}"/usr/share/DFBPoint/examples/
+   cp -R guadec/ "${D}"/usr/share/DFBPoint/examples/
 }



1.18 media-gfx/DFBPoint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   5 May 2012 07:00:26 -   1.17
+++ ChangeLog   22 Jun 2014 09:40:13 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/DFBPoint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v 1.17 
2012/05/05 07:00:26 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/ChangeLog,v 1.18 
2014/06/22 09:40:13 pacho Exp $
+
+  22 Jun 2014; Pacho Ramos  DFBPoint-0.7.2.ebuild:
+  Fix building due DEPRECATED warnings (#514050)
 
   05 May 2012; Jeff Horelick  DFBPoint-0.7.2.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig






[gentoo-commits] gentoo-x86 commit in app-admin/elektra: elektra-0.8.3-r3.ebuild ChangeLog

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 10:01:43

  Modified: ChangeLog
  Added:elektra-0.8.3-r3.ebuild
  Log:
  Fix dependencies. Clean up. Restrict tests since they try to write to home 
directory without respecting ${HOME}.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.17 app-admin/elektra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2013 14:17:35 -  1.16
+++ ChangeLog   22 Jun 2014 10:01:43 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/elektra
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v 1.16 
2013/04/22 14:17:35 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v 1.17 
2014/06/22 10:01:43 mgorny Exp $
+
+*elektra-0.8.3-r3 (22 Jun 2014)
+
+  22 Jun 2014; Michał Górny  +elektra-0.8.3-r3.ebuild:
+  Fix dependencies. Clean up. Restrict tests since they try to write to home
+  directory without respecting ${HOME}.
 
 *elektra-0.8.3-r2 (22 Apr 2013)
 *elektra-0.7.1-r4 (22 Apr 2013)



1.1  app-admin/elektra/elektra-0.8.3-r3.ebuild

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

Index: elektra-0.8.3-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/elektra-0.8.3-r3.ebuild,v 
1.1 2014/06/22 10:01:43 mgorny Exp $

EAPI=5

inherit cmake-multilib eutils

DESCRIPTION="universal and secure framework to store config parameters in a 
hierarchical key-value pair mechanism"
HOMEPAGE="http://freedesktop.org/wiki/Software/Elektra";
SRC_URI="ftp://ftp.markus-raab.org/${PN}/releases/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus doc examples iconv inifile simpleini static-libs syslog tcl test xml 
yajl"

RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
iconv? ( >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] )
yajl? (
=dev-libs/yajl-1.0.11-r1[${MULTILIB_USEDEP}]
)"
DEPEND="${RDEPEND}
sys-devel/libtool
doc? ( app-doc/doxygen )"

# tries to write to user's home directory (and doesn't respect HOME)
RESTRICT="test"

src_prepare() {
#fix QA issues with upstream patches
epatch "${FILESDIR}/${P}-introduce-attributes.patch"
epatch "${FILESDIR}/${P}-fix-yajl-if-user-config.patch"

#move doc files to correct location
sed -e "s/elektra-api/${PF}/" \
-i cmake/ElektraCache.cmake || die

cmake-utils_src_prepare
}

multilib_src_configure() {
local 
my_plugins="ccode;dump;error;fstab;glob;hexcode;hidden;hosts;network;ni;null;path;resolver;struct;success;template;timeofday;tracer;type;validation"

use dbus&& my_plugins+=";dbus"
use doc && my_plugins+=";doc"
use iconv   && my_plugins+=";iconv"
use inifile && my_plugins+=";simpleini"
use syslog  && my_plugins+=";syslog"
use tcl && my_plugins+=";tcl"
use xml && my_plugins+=";xmltool"
use yajl&& my_plugins+=";yajl"

mycmakeargs=(
"-DPLUGINS=${my_plugins}"
"-DLATEX_COMPILER=OFF"
"-DTARGET_CMAKE_FOLDER=share/cmake/Modules"
$(multilib_is_native_abi && cmake-utils_use doc 
BUILD_DOCUMENTATION \
|| echo -DBUILD_DOCUMENTATION=OFF)
$(multilib_is_native_abi && cmake-utils_use examples 
BUILD_EXAMPLES \
|| echo -DBUILD_EXAMPLES=OFF)
$(cmake-utils_use static-libs BUILD_STATIC)
$(cmake-utils_use test BUILD_TESTING)
)

cmake-utils_src_configure
}

src_compile() {
dodir /usr/share/man/man3
cmake-multilib_src_compile
}

multilib_src_install() {
cmake-utils_src_install

if multilib_is_native_abi && use doc; then
rm -rf "${D}/usr/share/doc/${PF}/man" || die

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

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 10:01:32

  Modified: ChangeLog
  Added:yajl-1.0.11-r1.ebuild
  Log:
  Enable multilib support on yajl-1, needed by app-admin/elektra.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.39 dev-libs/yajl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   16 Jun 2014 18:30:53 -  1.38
+++ ChangeLog   22 Jun 2014 10:01:32 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/yajl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.38 2014/06/16 
18:30:53 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.39 2014/06/22 
10:01:32 mgorny Exp $
+
+*yajl-1.0.11-r1 (22 Jun 2014)
+
+  22 Jun 2014; Michał Górny  +yajl-1.0.11-r1.ebuild:
+  Enable multilib support on yajl-1, needed by app-admin/elektra.
 
 *yajl-2.0.4-r3 (16 Jun 2014)
 



1.3  dev-libs/yajl/yajl-1.0.11-r1.ebuild

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







[gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk/files: - New directory

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 10:11:43

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk/files: mount-gtk-1.4.2-c++11.patch

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 10:13:14

  Added:mount-gtk-1.4.2-c++11.patch
  Log:
  Include patch from upstream forums that checks if -std=c++11 is supported or 
not wrt #484264 by Marc Joliet
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch?rev=1.1&content-type=text/plain

Index: mount-gtk-1.4.2-c++11.patch
===
http://bugs.gentoo.org/484264

--- configure.ac
+++ configure.ac
@@ -27,6 +27,7 @@
 AC_LANG_CPLUSPLUS dnl switch to C++
 AC_TYPE_SIZE_T
 AC_CHECK_TYPES(ssize_t)
+AX_CHECK_COMPILE_FLAG([-std=c++11], [CXXFLAGS="$CXXFLAGS -std=c++11"])
 AC_CHECK_RANGE_FOR_SUPPORT
 AC_CHECK_LAMBDA_SUPPORT
 
--- m4/ax_check_compile_flag.m4
+++ m4/ax_check_compile_flag.m4
@@ -0,0 +1,16 @@
+# This macro is part of autoconf-archive with license GPL-3 or any later 
version
+AC_DEFUN([AX_CHECK_COMPILE_FLAG],
+[AC_PREREQ(2.59)dnl for _AC_LANG_PREFIX
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
+AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
+  ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
+  _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
+  AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
+[AS_VAR_SET(CACHEVAR,[yes])],
+[AS_VAR_SET(CACHEVAR,[no])])
+  _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
+AS_IF([test x"AS_VAR_GET(CACHEVAR)" = xyes],
+  [m4_default([$2], :)],
+  [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_COMPILE_FLAGS






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

2014-06-22 Thread Tomas Chvatal (scarabeus)
scarabeus14/06/22 10:13:14

  Modified: dslib-3.0-r1.ebuild ChangeLog
  Log:
  Add missing setuptools dep wrt bug#514406.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.4  net-libs/dslib/dslib-3.0-r1.ebuild

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

Index: dslib-3.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dslib-3.0-r1.ebuild 5 Sep 2013 19:01:34 -   1.3
+++ dslib-3.0-r1.ebuild 22 Jun 2014 10:13:14 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.3 
2013/09/05 19:01:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.4 
2014/06/22 10:13:14 scarabeus Exp $
 
 EAPI=5
 
@@ -17,9 +17,11 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="
+RDEPEND="
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/sudsds-1.0.1[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



1.19 net-libs/dslib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Sep 2013 19:01:34 -   1.18
+++ ChangeLog   22 Jun 2014 10:13:14 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/dslib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.18 2013/09/05 
19:01:34 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.19 2014/06/22 
10:13:14 scarabeus Exp $
+
+  22 Jun 2014; Tomáš Chvátal  dslib-3.0-r1.ebuild:
+  Add missing setuptools dep wrt bug#514406.
 
   05 Sep 2013; Michał Górny  dslib-3.0-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk: mount-gtk-1.4.2.ebuild ChangeLog

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 10:13:14

  Modified: mount-gtk-1.4.2.ebuild ChangeLog
  Log:
  Include patch from upstream forums that checks if -std=c++11 is supported or 
not wrt #484264 by Marc Joliet
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.2  sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild

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

Index: mount-gtk-1.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mount-gtk-1.4.2.ebuild  4 Jun 2013 19:22:28 -   1.1
+++ mount-gtk-1.4.2.ebuild  22 Jun 2014 10:13:14 -  1.2
@@ -1,9 +1,9 @@
-# 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/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v 
1.1 2013/06/04 19:22:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v 
1.2 2014/06/22 10:13:14 ssuominen Exp $
 
 EAPI=5
-inherit autotools flag-o-matic
+inherit autotools eutils flag-o-matic
 
 DESCRIPTION="GTK+ based UDisks2 frontend"
 HOMEPAGE="http://mount-gtk.sourceforge.net/";
@@ -25,12 +25,13 @@
 DOCS=( AUTHORS BUGS ChangeLog )
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-c++11.patch
sed -i -e 's:AC_CONFIG_HEADER:&S:' configure.ac || die
eautoreconf
 }
 
 src_configure() {
-   append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new 
-pthread -std=c++11
-#  unset CXXFLAGS
+   # acinclude.m4 is broken and environment flags override these:
+   append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new 
-pthread
econf --docdir=/usr/share/doc/${PF}
 }



1.4  sys-apps/mount-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   4 Jun 2013 19:23:35 -   1.3
+++ ChangeLog   22 Jun 2014 10:13:14 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/mount-gtk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.3 
2013/06/04 19:23:35 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.4 
2014/06/22 10:13:14 ssuominen Exp $
+
+  22 Jun 2014; Samuli Suominen 
+  +files/mount-gtk-1.4.2-c++11.patch, mount-gtk-1.4.2.ebuild:
+  Include patch from upstream forums that checks if -std=c++11 is supported or
+  not wrt #484264 by Marc Joliet
 
   04 Jun 2013; Samuli Suominen  -mount-gtk-1.4.1.ebuild:
   old






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

2014-06-22 Thread Sven Vermeulen
commit: a86d100c0c85eb918d6e8f7585f0f90d36fb78e3
Author: Sven Vermeulen  siphos  be>
AuthorDate: Sun Jun 22 10:33:40 2014 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jun 22 10:33:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a86d100c

Allow local_login_t to execute /etc/security/namespace.init in case of 
polyinstantiation

---
 policy/modules/system/locallogin.te | 9 +
 1 file changed, 9 insertions(+)

diff --git a/policy/modules/system/locallogin.te 
b/policy/modules/system/locallogin.te
index 03c26f0..d8b56c8 100644
--- a/policy/modules/system/locallogin.te
+++ b/policy/modules/system/locallogin.te
@@ -264,3 +264,12 @@ optional_policy(`
 optional_policy(`
nscd_use(sulogin_t)
 ')
+
+ifdef(`distro_gentoo',`
+
+# Enable polyinstantiation of directories
+tunable_policy(`allow_polyinstantiation',`
+   # Execute /etc/security/namespace.init
+   corecmd_exec_bin(local_login_t)
+')
+')



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

2014-06-22 Thread Pavlos Ratis
commit: 037c3670c68466d192754ae42c2a764ad2b96deb
Author: Pavlos Ratis  gentoo  org>
AuthorDate: Sun Jun 22 10:45:50 2014 +
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 10:45:50 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=037c3670

repositories.xml: add timboudreau overlay

---
 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index feadc66..ff70ddf 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5016,6 +5016,19 @@ FIN
 
http://git.thousandparsec.net/gitweb/gitweb.cgi?p=gentoo-overlay.git;a=atom
   
   
+timboudreau
+Tim Boudreau's Overlay
+https://github.com/timboudreau/gentoo
+
+  t...@timboudreau.com
+  Tim Boudreau
+
+git://github.com/timboudreau/gentoo.git
+g...@github.com:timboudreau/gentoo.git
+https://github.com/timboudreau/gentoo.git
+https://github.com/timboudreau/gentoo/commits/master.atom
+  
+  
 tmacedo
 
 http://github.com/tmacedo/portage



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

2014-06-22 Thread Anthony G. Basile (blueness)
blueness14/06/22 11:04:35

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1068
retrieving revision 1.1069
diff -u -r1.1068 -r1.1069
--- ChangeLog   21 Jun 2014 17:50:04 -  1.1068
+++ ChangeLog   22 Jun 2014 11:04:34 -  1.1069
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1068 2014/06/21 17:50:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1069 2014/06/22 11:04:34 blueness Exp $
+
+*hardened-sources-3.14.8 (22 Jun 2014)
+
+  22 Jun 2014; Anthony G. Basile 
+  +hardened-sources-3.14.8.ebuild:
+  vanilla-3.14.8 + genpatches-3.14-12 + grsecurity-3.0-3.14.8-201406191347
 
 *hardened-sources-3.2.60-r1 (21 Jun 2014)
 



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

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

Index: hardened-sources-3.14.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.8.ebuild,v
 1.1 2014/06/22 11:04:34 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="12"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

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

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

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

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

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

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






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-vodcatcher: vdr-vodcatcher-0.2.2.ebuild ChangeLog

2014-06-22 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/22 11:05:31

  Modified: vdr-vodcatcher-0.2.2.ebuild ChangeLog
  Log:
  compilefix gcc-4.7, wrt bug 514128; eapi=5; fixed QA Notice on install
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.4  media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild?r1=1.3&r2=1.4

Index: vdr-vodcatcher-0.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-vodcatcher-0.2.2.ebuild 1 May 2012 12:30:14 -   1.3
+++ vdr-vodcatcher-0.2.2.ebuild 22 Jun 2014 11:05:31 -  1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild,v
 1.3 2012/05/01 12:30:14 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild,v
 1.4 2014/06/22 11:05:31 hd_brummy Exp $
 
-EAPI="4"
+EAPI="5"
 
 inherit vdr-plugin-2
 
@@ -16,12 +16,13 @@
 IUSE=""
 
 DEPEND="net-misc/curl
-   >=dev-libs/tinyxml-2.6.1
+   >=dev-libs/tinyxml-2.6.1[stl]
media-video/vdr"
 RDEPEND="${DEPEND}
|| ( media-plugins/vdr-mplayer media-plugins/vdr-xineliboutput 
)"
 
-PATCHES=( "${FILESDIR}/${P}_unbundle-tinyxml2.diff" )
+PATCHES=( "${FILESDIR}/${P}_unbundle-tinyxml2.diff"
+"${FILESDIR}/${P}_gcc-4.7.patch" )
 
 src_prepare() {
vdr-plugin-2_src_prepare
@@ -34,9 +35,6 @@
 
insinto /etc/vdr/plugins/vodcatcher/
doins   examples/vodcatchersources.conf
-
-   diropts -gvdr -ovdr
-   keepdir /var/cache/vdr-plugin-vodcatcher
 }
 
 pkg_postinst() {



1.7  media-plugins/vdr-vodcatcher/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   1 May 2012 12:30:14 -   1.6
+++ ChangeLog   22 Jun 2014 11:05:31 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-vodcatcher
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v 
1.6 2012/05/01 12:30:14 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v 
1.7 2014/06/22 11:05:31 hd_brummy Exp $
+
+  22 Jun 2014; Joerg Bornkessel 
+  vdr-vodcatcher-0.2.2.ebuild, +files/vdr-vodcatcher-0.2.2_gcc-4.7.patch,
+  +files/rc-addon.sh:
+  compilefix gcc-4.7, wrt bug 514128; eapi=5; fixed QA Notice on install
 
   01 May 2012; Joerg Bornkessel 
   -vdr-vodcatcher-0.1.1.ebuild, -vdr-vodcatcher-0.2.1.ebuild,






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-vodcatcher/files: rc-addon.sh vdr-vodcatcher-0.2.2_gcc-4.7.patch

2014-06-22 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/22 11:05:31

  Added:rc-addon.sh vdr-vodcatcher-0.2.2_gcc-4.7.patch
  Log:
  compilefix gcc-4.7, wrt bug 514128; eapi=5; fixed QA Notice on install
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.1  media-plugins/vdr-vodcatcher/files/rc-addon.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/files/rc-addon.sh?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/files/rc-addon.sh?rev=1.1&content-type=text/plain

Index: rc-addon.sh
===
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/files/rc-addon.sh,v 1.1 
2014/06/22 11:05:30 hd_brummy Exp $
#
# rc-addon-script for plugin vodcatcher
#
# Joerg Bornkessel 

VODCATCHER_CACHE_DIR=var/cache/vdr-plugin-vodcatcher

# depends on QA, create paths in /var/cache on the fly at runtime as needed
init_cache_dir() {
if [ ! -d "${VODCATCHER_CACHE_DIR}" ]; then
mkdir -p ${VODCATCHER_CACHE_DIR}
chown vdr:vdr ${VODCATCHER_CACHE_DIR}
fi
}



1.1  
media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-vodcatcher/files/vdr-vodcatcher-0.2.2_gcc-4.7.patch?rev=1.1&content-type=text/plain

Index: vdr-vodcatcher-0.2.2_gcc-4.7.patch
===
compilefix for gcc-4.7
https://bugs.gentoo.org/show_bug.cgi?id=514128
Signed-of-by: Joerg Bornkessel  22/Jun/2014

diff -Naur vodcatcher-0.2.2.orig/src/LocalFileCache.cc 
vodcatcher-0.2.2/src/LocalFileCache.cc
--- vodcatcher-0.2.2.orig/src/LocalFileCache.cc 2014-06-22 00:34:55.448489644 
+0200
+++ vodcatcher-0.2.2/src/LocalFileCache.cc  2014-06-22 00:36:11.090546002 
+0200
@@ -24,6 +24,7 @@
 #include "LocalFileCache.h"
 #include "SdbmHashCalculator.h"
 #include 
+#include 
 
 using namespace std;
 






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

2014-06-22 Thread Pavlos Ratis
commit: a297252a08a248e5402e6c2337879840c09bb02a
Author: Pavlos Ratis  gentoo  org>
AuthorDate: Sun Jun 22 11:05:28 2014 +
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 11:05:28 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=a297252a

repositories.xml: add Github entry template

---
 files/overlays/repositories.xml | 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 87f7408..4cd17f1 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2,7 +2,8 @@
 
 
 
   



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

2014-06-22 Thread Pavlos Ratis
commit: 38d958b0ea7d7b931bebe79124cf34f14137eb53
Author: Pavlos Ratis  gentoo  org>
AuthorDate: Sun Jun 22 11:00:12 2014 +
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 11:00:12 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=38d958b0

repositories.xml: add portage-weuxel overlay

---
 files/overlays/repositories.xml | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index ff70ddf..87f7408 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5566,7 +5566,20 @@ FIN
 g...@github.com:feniksa/webos-overlay.git
 https://github.com/feniksa/webos-overlay/commits/master.atom
   
- 
+  
+weuxel
+
+https://github.com/Weuxel/portage-weuxel
+
+  de...@smash-net.org
+  Norman Rieß
+
+https://github.com/Weuxel/portage-weuxel.git
+git://github.com/Weuxel/portage-weuxel.git
+g...@github.com:Weuxel/portage-weuxel.git
+https://github.com/Weuxel/portage-weuxel/commits/master.atom
+  
+  
 wine-diablo3
 
 https://github.com/simcop2387/wine-diablo3



[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-vodcatcher: ChangeLog

2014-06-22 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/22 11:09:24

  Modified: ChangeLog
  Log:
  compilefix gcc-4.7, wrt bug 514128; eapi=5; fixed QA Notice on install
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.8  media-plugins/vdr-vodcatcher/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   22 Jun 2014 11:05:31 -  1.7
+++ ChangeLog   22 Jun 2014 11:09:24 -  1.8
@@ -1,10 +1,8 @@
 # ChangeLog for media-plugins/vdr-vodcatcher
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v 
1.7 2014/06/22 11:05:31 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vodcatcher/ChangeLog,v 
1.8 2014/06/22 11:09:24 hd_brummy Exp $
 
-  22 Jun 2014; Joerg Bornkessel 
-  vdr-vodcatcher-0.2.2.ebuild, +files/vdr-vodcatcher-0.2.2_gcc-4.7.patch,
-  +files/rc-addon.sh:
+  22 Jun 2014; Joerg Bornkessel  ChangeLog, Manifest:
   compilefix gcc-4.7, wrt bug 514128; eapi=5; fixed QA Notice on install
 
   01 May 2012; Joerg Bornkessel 






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-prefermenu/files: prefermenu.mk vdr-prefermenu-0.6.4-includes.diff

2014-06-22 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/22 11:31:10

  Modified: prefermenu.mk
  Removed:  vdr-prefermenu-0.6.4-includes.diff
  Log:
  wrt bug 514244, missing patch fixed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.2  media-plugins/vdr-prefermenu/files/prefermenu.mk

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk?r1=1.1&r2=1.2

Index: prefermenu.mk
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/files/prefermenu.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prefermenu.mk   26 Nov 2013 20:56:23 -  1.1
+++ prefermenu.mk   22 Jun 2014 11:31:09 -  1.2
@@ -1,7 +1,7 @@
 #
 # Makefile for a Video Disk Recorder plugin
 #
-# $Id: prefermenu.mk,v 1.1 2013/11/26 20:56:23 hd_brummy Exp $
+# $Id: prefermenu.mk,v 1.2 2014/06/22 11:31:09 hd_brummy Exp $
 
 # The official name of this plugin.
 # This name will be used in the '-P...' option of VDR to load the plugin.
@@ -57,7 +57,8 @@
 
 ### The main target:
 
-all: $(SOFILE) i18n
+all: $(SOFILE) 
+#i18n
 
 ### Implicit rules:
 
@@ -107,7 +108,8 @@
 install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
 
-install: install-lib install-i18n
+install: install-lib 
+#install-i18n
 
 dist: $(I18Npo) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@@ -118,5 +120,5 @@
@echo Distribution package created as $(PACKAGE).tgz
 
 clean:
-   @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
+#  @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-prefermenu: ChangeLog vdr-prefermenu-0.6.6-r2.ebuild

2014-06-22 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/06/22 11:31:09

  Modified: ChangeLog vdr-prefermenu-0.6.6-r2.ebuild
  Log:
  wrt bug 514244, missing patch fixed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 34C2808A)

Revision  ChangesPath
1.11 media-plugins/vdr-prefermenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Feb 2014 20:39:10 -  1.10
+++ ChangeLog   22 Jun 2014 11:31:09 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-prefermenu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/ChangeLog,v 
1.10 2014/02/23 20:39:10 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/ChangeLog,v 
1.11 2014/06/22 11:31:09 hd_brummy Exp $
+
+  22 Jun 2014; Joerg Bornkessel 
+  vdr-prefermenu-0.6.6-r2.ebuild, -files/vdr-prefermenu-0.6.4-includes.diff,
+  files/prefermenu.mk:
+  wrt bug 514244, missing patch fixed
 
   23 Feb 2014; Joerg Bornkessel 
   -vdr-prefermenu-0.6.6-r1.ebuild:



1.2  media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild?r1=1.1&r2=1.2

Index: vdr-prefermenu-0.6.6-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-prefermenu-0.6.6-r2.ebuild  26 Nov 2013 20:56:23 -  1.1
+++ vdr-prefermenu-0.6.6-r2.ebuild  22 Jun 2014 11:31:09 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild,v
 1.1 2013/11/26 20:56:23 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-prefermenu/vdr-prefermenu-0.6.6-r2.ebuild,v
 1.2 2014/06/22 11:31:09 hd_brummy Exp $
 
 EAPI="5"
 
@@ -17,13 +17,14 @@
 
 DEPEND=">=media-video/vdr-2.0"
 
-PATCHES=("${FILESDIR}/${P}-no-static-getfont.diff"
-   "${FILESDIR}/${P}_vdr_1.7.27.diff")
+PATCHES=("${FILESDIR}/${P}-no-static-getfont.diff")
 
 src_prepare() {
cp "${FILESDIR}/${VDRPLUGIN}.mk" Makefile
 
vdr-plugin-2_src_prepare
+
+   sed -e "s:RegisterI18n://RegisterI18n:" -i prefermenu.c
 }
 
 src_install() {






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

2014-06-22 Thread Sven Vermeulen
commit: d8ac33569dbe35c448ff90002638c1af1212bb4e
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun Jun 22 11:33:35 2014 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Jun 22 11:35:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d8ac3356

Add file contexts for efibootmgr and gdisk

Signed-off-by: Jason Zaman  perfinion.com>

---
 policy/modules/system/fstools.fc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc
index afdc067..213ceb2 100644
--- a/policy/modules/system/fstools.fc
+++ b/policy/modules/system/fstools.fc
@@ -58,4 +58,6 @@
 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--  
gen_context(system_u:object_r:fsadm_exec_t,s0)
+/usr/sbin/efibootmgr   --  gen_context(system_u:object_r:fsadm_exec_t,s0)
 ')



[gentoo-commits] proj/releng:master commit in: releases/weekly/portage/installcd/

2014-06-22 Thread Jorge Manuel B. S. Vicetto
commit: de36496ccedc71e1d923241a8c883aa150081e0f
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 22 11:34:33 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 22 11:34:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=de36496c

Disable acl and ads use flags for cifs-utils - fixes bug 499078.

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

---
 releases/weekly/portage/installcd/package.cifs-utils | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/weekly/portage/installcd/package.cifs-utils 
b/releases/weekly/portage/installcd/package.cifs-utils
new file mode 100644
index 000..d74b586
--- /dev/null
+++ b/releases/weekly/portage/installcd/package.cifs-utils
@@ -0,0 +1 @@
+net-fs/cifs-utils -acl -ads



[gentoo-commits] gentoo-x86 commit in app-pda/libsyncml: libsyncml-0.5.4.ebuild libsyncml-9999.ebuild ChangeLog

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 11:44:01

  Modified: libsyncml-0.5.4.ebuild libsyncml-.ebuild
ChangeLog
  Log:
  Fix building with >=dev-libs/libwbxml-0.11.0 by using #include 
 instead of #include  wrt #425738 by Diego Elio Pettenò
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  app-pda/libsyncml/libsyncml-0.5.4.ebuild

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

Index: libsyncml-0.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsyncml-0.5.4.ebuild  3 May 2012 20:20:59 -   1.3
+++ libsyncml-0.5.4.ebuild  22 Jun 2014 11:44:01 -  1.4
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 
1.3 2012/05/03 20:20:59 jdhore Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 
1.4 2014/06/22 11:44:01 ssuominen Exp $
 
+EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="Implementation of the SyncML protocol"
@@ -30,29 +29,31 @@
doc? ( app-doc/doxygen )
test? ( >=dev-libs/check-0.9.7 )"
 
-pkg_setup() {
-   if ! use obex && ! use http; then
-   eerror "${CATEGORY}/${P} without support for obex nor http is 
unusable."
-   eerror "Please enable \"obex\" or/and \"http\" USE flags."
-   die "Please enable \"obex\" or/and \"http\" USE flags."
-   fi
+REQUIRED_USE="|| ( http obex )"
+
+DOCS="AUTHORS CODING ChangeLog RELEASE"
 
-   DOCS="AUTHORS CODING ChangeLog RELEASE"
+src_prepare() {
+   # http://bugs.gentoo.org/425738
+   sed -i \
+   -e '/include/s:wbxml.h:wbxml/&:' \
+   libsyncml/parser/sml_wbxml_internals.h 
tests/mobiles/obex_mobile_ds_client.c || die
 }
 
 src_configure() {
-   local mycmakeargs="
+   local mycmakeargs=(
-DHAVE_LIBSOUP22=OFF
-DDOC_INSTALL_DIR=/usr/share/doc/${PF}
$(cmake-utils_use_enable debug TRACE)
$(cmake-utils_use_enable http HTTP)
$(cmake-utils_use_enable obex OBEX)
$(cmake-utils_use_enable obex BLUETOOTH)
-   $(cmake-utils_use_enable test UNIT_TEST)"
+   $(cmake-utils_use_enable test UNIT_TEST)
+   )
 
if use http && use obex; then
# Doc builds with those previous USE flags only
-   mycmakeargs="${mycmakeargs} $(cmake-utils_use_build doc 
DOCUMENTATION)"
+   mycmakeargs+=( $(cmake-utils_use_build doc DOCUMENTATION) )
fi
 
cmake-utils_src_configure



1.8  app-pda/libsyncml/libsyncml-.ebuild

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

Index: libsyncml-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsyncml-.ebuild   3 May 2012 20:20:59 -   1.7
+++ libsyncml-.ebuild   22 Jun 2014 11:44:01 -  1.8
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-.ebuild,v 
1.7 2012/05/03 20:20:59 jdhore Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-.ebuild,v 
1.8 2014/06/22 11:44:01 ssuominen Exp $
 
+EAPI=5
 inherit cmake-utils subversion
 
 DESCRIPTION="Implementation of the SyncML protocol"
@@ -32,25 +31,27 @@
doc? ( app-doc/doxygen )
test? ( >=dev-libs/check-0.9.7 )"
 
-pkg_setup() {
-   if ! use obex && ! use http; then
-   eerror "${CATEGORY}/${P} without support for obex nor http is 
unusable."
-   eerror "Please enable \"obex\" or/and \"http\" USE flags."
-   die "Please enable \"obex\" or/and \"http\" USE flags."
-   fi
+REQUIRED_USE="|| ( http 

[gentoo-commits] gentoo-x86 commit in net-dns/namecoind: namecoind-0.3.72.ebuild ChangeLog

2014-06-22 Thread Anthony G. Basile (blueness)
blueness14/06/22 11:44:15

  Modified: namecoind-0.3.72.ebuild ChangeLog
  Log:
  Add dependency on dev-libs/glib:2, bug #514362
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.3  net-dns/namecoind/namecoind-0.3.72.ebuild

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

Index: namecoind-0.3.72.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/namecoind/namecoind-0.3.72.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namecoind-0.3.72.ebuild 8 Jan 2014 06:45:52 -   1.2
+++ namecoind-0.3.72.ebuild 22 Jun 2014 11:44:15 -  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-dns/namecoind/namecoind-0.3.72.ebuild,v 
1.2 2014/01/08 06:45:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/namecoind-0.3.72.ebuild,v 
1.3 2014/06/22 11:44:15 blueness Exp $
 
 EAPI=4
 
@@ -19,6 +19,7 @@
 
 RDEPEND="
dev-libs/boost[threads(+)]
+   dev-libs/glib:2
dev-libs/crypto++
dev-libs/openssl[-bindist]
upnp? (



1.3  net-dns/namecoind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   8 Jan 2014 06:45:52 -   1.2
+++ ChangeLog   22 Jun 2014 11:44:15 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/namecoind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v 1.2 
2014/01/08 06:45:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/namecoind/ChangeLog,v 1.3 
2014/06/22 11:44:15 blueness Exp $
+
+  22 Jun 2014; Anthony G. Basile  namecoind-0.3.72.ebuild:
+  Add dependency on dev-libs/glib:2, bug #514362
 
   08 Jan 2014; Mike Frysinger  namecoind-0.3.72.ebuild:
   Inherit the user eclass for enewuser/etc...






[gentoo-commits] gentoo-x86 commit in app-pda/libsyncml: libsyncml-9999.ebuild libsyncml-0.5.4.ebuild ChangeLog

2014-06-22 Thread Samuli Suominen (ssuominen)
ssuominen14/06/22 11:44:58

  Modified: libsyncml-.ebuild libsyncml-0.5.4.ebuild
ChangeLog
  Log:
  Raise libwbxml dependency to ensure everyone has the headers in the same 
place.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.9  app-pda/libsyncml/libsyncml-.ebuild

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

Index: libsyncml-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsyncml-.ebuild   22 Jun 2014 11:44:01 -  1.8
+++ libsyncml-.ebuild   22 Jun 2014 11:44:58 -  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-pda/libsyncml/libsyncml-.ebuild,v 
1.8 2014/06/22 11:44:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-.ebuild,v 
1.9 2014/06/22 11:44:58 ssuominen Exp $
 
 EAPI=5
 inherit cmake-utils subversion
@@ -20,7 +20,7 @@
 # automagic, bug #285040
 # libsoup:2.2 is forced off to avoid automagic
 RDEPEND=">=dev-libs/glib-2.12
-   >=dev-libs/libwbxml-0.10
+   >=dev-libs/libwbxml-0.11.0
dev-libs/libxml2
http? ( net-libs/libsoup:2.4 )
obex? (



1.5  app-pda/libsyncml/libsyncml-0.5.4.ebuild

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

Index: libsyncml-0.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsyncml-0.5.4.ebuild  22 Jun 2014 11:44:01 -  1.4
+++ libsyncml-0.5.4.ebuild  22 Jun 2014 11:44:58 -  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/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 
1.4 2014/06/22 11:44:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 
1.5 2014/06/22 11:44:58 ssuominen Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -18,7 +18,7 @@
 # automagic, bug #285040
 # libsoup:2.2 is forced off to avoid automagic
 RDEPEND=">=dev-libs/glib-2.12
-   >=dev-libs/libwbxml-0.10
+   >=dev-libs/libwbxml-0.11.0
dev-libs/libxml2
http? ( net-libs/libsoup:2.4 )
obex? (



1.22 app-pda/libsyncml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libsyncml/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libsyncml/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libsyncml/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Jun 2014 11:44:01 -  1.21
+++ ChangeLog   22 Jun 2014 11:44:58 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/libsyncml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.21 
2014/06/22 11:44:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.22 
2014/06/22 11:44:58 ssuominen Exp $
+
+  22 Jun 2014; Samuli Suominen  libsyncml-0.5.4.ebuild,
+  libsyncml-.ebuild:
+  Raise libwbxml dependency to ensure everyone has the headers in the same
+  place.
 
   22 Jun 2014; Samuli Suominen  libsyncml-0.5.4.ebuild,
   libsyncml-.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-3.16_rc2.ebuild git-sources-3.16_rc1.ebuild ChangeLog git-sources-3.15_rc4.ebuild git-sources-3.15_rc5.ebuild git-sources-3.15

2014-06-22 Thread Mike Pagano (mpagano)
mpagano 14/06/22 11:51:05

  Modified: ChangeLog
  Added:git-sources-3.16_rc2.ebuild
git-sources-3.16_rc1.ebuild
  Removed:  git-sources-3.15_rc4.ebuild
git-sources-3.15_rc5.ebuild
git-sources-3.15_rc6.ebuild
git-sources-3.15_rc1.ebuild
git-sources-3.15_rc2.ebuild
git-sources-3.15_rc7.ebuild
git-sources-3.15_rc8.ebuild
git-sources-3.15_rc3.ebuild
  Log:
  Update new, remove old.
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
3C33C650B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1388
retrieving revision 1.1389
diff -u -r1.1388 -r1.1389
--- ChangeLog   2 Jun 2014 11:53:05 -   1.1388
+++ ChangeLog   22 Jun 2014 11:51:05 -  1.1389
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1388 
2014/06/02 11:53:05 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1389 
2014/06/22 11:51:05 mpagano Exp $
+
+*git-sources-3.16_rc2 (22 Jun 2014)
+*git-sources-3.16_rc1 (22 Jun 2014)
+
+  22 Jun 2014; Michael Pagano 
+  -git-sources-3.15_rc1.ebuild, -git-sources-3.15_rc2.ebuild,
+  -git-sources-3.15_rc3.ebuild, -git-sources-3.15_rc4.ebuild,
+  -git-sources-3.15_rc5.ebuild, -git-sources-3.15_rc6.ebuild,
+  -git-sources-3.15_rc7.ebuild, -git-sources-3.15_rc8.ebuild,
+  +git-sources-3.16_rc1.ebuild, +git-sources-3.16_rc2.ebuild:
+  Update new, remove old.
 
 *git-sources-3.15_rc8 (02 Jun 2014)
 



1.1  sys-kernel/git-sources/git-sources-3.16_rc2.ebuild

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

Index: git-sources-3.16_rc2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.16_rc2.ebuild,v 
1.1 2014/06/22 11:51:05 mpagano Exp $

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

# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version

DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE=""

K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."

RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.1-r3"

pkg_postinst() {
postinst_sources
}



1.1  sys-kernel/git-sources/git-sources-3.16_rc1.ebuild

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

Index: git-sources-3.16_rc1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.16_rc1.ebuild,v 
1.1 2014/06/22 11:51:05 mpagano Exp $

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

# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "$

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/

2014-06-22 Thread Jorge Manuel B. S. Vicetto
commit: d26b74e90747605b8c4fe200b8839251e44b9d90
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 22 11:47:02 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 22 11:47:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=d26b74e9

Remove old commented entries.

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

---
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index ca09b85..2fcd924 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -82,14 +82,6 @@ boot/kernel/gentoo/packages:
media-sound/alsa-utils
net-dialup/globespan-adsl
 
-# These were not stable at time of snapshot/release.
-#  net-wireless/rtl8180
-#  net-wireless/rtl8187
-#  net-wireless/adm8211
-#  net-wireless/acx
-#  net-wireless/ipw3945
-#  net-wireless/rt2500
-
sys-apps/pcmciautils
sys-kernel/linux-firmware
 
@@ -113,8 +105,6 @@ livecd/unmerge:
sys-apps/man
sys-apps/man-pages
sys-apps/miscfiles
-#  sys-apps/portage
-#  sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper
@@ -123,7 +113,6 @@ livecd/unmerge:
sys-devel/binutils-config
sys-devel/bison
sys-devel/flex
-# This might be needed for software speech.
 #  sys-devel/gcc
sys-devel/gcc-config
sys-devel/gettext



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/

2014-06-22 Thread Jorge Manuel B. S. Vicetto
commit: 15223bb820d6fa290a626c3364af4ccb0c8e23f7
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 22 11:49:06 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 22 11:49:06 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=15223bb8

Drop old entries that don't matter anymore.

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

---
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 13 -
 1 file changed, 13 deletions(-)

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index 2fcd924..f0e7806 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -157,9 +157,6 @@ livecd/empty:
/usr/lib/nfs
/usr/lib/perl5/site_perl
/usr/lib/portage
-   /usr/lib/python2.2
-   /usr/lib/python2.3
-   /usr/lib/python2.4/test
/usr/lib64/X11/config
/usr/lib64/X11/doc
/usr/lib64/X11/etc
@@ -170,13 +167,8 @@ livecd/empty:
/usr/lib64/nfs
/usr/lib64/perl5/site_perl
/usr/lib64/portage
-   /usr/lib64/python2.2
-   /usr/lib64/python2.3
-   /usr/lib64/python2.4/test
/usr/local
/usr/portage
-   /usr/powerpc-unknown-linux-gnu
-   /usr/powerpc64-unknown-linux-gnu
/usr/share/aclocal
/usr/share/baselayout
/usr/share/binutils-data
@@ -204,7 +196,6 @@ livecd/empty:
/usr/share/texinfo
/usr/share/unimaps
/usr/share/zoneinfo
-   /usr/sparc-unknown-linux-gnu
/usr/src
/var/cache
/var/empty
@@ -276,10 +267,6 @@ livecd/rm:
/usr/bin/readelf
/usr/bin/repoman
/usr/bin/size
-   /usr/bin/powerpc-unknown-linux-gnu-*
-   /usr/bin/powerpc64-unknown-linux-gnu-*
-   /usr/bin/sparc-unknown-linux-gnu-*
-   /usr/bin/sparc64-unknown-linux-gnu-*
/usr/bin/strip
/usr/bin/tbz2tool
/usr/bin/xpak



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/, releases/weekly/specs/amd64/

2014-06-22 Thread Jorge Manuel B. S. Vicetto
commit: 0316ab4489d50cc4ef2862adf7ef859872c3410e
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 22 11:55:00 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 22 11:55:00 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=0316ab44

Drop gcc to reduce the disk size - fixes bug 499152.

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

---
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 2 +-
 releases/weekly/specs/x86/installcd-stage2-minimal.spec   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index f0e7806..53655ef 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -113,7 +113,7 @@ livecd/unmerge:
sys-devel/binutils-config
sys-devel/bison
sys-devel/flex
-#  sys-devel/gcc
+   sys-devel/gcc
sys-devel/gcc-config
sys-devel/gettext
sys-devel/gnuconfig

diff --git a/releases/weekly/specs/x86/installcd-stage2-minimal.spec 
b/releases/weekly/specs/x86/installcd-stage2-minimal.spec
index 6ffdcf8..330c858 100644
--- a/releases/weekly/specs/x86/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/x86/installcd-stage2-minimal.spec
@@ -114,8 +114,7 @@ livecd/unmerge:
sys-devel/binutils-config
sys-devel/bison
sys-devel/flex
-# This might be needed for software speech.
-#  sys-devel/gcc
+   sys-devel/gcc
sys-devel/gcc-config
sys-devel/gettext
sys-devel/gnuconfig



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/

2014-06-22 Thread Jorge Manuel B. S. Vicetto
commit: ed2197a139cb5957a7c0c60cbadc10bf164a0600
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Jun 22 11:53:22 2014 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Jun 22 11:53:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=ed2197a1

Drop old entries that don't apply any longer and /usr/lib64 entries that don't 
exist on x86.

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

---
 .../weekly/specs/x86/installcd-stage2-minimal.spec | 29 --
 1 file changed, 29 deletions(-)

diff --git a/releases/weekly/specs/x86/installcd-stage2-minimal.spec 
b/releases/weekly/specs/x86/installcd-stage2-minimal.spec
index 385b602..6ffdcf8 100644
--- a/releases/weekly/specs/x86/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/x86/installcd-stage2-minimal.spec
@@ -82,8 +82,6 @@ boot/kernel/gentoo/packages:
media-sound/alsa-utils
net-dialup/globespan-adsl
net-wireless/hostap-utils
-#  net-dialup/fritzcapi
-#  net-dialup/fcdsl
 
sys-apps/pcmciautils
sys-kernel/linux-firmware
@@ -108,8 +106,6 @@ livecd/unmerge:
sys-apps/man
sys-apps/man-pages
sys-apps/miscfiles
-#  sys-apps/portage
-#  sys-apps/sandbox
sys-apps/texinfo
sys-devel/autoconf
sys-devel/autoconf-wrapper
@@ -145,8 +141,6 @@ livecd/empty:
/etc/skel
/lib/dev-state
/lib/udev-state
-   /lib64/dev-state
-   /lib64/udev-state
/root/.ccache
/tmp
/usr/diet/include
@@ -163,26 +157,8 @@ livecd/empty:
/usr/lib/nfs
/usr/lib/perl5/site_perl
/usr/lib/portage
-   /usr/lib/python2.2
-   /usr/lib/python2.3
-   /usr/lib/python2.4/test
-   /usr/lib64/X11/config
-   /usr/lib64/X11/doc
-   /usr/lib64/X11/etc
-   /usr/lib64/awk
-   /usr/lib64/ccache
-   /usr/lib64/gcc-config
-   /usr/lib64/gconv
-   /usr/lib64/nfs
-   /usr/lib64/perl5/site_perl
-   /usr/lib64/portage
-   /usr/lib64/python2.2
-   /usr/lib64/python2.3
-   /usr/lib64/python2.4/test
/usr/local
/usr/portage
-   /usr/powerpc-unknown-linux-gnu
-   /usr/powerpc64-unknown-linux-gnu
/usr/share/aclocal
/usr/share/baselayout
/usr/share/binutils-data
@@ -210,7 +186,6 @@ livecd/empty:
/usr/share/texinfo
/usr/share/unimaps
/usr/share/zoneinfo
-   /usr/sparc-unknown-linux-gnu
/usr/src
/var/cache
/var/empty
@@ -282,10 +257,6 @@ livecd/rm:
/usr/bin/readelf
/usr/bin/repoman
/usr/bin/size
-   /usr/bin/powerpc-unknown-linux-gnu-*
-   /usr/bin/powerpc64-unknown-linux-gnu-*
-   /usr/bin/sparc-unknown-linux-gnu-*
-   /usr/bin/sparc64-unknown-linux-gnu-*
/usr/bin/strip
/usr/bin/tbz2tool
/usr/bin/xpak



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

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 12:02:09

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

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

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

Index: glsa-201406-20.xml
===



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

  nginx: Arbitrary code execution
  A vulnerability has been found in nginx which may allow execution
of arbitrary code. 
  
  nginx
  June 22, 2014
  June 22, 2014: 1
  505018
  remote
  

  1.4.7
  1.4.7

  
  
nginx is a robust, small, and high performance HTTP and reverse proxy
  server. 

  
  
A bug in the SPDY implementation in nginx was found which might cause a
  heap memory buffer overflow in a worker process by using a specially
  crafted request. The SPDY implementation is not enabled in default
  configurations.

  
  
A remote attacker could cause execution of arbitrary code by using a
  specially crafted request.

  
  
Disable the spdy module in NGINX_MODULES_HTTP. 
  
  
All nginx users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=www-servers/nginx-1.4.7"


  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0133";>CVE-2014-0133
  
  
BlueKnight
  
  K_F







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

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 12:13:58

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



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

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 12:28:01

  Added:metadata.xml plyr-1.0.2.ebuild Manifest ChangeLog
  Log:
  new package, a dep to media-sound/lyvi, a python wrapper. Initial ebuild 
written by Witold Pilat who is assigned proxy maintainer, close Bug #513748
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

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

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

Index: metadata.xml
===

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

python
proxy-maintainers

idel...@gentoo.org


wtold.pi...@gamil.com
Witold Pilat
Proxy maintainer





1.1  dev-python/plyr/plyr-1.0.2.ebuild

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

Index: plyr-1.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/plyr-1.0.2.ebuild,v 1.1 
2014/06/22 12:28:01 idella4 Exp $
# Ebuild generated by g-pypi 0.3

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

inherit distutils-r1 flag-o-matic

DESCRIPTION="A python wrapper for Glyr"
HOMEPAGE="http://sahib.github.com/python-glyr/intro.html";
SRC_URI="mirror://pypi/p/plyr/${P}.tar.gz"

LICENSE="GPL-3+"
KEYWORDS="~amd64"
SLOT="0"

RDEPEND="media-libs/glyr"
DEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"

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



1.1  dev-python/plyr/Manifest

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

Index: Manifest
===
DIST plyr-1.0.2.tar.gz 13835 SHA256 
d30d1e11e7376479ef523bfb4b19c5b7a441c8354dc23289f74c32fea55a9641 SHA512 
b17ab6256c538bc01a5b147ca15346eb1359eb9c945d61ac6bcf370c81a55854736d500b19c258b8ea795d5faaad294ad34aa87b8edceb9e4064932cb8038de7
 WHIRLPOOL 
ec1da2a4078198c8dd385ef38e54a8b9b39c2bf8718ad5f0e67c4e82c78b0a7cd01fffb49d0fa0bbabd4473b2e53e6f2ff909ee70dd421041a08ca44e71fc960
EBUILD plyr-1.0.2.ebuild 697 SHA256 
46e1d5fb5090a3dfb65b900747d53129e286678d25a57baeba0d8c43f3d33df4 SHA512 
92773b80eb65b65fb09984138fdeae232a03bfdd12af0951ec84f88d4f12eddc6553883e926d42d8966dedec48f4ae0b2b6c2b92fd496035652ea230313ae80a
 WHIRLPOOL 
b2f1a732c904fee1dec60f2c8e18fa8ba714b5ced181e0f63bb6427a3af9572193eb07b128ae186cc8e06ad0ede3f2d4d415b72b89b5df3a8b67e22aca637b53
MISC metadata.xml 421 SHA256 
c6efbfd6d8dd3d6199303a4ea62226b17b7dde2338d1429dc4b8a6efd738cbb6 SHA512 
015a468587bdcf7f61a6f3217f2f9f576e7341a5d40087e3ce1fca0e71528867437c243f415d374a54ee1d3a2522ceb12dcb80e2bc69ce195b4654abd51169f7
 WHIRLPOOL 
86d49f7e47d3edf2769d56b2459b61aa175c13c338072d989eb82f8b424c8ca3f3623eb16811c5422f10eba60033e4fca8e344e173f17ee65ebcdaa9301a2cd0



1.1  dev-python/plyr/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/plyr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.1 2014/06/22 
12:28:01 idella4 Exp $

*plyr-1.0.2 (22 Jun 2014)

  22 Jun 2014; Ian Delaney  +metadata.xml,
  +plyr-1.0.2.ebuild:
  new package, a dep to media-sound/lyvi, a python wrapper. Initial ebuild
  written by Witold Pilat who is assigned proxy maintainer, close Bug #513748






[gentoo-commits] gentoo-x86 commit in app-portage/gpyutils/files: implementations.txt

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 12:29:12

  Modified: implementations.txt
  Log:
  Update implementation support status.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  app-portage/gpyutils/files/implementations.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?r1=1.3&r2=1.4

Index: implementations.txt
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/gpyutils/files/implementations.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- implementations.txt 9 Apr 2014 09:26:05 -   1.3
+++ implementations.txt 22 Jun 2014 12:29:12 -  1.4
@@ -7,13 +7,13 @@
 
 python2_4  2.4 dead2.4
 python2_5  2.5 dead2.5
-python2_6  2.6 supported   2.6
+python2_6  2.6 dead2.6
 python2_7  2.7 current 2.7
 python3_0  3.0 dead3.0
 python3_1  3.1 dead3.1
-python3_2  3.2 current 3.2
-python3_3  3.3 supported   3.3
-python3_4  experimental3.4
+python3_2  3.2 old 3.2
+python3_3  3.3 current 3.3
+python3_4  supported   3.4
 python3_5  future  3.5
 
 pypy1_82.7-pypy-1.8deadp1.8






[gentoo-commits] gentoo-x86 commit in app-portage/gpyutils: ChangeLog

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 12:29:13

  Modified: ChangeLog
  Log:
  Update implementation support status.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.14 app-portage/gpyutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   9 Apr 2014 10:23:19 -   1.13
+++ ChangeLog   22 Jun 2014 12:29:12 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/gpyutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.13 
2014/04/09 10:23:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.14 
2014/06/22 12:29:12 mgorny Exp $
+
+  22 Jun 2014; Michał Górny  files/implementations.txt:
+  Update implementation support status.
 
 *gpyutils-0.1.3 (09 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/PortageXS: PortageXS-0.02.12.ebuild ChangeLog

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 12:30:52

  Modified: ChangeLog
  Added:PortageXS-0.02.12.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.59 dev-perl/PortageXS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   12 Jun 2014 07:30:13 -  1.58
+++ ChangeLog   22 Jun 2014 12:30:52 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/PortageXS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.58 
2014/06/12 07:30:13 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.59 
2014/06/22 12:30:52 zlogene Exp $
+
+*PortageXS-0.02.12 (22 Jun 2014)
+
+  22 Jun 2014; Mikle Kolyada  +PortageXS-0.02.12.ebuild:
+  Version bump
 
   12 Jun 2014; Joshua Kinard  PortageXS-0.02.10-r3.ebuild:
   Added ~mips to KEYWORDS



1.1  dev-perl/PortageXS/PortageXS-0.02.12.ebuild

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

Index: PortageXS-0.02.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.1 
2014/06/22 12:30:52 zlogene Exp $

EAPI=5

MODULE_AUTHOR=KENTNL
MODULE_VERSION=0.2.12
inherit perl-module eutils prefix

DESCRIPTION="Portage abstraction layer for perl"

HOMEPAGE="http://download.mpsna.de/opensource/PortageXS/ ${HOMEPAGE}"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
IUSE="minimal"

DEPEND="dev-lang/perl
virtual/perl-Term-ANSIColor
dev-perl/Shell-EnvImporter
!minimal? ( dev-perl/IO-Socket-SSL
virtual/perl-Sys-Syslog )"

src_prepare() {
epatch "${FILESDIR}"/${PN}-0.02.10-prefix.patch

eprefixify \
lib/PortageXS/Core.pm \
lib/PortageXS.pm \
usr/bin/portagexs_client \
usr/sbin/portagexsd

if use minimal ; then
rm -r "${S}"/usr || die
rm -r "${S}"/etc/init.d || die
rm -r "${S}"/etc/pxs/certs || die
rm "${S}"/etc/pxs/portagexsd.conf || die
rm -r "${S}"/lib/PortageXS/examples || die
fi
}

pkg_preinst() {
if use !minimal ; then
cp -r "${S}"/usr "${D}${EPREFIX}" || die
fi
cp -r "${S}"/etc "${D}${EPREFIX}" || die
}

pkg_postinst() {
if [ -d "${EPREFIX}"/etc/portagexs ]; then
elog "${EPREFIX}/etc/portagexs has been moved to 
${EPREFIX}/etc/pxs for convenience.  It is safe"
elog "to delete old ${EPREFIX}/etc/portagexs directories."
fi
}

SRC_TEST="do parallel"






[gentoo-commits] gentoo-x86 commit in dev-perl/PortageXS: PortageXS-0.02.12.ebuild ChangeLog

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 12:33:14

  Modified: PortageXS-0.02.12.ebuild ChangeLog
  Log:
  Restore ~mips keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/PortageXS/PortageXS-0.02.12.ebuild

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

Index: PortageXS-0.02.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PortageXS-0.02.12.ebuild22 Jun 2014 12:30:52 -  1.1
+++ PortageXS-0.02.12.ebuild22 Jun 2014 12:33:14 -  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-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.1 
2014/06/22 12:30:52 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.2 
2014/06/22 12:33:14 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl



1.60 dev-perl/PortageXS/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   22 Jun 2014 12:30:52 -  1.59
+++ ChangeLog   22 Jun 2014 12:33:14 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PortageXS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.59 
2014/06/22 12:30:52 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.60 
2014/06/22 12:33:14 zlogene Exp $
+
+  22 Jun 2014; Mikle Kolyada  PortageXS-0.02.12.ebuild:
+  Restore ~mips keyword
 
 *PortageXS-0.02.12 (22 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/PortageXS: PortageXS-0.02.12.ebuild ChangeLog

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 12:34:06

  Modified: PortageXS-0.02.12.ebuild ChangeLog
  Log:
  Add ~s390 ketword
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/PortageXS/PortageXS-0.02.12.ebuild

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

Index: PortageXS-0.02.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PortageXS-0.02.12.ebuild22 Jun 2014 12:33:14 -  1.2
+++ PortageXS-0.02.12.ebuild22 Jun 2014 12:34:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.2 
2014/06/22 12:33:14 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.12.ebuild,v 1.3 
2014/06/22 12:34:06 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl



1.61 dev-perl/PortageXS/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   22 Jun 2014 12:33:14 -  1.60
+++ ChangeLog   22 Jun 2014 12:34:06 -  1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PortageXS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.60 
2014/06/22 12:33:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.61 
2014/06/22 12:34:06 zlogene Exp $
+
+  22 Jun 2014; Mikle Kolyada  PortageXS-0.02.12.ebuild:
+  Add ~s390 ketword
 
   22 Jun 2014; Mikle Kolyada  PortageXS-0.02.12.ebuild:
   Restore ~mips keyword






[gentoo-commits] gentoo-x86 commit in app-admin/elektra: elektra-0.7.1-r5.ebuild ChangeLog

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 12:38:39

  Modified: ChangeLog
  Added:elektra-0.7.1-r5.ebuild
  Log:
  Backport multilib support as =0.7* is needed by media-libs/oyranos.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 app-admin/elektra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Jun 2014 10:01:43 -  1.17
+++ ChangeLog   22 Jun 2014 12:38:39 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/elektra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v 1.17 
2014/06/22 10:01:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/ChangeLog,v 1.18 
2014/06/22 12:38:39 mgorny Exp $
+
+*elektra-0.7.1-r5 (22 Jun 2014)
+
+  22 Jun 2014; Michał Górny  +elektra-0.7.1-r5.ebuild:
+  Backport multilib support as =0.7* is needed by media-libs/oyranos.
 
 *elektra-0.8.3-r3 (22 Jun 2014)
 



1.1  app-admin/elektra/elektra-0.7.1-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/elektra/elektra-0.7.1-r5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/elektra/elektra-0.7.1-r5.ebuild?rev=1.1&content-type=text/plain

Index: elektra-0.7.1-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/elektra-0.7.1-r5.ebuild,v 
1.1 2014/06/22 12:38:39 mgorny Exp $

EAPI=5

inherit autotools autotools-multilib eutils multilib

DESCRIPTION="universal and secure framework to store config parameters in a 
hierarchical key-value pair mechanism"
HOMEPAGE="http://freedesktop.org/wiki/Software/Elektra";
SRC_URI="ftp://ftp.markus-raab.org/${PN}/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gcov iconv static-libs test"

RDEPEND="dev-libs/libxml2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
sys-devel/libtool[${MULTILIB_USEDEP}]
iconv? ( virtual/libiconv[${MULTILIB_USEDEP}] )"

src_prepare() {
einfo 'Removing bundled libltdl'
rm -rf libltdl || die

epatch \
"${FILESDIR}"/${P}-test.patch \
"${FILESDIR}"/${P}-ltdl.patch \
"${FILESDIR}"/${P}-automake-1.12.patch \
"${FILESDIR}"/${P}-remove-ddefault-link.patch

touch config.rpath
eautoreconf
}

src_configure() {
# berkeleydb, daemon, fstab, gconf, python do not work
# avoid collision with kerberos (bug 403025, 447246)
local myeconfargs=(
--enable-filesys
--enable-hosts
--enable-ini
--enable-passwd
--disable-berkeleydb
--disable-fstab
--disable-gconf
--disable-daemon
--enable-cpp
--disable-python
$(use_enable gcov)
$(use_enable iconv)
$(use_enable static-libs static)
--with-docdir=/usr/share/doc/${PF}
--with-develdocdir=/usr/share/doc/${PF}a
--includedir=/usr/include/${PN}
)
autotools-multilib_src_configure
dodir /usr/share/man/man3
}

src_compile() {
autotools-multilib_src_compile LIBLTDL=-lltdl
}

src_install() {
autotools-multilib_src_install

#avoid collision with allegro (bug 409305)
local my_f=""
for my_f in $(find "${D}"/usr/share/man/man3 -name "key.3*") ; do
mv "${my_f}" "${my_f/key/elektra-key}" || die
elog "/usr/share/man/man3/$(basename "${my_f}") installed as 
$(basename "${my_f/key/elektra-key}")"
done

if ! use static-libs; then
find "${D}" -name "*.a" -delete || die
fi

dodoc AUTHORS ChangeLog NEWS README TODO
}






[gentoo-commits] gentoo-x86 commit in media-libs/oyranos: oyranos-0.9.4-r2.ebuild oyranos-9999.ebuild ChangeLog

2014-06-22 Thread Michal Gorny (mgorny)
mgorny  14/06/22 12:38:50

  Modified: oyranos-.ebuild ChangeLog
  Added:oyranos-0.9.4-r2.ebuild
  Log:
  Fix dependencies and the multilib support code.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  media-libs/oyranos/oyranos-.ebuild

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

Index: oyranos-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oyranos-.ebuild 15 Aug 2013 03:38:17 -  1.4
+++ oyranos-.ebuild 22 Jun 2014 12:38:50 -  1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-.ebuild,v 
1.4 2013/08/15 03:38:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-.ebuild,v 
1.5 2014/06/22 12:38:50 mgorny Exp $
 
 EAPI=5
 
-inherit eutils flag-o-matic cmake-utils cmake-multilib git-2
+inherit eutils flag-o-matic cmake-utils cmake-multilib git-r3
 
 DESCRIPTION="colour management system allowing to share various settings 
across applications and services"
 HOMEPAGE="http://www.oyranos.org/";
@@ -15,32 +15,41 @@
 KEYWORDS=""
 IUSE="X cairo cups doc exif fltk qt4 raw test"
 
-RDEPEND="=app-admin/elektra-0.7*
-   dev-libs/libxml2
-   dev-libs/yajl
-   media-gfx/exiv2
+RDEPEND="=app-admin/elektra-0.7*:0[${MULTILIB_USEDEP}]
+   >=app-admin/elektra-0.7.1-r5:0[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
+   >=dev-libs/yajl-2.0.4-r1[${MULTILIB_USEDEP}]
media-libs/icc-profiles-basiccolor-printing2009
media-libs/icc-profiles-basiccolor-printing2009
-   || ( media-libs/lcms:0 media-libs/lcms:2 )
-   media-libs/libpng:0
-   media-libs/libraw
-   >=media-libs/libXcm-0.5.2
+   || (
+   >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}]
+   >=media-libs/lcms-1.19-r1:0[${MULTILIB_USEDEP}]
+   )
+   >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}]
+   >=media-libs/libXcm-0.5.2-r1[${MULTILIB_USEDEP}]
+   cairo? ( >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.7.1-r1[${MULTILIB_USEDEP}] )
+   exif? ( >=media-gfx/exiv2-0.23-r2[${MULTILIB_USEDEP}] )
fltk? ( x11-libs/fltk:1 )
-   X? ( x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXxf86vm
-   x11-libs/libXinerama )
-   cairo? ( x11-libs/cairo )
-   cups? ( net-print/cups )
-   exif? ( media-gfx/exiv2 )
qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
-   raw? ( media-libs/libraw )"
+   raw? ( >=media-libs/libraw-0.15.4[${MULTILIB_USEDEP}] )
+   X? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
+   >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
app-doc/doxygen
media-gfx/graphviz"
 
 RESTRICT="test"
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/oyranos-config
+)
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/oyranos/oyranos_version.h
+)
+
 CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindCUPS"
 
 src_prepare() {
@@ -52,25 +61,32 @@
if use fltk ; then
#src/examples does not include fltk flags
append-cflags $(fltk-config --cflags)
-   append-cxxflags $(fltk-confiag --cxxflags)
+   append-cxxflags $(fltk-config --cxxflags)
fi
 
cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local libdir=$(get_libdir)
+   local mycmakeargs=(
+   -DLIB_SUFFIX=${libdir#lib}
 
-   mycmakeargs=(
$(usex X -DWANT_X11=1 "")
$(usex cairo -DWANT_CAIRO=1 "")
$(usex cups -DWANT_CUPS=1 "")
$(usex exif -DWANT_EXIV2=1 "")
-   $(usex fltk -DWANT_FLTK=1 "")
-   $(usex qt4 -DWANT_QT4=1 "")
$(usex raw -DWANT_LIBRAW=1 "")
+
+   # only used in programs
+   $(multilib_native_usex fltk -DWANT_FLTK=1 "")
+   $(multilib_native_usex qt4 -DWANT_QT4=1 "")
)
-}
 
-src_install() {
-   cmake-multilib_src_install
+   cmake-utils_src_configure
+}
 
+multilib_src_install_all() {
 

[gentoo-commits] gentoo-x86 commit in app-i18n/uim: uim-1.8.6-r1.ebuild ChangeLog

2014-06-22 Thread Agostino Sarubbo (ago)
ago 14/06/22 12:39:51

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

Revision  ChangesPath
1.5  app-i18n/uim/uim-1.8.6-r1.ebuild

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

Index: uim-1.8.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uim-1.8.6-r1.ebuild 16 Jun 2014 11:09:10 -  1.4
+++ uim-1.8.6-r1.ebuild 22 Jun 2014 12:39:51 -  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/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.4 
2014/06/16 11:09:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.5 
2014/06/22 12:39:51 ago Exp $
 
 EAPI="5"
 inherit autotools eutils multilib elisp-common gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ppc ~ppc64 x86"
 IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify 
m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft 
linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
 
 RESTRICT="test"



1.270app-i18n/uim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.270&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.270&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?r1=1.269&r2=1.270

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   16 Jun 2014 11:09:10 -  1.269
+++ ChangeLog   22 Jun 2014 12:39:51 -  1.270
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/uim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.269 2014/06/16 
11:09:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.270 2014/06/22 
12:39:51 ago Exp $
+
+  22 Jun 2014; Agostino Sarubbo  uim-1.8.6-r1.ebuild:
+  Stable for ppc, wrt bug #510672
 
   16 Jun 2014; Chema Alonso  uim-1.8.6-r1.ebuild:
   Stable for amd64 wrt bug #510672






[gentoo-commits] gentoo-x86 commit in app-i18n/uim: uim-1.8.6-r1.ebuild ChangeLog

2014-06-22 Thread Agostino Sarubbo (ago)
ago 14/06/22 12:39:57

  Modified: uim-1.8.6-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #510672
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  app-i18n/uim/uim-1.8.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild?r1=1.5&r2=1.6

Index: uim-1.8.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uim-1.8.6-r1.ebuild 22 Jun 2014 12:39:51 -  1.5
+++ uim-1.8.6-r1.ebuild 22 Jun 2014 12:39:57 -  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-i18n/uim/uim-1.8.6-r1.ebuild,v 1.5 
2014/06/22 12:39:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild,v 1.6 
2014/06/22 12:39:57 ago Exp $
 
 EAPI="5"
 inherit autotools eutils multilib elisp-common gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
 IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify 
m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft 
linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
 
 RESTRICT="test"



1.271app-i18n/uim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.271&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.271&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?r1=1.270&r2=1.271

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog   22 Jun 2014 12:39:51 -  1.270
+++ ChangeLog   22 Jun 2014 12:39:57 -  1.271
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/uim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.270 2014/06/22 
12:39:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.271 2014/06/22 
12:39:57 ago Exp $
+
+  22 Jun 2014; Agostino Sarubbo  uim-1.8.6-r1.ebuild:
+  Stable for ppc64, wrt bug #510672
 
   22 Jun 2014; Agostino Sarubbo  uim-1.8.6-r1.ebuild:
   Stable for ppc, wrt bug #510672






[gentoo-commits] gentoo-x86 commit in dev-python/pretend: pretend-1.0.8.ebuild ChangeLog

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 12:40:23

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

Revision  ChangesPath
1.4  dev-python/pretend/pretend-1.0.8.ebuild

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

Index: pretend-1.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pretend-1.0.8.ebuild8 Jun 2014 11:06:05 -   1.3
+++ pretend-1.0.8.ebuild22 Jun 2014 12:40:23 -  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/pretend/pretend-1.0.8.ebuild,v 
1.3 2014/06/08 11:06:05 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 
1.4 2014/06/22 12:40:23 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.11 dev-python/pretend/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   8 Jun 2014 11:06:05 -   1.10
+++ ChangeLog   22 Jun 2014 12:40:23 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pretend
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.10 
2014/06/08 11:06:05 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.11 
2014/06/22 12:40:23 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann  pretend-1.0.8.ebuild:
+  Keyworded on alpha, bug #503094
 
   08 Jun 2014; Akinori Hattori  pretend-1.0.7.ebuild,
   pretend-1.0.8.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.2.ebuild

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 12:40:40

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

Revision  ChangesPath
1.34 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   8 Jun 2014 12:06:42 -   1.33
+++ ChangeLog   22 Jun 2014 12:40:40 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.33 2014/06/08 
12:06:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.34 2014/06/22 
12:40:40 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann  cffi-0.8.2.ebuild:
+  Keyworded on alpha, bug #503094
 
   08 Jun 2014; Akinori Hattori  cffi-0.8.1.ebuild,
   cffi-0.8.2.ebuild:



1.7  dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cffi-0.8.2.ebuild   8 Jun 2014 12:06:42 -   1.6
+++ cffi-0.8.2.ebuild   22 Jun 2014 12:40:40 -  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/cffi/cffi-0.8.2.ebuild,v 1.6 
2014/06/08 12:06:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.7 
2014/06/22 12:40:40 klausman Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="virtual/libffi






[gentoo-commits] gentoo-x86 commit in dev-python/pycparser: pycparser-2.10.ebuild ChangeLog

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 12:41:12

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

Revision  ChangesPath
1.12 dev-python/pycparser/pycparser-2.10.ebuild

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

Index: pycparser-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pycparser-2.10.ebuild   8 Jun 2014 12:05:21 -   1.11
+++ pycparser-2.10.ebuild   22 Jun 2014 12:41:11 -  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/dev-python/pycparser/pycparser-2.10.ebuild,v 1.11 
2014/06/08 12:05:21 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.12 
2014/06/22 12:41:11 klausman Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"



1.22 dev-python/pycparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   20 Jun 2014 14:44:00 -  1.21
+++ ChangeLog   22 Jun 2014 12:41:11 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.21 
2014/06/20 14:44:00 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.22 
2014/06/22 12:41:11 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann  pycparser-2.10.ebuild:
+  Keyworded on alpha, bug #503094
 
   20 Jun 2014; Dirkjan Ochtman  pycparser-2.09.1-r1.ebuild:
   Fix SRC_URI to use bitbucket mirrors






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

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 12:41:24

  Modified: cryptography-vectors-0.4.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #503094
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.4  
dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild

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

Index: cryptography-vectors-0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cryptography-vectors-0.4.ebuild 8 Jun 2014 12:14:30 -   1.3
+++ cryptography-vectors-0.4.ebuild 22 Jun 2014 12:41:24 -  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/cryptography-vectors/cryptography-vectors-0.4.ebuild,v
 1.3 2014/06/08 12:14:30 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild,v
 1.4 2014/06/22 12:41:24 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -16,6 +16,6 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
 
 S=${WORKDIR}/${MY_P}



1.6  dev-python/cryptography-vectors/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   8 Jun 2014 12:14:30 -   1.5
+++ ChangeLog   22 Jun 2014 12:41:24 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cryptography-vectors
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 
1.5 2014/06/08 12:14:30 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 
1.6 2014/06/22 12:41:24 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann 
+  cryptography-vectors-0.4.ebuild:
+  Keyworded on alpha, bug #503094
 
   08 Jun 2014; Akinori Hattori 
   cryptography-vectors-0.3.ebuild, cryptography-vectors-0.4.ebuild:






[gentoo-commits] gentoo-x86 commit in app-misc/relevation: - New directory

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 12:43:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-misc/relevation added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.11.6.ebuild

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 12:40:59

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

Revision  ChangesPath
1.122dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   8 Jun 2014 12:21:45 -   1.121
+++ ChangeLog   22 Jun 2014 12:40:59 -  1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.121 
2014/06/08 12:21:45 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.122 
2014/06/22 12:40:59 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann  virtualenv-1.11.6.ebuild:
+  Keyworded on alpha, bug #503094
 
   08 Jun 2014; Akinori Hattori  virtualenv-1.10-r1.ebuild,
   virtualenv-1.10.1.ebuild, virtualenv-1.11.3.ebuild, virtualenv-1.11.4.ebuild,



1.3  dev-python/virtualenv/virtualenv-1.11.6.ebuild

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

Index: virtualenv-1.11.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualenv-1.11.6.ebuild8 Jun 2014 12:21:45 -   1.2
+++ virtualenv-1.11.6.ebuild22 Jun 2014 12:40:59 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.2 
2014/06/08 12:21:45 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.3 
2014/06/22 12:40:59 klausman Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -12,7 +12,7 @@
 SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 SLOT="0"
 IUSE="doc test"
 






[gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Mirror: SVN-Mirror-0.750.0.ebuild ChangeLog

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 12:43:21

  Modified: SVN-Mirror-0.750.0.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild

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

Index: SVN-Mirror-0.750.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SVN-Mirror-0.750.0.ebuild   4 Dec 2011 17:59:39 -   1.2
+++ SVN-Mirror-0.750.0.ebuild   22 Jun 2014 12:43:21 -  1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild,v 1.2 
2011/12/04 17:59:39 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.750.0.ebuild,v 1.3 
2014/06/22 12:43:21 zlogene Exp $
 
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=CLKAO
 MODULE_VERSION=0.75
 inherit perl-module eutils



1.51 dev-perl/SVN-Mirror/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?rev=1.51&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?rev=1.51&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   24 Jun 2012 12:59:26 -  1.50
+++ ChangeLog   22 Jun 2014 12:43:21 -  1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/SVN-Mirror
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.50 
2012/06/24 12:59:26 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.51 
2014/06/22 12:43:21 zlogene Exp $
+
+  22 Jun 2014; Mikle Kolyada  SVN-Mirror-0.750.0.ebuild:
+  Bump to EAPI=5
 
   24 Jun 2012; Torsten Veller  metadata.xml:
   Update CPAN upstream info






[gentoo-commits] dev/ulm:master commit in: x11-plugins/whatsapp-purple/

2014-06-22 Thread Ulrich Müller
commit: 29d5d554cd03d117add061eb906d84792b1918b9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun 22 11:34:02 2014 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun 22 11:34:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=29d5d554

Initial import. Ebuild contributed by me.

Package-Manager: portage-2.2.10

---
 x11-plugins/whatsapp-purple/ChangeLog  | 10 
 x11-plugins/whatsapp-purple/Manifest   |  1 +
 x11-plugins/whatsapp-purple/metadata.xml   |  8 ++
 .../whatsapp-purple/whatsapp-purple-0.4.2.ebuild   | 29 ++
 4 files changed, 48 insertions(+)

diff --git a/x11-plugins/whatsapp-purple/ChangeLog 
b/x11-plugins/whatsapp-purple/ChangeLog
new file mode 100644
index 000..da937ac
--- /dev/null
+++ b/x11-plugins/whatsapp-purple/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/whatsapp-purple
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*whatsapp-purple-0.4.2 (22 Jun 2014)
+
+  22 Jun 2014; Ulrich Müller  +whatsapp-purple-0.4.2.ebuild,
+  +metadata.xml:
+  Initial import. Ebuild contributed by me.
+

diff --git a/x11-plugins/whatsapp-purple/Manifest 
b/x11-plugins/whatsapp-purple/Manifest
new file mode 100644
index 000..4cd8431
--- /dev/null
+++ b/x11-plugins/whatsapp-purple/Manifest
@@ -0,0 +1 @@
+DIST whatsapp-purple-0.4-2.tar.gz 60975 SHA256 
3fc2244a96328e74f21becd65d4cacb9227798a5087fb7e554b90e34df8b1e21 SHA512 
5c795d4484380e5769c5cb0eec2562b4278507d5ba454a9f6c95e437dde50b5c5d0576e2b77d93e61085ec1e7b8df45871052688b63e149c0b2a2a4e3ca25933
 WHIRLPOOL 
e97b5cf2eeb0c7a2d432f11f9c57d9e0dd8e494f230fed40f7df841665b12cb59a39e10aac72cecdedc3a2f27e71bd5c1561cdddce12a93338e7393526cdff23

diff --git a/x11-plugins/whatsapp-purple/metadata.xml 
b/x11-plugins/whatsapp-purple/metadata.xml
new file mode 100644
index 000..b4274bd
--- /dev/null
+++ b/x11-plugins/whatsapp-purple/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  u...@gentoo.org
+  Ulrich Müller
+
+

diff --git a/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild 
b/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild
new file mode 100644
index 000..1fad8b9
--- /dev/null
+++ b/x11-plugins/whatsapp-purple/whatsapp-purple-0.4.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+MY_PV=${PV%.*}-${PV##*.}
+DESCRIPTION="WhatsApp protocol implementation for libpurple (Pidgin)"
+HOMEPAGE="http://davidgf.net/page/39/whatsapp-on-your-computer:-pidgin-plugin";
+SRC_URI="https://github.com/davidgfnet/${PN}/archive/v${MY_PV}.tar.gz -> 
${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/glib:2
+   net-im/pidgin"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_compile() {
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
+   CFLAGS="${CFLAGS} -fPIC -DPURPLE_PLUGINS -DPIC 
\$(CFLAGS_PURPLE)" \
+   LDFLAGS="${LDFLAGS} -shared"
+}



[gentoo-commits] gentoo-x86 commit in app-misc/relevation: metadata.xml ChangeLog relevation-1.3.ebuild Manifest

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 12:48:15

  Added:metadata.xml ChangeLog relevation-1.3.ebuild
Manifest
  Log:
  Initial import.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  app-misc/relevation/metadata.xml

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

Index: metadata.xml
===

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


radher...@gentoo.org
Tim Harder





1.1  app-misc/relevation/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-misc/relevation
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/relevation/ChangeLog,v 1.1 
2014/06/22 12:48:15 radhermit Exp $

*relevation-1.3 (22 Jun 2014)

  22 Jun 2014; Tim Harder  +relevation-1.3.ebuild,
  +metadata.xml:
  Initial import.




1.1  app-misc/relevation/relevation-1.3.ebuild

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

Index: relevation-1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/relevation/relevation-1.3.ebuild,v 
1.1 2014/06/22 12:48:15 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="a command-line searcher for the Revelation password manager"
HOMEPAGE="http://p.outlyer.net/relevation/";
SRC_URI="http://p.outlyer.net/${PN}/files/${P}.tar.gz";

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

RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

python_prepare_all() {
# install extra scripts in proper doc dir
sed -i "s#relevation/extra#${PF}/extra#" setup.py || die

distutils-r1_python_prepare_all
}



1.1  app-misc/relevation/Manifest

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

Index: Manifest
===
DIST relevation-1.3.tar.gz 28053 SHA256 
aa31c2a1a5ae0aa6b836e061bc504d0164c664c819a2259bc3c08fd0039859bf SHA512 
42aab7107a63b1a9e6908cd8e49c3775f41f8acd025ee633bbac09ed5648c7bbfa584ed9bbfbfee12d26ab648b457aa974d8d52753a6b4faec3bd8ab605fec05
 WHIRLPOOL 
c713f0a7da744e73df4b21f03995ee9fdd16ffaaab6e42ddb030c1b7b2476d61deb65ee787d76cbbae3b5834ec592cbfe35cab74ac46d529df431b2d50406952
EBUILD relevation-1.3.ebuild 666 SHA256 
e5cbbcb7143edb4a4be172cdc5dc81c38021874e486c7d6bd20f51f5b76893c3 SHA512 
7efb4df1c424b8b5e1c8ab22e127ae27462750a9c7c4e63c74894c4ba16349ee8500930865c28748ca3a451be806b7d9edece63e0c7e792fff5b18f6eae32945
 WHIRLPOOL 
a18b952301f8919dab3abc6834e467035c7db508f2266152c4c5ac0433d1805ddb855b26be44bc7d81059edd0b1fb17071f12ed30e8b5dd3a72ea83b7d2dd9ec
MISC ChangeLog 260 SHA256 
917845c0020b1a96ea71df4f8cb4b17f4c1f55a08d677625b441627883628623 SHA512 
72c39af654bab0fbd35e52456f00accbc01468cb4fdcd5e395dd59111872ea9d3ffee6a6383c371c2bc6b19af357ab3928401b9b090ce75e8a8309459bba2a8c
 WHIRLPOOL 
0cb39a801a736ebf485a18b05ceefdaad19e854778f8dc71a209506e859032e3b798ce8010984bd5f5aa6759ff11e58f7867b7596bb2a6d630471e7e25e0d75d
MISC metadata.xml 236 SHA256 
5285fd5ca6bc85e0392ff64ec8e54d0018ebd761d3977869c00c93dee45ea09d SHA512 
a1abf9a60fb1a2078d0475df655f8abd4b2f877f8d232028232fafca2eb7e7ae6ec2c835c4fe0ef27b3b5655d746d1fe53bbcb353703819448ddec84acdd4215
 WHIRLPOOL 
fdbf5fcd34aa17330575f013aef4c87a8b039b62b6de3337a4004a6a0217238ceca43fa15425c30ddb7a5a632de7eb138ed541dfb161614cba817527297781e2






[gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk: lablgtk-2.18.0-r1.ebuild ChangeLog

2014-06-22 Thread Agostino Sarubbo (ago)
ago 14/06/22 13:01:51

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

Revision  ChangesPath
1.3  dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild

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

Index: lablgtk-2.18.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lablgtk-2.18.0-r1.ebuild17 Jun 2014 08:59:57 -  1.2
+++ lablgtk-2.18.0-r1.ebuild22 Jun 2014 13:01:51 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.2 2014/06/17 08:59:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.3 2014/06/22 13:01:51 ago Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
virtual/pkgconfig"
 
 SLOT="2/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 src_configure() {
econf $(use_enable debug) \



1.111dev-ml/lablgtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgtk/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgtk/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgtk/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   17 Jun 2014 08:59:57 -  1.110
+++ ChangeLog   22 Jun 2014 13:01:51 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/lablgtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.110 2014/06/17 
08:59:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.111 2014/06/22 
13:01:51 ago Exp $
+
+  22 Jun 2014; Agostino Sarubbo  lablgtk-2.18.0-r1.ebuild:
+  Stable for ppc, wrt bug #510670
 
   17 Jun 2014; Pacho Ramos  lablgtk-2.18.0-r1.ebuild:
   amd64 stable, bug #510670






[gentoo-commits] gentoo-x86 commit in media-sound/lyvi: - New directory

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 13:06:48

  Log:
  Directory /var/cvsroot/gentoo-x86/media-sound/lyvi added to the repository



[gentoo-commits] gentoo-x86 commit in media-sound/pianobar: pianobar-2014.06.08.ebuild ChangeLog pianobar-9999.ebuild

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 13:07:34

  Modified: ChangeLog pianobar-.ebuild
  Added:pianobar-2014.06.08.ebuild
  Log:
  Version bump and update live ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.34 media-sound/pianobar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   1 Mar 2014 22:16:51 -   1.33
+++ ChangeLog   22 Jun 2014 13:07:34 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/pianobar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.33 
2014/03/01 22:16:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.34 
2014/06/22 13:07:34 radhermit Exp $
+
+*pianobar-2014.06.08 (22 Jun 2014)
+
+  22 Jun 2014; Tim Harder  +pianobar-2014.06.08.ebuild,
+  pianobar-.ebuild:
+  Version bump and update live ebuild.
 
   01 Mar 2014; Michał Górny  pianobar-2012.12.01-r1.ebuild,
   pianobar-2013.05.19.ebuild, pianobar-2013.09.15.ebuild, pianobar-.ebuild:



1.8  media-sound/pianobar/pianobar-.ebuild

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

Index: pianobar-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pianobar-.ebuild1 Mar 2014 22:16:51 -   1.7
+++ pianobar-.ebuild22 Jun 2014 13:07:34 -  1.8
@@ -1,31 +1,33 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-.ebuild,v 
1.7 2014/03/01 22:16:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-.ebuild,v 
1.8 2014/06/22 13:07:34 radhermit Exp $
 
 EAPI="5"
+inherit toolchain-funcs flag-o-matic multilib
 
-inherit toolchain-funcs flag-o-matic multilib git-r3
-
-EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git"
+else
+   SRC_URI="http://6xq.net/projects/${PN}/${P}.tar.bz2";
+   KEYWORDS="~amd64 ~x86"
+fi
 
 DESCRIPTION="A console-based replacement for Pandora's flash player"
 HOMEPAGE="http://6xq.net/projects/pianobar/";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+aac mp3 static-libs"
+IUSE="static-libs"
 
 RDEPEND="media-libs/libao
net-libs/gnutls
-   dev-libs/libgcrypt:0
+   dev-libs/libgcrypt:0=
dev-libs/json-c
-   aac? ( media-libs/faad2 )
-   mp3? ( media-libs/libmad )"
+   >=virtual/ffmpeg-9"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-REQUIRED_USE="|| ( aac mp3 )"
-
 src_prepare() {
sed -e '/@echo /d' \
-e 's/@${CC}/${CC}/' \
@@ -33,20 +35,16 @@
 }
 
 src_compile() {
-   local myconf="DYNLINK=1"
-   ! use aac && myconf+=" DISABLE_FAAD=1"
-   ! use mp3 && myconf+=" DISABLE_MAD=1"
-
append-cflags -std=c99
tc-export CC
-   emake ${myconf}
+   emake DYNLINK=1
 }
 
 src_install() {
emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 
install
dodoc ChangeLog README
 
-   use static-libs || rm -f "${D}"/usr/lib*/*.a
+   use static-libs || { rm "${D}"/usr/lib*/*.a || die; }
 
docinto contrib
dodoc -r contrib/{config-example,*.sh,eventcmd-examples}



1.1  media-sound/pianobar/pianobar-2014.06.08.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2014.06.08.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/pianobar-2014.06.08.ebuild?rev=1.1&content-type=text/plain

Index: pianobar-2014.06.08.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#

[gentoo-commits] gentoo-x86 commit in media-sound/pianobar/files: pianobar-2011.12.11-tests.patch pianobar-2012.12.01-json-c-0.11.patch pianobar-2013.05.19-tests.patch

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 13:08:28

  Removed:  pianobar-2011.12.11-tests.patch
pianobar-2012.12.01-json-c-0.11.patch
pianobar-2013.05.19-tests.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)



[gentoo-commits] gentoo-x86 commit in media-sound/pianobar: ChangeLog pianobar-2012.12.01-r1.ebuild pianobar-2013.05.19.ebuild

2014-06-22 Thread Tim Harder (radhermit)
radhermit14/06/22 13:08:28

  Modified: ChangeLog
  Removed:  pianobar-2012.12.01-r1.ebuild
pianobar-2013.05.19.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.35 media-sound/pianobar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobar/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   22 Jun 2014 13:07:34 -  1.34
+++ ChangeLog   22 Jun 2014 13:08:28 -  1.35
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/pianobar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.34 
2014/06/22 13:07:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.35 
2014/06/22 13:08:28 radhermit Exp $
+
+  22 Jun 2014; Tim Harder 
+  -pianobar-2012.12.01-r1.ebuild, -pianobar-2013.05.19.ebuild,
+  -files/pianobar-2011.12.11-tests.patch,
+  -files/pianobar-2012.12.01-json-c-0.11.patch,
+  -files/pianobar-2013.05.19-tests.patch:
+  Remove old.
 
 *pianobar-2014.06.08 (22 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-sound/lyvi: lyvi-2.0.0.ebuild metadata.xml Manifest ChangeLog

2014-06-22 Thread Ian Delaney (idella4)
idella4 14/06/22 13:13:31

  Added:lyvi-2.0.0.ebuild metadata.xml Manifest ChangeLog
  Log:
  New ebuild written by Witold Pilat who is assigned proxy maintainer. Closes 
Bug #431842
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  media-sound/lyvi/lyvi-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lyvi/lyvi-2.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lyvi/lyvi-2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: lyvi-2.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lyvi/lyvi-2.0.0.ebuild,v 1.1 
2014/06/22 13:13:31 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

DESCRIPTION="A simple command-line lyrics viewer"
HOMEPAGE="http://ok100.github.io/lyvi/";
SRC_URI="https://github.com/ok100/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="WTFPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE="mpris"

RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
dev-python/plyr[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/urwid[${PYTHON_USEDEP}]
mpris? (
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"



1.1  media-sound/lyvi/metadata.xml

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

Index: metadata.xml
===

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

python
proxy-maintainers

idel...@gentoo.org


wtold.pi...@gamil.com
Witold Pilat
Proxy maintainer

Lyvi is a lyrics, artist info and guitar tabs
viewer. On supported terminals, Lyvi can also show artist photos and
cover images.


Enable MPRIS support





1.1  media-sound/lyvi/Manifest

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

Index: Manifest
===
DIST lyvi-2.0.0.tar.gz 19307 SHA256 
74b1fd94807b873ba921f071d55da7359a0033a9e7398f8dc7ce378f5d200f0a SHA512 
0248ceb16436be427ab38769824ce4be48998997b1997f90ddef751105e7449cff7d865e9a5895fb67c79da0eaf394baefe1a77bdc9e6c5e2b6498d64128b045
 WHIRLPOOL 
cf73fff6fc096fe5168adb9d56593cc3e636bb679bed294bf828f0ef557ff4b7ef78534ad643f9bbdb3ad16bc221538b5a6f8e437f068084e69ecf31e620476b
EBUILD lyvi-2.0.0.ebuild 731 SHA256 
554f02ec7ecc73575115934c882e63f9dce7fe9cf2d79594be07842745322fa2 SHA512 
abc5559dd2615bc3be10b32226d5cedb796633bd9e5ac8cc14374a818a39164de63135566ca0b77b7df3a9393e662cfe0fb4a5b95328626297b6e01326378239
 WHIRLPOOL 
2fa78903214b3b9eb0479afd3272c793f71b3249e1ba8fff440280a27f5bd5f002a1c93ff3a82b6e3fbddb6aa4085f4832946a4dea97e9f2129914041bcdb39b
MISC metadata.xml 654 SHA256 
1c9378feb3535f2db6aecbca88e80caf89865a139095bd1ac164ec43b42c82bd SHA512 
41bbe5416cd8512abb1abea88d15ac90597c2f21df645031cf344fc26428226e073f20f291b3003a7a6f260819faaba431cb393d767730563ec735c06dfd1225
 WHIRLPOOL 
f3e654ca95319fc31f26294f26c395d3ae4c88c87de7fee8ea0d47803cf79c4ecdd976d691740b413e64ca55d0aa0033c9f1bba6fd9a5b747ace21b8c1ef5256



1.1  media-sound/lyvi/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for media-sound/lyvi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lyvi/ChangeLog,v 1.1 2014/06/22 
13:13:31 idella4 Exp $

*lyvi-2.0.0 (22 Jun 2014)

  22 Jun 2014; Ian Delaney  +lyvi-2.0.0.ebuild,
  +metadata.xml:
  New ebuild written by Witold Pilat who is assigned proxy maintainer. Closes
  Bug #431842






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

2014-06-22 Thread Mikle Kolyada (zlogene)
zlogene 14/06/22 13:15:40

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

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

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

Index: glsa-201406-21.xml
===



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

  cURL: Multiple vulnerabilities
  Multiple vulnerabilities have been discovered in cURL, the worst of
which could lead to man-in-the-middle attacks.
  
  curl
  June 22, 2014
  June 22, 2014: 1
  505864
  local, remote
  

  7.36.0
  7.36.0

  
  
cURL is a command line tool for transferring files with URL syntax,
  supporting numerous protocols.

  
  
Multiple vulnerabilities have been discovered in cURL. Please review the
  CVE identifiers referenced below for details.

  
  
A remote attacker could cause a man-in-the-middle attack via a crafted
  certificate issued by a legitimate certification authority. Furthermore,
  a context-dependent attacker may be able to bypass security restrictions
  by connecting as other users.

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


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=net-misc/curl-7.36.0"


  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0138";>CVE-2014-0138
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0139";>CVE-2014-0139
  
  
BlueKnight
  
  K_F







[gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk: lablgtk-2.18.0-r1.ebuild ChangeLog

2014-06-22 Thread Agostino Sarubbo (ago)
ago 14/06/22 13:17:02

  Modified: lablgtk-2.18.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #510670
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild

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

Index: lablgtk-2.18.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lablgtk-2.18.0-r1.ebuild22 Jun 2014 13:01:51 -  1.3
+++ lablgtk-2.18.0-r1.ebuild22 Jun 2014 13:17:01 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.3 2014/06/22 13:01:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.4 2014/06/22 13:17:01 ago Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
virtual/pkgconfig"
 
 SLOT="2/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 
 src_configure() {
econf $(use_enable debug) \



1.112dev-ml/lablgtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   22 Jun 2014 13:01:51 -  1.111
+++ ChangeLog   22 Jun 2014 13:17:01 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/lablgtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.111 2014/06/22 
13:01:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.112 2014/06/22 
13:17:01 ago Exp $
+
+  22 Jun 2014; Agostino Sarubbo  lablgtk-2.18.0-r1.ebuild:
+  Stable for ppc64, wrt bug #510670
 
   22 Jun 2014; Agostino Sarubbo  lablgtk-2.18.0-r1.ebuild:
   Stable for ppc, wrt bug #510670






[gentoo-commits] gentoo-x86 commit in dev-ml/lablgl: lablgl-1.05.ebuild ChangeLog

2014-06-22 Thread Agostino Sarubbo (ago)
ago 14/06/22 13:17:05

  Modified: lablgl-1.05.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #510670
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-ml/lablgl/lablgl-1.05.ebuild

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

Index: lablgl-1.05.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.05.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lablgl-1.05.ebuild  26 Jan 2014 12:11:50 -  1.9
+++ lablgl-1.05.ebuild  22 Jun 2014 13:17:05 -  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-ml/lablgl/lablgl-1.05.ebuild,v 1.9 
2014/01/26 12:11:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.05.ebuild,v 1.10 
2014/06/22 13:17:05 ago Exp $
 
 EAPI="5"
 
@@ -27,7 +27,7 @@
 
 SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz";
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 
 src_configure() {
# make configuration file



1.80 dev-ml/lablgl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgl/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgl/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lablgl/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   26 Jan 2014 12:11:50 -  1.79
+++ ChangeLog   22 Jun 2014 13:17:05 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/lablgl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.79 2014/01/26 
12:11:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.80 2014/06/22 
13:17:05 ago Exp $
+
+  22 Jun 2014; Agostino Sarubbo  lablgl-1.05.ebuild:
+  Stable for ppc64, wrt bug #510670
 
   26 Jan 2014; Agostino Sarubbo  lablgl-1.05.ebuild:
   Stable for sparc, wrt bug #495416






[gentoo-commits] gentoo-x86 commit in media-libs/libsdl: libsdl-1.2.15-r6.ebuild ChangeLog

2014-06-22 Thread Julian Ospald (hasufell)
hasufell14/06/22 13:39:57

  Modified: ChangeLog
  Added:libsdl-1.2.15-r6.ebuild
  Log:
  disable wrapping of headers (also disables nasm for 32bit on amd64), wrt 
#512430
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.218media-libs/libsdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.218&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.218&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.217&r2=1.218

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   18 Jun 2014 19:48:49 -  1.217
+++ ChangeLog   22 Jun 2014 13:39:57 -  1.218
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.217 
2014/06/18 19:48:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.218 
2014/06/22 13:39:57 hasufell Exp $
+
+*libsdl-1.2.15-r6 (22 Jun 2014)
+
+  22 Jun 2014; Julian Ospald  +libsdl-1.2.15-r6.ebuild:
+  disable wrapping of headers (also disables nasm for 32bit on amd64), wrt
+  #512430
 
   18 Jun 2014; Michał Górny  libsdl-1.2.15-r5.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug



1.1  media-libs/libsdl/libsdl-1.2.15-r6.ebuild

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

Index: libsdl-1.2.15-r6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r6.ebuild,v 
1.1 2014/06/22 13:39:57 hasufell Exp $

# TODO: convert media-libs/libggi to multilib

EAPI=5
inherit autotools flag-o-matic multilib toolchain-funcs eutils multilib-minimal

DESCRIPTION="Simple Direct Media Layer"
HOMEPAGE="http://www.libsdl.org/";
SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces.  Be prepared for bug reports to be marked INVALID.
IUSE="oss alsa nas X dga xv xinerama fbcon ggi svga tslib aalib opengl libcaca 
+sound +video +joystick custom-cflags pulseaudio ps3 static-libs"

RDEPEND="
abi_x86_32? (
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!<=app-emulation/emul-linux-x86-sdl-20140406
)
sound? ( >=media-libs/audiofile-0.3.5[${MULTILIB_USEDEP}] )
alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
nas? (
>=media-libs/nas-1.9.4[${MULTILIB_USEDEP}]
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
)
X? (
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
)
ggi? ( >=media-libs/libggi-2.0_beta3 )
svga? ( >=media-libs/svgalib-1.4.2 )
aalib? ( >=media-libs/aalib-1.4_rc5-r6[${MULTILIB_USEDEP}] )
libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] )
opengl? (
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
>=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
)
ppc64? ( ps3? ( sys-libs/libspe2 ) )
tslib? ( >=x11-libs/tslib-1.0-r3[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
nas? (
>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)
X? (
>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)
x86? ( || ( >=dev-lang/yasm-0.6.0 >=dev-lang/nasm-0.98.39-r3 ) )"

S=${WORKDIR}/SDL-${PV}

pkg_setup() {
if use custom-cflags ; then
ewarn "Since you've chosen to use possibly unsafe CFLAGS,"

[gentoo-commits] gentoo-x86 commit in dev-libs/lockdev: lockdev-1.0.3.1.2-r3.ebuild lockdev-1.0.3.1.2-r1.ebuild lockdev-1.0.3.1.2-r2.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 13:49:09

  Modified: lockdev-1.0.3.1.2-r3.ebuild
lockdev-1.0.3.1.2-r1.ebuild
lockdev-1.0.3.1.2-r2.ebuild ChangeLog
  Log:
  keyword ~ia64 wrt bug #493156
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild

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

Index: lockdev-1.0.3.1.2-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lockdev-1.0.3.1.2-r3.ebuild 30 May 2014 07:44:30 -  1.2
+++ lockdev-1.0.3.1.2-r3.ebuild 22 Jun 2014 13:49:08 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v 1.2 
2014/05/30 07:44:30 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v 1.3 
2014/06/22 13:49:08 hattya Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86"
 IUSE="perl"
 
 DEPEND=""



1.6  dev-libs/lockdev/lockdev-1.0.3.1.2-r1.ebuild

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

Index: lockdev-1.0.3.1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lockdev-1.0.3.1.2-r1.ebuild 8 Aug 2013 20:13:15 -   1.5
+++ lockdev-1.0.3.1.2-r1.ebuild 22 Jun 2014 13:49:08 -  1.6
@@ -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/lockdev/lockdev-1.0.3.1.2-r1.ebuild,v 1.5 
2013/08/08 20:13:15 jcallen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r1.ebuild,v 1.6 
2014/06/22 13:49:08 hattya Exp $
 
 EAPI="2"
 
@@ -22,7 +22,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~ia64 x86"
 IUSE="perl"
 
 DEPEND="



1.5  dev-libs/lockdev/lockdev-1.0.3.1.2-r2.ebuild

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

Index: lockdev-1.0.3.1.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lockdev-1.0.3.1.2-r2.ebuild 5 Mar 2014 15:38:02 -   1.4
+++ lockdev-1.0.3.1.2-r2.ebuild 22 Jun 2014 13:49:08 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r2.ebuild,v 1.4 
2014/03/05 15:38:02 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r2.ebuild,v 1.5 
2014/06/22 13:49:08 hattya Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ia64 ~x86"
 IUSE="perl"
 
 DEPEND=""



1.16 dev-libs/lockdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/ChangeLog,v
retrieving revision 1

[gentoo-commits] gentoo-x86 commit in sci-mathematics/kodkod: kodkod-1.5.2.ebuild ChangeLog

2014-06-22 Thread Mark Wright (gienah)
gienah  14/06/22 13:52:20

  Modified: kodkod-1.5.2.ebuild ChangeLog
  Log:
  Use waf 1.7.16 instead of 1.7.6 in kodkod to try to fix Bug 513978. Specify 
the classpath to javadoc.  Use the javadoc -Xdoclint:none option for java 1.8 
and later versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.4  sci-mathematics/kodkod/kodkod-1.5.2.ebuild

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

Index: kodkod-1.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kodkod-1.5.2.ebuild 11 Feb 2014 14:29:54 -  1.3
+++ kodkod-1.5.2.ebuild 22 Jun 2014 13:52:20 -  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/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.3 
2014/02/11 14:29:54 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.4 
2014/06/22 13:52:20 gienah Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 DESCRIPTION="a constraint solver for relational logic"
 HOMEPAGE="http://alloy.mit.edu/kodkod/index.html";
 SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip
-   http://waf.googlecode.com/files/waf-1.7.6";
+   http://waf.googlecode.com/files/waf-1.7.16";
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
@@ -85,7 +85,14 @@
waf-utils_src_compile
if has doc ${JAVA_PKG_IUSE} && use doc; then
pushd src/kodkod || die "Could not cd to src/kodkod"
-   javadoc $(find . -name \*.java -print) \
+   local doclint="-Xdoclint:none"
+   local jv="$(javac -version 2>&1 | cut -d' ' -f 2)"
+   if [[ "${jv}" == 1.6* ]] || [[ "${jv}" == 1.7* ]]; then
+   doclint=""
+   fi
+   javadoc ${doclint} -sourcepath 
"${S}"/src/kodkod:"${S}"/build/src/kodkod \
+   -classpath $(find "${PWD}" -name \*.jar -print | xargs 
| sed -e 's@ @:@g') \
+   $(find . -name \*.java -print) \
|| die "javadoc failed"
popd
fi



1.5  sci-mathematics/kodkod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   11 Feb 2014 14:29:54 -  1.4
+++ ChangeLog   22 Jun 2014 13:52:20 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/kodkod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.4 
2014/02/11 14:29:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.5 
2014/06/22 13:52:20 gienah Exp $
+
+  22 Jun 2014; Mark Wright  kodkod-1.5.2.ebuild:
+  Use waf 1.7.16 instead of 1.7.6 in kodkod to try to fix Bug 513978. Specify
+  the classpath to javadoc.  Use the javadoc -Xdoclint:none option for java 1.8
+  and later versions.
 
   11 Feb 2014; Mark Wright  kodkod-1.5.2.ebuild:
   Fix bug 458462 - sci-mathematics/kodkod-1.5.2: fails to build with






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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 13:52:28 2014 +

New branch: master




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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 13:58:28 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85_p20140126.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 13:59:47

  Modified: mtr-0.85_p20140126.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #505440
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.8  net-analyzer/mtr/mtr-0.85_p20140126.ebuild

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

Index: mtr-0.85_p20140126.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85_p20140126.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mtr-0.85_p20140126.ebuild   14 Jun 2014 09:54:45 -  1.7
+++ mtr-0.85_p20140126.ebuild   22 Jun 2014 13:59:47 -  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/mtr/mtr-0.85_p20140126.ebuild,v 1.7 
2014/06/14 09:54:45 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85_p20140126.ebuild,v 1.8 
2014/06/22 13:59:47 hattya Exp $
 
 EAPI=5
 inherit eutils flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="gtk ipv6 suid"
 
 RDEPEND="



1.160net-analyzer/mtr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.160&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.160&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   14 Jun 2014 09:54:45 -  1.159
+++ ChangeLog   22 Jun 2014 13:59:47 -  1.160
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/mtr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.159 
2014/06/14 09:54:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.160 
2014/06/22 13:59:47 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  mtr-0.85_p20140126.ebuild:
+  ia64 stable wrt bug #505440
 
   14 Jun 2014; Pawel Hajdan jr 
   mtr-0.85_p20140126.ebuild:






[gentoo-commits] gentoo-x86 commit in app-editors/gvim: gvim-7.4.273.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:01:52

  Modified: gvim-7.4.273.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  app-editors/gvim/gvim-7.4.273.ebuild

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

Index: gvim-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gvim-7.4.273.ebuild 17 Jun 2014 14:42:52 -  1.2
+++ gvim-7.4.273.ebuild 22 Jun 2014 14:01:52 -  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-editors/gvim/gvim-7.4.273.ebuild,v 1.2 
2014/06/17 14:42:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v 1.3 
2014/06/22 14:01:52 hattya Exp $
 
 EAPI=5
 VIM_VERSION="7.4"
@@ -17,7 +17,7 @@
 
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}";
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



1.429app-editors/gvim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.429&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.429&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?r1=1.428&r2=1.429

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog   17 Jun 2014 14:42:52 -  1.428
+++ ChangeLog   22 Jun 2014 14:01:52 -  1.429
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/gvim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.428 
2014/06/17 14:42:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.429 
2014/06/22 14:01:52 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  gvim-7.4.273.ebuild:
+  ia64 stable wrt bug #511190
 
   17 Jun 2014; Jeroen Roovers  gvim-7.4.273.ebuild:
   Stable for HPPA (bug #511190).






[gentoo-commits] gentoo-x86 commit in app-editors/vim: vim-7.4.273.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:02:30

  Modified: vim-7.4.273.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.4  app-editors/vim/vim-7.4.273.ebuild

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

Index: vim-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vim-7.4.273.ebuild  17 Jun 2014 14:42:44 -  1.3
+++ vim-7.4.273.ebuild  22 Jun 2014 14:02: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/app-editors/vim/vim-7.4.273.ebuild,v 1.3 
2014/06/17 14:42:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.4 
2014/06/22 14:02:30 hattya Exp $
 
 EAPI=5
 VIM_VERSION="7.4"
@@ -17,7 +17,7 @@
 
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}";
-   KEYWORDS="~alpha ~amd64 ~arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"



1.461app-editors/vim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.461&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.461&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.460&r2=1.461

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -r1.460 -r1.461
--- ChangeLog   17 Jun 2014 14:42:44 -  1.460
+++ ChangeLog   22 Jun 2014 14:02:30 -  1.461
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/vim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.460 
2014/06/17 14:42:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.461 
2014/06/22 14:02:30 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  vim-7.4.273.ebuild:
+  ia64 stable wrt bug #511190
 
   17 Jun 2014; Jeroen Roovers  vim-7.4.273.ebuild:
   Stable for HPPA (bug #511190).






[gentoo-commits] gentoo-x86 commit in app-editors/vim-core: vim-core-7.4.273.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:02:59

  Modified: vim-core-7.4.273.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  app-editors/vim-core/vim-core-7.4.273.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild?r1=1.2&r2=1.3

Index: vim-core-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vim-core-7.4.273.ebuild 17 Jun 2014 14:41:37 -  1.2
+++ vim-core-7.4.273.ebuild 22 Jun 2014 14:02:59 -  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-editors/vim-core/vim-core-7.4.273.ebuild,v 1.2 
2014/06/17 14:41:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v 1.3 
2014/06/22 14:02:59 hattya Exp $
 
 EAPI=5
 VIM_VERSION="7.4"
@@ -16,7 +16,7 @@
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2

http://dev.gentoo.org/~radhermit/vim/${PN}-7.3-gentoo-patches-r4.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}";
-   KEYWORDS="~alpha ~amd64 ~arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"



1.440app-editors/vim-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.440&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.440&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.439&r2=1.440

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -r1.439 -r1.440
--- ChangeLog   17 Jun 2014 14:41:37 -  1.439
+++ ChangeLog   22 Jun 2014 14:02:59 -  1.440
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/vim-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.439 
2014/06/17 14:41:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.440 
2014/06/22 14:02:59 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  vim-core-7.4.273.ebuild:
+  ia64 stable wrt bug #511190
 
   17 Jun 2014; Jeroen Roovers  vim-core-7.4.273.ebuild:
   Stable for HPPA (bug #511190).






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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 14:02:53 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in net-libs/libpcap: libpcap-1.5.3.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:05:08

  Modified: libpcap-1.5.3.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511502
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  net-libs/libpcap/libpcap-1.5.3.ebuild

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

Index: libpcap-1.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpcap-1.5.3.ebuild9 Jun 2014 10:57:24 -   1.4
+++ libpcap-1.5.3.ebuild22 Jun 2014 14:05:08 -  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-libs/libpcap/libpcap-1.5.3.ebuild,v 1.4 
2014/06/09 10:57:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v 1.5 
2014/06/22 14:05:08 hattya Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm 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 ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm 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 ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus ipv6 netlink static-libs canusb"
 
 RDEPEND="



1.193net-libs/libpcap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.193&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.193&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.192&r2=1.193

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   9 Jun 2014 10:57:24 -   1.192
+++ ChangeLog   22 Jun 2014 14:05:08 -  1.193
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libpcap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.192 
2014/06/09 10:57:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.193 
2014/06/22 14:05:08 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  libpcap-1.5.3.ebuild:
+  ia64 stable wrt bug #511502
 
   09 Jun 2014; Markus Meier  libpcap-1.5.3.ebuild:
   arm stable, bug #511502






[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: tcpdump-4.5.1-r1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:04:38

  Modified: tcpdump-4.5.1-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511502
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.7  net-analyzer/tcpdump/tcpdump-4.5.1-r1.ebuild

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

Index: tcpdump-4.5.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.5.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tcpdump-4.5.1-r1.ebuild 9 Jun 2014 10:56:59 -   1.6
+++ tcpdump-4.5.1-r1.ebuild 22 Jun 2014 14:04: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-analyzer/tcpdump/tcpdump-4.5.1-r1.ebuild,v 1.6 
2014/06/09 10:56:59 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.5.1-r1.ebuild,v 1.7 
2014/06/22 14:04:38 hattya Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root smi ssl ipv6 -samba suid test"
 
 RDEPEND="



1.184net-analyzer/tcpdump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.184&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.184&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   9 Jun 2014 10:56:59 -   1.183
+++ ChangeLog   22 Jun 2014 14:04:38 -  1.184
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.183 
2014/06/09 10:56:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.184 
2014/06/22 14:04:38 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  tcpdump-4.5.1-r1.ebuild:
+  ia64 stable wrt bug #511502
 
   09 Jun 2014; Markus Meier  tcpdump-4.5.1-r1.ebuild:
   arm stable, bug #511502






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

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:06:43

  Modified: libmng-2.0.2-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511654
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.8  media-libs/libmng/libmng-2.0.2-r1.ebuild

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

Index: libmng-2.0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-2.0.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmng-2.0.2-r1.ebuild  18 Jun 2014 19:45:45 -  1.7
+++ libmng-2.0.2-r1.ebuild  22 Jun 2014 14:06:43 -  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/media-libs/libmng/libmng-2.0.2-r1.ebuild,v 
1.7 2014/06/18 19:45:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-2.0.2-r1.ebuild,v 
1.8 2014/06/22 14:06:43 hattya Exp $
 
 EAPI=5
 inherit eutils autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="lcms static-libs"
 
 RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]



1.93 media-libs/libmng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmng/ChangeLog?rev=1.93&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmng/ChangeLog?rev=1.93&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmng/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   18 Jun 2014 19:45:45 -  1.92
+++ ChangeLog   22 Jun 2014 14:06:43 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.92 
2014/06/18 19:45:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.93 
2014/06/22 14:06:43 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  libmng-2.0.2-r1.ebuild:
+  ia64 stable wrt bug #511654
 
   18 Jun 2014; Michał Górny  libmng-1.0.10-r2.ebuild,
   libmng-2.0.2-r1.ebuild, libmng-2.0.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-24.2.0-r2.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:08:16

  Modified: spidermonkey-24.2.0-r2.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #512026
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild

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

Index: spidermonkey-24.2.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spidermonkey-24.2.0-r2.ebuild   19 Jun 2014 18:07:42 -  1.4
+++ spidermonkey-24.2.0-r2.ebuild   22 Jun 2014 14:08:16 -  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-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.4 2014/06/19 18:07:42 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 
1.5 2014/06/22 14:08:16 hattya Exp $
 
 EAPI="5"
 WANT_AUTOCONF="2.1"
@@ -16,7 +16,7 @@
 
 LICENSE="NPL-1.1"
 SLOT="24"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
 IUSE="debug icu jit minimal static-libs +system-icu test"
 
 RESTRICT="ia64? ( test )"



1.154dev-lang/spidermonkey/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.154&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.154&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   19 Jun 2014 18:07:42 -  1.153
+++ ChangeLog   22 Jun 2014 14:08:16 -  1.154
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/spidermonkey
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.153 
2014/06/19 18:07:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.154 
2014/06/22 14:08:16 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori 
+  spidermonkey-24.2.0-r2.ebuild:
+  ia64 stable wrt bug #512026
 
   19 Jun 2014; Markus Meier  spidermonkey-24.2.0-r2.ebuild:
   arm stable, bug #512026






[gentoo-commits] gentoo-x86 commit in sys-firmware/iwl3160-7260-bt-ucode: iwl3160-7260-bt-ucode-37.10.10-r1.ebuild ChangeLog

2014-06-22 Thread Mark Wright (gienah)
gienah  14/06/22 14:09:36

  Modified: iwl3160-7260-bt-ucode-37.10.10-r1.ebuild ChangeLog
  Log:
  Fix Bug 513644 - sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1: make kernel 
checks nonfatal, thanks to patrick for reporting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  
sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild?r1=1.1&r2=1.2

Index: iwl3160-7260-bt-ucode-37.10.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iwl3160-7260-bt-ucode-37.10.10-r1.ebuild31 Jan 2014 13:05:34 -  
1.1
+++ iwl3160-7260-bt-ucode-37.10.10-r1.ebuild22 Jun 2014 14:09:36 -  
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild,v
 1.1 2014/01/31 13:05:34 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10-r1.ebuild,v
 1.2 2014/06/22 14:09:36 gienah Exp $
 
 EAPI=5
 inherit linux-info
@@ -21,7 +21,7 @@
 
 S="${WORKDIR}"
 
-CONFIG_CHECK="IWLMVM"
+CONFIG_CHECK="~IWLMVM"
 ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in 
/usr/src/linux/.config for the kernel to be able to load the 7260 firmware"
 
 pkg_pretend() {



1.4  sys-firmware/iwl3160-7260-bt-ucode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   31 Jan 2014 13:05:34 -  1.3
+++ ChangeLog   22 Jun 2014 14:09:36 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-firmware/iwl3160-7260-bt-ucode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v 1.3 
2014/01/31 13:05:34 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v 1.4 
2014/06/22 14:09:36 gienah Exp $
+
+  22 Jun 2014; Mark Wright 
+  iwl3160-7260-bt-ucode-37.10.10-r1.ebuild:
+  Fix Bug 513644 - sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1: make kernel
+  checks nonfatal, thanks to patrick for reporting.
 
 *iwl3160-7260-bt-ucode-37.10.10-r1 (31 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc: jemalloc-3.6.0.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:10:48

  Modified: jemalloc-3.6.0.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #512330
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  dev-libs/jemalloc/jemalloc-3.6.0.ebuild

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

Index: jemalloc-3.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jemalloc-3.6.0.ebuild   19 Jun 2014 01:35:55 -  1.2
+++ jemalloc-3.6.0.ebuild   22 Jun 2014 14:10:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v 
1.2 2014/06/19 01:35:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v 
1.3 2014/06/22 14:10:48 hattya Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos"
 IUSE="debug static-libs stats"
 HTML_DOCS=( doc/jemalloc.html )
 PATCHES=( "${FILESDIR}/${PN}-3.5.1-strip-optimization.patch"



1.40 dev-libs/jemalloc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   19 Jun 2014 01:35:55 -  1.39
+++ ChangeLog   22 Jun 2014 14:10:48 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jemalloc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.39 
2014/06/19 01:35:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.40 
2014/06/22 14:10:48 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  jemalloc-3.6.0.ebuild:
+  ia64 stable wrt bug #512330
 
   19 Jun 2014; Jeroen Roovers  jemalloc-3.6.0.ebuild:
   Stable for HPPA (bug #512330).






[gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.4.3.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:12:19

  Modified: sqlite-3.8.4.3.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #512452
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.4  dev-db/sqlite/sqlite-3.8.4.3.ebuild

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

Index: sqlite-3.8.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.4.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqlite-3.8.4.3.ebuild   19 Jun 2014 18:09:49 -  1.3
+++ sqlite-3.8.4.3.ebuild   22 Jun 2014 14:12:19 -  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-db/sqlite/sqlite-3.8.4.3.ebuild,v 1.3 
2014/06/19 18:09:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.4.3.ebuild,v 1.4 
2014/06/22 14:12:19 hattya Exp $
 
 EAPI="5"
 
@@ -21,7 +21,7 @@
 
 LICENSE="public-domain"
 SLOT="3"
-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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+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 ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test"
 
 RDEPEND="icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )



1.521dev-db/sqlite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -r1.520 -r1.521
--- ChangeLog   19 Jun 2014 18:09:49 -  1.520
+++ ChangeLog   22 Jun 2014 14:12:19 -  1.521
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.520 2014/06/19 
18:09:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.521 2014/06/22 
14:12:19 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  sqlite-3.8.4.3.ebuild:
+  ia64 stable wrt bug #512452
 
   19 Jun 2014; Markus Meier  sqlite-3.8.4.3.ebuild:
   arm stable, bug #512452






[gentoo-commits] gentoo-x86 commit in net-libs/serf: serf-1.3.5.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:13:37

  Modified: serf-1.3.5.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #512454
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.6  net-libs/serf/serf-1.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/serf-1.3.5.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/serf-1.3.5.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/serf-1.3.5.ebuild?r1=1.5&r2=1.6

Index: serf-1.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.3.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- serf-1.3.5.ebuild   19 Jun 2014 18:08:44 -  1.5
+++ serf-1.3.5.ebuild   22 Jun 2014 14:13: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/net-libs/serf/serf-1.3.5.ebuild,v 1.5 
2014/06/19 18:08:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.3.5.ebuild,v 1.6 
2014/06/22 14:13:36 hattya Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="kerberos"
 
 RDEPEND="dev-libs/apr:1=



1.136net-libs/serf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/ChangeLog?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/ChangeLog?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/serf/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   19 Jun 2014 18:08:44 -  1.135
+++ ChangeLog   22 Jun 2014 14:13:36 -  1.136
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/serf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.135 2014/06/19 
18:08:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/ChangeLog,v 1.136 2014/06/22 
14:13:36 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  serf-1.3.5.ebuild:
+  ia64 stable wrt bug #512454
 
   19 Jun 2014; Markus Meier  serf-1.3.5.ebuild:
   arm stable, bug #512454






[gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: geoipupdate-2.0.1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:14:56

  Modified: geoipupdate-2.0.1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513120
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  net-misc/geoipupdate/geoipupdate-2.0.1.ebuild

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

Index: geoipupdate-2.0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geoipupdate-2.0.1.ebuild14 Jun 2014 01:38:18 -  1.2
+++ geoipupdate-2.0.1.ebuild22 Jun 2014 14:14:56 -  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/geoipupdate/geoipupdate-2.0.1.ebuild,v 1.2 
2014/06/14 01:38:18 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.0.1.ebuild,v 1.3 
2014/06/22 14:14:56 hattya Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="



1.15 net-misc/geoipupdate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   14 Jun 2014 01:38:18 -  1.14
+++ ChangeLog   22 Jun 2014 14:14:56 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/geoipupdate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.14 
2014/06/14 01:38:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.15 
2014/06/22 14:14:56 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  geoipupdate-2.0.1.ebuild:
+  ia64 stable wrt bug #513120
 
   14 Jun 2014; Jeroen Roovers  geoipupdate-2.0.1.ebuild:
   Stable for HPPA (bug #513120).






[gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:17:06

  Modified: redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513430
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- redcloth-4.2.9-r1.ebuild3 Apr 2014 08:51:54 -   1.4
+++ redcloth-4.2.9-r1.ebuild22 Jun 2014 14:17:06 -  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-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.4 
2014/04/03 08:51:54 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.5 
2014/06/22 14:17:06 hattya Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.87 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   16 Jun 2014 15:39:09 -  1.86
+++ ChangeLog   22 Jun 2014 14:17:06 -  1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.86 
2014/06/16 15:39:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.87 
2014/06/22 14:17:06 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  redcloth-4.2.9-r1.ebuild:
+  ia64 stable wrt bug #513430
 
   16 Jun 2014; Tobias Klausmann  redcloth-4.2.9-r2.ebuild:
   Keyworded on alpha, bug #465948






[gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.1.0-r1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:17:41

  Modified: coderay-1.1.0-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513430
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  dev-ruby/coderay/coderay-1.1.0-r1.ebuild

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

Index: coderay-1.1.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coderay-1.1.0-r1.ebuild 7 May 2014 19:34:19 -   1.2
+++ coderay-1.1.0-r1.ebuild 22 Jun 2014 14:17:40 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 
1.2 2014/05/07 19:34:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 
1.3 2014/06/22 14:17:40 hattya Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.82 dev-ruby/coderay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   16 Jun 2014 15:39:26 -  1.81
+++ ChangeLog   22 Jun 2014 14:17:40 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.81 
2014/06/16 15:39:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.82 
2014/06/22 14:17:40 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  coderay-1.1.0-r1.ebuild:
+  ia64 stable wrt bug #513430
 
   16 Jun 2014; Tobias Klausmann  coderay-1.1.0-r2.ebuild:
   Keyworded on alpha, bug #465948






[gentoo-commits] gentoo-x86 commit in dev-ruby/mocha: mocha-0.10.5-r1.ebuild mocha-0.13.3-r1.ebuild mocha-0.12.10.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:18:17

  Modified: mocha-0.10.5-r1.ebuild mocha-0.13.3-r1.ebuild
mocha-0.12.10.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513430
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  dev-ruby/mocha/mocha-0.10.5-r1.ebuild

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

Index: mocha-0.10.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mocha-0.10.5-r1.ebuild  22 Apr 2014 03:29:30 -  1.2
+++ mocha-0.10.5-r1.ebuild  22 Jun 2014 14:18:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r1.ebuild,v 1.2 
2014/04/22 03:29:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r1.ebuild,v 1.3 
2014/06/22 14:18:17 hattya Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="0.10"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "



1.7  dev-ruby/mocha/mocha-0.13.3-r1.ebuild

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

Index: mocha-0.13.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mocha-0.13.3-r1.ebuild  16 Jun 2014 15:49:52 -  1.6
+++ mocha-0.13.3-r1.ebuild  22 Jun 2014 14:18:17 -  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-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.6 
2014/06/16 15:49:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.7 
2014/06/22 14:18:17 hattya Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="0.13"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "



1.7  dev-ruby/mocha/mocha-0.12.10.ebuild

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

Index: mocha-0.12.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mocha-0.12.10.ebuild16 Jun 2014 15:49:52 -  1.6
+++ mocha-0.12.10.ebuild22 Jun 2014 14:18:17 -  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-ruby/mocha/mocha-0.12.10.ebuild,v 1.6 
2014/06/16 15:49:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v 1.7 
2014/06/22 14:18:17 hattya Exp $
 
 EAPI=5
 USE_RUBY="ruby19 jruby ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="0.12"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~a

[gentoo-commits] gentoo-x86 commit in dev-python/dnspython: dnspython-1.11.1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:19:47

  Modified: dnspython-1.11.1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513558
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  dev-python/dnspython/dnspython-1.11.1.ebuild

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

Index: dnspython-1.11.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dnspython-1.11.1.ebuild 17 Jun 2014 14:48:27 -  1.2
+++ dnspython-1.11.1.ebuild 22 Jun 2014 14:19: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/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.2 
2014/06/17 14:48:27 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.3 
2014/06/22 14:19:47 hattya Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-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-solaris"
 IUSE="examples test"
 
 DEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"



1.84 dev-python/dnspython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   17 Jun 2014 14:48:27 -  1.83
+++ ChangeLog   22 Jun 2014 14:19:47 -  1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/dnspython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.83 
2014/06/17 14:48:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.84 
2014/06/22 14:19:47 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  dnspython-1.11.1.ebuild:
+  ia64 stable wrt bug #513558
 
   17 Jun 2014; Jeroen Roovers  dnspython-1.11.1.ebuild:
   Stable for HPPA (bug #513558).






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-20080406-r8.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:21:17

  Modified: openntpd-20080406-r8.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #507846
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  net-misc/openntpd/openntpd-20080406-r8.ebuild

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

Index: openntpd-20080406-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openntpd-20080406-r8.ebuild 9 Jun 2014 10:43:05 -   1.4
+++ openntpd-20080406-r8.ebuild 22 Jun 2014 14:21:17 -  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/openntpd/openntpd-20080406-r8.ebuild,v 1.4 
2014/06/09 10:43:05 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.5 
2014/06/22 14:21:17 hattya Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
 IUSE="ssl selinux"
 
 RDEPEND="ssl? ( dev-libs/openssl )



1.116net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   9 Jun 2014 10:43:05 -   1.115
+++ ChangeLog   22 Jun 2014 14:21:17 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.115 
2014/06/09 10:43:05 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.116 
2014/06/22 14:21:17 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  openntpd-20080406-r8.ebuild:
+  ia64 stable wrt bug #507846
 
   09 Jun 2014; Chema Alonso  openntpd-20080406-r8.ebuild:
   Stable for amd64 wrt bug #507846






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

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:22:32

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #508092
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.7  net-misc/socat/socat-1.7.2.4-r1.ebuild

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

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- socat-1.7.2.4-r1.ebuild 8 Jun 2014 11:07:43 -   1.6
+++ socat-1.7.2.4-r1.ebuild 22 Jun 2014 14:22:32 -  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-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.6 2014/06/08 11:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.7 2014/06/22 14:22:32 hattya Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.140net-misc/socat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   8 Jun 2014 11:07:43 -   1.139
+++ ChangeLog   22 Jun 2014 14:22:32 -  1.140
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.139 2014/06/08 
11:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.140 2014/06/22 
14:22:32 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  socat-1.7.2.4-r1.ebuild:
+  ia64 stable wrt bug #508092
 
   08 Jun 2014; Agostino Sarubbo  socat-1.7.2.4-r1.ebuild:
   Stable for ppc, wrt bug #508092






[gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.5-r3.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:24:05

  Modified: bind-9.9.5-r3.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #506796
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  net-dns/bind/bind-9.9.5-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild?r1=1.4&r2=1.5

Index: bind-9.9.5-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bind-9.9.5-r3.ebuild14 Jun 2014 10:48:11 -  1.4
+++ bind-9.9.5-r3.ebuild22 Jun 2014 14:24:05 -  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-dns/bind/bind-9.9.5-r3.ebuild,v 1.4 
2014/06/14 10:48:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v 1.5 
2014/06/22 14:24:05 hattya Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -53,7 +53,7 @@
 
 LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql odbc postgres python rpz rrl sdb-ldap selinux ssl static-libs 
threads
 urandom xml"



1.495net-dns/bind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -r1.494 -r1.495
--- ChangeLog   14 Jun 2014 10:48:11 -  1.494
+++ ChangeLog   22 Jun 2014 14:24:05 -  1.495
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.494 2014/06/14 
10:48:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.495 2014/06/22 
14:24:05 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  bind-9.9.5-r3.ebuild:
+  ia64 stable wrt bug #506796
 
   14 Jun 2014; Pawel Hajdan jr  bind-9.9.5-r3.ebuild:
   x86 stable wrt bug #506796






[gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.9.5.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:24:33

  Modified: bind-tools-9.9.5.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #506796
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.6  net-dns/bind-tools/bind-tools-9.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild?r1=1.5&r2=1.6

Index: bind-tools-9.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bind-tools-9.9.5.ebuild 14 Jun 2014 10:47:36 -  1.5
+++ bind-tools-9.9.5.ebuild 22 Jun 2014 14:24:33 -  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/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v 1.5 
2014/06/14 10:47:36 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v 1.6 
2014/06/22 14:24:33 hattya Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 readline ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



1.265net-dns/bind-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.265&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.265&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog   14 Jun 2014 10:47:36 -  1.264
+++ ChangeLog   22 Jun 2014 14:24:33 -  1.265
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.264 
2014/06/14 10:47:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.265 
2014/06/22 14:24:33 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  bind-tools-9.9.5.ebuild:
+  ia64 stable wrt bug #506796
 
   14 Jun 2014; Pawel Hajdan jr  bind-tools-9.9.5.ebuild:
   x86 stable wrt bug #506796






[gentoo-commits] gentoo-x86 commit in x11-misc/xdg-user-dirs-gtk: xdg-user-dirs-gtk-0.10.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:32:45

  Modified: xdg-user-dirs-gtk-0.10.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #506826
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.7  x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild?r1=1.6&r2=1.7

Index: xdg-user-dirs-gtk-0.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdg-user-dirs-gtk-0.10.ebuild   14 Jun 2014 10:53:37 -  1.6
+++ xdg-user-dirs-gtk-0.10.ebuild   22 Jun 2014 14:32:45 -  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/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild,v
 1.6 2014/06/14 10:53:37 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild,v
 1.7 2014/06/22 14:32:45 hattya Exp $
 
 EAPI=5
 inherit gnome.org readme.gentoo
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.33 x11-misc/xdg-user-dirs-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   14 Jun 2014 10:53:37 -  1.32
+++ ChangeLog   22 Jun 2014 14:32:45 -  1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdg-user-dirs-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog,v 1.32 
2014/06/14 10:53:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-user-dirs-gtk/ChangeLog,v 1.33 
2014/06/22 14:32:45 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori 
+  xdg-user-dirs-gtk-0.10.ebuild:
+  ia64 stable wrt bug #506826
 
   14 Jun 2014; Pawel Hajdan jr 
   xdg-user-dirs-gtk-0.10.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.9.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:34:22

  Modified: keepalived-1.2.9.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #507872
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.3  sys-cluster/keepalived/keepalived-1.2.9.ebuild

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

Index: keepalived-1.2.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keepalived-1.2.9.ebuild 4 Jun 2014 23:36:34 -   1.2
+++ keepalived-1.2.9.ebuild 22 Jun 2014 14:34: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/sys-cluster/keepalived/keepalived-1.2.9.ebuild,v 1.2 
2014/06/04 23:36:34 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.9.ebuild,v 1.3 
2014/06/22 14:34:22 hattya Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="debug ipv6 snmp"
 
 RDEPEND="dev-libs/popt



1.108sys-cluster/keepalived/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.108&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.108&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   4 Jun 2014 23:36:34 -   1.107
+++ ChangeLog   22 Jun 2014 14:34:22 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/keepalived
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.107 
2014/06/04 23:36:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.108 
2014/06/22 14:34:22 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  keepalived-1.2.9.ebuild:
+  ia64 stable wrt bug #507872
 
   04 Jun 2014; Jeroen Roovers  keepalived-1.2.9.ebuild:
   Stable for HPPA (bug #507872).
@@ -491,4 +494,3 @@
 
   24 Feb 2003; Zach Welch  keepalived-1.0.0.ebuild 
files/digest-keepalived-1.0.0 :
   New ebuild from bug 15706; Brett Simpson 
-






[gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel-next: genkernel-next-35.ebuild ChangeLog

2014-06-22 Thread Tobias Klausmann (klausman)
klausman14/06/22 14:35:06

  Modified: genkernel-next-35.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #485234
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.6  sys-kernel/genkernel-next/genkernel-next-35.ebuild

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

Index: genkernel-next-35.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-35.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- genkernel-next-35.ebuild18 Jan 2014 19:27:08 -  1.5
+++ genkernel-next-35.ebuild22 Jun 2014 14:35:06 -  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/sys-kernel/genkernel-next/genkernel-next-35.ebuild,v 
1.5 2014/01/18 19:27:08 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-35.ebuild,v 
1.6 2014/06/22 14:35:06 klausman Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 if [[ "${PV}" == "" ]]; then
KEYWORDS=""
 else
-   KEYWORDS="amd64 ~arm ia64 x86"
+   KEYWORDS="~alpha amd64 ~arm ia64 x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"



1.41 sys-kernel/genkernel-next/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   25 May 2014 10:00:08 -  1.40
+++ ChangeLog   22 Jun 2014 14:35:06 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/genkernel-next
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.40 
2014/05/25 10:00:08 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.41 
2014/06/22 14:35:06 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann  genkernel-next-35.ebuild:
+  Keyworded on alpha, bug #485234
 
 *genkernel-next-57 (25 May 2014)
 






[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-0.8.11.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:36:03

  Modified: libav-0.8.11.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #504584
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.8  media-video/libav/libav-0.8.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.11.ebuild?r1=1.7&r2=1.8

Index: libav-0.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libav-0.8.11.ebuild 17 Jun 2014 16:07:20 -  1.7
+++ libav-0.8.11.ebuild 22 Jun 2014 14:36:03 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v 1.7 
2014/06/17 16:07:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.11.ebuild,v 1.8 
2014/06/22 14:36:03 hattya Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 LICENSE="LGPL-2.1 gpl? ( GPL-3 )"
 SLOT="0/0.8"
 [[ ${PV} == * ]] || \
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 IUSE="+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cdio cpudetection
  custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm



1.196media-video/libav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.196&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.196&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   20 Jun 2014 18:48:43 -  1.195
+++ ChangeLog   22 Jun 2014 14:36:03 -  1.196
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/libav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.195 
2014/06/20 18:48:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.196 
2014/06/22 14:36:03 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  libav-0.8.11.ebuild:
+  ia64 stable wrt bug #504584
 
   20 Jun 2014; Jeroen Roovers  libav-9.13.ebuild:
   Stable for HPPA (bug #512024).






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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 14:36:31 2014 +

New branch: master




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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 14:37:02 2014 +

New branch: master




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

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:37:59

  Modified: freetype-2.5.3-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #504088
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.9  media-libs/freetype/freetype-2.5.3-r1.ebuild

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

Index: freetype-2.5.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- freetype-2.5.3-r1.ebuild18 Jun 2014 19:29:34 -  1.8
+++ freetype-2.5.3-r1.ebuild22 Jun 2014 14:37:58 -  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-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.8 
2014/06/18 19:29:34 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.9 
2014/06/22 14:37:58 hattya Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( FTL GPL-2+ )"
 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 ~x86-interix ~amd64-linux ~arm-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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="X +adobe-cff auto-hinter bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
 REQUIRED_USE="harfbuzz? ( auto-hinter )"



1.399media-libs/freetype/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.399&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.399&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.398&r2=1.399

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- ChangeLog   18 Jun 2014 19:29:34 -  1.398
+++ ChangeLog   22 Jun 2014 14:37:58 -  1.399
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/freetype
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.398 
2014/06/18 19:29:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.399 
2014/06/22 14:37:58 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori  freetype-2.5.3-r1.ebuild:
+  ia64 stable wrt bug #504088
 
   18 Jun 2014; Michał Górny  freetype-2.5.0.1.ebuild,
   freetype-2.5.3-r1.ebuild, freetype-2.5.3.ebuild:






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

2014-06-22 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis  gentoo  org>
CommitDate: Sun Jun 22 14:38:54 2014 +

New branch: master




  1   2   3   >