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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 05:59:26

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

Revision  ChangesPath
1.427app-editors/gvim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- ChangeLog   1 May 2014 09:07:12 -   1.426
+++ ChangeLog   16 Jun 2014 05:59:26 -  1.427
@@ -1,6 +1,11 @@
 # 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.426 
2014/05/01 09:07:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.427 
2014/06/16 05:59:26 radhermit Exp $
+
+*gvim-7.4.326 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +gvim-7.4.326.ebuild:
+  Version bump.
 
 *gvim-7.4.273 (01 May 2014)
 



1.1  app-editors/gvim/gvim-7.4.326.ebuild

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

Index: gvim-7.4.326.ebuild
===
# 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.326.ebuild,v 1.1 
2014/06/16 05:59:26 radhermit Exp $

EAPI=5
VIM_VERSION=7.4
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
prefix python-single-r1

if [[ ${PV} == * ]] ; then
inherit mercurial
EHG_REPO_URI=https://vim.googlecode.com/hg/;
EHG_PROJECT=vim
else
VIM_ORG_PATCHES=vim-patches-${PV}.patch.bz2

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
fi

DESCRIPTION=GUI version of the Vim text editor
HOMEPAGE=http://www.vim.org/;

SLOT=0
LICENSE=vim
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session tcl
REQUIRED_USE=
python? ( ${PYTHON_REQUIRED_USE} )
luajit? ( lua )


RDEPEND=
~app-editors/vim-core-${PV}
=app-admin/eselect-vi-1.1
=sys-libs/ncurses-5.2-r2
x11-libs/libXext
x11-libs/libXt
acl? ( kernel_linux? ( sys-apps/acl ) )
!aqua? (
gtk? (
=x11-libs/gtk+-2.6:2
x11-libs/libXft
gnome? ( =gnome-base/libgnomeui-2.6 )
)
!gtk? (
motif? ( =x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )
!neXt? ( x11-libs/libXaw )
)
)
)
cscope? ( dev-util/cscope )
lua? (
luajit? ( dev-lang/luajit )
!luajit? ( dev-lang/lua[deprecated] )
)
nls? ( virtual/libintl )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 
dev-lang/ruby:1.8 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl )

DEPEND=${RDEPEND}
=app-admin/eselect-vi-1.1
dev-util/ctags
sys-devel/autoconf
virtual/pkgconfig
nls? ( sys-devel/gettext )


S=${WORKDIR}/vim${VIM_VERSION/.}

pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE=C

# Gnome sandbox silliness. bug #114475.
mkdir -p ${T}/home
export HOME=${T}/home

use python  python-single-r1_pkg_setup
}

src_prepare() {
if [[ ${PV} != * ]] ; then
if [[ -f ${WORKDIR}/${VIM_ORG_PATCHES%.bz2} ]] ; then
# Apply any patches available from vim.org for this 
version
epatch 

[gentoo-commits] gentoo-x86 commit in dev-python/ssl-fetch: ssl-fetch-0.2.ebuild ChangeLog ssl-fetch-9999.ebuild

2014-06-16 Thread Brian Dolbec (dolsen)
dolsen  14/06/16 05:59:26

  Modified: ssl-fetch-0.2.ebuild ChangeLog
ssl-fetch-.ebuild
  Log:
  Add pypy compatibility
  
  (Portage version: 2.2.10_p37/cvs/Linux x86_64, signed Manifest commit with 
key 0x65E309F2189DB0B8)

Revision  ChangesPath
1.4  dev-python/ssl-fetch/ssl-fetch-0.2.ebuild

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

Index: ssl-fetch-0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ssl-fetch-0.2.ebuild15 Jun 2014 14:50:35 -  1.3
+++ ssl-fetch-0.2.ebuild16 Jun 2014 05:59:26 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 
1.3 2014/06/15 14:50:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 
1.4 2014/06/16 05:59:26 dolsen Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.10 dev-python/ssl-fetch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 Jun 2014 14:50:35 -  1.9
+++ ChangeLog   16 Jun 2014 05:59:26 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/ssl-fetch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.9 
2014/06/15 14:50:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.10 
2014/06/16 05:59:26 dolsen Exp $
+
+  16 Jun 2014; Brian Dolbec dol...@gentoo.org ssl-fetch-0.2.ebuild,
+  ssl-fetch-.ebuild:
+  Add pypy compatibility.
 
   15 Jun 2014; Jeroen Roovers j...@gentoo.org ssl-fetch-0.2.ebuild:
   Stable for HPPA (bug #513278).



1.5  dev-python/ssl-fetch/ssl-fetch-.ebuild

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

Index: ssl-fetch-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ssl-fetch-.ebuild   7 May 2014 23:33:07 -   1.4
+++ ssl-fetch-.ebuild   16 Jun 2014 05:59:26 -  1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-.ebuild,v 1.4 
2014/05/07 23:33:07 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-.ebuild,v 1.5 
2014/06/16 05:59:26 dolsen Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4} pypy)
 
 EGIT_BRANCH=master
 






[gentoo-commits] gentoo-x86 commit in app-benchmarks/cpuburn/files: 01-variables.patch

2014-06-16 Thread Justin Lecher (jlec)
jlec14/06/16 06:10:02

  Added:01-variables.patch
  Log:
  app-benchmarks/cpuburn: Drop old; drop unnecessary emul-linux dep, #492962; 
add patch from debian fixing variable declaration
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  app-benchmarks/cpuburn/files/01-variables.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/files/01-variables.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/files/01-variables.patch?rev=1.1content-type=text/plain

Index: 01-variables.patch
===
--- cpuburn-1.4a.orig/burnK7.S
+++ cpuburn-1.4a/burnK7.S
@@ -74,6 +74,7 @@ int_exit:
push%eax
int $0x80
 #endif
+.data  # Data allocation
 .align 32,0
.fill 64
 half:  .long 0x7fff,0
--- cpuburn-1.4a.orig/burnP5.S
+++ cpuburn-1.4a/burnP5.S
@@ -77,6 +77,7 @@ crunch:
 #else
int $0x80
 #endif
+.data  # Data allocation
 .align 32,0
 half:  .long 0x,0x3fdf
 one:   .long 0x,0x3fef
--- cpuburn-1.4a.orig/burnP6.S
+++ cpuburn-1.4a/burnP6.S
@@ -69,6 +69,7 @@ int_exit: # error abort
push%eax# *BSD syscall
int $0x80
 #endif
+.data  # Data allocation
 .align 32,0
 half:  .long 0x7fff,0
 e: .long 0x,0x3fdf
--- cpuburn-1.4a.orig/burnK6.S
+++ cpuburn-1.4a/burnK6.S
@@ -68,6 +68,7 @@ int_exit:
push%eax
int $0x80
 #endif
+.data  # Data allocation
 .align 32,0
 half:  .long 0x7fff,0
 e: .long 0x,0x3fdf






[gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: mkvtoolnix-7.0.0.ebuild ChangeLog

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

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

Revision  ChangesPath
1.203media-video/mkvtoolnix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   28 Apr 2014 19:48:01 -  1.202
+++ ChangeLog   16 Jun 2014 06:12:21 -  1.203
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mkvtoolnix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.202 
2014/04/28 19:48:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.203 
2014/06/16 06:12:21 radhermit Exp $
+
+*mkvtoolnix-7.0.0 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +mkvtoolnix-7.0.0.ebuild:
+  Version bump.
 
   28 Apr 2014; Tim Harder radher...@gentoo.org mkvtoolnix-6.9.1.ebuild:
   Add sys-devel/gettext to DEPEND (bug #508966) and drop ruby-ng eclass usage



1.1  media-video/mkvtoolnix/mkvtoolnix-7.0.0.ebuild

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

Index: mkvtoolnix-7.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-video/mkvtoolnix/mkvtoolnix-7.0.0.ebuild,v 1.1 
2014/06/16 06:12:21 radhermit Exp $

EAPI=5
WX_GTK_VER=3.0
inherit eutils multilib toolchain-funcs versionator wxwidgets multiprocessing 
autotools

DESCRIPTION=Tools to create, alter, and inspect Matroska files
HOMEPAGE=http://www.bunkus.org/videotools/mkvtoolnix;
SRC_URI=http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=debug pch qt5 wxwidgets

ruby_atom() {
local ruby_slot=${1/ruby/}
ruby_slot=${ruby_slot:0:1}.${ruby_slot:1:2}
echo dev-lang/ruby:${ruby_slot}
}

# hacks to avoid using the ruby eclasses since this requires something similar
# to the python-any-r1 eclass for ruby which currently doesn't exist
RUBY_IMPLS=( ruby19 ruby20 ruby21 )
RUBY_BDEPS=$(for ruby_impl in ${RUBY_IMPLS[@]}; do echo $(ruby_atom 
${ruby_impl}); done)

RDEPEND=
=dev-libs/libebml-1.3.0:=
=media-libs/libmatroska-1.4.1:=
=dev-libs/boost-1.46.0:=
dev-libs/pugixml
media-libs/flac
media-libs/libogg
media-libs/libvorbis
sys-apps/file
=sys-devel/gcc-4.6
sys-libs/zlib
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
)
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )

DEPEND=${RDEPEND}
|| ( ${RUBY_BDEPS} )
sys-devel/gettext
virtual/pkgconfig


pkg_pretend() {
# http://bugs.gentoo.org/419257
local ver=4.6
local msg=You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support.
if ! version_is_at_least ${ver} $(gcc-version); then
eerror ${msg}
die ${msg}
fi
}

src_prepare() {
local ruby_impl
for ruby_impl in ${RUBY_IMPLS[@]}; do
if has_version $(ruby_atom ${ruby_impl}); then
export RUBY=${ruby_impl}
break
fi
done

[[ -z ${RUBY} ]]  die No available ruby implementations to build 
with

epatch ${FILESDIR}/${PN}-5.8.0-system-pugixml.patch \
${FILESDIR}/${PN}-5.8.0-boost-configure.patch
eautoreconf
}

src_configure() {
local myconf

if use wxwidgets ; then
need-wxwidgets unicode
myconf=--with-wx-config=${WX_CONFIG}
fi

econf \
$(use_enable debug) \
$(use_enable qt5 qt) \
$(use_enable wxwidgets) \
$(usex pch  --disable-precompiled-headers) \
${myconf} \
--disable-optimization \
--docdir=${EPREFIX}/usr/share/doc/${PF} \

[gentoo-commits] gentoo-x86 commit in games-puzzle/scramble: scramble-0.9.5.ebuild ChangeLog

2014-06-16 Thread Michael Sterrett (mr_bones_)
mr_bones_14/06/16 06:16:17

  Modified: scramble-0.9.5.ebuild ChangeLog
  Log:
  EAPI=5; fix build (bug #513412)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-puzzle/scramble/scramble-0.9.5.ebuild

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

Index: scramble-0.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scramble-0.9.5.ebuild   26 Apr 2007 07:20:11 -  1.2
+++ scramble-0.9.5.ebuild   16 Jun 2014 06:16:17 -  1.3
@@ -1,8 +1,9 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.2 
2007/04/26 07:20:11 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.3 
2014/06/16 06:16:17 mr_bones_ Exp $
 
-inherit games
+EAPI=5
+inherit autotools flag-o-matic games
 
 DESCRIPTION=Create as many words as you can before the time runs out
 HOMEPAGE=http://www.shiftygames.com/scramble/scramble.html;
@@ -13,14 +14,19 @@
 KEYWORDS=~amd64 ~ppc x86
 IUSE=
 
-DEPEND==media-libs/libsdl-1.2
-   =media-libs/sdl-mixer-1.2
-   =media-libs/sdl-image-1.2
+DEPEND==media-libs/libsdl-1.2[sound,video]
+   =media-libs/sdl-mixer-1.2[vorbis]
+   =media-libs/sdl-image-1.2[png]
media-libs/sdl-ttf
 RDEPEND=${DEPEND}
sys-apps/miscfiles
 
+src_prepare() {
+   append-cflags $(sdl-config --cflags)
+   eautoreconf
+}
+
 src_install() {
-   emake DESTDIR=${D} install || die emake install failed
+   default
prepgamesdirs
 }



1.10 games-puzzle/scramble/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   8 Feb 2007 21:19:10 -   1.9
+++ ChangeLog   16 Jun 2014 06:16:17 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/scramble
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v 1.9 
2007/02/08 21:19:10 wolf31o2 Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v 1.10 
2014/06/16 06:16:17 mr_bones_ Exp $
+
+  16 Jun 2014; Michael Sterrett mr_bon...@gentoo.org scramble-0.9.5.ebuild:
+  EAPI=5; fix build (bug #513412)
 
   08 Feb 2007; Chris Gianelloni wolf3...@gentoo.org ChangeLog:
   Regenerate digest in Manifest2 format.
@@ -36,4 +39,3 @@
   05 Mar 2004; Michael Sterrett mr_bon...@gentoo.org metadata.xml,
   scramble-0.7.ebuild:
   initial commit
-






[gentoo-commits] gentoo-x86 commit in net-libs/ldns: metadata.xml ChangeLog ldns-1.6.17.ebuild

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 06:19:28

  Modified: metadata.xml ChangeLog
  Added:ldns-1.6.17.ebuild
  Log:
  Version bump, add dane use flag.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.8  net-libs/ldns/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml11 Dec 2013 14:40:26 -  1.7
+++ metadata.xml16 Jun 2014 06:19:28 -  1.8
@@ -12,7 +12,8 @@
   packets.
   /longdescription
   use
-flag name='gost'Enable GOST support/flag
+flag name='dane'Enable DNS-based Authentication of Named Entities (DANE) 
support/flag
 flag name='ecdsa'Enable ECDSA support/flag
+flag name='gost'Enable GOST support/flag
   /use
 /pkgmetadata



1.58 net-libs/ldns/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   13 May 2014 06:18:49 -  1.57
+++ ChangeLog   16 Jun 2014 06:19:28 -  1.58
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/ldns
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.57 2014/05/13 
06:18:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.58 2014/06/16 
06:19:28 radhermit Exp $
+
+*ldns-1.6.17 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +ldns-1.6.17.ebuild,
+  metadata.xml:
+  Version bump, add dane use flag.
 
 *ldns-1.6.16-r1 (13 May 2014)
 



1.1  net-libs/ldns/ldns-1.6.17.ebuild

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

Index: ldns-1.6.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.1 
2014/06/16 06:19:28 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit eutils multilib-minimal python-single-r1

DESCRIPTION=a library with the aim to simplify DNS programming in C
HOMEPAGE=http://www.nlnetlabs.nl/projects/ldns/;
SRC_URI=http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris
IUSE=dane doc +ecdsa gost python +ssl static-libs vim-syntax

# configure will die if ecdsa is enabled and ssl is not
REQUIRED_USE=ecdsa? ( ssl )

RDEPEND=
dane? ( =dev-libs/openssl-1:0[${MULTILIB_USEDEP}] )
ecdsa? ( =dev-libs/openssl-1.0.1c:0[-bindist,${MULTILIB_USEDEP}] )
gost? ( =dev-libs/openssl-1:0[${MULTILIB_USEDEP}] )
ssl? ( =dev-libs/openssl-0.9.7:0[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
python? ( dev-lang/swig )
doc? ( app-doc/doxygen )


RESTRICT=test # 1.6.9 has no test directory

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

pkg_setup() {
use python  python-single-r1_pkg_setup
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \
$(use_enable ssl sha2) \
$(use_enable gost) \
$(use_enable ecdsa) \
$(use_enable dane) \
$(use_with ssl ssl ${EPREFIX}/usr) \
$(multilib_native_use_with python pyldns) \
$(multilib_native_use_with python pyldnsx) \
--without-drill \
--without-examples \
--disable-rpath
}

multilib_src_compile() {
default

if multilib_is_native_abi  use doc ; then
emake doxygen
fi
}

multilib_src_install() {
default

if multilib_is_native_abi  use doc ; then
dohtml -r doc/html/.

[gentoo-commits] gentoo-x86 commit in net-dns/ldns-utils: metadata.xml ChangeLog ldns-utils-1.6.17.ebuild

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 06:25:48

  Modified: metadata.xml ChangeLog
  Added:ldns-utils-1.6.17.ebuild
  Log:
  Version bump, add dane use flag.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.7  net-dns/ldns-utils/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/metadata.xml?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/metadata.xml?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/metadata.xml?r1=1.6r2=1.7

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/ldns-utils/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml3 Feb 2013 21:05:18 -   1.6
+++ metadata.xml16 Jun 2014 06:25:47 -  1.7
@@ -12,7 +12,8 @@
   packets.
   /longdescription
   use
-flag name='gost'Enable GOST support/flag
+flag name='dane'Enable DNS-based Authentication of Named Entities (DANE) 
support/flag
 flag name='ecdsa'Enable ECDSA support/flag
+flag name='gost'Enable GOST support/flag
   /use
 /pkgmetadata



1.27 net-dns/ldns-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/ldns-utils/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/ldns-utils/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   11 Dec 2013 15:35:33 -  1.26
+++ ChangeLog   16 Jun 2014 06:25:47 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-dns/ldns-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ldns-utils/ChangeLog,v 1.26 
2013/12/11 15:35:33 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ldns-utils/ChangeLog,v 1.27 
2014/06/16 06:25:47 radhermit Exp $
+
+*ldns-utils-1.6.17 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +ldns-utils-1.6.17.ebuild,
+  metadata.xml:
+  Version bump, add dane use flag.
 
   11 Dec 2013; Jeroen Roovers j...@gentoo.org ldns-utils-1.6.16.ebuild:
   Stable for HPPA too.



1.1  net-dns/ldns-utils/ldns-utils-1.6.17.ebuild

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

Index: ldns-utils-1.6.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/ldns-utils/ldns-utils-1.6.17.ebuild,v 1.1 
2014/06/16 06:25:47 radhermit Exp $

EAPI=5

MY_P=${P/-utils}

DESCRIPTION=Set of utilities to simplify various dns(sec) tasks.
HOMEPAGE=http://www.nlnetlabs.nl/projects/ldns/;
SRC_URI=http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86
IUSE=dane ecdsa examples gost ssl

DEPEND==net-libs/ldns-${PV}[dane?,ecdsa?,gost?,ssl?]
examples? ( net-libs/libpcap )
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_configure() {
cd ${S}/drill
econf $(use_with ssl)

if use examples; then
cd ${S}/examples
econf \
$(use_enable dane) \
$(use_enable ecdsa) \
$(use_enable gost) \
$(use_enable ssl sha2) \
$(use_with ssl)
fi
}

src_compile() {
emake -C drill
if use examples; then
emake -C examples
fi
}

src_install() {
cd ${S}/drill
emake DESTDIR=${D} install
dodoc ChangeLog.22-nov-2005 README REGRESSIONS

if use examples; then
cd ${S}/examples
emake DESTDIR=${D} install
newdoc README README.examples
fi
}






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 06:38:09

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   6 Jun 2014 06:12:59 -   1.43
+++ ChangeLog   16 Jun 2014 06:38:08 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gimp-gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.43 
2014/06/06 06:12:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.44 
2014/06/16 06:38:08 radhermit Exp $
+
+*gimp-gmic-1.5.9.2 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +gimp-gmic-1.5.9.2.ebuild:
+  Version bump.
 
 *gimp-gmic-1.5.9.1 (06 Jun 2014)
 



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

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

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

EAPI=5

inherit eutils toolchain-funcs

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

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

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

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

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

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

src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe gmic_gimp
dodoc ../README
}

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






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 06:37:59

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

Revision  ChangesPath
1.50 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   6 Jun 2014 06:16:39 -   1.49
+++ ChangeLog   16 Jun 2014 06:37:59 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.49 2014/06/06 
06:16:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.50 2014/06/16 
06:37:59 radhermit Exp $
+
+*gmic-1.5.9.2 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +gmic-1.5.9.2.ebuild:
+  Version bump.
 
 *gmic-1.5.9.1 (06 Jun 2014)
 



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

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

Index: gmic-1.5.9.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.9.2.ebuild,v 1.1 
2014/06/16 06:37:59 radhermit Exp $

EAPI=5

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

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

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

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

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

src_prepare() {
epatch ${FILESDIR}/${PN}-1.5.9.1-makefile.patch
epatch ${FILESDIR}/${PN}-1.5.8.2-ffmpeg.patch

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

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

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

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

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

src_install() {
dobin gmic
newlib.so libgmic.so libgmic.so.1

insinto /usr/include
doins gmic.h

doman ../man/gmic.1.gz
dodoc ../README

newbashcomp ../resources/gmic_bashcompletion.sh ${PN}
}






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

2014-06-16 Thread Mike Frysinger (vapier)
vapier  14/06/16 06:45:58

  Modified: ChangeLog man-pages-3.67.ebuild
  Log:
  Stabilize for all.

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   11 Jun 2014 06:40:31 -  1.219
+++ ChangeLog   16 Jun 2014 06:45:58 -  1.220
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.219 
2014/06/11 06:40:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.220 
2014/06/16 06:45:58 vapier Exp $
+
+  16 Jun 2014; Mike Frysinger vap...@gentoo.org man-pages-3.67.ebuild:
+  Stabilize for all.
 
 *man-pages-3.68 (11 Jun 2014)
 



1.2  sys-apps/man-pages/man-pages-3.67.ebuild

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

Index: man-pages-3.67.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.67.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-pages-3.67.ebuild   24 May 2014 17:06:14 -  1.1
+++ man-pages-3.67.ebuild   16 Jun 2014 06:45:58 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.67.ebuild,v 
1.1 2014/05/24 17:06:14 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.67.ebuild,v 
1.2 2014/06/16 06:45:58 vapier Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=man-pages GPL-2+ BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
 IUSE_LINGUAS= da de fr it ja nl pl ro ru zh_CN
 IUSE=nls ${IUSE_LINGUAS// / linguas_}
 RESTRICT=binchecks






[gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.4.ebuild ChangeLog

2014-06-16 Thread Mike Frysinger (vapier)
vapier  14/06/16 06:45:56

  Modified: ChangeLog
  Added:nano-2.3.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.310app-editors/nano/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   10 Jun 2014 01:09:53 -  1.309
+++ ChangeLog   16 Jun 2014 06:45:56 -  1.310
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.309 
2014/06/10 01:09:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.310 
2014/06/16 06:45:56 vapier Exp $
+
+*nano-2.3.4 (16 Jun 2014)
+
+  16 Jun 2014; Mike Frysinger vap...@gentoo.org +nano-2.3.4.ebuild:
+  Version bump.
 
   10 Jun 2014; Mike Frysinger vap...@gentoo.org nano-2.3.3.ebuild:
   Fix clean up of /trash #512524 by Yi Yang.



1.1  app-editors/nano/nano-2.3.4.ebuild

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

Index: nano-2.3.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.4.ebuild,v 1.1 
2014/06/16 06:45:56 vapier Exp $

EAPI=4

inherit eutils
if [[ ${PV} ==  ]] ; then
ESVN_REPO_URI=svn://svn.savannah.gnu.org/nano/trunk/nano
inherit subversion autotools
else
MY_P=${PN}-${PV/_}
SRC_URI=http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz;
fi

DESCRIPTION=GNU GPL'd Pico clone with more functionality
HOMEPAGE=http://www.nano-editor.org/ 
http://www.gentoo.org/doc/en/nano-basics-guide.xml;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=debug justify +magic minimal ncurses nls slang +spell unicode

RDEPEND==sys-libs/ncurses-5.9-r1[unicode?]
magic? ( sys-apps/file )
nls? ( virtual/libintl )
!ncurses? ( slang? ( sys-libs/slang ) )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig

src_prepare() {
epatch_user
}

src_configure() {
eval export ac_cv_{header_magic_h,lib_magic_magic_open}=$(usex magic)
local myconf=()
case ${CHOST} in
*-gnu*|*-uclibc*) myconf+=( --with-wordbounds ) ;; #467848
esac
econf \
--bindir=${EPREFIX}/bin \
--htmldir=/trash \
$(use_enable !minimal color) \
$(use_enable !minimal multibuffer) \
$(use_enable !minimal nanorc) \
--disable-wrapping-as-root \
$(use_enable spell speller) \
$(use_enable justify) \
$(use_enable debug) \
$(use_enable nls) \
$(use_enable unicode utf8) \
$(use_enable minimal tiny) \
$(usex ncurses --without-slang $(use_with slang)) \
${myconf[@]}
}

src_install() {
default
rm -rf ${D}/trash

dodoc doc/nanorc.sample
dohtml doc/faq.html
insinto /etc
newins doc/nanorc.sample nanorc
if ! use minimal ; then
# Enable colorization by default.
sed -i \
-e '/^# include /s:# *::' \
${ED}/etc/nanorc || die
fi

dodir /usr/bin
dosym /bin/nano /usr/bin/nano
}






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

2014-06-16 Thread Mike Frysinger (vapier)
vapier  14/06/16 06:46:24

  Modified: ChangeLog
  Added:man-pages-3.69.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   16 Jun 2014 06:45:58 -  1.220
+++ ChangeLog   16 Jun 2014 06:46:24 -  1.221
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.220 
2014/06/16 06:45:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.221 
2014/06/16 06:46:24 vapier Exp $
+
+*man-pages-3.69 (16 Jun 2014)
+
+  16 Jun 2014; Mike Frysinger vap...@gentoo.org +man-pages-3.69.ebuild:
+  Version bump.
 
   16 Jun 2014; Mike Frysinger vap...@gentoo.org man-pages-3.67.ebuild:
   Stabilize for all.



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

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

Index: man-pages-3.69.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.69.ebuild,v 
1.1 2014/06/16 06:46:24 vapier Exp $

EAPI=4

GENTOO_PATCH=2

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

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

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

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

src_configure() { :; }

src_compile() { :; }

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

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






[gentoo-commits] gentoo-x86 commit in dev-lua/lpeg: ChangeLog lpeg-0.12.ebuild

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 06:50:46

  Modified: ChangeLog lpeg-0.12.ebuild
  Log:
  Use pkgconfig to determine lua C modules directory (bug #503990).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.6  dev-lua/lpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Mar 2014 20:34:04 -   1.5
+++ ChangeLog   16 Jun 2014 06:50:46 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lua/lpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.5 2014/03/04 
20:34:04 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.6 2014/06/16 
06:50:46 radhermit Exp $
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org lpeg-0.12.ebuild:
+  Use pkgconfig to determine lua C modules directory (bug #503990).
 
   04 Mar 2014; Vicente Olivert Riera vinc...@gentoo.org lpeg-0.12.ebuild:
   Add ~mips keyword.



1.6  dev-lua/lpeg/lpeg-0.12.ebuild

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

Index: lpeg-0.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lpeg-0.12.ebuild4 Mar 2014 20:34:04 -   1.5
+++ lpeg-0.12.ebuild16 Jun 2014 06:50:46 -  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/dev-lua/lpeg/lpeg-0.12.ebuild,v 1.5 
2014/03/04 20:34:04 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.ebuild,v 1.6 
2014/06/16 06:50:46 radhermit Exp $
 
 EAPI=5
 
@@ -16,7 +16,8 @@
 IUSE=debug doc
 
 RDEPEND==dev-lang/lua-5.1
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   virtual/pkgconfig
 
 src_prepare() {
epatch ${FILESDIR}/${P}-makefile.patch
@@ -32,7 +33,7 @@
 }
 
 src_install() {
-   exeinto /usr/$(get_libdir)/lua/5.1
+   exeinto $(pkg-config --variable INSTALL_CMOD lua)
doexe lpeg.so
 
dodoc HISTORY






[gentoo-commits] gentoo-x86 commit in dev-util/lcov: lcov-1.11.ebuild ChangeLog

2014-06-16 Thread Mike Frysinger (vapier)
vapier  14/06/16 07:28:50

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

Revision  ChangesPath
1.20 dev-util/lcov/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   10 Jun 2014 00:29:17 -  1.19
+++ ChangeLog   16 Jun 2014 07:28:50 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/lcov
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.19 2014/06/10 
00:29:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.20 2014/06/16 
07:28:50 vapier Exp $
+
+*lcov-1.11 (16 Jun 2014)
+
+  16 Jun 2014; Mike Frysinger vap...@gentoo.org +lcov-1.11.ebuild:
+  Version bump.
 
   10 Jun 2014; Mike Frysinger vap...@gentoo.org lcov-1.10.ebuild:
   Add arm64/m68k/s390/sh love.



1.1  dev-util/lcov/lcov-1.11.ebuild

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

Index: lcov-1.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.11.ebuild,v 1.1 
2014/06/16 07:28:50 vapier Exp $

EAPI=4

inherit eutils

DESCRIPTION=A graphical front-end for GCC's coverage testing tool gcov
HOMEPAGE=http://ltp.sourceforge.net/coverage/lcov.php;
SRC_URI=mirror://sourceforge/ltp/${P}.tar.gz

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

DEPEND=
RDEPEND==dev-lang/perl-5
dev-perl/GD[png]

src_compile() { :; }

src_install() {
emake PREFIX=${ED} install
}






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:46:39

  Modified: ChangeLog
  Added:gmic-1.5.9.2-r1.ebuild
  Log:
  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option 
is full respected for all linked libs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.51 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   16 Jun 2014 06:37:59 -  1.50
+++ ChangeLog   16 Jun 2014 07:46:39 -  1.51
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.50 2014/06/16 
06:37:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.51 2014/06/16 
07:46:39 radhermit Exp $
+
+*gmic-1.5.9.2-r1 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +gmic-1.5.9.2-r1.ebuild,
+  +files/gmic-1.5.9.2-makefile.patch:
+  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option
+  is full respected for all linked libs.
 
 *gmic-1.5.9.2 (16 Jun 2014)
 



1.1  media-gfx/gmic/gmic-1.5.9.2-r1.ebuild

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

Index: gmic-1.5.9.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.9.2-r1.ebuild,v 1.1 
2014/06/16 07:46:39 radhermit Exp $

EAPI=5

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

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

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

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

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

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

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

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

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

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

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

src_install() {
dobin gmic
newlib.so libgmic.so libgmic.so.1

insinto /usr/include
doins gmic.h

doman ../man/gmic.1.gz
dodoc ../README

newbashcomp ../resources/gmic_bashcompletion.sh ${PN}
}






[gentoo-commits] gentoo-x86 commit in media-gfx/gmic/files: gmic-1.5.9.2-makefile.patch

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:46:39

  Added:gmic-1.5.9.2-makefile.patch
  Log:
  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option 
is full respected for all linked libs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-gfx/gmic/files/gmic-1.5.9.2-makefile.patch

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

Index: gmic-1.5.9.2-makefile.patch
===
--- gmic-1.5.9.2/src/Makefile
+++ gmic-1.5.9.2/src/Makefile
@@ -77,10 +77,9 @@
 
 # Flags that are mandatory to compile 'gmic'.
 MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
 ifeq ($(CC),g++)
 MANDATORY_CFLAGS += -Wall -W
-MANDATORY_LDFLAGS += -lm
+MANDATORY_LIBS = -lm
 endif
 MANDATORY_CFLAGS+=$(IS_BETA_CFLAGS)
 ifeq ($(OS),Unix)
@@ -108,7 +107,7 @@
 ifneq ($(OS),Darwin)
 PARALLEL_CFLAGS = -Dgmic_is_parallel
 ifneq ($(OSTYPE),msys)
-PARALLEL_LDFLAGS = -lpthread
+PARALLEL_LIBS = -lpthread
 endif
 endif
 
@@ -121,98 +120,92 @@
 # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
 # This requires the presence of the X11 include and library files.
 # (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ -I/usr/X11R6/include 
#-Dcimg_use_xrandr
-X11_LDFLAGS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ #-Dcimg_use_xrandr
+X11_LIBS = -lX11 -lpthread #-lXrandr
 
 # Flags to enable fast display, using XShm.
 # This requires the presence of the X11 extension include and library files.
 # (package 'libx11-dev' on Debian).
 XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext
+XSHM_LIBS = -lXext
 
 # Flags to enable image display, using GDI32.
 # This requires the presence of the GDI32 include and library files.
 GDI32_CFLAGS = -Dcimg_display=2 -Dcimg_appname=\\\gmic\\\
-GDI32_LDFLAGS = -lgdi32
+GDI32_LIBS = -lgdi32
 
 # Flags to enable native support for PNG image files, using the PNG library.
 # This requires the presence of the libpng include and library files.
 # (package 'libpng12-dev' on Debian).
 PNG_CFLAGS = -Dcimg_use_png
-PNG_LDFLAGS = -lpng -lz
+PNG_LIBS = -lpng -lz
 
 # Flags to enable native support for JPEG image files, using the JPEG library.
 # This requires the presence of the libjpeg include and library files.
 # (package 'libjpeg62-dev' on Debian).
 JPEG_CFLAGS = -Dcimg_use_jpeg
-JPEG_LDFLAGS = -ljpeg
+JPEG_LIBS = -ljpeg
 
 # Flags to enable native support for TIFF image files, using the TIFF library.
 # This requires the presence of the libtiff include and library files.
 # (package 'libtiff4-dev' on Debian).
 TIFF_CFLAGS = -Dcimg_use_tiff
-TIFF_LDFLAGS = -ltiff
+TIFF_LIBS = -ltiff
 
 # Flags to enable native support for MINC2 image files, using the MINC2 
library.
 # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
 # (package 'libminc-dev' on Debian).
 MINC2_CFLAGS = -Dcimg_use_minc2 -I${HOME}/local/include
-MINC2_LDFLAGS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
+MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
 
 # Flags to enable native support for various video files, using the FFMPEG 
library.
 # This requires the presence of the FFMPEG include and library files.
 # (packages 'libavcodec-dev', 'libavutil-dev', 'libavformat-dev' and 
'libswscale-dev' on Debian).
 FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS 
-I$(USR)/include/libavcodec -I$(USR)/include/libavformat 
-I$(USR)/include/libswscale -I$(USR)/include/ffmpeg
-FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale
+FFMPEG_LIBS = -lavcodec -lavformat -lavutil -lswscale
 
 # Flags to enable native support for compressed .cimgz files, using the Zlib 
library.
 # This requires the presence of the Zlib include and library files.
 # (package 'zlib1g-dev' on Debian).
 ZLIB_CFLAGS = -Dcimg_use_zlib
-ZLIB_LDFLAGS = -lz
+ZLIB_LIBS = -lz
 
 # Flags to enable native support of webcams, using the OpenCV library.
 # This requires the presence of the OpenCV include and library files.
 # (package 'libcv3-2-dev' on Debian).
-ifeq ($(OS),Darwin)
-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-OPENCV_LDFLAGS = `pkg-config opencv --libs`   #- Use this for OpenCV 2.2.0 !
-else
 OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-# OPENCV_LDFLAGS = -lcv -lhighgui
-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui   #- Use this for OpenCV = 
2.2.0 !
-endif
+OPENCV_LIBS = `pkg-config opencv --libs`   #- Use this for OpenCV 2.2.0 !
 
 # Flags to enable native support of most classical image 

[gentoo-commits] gentoo-x86 commit in media-gfx/gmic/files: gmic-1.5.8.0-makefile.patch gmic-1.5.2.2-ffmpeg.patch gmic-1.5.8.3-makefile.patch

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:48:30

  Removed:  gmic-1.5.8.0-makefile.patch
gmic-1.5.2.2-ffmpeg.patch
gmic-1.5.8.3-makefile.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-gfx/gmic: ChangeLog gmic-1.5.8.0.ebuild gmic-1.5.8.2.ebuild gmic-1.5.8.3.ebuild gmic-1.5.8.5.ebuild gmic-1.5.8.1.ebuild gmic-1.5.9.2.ebuild gmic-1.5.8.4.ebu

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:48:29

  Modified: ChangeLog
  Removed:  gmic-1.5.8.0.ebuild gmic-1.5.8.2.ebuild
gmic-1.5.8.3.ebuild gmic-1.5.8.5.ebuild
gmic-1.5.8.1.ebuild gmic-1.5.9.2.ebuild
gmic-1.5.8.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.52 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   16 Jun 2014 07:46:39 -  1.51
+++ ChangeLog   16 Jun 2014 07:48:29 -  1.52
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.51 2014/06/16 
07:46:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.52 2014/06/16 
07:48:29 radhermit Exp $
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org -gmic-1.5.8.0.ebuild,
+  -gmic-1.5.8.1.ebuild, -gmic-1.5.8.2.ebuild, -gmic-1.5.8.3.ebuild,
+  -gmic-1.5.8.4.ebuild, -gmic-1.5.8.5.ebuild, -gmic-1.5.9.2.ebuild,
+  -files/gmic-1.5.2.2-ffmpeg.patch, -files/gmic-1.5.8.0-makefile.patch,
+  -files/gmic-1.5.8.3-makefile.patch:
+  Remove old.
 
 *gmic-1.5.9.2-r1 (16 Jun 2014)
 






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:51:42

  Modified: ChangeLog
  Log:
  Fix spelling error in ChangeLog.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.53 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 Jun 2014 07:48:29 -  1.52
+++ ChangeLog   16 Jun 2014 07:51:42 -  1.53
@@ -1,6 +1,6 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.52 2014/06/16 
07:48:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.53 2014/06/16 
07:51:42 radhermit Exp $
 
   16 Jun 2014; Tim Harder radher...@gentoo.org -gmic-1.5.8.0.ebuild,
   -gmic-1.5.8.1.ebuild, -gmic-1.5.8.2.ebuild, -gmic-1.5.8.3.ebuild,
@@ -14,7 +14,7 @@
   16 Jun 2014; Tim Harder radher...@gentoo.org +gmic-1.5.9.2-r1.ebuild,
   +files/gmic-1.5.9.2-makefile.patch:
   Fix build system to split LDFLAGS and LIBS so the --as-needed linker option
-  is full respected for all linked libs.
+  is fully respected for all linked libs.
 
 *gmic-1.5.9.2 (16 Jun 2014)
 






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:52:20

  Modified: ChangeLog
  Added:gimp-gmic-1.5.9.2-r1.ebuild
  Log:
  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option 
is fully respected for all linked libs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   16 Jun 2014 06:38:08 -  1.44
+++ ChangeLog   16 Jun 2014 07:52:20 -  1.45
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/gimp-gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.44 
2014/06/16 06:38:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.45 
2014/06/16 07:52:20 radhermit Exp $
+
+*gimp-gmic-1.5.9.2-r1 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +gimp-gmic-1.5.9.2-r1.ebuild,
+  +files/gmic-1.5.9.2-makefile.patch:
+  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option
+  is fully respected for all linked libs.
 
 *gimp-gmic-1.5.9.2 (16 Jun 2014)
 



1.1  media-plugins/gimp-gmic/gimp-gmic-1.5.9.2-r1.ebuild

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

Index: gimp-gmic-1.5.9.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.9.2-r1.ebuild,v 
1.1 2014/06/16 07:52:20 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs

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

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

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

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

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

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

src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe gmic_gimp
dodoc ../README
}

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






[gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.5.8.2.ebuild gimp-gmic-1.5.9.2.ebuild gimp-gmic-1.5.8.1.ebuild gimp-gmic-1.5.8.0.ebuild gimp-gmic-1.5.8.3.ebuild gi

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:53:08

  Modified: ChangeLog
  Removed:  gimp-gmic-1.5.8.2.ebuild gimp-gmic-1.5.9.2.ebuild
gimp-gmic-1.5.8.1.ebuild gimp-gmic-1.5.8.0.ebuild
gimp-gmic-1.5.8.3.ebuild gimp-gmic-1.5.8.5.ebuild
gimp-gmic-1.5.8.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   16 Jun 2014 07:52:20 -  1.45
+++ ChangeLog   16 Jun 2014 07:53:07 -  1.46
@@ -1,6 +1,13 @@
 # ChangeLog for media-plugins/gimp-gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.45 
2014/06/16 07:52:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.46 
2014/06/16 07:53:07 radhermit Exp $
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org -gimp-gmic-1.5.8.0.ebuild,
+  -gimp-gmic-1.5.8.1.ebuild, -gimp-gmic-1.5.8.2.ebuild,
+  -gimp-gmic-1.5.8.3.ebuild, -gimp-gmic-1.5.8.4.ebuild,
+  -gimp-gmic-1.5.8.5.ebuild, -gimp-gmic-1.5.9.2.ebuild,
+  -files/gmic-1.5.8.0-makefile.patch, -files/gmic-1.5.8.3-makefile.patch:
+  Remove old.
 
 *gimp-gmic-1.5.9.2-r1 (16 Jun 2014)
 






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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:52:20

  Added:gmic-1.5.9.2-makefile.patch
  Log:
  Fix build system to split LDFLAGS and LIBS so the --as-needed linker option 
is fully respected for all linked libs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

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

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

Index: gmic-1.5.9.2-makefile.patch
===
--- gmic-1.5.9.2/src/Makefile
+++ gmic-1.5.9.2/src/Makefile
@@ -77,10 +77,9 @@
 
 # Flags that are mandatory to compile 'gmic'.
 MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
 ifeq ($(CC),g++)
 MANDATORY_CFLAGS += -Wall -W
-MANDATORY_LDFLAGS += -lm
+MANDATORY_LIBS = -lm
 endif
 MANDATORY_CFLAGS+=$(IS_BETA_CFLAGS)
 ifeq ($(OS),Unix)
@@ -108,7 +107,7 @@
 ifneq ($(OS),Darwin)
 PARALLEL_CFLAGS = -Dgmic_is_parallel
 ifneq ($(OSTYPE),msys)
-PARALLEL_LDFLAGS = -lpthread
+PARALLEL_LIBS = -lpthread
 endif
 endif
 
@@ -121,98 +120,92 @@
 # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
 # This requires the presence of the X11 include and library files.
 # (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ -I/usr/X11R6/include 
#-Dcimg_use_xrandr
-X11_LDFLAGS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\gmic\\\ #-Dcimg_use_xrandr
+X11_LIBS = -lX11 -lpthread #-lXrandr
 
 # Flags to enable fast display, using XShm.
 # This requires the presence of the X11 extension include and library files.
 # (package 'libx11-dev' on Debian).
 XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext
+XSHM_LIBS = -lXext
 
 # Flags to enable image display, using GDI32.
 # This requires the presence of the GDI32 include and library files.
 GDI32_CFLAGS = -Dcimg_display=2 -Dcimg_appname=\\\gmic\\\
-GDI32_LDFLAGS = -lgdi32
+GDI32_LIBS = -lgdi32
 
 # Flags to enable native support for PNG image files, using the PNG library.
 # This requires the presence of the libpng include and library files.
 # (package 'libpng12-dev' on Debian).
 PNG_CFLAGS = -Dcimg_use_png
-PNG_LDFLAGS = -lpng -lz
+PNG_LIBS = -lpng -lz
 
 # Flags to enable native support for JPEG image files, using the JPEG library.
 # This requires the presence of the libjpeg include and library files.
 # (package 'libjpeg62-dev' on Debian).
 JPEG_CFLAGS = -Dcimg_use_jpeg
-JPEG_LDFLAGS = -ljpeg
+JPEG_LIBS = -ljpeg
 
 # Flags to enable native support for TIFF image files, using the TIFF library.
 # This requires the presence of the libtiff include and library files.
 # (package 'libtiff4-dev' on Debian).
 TIFF_CFLAGS = -Dcimg_use_tiff
-TIFF_LDFLAGS = -ltiff
+TIFF_LIBS = -ltiff
 
 # Flags to enable native support for MINC2 image files, using the MINC2 
library.
 # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
 # (package 'libminc-dev' on Debian).
 MINC2_CFLAGS = -Dcimg_use_minc2 -I${HOME}/local/include
-MINC2_LDFLAGS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
+MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
 
 # Flags to enable native support for various video files, using the FFMPEG 
library.
 # This requires the presence of the FFMPEG include and library files.
 # (packages 'libavcodec-dev', 'libavutil-dev', 'libavformat-dev' and 
'libswscale-dev' on Debian).
 FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS 
-I$(USR)/include/libavcodec -I$(USR)/include/libavformat 
-I$(USR)/include/libswscale -I$(USR)/include/ffmpeg
-FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale
+FFMPEG_LIBS = -lavcodec -lavformat -lavutil -lswscale
 
 # Flags to enable native support for compressed .cimgz files, using the Zlib 
library.
 # This requires the presence of the Zlib include and library files.
 # (package 'zlib1g-dev' on Debian).
 ZLIB_CFLAGS = -Dcimg_use_zlib
-ZLIB_LDFLAGS = -lz
+ZLIB_LIBS = -lz
 
 # Flags to enable native support of webcams, using the OpenCV library.
 # This requires the presence of the OpenCV include and library files.
 # (package 'libcv3-2-dev' on Debian).
-ifeq ($(OS),Darwin)
-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-OPENCV_LDFLAGS = `pkg-config opencv --libs`   #- Use this for OpenCV 2.2.0 !
-else
 OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-# OPENCV_LDFLAGS = -lcv -lhighgui
-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui   #- Use this for OpenCV = 
2.2.0 !
-endif
+OPENCV_LIBS = `pkg-config opencv --libs`   #- Use this for OpenCV 2.2.0 !
 
 # Flags to enable native 

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

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 07:53:08

  Removed:  gmic-1.5.8.0-makefile.patch
gmic-1.5.8.3-makefile.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 dev-libs/kqoauth: kqoauth-0.98-r1.ebuild ChangeLog

2014-06-16 Thread Maxim Koltsov (maksbotan)
maksbotan14/06/16 07:58:28

  Modified: ChangeLog
  Added:kqoauth-0.98-r1.ebuild
  Log:
  Revbump, fix multilib issues (respect libdir). Bug #513282.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.6  dev-libs/kqoauth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Apr 2014 07:55:27 -   1.5
+++ ChangeLog   16 Jun 2014 07:58:28 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/kqoauth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.5 2014/04/03 
07:55:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/ChangeLog,v 1.6 2014/06/16 
07:58:28 maksbotan Exp $
+
+*kqoauth-0.98-r1 (16 Jun 2014)
+
+  16 Jun 2014; Maxim Koltsov maksbo...@gentoo.org +kqoauth-0.98-r1.ebuild:
+  Revbump, fix multilib issues (respect libdir). Bug #513282.
 
   03 Apr 2014; Mikle Kolyada zlog...@gentoo.org kqoauth-0.98.ebuild:
   x86 stable wrt bug #500914



1.1  dev-libs/kqoauth/kqoauth-0.98-r1.ebuild

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

Index: kqoauth-0.98-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild,v 
1.1 2014/06/16 07:58:28 maksbotan Exp $

EAPI=5

inherit qt4-r2 vcs-snapshot

DESCRIPTION=Library for Qt that implements the OAuth 1.0 authentication 
specification
HOMEPAGE=https://github.com/kypeli/kQOAuth;
SRC_URI=https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4

RDEPEND=${DEPEND}

src_prepare() {
# prevent tests from beeing built at src_compile
sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die sed on ${PN}.pro 
failed
# respect libdir
sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || 
die sed on src.pro failed

qt4-r2_src_prepare
}






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

2014-06-16 Thread Tony Vroon (chainsaw)
chainsaw14/06/16 07:59:28

  Modified: openssl-0.9.8z_p1-r2.ebuild
openssl-0.9.8z_p1-r1.ebuild ChangeLog
  Log:
  I am told my interpretation of the version numbering suggestion will not cope 
past 0.9.8ac. Perhaps TR commands should be included on suggestions going 
forward.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.2  dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild

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

Index: openssl-0.9.8z_p1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssl-0.9.8z_p1-r2.ebuild 15 Jun 2014 08:58:50 -  1.1
+++ openssl-0.9.8z_p1-r2.ebuild 16 Jun 2014 07:59:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.1 
2014/06/15 08:58:50 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.2 
2014/06/16 07:59:28 chainsaw Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -8,7 +8,7 @@
 
 inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal
 
-PLEVEL=`echo ${PV##*_p} | tr [1-26] [a-z]`
+PLEVEL=`echo ${PV##*_p} | tr [1-9] [a-i]`
 MY_PV=${PV/_p*/${PLEVEL}}
 MY_P=${PN}-${MY_PV}
 S=${WORKDIR}/${MY_P}



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

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

Index: openssl-0.9.8z_p1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssl-0.9.8z_p1-r1.ebuild 15 Jun 2014 11:50:36 -  1.2
+++ openssl-0.9.8z_p1-r1.ebuild 16 Jun 2014 07:59:28 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.2 
2014/06/15 11:50:36 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r1.ebuild,v 1.3 
2014/06/16 07:59:28 chainsaw Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -8,7 +8,7 @@
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
-PLEVEL=`echo ${PV##*_p} | tr [1-26] [a-z]`
+PLEVEL=`echo ${PV##*_p} | tr [1-9] [a-i]`
 MY_PV=${PV/_p*/${PLEVEL}}
 MY_P=${PN}-${MY_PV}
 S=${WORKDIR}/${MY_P}



1.555dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.554
retrieving revision 1.555
diff -u -r1.554 -r1.555
--- ChangeLog   15 Jun 2014 12:28:20 -  1.554
+++ ChangeLog   16 Jun 2014 07:59:28 -  1.555
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.554 
2014/06/15 12:28:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.555 
2014/06/16 07:59:28 chainsaw Exp $
+
+  16 Jun 2014; Tony Vroon chain...@gentoo.org openssl-0.9.8z_p1-r1.ebuild,
+  openssl-0.9.8z_p1-r2.ebuild:
+  I am told my interpretation of the version numbering suggestion will not cope
+  past 0.9.8ac. Perhaps TR commands should be included on suggestions going
+  forward.
 
   15 Jun 2014; Tobias Klausmann klaus...@gentoo.org openssl-1.0.0m.ebuild:
   Stable on alpha, bug #512506






[gentoo-commits] gentoo-x86 commit in sys-fs/bindfs: ChangeLog bindfs-1.12.5.ebuild

2014-06-16 Thread Tim Harder (radhermit)
radhermit14/06/16 08:35:19

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

Revision  ChangesPath
1.15 sys-fs/bindfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Oct 2013 22:18:44 -   1.14
+++ ChangeLog   16 Jun 2014 08:35:19 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/bindfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.14 2013/10/01 
22:18:44 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.15 2014/06/16 
08:35:19 radhermit Exp $
+
+*bindfs-1.12.5 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder radher...@gentoo.org +bindfs-1.12.5.ebuild:
+  Version bump.
 
   01 Oct 2013; Tim Harder radher...@gentoo.org -bindfs-1.11.ebuild,
   -bindfs-1.12.ebuild, -bindfs-1.12.1.ebuild:



1.1  sys-fs/bindfs/bindfs-1.12.5.ebuild

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

Index: bindfs-1.12.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.5.ebuild,v 1.1 
2014/06/16 08:35:19 radhermit Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION=FUSE filesystem for mounting a directory to another location and 
altering permissions
HOMEPAGE=http://bindfs.org/;
SRC_URI=http://bindfs.org/downloads/${P}.tar.gz;

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

RDEPEND==sys-fs/fuse-2.6
DEPEND=${RDEPEND}
virtual/pkgconfig

RESTRICT=test

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

src_configure() {
econf $(use_enable debug)
}






[gentoo-commits] gentoo-x86 commit in dev-python/zsi: ChangeLog zsi-2.1_alpha1-r1.ebuild

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 08:42:41

  Modified: ChangeLog zsi-2.1_alpha1-r1.ebuild
  Log:
  Stable for amd64 wrt bug #505370
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.27 dev-python/zsi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   14 Jun 2014 09:29:38 -  1.26
+++ ChangeLog   16 Jun 2014 08:42:41 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/zsi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.26 2014/06/14 
09:29:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.27 2014/06/16 
08:42:41 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org zsi-2.1_alpha1-r1.ebuild:
+  Stable for amd64 wrt bug #505370
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   zsi-2.1_alpha1-r1.ebuild:



1.6  dev-python/zsi/zsi-2.1_alpha1-r1.ebuild

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

Index: zsi-2.1_alpha1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zsi-2.1_alpha1-r1.ebuild14 Jun 2014 09:29:38 -  1.5
+++ zsi-2.1_alpha1-r1.ebuild16 Jun 2014 08:42:41 -  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/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 
1.5 2014/06/14 09:29:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 
1.6 2014/06/16 08:42:41 nimiux Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=BSD MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=doc examples twisted
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}






[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-17.0.9.ebuild firefox-bin-24.5.0.ebuild firefox-bin-30.0.ebuild firefox-bin-24.6.0.ebuild firefox-bin-17.0.10.ebuild ChangeLog

2014-06-16 Thread Pacho Ramos (pacho)
pacho   14/06/16 08:53:45

  Modified: firefox-bin-17.0.9.ebuild firefox-bin-24.5.0.ebuild
firefox-bin-30.0.ebuild firefox-bin-24.6.0.ebuild
firefox-bin-17.0.10.ebuild ChangeLog
  Log:
  Allow bigger icon to be used (#465130)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  www-client/firefox-bin/firefox-bin-17.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?r1=1.4r2=1.5

Index: firefox-bin-17.0.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-bin-17.0.9.ebuild   17 May 2014 14:42:21 -  1.4
+++ firefox-bin-17.0.9.ebuild   16 Jun 2014 08:53:45 -  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/www-client/firefox-bin/firefox-bin-17.0.9.ebuild,v 1.4 
2014/05/17 14:42:21 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild,v 1.5 
2014/06/16 08:53:45 pacho Exp $
 
 EAPI=4
 MOZ_ESR=1
@@ -72,7 +72,7 @@
declare MOZILLA_FIVE_HOME=/opt/${MOZ_PN}
 
# Install icon and .desktop for menu entry
-   newicon ${S}/chrome/icons/default/default48.png ${PN}-icon.png
+   newicon ${S}/chrome/icons/default/default48.png ${PN}.png
domenu ${FILESDIR}/${PN}.desktop
 
# Add StartupNotify=true bug 237317



1.5  www-client/firefox-bin/firefox-bin-24.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?r1=1.4r2=1.5

Index: firefox-bin-24.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-bin-24.5.0.ebuild   17 May 2014 14:42:21 -  1.4
+++ firefox-bin-24.5.0.ebuild   16 Jun 2014 08:53:45 -  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/www-client/firefox-bin/firefox-bin-24.5.0.ebuild,v 1.4 
2014/05/17 14:42:21 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild,v 1.5 
2014/06/16 08:53:45 pacho Exp $
 
 EAPI=5
 MOZ_ESR=1
@@ -96,7 +96,7 @@
insinto /usr/share/icons/hicolor/128x128/apps
newins ${icon_path}/../../../icons/mozicon128.png ${icon}.png || die
# Install a 48x48 icon into /usr/share/pixmaps for legacy DEs
-   newicon ${S}/browser/chrome/icons/default/default48.png ${PN}-icon.png
+   newicon ${S}/browser/chrome/icons/default/default48.png ${PN}.png
domenu ${FILESDIR}/${PN}.desktop
sed -i -e s:@NAME@:${name}: -e s:@ICON@:${icon}: \
${ED}/usr/share/applications/${PN}.desktop || die



1.3  www-client/firefox-bin/firefox-bin-30.0.ebuild

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

Index: firefox-bin-30.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-30.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-bin-30.0.ebuild 11 Jun 2014 19:06:08 -  1.2
+++ firefox-bin-30.0.ebuild 16 Jun 2014 08:53:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-30.0.ebuild,v 1.2 
2014/06/11 19:06:08 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-30.0.ebuild,v 1.3 
2014/06/16 08:53:45 pacho Exp $
 
 EAPI=5
 
@@ -87,7 +87,7 @@
 

[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin/files: firefox-bin.desktop

2014-06-16 Thread Pacho Ramos (pacho)
pacho   14/06/16 08:53:46

  Modified: firefox-bin.desktop
  Log:
  Allow bigger icon to be used (#465130)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  www-client/firefox-bin/files/firefox-bin.desktop

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/firefox-bin.desktop?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/firefox-bin.desktop?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/firefox-bin.desktop?r1=1.4r2=1.5

Index: firefox-bin.desktop
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/files/firefox-bin.desktop,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-bin.desktop 27 Apr 2011 16:18:24 -  1.4
+++ firefox-bin.desktop 16 Jun 2014 08:53:46 -  1.5
@@ -2,7 +2,7 @@
 Name=Mozilla Firefox (bin)
 Comment=Mozilla Firefox Web Browser
 Exec=/usr/bin/firefox-bin %U
-Icon=firefox-bin-icon
+Icon=firefox-bin
 Terminal=false
 Type=Application
 
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;






[gentoo-commits] gentoo-x86 commit in net-mail/fetchyahoo: ChangeLog Manifest fetchyahoo-2.14.6.ebuild fetchyahoo-2.14.7.ebuild metadata.xml

2014-06-16 Thread Eray Aslan (eras)
eras14/06/16 09:00:26

  Removed:  ChangeLog Manifest fetchyahoo-2.14.6.ebuild
fetchyahoo-2.14.7.ebuild metadata.xml
  Log:
  net-mail/fetchyahoo removed from the tree - bug #450116



[gentoo-commits] gentoo-x86 commit in dev-util/debhelper: debhelper-9.20140228.ebuild ChangeLog

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 09:31:26

  Modified: debhelper-9.20140228.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #506100
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.5  dev-util/debhelper/debhelper-9.20140228.ebuild

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

Index: debhelper-9.20140228.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140228.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- debhelper-9.20140228.ebuild 8 Jun 2014 15:54:34 -   1.4
+++ debhelper-9.20140228.ebuild 16 Jun 2014 09:31:26 -  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-util/debhelper/debhelper-9.20140228.ebuild,v 1.4 
2014/06/08 15:54:34 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140228.ebuild,v 1.5 
2014/06/16 09:31:26 nimiux Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux
+KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux
 IUSE=test
 DH_LINGUAS=( de es fr )
 IUSE+= ${DH_LINGUAS[@]/#/linguas_}



1.104dev-util/debhelper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   14 Jun 2014 00:06:46 -  1.103
+++ ChangeLog   16 Jun 2014 09:31:26 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debhelper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.103 
2014/06/14 00:06:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.104 
2014/06/16 09:31:26 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org debhelper-9.20140228.ebuild:
+  Stable for amd64 wrt bug #506100
 
 *debhelper-9.20140613 (14 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.59.ebuild

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 09:33:01

  Modified: ChangeLog debootstrap-1.0.59.ebuild
  Log:
  Stable for amd64 wrt bug #506100
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.261dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog   8 Jun 2014 15:57:14 -   1.260
+++ ChangeLog   16 Jun 2014 09:33:01 -  1.261
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.260 
2014/06/08 15:57:14 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.261 
2014/06/16 09:33:01 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org debootstrap-1.0.59.ebuild:
+  Stable for amd64 wrt bug #506100
 
   08 Jun 2014; Akinori Hattori hat...@gentoo.org debootstrap-1.0.59.ebuild:
   ia64 stable wrt bug #506100



1.5  dev-util/debootstrap/debootstrap-1.0.59.ebuild

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

Index: debootstrap-1.0.59.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.59.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- debootstrap-1.0.59.ebuild   8 Jun 2014 15:57:14 -   1.4
+++ debootstrap-1.0.59.ebuild   16 Jun 2014 09:33:01 -  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-util/debootstrap/debootstrap-1.0.59.ebuild,v 1.4 
2014/06/08 15:57:14 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.59.ebuild,v 1.5 
2014/06/16 09:33:01 nimiux Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~x86-linux
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-vcs/stgit: ChangeLog stgit-0.16-r2.ebuild

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 09:55:41

  Modified: ChangeLog stgit-0.16-r2.ebuild
  Log:
  Stable for amd64 wrt bug #505796
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.24 dev-vcs/stgit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   14 Jun 2014 10:51:24 -  1.23
+++ ChangeLog   16 Jun 2014 09:55:41 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/stgit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.23 2014/06/14 
10:51:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.24 2014/06/16 
09:55:41 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org stgit-0.16-r2.ebuild:
+  Stable for amd64 wrt bug #505796
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org stgit-0.16-r2.ebuild:
   x86 stable wrt bug #505796



1.4  dev-vcs/stgit/stgit-0.16-r2.ebuild

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

Index: stgit-0.16-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stgit-0.16-r2.ebuild14 Jun 2014 10:51:24 -  1.3
+++ stgit-0.16-r2.ebuild16 Jun 2014 09:55:41 -  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-vcs/stgit/stgit-0.16-r2.ebuild,v 1.3 
2014/06/14 10:51:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16-r2.ebuild,v 1.4 
2014/06/16 09:55:41 nimiux Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
 IUSE=doc
 
 RDEPEND==dev-vcs/git-1.6.3.3






[gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat: ChangeLog heartbeat-3.0.5-r2.ebuild heartbeat-3.0.5-r1.ebuild

2014-06-16 Thread Alexys Jacob (ultrabug)
ultrabug14/06/16 09:56:00

  Modified: ChangeLog
  Added:heartbeat-3.0.5-r2.ebuild
  Removed:  heartbeat-3.0.5-r1.ebuild
  Log:
  fix #486186
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.105sys-cluster/heartbeat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   29 Oct 2012 16:44:23 -  1.104
+++ ChangeLog   16 Jun 2014 09:55:59 -  1.105
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/heartbeat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.104 
2012/10/29 16:44:23 ultrabug Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.105 
2014/06/16 09:55:59 ultrabug Exp $
+
+*heartbeat-3.0.5-r2 (16 Jun 2014)
+
+  16 Jun 2014; Ultrabug ultra...@gentoo.org -heartbeat-3.0.5-r1.ebuild,
+  +heartbeat-3.0.5-r2.ebuild, +files/3.0.5-fix_ucast.patch:
+  fix #486186 thx to Zdravko Spoljar and Timothy Jones, drop broken
 
 *heartbeat-3.0.5-r1 (29 Oct 2012)
 



1.1  sys-cluster/heartbeat/heartbeat-3.0.5-r2.ebuild

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

Index: heartbeat-3.0.5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.5-r2.ebuild,v 1.1 
2014/06/16 09:55:59 ultrabug Exp $

EAPI=2

PYTHON_DEPEND=2
inherit python autotools multilib eutils base

DESCRIPTION=Heartbeat high availability cluster manager
HOMEPAGE=http://www.linux-ha.org/wiki/Heartbeat;
SRC_URI=http://hg.linux-ha.org/${PN}-STABLE_3_0/archive/STABLE-${PV}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=doc snmp static-libs

RDEPEND=sys-cluster/cluster-glue
dev-libs/glib:2
virtual/ssh
net-libs/gnutls
snmp? ( net-analyzer/net-snmp )

DEPEND=${RDEPEND}
virtual/pkgconfig
dev-lang/swig
doc? ( dev-libs/libxslt app-text/docbook-xsl-stylesheets )

PDEPEND=sys-cluster/resource-agents

S=${WORKDIR}/Heartbeat-3-0-STABLE-${PV}

PATCHES=(
${FILESDIR}/3.0.4-fix_configure.patch
${FILESDIR}/3.0.4-docs.patch
${FILESDIR}/3.0.4-python_tests.patch
${FILESDIR}/3.0.5-fix_ucast.patch
)

pkg_setup() {
python_set_active_version 2
python_pkg_setup

ewarn If you're upgrading from heartbeat-2.x please follow:
ewarn 
http://www.gentoo.org/proj/en/cluster/ha-cluster/heartbeat-upgrade.xml;
}

src_prepare() {
base_src_prepare
eautoreconf

cp ${FILESDIR}/heartbeat-init ${T} || die
sed -i \
-e /ResourceManager/ s/lib/share/ \
-e s:lib:$(get_libdir):g \
${T}/heartbeat-init || die
}

src_configure() {
econf \
--disable-dependency-tracking \
--disable-fatal-warnings \
$(use_enable static-libs static) \
$(use_enable doc) \
--disable-tipc \
--enable-dopd \
--libdir=/usr/$(get_libdir) \
--localstatedir=/var \
--docdir=/usr/share/doc/${PF} \
$(use_enable snmp)
}

src_install() {
base_src_install

newinitd ${T}/heartbeat-init heartbeat || die

# fix collisions
rm -rf ${D}/usr/include/heartbeat/{compress,ha_msg}.h

use static-libs || find ${D}/usr/$(get_libdir) -name *.la -delete

if use doc ; then
dodoc README doc/*.txt doc/AUTHORS  || die
fi
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.6.ebuild ChangeLog

2014-06-16 Thread Eray Aslan (eras)
eras14/06/16 09:55:22

  Modified: ChangeLog
  Added:libverto-0.2.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.25 dev-libs/libverto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   10 Jun 2014 00:13:52 -  1.24
+++ ChangeLog   16 Jun 2014 09:55:22 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.24 
2014/06/10 00:13:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.25 
2014/06/16 09:55:22 eras Exp $
+
+*libverto-0.2.6 (16 Jun 2014)
+
+  16 Jun 2014; Eray Aslan e...@gentoo.org +libverto-0.2.6.ebuild:
+  Version bump
 
   10 Jun 2014; Mike Frysinger vap...@gentoo.org libverto-0.2.5-r1.ebuild,
   libverto-0.2.5.ebuild:



1.1  dev-libs/libverto/libverto-0.2.6.ebuild

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

Index: libverto-0.2.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.6.ebuild,v 
1.1 2014/06/16 09:55:22 eras Exp $

EAPI=5

inherit multilib-minimal

DESCRIPTION=Main event loop abstraction library
HOMEPAGE=https://fedorahosted.org/libverto/;
SRC_URI=https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd
IUSE=glib +libev libevent tevent +threads static-libs

# file collisions
DEPEND=!=app-crypt/mit-krb5-1.10.1-r0
!=app-crypt/mit-krb5-1.10.1-r1
!=app-crypt/mit-krb5-1.10.1-r2
glib? ( =dev-libs/glib-2.29[${MULTILIB_USEDEP}] )
libev? ( =dev-libs/libev-4.11[${MULTILIB_USEDEP}] )
libevent? ( =dev-libs/libevent-2.0[${MULTILIB_USEDEP}] )
tevent? ( sys-libs/tevent[${MULTILIB_USEDEP}] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( glib libev libevent tevent ) 

src_prepare() {
# known problem uptream with tevent write test.  tevent does not fire a
# callback on error, but we explicitly test for this behaviour.  Do not 
run
# tevent tests for now.
sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
$(use_with glib) \
$(use_with libev) \
$(use_with libevent) \
$(use_with tevent) \
$(use_with threads pthread) \
$(use_enable static-libs static)
}

multilib_src_install_all() {
dodoc AUTHORS ChangeLog NEWS INSTALL README
use static-libs || prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat/files: 3.0.5-fix_ucast.patch

2014-06-16 Thread Alexys Jacob (ultrabug)
ultrabug14/06/16 09:56:00

  Added:3.0.5-fix_ucast.patch
  Log:
  fix #486186
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.1  sys-cluster/heartbeat/files/3.0.5-fix_ucast.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/3.0.5-fix_ucast.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/3.0.5-fix_ucast.patch?rev=1.1content-type=text/plain

Index: 3.0.5-fix_ucast.patch
===

# HG changeset patch
# User Lars Ellenberg l...@linbit.com
# Date 1392200751 -3600
# Node ID 37f57a36a2dd1abf8461a9b758e62f6fe7a22f77
# Parent  6d4324633600dc7ae7aa08c56d86c2fcc767977f
Medium: fix usage of SO_REUSEPORT in ucast sockets

Linux learned SO_REUSEPORT only with kernel 3.9,
but some linux headers already define SO_REUSEPORT.
Which, on older kernels, will result in ENOPROTOOPT,
Protocol not available.

Failure to set SO_REUSEPORT is NOT critical in general.
It *may* be a problem on certain BSDs,
with more than two nodes, all using ucast.

Refusing to start because of failure to set SO_REUSEPORT is
not helpful for the vast majority of the clusters out there.

While at it, downgrade critical log messages to warnings
in non-fatal situations.

--- a/lib/plugins/HBcomm/ucast.c
+++ b/lib/plugins/HBcomm/ucast.c
@@ -461,12 +461,6 @@ static int HB_make_send_sock(struct hb_m
int sockfd;
struct ip_private *ei;
int tos;
-#if defined(SO_BINDTODEVICE)
-   struct ifreq i;
-#endif
-#if defined(SO_REUSEPORT)
-   int i = 1;
-#endif
 
UCASTASSERT(mp);
ei = (struct ip_private*)mp-pd;
@@ -494,6 +488,7 @@ static int HB_make_send_sock(struct hb_m
 
 #if defined(SO_BINDTODEVICE)
{
+   struct ifreq i;
/*
 *  We want to send out this particular interface
 *
@@ -515,12 +510,13 @@ static int HB_make_send_sock(struct hb_m
 #endif
 #if defined(SO_REUSEPORT)
{
+   int one = 1;
/* this is for OpenBSD to allow multiple *
*  ucast connections, e.g. a more than   *
*  two node cluster  */
 
if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEPORT,
-   i, sizeof(i)) == -1) {
+   one, sizeof(one)) == -1) {
PILCallLog(LOG, PIL_CRIT,
  ucast: error setting option SO_REUSEPORT(w): %s, 
strerror(errno));
close(sockfd);
@@ -548,7 +544,7 @@ static int HB_make_receive_sock(struct h
int sockfd;
int bindtries;
int boundyet = 0;
-   int j;
+   int one = 1;
 
UCASTASSERT(mp);
ei = (struct ip_private*)mp-pd;
@@ -563,22 +559,19 @@ static int HB_make_receive_sock(struct h
strerror(errno));
return -1;
}
-   /* 
-* Set SO_REUSEADDR on the server socket s. Variable j is used
-* as a scratch varable.
-*
-* 16th February 2000
-* Added by Horms ho...@vergenet.net
-* with thanks to Clinton Work w...@scripty.com
-*/
-   j = 1;
+   /*
+* Set SO_REUSEADDR on the server socket s.
+* Below, also try to set SO_REUSEPORT,
+* if known and supported.
+*/
if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR,
-   (void *)j, sizeof j)  0) {
+   one, sizeof(one))  0) {
/* Ignore it.  It will almost always be OK anyway. */
-   PILCallLog(LOG, PIL_CRIT,
+   PILCallLog(LOG, PIL_WARN,
ucast: error setting socket option SO_REUSEADDR: %s,
strerror(errno));
-   }
+   } else
+   PILCallLog(LOG, PIL_INFO, ucast: set SO_REUSEADDR);
 #if defined(SO_BINDTODEVICE)
{
/*
@@ -600,20 +593,32 @@ static int HB_make_receive_sock(struct h
}
 #endif
 #if defined(SO_REUSEPORT)
-   {
+   /*
+*  Needed for OpenBSD for more than two nodes in a ucast cluster
+*/
+   if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEPORT,
+   one, sizeof(one)) == -1) {
/*
-*  Needed for OpenBSD for more than two nodes in a ucast 
cluster
+* Linux learned SO_REUSEPORT only with kernel 3.9,
+* but some linux headers already define SO_REUSEPORT.
+* Which will result in ENOPROTOOPT, Protocol not available
+* on older kernels.
+* Failure to set SO_REUSEPORT is NOT critical in general.
+* It *may* be a problem on certain BSDs with more than
+* two nodes all using ucast.
+   

[gentoo-commits] gentoo-x86 commit in dev-libs/libverto: ChangeLog libverto-0.2.4.ebuild

2014-06-16 Thread Eray Aslan (eras)
eras14/06/16 09:59:29

  Modified: ChangeLog
  Removed:  libverto-0.2.4.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.26 dev-libs/libverto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   16 Jun 2014 09:55:22 -  1.25
+++ ChangeLog   16 Jun 2014 09:59:29 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.25 
2014/06/16 09:55:22 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.26 
2014/06/16 09:59:29 eras Exp $
+
+  16 Jun 2014; Eray Aslan e...@gentoo.org -libverto-0.2.4.ebuild:
+  Remove old
 
 *libverto-0.2.6 (16 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/mockldap: mockldap-0.2.1.ebuild ChangeLog

2014-06-16 Thread Ian Delaney (idella4)
idella4 14/06/16 10:07:45

  Modified: ChangeLog
  Added:mockldap-0.2.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.10 dev-python/mockldap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 May 2014 08:54:51 -  1.9
+++ ChangeLog   16 Jun 2014 10:07:45 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mockldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.9 
2014/05/14 08:54:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.10 
2014/06/16 10:07:45 idella4 Exp $
+
+*mockldap-0.2.1 (16 Jun 2014)
+
+  16 Jun 2014; Ian Delaney idel...@gentoo.org +mockldap-0.2.1.ebuild:
+  bump
 
 *mockldap-0.2.0 (14 May 2014)
 



1.1  dev-python/mockldap/mockldap-0.2.1.ebuild

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

Index: mockldap-0.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/mockldap-0.2.1.ebuild,v 
1.1 2014/06/16 10:07:45 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A simple mock implementation of python-ldap
HOMEPAGE=https://bitbucket.org/psagers/mockldap/ 
https://pypi.python.org/pypi/mockldap;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=~dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-ldap[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( =dev-python/passlib-1.6.1[${PYTHON_USEDEP}] )

# Disable un-needed d'loading during doc build
PATCHES=( ${FILESDIR}/mapping.patch )

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

python_test() {
esetup.py test
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

pkg_postinst() {
if ! has_version dev-python/passlib; then
elog Please install dev-python/passlib for hashed password 
support.
fi
}






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

2014-06-16 Thread Jauhien Piatlicki
commit: 9acd42a26e63e8c3bca06a7a89231045005c4f79
Author: Justin jlec AT gentoo DOT org
AuthorDate: Sat Jun 14 19:03:14 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sat Jun 14 19:03:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9acd42a2

Merge pull request #232 from JelteF/neovim

Use CFLAGS needed to get a working executable for neovim


 app-editors/neovim/ChangeLog  | 4 
 app-editors/neovim/neovim-.ebuild | 7 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)



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

2014-06-16 Thread Jauhien Piatlicki
commit: 7ae1d96cee5e9375c8b0f4df7ef4584dc3403872
Author: Jelte Fennema github-tech AT jeltef DOT nl
AuthorDate: Sat Jun 14 14:10:11 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sat Jun 14 14:10:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7ae1d96c

Use CFLAGS needed to get a working executable

Package-Manager: portage-2.2.10

---
 app-editors/neovim/ChangeLog  | 4 
 app-editors/neovim/neovim-.ebuild | 7 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog
index fe88baa..f48c782 100644
--- a/app-editors/neovim/ChangeLog
+++ b/app-editors/neovim/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jun 2014; Jelte Fennema (JelteF) github-t...@jeltef.nl
+  neovim-.ebuild:
+  Use CFLAGS needed to get a working executable
+
   10 May 2014; Jelte Fennema git...@jeltef.nl neovim-.ebuild:
   Add new cmsgpack and lpeg dependencies to neovim.
 

diff --git a/app-editors/neovim/neovim-.ebuild 
b/app-editors/neovim/neovim-.ebuild
index 4b53e57..dee1bc5 100644
--- a/app-editors/neovim/neovim-.ebuild
+++ b/app-editors/neovim/neovim-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 if [ ${PV} =  ]; then
EGIT_REPO_URI=git://github.com/neovim/neovim.git
@@ -23,6 +23,11 @@ SLOT=0
 KEYWORDS=
 IUSE=
 
+src_configure()  {
+   append-flags -DNDEBUG -Wno-error -D_FORTIFY_SOURCE=1
+   cmake-utils_src_configure
+}
+
 RDEPEND=app-admin/eselect-vi
sys-libs/ncurses
 DEPEND=${RDEPEND}



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

2014-06-16 Thread Jauhien Piatlicki
commit: 0d4239a875340d8cb932de83e21b97d8e5feb57a
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Wed Jun 11 12:00:28 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Wed Jun 11 12:00:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0d4239a8

Added vital dep

---
 sci-libs/nipype/nipype-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/nipype/nipype-.ebuild 
b/sci-libs/nipype/nipype-.ebuild
index a9ca437..75495c8 100644
--- a/sci-libs/nipype/nipype-.ebuild
+++ b/sci-libs/nipype/nipype-.ebuild
@@ -27,7 +27,8 @@ DEPEND=
 RDEPEND=
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/traits[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/pygraphviz[${PYTHON_USEDEP}]
 
 python_test() {
nosetests -v || die



[gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-1.2.4-r2.ebuild gstreamer-0.10.36-r2.ebuild ChangeLog gstreamer-1.2.4-r1.ebuild gstreamer-0.10.36-r1.ebuild

2014-06-16 Thread Alexandre Rostovtsev (tetromino)
tetromino14/06/16 10:25:37

  Modified: ChangeLog
  Added:gstreamer-1.2.4-r2.ebuild
gstreamer-0.10.36-r2.ebuild
  Removed:  gstreamer-1.2.4-r1.ebuild
gstreamer-0.10.36-r1.ebuild
  Log:
  Fix pax-marking of multilib gst-plugin-scanner
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.369media-libs/gstreamer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -r1.368 -r1.369
--- ChangeLog   10 Jun 2014 18:32:44 -  1.368
+++ ChangeLog   16 Jun 2014 10:25:36 -  1.369
@@ -1,6 +1,14 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.368 
2014/06/10 18:32:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.369 
2014/06/16 10:25:36 tetromino Exp $
+
+*gstreamer-1.2.4-r2 (16 Jun 2014)
+*gstreamer-0.10.36-r2 (16 Jun 2014)
+
+  16 Jun 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  -gstreamer-0.10.36-r1.ebuild, +gstreamer-0.10.36-r2.ebuild,
+  -gstreamer-1.2.4-r1.ebuild, +gstreamer-1.2.4-r2.ebuild:
+  Fix pax-marking of multilib gst-plugin-scanner
 
 *gstreamer-1.2.4-r1 (10 Jun 2014)
 *gstreamer-0.10.36-r1 (10 Jun 2014)



1.1  media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild

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

Index: gstreamer-1.2.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild,v 1.1 
2014/06/16 10:25:36 tetromino Exp $

EAPI=5

inherit eutils multilib multilib-minimal pax-utils

DESCRIPTION=Streaming media framework
HOMEPAGE=http://gstreamer.freedesktop.org/;
SRC_URI=http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz;

LICENSE=LGPL-2+
SLOT=1.0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=+introspection nls +orc test

RDEPEND=
=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-1.31.1 )

DEPEND=${RDEPEND}
app-arch/xz-utils
=dev-util/gtk-doc-am-1.12
sys-devel/bison
sys-devel/flex
virtual/pkgconfig[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )

# gtk-doc-am to install API docs

src_configure() {
if [[ ${CHOST} == *-interix* ]] ; then
export ac_cv_lib_dl_dladdr=no
export ac_cv_func_poll=no
fi
if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
# GCC groks this, but then refers to an implementation 
(___multi3,
# ___udivti3) that don't exist (at least I can't find it), so 
force
# this one to be off, such that we use 2x64bit emulation code.
export gst_cv_uint128_t=no
fi

multilib-minimal_src_configure
}

multilib_src_configure() {
# Set 'libexecdir' to ABI-specific location for the library spawns
# helpers from there.
# Disable static archives, dependency tracking and examples
# to speed up build time
# Disable debug, as it only affects -g passing (debugging symbols), 
this must done through make.conf in gentoo
ECONF_SOURCE=${S} \
econf \
--libexecdir=/usr/$(get_libdir) \
--disable-debug \
--disable-examples \
--disable-static \
--disable-valgrind \
--enable-check \
$(multilib_native_use_enable introspection) \
$(use_enable nls) \
$(use_enable test tests) \
--with-package-name=GStreamer ebuild for Gentoo \

--with-package-origin=http://packages.gentoo.org/package/media-libs/gstreamer;

if multilib_is_native_abi; then
local x
for x in gst 

[gentoo-commits] gentoo-x86 commit in app-office/calligra-l10n: calligra-l10n-2.8.3.ebuild ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 10:38:29

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

Revision  ChangesPath
1.49 app-office/calligra-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra-l10n/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra-l10n/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra-l10n/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   13 May 2014 18:43:48 -  1.48
+++ ChangeLog   16 Jun 2014 10:38:29 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/calligra-l10n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/ChangeLog,v 1.48 
2014/05/13 18:43:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/ChangeLog,v 1.49 
2014/06/16 10:38:29 kensington Exp $
+
+*calligra-l10n-2.8.3 (16 Jun 2014)
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  +calligra-l10n-2.8.3.ebuild:
+  Version bump.
 
 *calligra-l10n-2.8.2 (13 May 2014)
 



1.1  app-office/calligra-l10n/calligra-l10n-2.8.3.ebuild

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

Index: calligra-l10n-2.8.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/calligra-l10n/calligra-l10n-2.8.3.ebuild,v 
1.1 2014/06/16 10:38:29 kensington Exp $

EAPI=5

inherit kde4-base

DESCRIPTION=Calligra localization package
HOMEPAGE=http://www.kde.org/;
LICENSE=GPL-2

DEPEND=sys-devel/gettext
RDEPEND=!app-office/koffice-l10n

KEYWORDS=~amd64 ~arm ~x86
IUSE=doc

MY_LANGS=bs ca ca@valencia cs da de el es et eu fi fr gl hu it kk nb nds nl pl
pt pt_BR ru sk sl sv uk zh_CN zh_TW

case ${PV} in
2.[456789].[789]?)
# beta or rc releases
URI_BASE=mirror://kde/unstable/${PN/-l10n/}-${PV}/${PN}/ ;;
2.[456789].?)
# stable releases
URI_BASE=mirror://kde/stable/${PN/-l10n/}-${PV}/${PN}/ ;;
*)
SRC_URI= ;;
esac

SRC_URI=
SLOT=4

for MY_LANG in ${MY_LANGS} ; do
IUSE=${IUSE} linguas_${MY_LANG}
SRC_URI=${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )
done
unset MY_LANG

S=${WORKDIR}

src_unpack() {
local lng dir
if [[ -z ${A} ]]; then
elog
elog You either have the LINGUAS variable unset, or it only
elog contains languages not supported by ${P}.
elog You won't have any additional language support.
elog
elog ${P} supports these language codes:
elog ${MY_LANGS}
elog
fi

[[ -n ${A} ]]  unpack ${A}
cd ${S}

# add all linguas to cmake
if [[ -n ${A} ]]; then
for lng in ${MY_LANGS}; do
dir=${PN}-${lng}-${PV}
if [[ -d ${dir} ]] ; then
echo add_subdirectory( ${dir} )  
${S}/CMakeLists.txt
fi
done
fi
}

src_configure() {
local mycmakeargs=(
-DBUILD_MESSAGES=ON -DBUILD_DATA=ON
$(cmake-utils_use_build doc)
)
[[ -e ${S}/CMakeLists.txt ]]  kde4-base_src_configure
}

src_compile() {
[[ -e ${S}/CMakeLists.txt ]]  kde4-base_src_compile
}

src_test() {
[[ -e ${S}/CMakeLists.txt ]]  kde4-base_src_test
}

src_install() {
[[ -e ${S}/CMakeLists.txt ]]  kde4-base_src_install
}






[gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-3.10.0.ebuild gnome-bluetooth-3.12.0.ebuild ChangeLog

2014-06-16 Thread Alexandre Rostovtsev (tetromino)
tetromino14/06/16 10:39:26

  Modified: gnome-bluetooth-3.10.0.ebuild
gnome-bluetooth-3.12.0.ebuild ChangeLog
  Log:
  Add yelp-tools to list of eautoreconf deps, and enable those deps for 3.12 
(bug #513280, thanks to John Bowler).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.7  net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild

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

Index: gnome-bluetooth-3.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-bluetooth-3.10.0.ebuild   30 Mar 2014 08:40:14 -  1.6
+++ gnome-bluetooth-3.10.0.ebuild   16 Jun 2014 10:39:25 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild,v
 1.6 2014/03/30 08:40:14 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild,v
 1.7 2014/06/16 10:39:25 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -38,6 +38,7 @@
x11-proto/xproto
 
 # eautoreconf needs:
+#  app-text/yelp-tools
 #  gnome-base/gnome-common
 
 pkg_setup() {



1.3  net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild

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

Index: gnome-bluetooth-3.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-bluetooth-3.12.0.ebuild   3 Jun 2014 01:29:40 -   1.2
+++ gnome-bluetooth-3.12.0.ebuild   16 Jun 2014 10:39:26 -  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-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild,v
 1.2 2014/06/03 01:29:40 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild,v
 1.3 2014/06/16 10:39:26 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -35,8 +35,12 @@
virtual/libudev
virtual/pkgconfig
x11-proto/xproto
+
+   app-text/yelp-tools
+   gnome-base/gnome-common
 
 # eautoreconf needs:
+#  app-text/yelp-tools
 #  gnome-base/gnome-common
 
 pkg_setup() {



1.141net-wireless/gnome-bluetooth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.141view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.141content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.140r2=1.141

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   3 Jun 2014 01:29:40 -   1.140
+++ ChangeLog   16 Jun 2014 10:39:26 -  1.141
@@ -1,6 +1,11 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 
1.140 2014/06/03 01:29:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 
1.141 2014/06/16 10:39:26 tetromino Exp $
+
+  16 Jun 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  gnome-bluetooth-3.10.0.ebuild, gnome-bluetooth-3.12.0.ebuild:
+  Add yelp-tools to list of eautoreconf deps, and enable those deps for 3.12
+  (bug #513280, thanks to John Bowler).
 
   03 Jun 2014; Alexandre Rostovtsev tetrom...@gentoo.org
   gnome-bluetooth-3.12.0.ebuild, +files/gnome-bluetooth-3.12.0-gold.patch:






[gentoo-commits] gentoo-x86 commit in app-office/calligra: calligra-9999.ebuild calligra-2.8.3.ebuild ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 10:45:04

  Modified: calligra-.ebuild ChangeLog
  Added:calligra-2.8.3.ebuild
  Log:
  Version bump, fixing issue where kexi was not built wrt bug #512890.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.47 app-office/calligra/calligra-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-.ebuild?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-.ebuild?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-.ebuild?r1=1.46r2=1.47

Index: calligra-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-.ebuild,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- calligra-.ebuild24 May 2014 11:28:43 -  1.46
+++ calligra-.ebuild16 Jun 2014 10:45:04 -  1.47
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-.ebuild,v 
1.46 2014/05/24 11:28:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-.ebuild,v 
1.47 2014/06/16 10:45:04 kensington Exp $
 
 # note: files that need to be checked for dependencies etc:
 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -8,11 +8,11 @@
 
 EAPI=5
 
-OPENGL_REQUIRED=optional
-KDE_HANDBOOK=optional
-KDE_LINGUAS_LIVE_OVERRIDE=true
 CHECKREQS_DISK_BUILD=4G
+KDE_HANDBOOK=optional
+KDE_LINGUAS_LIVE_OVERRIDE=true
 KDE_MINIMAL=4.13.1
+OPENGL_REQUIRED=optional
 inherit check-reqs kde4-base versionator
 
 DESCRIPTION=KDE Office Suite
@@ -36,17 +36,17 @@
 LICENSE=GPL-2
 SLOT=4
 
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} == * ]] || \
-KEYWORDS=~amd64 ~arm ~x86
-
-IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +gif +glew +glib +gsf
-gsl import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql nepomuk
-+okular opengtl openexr +pdf postgres spacenav +ssl sybase test tiff +threads
-+truetype vc xbase +xml +xslt
+if [[ ${KDE_BUILD_TYPE} == release ]] ; then
+   KEYWORDS=~amd64 ~arm ~x86
+fi
+
+IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glew +glib +gsf gsl
+import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql nepomuk
++okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc
+xbase +xml
 
 # please do not sort here, order is same as in CMakeLists.txt
-CAL_FTS=author kexi words flow plan stage sheets krita karbon braindump
+CAL_FTS=words stage sheets author karbon krita kexi flow plan braindump
 for cal_ft in ${CAL_FTS}; do
IUSE+= calligra_features_${cal_ft}
 done
@@ -54,9 +54,7 @@
 
 REQUIRED_USE=
calligra_features_author? ( calligra_features_words )
-   calligra_features_kexi? ( calligra_features_sheets )
-   calligra_features_words? ( calligra_features_sheets )
-   calligra_features_krita? ( eigen exif glew lcms )
+   calligra_features_krita? ( eigen exif lcms )
calligra_features_plan? ( kdepim )
calligra_features_sheets? ( eigen )
vc? ( calligra_features_krita )
@@ -78,7 +76,6 @@
$(add_kdebase_dep kdelibs 'nepomuk?')
dev-lang/perl
dev-libs/boost
-   dev-libs/libxml2
$(add_kdebase_dep knewstuff)
media-libs/libpng
sys-libs/zlib
@@ -91,7 +88,6 @@
fftw? ( sci-libs/fftw:3.0 )
fontconfig? ( media-libs/fontconfig )
freetds? ( dev-db/freetds )
-   gif? ( media-libs/giflib )
glew? ( media-libs/glew )
glib? ( dev-libs/glib:2 )
gsf? ( gnome-extra/libgsf )
@@ -109,13 +105,15 @@
kdcraw? ( $(add_kdebase_dep libkdcraw) )
kde? ( $(add_kdebase_dep kactivities) )
kdepim? ( $(add_kdebase_dep kdepimlibs) )
-   lcms? ( media-libs/lcms:2 )
+   lcms? (
+   media-libs/lcms:2
+   x11-libs/libX11
+   )
marble? ( $(add_kdebase_dep marble) )
mysql? ( virtual/mysql )
nepomuk? ( dev-libs/soprano )
okular? ( $(add_kdebase_dep okular) )
opengl? ( virtual/glu )
-   opengtl? ( =media-libs/opengtl-0.9.15 )
openexr? ( media-libs/openexr )
pdf? (
app-text/poppler:=
@@ -126,17 +124,21 @@
dev-libs/libpqxx
)
spacenav? ( dev-libs/libspnav  )
-   ssl? ( dev-libs/openssl )
sybase? ( dev-db/freetds )
tiff? ( media-libs/tiff )
truetype? ( media-libs/freetype:2 )
vc? ( dev-libs/vc )
xbase? ( dev-db/xbase )
-   xslt? ( dev-libs/libxslt )
calligra_features_kexi? (

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

2014-06-16 Thread Tony Vroon (chainsaw)
chainsaw14/06/16 10:46:14

  Modified: ChangeLog
  Added:asterisk-1.8.28.2.ebuild asterisk-11.10.2.ebuild
  Removed:  asterisk-1.8.28.1.ebuild asterisk-11.10.1.ebuild
  Log:
  Upstream distributed a broken release that did not carry traffic for SIP over 
TCP or SIP over TLS.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.485net-misc/asterisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -r1.484 -r1.485
--- ChangeLog   14 Jun 2014 12:20:31 -  1.484
+++ ChangeLog   16 Jun 2014 10:46:13 -  1.485
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.484 
2014/06/14 12:20:31 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.485 
2014/06/16 10:46:13 chainsaw Exp $
+
+*asterisk-11.10.2 (16 Jun 2014)
+*asterisk-1.8.28.2 (16 Jun 2014)
+
+  16 Jun 2014; Tony Vroon chain...@gentoo.org -asterisk-1.8.28.1.ebuild,
+  +asterisk-1.8.28.2.ebuild, -asterisk-11.10.1.ebuild,
+  +asterisk-11.10.2.ebuild:
+  Upstream distributed a broken release that did not carry traffic for SIP over
+  TCP or SIP over TLS.
 
 *asterisk-11.10.1 (14 Jun 2014)
 *asterisk-1.8.28.1 (14 Jun 2014)



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

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

Index: asterisk-1.8.28.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.28.2.ebuild,v 
1.1 2014/06/16 10:46:13 chainsaw Exp $

EAPI=5
inherit autotools base eutils linux-info multilib user

MY_P=${PN}-${PV/_/-}

DESCRIPTION=Asterisk: A Modular Open Source PBX System
HOMEPAGE=http://www.asterisk.org/;
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
 mirror://gentoo/gentoo-asterisk-patchset-1.20.tar.bz2
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file
voicemail_storage_odbc
voicemail_storage_imap

IUSE=${IUSE_VOICEMAIL_STORAGE} ais alsa bluetooth calendar +caps curl dahdi 
debug doc freetds gtalk http iconv jabber jingle ldap lua mysql newt +samples 
odbc osplookup oss portaudio postgres radius selinux snmp span speex sqlite 
sqlite3 srtp static syslog vorbis

IUSE_EXPAND=VOICEMAIL_STORAGE

REQUIRED_USE=
gtalk? ( jabber )
^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
voicemail_storage_odbc? ( odbc )


EPATCH_SUFFIX=patch
PATCHES=( ${WORKDIR}/asterisk-patchset )

RDEPEND=dev-libs/popt
dev-libs/libxml2
dev-libs/openssl
sys-libs/ncurses
sys-libs/zlib
ais? ( sys-cluster/openais )
alsa? ( media-libs/alsa-lib )
bluetooth? ( net-wireless/bluez )
calendar? ( net-libs/neon
 dev-libs/libical
 dev-libs/iksemel )
caps? ( sys-libs/libcap )
curl? ( net-misc/curl )
dahdi? ( =net-libs/libpri-1.4.12_beta2
net-misc/dahdi-tools )
freetds? ( dev-db/freetds )
gtalk? ( dev-libs/iksemel )
http? ( dev-libs/gmime:2.6 )
iconv? ( virtual/libiconv )
jabber? ( dev-libs/iksemel )
jingle? ( dev-libs/iksemel )
ldap? ( net-nds/openldap )
lua? ( dev-lang/lua )
mysql? ( virtual/mysql )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
osplookup? ( net-libs/osptoolkit )
portaudio? ( media-libs/portaudio )
postgres? ( dev-db/postgresql-base )
radius? ( net-dialup/radiusclient-ng )
selinux? ( sec-policy/selinux-asterisk )
snmp? ( net-analyzer/net-snmp )
span? ( media-libs/spandsp )
speex? ( media-libs/speex )
sqlite? ( dev-db/sqlite:0 )
sqlite3? ( dev-db/sqlite:3 )
srtp? ( net-libs/libsrtp )
vorbis? ( media-libs/libvorbis )

DEPEND=${RDEPEND}
voicemail_storage_imap? ( virtual/imap-c-client )
!net-libs/openh323

[gentoo-commits] proj/kde:master commit in: app-office/calligra/

2014-06-16 Thread Michael Palimaka
commit: fe68e0e8b56a8fcf2e9b17141bd39fda67e66767
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 10:46:33 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 10:48:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fe68e0e8

[app-office/calligra] In portage.

Package-Manager: portage-2.2.10

---
 app-office/calligra/calligra-2.8.3.ebuild | 230 --
 app-office/calligra/metadata.xml  |   2 -
 2 files changed, 232 deletions(-)

diff --git a/app-office/calligra/calligra-2.8.3.ebuild 
b/app-office/calligra/calligra-2.8.3.ebuild
deleted file mode 100644
index f18cdb9..000
--- a/app-office/calligra/calligra-2.8.3.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# note: files that need to be checked for dependencies etc:
-# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
-# krita/CMakeLists.txt
-
-EAPI=5
-
-CHECKREQS_DISK_BUILD=4G
-KDE_HANDBOOK=optional
-KDE_LINGUAS_LIVE_OVERRIDE=true
-KDE_MINIMAL=4.13.1
-OPENGL_REQUIRED=optional
-inherit check-reqs kde4-base versionator
-
-DESCRIPTION=KDE Office Suite
-HOMEPAGE=http://www.calligra.org/;
-
-case ${PV} in
-   2.[456789].[789]?)
-   # beta or rc releases
-   SRC_URI=mirror://kde/unstable/${P}/${P}.tar.xz ;;
-   2.[456789].?)
-   # stable releases
-   SRC_URI=mirror://kde/stable/${P}/${P}.tar.xz ;;
-   2.[456789].)
-   # stable branch live ebuild
-   SRC_URI= ;;
-   )
-   # master branch live ebuild
-   SRC_URI= ;;
-esac
-
-LICENSE=GPL-2
-SLOT=4
-
-if [[ ${KDE_BUILD_TYPE} == release ]] ; then
-   KEYWORDS=~amd64 ~arm ~x86
-fi
-
-IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glew +glib +gsf gsl
-import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql nepomuk
-+okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc
-xbase +xml
-
-# please do not sort here, order is same as in CMakeLists.txt
-CAL_FTS=words stage sheets author karbon krita kexi flow plan braindump
-for cal_ft in ${CAL_FTS}; do
-   IUSE+= calligra_features_${cal_ft}
-done
-unset cal_ft
-
-REQUIRED_USE=
-   calligra_features_author? ( calligra_features_words )
-   calligra_features_krita? ( eigen exif lcms )
-   calligra_features_plan? ( kdepim )
-   calligra_features_sheets? ( eigen )
-   vc? ( calligra_features_krita )
-   test? ( calligra_features_karbon )
-
-
-RDEPEND=
-   !app-office/karbon
-   !app-office/kexi
-   !app-office/koffice-data
-   !app-office/koffice-l10n
-   !app-office/koffice-libs
-   !app-office/koffice-meta
-   !app-office/kplato
-   !app-office/kpresenter
-   !app-office/krita
-   !app-office/kspread
-   !app-office/kword
-   $(add_kdebase_dep kdelibs 'nepomuk?')
-   dev-lang/perl
-   dev-libs/boost
-   $(add_kdebase_dep knewstuff)
-   media-libs/libpng
-   sys-libs/zlib
-   =dev-qt/qtgui-4.8.1-r1:4
-   virtual/libiconv
-   attica? ( dev-libs/libattica )
-   crypt? ( app-crypt/qca:2 )
-   eigen? ( dev-cpp/eigen:2 )
-   exif? ( media-gfx/exiv2:= )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   freetds? ( dev-db/freetds )
-   glew? ( media-libs/glew )
-   glib? ( dev-libs/glib:2 )
-   gsf? ( gnome-extra/libgsf )
-   gsl? ( sci-libs/gsl )
-   import-filter? (
-   app-text/libetonyek
-   app-text/libodfgen
-   app-text/libwpd
-   app-text/libwpg
-   app-text/libwps
-   media-libs/libvisio
-   )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/openjpeg:0 )
-   kdcraw? ( $(add_kdebase_dep libkdcraw) )
-   kde? ( $(add_kdebase_dep kactivities) )
-   kdepim? ( $(add_kdebase_dep kdepimlibs) )
-   lcms? (
-   media-libs/lcms:2
-   x11-libs/libX11
-   )
-   marble? ( $(add_kdebase_dep marble) )
-   mysql? ( virtual/mysql )
-   nepomuk? ( dev-libs/soprano )
-   okular? ( $(add_kdebase_dep okular) )
-   opengl? ( virtual/glu )
-   openexr? ( media-libs/openexr )
-   pdf? (
-   app-text/poppler:=
-   media-gfx/pstoedit
-   )
-   postgres? (
-   dev-db/postgresql-base
-   dev-libs/libpqxx
-   )
-   spacenav? ( dev-libs/libspnav  )
-   sybase? ( dev-db/freetds )
-   tiff? ( media-libs/tiff )
-   truetype? ( media-libs/freetype:2 )
-   vc? ( dev-libs/vc )
-   xbase? ( dev-db/xbase )
-   calligra_features_kexi? (
-   =dev-db/sqlite-3.7.9:3[extensions(+)]
-   dev-libs/icu:=
-   )
-   

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

2014-06-16 Thread Michael Palimaka
commit: feeceede3afdbda64e1c35a93ecdfb0310be401e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 10:50:43 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 10:50:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=feeceede

[kde-misc/kdeconnect] Add missing dependency wrt bug #513372.

Package-Manager: portage-2.2.10

---
 kde-misc/kdeconnect/kdeconnect-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/kdeconnect/kdeconnect-.ebuild 
b/kde-misc/kdeconnect/kdeconnect-.ebuild
index d3372ba..2aa5b2b 100644
--- a/kde-misc/kdeconnect/kdeconnect-.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-.ebuild
@@ -30,6 +30,7 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep plasma-workspace)
+   app-crypt/qca-ossl:2
net-dns/avahi
 
 



[gentoo-commits] gentoo-x86 commit in kde-misc/kdeconnect: kdeconnect-0.5.1.ebuild kdeconnect-0.5.2.1.ebuild ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 10:52:52

  Modified: kdeconnect-0.5.1.ebuild kdeconnect-0.5.2.1.ebuild
ChangeLog
  Log:
  Add missing dependency wrt bug #513372.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  kde-misc/kdeconnect/kdeconnect-0.5.1.ebuild

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

Index: kdeconnect-0.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdeconnect-0.5.1.ebuild 11 Mar 2014 03:27:01 -  1.1
+++ kdeconnect-0.5.1.ebuild 16 Jun 2014 10:52:52 -  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/kde-misc/kdeconnect/kdeconnect-0.5.1.ebuild,v 1.1 
2014/03/11 03:27:01 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.5.1.ebuild,v 1.2 
2014/06/16 10:52:52 kensington Exp $
 
 EAPI=5
 
@@ -30,6 +30,7 @@
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep plasma-workspace)
+   app-crypt/qca-ossl:2
net-dns/avahi
 
 



1.2  kde-misc/kdeconnect/kdeconnect-0.5.2.1.ebuild

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

Index: kdeconnect-0.5.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.5.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdeconnect-0.5.2.1.ebuild   15 May 2014 01:39:51 -  1.1
+++ kdeconnect-0.5.2.1.ebuild   16 Jun 2014 10:52:52 -  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/kde-misc/kdeconnect/kdeconnect-0.5.2.1.ebuild,v 1.1 
2014/05/15 01:39:51 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.5.2.1.ebuild,v 1.2 
2014/06/16 10:52:52 kensington Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep plasma-workspace)
+   app-crypt/qca-ossl:2
net-dns/avahi
 
 



1.4  kde-misc/kdeconnect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   15 May 2014 01:39:51 -  1.3
+++ ChangeLog   16 Jun 2014 10:52:52 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/kdeconnect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.3 
2014/05/15 01:39:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.4 
2014/06/16 10:52:52 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org 
kdeconnect-0.5.1.ebuild,
+  kdeconnect-0.5.2.1.ebuild:
+  Add missing dependency wrt bug #513372.
 
 *kdeconnect-0.5.2.1 (15 May 2014)
 






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

2014-06-16 Thread Tony Vroon (chainsaw)
chainsaw14/06/16 10:57:09

  Modified: ChangeLog
  Added:asterisk-12.3.2.ebuild
  Removed:  asterisk-12.3.0.ebuild
  Log:
  Upstream distributed a broken release that did not carry traffic for SIP over 
TCP or SIP over TLS. This remains masked and is not recommended for production 
deployments.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.486net-misc/asterisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -r1.485 -r1.486
--- ChangeLog   16 Jun 2014 10:46:13 -  1.485
+++ ChangeLog   16 Jun 2014 10:57:09 -  1.486
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.485 
2014/06/16 10:46:13 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.486 
2014/06/16 10:57:09 chainsaw Exp $
+
+*asterisk-12.3.2 (16 Jun 2014)
+
+  16 Jun 2014; Tony Vroon chain...@gentoo.org -asterisk-12.3.1.ebuild,
+  +asterisk-12.3.2.ebuild:
+  Upstream distributed a broken release that did not carry traffic for SIP over
+  TCP or SIP over TLS. This remains masked and is not recommended for
+  production deployments.
 
 *asterisk-11.10.2 (16 Jun 2014)
 *asterisk-1.8.28.2 (16 Jun 2014)
@@ -11,6 +19,19 @@
   Upstream distributed a broken release that did not carry traffic for SIP over
   TCP or SIP over TLS.
 
+*asterisk-12.3.1 (14 Jun 2014)
+
+  14 Jun 2014; Tony Vroon chain...@gentoo.org -asterisk-12.1.1.ebuild,
+  -asterisk-12.2.0.ebuild, -asterisk-12.3.0.ebuild, +asterisk-12.3.1.ebuild:
+  And now for the 12 branch, which has additional vulnerabilities in the PJSIP
+  channel driver. MixMonitor AMI command allowed arbitrary shell commands to be
+  executed (AST-2014-006). Upstream replacement of plain broken SSL read
+  implementation as part of an HTTPS denial of service (AST-2014-007) finally
+  fixes ASTERISK-18345 after almost three years. Relevant downstream patch
+  removed, this means we were very likely not vulnerable. Resolves a remote
+  crash in publish/subscribe framework (AST-2014-005) due to deadlock on a
+  synchronously dispatched task.
+
 *asterisk-11.10.1 (14 Jun 2014)
 *asterisk-1.8.28.1 (14 Jun 2014)
 



1.1  net-misc/asterisk/asterisk-12.3.2.ebuild

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

Index: asterisk-12.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-12.3.2.ebuild,v 
1.1 2014/06/16 10:57:09 chainsaw Exp $

EAPI=5
inherit autotools base eutils linux-info multilib user

MY_P=${PN}-${PV/_/-}

DESCRIPTION=Asterisk: A Modular Open Source PBX System
HOMEPAGE=http://www.asterisk.org/;
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
 mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86

IUSE_VOICEMAIL_STORAGE=
+voicemail_storage_file
voicemail_storage_odbc
voicemail_storage_imap

IUSE=${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql 
newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span 
speex srtp static syslog vorbis
IUSE_EXPAND=VOICEMAIL_STORAGE
REQUIRED_USE=gtalk? ( jabber )
^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
voicemail_storage_odbc? ( odbc )


EPATCH_SUFFIX=patch
EPATCH_EXCLUDE=08-tls-certificate-chaining-support.patch
PATCHES=( ${WORKDIR}/asterisk-patchset )

RDEPEND=dev-db/sqlite:3
dev-libs/popt
dev-libs/jansson
dev-libs/libxml2
dev-libs/openssl
sys-libs/ncurses
sys-libs/zlib
alsa? ( media-libs/alsa-lib )
bluetooth? ( net-wireless/bluez )
calendar? ( net-libs/neon
 dev-libs/libical
 dev-libs/iksemel )
caps? ( sys-libs/libcap )
cluster? ( sys-cluster/corosync )
curl? ( net-misc/curl )
dahdi? ( 

[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: ChangeLog elogviewer-2.1.ebuild

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 11:03:36

  Modified: ChangeLog elogviewer-2.1.ebuild
  Log:
  Stable for amd64 wrt bug #510560
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.45 app-portage/elogviewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   14 Jun 2014 09:44:24 -  1.44
+++ ChangeLog   16 Jun 2014 11:03:36 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.44 
2014/06/14 09:44:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.45 
2014/06/16 11:03:36 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org elogviewer-2.1.ebuild:
+  Stable for amd64 wrt bug #510560
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org elogviewer-2.1.ebuild:
   x86 stable wrt bug #510560



1.3  app-portage/elogviewer/elogviewer-2.1.ebuild

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

Index: elogviewer-2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elogviewer-2.1.ebuild   14 Jun 2014 09:44:24 -  1.2
+++ elogviewer-2.1.ebuild   16 Jun 2014 11:03:36 -  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-portage/elogviewer/elogviewer-2.1.ebuild,v 1.2 
2014/06/14 09:44:24 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1.ebuild,v 1.3 
2014/06/16 11:03:36 nimiux Exp $
 
 EAPI=5
 PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3})
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc ~sparc x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-db/redis: ChangeLog redis-2.8.11.ebuild redis-2.8.6.ebuild redis-2.6.9.ebuild redis-2.6.13.ebuild redis-2.8.5.ebuild redis-2.8.7.ebuild

2014-06-16 Thread Alexys Jacob (ultrabug)
ultrabug14/06/16 11:05:15

  Modified: ChangeLog
  Added:redis-2.8.11.ebuild
  Removed:  redis-2.8.6.ebuild redis-2.6.9.ebuild
redis-2.6.13.ebuild redis-2.8.5.ebuild
redis-2.8.7.ebuild
  Log:
  fix #513020, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.81 dev-db/redis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   20 May 2014 10:53:58 -  1.80
+++ ChangeLog   16 Jun 2014 11:05:15 -  1.81
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/redis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.80 2014/05/20 
10:53:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.81 2014/06/16 
11:05:15 ultrabug Exp $
+
+*redis-2.8.11 (16 Jun 2014)
+
+  16 Jun 2014; Ultrabug ultra...@gentoo.org -redis-2.6.9.ebuild,
+  -redis-2.6.13.ebuild, -redis-2.8.5.ebuild, -redis-2.8.6.ebuild,
+  -redis-2.8.7.ebuild, +redis-2.8.11.ebuild:
+  version bump fix #513020, drop old
 
   20 May 2014; Jeroen Roovers j...@gentoo.org redis-2.8.9.ebuild:
   Marked ~hppa (bug #510626).



1.1  dev-db/redis/redis-2.8.11.ebuild

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

Index: redis-2.8.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.11.ebuild,v 1.1 
2014/06/16 11:05:15 ultrabug Exp $

EAPI=5

inherit autotools eutils flag-o-matic systemd toolchain-funcs user

DESCRIPTION=A persistent caching system, key-value and data structures 
database.
HOMEPAGE=http://redis.io/;
SRC_URI=http://download.redis.io/releases/${P}.tar.gz;

LICENSE=BSD
KEYWORDS=~amd64 ~hppa ~x86 ~x86-macos ~x86-solaris
IUSE=+jemalloc tcmalloc test
SLOT=0

RDEPEND=tcmalloc? ( dev-util/google-perftools )
jemalloc? ( =dev-libs/jemalloc-3.2 )
DEPEND==sys-devel/autoconf-2.63
test? ( dev-lang/tcl )
${RDEPEND}
REQUIRED_USE=tcmalloc? ( !jemalloc )
jemalloc? ( !tcmalloc )

S=${WORKDIR}/${PN}-${PV/_/-}

pkg_setup() {
enewgroup redis 75
enewuser redis 75 -1 /var/lib/redis redis
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.8.3-{shared,config}.patch

# bug 467172, 467174
sed -i -e 's:AR=:AR?=:g' -e 's:RANLIB=:RANLIB?=:g' 
${S}/deps/lua/src/Makefile || die

# now we will rewrite present Makefiles
local makefiles=
for MKF in $(find -name 'Makefile' | cut -b 3-); do
mv ${MKF} ${MKF}.in
sed -i  -e 's:$(CC):@CC@:g' \
-e 's:$(CFLAGS):@AM_CFLAGS@:g' \
-e 's: $(DEBUG)::g' \
-e 's:$(OBJARCH)::g' \
-e 's:ARCH:TARCH:g' \
-e '/^CCOPT=/s:$: $(LDFLAGS):g' \
${MKF}.in \
|| die Sed failed for ${MKF}
makefiles+= ${MKF}
done
# autodetection of compiler and settings; generates the modified 
Makefiles
cp ${FILESDIR}/configure.ac-2.2 configure.ac
sed -i  -e 
s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g \
configure.ac || die Sed failed for configure.ac
eautoconf
}

src_configure() {
econf

# Linenoise can't be built with -std=c99, see 
https://bugs.gentoo.org/451164
# also, don't define ANSI/c99 for lua twice
sed -i -e s:-std=c99::g deps/linenoise/Makefile deps/Makefile || die
}

src_compile() {
tc-export CC AR RANLIB

local myconf=

if use tcmalloc ; then
myconf=${myconf} USE_TCMALLOC=yes
elif use jemalloc ; then
myconf=${myconf} JEMALLOC_SHARED=yes
else
myconf=${myconf} MALLOC=yes
fi

emake ${myconf} V=1 CC=${CC} AR=${AR} rcu RANLIB=${RANLIB}
}

src_install() {
insinto /etc/
doins redis.conf sentinel.conf
use prefix || fowners redis:redis /etc/{redis,sentinel}.conf
fperms 0644 

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

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 11:09:10

  Modified: ChangeLog uim-1.8.6-r1.ebuild
  Log:
  Stable for amd64 wrt bug #510672
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.269app-i18n/uim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   14 Jun 2014 10:43:09 -  1.268
+++ ChangeLog   16 Jun 2014 11:09:10 -  1.269
@@ -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.268 2014/06/14 
10:43:09 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.269 2014/06/16 
11:09:10 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org uim-1.8.6-r1.ebuild:
+  Stable for amd64 wrt bug #510672
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org uim-1.8.6-r1.ebuild:
   x86 stable wrt bug #510672



1.4  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.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.8.6-r1.ebuild?r1=1.3r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uim-1.8.6-r1.ebuild 14 Jun 2014 10:43:09 -  1.3
+++ uim-1.8.6-r1.ebuild 16 Jun 2014 11:09:10 -  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-i18n/uim/uim-1.8.6-r1.ebuild,v 1.3 
2014/06/14 10:43:09 phajdan.jr Exp $
+# $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 $
 
 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






[gentoo-commits] gentoo-x86 commit in sys-cluster/crmsh: ChangeLog crmsh-2.0.0.ebuild crmsh-1.2.4.ebuild crmsh-1.2.5-r3.ebuild

2014-06-16 Thread Alexys Jacob (ultrabug)
ultrabug14/06/16 11:14:43

  Modified: ChangeLog
  Added:crmsh-2.0.0.ebuild
  Removed:  crmsh-1.2.4.ebuild crmsh-1.2.5-r3.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.11 sys-cluster/crmsh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   24 Oct 2013 12:32:45 -  1.10
+++ ChangeLog   16 Jun 2014 11:14:43 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/crmsh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.10 
2013/10/24 12:32:45 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.11 
2014/06/16 11:14:43 ultrabug Exp $
+
+*crmsh-2.0.0 (16 Jun 2014)
+
+  16 Jun 2014; Ultrabug ultra...@gentoo.org -crmsh-1.2.4.ebuild,
+  -crmsh-1.2.5-r3.ebuild, +crmsh-2.0.0.ebuild:
+  version bump, drop old
 
   24 Oct 2013; Kacper Kowalik xarthis...@gentoo.org crmsh-1.2.4.ebuild,
   crmsh-1.2.5-r3.ebuild, crmsh-1.2.6.ebuild:



1.1  sys-cluster/crmsh/crmsh-2.0.0.ebuild

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

Index: crmsh-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/sys-cluster/crmsh/crmsh-2.0.0.ebuild,v 1.1 
2014/06/16 11:14:43 ultrabug Exp $

EAPI=5

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

AUTOTOOLS_AUTORECONF=true

EGIT_REPO_URI=git://github.com/crmsh/crmsh
if [[ ${PV} == * ]]; then
KEYWORDS=
else
EGIT_COMMIT=${PV}
KEYWORDS=~amd64 ~hppa ~x86
fi

inherit autotools-utils git-2 python-r1

DESCRIPTION=Pacemaker command line interface for management and configuration
HOMEPAGE=http://crmsh.github.io/;
SRC_URI=

LICENSE=GPL-2
SLOT=0
IUSE=

REQUIRED_USE=${PYTHON_REQUIRED_USE}

DEPEND=${PYTHON_DEPS}
=sys-cluster/pacemaker-1.1.8
RDEPEND=${DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]

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

src_prepare() {
sed \
-e 
's@CRM_CACHE_DIR=${localstatedir}/cache/crm@CRM_CACHE_DIR=${localstatedir}/crmsh@g'
 \
-i configure.ac || die
autotools-utils_src_prepare
}

src_configure() {
python_foreach_impl autotools-utils_src_configure
}

src_compile() {
python_foreach_impl autotools-utils_src_compile
}

src_install() {
python_foreach_impl autotools-utils_src_install
python_replicate_script ${ED}/usr/sbin/crm
}






[gentoo-commits] gentoo-x86 commit in app-admin/keepassx: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:20:51

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  app-admin/keepassx/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/keepassx/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml25 Jul 2012 05:36:29 -  1.4
+++ metadata.xml16 Jun 2014 11:20:51 -  1.5
@@ -5,7 +5,6 @@
 emailtg...@gentoo.org/email
 nameTimo Gurr/name
   /maintainer
-  herdqt/herd
   longdescription
 KeePassX provides a safe location for your passwords and similar
 data.  It encrypts its databasee with AES either by passphrase or a key



1.64 app-admin/keepassx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   15 Apr 2014 12:02:27 -  1.63
+++ ChangeLog   16 Jun 2014 11:20:51 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/keepassx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.63 
2014/04/15 12:02:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.64 
2014/06/16 11:20:51 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
 *keepassx-2.0_alpha6 (15 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in app-cdr/acetoneiso: metadata.xml ChangeLog

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

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.4  app-cdr/acetoneiso/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/acetoneiso/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml3 May 2010 19:03:03 -   1.3
+++ metadata.xml16 Jun 2014 11:21:46 -  1.4
@@ -2,5 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdmedia-optical/herd
-  herdqt/herd
 /pkgmetadata



1.14 app-cdr/acetoneiso/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/acetoneiso/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   18 Nov 2013 21:21:43 -  1.13
+++ ChangeLog   16 Jun 2014 11:21:46 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/acetoneiso
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/acetoneiso/ChangeLog,v 1.13 
2013/11/18 21:21:43 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/acetoneiso/ChangeLog,v 1.14 
2014/06/16 11:21:46 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   18 Nov 2013; Markos Chandras hwoar...@gentoo.org acetoneiso-2.3.ebuild:
   Replace non-existing HOMEPAGE with the one on sourceforge. Bug #491402






[gentoo-commits] gentoo-x86 commit in app-editors/fb2edit: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:23:00

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  app-editors/fb2edit/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/fb2edit/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml20 Apr 2013 10:11:24 -  1.2
+++ metadata.xml16 Jun 2014 11:23:00 -  1.3
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdqt/herd
maintainer
emailpinkb...@gentoo.org/email
nameSergey Popov/name



1.12 app-editors/fb2edit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Aug 2013 10:54:01 -  1.11
+++ ChangeLog   16 Jun 2014 11:23:00 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/fb2edit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.11 
2013/08/27 10:54:01 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.12 
2014/06/16 11:23:00 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   27 Aug 2013; Michael Palimaka kensing...@gentoo.org -fb2edit-0.0.7.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in app-misc/pysmssend: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:24:28

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  app-misc/pysmssend/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/pysmssend/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml6 Feb 2009 12:01:49 -   1.1
+++ metadata.xml16 Jun 2014 11:24:28 -  1.2
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdqt/herd
 maintainer
 emailhwoar...@gentoo.org/email
 nameMarkos Chandras/name



1.28 app-misc/pysmssend/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   3 Mar 2013 22:56:45 -   1.27
+++ ChangeLog   16 Jun 2014 11:24:28 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pysmssend
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.27 
2013/03/03 22:56:45 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.28 
2014/06/16 11:24:28 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   03 Mar 2013; Markos Chandras hwoar...@gentoo.org -pysmssend-1.45.ebuild:
   remove old






[gentoo-commits] gentoo-x86 commit in app-misc/socnetv: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:25:14

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.4  app-misc/socnetv/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/socnetv/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml24 Nov 2011 12:45:58 -  1.3
+++ metadata.xml16 Jun 2014 11:25:14 -  1.4
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdqt/herd
maintainer
emailhwoar...@gentoo.org/email
nameMarkos Chandras/name



1.21 app-misc/socnetv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   2 Mar 2013 19:31:48 -   1.20
+++ ChangeLog   16 Jun 2014 11:25:14 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/socnetv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v 1.20 
2013/03/02 19:31:48 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/socnetv/ChangeLog,v 1.21 
2014/06/16 11:25:14 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org socnetv-0.90.ebuild:
   Move Qt dependencies to the new category






[gentoo-commits] gentoo-x86 commit in app-office/qchartdiary: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:27:15

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  app-office/qchartdiary/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-office/qchartdiary/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml9 May 2009 15:26:38 -   1.1
+++ metadata.xml16 Jun 2014 11:27:15 -  1.2
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdqt/herd
 maintainer
 emailhwoar...@gentoo.org/email
 nameMarkos Chandras/name
@@ -9,4 +8,3 @@
 longdescription lang=en
 /longdescription
 /pkgmetadata
-



1.7  app-office/qchartdiary/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   2 Mar 2013 19:36:46 -   1.6
+++ ChangeLog   16 Jun 2014 11:27:15 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/qchartdiary
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.6 
2013/03/02 19:36:46 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.7 
2014/06/16 11:27:15 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   02 Mar 2013; Markos Chandras hwoar...@gentoo.org
   qchartdiary-0.6.4.1-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/numba: numba-0.13.2.ebuild ChangeLog

2014-06-16 Thread Ian Delaney (idella4)
idella4 14/06/16 11:28:07

  Modified: ChangeLog
  Added:numba-0.13.2.ebuild
  Log:
  bump; drop py2.6 py3.2 add py 3.4, drop redundant dep requ'd for py2.6, add 
IUSE doc for install of pdf file
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/numba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   14 Apr 2014 17:12:37 -  1.4
+++ ChangeLog   16 Jun 2014 11:28:07 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/numba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.4 2014/04/14 
17:12:37 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.5 2014/06/16 
11:28:07 idella4 Exp $
+
+*numba-0.13.2 (16 Jun 2014)
+
+  16 Jun 2014; Ian Delaney idel...@gentoo.org +numba-0.13.2.ebuild:
+  bump; drop py2.6 py3.2 add py 3.4, drop redundant dep requ'd for py2.6, add
+  IUSE doc for install of pdf file
 
 *numba-0.13.0 (14 Apr 2014)
 



1.1  dev-python/numba/numba-0.13.2.ebuild

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

Index: numba-0.13.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/numba/numba-0.13.2.ebuild,v 1.1 
2014/06/16 11:28:07 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=NumPy aware dynamic Python compiler using LLVM
HOMEPAGE=http://numba.pydata.org/;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux

IUSE=doc examples

RDEPEND=
dev-python/llvmpy[${PYTHON_USEDEP}]
=dev-python/numpy-1.6[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}

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

python_test() {
cd ${BUILD_DIR}/lib* || die
${PYTHON} -c import numba; numba.test() || die
}

python_install_all() {
# doc needs obsolete sphnxjp package
use doc  dodoc docs/Numba.pdf
use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-util/beediff: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:29:25

  Modified: metadata.xml ChangeLog
  Log:
  Drop to maintainer-needed.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  dev-util/beediff/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/beediff/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml26 Mar 2010 18:53:57 -  1.2
+++ metadata.xml16 Jun 2014 11:29:25 -  1.3
@@ -1,5 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-  herdqt/herd
+   maintainer
+   emailmaintainer-nee...@gentoo.org/email
+   nameDefault assignee for orphaned packages/name
+   /maintainer
 /pkgmetadata



1.4  dev-util/beediff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/beediff/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   12 Jun 2013 14:15:08 -  1.3
+++ ChangeLog   16 Jun 2014 11:29:25 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/beediff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/beediff/ChangeLog,v 1.3 2013/06/12 
14:15:08 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/beediff/ChangeLog,v 1.4 2014/06/16 
11:29:25 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Drop to maintainer-needed.
 
   12 Jun 2013; Michael Palimaka kensing...@gentoo.org beediff-1.9.ebuild:
   Migrate to EAPI 5. Add missing dependency. Slight improvement to included






[gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.12.0.ebuild totem-3.12.1.ebuild ChangeLog totem-3.10.1.ebuild

2014-06-16 Thread Alexandre Rostovtsev (tetromino)
tetromino14/06/16 11:32:05

  Modified: totem-3.12.0.ebuild totem-3.12.1.ebuild ChangeLog
totem-3.10.1.ebuild
  Log:
  Add missing dependencies for m4 macros for eautoreconf (bug #513460, thanks 
to krantadan).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.2  media-video/totem/totem-3.12.0.ebuild

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

Index: totem-3.12.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-3.12.0.ebuild 27 Apr 2014 17:38:57 -  1.1
+++ totem-3.12.0.ebuild 16 Jun 2014 11:32:05 -  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/media-video/totem/totem-3.12.0.ebuild,v 1.1 
2014/04/27 17:38:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.0.ebuild,v 1.2 
2014/06/16 11:32:05 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -85,7 +85,14 @@
x11-proto/xextproto
x11-proto/xproto
virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
 
+# eautoreconf needs:
+#  app-text/yelp-tools
+#  dev-libs/gobject-introspection-common
+#  gnome-base/gnome-common
 # docbook-xml-dtd is needed for user doc
 # Prevent dev-python/pylint dep, bug #482538
 pkg_setup() {



1.2  media-video/totem/totem-3.12.1.ebuild

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

Index: totem-3.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-3.12.1.ebuild 31 May 2014 15:33:27 -  1.1
+++ totem-3.12.1.ebuild 16 Jun 2014 11:32:05 -  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/media-video/totem/totem-3.12.1.ebuild,v 1.1 
2014/05/31 15:33:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.1.ebuild,v 1.2 
2014/06/16 11:32:05 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -84,7 +84,14 @@
x11-proto/xextproto
x11-proto/xproto
virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
 
+# eautoreconf needs:
+#  app-text/yelp-tools
+#  dev-libs/gobject-introspection-common
+#  gnome-base/gnome-common
 # docbook-xml-dtd is needed for user doc
 # Prevent dev-python/pylint dep, bug #482538
 pkg_setup() {



1.375media-video/totem/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog   31 May 2014 15:33:27 -  1.374
+++ ChangeLog   16 Jun 2014 11:32:05 -  1.375
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/totem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.374 
2014/05/31 15:33:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.375 
2014/06/16 11:32:05 tetromino Exp $
+
+  16 Jun 2014; Alexandre Rostovtsev tetrom...@gentoo.org totem-3.10.1.ebuild,
+  totem-3.12.0.ebuild, totem-3.12.1.ebuild:
+  Add missing dependencies for m4 macros for eautoreconf (bug #513460, thanks
+  to krantadan).
 
 *totem-3.12.1 (31 May 2014)
 



1.7  media-video/totem/totem-3.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.10.1.ebuild?rev=1.7view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in dev-games/tiled: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:33:02

  Modified: metadata.xml ChangeLog
  Log:
  Take over maintainership of package.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  dev-games/tiled/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/tiled/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml6 Aug 2012 14:32:28 -   1.1
+++ metadata.xml16 Jun 2014 11:33:02 -  1.2
@@ -1,7 +1,9 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdqt/herd
+   maintainer
+   emailkensing...@gentoo.org/email
+   /maintainer
upstream
remote-id type=sourceforgetiled/remote-id
/upstream



1.5  dev-games/tiled/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 May 2014 13:22:51 -   1.4
+++ ChangeLog   16 Jun 2014 11:33:02 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/tiled
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.4 2014/05/06 
13:22:51 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.5 2014/06/16 
11:33:02 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Take over maintainership of package.
 
 *tiled-0.9.1 (06 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pyqwt: metadata.xml ChangeLog

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 11:34:13

  Modified: metadata.xml ChangeLog
  Log:
  Remove Qt herd.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.4  dev-python/pyqwt/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyqwt/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml13 Feb 2013 20:28:50 -  1.3
+++ metadata.xml16 Jun 2014 11:34:13 -  1.4
@@ -2,7 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdpython/herd
-  herdqt/herd
   longdescription lang=en
   PyQwt is a set of Python bindings for the Qwt  C++ class library which
   extends the Qt framework with widgets for scientific and engineering



1.23 dev-python/pyqwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyqwt/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   5 Sep 2013 18:45:58 -   1.22
+++ ChangeLog   16 Jun 2014 11:34:13 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyqwt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/ChangeLog,v 1.22 
2013/09/05 18:45:58 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/ChangeLog,v 1.23 
2014/06/16 11:34:13 kensington Exp $
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove Qt herd.
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org pyqwt-5.2.0-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in sys-apps/gptfdisk: gptfdisk-0.8.10.ebuild ChangeLog

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 11:38:46

  Modified: gptfdisk-0.8.10.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #510150
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.4  sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild

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

Index: gptfdisk-0.8.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gptfdisk-0.8.10.ebuild  14 Jun 2014 10:07:01 -  1.3
+++ gptfdisk-0.8.10.ebuild  16 Jun 2014 11:38:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.3 2014/06/14 10:07:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.4 2014/06/16 11:38:46 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~arm-linux ~x86-linux
 IUSE=kernel_linux ncurses static
 
 LIB_DEPEND=dev-libs/popt[static-libs(+)]



1.49 sys-apps/gptfdisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   14 Jun 2014 10:07:01 -  1.48
+++ ChangeLog   16 Jun 2014 11:38:46 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/gptfdisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.48 
2014/06/14 10:07:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.49 
2014/06/16 11:38:46 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org gptfdisk-0.8.10.ebuild:
+  Stable for amd64 wrt bug #510150
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org gptfdisk-0.8.10.ebuild:
   x86 stable wrt bug #510150






[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-06-16 Thread Michael Palimaka
commit: 0543ebb7b82c0d8a5da9d16e664568528f885417
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 11:49:09 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 11:49:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0543ebb7

[kde-base/plasma-workspace] Update dependencies.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index cdd940c..3fe3601 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -13,6 +13,7 @@ IUSE=dbus prison X
 
 COMMON_DEPEND=
$(add_kdebase_dep libksysguard)
+   $(add_kdebase_dep baloo)
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcompletion)
@@ -41,6 +42,7 @@ COMMON_DEPEND=
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)



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

2014-06-16 Thread Michael Palimaka
commit: 52918975f56fbb71f04be6fca8fbcfd1ae934cdf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 12:06:12 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:06:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52918975

[kde-base/baloo] Add new dependency.

Upstream commit: 8026dbab396ca9ebb8b2ab746d6b1a967f46890b.

Package-Manager: portage-2.2.10

---
 kde-base/baloo/baloo-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/baloo/baloo-.ebuild b/kde-base/baloo/baloo-.ebuild
index 099fbbf..8d3ebea 100644
--- a/kde-base/baloo/baloo-.ebuild
+++ b/kde-base/baloo/baloo-.ebuild
@@ -19,6 +19,7 @@ DEPEND=
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kidletime)
$(add_frameworks_dep kio)



[gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.7.20.ebuild wine-9999.ebuild ChangeLog

2014-06-16 Thread Alexandre Rostovtsev (tetromino)
tetromino14/06/16 12:08:07

  Modified: wine-.ebuild ChangeLog
  Added:wine-1.7.20.ebuild
  Log:
  Version bump, see http://www.winehq.org/announce/1.7.20 for the announcement. 
Use samba with ABI_X86=32 64 for win32 netapi support; note that there is no 
emul-linux-x86-* alternative for netapi. Switch to multilib-minimal.eclass 
(bugs #494394 and #511184, thanks to Michał Górny). Enable experimental 
pthreads patch from winepulse patchset, otherwise gstreamer support is simply 
broken with any version of dev-libs/glib we have in portage.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.170app-emulation/wine/wine-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-.ebuild?rev=1.170view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-.ebuild?rev=1.170content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-.ebuild?r1=1.169r2=1.170

Index: wine-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-.ebuild,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- wine-.ebuild12 Jun 2014 14:30:41 -  1.169
+++ wine-.ebuild16 Jun 2014 12:08:06 -  1.170
@@ -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-emulation/wine/wine-.ebuild,v 1.169 
2014/06/12 14:30:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-.ebuild,v 1.170 
2014/06/16 12:08:06 tetromino Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 PLOCALES=ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW
 PLOCALE_BACKUP=en
 
-inherit autotools-multilib eutils fdo-mime flag-o-matic gnome2-utils l10n 
multilib pax-utils toolchain-funcs virtualx
+inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://source.winehq.org/git/wine.git
@@ -24,8 +24,8 @@
 
 GV=2.24
 MV=4.5.2
-PULSE_PATCHES=winepulse-patches-1.7.12
-COMPHOLIOV=1.7.18-1
+PULSE_PATCHES=winepulse-patches-1.7.20
+COMPHOLIOV=1.7.20
 COMPHOLIO_PATCHES=wine-compholio-daily-${COMPHOLIOV}
 WINE_GENTOO=wine-gentoo-2013.06.24
 DESCRIPTION=Free implementation of Windows(tm) on Unix
@@ -46,8 +46,10 @@
 REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 )
test? ( abi_x86_32 )
elibc_glibc? ( threads )
+   gstreamer? ( pulseaudio )
mono? ( abi_x86_32 )
osmesa? ( opengl ) #286560
+# winepulse patches needed for gstreamer due to 
http://bugs.winehq.org/show_bug.cgi?id=30557
 
 # FIXME: the test suite is unsuitable for us; many tests require net access
 # or fail due to Xvfb's opengl limitations.
@@ -101,132 +103,133 @@
abi_x86_64? ( ${NATIVE_DEPEND} )
abi_x86_32? (
truetype? ( || (
-   
=app-emulation/emul-linux-x86-xlibs-2.1[development]
-   =media-libs/freetype-2.0.0[abi_x86_32]
+   
=app-emulation/emul-linux-x86-xlibs-2.1[development,-abi_x86_32(-)]
+   =media-libs/freetype-2.0.0[abi_x86_32(-)]
) )
ncurses? ( || (
-   
app-emulation/emul-linux-x86-baselibs[development]
-   sys-libs/ncurses[abi_x86_32]
+   
app-emulation/emul-linux-x86-baselibs[development,-abi_x86_32(-)]
+   sys-libs/ncurses[abi_x86_32(-)]
) )
udisks? ( || (
-   
=app-emulation/emul-linux-x86-baselibs-20130224[development]
-   sys-apps/dbus[abi_x86_32]
+   
=app-emulation/emul-linux-x86-baselibs-20130224[development,-abi_x86_32(-)]
+   sys-apps/dbus[abi_x86_32(-)]
) )
fontconfig? ( || (
-   app-emulation/emul-linux-x86-xlibs[development]
-   media-libs/fontconfig[abi_x86_32]
+   
app-emulation/emul-linux-x86-xlibs[development,-abi_x86_32(-)]
+   media-libs/fontconfig[abi_x86_32(-)]
) )
gphoto2? ( || (
-   
app-emulation/emul-linux-x86-medialibs[development]
-   media-libs/libgphoto2[abi_x86_32]
+

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

2014-06-16 Thread Michael Palimaka
commit: eefba062729911a062d4f017c05312a2202226de
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Sun Jun 15 20:11:53 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:09:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eefba062

[kde-base/kwin] Add dev-qt/qtgraphicaleffects as runtime dependency

Without dev-qt/qtgraphicaleffects installed, Aurorae based kwin
decorations can't be rendered.

Package-Manager: portage-2.2.10

---
 kde-base/breeze/breeze-4.96.0.ebuild | 4 
 kde-base/breeze/breeze-.ebuild   | 5 -
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/kde-base/breeze/breeze-4.96.0.ebuild 
b/kde-base/breeze/breeze-4.96.0.ebuild
index c8448b1..252a9b7 100644
--- a/kde-base/breeze/breeze-4.96.0.ebuild
+++ b/kde-base/breeze/breeze-4.96.0.ebuild
@@ -11,3 +11,7 @@ DESCRIPTION=Breeze visual style for the Plasma desktop
 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze;
 KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
+
+RDEPEND=
+   dev-qt/qtgraphicaleffects:5
+

diff --git a/kde-base/breeze/breeze-.ebuild 
b/kde-base/breeze/breeze-.ebuild
index fcabda9..d76f2b8 100644
--- a/kde-base/breeze/breeze-.ebuild
+++ b/kde-base/breeze/breeze-.ebuild
@@ -16,4 +16,7 @@ DEPEND=
$(add_frameworks_dep kcoreaddons)
dev-qt/qtwidgets:5
 
-RDEPEND=${DEPEND}
+RDEPEND=
+   ${DEPEND}
+   dev-qt/qtgraphicaleffects:5
+



[gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: ChangeLog capi4k-utils-20050718-r6.ebuild capi4k-utils-20050718-r4.ebuild

2014-06-16 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/16 12:13:28

  Modified: ChangeLog
  Added:capi4k-utils-20050718-r6.ebuild
  Removed:  capi4k-utils-20050718-r4.ebuild
  Log:
  Revision bump: EAPI 5, epatch_user, add missing 'die' to all sed calls, fix 
bug #511800, thanks to  Vladimir Miloserdov milosvova AT gmail.com for 
discovering this issue. Drop old revision
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.76 net-dialup/capi4k-utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   3 Apr 2014 10:10:27 -   1.75
+++ ChangeLog   16 Jun 2014 12:13:28 -  1.76
@@ -1,6 +1,14 @@
 # ChangeLog for net-dialup/capi4k-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.75 
2014/04/03 10:10:27 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.76 
2014/06/16 12:13:28 pinkbyte Exp $
+
+*capi4k-utils-20050718-r6 (16 Jun 2014)
+
+  16 Jun 2014; Sergey Popov pinkb...@gentoo.org
+  -capi4k-utils-20050718-r4.ebuild, +capi4k-utils-20050718-r6.ebuild:
+  Revision bump: EAPI 5, epatch_user, add missing 'die' to all sed calls, fix
+  bug #511800, thanks to Vladimir Miloserdov milosvova AT gmail.com for
+  discovering this issue. Drop old revision
 
   03 Apr 2014; Tom Wijsman tom...@gentoo.org capi4k-utils-20050718-r3.ebuild:
   [QA] Drop minor arch stable keyword(s) per 20130917 Council decision, due to



1.1  net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild?rev=1.1content-type=text/plain

Index: capi4k-utils-20050718-r6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v
 1.1 2014/06/16 12:13:28 pinkbyte Exp $

EAPI=5

inherit eutils linux-info multilib

YEAR_PV=${PV:0:4}
MON_PV=${PV:4:2}
DAY_PV=${PV:6:2}
MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV}

PATCHVER=5
TARBALL_FILES=capi4k-files-${PV}-r${PATCHVER}.tar.xz
TARBALL_PATCHES=capi4k-patches-${PV}-r${PATCHVER}.tar.xz

DESCRIPTION=CAPI4Linux Utils
HOMEPAGE=ftp://ftp.in-berlin.de/pub/capi4linux/;
SRC_URI=ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz
ftp://ftp.in-berlin.de/pub/capi4linux/OLD/${MY_P}.tar.gz
http://sbriesen.de/gentoo/distfiles/${TARBALL_FILES}
http://sbriesen.de/gentoo/distfiles/${TARBALL_PATCHES};

LICENSE=GPL-2
SLOT=0/3.0.4
KEYWORDS=~alpha ~amd64 ~ppc ~x86
IUSE=fax +pppd rcapid

COMMON_DEP=pppd? ( net-dialup/ppp:= )

DEPEND=${COMMON_DEP}
virtual/linux-sources
virtual/os-headers
app-arch/xz-utils
=sys-apps/sed-4

RDEPEND=${COMMON_DEP}
dev-lang/perl

S=${WORKDIR}/${PN}

pkg_setup() {
# check kernel config
CONFIG_CHECK=~ISDN ~ISDN_CAPI ~ISDN_CAPI_CAPI20
use pppd  CONFIG_CHECK=${CONFIG_CHECK} ~ISDN_CAPI_MIDDLEWARE 
~ISDN_CAPI_CAPIFS_BOOL
get_version  # config checked later in pkg_postinst

# find installed pppd version
if use pppd; then
local INSTALLED_PPP=$(best_version net-dialup/ppp)
PPPVERSION=${INSTALLED_PPP#net-dialup/ppp-}
if [ -z ${PPPVERSION} ]; then
die No pppd installation found
fi
fi
}

src_prepare() {
# add ppp-2.4.4 support
epatch ${WORKDIR}/capi4k-patches/pppd244.diff

# add ppp-2.4.5 support
epatch ${WORKDIR}/capi4k-patches/pppd245.diff

# apply rcapid patches
epatch ${WORKDIR}/capi4k-patches/rcapid.diff

# apply msg2str-safety patch (see bug #170870)
epatch ${WORKDIR}/capi4k-patches/msg2str-safety.diff

# apply capi20.h patches (needed for glibc-2.7)
epatch ${WORKDIR}/capi4k-patches/capi20-include.diff

# set our config
cp -f ${WORKDIR}/capi4k-files/config .config
# patch all Makefile.* and Rules.make to use our CFLAGS
sed -i -e s:^\(CFLAGS.*\)-O2:\1${CFLAGS}:g 

[gentoo-commits] proj/qa-scripts:master commit in: /

2014-06-16 Thread Michael Palimaka
commit: 1e38d7db59f0ead969465ce01b2f894f96be447a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 12:15:56 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:15:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=1e38d7db

depcheck: don't report blockers in RDEPEND check.

---
 depcheck | 4 
 1 file changed, 4 insertions(+)

diff --git a/depcheck b/depcheck
index 15e171e..39cd29c 100755
--- a/depcheck
+++ b/depcheck
@@ -161,6 +161,10 @@ check_atom() {
local ebuild_rdepends=()
for rdepend in $(qdepends --nocolor --quiet --rdepend ${atom} | sed -e 
s/\[[^]]*\]//g | cut -d : -f 2-)
do
+   if [[ ${rdepend} = !* ]] ; then
+   debug Skipping blocker: ${rdepend}
+   continue
+   fi
ebuild_rdepends+=( $(remove_atom_version $rdepend) )
done
 



[gentoo-commits] gentoo-x86 commit in net-dialup/capi4k-utils: ChangeLog capi4k-utils-20050718-r6.ebuild

2014-06-16 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/16 12:19:03

  Modified: ChangeLog capi4k-utils-20050718-r6.ebuild
  Log:
  QA: punt unnecessary libtool files
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.77 net-dialup/capi4k-utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   16 Jun 2014 12:13:28 -  1.76
+++ ChangeLog   16 Jun 2014 12:19:03 -  1.77
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/capi4k-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.76 
2014/06/16 12:13:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.77 
2014/06/16 12:19:03 pinkbyte Exp $
+
+  16 Jun 2014; Sergey Popov pinkb...@gentoo.org
+  capi4k-utils-20050718-r6.ebuild:
+  QA: punt unnecessary libtool files
 
 *capi4k-utils-20050718-r6 (16 Jun 2014)
 



1.2  net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild?r1=1.1r2=1.2

Index: capi4k-utils-20050718-r6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capi4k-utils-20050718-r6.ebuild 16 Jun 2014 12:13:28 -  1.1
+++ capi4k-utils-20050718-r6.ebuild 16 Jun 2014 12:19:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v
 1.1 2014/06/16 12:13:28 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v
 1.2 2014/06/16 12:19:03 pinkbyte Exp $
 
 EAPI=5
 
@@ -128,6 +128,7 @@
 
 src_install() {
default_src_install
+   prune_libtool_files
 
# install base
dobin scripts/isdncause






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

2014-06-16 Thread Michael Palimaka
commit: 9a83950b2c17e3e01007a3bd9c2f05e3fbf37e2c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 12:30:35 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:30:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9a83950b

[kde-base/baloo] Remove unused dependency.

Upstream commit: 59ff242d4a0c5fafe0cb8bc63719c50ed6203dd2.

Package-Manager: portage-2.2.10

---
 kde-base/baloo/baloo-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/baloo/baloo-.ebuild b/kde-base/baloo/baloo-.ebuild
index 8d3ebea..2883d96 100644
--- a/kde-base/baloo/baloo-.ebuild
+++ b/kde-base/baloo/baloo-.ebuild
@@ -23,7 +23,6 @@ DEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kidletime)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep krunner)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep solid)



[gentoo-commits] proj/kde:master commit in: kde-base/kde-cli-tools/

2014-06-16 Thread Michael Palimaka
commit: 9feddf6c1bced504c4284f5e83f95d71b73097ed
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 12:43:12 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:43:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9feddf6c

[kde-base/kde-cli-tools] Remove unused dependency.

Upstream commit: b4980967138be088e65612b3e5b4e3cdfacadb09.

Package-Manager: portage-2.2.10

---
 kde-base/kde-cli-tools/kde-cli-tools-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kde-cli-tools/kde-cli-tools-.ebuild 
b/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
index e8036bf..f4df557 100644
--- a/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
+++ b/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
@@ -24,7 +24,6 @@ DEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)



[gentoo-commits] proj/kde:master commit in: kde-base/kde-cli-tools/

2014-06-16 Thread Michael Palimaka
commit: 7c404aae974ff3f4d4060d99f14eda0df9bd6a02
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 12:46:42 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 12:46:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c404aae

[kde-base/kde-cli-tools] Add X USE flag.

Package-Manager: portage-2.2.10

---
 kde-base/kde-cli-tools/kde-cli-tools-.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/kde-base/kde-cli-tools/kde-cli-tools-.ebuild 
b/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
index f4df557..9a7f0bc 100644
--- a/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
+++ b/kde-base/kde-cli-tools/kde-cli-tools-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the 
system
 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools;
 KEYWORDS=
-IUSE=
+IUSE=X
 
 DEPEND=
$(add_frameworks_dep kcmutils)
@@ -31,8 +31,20 @@ DEPEND=
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
+   X? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   )
 
 RDEPEND=${DEPEND}
 
 # requires running kde environment
 RESTRICT=test
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package X Qt5X11Extras)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] gentoo-x86 commit in media-libs/libmygpo-qt: libmygpo-qt-1.0.7.ebuild ChangeLog

2014-06-16 Thread JosA MarAa Alonso (nimiux)
nimiux  14/06/16 13:11:01

  Modified: libmygpo-qt-1.0.7.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #508100
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.3  media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild

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

Index: libmygpo-qt-1.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmygpo-qt-1.0.7.ebuild14 Jun 2014 10:22:29 -  1.2
+++ libmygpo-qt-1.0.7.ebuild16 Jun 2014 13:11:01 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild,v 1.2 
2014/06/14 10:22:29 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild,v 1.3 
2014/06/16 13:11:01 nimiux Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -14,7 +14,7 @@
SRC_URI=
inherit git-2
 else
-   KEYWORDS=~amd64 x86
+   KEYWORDS=amd64 x86
SRC_URI=https://github.com/gpodder/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
 fi
 



1.4  media-libs/libmygpo-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   14 Jun 2014 10:22:30 -  1.3
+++ ChangeLog   16 Jun 2014 13:11:01 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmygpo-qt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/ChangeLog,v 1.3 
2014/06/14 10:22:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/ChangeLog,v 1.4 
2014/06/16 13:11:01 nimiux Exp $
+
+  16 Jun 2014; Chema Alonso nim...@gentoo.org libmygpo-qt-1.0.7.ebuild:
+  Stable for amd64 wrt bug #508100
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   libmygpo-qt-1.0.7.ebuild:






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

2014-06-16 Thread Michael Palimaka (kensington)
kensington14/06/16 13:23:47

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

Revision  ChangesPath
1.36 kde-misc/kwebkitpart/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   31 Jan 2014 15:52:01 -  1.35
+++ ChangeLog   16 Jun 2014 13:23:47 -  1.36
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/kwebkitpart
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.35 
2014/01/31 15:52:01 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.36 
2014/06/16 13:23:47 kensington Exp $
+
+*kwebkitpart-1.3.4 (16 Jun 2014)
+
+  16 Jun 2014; Michael Palimaka kensing...@gentoo.org
+  +kwebkitpart-1.3.4.ebuild:
+  Version bump.
 
   31 Jan 2014; Johannes Huber j...@gentoo.org -kwebkitpart-1.3.1.ebuild:
   Remove old.



1.1  kde-misc/kwebkitpart/kwebkitpart-1.3.4.ebuild

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

Index: kwebkitpart-1.3.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.3.4.ebuild,v 1.1 
2014/06/16 13:23:47 kensington Exp $

EAPI=5

WEBKIT_REQUIRED=always
inherit kde4-base

DESCRIPTION=A WebKit KPart for Konqueror
HOMEPAGE=https://projects.kde.org/projects/extragear/base/kwebkitpart;
SRC_URI=http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2;

LICENSE=LGPL-2
SLOT=4
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=debug






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

2014-06-16 Thread Michael Palimaka
commit: df5191f42a5b7076546bc1a3978d3bc4ac332670
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 13:28:47 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 13:28:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df5191f4

[kde-misc/kwebkitpart] Sync with portage.

Package-Manager: portage-2.2.10

---
 kde-misc/kwebkitpart/kwebkitpart-.ebuild | 7 ---
 kde-misc/kwebkitpart/metadata.xml| 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-misc/kwebkitpart/kwebkitpart-.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
index 8ff6551..af41bc2 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
@@ -4,12 +4,13 @@
 
 EAPI=5
 
+WEBKIT_REQUIRED=always
 inherit kde4-base
 
 DESCRIPTION=A WebKit KPart for Konqueror
-HOMEPAGE=http://kde.org;
+HOMEPAGE=https://projects.kde.org/projects/extragear/base/kwebkitpart;
 
-LICENSE=GPL-2
-KEYWORDS=
+LICENSE=LGPL-2
 SLOT=4
+KEYWORDS=
 IUSE=debug

diff --git a/kde-misc/kwebkitpart/metadata.xml 
b/kde-misc/kwebkitpart/metadata.xml
index 8d1e86a..a23f444 100644
--- a/kde-misc/kwebkitpart/metadata.xml
+++ b/kde-misc/kwebkitpart/metadata.xml
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdkde/herd
+   herdkde/herd
 /pkgmetadata



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

2014-06-16 Thread Julian Ospald (hasufell)
hasufell14/06/16 13:49:01

  Modified: i3-.ebuild ChangeLog
  Log:
  Ensure proper version of yajl, use next branch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.4  x11-wm/i3/i3-.ebuild

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

Index: i3-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- i3-.ebuild  8 May 2014 12:43:40 -   1.3
+++ i3-.ebuild  16 Jun 2014 13:49: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/x11-wm/i3/i3-.ebuild,v 1.3 2014/05/08 
12:43:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-.ebuild,v 1.4 2014/06/16 
13:49:01 hasufell Exp $
 
 EAPI=5
 
@@ -10,6 +10,7 @@
 HOMEPAGE=http://i3wm.org/;
 SRC_URI=
 EGIT_REPO_URI=git://code.i3wm.org/i3
+EGIT_BRANCH=next
 
 LICENSE=BSD
 SLOT=0
@@ -18,7 +19,7 @@
 
 CDEPEND=dev-libs/libev
dev-libs/libpcre
-   dev-libs/yajl
+   =dev-libs/yajl-2.0.3
x11-libs/libxcb
x11-libs/libX11
x11-libs/startup-notification



1.55 x11-wm/i3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   15 Jun 2014 20:24:54 -  1.54
+++ ChangeLog   16 Jun 2014 13:49:01 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/i3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.54 2014/06/15 
20:24:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.55 2014/06/16 
13:49:01 hasufell Exp $
+
+  16 Jun 2014; Julian Ospald hasuf...@gentoo.org i3-.ebuild:
+  Ensure proper version of yajl, use next branch
 
   15 Jun 2014; Kacper Kowalik xarthis...@gentoo.org i3-4.8.ebuild:
   Ensure proper version of yajl






[gentoo-commits] gentoo-x86 commit in sys-firmware/iwl3160-ucode: iwl3160-ucode-22.15.8.0.ebuild iwl3160-ucode-22.24.8.0.ebuild iwl3160-ucode-23.214.9.0.ebuild ChangeLog

2014-06-16 Thread Mark Wright (gienah)
gienah  14/06/16 14:05:55

  Modified: iwl3160-ucode-22.15.8.0.ebuild
iwl3160-ucode-22.24.8.0.ebuild ChangeLog
  Added:iwl3160-ucode-23.214.9.0.ebuild
  Log:
  Bump iwl3160-ucode to 23.214.9.0. Fix bug 513216 typos in ebuilds, thanks to 
David Flogeras for reporting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  sys-firmware/iwl3160-ucode/iwl3160-ucode-22.15.8.0.ebuild

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

Index: iwl3160-ucode-22.15.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.15.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iwl3160-ucode-22.15.8.0.ebuild  25 Jan 2014 03:35:32 -  1.1
+++ iwl3160-ucode-22.15.8.0.ebuild  16 Jun 2014 14:05:55 -  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-ucode/iwl3160-ucode-22.15.8.0.ebuild,v
 1.1 2014/01/25 03:35:32 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.15.8.0.ebuild,v
 1.2 2014/06/16 14:05:55 gienah Exp $
 
 EAPI=5
 inherit linux-info
@@ -30,7 +30,7 @@
if kernel_is lt 3 13 0; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 3.13.0.
-   ewarn For kernel versions  3.10.13, you may install older 
SLOTS
+   ewarn For kernel versions  3.13.0, you may install older 
SLOTS
fi
 }
 



1.2  sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild

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

Index: iwl3160-ucode-22.24.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iwl3160-ucode-22.24.8.0.ebuild  30 Mar 2014 06:46:45 -  1.1
+++ iwl3160-ucode-22.24.8.0.ebuild  16 Jun 2014 14:05:55 -  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-ucode/iwl3160-ucode-22.24.8.0.ebuild,v
 1.1 2014/03/30 06:46:45 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild,v
 1.2 2014/06/16 14:05:55 gienah Exp $
 
 EAPI=5
 inherit linux-info
@@ -30,7 +30,7 @@
if kernel_is lt 3 13 0; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 3.13.0.
-   ewarn For kernel versions  3.10.13, you may install older 
SLOTS
+   ewarn For kernel versions  3.13.0, you may install older 
SLOTS
fi
 }
 



1.3  sys-firmware/iwl3160-ucode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Mar 2014 06:46:45 -  1.2
+++ ChangeLog   16 Jun 2014 14:05:55 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for sys-firmware/iwl3160-ucode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.2 
2014/03/30 06:46:45 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.3 
2014/06/16 14:05:55 gienah Exp $
+

[gentoo-commits] gentoo-x86 commit in sys-firmware/iwl7260-ucode: iwl7260-ucode-22.24.8.0.ebuild iwl7260-ucode-23.214.9.0.ebuild iwl7260-ucode-22.15.8.0-r1.ebuild iwl7260-ucode-22.15.8.0.ebuild Change

2014-06-16 Thread Mark Wright (gienah)
gienah  14/06/16 14:07:54

  Modified: iwl7260-ucode-22.24.8.0.ebuild
iwl7260-ucode-22.15.8.0-r1.ebuild
iwl7260-ucode-22.15.8.0.ebuild ChangeLog
  Added:iwl7260-ucode-23.214.9.0.ebuild
  Log:
  Bump iwl7260-ucode to 23.214.9.0, thanks to David Flogeras for the ebuild and 
the bump request bug 513212. Fix bug 513216 typos in ebuilds, thanks to David 
Flogeras for reporting and fixing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  sys-firmware/iwl7260-ucode/iwl7260-ucode-22.24.8.0.ebuild

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

Index: iwl7260-ucode-22.24.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.24.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iwl7260-ucode-22.24.8.0.ebuild  30 Mar 2014 06:47:29 -  1.1
+++ iwl7260-ucode-22.24.8.0.ebuild  16 Jun 2014 14:07:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.24.8.0.ebuild,v
 1.1 2014/03/30 06:47:29 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.24.8.0.ebuild,v
 1.2 2014/06/16 14:07:54 gienah Exp $
 
 EAPI=5
 inherit linux-info
@@ -30,7 +30,7 @@
if kernel_is lt 3 13 0; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 3.13.0.
-   ewarn For kernel versions  3.10.13, you may install older 
SLOTS
+   ewarn For kernel versions  3.13.0, you may install older 
SLOTS
fi
 }
 



1.2  
sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0-r1.ebuild

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

Index: iwl7260-ucode-22.15.8.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iwl7260-ucode-22.15.8.0-r1.ebuild   25 Jan 2014 04:48:53 -  1.1
+++ iwl7260-ucode-22.15.8.0-r1.ebuild   16 Jun 2014 14:07:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0-r1.ebuild,v
 1.1 2014/01/25 04:48:53 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0-r1.ebuild,v
 1.2 2014/06/16 14:07:54 gienah Exp $
 
 EAPI=5
 inherit linux-info
@@ -30,7 +30,7 @@
if kernel_is lt 3 13 0; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 3.13.0.
-   ewarn For kernel versions  3.10.13, you may install older 
SLOTS
+   ewarn For kernel versions  3.13.0, you may install older 
SLOTS
fi
 }
 



1.4  sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild

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

Index: iwl7260-ucode-22.15.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-22.15.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iwl7260-ucode-22.15.8.0.ebuild  23 Jan 2014 22:43:40 -  1.3
+++ iwl7260-ucode-22.15.8.0.ebuild  16 Jun 2014 14:07:54 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 

[gentoo-commits] gentoo-x86 commit in net-dialup/ppp: ChangeLog ppp-2.4.6-r1.ebuild

2014-06-16 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/16 14:18:56

  Modified: ChangeLog
  Added:ppp-2.4.6-r1.ebuild
  Log:
  Revision bump: add missing 'die' to sed calls. Call OpenRC scripts only when 
OpenRC is active init-system, wrt bug #490820. Fix issue with logwtmp not 
working properly
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.291net-dialup/ppp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.291view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp/ChangeLog?rev=1.291content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp/ChangeLog?r1=1.290r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   19 Feb 2014 09:56:32 -  1.290
+++ ChangeLog   16 Jun 2014 14:18:56 -  1.291
@@ -1,6 +1,13 @@
 # ChangeLog for net-dialup/ppp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.290 2014/02/19 
09:56:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.291 2014/06/16 
14:18:56 pinkbyte Exp $
+
+*ppp-2.4.6-r1 (16 Jun 2014)
+
+  16 Jun 2014; Sergey Popov pinkb...@gentoo.org +ppp-2.4.6-r1.ebuild:
+  Revision bump: add missing 'die' to sed calls. Call OpenRC scripts only when
+  OpenRC is active init-system, wrt bug #490820. Fix issue with logwtmp not
+  working properly
 
 *ppp-2.4.6 (19 Feb 2014)
 



1.1  net-dialup/ppp/ppp-2.4.6-r1.ebuild

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

Index: ppp-2.4.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.6-r1.ebuild,v 1.1 
2014/06/16 14:18:56 pinkbyte Exp $

EAPI=5

inherit eutils linux-info multilib pam toolchain-funcs

PATCH_VER=2
DESCRIPTION=Point-to-Point Protocol (PPP)
HOMEPAGE=http://www.samba.org/ppp;
SRC_URI=ftp://ftp.samba.org/pub/ppp/${P}.tar.gz

http://dev.gentoo.org/~pinkbyte/distfiles/patches/${P}-patches-${PATCH_VER}.tar.xz
http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz;

LICENSE=BSD GPL-2
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=activefilter atm dhcp eap-tls gtk ipv6 pam radius

DEPEND=activefilter? ( net-libs/libpcap )
atm? ( net-dialup/linux-atm )
pam? ( virtual/pam )
gtk? ( x11-libs/gtk+:2 )
eap-tls? ( net-misc/curl dev-libs/openssl )
RDEPEND=${DEPEND}

src_prepare() {
mv ${WORKDIR}/dhcp ${S}/pppd/plugins || die

use eap-tls || EPATCH_EXCLUDE+= 8?_all_eaptls-*
EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patch

if use atm ; then
einfo Enabling PPPoATM support
sed -i '/^#HAVE_LIBATM=yes/s:#::' \
pppd/plugins/pppoatm/Makefile.linux || die
fi

if ! use activefilter ; then
einfo Disabling active filter
sed -i '/^FILTER=y/s:^:#:' pppd/Makefile.linux || die
fi

if use pam ; then
einfo Enabling PAM
sed -i '/^#USE_PAM=y/s:^#::' pppd/Makefile.linux || die
fi

if use ipv6 ; then
einfo Enabling IPv6
sed -i '/#HAVE_INET6/s:#::' pppd/Makefile.linux || die
fi

einfo Enabling CBCP
sed -i '/^#CBCP=y/s:#::' pppd/Makefile.linux || die

if use dhcp ; then
einfo Adding ppp-dhcp plugin files
sed -i \
-e '/^SUBDIRS :=/s:$: dhcp:' \
pppd/plugins/Makefile.linux || die
fi

# Set correct libdir
sed -i -e s:/lib/pppd:/$(get_libdir)/pppd: \
pppd/{pathnames.h,pppd.8} || die

if use radius ; then
#set the right paths in radiusclient.conf
sed -i -e s:/usr/local/etc:/etc: \
-e s:/usr/local/sbin:/usr/sbin: \
pppd/plugins/radius/etc/radiusclient.conf || die
#set config dir to /etc/ppp/radius
sed -i -e s:/etc/radiusclient:/etc/ppp/radius:g \
pppd/plugins/radius/{*.8,*.c,*.h} \
pppd/plugins/radius/etc/* || die
else
einfo Disabling radius
sed -i -e '/+= radius/s:^:#:' 

[gentoo-commits] gentoo-x86 commit in dev-ruby/bson: ChangeLog bson-2.0.0.ebuild

2014-06-16 Thread Hans de Graaff (graaff)
graaff  14/06/16 14:19:48

  Modified: ChangeLog
  Removed:  bson-2.0.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/bson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   1 Jun 2014 06:46:43 -   1.11
+++ ChangeLog   16 Jun 2014 14:19:48 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.11 2014/06/01 
06:46:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.12 2014/06/16 
14:19:48 graaff Exp $
+
+  16 Jun 2014; Hans de Graaff gra...@gentoo.org -bson-2.0.0.ebuild:
+  Cleanup.
 
 *bson-2.2.4 (01 Jun 2014)
 






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

2014-06-16 Thread Anthony G. Basile (blueness)
blueness14/06/16 14:20:59

  Modified: ChangeLog profiles.desc
  Log:
  Add hardened musl profiles for mips

Revision  ChangesPath
1.9093   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9092
retrieving revision 1.9093
diff -u -r1.9092 -r1.9093
--- ChangeLog   16 Jun 2014 02:17:45 -  1.9092
+++ ChangeLog   16 Jun 2014 14:20:59 -  1.9093
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9092 2014/06/16 
02:17:45 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9093 2014/06/16 
14:20:59 blueness Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  16 Jun 2014; Anthony G. Basile bluen...@gentoo.org profiles.desc:
+  Add hardened musl profiles for mips
+
   16 Jun 2014; Ryan Hill rh...@gentoo.org package.mask:
   Remove obsolete ver.
 



1.241profiles/profiles.desc

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

Index: profiles.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/profiles.desc,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- profiles.desc   6 Jun 2014 18:37:26 -   1.240
+++ profiles.desc   16 Jun 2014 14:20:59 -  1.241
@@ -171,21 +171,23 @@
 amd64  hardened/linux/amd64/no-multilibstable
 amd64  hardened/linux/amd64/no-multilib/selinuxstable
 amd64  hardened/linux/amd64/x32dev
-amd64  hardened/linux/uclibc/amd64 dev
+amd64  hardened/linux/uclibc/amd64 stable
 amd64  hardened/linux/musl/amd64   exp
 armhardened/linux/arm/armv7a   dev
 armhardened/linux/arm/armv6j   dev
 armhardened/linux/uclibc/arm/armv7adev
 armhardened/linux/musl/arm/armv7a  exp
 ia64   hardened/linux/ia64 dev
-mips   hardened/linux/uclibc/mips  exp
-mips   hardened/linux/uclibc/mips/mipsel   exp
+mips   hardened/linux/uclibc/mips  dev
+mips   hardened/linux/uclibc/mips/mipsel   dev
+mips   hardened/linux/musl/mipsexp
+mips   hardened/linux/musl/mips/mipsel exp
 ppchardened/linux/powerpc/ppc32dev
 ppchardened/linux/powerpc/ppc64/32bit-userland dev
 ppc64  hardened/linux/powerpc/ppc64/64bit-userland dev
 x86hardened/linux/x86  stable
 x86hardened/linux/x86/selinux  stable
-x86hardened/linux/uclibc/x86   dev
+x86hardened/linux/uclibc/x86   stable
 x86hardened/linux/musl/x86 exp
 
 # uclibc/embedded multiarch profiles






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

2014-06-16 Thread Michael Palimaka
commit: 5c115aaede523930a2f3e90ede6e907e81e5999b
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Mon Jun 16 14:12:38 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 14:21:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5c115aae

[kde-base/kwin] Drop blocker on kde-base/kwin:4

kwin:5 is now co-installable with kwin:4. See also:
http://quickgit.kde.org/?p=kwin.gita=commith=52653aaede30d5e2b6cbefa58be53c1742f7a315

Package-Manager: portage-2.2.10

---
 kde-base/kwin/kwin-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kwin/kwin-.ebuild b/kde-base/kwin/kwin-.ebuild
index 8ecdc45..62b2362 100644
--- a/kde-base/kwin/kwin-.ebuild
+++ b/kde-base/kwin/kwin-.ebuild
@@ -60,7 +60,6 @@ COMMON_DEPEND=
)
 
 RDEPEND=${COMMON_DEPEND}
-   !kde-base/kwin:4
!kde-base/systemsettings:4
 
 DEPEND=${COMMON_DEPEND}



[gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-3.2.ebuild

2014-06-16 Thread Jeroen Roovers (jer)
jer 14/06/16 14:23:54

  Modified: ChangeLog bmon-3.2.ebuild
  Log:
  Check for CONFIG_NET_SCHED (bug #513466 by Thomas D.).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.53 net-analyzer/bmon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   28 Feb 2014 18:06:47 -  1.52
+++ ChangeLog   16 Jun 2014 14:23:54 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/bmon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.52 
2014/02/28 18:06:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.53 
2014/06/16 14:23:54 jer Exp $
+
+  16 Jun 2014; Jeroen Roovers j...@gentoo.org bmon-3.2.ebuild:
+  Check for CONFIG_NET_SCHED (bug #513466 by Thomas D.).
 
   28 Feb 2014; Jeroen Roovers j...@gentoo.org -bmon-2.1.0-r3.ebuild,
   bmon-2.1.1_pre1.ebuild:



1.2  net-analyzer/bmon/bmon-3.2.ebuild

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

Index: bmon-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bmon-3.2.ebuild 28 Feb 2014 18:02:19 -  1.1
+++ bmon-3.2.ebuild 16 Jun 2014 14:23:54 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-3.2.ebuild,v 1.1 
2014/02/28 18:02:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-3.2.ebuild,v 1.2 
2014/06/16 14:23:54 jer Exp $
 
 EAPI=5
-inherit autotools eutils toolchain-funcs
+inherit autotools eutils linux-info toolchain-funcs
 
 DESCRIPTION=interface bandwidth monitor
 HOMEPAGE=http://www.infradead.org/~tgr/bmon/;
@@ -27,6 +27,8 @@
 
 DOCS=( ChangeLog )
 
+CONFIG_CHECK=~NET_SCHED
+
 src_prepare() {
epatch_user
eautoreconf






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

2014-06-16 Thread Michael Palimaka
commit: 5126dfab3b04faa715d079938d0130c13217d994
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 14:29:55 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 14:29:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5126dfab

[kde-misc/kwebkitpart] Remove variable that does nothing.

Package-Manager: portage-2.2.10

---
 kde-misc/kwebkitpart/kwebkitpart-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-misc/kwebkitpart/kwebkitpart-.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
index af41bc2..c4731aa 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-WEBKIT_REQUIRED=always
 inherit kde4-base
 
 DESCRIPTION=A WebKit KPart for Konqueror



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

2014-06-16 Thread Michael Palimaka
commit: 4bd2203e52534de5bc935f0a4c58f77ed3cf98fe
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 14:51:13 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 14:51:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4bd2203e

[kde-base/blinken] Remove unused dependencies.

Package-Manager: portage-2.2.10

---
 kde-base/blinken/blinken-4.13.49..ebuild | 7 ---
 kde-base/blinken/blinken-4..ebuild   | 7 ---
 2 files changed, 14 deletions(-)

diff --git a/kde-base/blinken/blinken-4.13.49..ebuild 
b/kde-base/blinken/blinken-4.13.49..ebuild
index 6d0e090..42327d6 100644
--- a/kde-base/blinken/blinken-4.13.49..ebuild
+++ b/kde-base/blinken/blinken-4.13.49..ebuild
@@ -12,10 +12,3 @@ HOMEPAGE=http://www.kde.org/applications/education/blinken
 http://edu.kde.org/blinken;
 KEYWORDS=
 IUSE=debug
-
-DEPEND=
-   $(add_kdebase_dep libkdeedu)
-
-RDEPEND=${DEPEND}
-   $(add_kdebase_dep knotify)
-

diff --git a/kde-base/blinken/blinken-4..ebuild 
b/kde-base/blinken/blinken-4..ebuild
index 6d0e090..42327d6 100644
--- a/kde-base/blinken/blinken-4..ebuild
+++ b/kde-base/blinken/blinken-4..ebuild
@@ -12,10 +12,3 @@ HOMEPAGE=http://www.kde.org/applications/education/blinken
 http://edu.kde.org/blinken;
 KEYWORDS=
 IUSE=debug
-
-DEPEND=
-   $(add_kdebase_dep libkdeedu)
-
-RDEPEND=${DEPEND}
-   $(add_kdebase_dep knotify)
-



[gentoo-commits] gentoo-x86 commit in net-misc/rabbitmq-server: rabbitmq-server-3.3.2.ebuild ChangeLog rabbitmq-server-3.2.2.ebuild

2014-06-16 Thread Alexys Jacob (ultrabug)
ultrabug14/06/16 14:52:17

  Modified: ChangeLog
  Added:rabbitmq-server-3.3.2.ebuild
  Removed:  rabbitmq-server-3.2.2.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.40 net-misc/rabbitmq-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   14 Jun 2014 10:27:49 -  1.39
+++ ChangeLog   16 Jun 2014 14:52:17 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/rabbitmq-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v 1.39 
2014/06/14 10:27:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v 1.40 
2014/06/16 14:52:17 ultrabug Exp $
+
+*rabbitmq-server-3.3.2 (16 Jun 2014)
+
+  16 Jun 2014; Ultrabug ultra...@gentoo.org +rabbitmq-server-3.3.2.ebuild,
+  -rabbitmq-server-3.2.2.ebuild:
+  version bump, drop old
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   rabbitmq-server-3.2.4.ebuild:



1.1  net-misc/rabbitmq-server/rabbitmq-server-3.3.2.ebuild

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

Index: rabbitmq-server-3.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.2.ebuild,v 
1.1 2014/06/16 14:52:17 ultrabug Exp $

EAPI=5
PYTHON_DEPEND=2

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

inherit eutils python-single-r1 systemd user

DESCRIPTION=RabbitMQ is a high-performance AMQP-compliant message broker 
written in Erlang.
HOMEPAGE=http://www.rabbitmq.com/;
SRC_URI=http://www.rabbitmq.com/releases/rabbitmq-server/v${PV}/rabbitmq-server-${PV}.tar.gz;

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

RDEPEND=dev-lang/erlang
DEPEND=${RDEPEND}
app-arch/zip
app-arch/unzip
app-text/docbook-xml-dtd:4.5
app-text/xmlto
dev-libs/libxslt
dev-python/simplejson


pkg_setup() {
enewgroup rabbitmq
enewuser rabbitmq -1 -1 /var/lib/rabbitmq rabbitmq
python-single-r1_pkg_setup
}

src_compile() {
emake all docs_all
gunzip docs/*.gz
}

src_install() {
# erlang module
local targetdir=/usr/$(get_libdir)/erlang/lib/rabbitmq_server-${PV}

einfo Setting correct RABBITMQ_HOME in scripts
sed -e s:^RABBITMQ_HOME=.*:RABBITMQ_HOME=\${targetdir}\:g \
-i scripts/rabbitmq-env

einfo Installing Erlang modules to ${targetdir}
insinto ${targetdir}
doins -r ebin include plugins

einfo Installing server scripts to /usr/sbin
for script in rabbitmq-env rabbitmq-server rabbitmqctl 
rabbitmq-defaults rabbitmq-plugins; do
exeinto /usr/libexec/rabbitmq
doexe scripts/${script}
newsbin ${FILESDIR}/rabbitmq-script-wrapper ${script}
done

# create the directory where our log file will go.
diropts -m 0770 -o rabbitmq -g rabbitmq
keepdir /var/log/rabbitmq /etc/rabbitmq

# create the mnesia directory
diropts -m 0770 -o rabbitmq -g rabbitmq
dodir /var/lib/rabbitmq{,/mnesia}

# install the init script
newinitd ${FILESDIR}/rabbitmq-server.init-r3 rabbitmq
systemd_dounit ${FILESDIR}/rabbitmq.service

# install documentation
doman docs/*.[15]
dodoc README
}

pkg_preinst() {
if has_version =net-misc/rabbitmq-server-1.8.0; then
elog IMPORTANT UPGRADE NOTICE:
elog
elog RabbitMQ is now running as an unprivileged user instead 
of root.
elog Therefore you need to fix the permissions for RabbitMQs 
Mnesia database.
elog Please run the following commands as root:
elog
elog   usermod -d /var/lib/rabbitmq rabbitmq
elog   chown rabbitmq:rabbitmq -R /var/lib/rabbitmq
elog
elif 

[gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme-symbolic: gnome-icon-theme-symbolic-3.10.1.ebuild gnome-icon-theme-symbolic-3.12.0.ebuild ChangeLog

2014-06-16 Thread Anthony G. Basile (blueness)
blueness14/06/16 14:54:21

  Modified: gnome-icon-theme-symbolic-3.10.1.ebuild
gnome-icon-theme-symbolic-3.12.0.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.7  
x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild?r1=1.6r2=1.7

Index: gnome-icon-theme-symbolic-3.10.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-icon-theme-symbolic-3.10.1.ebuild 27 Apr 2014 15:08:16 -  
1.6
+++ gnome-icon-theme-symbolic-3.10.1.ebuild 16 Jun 2014 14:54:21 -  
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-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild,v
 1.6 2014/04/27 15:08:16 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild,v
 1.7 2014/06/16 14:54:21 blueness Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 LICENSE=CC-BY-SA-3.0
 SLOT=0
 IUSE=
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
 
 COMMON_DEPEND==x11-themes/hicolor-icon-theme-0.10
 



1.2  
x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild?r1=1.1r2=1.2

Index: gnome-icon-theme-symbolic-3.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-icon-theme-symbolic-3.12.0.ebuild 27 Apr 2014 22:01:14 -  
1.1
+++ gnome-icon-theme-symbolic-3.12.0.ebuild 16 Jun 2014 14:54:21 -  
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/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild,v
 1.1 2014/04/27 22:01:14 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.12.0.ebuild,v
 1.2 2014/06/16 14:54:21 blueness Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 LICENSE=CC-BY-SA-3.0
 SLOT=0
 IUSE=
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux
 
 COMMON_DEPEND==x11-themes/hicolor-icon-theme-0.10
 



1.53 x11-themes/gnome-icon-theme-symbolic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   27 Apr 2014 22:01:14 -  1.52
+++ ChangeLog   16 Jun 2014 14:54:21 -  1.53
@@ -1,6 +1,11 @@
 # ChangeLog for x11-themes/gnome-icon-theme-symbolic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2

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

2014-06-16 Thread Michael Palimaka
commit: c5a6500d46a06dec3a6d1a492de20f44755bebb2
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 15:06:05 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 15:06:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5a6500d

[kde-base/blogilo] Remove unused dependency.

Package-Manager: portage-2.2.10

---
 kde-base/blogilo/blogilo-4.13.49..ebuild | 1 -
 kde-base/blogilo/blogilo-4..ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-base/blogilo/blogilo-4.13.49..ebuild 
b/kde-base/blogilo/blogilo-4.13.49..ebuild
index 276be23..1fc51d4 100644
--- a/kde-base/blogilo/blogilo-4.13.49..ebuild
+++ b/kde-base/blogilo/blogilo-4.13.49..ebuild
@@ -14,7 +14,6 @@ KEYWORDS=
 IUSE=debug
 
 DEPEND=
-   dev-libs/grantlee
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
 

diff --git a/kde-base/blogilo/blogilo-4..ebuild 
b/kde-base/blogilo/blogilo-4..ebuild
index 276be23..1fc51d4 100644
--- a/kde-base/blogilo/blogilo-4..ebuild
+++ b/kde-base/blogilo/blogilo-4..ebuild
@@ -14,7 +14,6 @@ KEYWORDS=
 IUSE=debug
 
 DEPEND=
-   dev-libs/grantlee
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
 



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

2014-06-16 Thread Michael Palimaka
commit: f0c88cee400f9461be2f8395a428b8b8d502a7b1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 15:07:34 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 15:07:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f0c88cee

[kde-base/calendarjunior] Add missing dependency.

Package-Manager: portage-2.2.10

---
 kde-base/calendarjanitor/calendarjanitor-4.13.49..ebuild | 1 +
 kde-base/calendarjanitor/calendarjanitor-4..ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.13.49..ebuild 
b/kde-base/calendarjanitor/calendarjanitor-4.13.49..ebuild
index 74c0bd3..3e92d59 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4.13.49..ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4.13.49..ebuild
@@ -16,6 +16,7 @@ IUSE=debug
 
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
+   $(add_kdebase_dep kdepimlibs)
 
 RDEPEND=${DEPEND}
 

diff --git a/kde-base/calendarjanitor/calendarjanitor-4..ebuild 
b/kde-base/calendarjanitor/calendarjanitor-4..ebuild
index 74c0bd3..3e92d59 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4..ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4..ebuild
@@ -16,6 +16,7 @@ IUSE=debug
 
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
+   $(add_kdebase_dep kdepimlibs)
 
 RDEPEND=${DEPEND}
 



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

2014-06-16 Thread Anthony G. Basile (blueness)
blueness14/06/16 15:08:31

  Modified: ChangeLog
  Log:
  Mask CURL_SSL=winssl on all profiles, except prefix/windows/winnt

Revision  ChangesPath
1.9094   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9093
retrieving revision 1.9094
diff -u -r1.9093 -r1.9094
--- ChangeLog   16 Jun 2014 14:20:59 -  1.9093
+++ ChangeLog   16 Jun 2014 15:08:31 -  1.9094
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9093 2014/06/16 
14:20:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9094 2014/06/16 
15:08:31 blueness Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  16 Jun 2014; Anthony G. Basile bluen...@gentoo.org base/use.mask,
+  prefix/windows/winnt/use.mask:
+  Mask CURL_SSL=winssl on all profiles, except prefix/windows/winnt
+
   16 Jun 2014; Anthony G. Basile bluen...@gentoo.org profiles.desc:
   Add hardened musl profiles for mips
 






[gentoo-commits] gentoo-x86 commit in profiles/base: use.mask

2014-06-16 Thread Anthony G. Basile (blueness)
blueness14/06/16 15:08:31

  Modified: use.mask
  Log:
  Mask CURL_SSL=winssl on all profiles, except prefix/windows/winnt

Revision  ChangesPath
1.199profiles/base/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.199view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.199content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.198r2=1.199

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- use.mask16 May 2014 11:10:18 -  1.198
+++ use.mask16 Jun 2014 15:08:31 -  1.199
@@ -1,6 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.198 2014/05/16 
11:10:18 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.199 2014/06/16 
15:08:31 blueness Exp $
+
+# CURL_SSL=winssl is for prefix/windows/winnt only
+curl_ssl_winssl
 
 # cuda only works on amd64/x86
 cuda






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

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

  Modified: ChangeLog
  Log:
  Fix ChangeLog entry for musl profile commit

Revision  ChangesPath
1.9095   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9094
retrieving revision 1.9095
diff -u -r1.9094 -r1.9095
--- ChangeLog   16 Jun 2014 15:08:31 -  1.9094
+++ ChangeLog   16 Jun 2014 15:10:11 -  1.9095
@@ -1,6 +1,6 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9094 2014/06/16 
15:08:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9095 2014/06/16 
15:10:11 blueness Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
@@ -11,7 +11,7 @@
   Mask CURL_SSL=winssl on all profiles, except prefix/windows/winnt
 
   16 Jun 2014; Anthony G. Basile bluen...@gentoo.org profiles.desc:
-  Add hardened musl profiles for mips
+  Add hardened musl profiles for mips to profiles.desc
 
   16 Jun 2014; Ryan Hill rh...@gentoo.org package.mask:
   Remove obsolete ver.






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

2014-06-16 Thread Michael Palimaka
commit: e83243b43c53e4e00cab4f0f5a40c817db520818
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 15:14:32 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 15:14:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e83243b4

[kde-base/filelight] Remove unused dependency.

Package-Manager: portage-2.2.10

---
 kde-base/filelight/filelight-4.13.49..ebuild | 4 
 kde-base/filelight/filelight-4..ebuild   | 4 
 2 files changed, 8 deletions(-)

diff --git a/kde-base/filelight/filelight-4.13.49..ebuild 
b/kde-base/filelight/filelight-4.13.49..ebuild
index 7e90676..2bab4a0 100644
--- a/kde-base/filelight/filelight-4.13.49..ebuild
+++ b/kde-base/filelight/filelight-4.13.49..ebuild
@@ -13,7 +13,3 @@ HOMEPAGE=http://utils.kde.org/projects/filelight;
 LICENSE=GPL-3
 KEYWORDS=
 IUSE=debug
-
-RDEPEND=
-   x11-apps/xdpyinfo
-

diff --git a/kde-base/filelight/filelight-4..ebuild 
b/kde-base/filelight/filelight-4..ebuild
index 7e90676..2bab4a0 100644
--- a/kde-base/filelight/filelight-4..ebuild
+++ b/kde-base/filelight/filelight-4..ebuild
@@ -13,7 +13,3 @@ HOMEPAGE=http://utils.kde.org/projects/filelight;
 LICENSE=GPL-3
 KEYWORDS=
 IUSE=debug
-
-RDEPEND=
-   x11-apps/xdpyinfo
-



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

2014-06-16 Thread Michael Palimaka
commit: 6399a42b6533a57227174fc6f1e1aa7af0cc099d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jun 16 15:16:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jun 16 15:16:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6399a42b

[kde-base/filelight] Update LICENSE.

Package-Manager: portage-2.2.10

---
 kde-base/filelight/filelight-4.13.49..ebuild | 2 --
 kde-base/filelight/filelight-4..ebuild   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-base/filelight/filelight-4.13.49..ebuild 
b/kde-base/filelight/filelight-4.13.49..ebuild
index 2bab4a0..169314e 100644
--- a/kde-base/filelight/filelight-4.13.49..ebuild
+++ b/kde-base/filelight/filelight-4.13.49..ebuild
@@ -9,7 +9,5 @@ inherit kde4-base
 
 DESCRIPTION=Filelight creates an interactive map of concentric, segmented 
rings that help visualise disk usage.
 HOMEPAGE=http://utils.kde.org/projects/filelight;
-
-LICENSE=GPL-3
 KEYWORDS=
 IUSE=debug

diff --git a/kde-base/filelight/filelight-4..ebuild 
b/kde-base/filelight/filelight-4..ebuild
index 2bab4a0..169314e 100644
--- a/kde-base/filelight/filelight-4..ebuild
+++ b/kde-base/filelight/filelight-4..ebuild
@@ -9,7 +9,5 @@ inherit kde4-base
 
 DESCRIPTION=Filelight creates an interactive map of concentric, segmented 
rings that help visualise disk usage.
 HOMEPAGE=http://utils.kde.org/projects/filelight;
-
-LICENSE=GPL-3
 KEYWORDS=
 IUSE=debug



[gentoo-commits] proj/portage:plugin-sync commit in: pym/_emerge/

2014-06-16 Thread Brian Dolbec
commit: 7bee1cfbc2c43c23ed2ddd066490b5b1d9f72c7f
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Mon Apr 21 18:23:36 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Tue May 13 04:17:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7bee1cfb

_emerge/main.py: remove redundant portage._sync_mode setting

---
 pym/_emerge/main.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index eddb16c..3e9d7d1 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -1020,8 +1020,6 @@ def emerge_main(args=None):
 
# Portage needs to ensure a sane umask for the files it creates.
os.umask(0o22)
-   if myaction == sync:
-   portage._sync_mode = True
emerge_config = load_emerge_config(
action=myaction, args=myfiles, opts=myopts)
rval = profile_check(emerge_config.trees, emerge_config.action)



[gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/

2014-06-16 Thread Brian Dolbec
commit: 50176a4724e1f3f14b73e005465862c6db19db39
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sun May 11 16:42:48 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Tue May 13 04:24:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=50176a47

sync/controller.py: fix return traceback

---
 pym/portage/sync/controller.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index 70ec27b..e0e6910 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -150,7 +150,8 @@ class SyncManager(object):
if retval != os.EX_OK:
writemsg_level( %s spawn failed of %s\n % 
(bad(*),
postsync,), level=logging.ERROR, 
noiselevel=-1)
-   return retval
+   return retval
+   return os.EX_OK
 
 
def pre_sync(self, repo):



  1   2   3   >