[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2014.09.10.1.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 07:21:21

  Modified: ChangeLog
  Added:youtube-dl-2014.09.10.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.384net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.384view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.384content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.383r2=1.384

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   10 Sep 2014 13:19:36 -  1.383
+++ ChangeLog   11 Sep 2014 07:21:21 -  1.384
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.383 
2014/09/10 13:19:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.384 
2014/09/11 07:21:21 jer Exp $
+
+*youtube-dl-2014.09.10.1 (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org 
+youtube-dl-2014.09.10.1.ebuild:
+  Version bump.
 
 *youtube-dl-2014.09.10 (10 Sep 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.09.10.1.ebuild

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

Index: youtube-dl-2014.09.10.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.09.10.1.ebuild,v 
1.1 2014/09/11 07:21:21 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
anysex drtuber eporner extremetube fourtube goshgay 
hentaistigma
hornbunny mofosex pornhd pornhub pornotube redtube 
sunporno
slutload spankwire thisav trutube tube8 vporn xbef 
xhamster xnxx
xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in games-board/xskat: xskat-4.0.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 07:39:49

  Modified: xskat-4.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-board/xskat/xskat-4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xskat/xskat-4.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xskat/xskat-4.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xskat/xskat-4.0.ebuild?r1=1.9r2=1.10

Index: xskat-4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-4.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xskat-4.0.ebuild10 Sep 2010 10:32:30 -  1.9
+++ xskat-4.0.ebuild11 Sep 2014 07:39:49 -  1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-4.0.ebuild,v 1.9 
2010/09/10 10:32:30 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-4.0.ebuild,v 1.10 
2014/09/11 07:39:49 mr_bones_ Exp $
 
+EAPI=5
 inherit toolchain-funcs eutils games
 
 DESCRIPTION=Famous german card game
@@ -20,13 +21,16 @@
x11-misc/imake
x11-proto/xproto
 
+src_prepare() {
+   xmkmf -a || die
+}
+
 src_compile() {
-   xmkmf -a || die xmkmf failed
-   emake CDEBUGFLAGS=${CFLAGS} EXTRA_LDOPTIONS=${LDFLAGS} 
CC=$(tc-getCC) || die emake failed
+   emake CDEBUGFLAGS=${CFLAGS} EXTRA_LDOPTIONS=${LDFLAGS} 
CC=$(tc-getCC)
 }
 
 src_install() {
-   dogamesbin xskat || die dogamesbin failed
+   dogamesbin xskat
newman xskat.man xskat.6
dodoc CHANGES README{,.IRC}
newicon icon.xbm ${PN}.xbm



1.14 games-board/xskat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/xskat/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Sep 2010 10:32:30 -  1.13
+++ ChangeLog   11 Sep 2014 07:39:49 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/xskat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/ChangeLog,v 1.13 
2010/09/10 10:32:30 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/ChangeLog,v 1.14 
2014/09/11 07:39:49 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org xskat-4.0.ebuild:
+  EAPI=5
 
   10 Sep 2010; Tupone Alfredo tup...@gentoo.org xskat-4.0.ebuild:
   Respect LDFLAGS. Bug #336002 by flamee...@gentoo.org
@@ -42,4 +45,3 @@
 
   22 Aug 2002; J. Alberto Suárez López b...@gentoo.org xsaket-3.4.ebuild
   First relase (stephan_we...@gmx.de (Stephan Weber))
-






[gentoo-commits] gentoo-x86 commit in games-board/natch: natch-2.4.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 07:43:13

  Modified: natch-2.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-board/natch/natch-2.4.ebuild

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

Index: natch-2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/natch/natch-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- natch-2.4.ebuild7 Sep 2010 14:52:49 -   1.2
+++ natch-2.4.ebuild11 Sep 2014 07:43:13 -  1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/natch/natch-2.4.ebuild,v 1.2 
2010/09/07 14:52:49 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/natch/natch-2.4.ebuild,v 1.3 
2014/09/11 07:43:13 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 MY_P=Natch-${PV}
@@ -16,11 +16,12 @@
 IUSE=
 
 DEPEND=sys-libs/ncurses
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-   newgamesbin src/Natch natch || die dogamesbin failed
+   newgamesbin src/Natch natch
dodoc AUTHORS ChangeLog NEWS README THANKS example.txt
prepgamesdirs
 }



1.5  games-board/natch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/natch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Sep 2010 14:52:49 -   1.4
+++ ChangeLog   11 Sep 2014 07:43:13 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/natch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/natch/ChangeLog,v 1.4 
2010/09/07 14:52:49 nyhm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/natch/ChangeLog,v 1.5 
2014/09/11 07:43:13 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org natch-2.4.ebuild:
+  EAPI=5
 
   07 Sep 2010; Tristan Heaven n...@gentoo.org natch-2.4.ebuild:
   Add ~amd64 keyword; EAPI=2
@@ -18,4 +21,3 @@
   26 Mar 2005; Michael Sterrett mr_bon...@gentoo.org +metadata.xml,
   +natch-2.3.ebuild:
   initial commit (bug #67638)
-






[gentoo-commits] gentoo-x86 commit in games-board/gnome-mines: ChangeLog gnome-mines-3.10.1.ebuild gnome-mines-3.12.1.ebuild

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 07:49:59

  Modified: ChangeLog
  Removed:  gnome-mines-3.10.1.ebuild gnome-mines-3.12.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 games-board/gnome-mines/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   23 Jul 2014 15:16:17 -  1.16
+++ ChangeLog   11 Sep 2014 07:49:59 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnome-mines
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v 1.16 
2014/07/23 15:16:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v 1.17 
2014/09/11 07:49:59 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org
+  -gnome-mines-3.10.1.ebuild, -gnome-mines-3.12.1.ebuild:
+  old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org gnome-mines-3.12.2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in games-board/gnome-mahjongg: ChangeLog gnome-mahjongg-3.12.1.ebuild gnome-mahjongg-3.10.2.ebuild

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 07:52:52

  Modified: ChangeLog
  Removed:  gnome-mahjongg-3.12.1.ebuild
gnome-mahjongg-3.10.2.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 games-board/gnome-mahjongg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   23 Jul 2014 15:16:15 -  1.16
+++ ChangeLog   11 Sep 2014 07:52:52 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnome-mahjongg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.16 
2014/07/23 15:16:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.17 
2014/09/11 07:52:52 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org
+  -gnome-mahjongg-3.10.2.ebuild, -gnome-mahjongg-3.12.1.ebuild:
+  old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org gnome-mahjongg-3.12.2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in games-board/gnome-chess: ChangeLog gnome-chess-3.10.3.ebuild

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:04:33

  Modified: ChangeLog
  Removed:  gnome-chess-3.10.3.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.19 games-board/gnome-chess/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   23 Jul 2014 15:16:13 -  1.18
+++ ChangeLog   11 Sep 2014 08:04:33 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnome-chess
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.18 
2014/07/23 15:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.19 
2014/09/11 08:04:33 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org
+  -gnome-chess-3.10.3.ebuild:
+  old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org gnome-chess-3.12.3.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in games-board/kaya: kaya-0.4.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:10:16

  Modified: kaya-0.4.ebuild ChangeLog
  Log:
  remove non-existing atom
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-board/kaya/kaya-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/kaya/kaya-0.4.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/kaya/kaya-0.4.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/kaya/kaya-0.4.ebuild?r1=1.7r2=1.8

Index: kaya-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/kaya/kaya-0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kaya-0.4.ebuild 20 Mar 2014 20:33:11 -  1.7
+++ kaya-0.4.ebuild 11 Sep 2014 08:10:16 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/kaya/kaya-0.4.ebuild,v 1.7 
2014/03/20 20:33:11 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/kaya/kaya-0.4.ebuild,v 1.8 
2014/09/11 08:10:16 mr_bones_ Exp $
 
 EAPI=5
 USE_RUBY=ruby19
@@ -19,7 +19,7 @@
 
 DEPEND=
 RDEPEND=
-ruby_add_rdepend || ( kde-base/korundum kde-base/kdebindings-ruby )
+ruby_add_rdepend kde-base/korundum
 ruby_add_rdepend dev-ruby/builder
 
 pkg_setup() {
@@ -32,7 +32,7 @@
 
cd ${WORKDIR}
mkdir all
-   mv ${P} all/ || die Could not move sources
+   mv ${P} all/ || die
 }
 
 all_ruby_prepare() {



1.10 games-board/kaya/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/kaya/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   20 Mar 2014 20:33:11 -  1.9
+++ ChangeLog   11 Sep 2014 08:10:16 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/kaya
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/kaya/ChangeLog,v 1.9 2014/03/20 
20:33:11 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/kaya/ChangeLog,v 1.10 
2014/09/11 08:10:16 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org kaya-0.4.ebuild:
+  remove non-existing atom
 
   20 Mar 2014; Johannes Huber j...@gentoo.org kaya-0.4.ebuild:
   Bump to EAPI 5.






[gentoo-commits] gentoo-x86 commit in games-board/iagno: ChangeLog iagno-3.12.1.ebuild iagno-3.10.1.ebuild

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:11:39

  Modified: ChangeLog
  Removed:  iagno-3.12.1.ebuild iagno-3.10.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 games-board/iagno/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 Jul 2014 15:16:19 -  1.17
+++ ChangeLog   11 Sep 2014 08:11:39 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/iagno
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.17 
2014/07/23 15:16:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.18 
2014/09/11 08:11:39 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org -iagno-3.10.1.ebuild,
+  -iagno-3.12.1.ebuild:
+  old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org iagno-3.12.2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in games-board/atakks: atakks-1.0.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:13:26

  Modified: atakks-1.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-board/atakks/atakks-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/atakks/atakks-1.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/atakks/atakks-1.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/atakks/atakks-1.0.ebuild?r1=1.10r2=1.11

Index: atakks-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- atakks-1.0.ebuild   29 Jun 2013 17:19:56 -  1.10
+++ atakks-1.0.ebuild   11 Sep 2014 08:13:26 -  1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.10 
2013/06/29 17:19:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.11 
2014/09/11 08:13:26 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 MY_P=${P/-/_}
@@ -18,6 +18,7 @@
 IUSE=
 
 DEPEND=media-libs/libsdl:0
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 
@@ -32,13 +33,13 @@
 }
 
 src_compile() {
-   emake E_CFLAGS=${CFLAGS} || die
+   emake E_CFLAGS=${CFLAGS}
 }
 
 src_install() {
-   dogamesbin ${PN} || die
+   dogamesbin ${PN}
insinto ${GAMES_DATADIR}/${PN}
-   doins *bmp || die
+   doins *bmp
newicon icon.bmp ${PN}.bmp
make_desktop_entry ${PN} Atakks /usr/share/pixmaps/${PN}.bmp
prepgamesdirs



1.11 games-board/atakks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   29 Jun 2013 17:19:56 -  1.10
+++ ChangeLog   11 Sep 2014 08:13:26 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/atakks
-# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.10 
2013/06/29 17:19:56 mr_bones_ Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.11 
2014/09/11 08:13:26 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org atakks-1.0.ebuild:
+  EAPI=5
 
   29 Jun 2013; Michael Sterrett mr_bon...@gentoo.org atakks-1.0.ebuild:
   add slot to libsdl dep






[gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.31.ebuild ChangeLog chrony-1.31_pre1.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 08:13:27

  Modified: ChangeLog
  Added:chrony-1.31.ebuild
  Removed:  chrony-1.31_pre1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.140net-misc/chrony/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   3 Sep 2014 14:01:42 -   1.139
+++ ChangeLog   11 Sep 2014 08:13:27 -  1.140
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.139 
2014/09/03 14:01:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.140 
2014/09/11 08:13:27 jer Exp $
+
+*chrony-1.31 (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org -chrony-1.31_pre1.ebuild,
+  +chrony-1.31.ebuild:
+  Version bump.
 
 *chrony-1.31_pre1 (03 Sep 2014)
 



1.1  net-misc/chrony/chrony-1.31.ebuild

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

Index: chrony-1.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.ebuild,v 1.1 
2014/09/11 08:13:27 jer Exp $

EAPI=5
inherit eutils systemd toolchain-funcs

DESCRIPTION=NTP client and server programs
HOMEPAGE=http://chrony.tuxfamily.org/;
SRC_URI=http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
LICENSE=GPL-2
SLOT=0

KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86
IUSE=caps ipv6 +readline +rtc selinux

RDEPEND=
caps? ( sys-libs/libcap )
readline? ( =sys-libs/readline-4.1-r4 )
selinux? ( sec-policy/selinux-chronyd )

DEPEND=
${RDEPEND}
sys-apps/texinfo


RESTRICT=test

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

src_prepare() {
sed -i \
-e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-e 's:/var/run:/run:g' \
conf.c chrony.texi.in chrony.txt examples/* FAQ || die
}

src_configure() {
tc-export CC

# not an autotools generated script
./configure \
$(usex caps '' --disable-linuxcaps) \
$(usex ipv6 '' --disable-ipv6) \
$(usex readline '' --disable-readline) \
$(usex rtc '' --disable-rtc) \
--docdir=/usr/share/doc/${PF} \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc/chrony \
--without-nss \
--without-tomcrypt \
${EXTRA_ECONF} \
|| die
}

src_compile() {
emake all docs
}

src_install() {
default
rm ${D}/usr/share/doc/${PF}/COPYING || die
doinfo chrony.info*

newinitd ${FILESDIR}/chronyd.init chronyd
newconfd ${FILESDIR}/chronyd.conf chronyd

insinto /etc/${PN}
newins examples/chrony.conf.example chrony.conf
newins examples/chrony.keys.example chrony.keys

keepdir /var/{lib,log}/chrony

insinto /etc/logrotate.d
newins ${FILESDIR}/chrony.logrotate chrony

systemd_newunit ${FILESDIR}/chronyd.service-r1 chronyd.service
systemd_enable_ntpunit 50-chrony chronyd.service
}






[gentoo-commits] gentoo-x86 commit in games-board/gnuchess-book: gnuchess-book-1.02.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:20:44

  Modified: gnuchess-book-1.02.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-board/gnuchess-book/gnuchess-book-1.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild?r1=1.7r2=1.8

Index: gnuchess-book-1.02.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnuchess-book-1.02.ebuild   30 Sep 2012 18:03:35 -  1.7
+++ gnuchess-book-1.02.ebuild   11 Sep 2014 08:20:44 -  1.8
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild,v 
1.7 2012/09/30 18:03:35 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnuchess-book/gnuchess-book-1.02.ebuild,v 
1.8 2014/09/11 08:20:44 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION=Opening book for gnuchess
@@ -15,16 +16,16 @@
 RESTRICT=userpriv # bug #112898
 
 DEPEND==games-board/gnuchess-6
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}
 
 src_compile() {
-   ${GAMES_BINDIR}/gnuchess --addbook=book_${PV}.pgn \
-   || die generation failed
+   ${GAMES_BINDIR}/gnuchess --addbook=book_${PV}.pgn || die
 }
 
 src_install() {
insinto ${GAMES_DATADIR}/gnuchess
-   doins book.bin || die doins failed
+   doins book.bin || die
prepgamesdirs
 }



1.19 games-board/gnuchess-book/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnuchess-book/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnuchess-book/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   30 Jan 2013 22:34:51 -  1.18
+++ ChangeLog   11 Sep 2014 08:20:44 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnuchess-book
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess-book/ChangeLog,v 1.18 
2013/01/30 22:34:51 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess-book/ChangeLog,v 1.19 
2014/09/11 08:20:44 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org
+  gnuchess-book-1.02.ebuild:
+  EAPI=5
 
   30 Jan 2013; Michael Sterrett mr_bon...@gentoo.org
   -gnuchess-book-1.01.ebuild:






[gentoo-commits] gentoo-x86 commit in games-board/tali: ChangeLog tali-3.10.2.ebuild tali-3.12.1.ebuild

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:21:34

  Modified: ChangeLog
  Removed:  tali-3.10.2.ebuild tali-3.12.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 games-board/tali/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 Jul 2014 15:16:21 -  1.17
+++ ChangeLog   11 Sep 2014 08:21:34 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/tali
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.17 
2014/07/23 15:16:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.18 
2014/09/11 08:21:34 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org -tali-3.10.2.ebuild,
+  -tali-3.12.1.ebuild:
+  old
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org tali-3.12.2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in games-board/maitretarot: maitretarot-0.1.98.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:24:23

  Modified: maitretarot-0.1.98.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-board/maitretarot/maitretarot-0.1.98.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild?r1=1.7r2=1.8

Index: maitretarot-0.1.98.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maitretarot-0.1.98.ebuild   8 Nov 2010 19:57:42 -   1.7
+++ maitretarot-0.1.98.ebuild   11 Sep 2014 08:24:23 -  1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.7 
2010/11/08 19:57:42 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/maitretarot/maitretarot-0.1.98.ebuild,v 1.8 
2014/09/11 08:24:23 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 DESCRIPTION=server for the french tarot game maitretarot
@@ -17,6 +17,7 @@
 DEPEND=dev-libs/glib:2
dev-libs/libxml2
dev-games/libmaitretarot
+RDEPEND=${DEPEND}
 
 src_configure() {
egamesconf \
@@ -24,7 +25,7 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die emake install failed
+   emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog TODO
prepgamesdirs
 }



1.8  games-board/maitretarot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/maitretarot/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/maitretarot/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   8 Nov 2010 19:57:42 -   1.7
+++ ChangeLog   11 Sep 2014 08:24:23 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/maitretarot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/ChangeLog,v 1.7 
2010/11/08 19:57:42 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/maitretarot/ChangeLog,v 1.8 
2014/09/11 08:24:23 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org
+  maitretarot-0.1.98.ebuild:
+  EAPI=5
 
   08 Nov 2010; Markos Chandras hwoar...@gentoo.org
   maitretarot-0.1.98.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/cvsweb/files: cvsweb-3.0.6-perl518.patch

2014-09-11 Thread Andreas HAttel (dilfridge)
dilfridge14/09/11 08:26:50

  Added:cvsweb-3.0.6-perl518.patch
  Log:
  Revision bump to add Perl 5.18 compatibility patch, bug 521824
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  www-apps/cvsweb/files/cvsweb-3.0.6-perl518.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cvsweb/files/cvsweb-3.0.6-perl518.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cvsweb/files/cvsweb-3.0.6-perl518.patch?rev=1.1content-type=text/plain

Index: cvsweb-3.0.6-perl518.patch
===
Source: 
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/cvsweb/patches/patch-cvsweb.cgi.diff?r1=1.1.2.1r2=1.1.2.2f=h

Fix warnings from newer perl versions

--- cvsweb.cgi.orig 2013-07-30 12:49:33.268655300 +
+++ cvsweb.cgi
@@ -1192,7 +1192,7 @@ EOF
 legendGeneral options/legend
 input type=hidden name=copt value=1 /
 EOF
-for my $v qw(hidecvsroot hidenonreadable) {
+for my $v (qw(hidecvsroot hidenonreadable)) {
   printf(qq{input type=hidden name=%s value=%s /\n},
  $v, $input{$v} || 0);
 }
@@ -2951,7 +2951,7 @@ sub printLog($$$;$$)
   print br /\n;
 
   print 'i';
-  if (defined @mytz) {
+  if (@mytz) {
 my ($est) = $mytz[(localtime($date{$_}))[8]];
 print scalar localtime($date{$_}),  $est/i (;
   } else {






[gentoo-commits] gentoo-x86 commit in www-apps/cvsweb: ChangeLog cvsweb-3.0.6-r1.ebuild

2014-09-11 Thread Andreas HAttel (dilfridge)
dilfridge14/09/11 08:26:50

  Modified: ChangeLog
  Added:cvsweb-3.0.6-r1.ebuild
  Log:
  Revision bump to add Perl 5.18 compatibility patch, bug 521824
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.3  www-apps/cvsweb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/cvsweb/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Jun 2010 00:58:35 -  1.2
+++ ChangeLog   11 Sep 2014 08:26:50 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/cvsweb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cvsweb/ChangeLog,v 1.2 2010/06/19 
00:58:35 abcd Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cvsweb/ChangeLog,v 1.3 2014/09/11 
08:26:50 dilfridge Exp $
+
+*cvsweb-3.0.6-r1 (11 Sep 2014)
+
+  11 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +cvsweb-3.0.6-r1.ebuild, +files/cvsweb-3.0.6-perl518.patch:
+  Revision bump to add Perl 5.18 compatibility patch, bug 521824
 
   19 Jun 2010; Jonathan Callen a...@gentoo.org cvsweb-3.0.5.ebuild,
   cvsweb-3.0.6.ebuild:



1.1  www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild?rev=1.1content-type=text/plain

Index: cvsweb-3.0.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild,v 1.1 
2014/09/11 08:26:50 dilfridge Exp $

EAPI=5

inherit eutils webapp

DESCRIPTION=WWW interface to a CVS tree
HOMEPAGE=http://www.freebsd.org/projects/cvsweb.html;
SRC_URI=ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/${P}.tar.gz;

LICENSE=BSD
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=

RDEPEND==dev-lang/perl-5.8
=dev-vcs/cvs-1.11
=dev-vcs/rcs-5.7
=dev-perl/URI-1.28
dev-perl/IPC-Run
dev-perl/MIME-Types
dev-perl/String-Ediff
=dev-vcs/cvsgraph-1.4.0
=app-text/enscript-1.6.3

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

src_install() {
webapp_src_preinst

cp cvsweb.conf ${D}/${MY_HOSTROOTDIR}
cp css/cvsweb.css ${D}/${MY_HTDOCSDIR}
exeinto ${MY_CGIBINDIR}
doexe cvsweb.cgi
chmod +x ${D}/${MY_CGIBINDIR}/cvsweb.cgi

dodoc README TODO NEWS ChangeLog

webapp_hook_script ${FILESDIR}/reconfig
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in net-libs/libtrace: libtrace-3.0.21.ebuild ChangeLog libtrace-3.0.19.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 08:30:23

  Modified: ChangeLog
  Added:libtrace-3.0.21.ebuild
  Removed:  libtrace-3.0.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.13 net-libs/libtrace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Jul 2014 13:32:44 -   1.12
+++ ChangeLog   11 Sep 2014 08:30:23 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libtrace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v 1.12 
2014/07/09 13:32:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/ChangeLog,v 1.13 
2014/09/11 08:30:23 jer Exp $
+
+*libtrace-3.0.21 (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org -libtrace-3.0.19.ebuild,
+  +libtrace-3.0.21.ebuild:
+  Version bump.
 
 *libtrace-3.0.20 (09 Jul 2014)
 



1.1  net-libs/libtrace/libtrace-3.0.21.ebuild

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

Index: libtrace-3.0.21.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libtrace/libtrace-3.0.21.ebuild,v 
1.1 2014/09/11 08:30:23 jer Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION=A library and tools for trace processing
HOMEPAGE=http://research.wand.net.nz/software/libtrace.php;
SRC_URI=http://research.wand.net.nz/software/${PN}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=bzip2 doc lzo ncurses static-libs zlib

RDEPEND==net-libs/libpcap-0.8
ncurses? ( sys-libs/ncurses )
bzip2? ( app-arch/bzip2 )
zlib? ( sys-libs/zlib )
lzo? ( dev-libs/lzo )
DEPEND=${RDEPEND}
app-doc/doxygen
sys-devel/flex
virtual/yacc
virtual/pkgconfig

src_prepare() {
epatch \
${FILESDIR}/${PN}-3.0.20-autoconf-1.13.patch \
${FILESDIR}/${PN}-3.0.20-no-examples.patch \
${FILESDIR}/${PN}-3.0.20-tinfo.patch

eautoreconf
}

src_configure() {
econf \
--with-man \
$(use_enable static-libs static) \
$(use_with ncurses) \
$(use_with bzip2) \
$(use_with zlib) \
$(use_with lzo)
}

src_install() {
default
use doc  dohtml docs/doxygen/html/*
prune_libtool_files --modules
}






[gentoo-commits] gentoo-x86 commit in games-board/ace: ace-1.4.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 08:38:00

  Modified: ace-1.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-board/ace/ace-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?r1=1.7r2=1.8

Index: ace-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ace-1.4.ebuild  6 Jan 2013 21:29:48 -   1.7
+++ ace-1.4.ebuild  11 Sep 2014 08:38:00 -  1.8
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.7 
2013/01/06 21:29:48 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.8 
2014/09/11 08:38:00 mr_bones_ Exp $
 
-EAPI=2
-inherit autotools base eutils games
+EAPI=5
+inherit autotools eutils games
 
 DESCRIPTION=DJ Delorie's Ace of Penguins solitaire games
 HOMEPAGE=http://www.delorie.com/store/ace/;
@@ -19,31 +19,32 @@
 DEPEND=${RDEPEND}
x11-proto/xproto
 
-PATCHES=( ${FILESDIR}/${P}-no-xpm.patch ${FILESDIR}/${P}-libpng15.patch 
${FILESDIR}/${P}-gold.patch ${FILESDIR}/${P}-CC.patch 
${FILESDIR}/${P}-clang.patch )
 
 src_prepare() {
-   base_src_prepare
+   epatch \
+   ${FILESDIR}/${P}-no-xpm.patch \
+   ${FILESDIR}/${P}-libpng15.patch \
+   ${FILESDIR}/${P}-gold.patch \
+   ${FILESDIR}/${P}-CC.patch \
+   ${FILESDIR}/${P}-clang.patch
eautoreconf
 }
 
 src_configure() {
egamesconf \
-   --disable-dependency-tracking \
--disable-static \
--program-prefix=ace-
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die
-   dodoc AUTHORS ChangeLog NEWS README
+   default
dohtml docs/*
newicon docs/as.gif ${PN}.gif
-   cd ${D}${GAMES_BINDIR}  {
-   local p
-   for p in *
-   do
-   make_desktop_entry $p Ace ${p/ace-/} 
/usr/share/pixmaps/${PN}.gif
-   done
-   }
+   cd ${D}${GAMES_BINDIR} || die
+   local p
+   for p in *
+   do
+   make_desktop_entry $p Ace ${p/ace-/} 
/usr/share/pixmaps/${PN}.gif
+   done
prepgamesdirs
 }



1.32 games-board/ace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   30 Jan 2013 22:50:58 -  1.31
+++ ChangeLog   11 Sep 2014 08:38:00 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/ace
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.31 2013/01/30 
22:50:58 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.32 2014/09/11 
08:38:00 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org ace-1.4.ebuild:
+  EAPI=5
 
   30 Jan 2013; Michael Sterrett mr_bon...@gentoo.org -ace-1.3.ebuild,
   -files/ace-1.3-implicit-pointer.patch, -files/ace-1.3-libpng15.patch,






[gentoo-commits] gentoo-x86 commit in dev-libs/openobex: openobex-1.7.1.ebuild ChangeLog

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 09:31:47

  Modified: ChangeLog
  Added:openobex-1.7.1.ebuild
  Log:
  Version bump. Drop old patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.71 dev-libs/openobex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   9 Apr 2014 07:09:48 -   1.70
+++ ChangeLog   11 Sep 2014 09:31:47 -  1.71
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/openobex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.70 
2014/04/09 07:09:48 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/ChangeLog,v 1.71 
2014/09/11 09:31:47 mgorny Exp $
+
+*openobex-1.7.1 (11 Sep 2014)
+
+  11 Sep 2014; Michał Górny mgo...@gentoo.org +openobex-1.7.1.ebuild,
+  -files/openobex-1.3-as-needed.patch:
+  Version bump. Drop old patch.
 
   09 Apr 2014; Tom Wijsman tom...@gentoo.org metadata.xml:
   [QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty



1.1  dev-libs/openobex/openobex-1.7.1.ebuild

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

Index: openobex-1.7.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-1.7.1.ebuild,v 
1.1 2014/09/11 09:31:47 mgorny Exp $

EAPI=5

inherit cmake-utils udev

DESCRIPTION=An implementation of the OBEX protocol used for transferring data 
to mobile devices
HOMEPAGE=http://sourceforge.net/projects/openobex/;
SRC_URI=mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz

LICENSE=GPL-2 LGPL-2.1
SLOT=0/2
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=bluetooth irda usb

RDEPEND=bluetooth? ( net-wireless/bluez:= )
usb? ( virtual/libusb:= )
DEPEND=${RDEPEND}
virtual/pkgconfig

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

src_prepare() {
# Some of the bundled macros require C++... so making the project
# C only makes it impossible to build. CMake is awesome, isn't it?
sed -i -e '/project/s:C::' CMakeLists.txt || die

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DOPENOBEX_BLUETOOTH=$(usex bluetooth)
-DOPENOBEX_IRDA=$(usex irda)
-DOPENOBEX_USB=$(usex usb)
# TODO: enable them. patch would be appreciated.
-DBUILD_DOCUMENTATION=OFF

-DCMAKE_INSTALL_UDEVRULESDIR=$(get_udevdir)/rules.d
)

cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-libs/openobex/files: openobex-1.3-as-needed.patch

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 09:31:47

  Removed:  openobex-1.3-as-needed.patch
  Log:
  Version bump. Drop old patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-mobilephone/obex-data-server: obex-data-server-0.4.6.ebuild ChangeLog

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 09:37:06

  Modified: obex-data-server-0.4.6.ebuild ChangeLog
  Log:
  Update the openobex dep since 1.7.1 is incompatible with this.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 
app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild?r1=1.9r2=1.10

Index: obex-data-server-0.4.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- obex-data-server-0.4.6.ebuild   6 Jun 2013 09:49:26 -   1.9
+++ obex-data-server-0.4.6.ebuild   11 Sep 2014 09:37:06 -  1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild,v
 1.9 2013/06/06 09:49:26 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild,v
 1.10 2014/09/11 09:37:06 mgorny Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
=dev-libs/dbus-glib-0.7
sys-apps/dbus
=net-wireless/bluez-4.31
-   =dev-libs/openobex-1.3
+   dev-libs/openobex-1.7.1
imagemagick? ( !gtk? ( || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] ) ) )
gtk? ( x11-libs/gtk+:2 )
usb? ( virtual/libusb:0 )



1.47 app-mobilephone/obex-data-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   6 Jun 2013 09:52:29 -   1.46
+++ ChangeLog   11 Sep 2014 09:37:06 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/obex-data-server
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog,v 1.46 
2013/06/06 09:52:29 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog,v 1.47 
2014/09/11 09:37:06 mgorny Exp $
+
+  11 Sep 2014; Michał Górny mgo...@gentoo.org obex-data-server-0.4.6.ebuild:
+  Update the openobex dep since 1.7.1 is incompatible with this.
 
   06 Jun 2013; Sergey Popov pinkb...@gentoo.org
   -obex-data-server-0.4.4.ebuild, -obex-data-server-0.4.5.ebuild:






[gentoo-commits] gentoo-x86 commit in www-client/seamonkey: ChangeLog seamonkey-2.29-r1.ebuild seamonkey-2.29.ebuild

2014-09-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/09/11 11:01:13

  Modified: ChangeLog
  Added:seamonkey-2.29-r1.ebuild
  Removed:  seamonkey-2.29.ebuild
  Log:
  Revbump to include latest enigmail version which fixes a severe bug where 
mails in BCC would not get encrypted
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.495www-client/seamonkey/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -r1.494 -r1.495
--- ChangeLog   8 Sep 2014 14:30:48 -   1.494
+++ ChangeLog   11 Sep 2014 11:01:13 -  1.495
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/seamonkey
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.494 
2014/09/08 14:30:48 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.495 
2014/09/11 11:01:13 polynomial-c Exp $
+
+*seamonkey-2.29-r1 (11 Sep 2014)
+
+  11 Sep 2014; Lars Wendler polynomia...@gentoo.org -seamonkey-2.29.ebuild,
+  +seamonkey-2.29-r1.ebuild:
+  Revbump to include latest enigmail version which fixes a severe bug where
+  mails in BCC would not get encrypted.
 
 *seamonkey-2.29 (08 Sep 2014)
 



1.1  www-client/seamonkey/seamonkey-2.29-r1.ebuild

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

Index: seamonkey-2.29-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.29-r1.ebuild,v 1.1 
2014/09/11 11:01:13 polynomial-c Exp $

EAPI=5
WANT_AUTOCONF=2.1

# This list can be updated with scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(be ca cs de en en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl
pl pt-PT ru sk sv-SE tr uk zh-CN zh-TW)

MOZ_PV=${PV/_pre*}
MOZ_PV=${MOZ_PV/_alpha/a}
MOZ_PV=${MOZ_PV/_beta/b}
MOZ_PV=${MOZ_PV/_rc/rc}
MOZ_P=${P}
MY_MOZ_P=${PN}-${MOZ_PV}

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

MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_pre};
MOZ_LANGPACK_PREFIX=linux-i686/xpi/
# And the langpack stuff stays at eclass defaults
else
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/${PN}/releases/${MOZ_PV};
MOZ_LANGPACK_PREFIX=langpack/${MY_MOZ_P}.
MOZ_LANGPACK_SUFFIX=.langpack.xpi
fi

MOZCONFIG_OPTIONAL_WIFI=1
MOZCONFIG_OPTIONAL_JIT=enabled
inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v4.1 multilib 
pax-utils fdo-mime autotools mozextension nsplugins mozlinguas

PATCHFF=firefox-31.0-patches-0.2
PATCH=${PN}-2.23-patches-01
EMVER=1.7.2

DESCRIPTION=Seamonkey Web Browser
HOMEPAGE=http://www.seamonkey-project.org;

if [[ ${PV} == *_pre* ]] ; then
# pre-releases. No need for arch teams to change KEYWORDS here.

KEYWORDS=
else
# This is where arch teams should change the KEYWORDS.

KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
fi

SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=+chatzilla +crypt gstreamer +ipc minimal pulseaudio +roaming selinux 
system-cairo system-icu system-jpeg system-sqlite test

SRC_URI=${SRC_URI}
${MOZ_FTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 - ${P}.source.tar.bz2
http://dev.gentoo.org/~axs/distfiles/${PATCHFF}.tar.xz
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz
crypt? ( 
http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )

ASM_DEPEND==dev-lang/yasm-1.1

# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND==dev-libs/nss-3.16.2
=dev-libs/nspr-4.10.6
=dev-libs/glib-2.26:2
=media-libs/mesa-7.10
=media-libs/libpng-1.6.7[apng]
=x11-libs/pango-1.14.0
=x11-libs/gtk+-2.14:2
virtual/libffi
gstreamer? ( media-plugins/gst-plugins-meta:1.0[ffmpeg] )
system-cairo? ( =x11-libs/cairo-1.12[X] x11-libs/pixman )
system-icu? ( =dev-libs/icu-51.1 )
system-jpeg? ( =media-libs/libjpeg-turbo-1.2.1 )
system-sqlite? ( =dev-db/sqlite-3.8.4.2:3[secure-delete,debug=] )
=media-libs/libvpx-1.3.0
crypt? ( || (
  

[gentoo-commits] gentoo-x86 commit in app-misc/zygrib: zygrib-6.2.3.ebuild ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:21:28

  Modified: zygrib-6.2.3.ebuild ChangeLog
  Log:
  Pin dev-qt/qtsvg to SLOT 4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  app-misc/zygrib/zygrib-6.2.3.ebuild

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

Index: zygrib-6.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/zygrib/zygrib-6.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zygrib-6.2.3.ebuild 25 Jun 2014 16:43:25 -  1.2
+++ zygrib-6.2.3.ebuild 11 Sep 2014 11:21: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/app-misc/zygrib/zygrib-6.2.3.ebuild,v 1.2 
2014/06/25 16:43:25 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/zygrib-6.2.3.ebuild,v 1.3 
2014/09/11 11:21:28 kensington Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 IUSE=+maps
 
 DEPEND=app-arch/bzip2
-dev-qt/qtsvg
+dev-qt/qtsvg:4
 sci-libs/libnova
 sci-libs/proj
 sys-libs/zlib



1.6  app-misc/zygrib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Jun 2014 16:43:25 -  1.5
+++ ChangeLog   11 Sep 2014 11:21:28 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/zygrib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v 1.5 2014/06/25 
16:43:25 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v 1.6 2014/09/11 
11:21:28 kensington Exp $
+
+  11 Sep 2014; Michael Palimaka kensing...@gentoo.org zygrib-6.2.3.ebuild:
+  Pin dev-qt/qtsvg to SLOT 4.
 
   25 Jun 2014; Marc Schiffbauer msch...@gentoo.org zygrib-6.2.3.ebuild:
   Added missing depend on dev-qt/qtsvg. Fixes #515024. Thanks Patrick.






[gentoo-commits] gentoo-x86 commit in dev-util/intel-ocl-sdk: intel-ocl-sdk-4.4.0.117-r1.ebuild ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:26:33

  Modified: intel-ocl-sdk-4.4.0.117-r1.ebuild ChangeLog
  Log:
  Pin dev-qt/qtcore and dev-qt/qtgui to SLOT 4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild

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

Index: intel-ocl-sdk-4.4.0.117-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- intel-ocl-sdk-4.4.0.117-r1.ebuild   31 Aug 2014 15:17:36 -  1.1
+++ intel-ocl-sdk-4.4.0.117-r1.ebuild   11 Sep 2014 11:26:33 -  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-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild,v
 1.1 2014/08/31 15:17:36 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild,v
 1.2 2014/09/11 11:26:33 kensington Exp $
 
 EAPI=5
 
@@ -22,8 +22,8 @@
dev-cpp/tbb
sys-devel/clang
dev-libs/boost
-   dev-qt/qtgui
-   dev-qt/qtcore
+   dev-qt/qtgui:4
+   dev-qt/qtcore:4
)

 DEPEND=



1.14 dev-util/intel-ocl-sdk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   1 Sep 2014 23:36:15 -   1.13
+++ ChangeLog   11 Sep 2014 11:26:33 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/intel-ocl-sdk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog,v 1.13 
2014/09/01 23:36:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/intel-ocl-sdk/ChangeLog,v 1.14 
2014/09/11 11:26:33 kensington Exp $
+
+  11 Sep 2014; Michael Palimaka kensing...@gentoo.org
+  intel-ocl-sdk-4.4.0.117-r1.ebuild:
+  Pin dev-qt/qtcore and dev-qt/qtgui to SLOT 4.
 
   01 Sep 2014; Rick Farina zeroch...@gentoo.org metadata.xml:
   update maintainers entry






[gentoo-commits] gentoo-x86 commit in media-gfx/meshlab: meshlab-1.3.2.ebuild ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:27:50

  Modified: meshlab-1.3.2.ebuild ChangeLog
  Log:
  Pin dev-qt/qtcore and dev-qt/qtopengl to SLOT 4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  media-gfx/meshlab/meshlab-1.3.2.ebuild

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

Index: meshlab-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/meshlab/meshlab-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- meshlab-1.3.2.ebuild14 Aug 2014 18:38:38 -  1.1
+++ meshlab-1.3.2.ebuild11 Sep 2014 11:27:50 -  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-gfx/meshlab/meshlab-1.3.2.ebuild,v 
1.1 2014/08/14 18:38:38 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/meshlab-1.3.2.ebuild,v 
1.2 2014/09/11 11:27:50 kensington Exp $
 
 EAPI=5
 
@@ -17,8 +17,8 @@
 IUSE=
 DEPEND=dev-cpp/eigen:3
dev-cpp/muParser
-   dev-qt/qtcore
-   dev-qt/qtopengl
+   dev-qt/qtcore:4
+   dev-qt/qtopengl:4
media-libs/glew
media-libs/qhull
=media-libs/lib3ds-1*



1.2  media-gfx/meshlab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 Aug 2014 18:38:38 -  1.1
+++ ChangeLog   11 Sep 2014 11:27:50 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/meshlab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v 1.1 
2014/08/14 18:38:38 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v 1.2 
2014/09/11 11:27:50 kensington Exp $
+
+  11 Sep 2014; Michael Palimaka kensing...@gentoo.org meshlab-1.3.2.ebuild:
+  Pin dev-qt/qtcore and dev-qt/qtopengl to SLOT 4.
 
 *meshlab-1.3.2 (14 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: owncloud-client-1.6.3.ebuild owncloud-client-1.6.1.ebuild owncloud-client-1.6.2.ebuild ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:29:43

  Modified: owncloud-client-1.6.3.ebuild
owncloud-client-1.6.1.ebuild
owncloud-client-1.6.2.ebuild ChangeLog
  Log:
  Pin dev-qt/linguist-tools to SLOT 5.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  net-misc/owncloud-client/owncloud-client-1.6.3.ebuild

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

Index: owncloud-client-1.6.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-client-1.6.3.ebuild5 Sep 2014 15:06:32 -   1.1
+++ owncloud-client-1.6.3.ebuild11 Sep 2014 11:29:43 -  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-misc/owncloud-client/owncloud-client-1.6.3.ebuild,v 
1.1 2014/09/05 15:06:32 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.3.ebuild,v 
1.2 2014/09/11 11:29:43 kensington Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
)
qt5? (
dev-libs/qtkeychain[qt5]
-   dev-qt/linguist-tools
+   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5



1.3  net-misc/owncloud-client/owncloud-client-1.6.1.ebuild

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

Index: owncloud-client-1.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- owncloud-client-1.6.1.ebuild30 Jun 2014 21:19:31 -  1.2
+++ owncloud-client-1.6.1.ebuild11 Sep 2014 11:29:43 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.1.ebuild,v 
1.2 2014/06/30 21:19:31 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.1.ebuild,v 
1.3 2014/09/11 11:29:43 kensington Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
)
qt5? (
dev-libs/qtkeychain[qt5]
-   dev-qt/linguist-tools
+   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5



1.2  net-misc/owncloud-client/owncloud-client-1.6.2.ebuild

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

Index: owncloud-client-1.6.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-client-1.6.2.ebuild5 Aug 2014 08:45:12 -   1.1
+++ owncloud-client-1.6.2.ebuild11 Sep 2014 11:29:43 -  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-misc/owncloud-client/owncloud-client-1.6.2.ebuild,v 
1.1 2014/08/05 08:45:12 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.2.ebuild,v 
1.2 2014/09/11 11:29:43 kensington Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
)
qt5? (
dev-libs/qtkeychain[qt5]
-   dev-qt/linguist-tools
+   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
  

[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:31:17

  Modified: ChangeLog
  Log:
  Remove ebuilds that were not actually changed.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.16 net-misc/owncloud-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   11 Sep 2014 11:29:43 -  1.15
+++ ChangeLog   11 Sep 2014 11:31:17 -  1.16
@@ -1,9 +1,8 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.15 
2014/09/11 11:29:43 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.16 
2014/09/11 11:31:17 kensington Exp $
 
   11 Sep 2014; Michael Palimaka kensing...@gentoo.org
-  owncloud-client-1.5.4.ebuild, owncloud-client-1.6.0.ebuild,
   owncloud-client-1.6.1.ebuild, owncloud-client-1.6.2.ebuild,
   owncloud-client-1.6.3.ebuild:
   Pin dev-qt/linguist-tools to SLOT 5.






[gentoo-commits] gentoo-x86 commit in net-wireless/gnuradio: gnuradio-3.7.4.1.ebuild gnuradio-9999.ebuild gnuradio-3.7.5.ebuild ChangeLog

2014-09-11 Thread Michael Palimaka (kensington)
kensington14/09/11 11:33:48

  Modified: gnuradio-3.7.4.1.ebuild gnuradio-.ebuild
gnuradio-3.7.5.ebuild ChangeLog
  Log:
  Pin dev-qt/qtcore to SLOT 4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  net-wireless/gnuradio/gnuradio-3.7.4.1.ebuild

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

Index: gnuradio-3.7.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuradio-3.7.4.1.ebuild 1 Sep 2014 17:26:38 -   1.2
+++ gnuradio-3.7.4.1.ebuild 11 Sep 2014 11:33:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.4.1.ebuild,v 1.2 
2014/09/01 17:26:38 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.4.1.ebuild,v 1.3 
2014/09/11 11:33:48 kensington Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -72,7 +72,7 @@
qt4? (
=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
-   =dev-qt/qtcore-4.4
+   =dev-qt/qtcore-4.4:4
=dev-qt/qtgui-4.4:4
=x11-libs/qwt-5.2
)



1.25 net-wireless/gnuradio/gnuradio-.ebuild

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

Index: gnuradio-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gnuradio-.ebuild1 Sep 2014 17:26:38 -   1.24
+++ gnuradio-.ebuild11 Sep 2014 11:33:48 -  1.25
@@ -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/gnuradio/gnuradio-.ebuild,v 1.24 
2014/09/01 17:26:38 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-.ebuild,v 1.25 
2014/09/11 11:33:48 kensington Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -72,7 +72,7 @@
qt4? (
=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
-   =dev-qt/qtcore-4.4
+   =dev-qt/qtcore-4.4:4
=dev-qt/qtgui-4.4:4
=x11-libs/qwt-5.2
)



1.3  net-wireless/gnuradio/gnuradio-3.7.5.ebuild

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

Index: gnuradio-3.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuradio-3.7.5.ebuild   1 Sep 2014 17:26:38 -   1.2
+++ gnuradio-3.7.5.ebuild   11 Sep 2014 11:33:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.5.ebuild,v 1.2 
2014/09/01 17:26:38 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.5.ebuild,v 1.3 
2014/09/11 11:33:48 kensington Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -72,7 +72,7 @@
qt4? (
=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
-   =dev-qt/qtcore-4.4
+   =dev-qt/qtcore-4.4:4
=dev-qt/qtgui-4.4:4
=x11-libs/qwt-5.2
)



1.55 

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

2014-09-11 Thread Michael Palimaka
commit: 8578c40fbe8dd7b0f8de6f765b9f16c002c3ae76
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Sep 11 11:40:39 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Sep 11 11:40:39 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8578c40f

[kde-frameworks/kdelibs4support] Workaround build failure

ce6dbc0cc0c0684acbd50671f780be21a323dd43 enabled globally a new upstream option
in ECM, but this causes build failure in this package. Note that this option
should not actually have any effect on kdelibs4support.

Package-Manager: portage-2.2.10

---
 kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild | 1 +
 kde-frameworks/kdelibs4support/kdelibs4support-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
index b739bdf..6c77fc8 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
@@ -69,6 +69,7 @@ DEPEND=${COMMON_DEPEND}
 
 src_configure() {
local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
$(cmake-utils_use_find_package X X11)
)
 

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
index c9a405a..cc3969f 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
@@ -69,6 +69,7 @@ DEPEND=${COMMON_DEPEND}
 
 src_configure() {
local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
$(cmake-utils_use_find_package X X11)
)
 



[gentoo-commits] gentoo-x86 commit in app-portage/g-cpan: g-cpan-0.16.5.ebuild ChangeLog

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

  Modified: g-cpan-0.16.5.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt bug #517894
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  app-portage/g-cpan/g-cpan-0.16.5.ebuild

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

Index: g-cpan-0.16.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- g-cpan-0.16.5.ebuild10 Sep 2014 17:35:05 -  1.7
+++ g-cpan-0.16.5.ebuild11 Sep 2014 12:14:06 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.7 2014/09/10 17:35:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.8 2014/09/11 12:14:06 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=
 
 DEPEND=dev-lang/perl



1.85 app-portage/g-cpan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   10 Sep 2014 17:35:05 -  1.84
+++ ChangeLog   11 Sep 2014 12:14:06 -  1.85
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/g-cpan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.84 
2014/09/10 17:35:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.85 
2014/09/11 12:14:06 zlogene Exp $
+
+  11 Sep 2014; Mikle Kolyada zlog...@gentoo.org g-cpan-0.16.5.ebuild:
+  ppc/ppc64 stable wrt bug #517894
 
   10 Sep 2014; Mikle Kolyada zlog...@gentoo.org g-cpan-0.16.5.ebuild:
   sparc stable wrt bug #517894






[gentoo-commits] gentoo-x86 commit in app-portage/g-cpan: g-cpan-0.16.5.ebuild ChangeLog

2014-09-11 Thread Mikle Kolyada (zlogene)
zlogene 14/09/11 12:17:27

  Modified: g-cpan-0.16.5.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #517894
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  app-portage/g-cpan/g-cpan-0.16.5.ebuild

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

Index: g-cpan-0.16.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- g-cpan-0.16.5.ebuild11 Sep 2014 12:14:06 -  1.8
+++ g-cpan-0.16.5.ebuild11 Sep 2014 12:17:27 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.8 2014/09/11 12:14:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.9 2014/09/11 12:17:27 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86
 IUSE=
 
 DEPEND=dev-lang/perl



1.86 app-portage/g-cpan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   11 Sep 2014 12:14:06 -  1.85
+++ ChangeLog   11 Sep 2014 12:17:27 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/g-cpan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.85 
2014/09/11 12:14:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.86 
2014/09/11 12:17:27 zlogene Exp $
+
+  11 Sep 2014; Mikle Kolyada zlog...@gentoo.org g-cpan-0.16.5.ebuild:
+  ia64 stable wrt bug #517894
 
   11 Sep 2014; Mikle Kolyada zlog...@gentoo.org g-cpan-0.16.5.ebuild:
   ppc/ppc64 stable wrt bug #517894






[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390x/netboot/

2014-09-11 Thread Raúl Porcel
commit: 5828cc42422208d5fccc61aadd159b107624ede2
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Thu Sep 11 12:41:36 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Thu Sep 11 12:41:36 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=5828cc42

add netboot specs so it doesn't get lost

---
 releases/weekly/specs/s390/s390x/netboot/bs.conf   | 1025 +
 releases/weekly/specs/s390/s390x/netboot/config| 1155 
 .../weekly/specs/s390/s390x/netboot/netboot.spec   |  237 
 3 files changed, 2417 insertions(+)

diff --git a/releases/weekly/specs/s390/s390x/netboot/bs.conf 
b/releases/weekly/specs/s390/s390x/netboot/bs.conf
new file mode 100644
index 000..2cdcdd8
--- /dev/null
+++ b/releases/weekly/specs/s390/s390x/netboot/bs.conf
@@ -0,0 +1,1025 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.20.2
+# Tue Jun 11 04:57:10 2013
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Busybox Settings
+#
+
+#
+# General Configuration
+#
+# CONFIG_DESKTOP is not set
+# CONFIG_EXTRA_COMPAT is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_PLATFORM_LINUX=y
+# CONFIG_FEATURE_BUFFERS_USE_MALLOC is not set
+CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_SHOW_USAGE=y
+CONFIG_FEATURE_VERBOSE_USAGE=y
+CONFIG_FEATURE_COMPRESS_USAGE=y
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
+# CONFIG_LOCALE_SUPPORT is not set
+CONFIG_UNICODE_SUPPORT=y
+# CONFIG_UNICODE_USING_LOCALE is not set
+# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
+CONFIG_SUBST_WCHAR=63
+CONFIG_LAST_SUPPORTED_WCHAR=767
+# CONFIG_UNICODE_COMBINING_WCHARS is not set
+# CONFIG_UNICODE_WIDE_WCHARS is not set
+# CONFIG_UNICODE_BIDI_SUPPORT is not set
+# CONFIG_UNICODE_NEUTRAL_TABLE is not set
+# CONFIG_UNICODE_PRESERVE_BROKEN is not set
+CONFIG_LONG_OPTS=y
+CONFIG_FEATURE_DEVPTS=y
+# CONFIG_FEATURE_CLEAN_UP is not set
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_FEATURE_SUID=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_SELINUX is not set
+CONFIG_FEATURE_PREFER_APPLETS=y
+CONFIG_BUSYBOX_EXEC_PATH=/proc/self/exe
+CONFIG_FEATURE_SYSLOG=y
+# CONFIG_FEATURE_HAVE_RPC is not set
+
+#
+# Build Options
+#
+CONFIG_STATIC=y
+# CONFIG_PIE is not set
+# CONFIG_NOMMU is not set
+# CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_INDIVIDUAL is not set
+# CONFIG_FEATURE_SHARED_BUSYBOX is not set
+CONFIG_LFS=y
+CONFIG_CROSS_COMPILER_PREFIX=
+CONFIG_SYSROOT=
+CONFIG_EXTRA_CFLAGS=
+CONFIG_EXTRA_LDFLAGS=
+CONFIG_EXTRA_LDLIBS=
+
+#
+# Debugging Options
+#
+# CONFIG_DEBUG is not set
+# CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_WERROR is not set
+CONFIG_NO_DEBUG_LIB=y
+# CONFIG_DMALLOC is not set
+# CONFIG_EFENCE is not set
+
+#
+# Installation Options (make install behavior)
+#
+CONFIG_INSTALL_APPLET_SYMLINKS=y
+# CONFIG_INSTALL_APPLET_HARDLINKS is not set
+# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
+# CONFIG_INSTALL_APPLET_DONT is not set
+# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
+# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
+# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
+CONFIG_PREFIX=./_install
+
+#
+# Busybox Library Tuning
+#
+CONFIG_FEATURE_SYSTEMD=y
+CONFIG_FEATURE_RTMINMAX=y
+CONFIG_PASSWORD_MINLEN=6
+CONFIG_MD5_SMALL=1
+# CONFIG_FEATURE_FAST_TOP is not set
+# CONFIG_FEATURE_ETC_NETWORKS is not set
+CONFIG_FEATURE_USE_TERMIOS=y
+CONFIG_FEATURE_EDITING=y
+CONFIG_FEATURE_EDITING_MAX_LEN=1024
+# CONFIG_FEATURE_EDITING_VI is not set
+CONFIG_FEATURE_EDITING_HISTORY=15
+# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set
+# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set
+# CONFIG_FEATURE_REVERSE_SEARCH is not set
+CONFIG_FEATURE_TAB_COMPLETION=y
+# CONFIG_FEATURE_USERNAME_COMPLETION is not set
+CONFIG_FEATURE_EDITING_FANCY_PROMPT=y
+# CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set
+CONFIG_FEATURE_NON_POSIX_CP=y
+# CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set
+CONFIG_FEATURE_COPYBUF_KB=4
+CONFIG_FEATURE_SKIP_ROOTFS=y
+CONFIG_MONOTONIC_SYSCALL=y
+CONFIG_IOCTL_HEX2STR_ERROR=y
+CONFIG_FEATURE_HWIB=y
+
+#
+# Applets
+#
+
+#
+# Archival Utilities
+#
+CONFIG_FEATURE_SEAMLESS_XZ=y
+CONFIG_FEATURE_SEAMLESS_LZMA=y
+CONFIG_FEATURE_SEAMLESS_BZ2=y
+CONFIG_FEATURE_SEAMLESS_GZ=y
+# CONFIG_FEATURE_SEAMLESS_Z is not set
+CONFIG_AR=y
+CONFIG_FEATURE_AR_LONG_FILENAMES=y
+CONFIG_FEATURE_AR_CREATE=y
+# CONFIG_BUNZIP2 is not set
+# CONFIG_BZIP2 is not set
+CONFIG_CPIO=y
+CONFIG_FEATURE_CPIO_O=y
+CONFIG_FEATURE_CPIO_P=y
+CONFIG_DPKG=y
+# CONFIG_DPKG_DEB is not set
+# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
+CONFIG_GUNZIP=y
+CONFIG_GZIP=y
+CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
+CONFIG_GZIP_FAST=0
+CONFIG_LZOP=y
+# CONFIG_LZOP_COMPR_HIGH is not set
+CONFIG_RPM2CPIO=y
+CONFIG_RPM=y
+# CONFIG_TAR is not set
+# 

[gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: customizable-weather-1.11.1.ebuild ChangeLog customizable-weather-1.10.2.ebuild

2014-09-11 Thread Manuel Rueger (mrueg)
mrueg   14/09/11 13:01:10

  Modified: ChangeLog
  Added:customizable-weather-1.11.1.ebuild
  Removed:  customizable-weather-1.10.2.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.68 kde-misc/customizable-weather/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   5 Aug 2014 16:31:40 -   1.67
+++ ChangeLog   11 Sep 2014 13:01:10 -  1.68
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/customizable-weather
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 
1.67 2014/08/05 16:31:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 
1.68 2014/09/11 13:01:10 mrueg Exp $
+
+*customizable-weather-1.11.1 (11 Sep 2014)
+
+  11 Sep 2014; Manuel Rüger mr...@gentoo.org
+  +customizable-weather-1.11.1.ebuild, -customizable-weather-1.10.2.ebuild:
+  Version bump. Cleanup old.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org
   customizable-weather-1.10.2.ebuild, customizable-weather-1.11.0.ebuild,



1.1  
kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild

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

Index: customizable-weather-1.11.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild,v
 1.1 2014/09/11 13:01:10 mrueg Exp $

EAPI=5

KDE_LINGUAS=br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN
inherit kde4-base

MY_P=cwp-${PV}

DESCRIPTION=KDE4 weather plasmoid. It aims to be highly customizable, but is a 
little harder to setup
HOMEPAGE=http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925;
SRC_URI=http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2;

LICENSE=GPL-3
KEYWORDS=~amd64 ~x86
SLOT=4
IUSE=debug

RDEPEND=
$(add_kdebase_dep plasma-workspace)

DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.4.1-r1.ebuild ChangeLog xen-4.4.1.ebuild

2014-09-11 Thread Yixun Lan (dlan)
dlan14/09/11 13:41:25

  Modified: ChangeLog
  Added:xen-4.4.1-r1.ebuild
  Removed:  xen-4.4.1.ebuild
  Log:
  fix security bug 522576
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.174app-emulation/xen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.174view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.174content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.173r2=1.174

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   11 Sep 2014 05:22:42 -  1.173
+++ ChangeLog   11 Sep 2014 13:41:25 -  1.174
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.173 
2014/09/11 05:22:42 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.174 
2014/09/11 13:41:25 dlan Exp $
+
+*xen-4.4.1-r1 (11 Sep 2014)
+
+  11 Sep 2014; Yixun Lan d...@gentoo.org -xen-4.4.1.ebuild,
+  +xen-4.4.1-r1.ebuild:
+  fix security bug 522576
 
 *xen-4.4.1 (11 Sep 2014)
 *xen-4.3.3 (11 Sep 2014)



1.1  app-emulation/xen/xen-4.4.1-r1.ebuild

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

Index: xen-4.4.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.1-r1.ebuild,v 1.1 
2014/09/11 13:41:25 dlan Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

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

if [[ $PV == * ]]; then
KEYWORDS=
EGIT_REPO_URI=git://xenbits.xen.org/${PN}.git
live_eclass=git-2
else
KEYWORDS=~amd64 ~arm -x86
UPSTREAM_VER=0
GENTOO_VER=

[[ -n ${UPSTREAM_VER} ]]  \

UPSTREAM_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
[[ -n ${GENTOO_VER} ]]  \

GENTOO_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz;

SRC_URI=http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz
${UPSTREAM_PATCHSET_URI}
${GENTOO_PATCHSET_URI}

fi

inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils 
${live_eclass}

DESCRIPTION=The Xen virtual machine monitor
HOMEPAGE=http://xen.org/;
LICENSE=GPL-2
SLOT=0
IUSE=custom-cflags debug efi flask xsm

DEPEND=${PYTHON_DEPS}
efi? ( =sys-devel/binutils-2.22[multitarget] )
!efi? ( =sys-devel/binutils-2.22[-multitarget] )
RDEPEND=
PDEPEND=~app-emulation/xen-tools-${PV}

RESTRICT=test

# Approved by QA team in bug #144032
QA_WX_LOAD=boot/xen-syms-${PV}

REQUIRED_USE=flask? ( xsm )
arm? ( debug )

S=${WORKDIR}/${MY_P}

pkg_setup() {
python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
if use x86  use amd64; then
die Confusion! Both x86 and amd64 are set in your use 
flags!
elif use x86; then
export XEN_TARGET_ARCH=x86_32
elif use amd64; then
export XEN_TARGET_ARCH=x86_64
elif use arm; then
export XEN_TARGET_ARCH=arm32
else
die Unsupported architecture!
fi
fi

if use flask ; then
export XSM_ENABLE=y
export FLASK_ENABLE=y
elif use xsm ; then
export XSM_ENABLE=y
fi
}

src_prepare() {
# Upstream's patchset
if [[ -n ${UPSTREAM_VER} ]]; then
EPATCH_SUFFIX=patch \
EPATCH_FORCE=yes \
EPATCH_OPTS=-p1 \
epatch ${WORKDIR}/patches-upstream
fi

# Gentoo's patchset
if [[ -n ${GENTOO_VER} ]]; then
EPATCH_SUFFIX=patch \
EPATCH_FORCE=yes \
epatch ${WORKDIR}/patches-gentoo
fi

# Drop .config
sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die Couldn't 
drop

if use efi; then
epatch ${FILESDIR}/${PN}-4.4-efi.patch
export EFI_VENDOR=gentoo
export 

[gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/files/, games-puzzle/phlipple/

2014-09-11 Thread Azamat H. Hackimov
commit: 90e2dcd4b82f85941e3f8b57a3ea4b06c5f2c397
Author: Azamat H. Hackimov azamat.hackimov AT gmail DOT com
AuthorDate: Fri Aug  1 20:14:43 2014 +
Commit: Azamat H. Hackimov winterheart AT gentoo DOT ru
CommitDate: Thu Sep 11 14:06:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=90e2dcd4

[games-puzzle/phlipple] Fix linker error with -lm

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C

---
 .../phlipple/files/phlipple-0.8.5_check-math-lib.patch  | 17 +
 games-puzzle/phlipple/phlipple-0.8.5.ebuild | 10 --
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch 
b/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch
new file mode 100644
index 000..00f1853
--- /dev/null
+++ b/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch
@@ -0,0 +1,17 @@
+diff -Nuar phlipple-0.8.5.orig/configure.ac phlipple-0.8.5/configure.ac
+--- phlipple-0.8.5.orig/configure.ac   2014-08-02 01:58:49.961024685 +0600
 phlipple-0.8.5/configure.ac2014-08-02 02:02:28.574032234 +0600
+@@ -14,11 +14,13 @@
+ 
+ AC_CHECK_LIB(GL, main, [], AC_MSG_ERROR([OpenGL library not found.]))
+ AC_CHECK_LIB(GLU, gluPerspective, [], AC_MSG_ERROR([GLU library not found.]))
++AC_CHECK_LIB(m, cos, [], AC_MSG_ERROR([math library not found.]))
+ 
+ AC_CHECK_HEADER(GL/gl.h, [], AC_MSG_ERROR(no GL/gl.h found))
+ AC_CHECK_HEADER(GL/glu.h, [], AC_MSG_ERROR(no GL/glu.h found))
+ AC_CHECK_HEADER(SDL/SDL_image.h, [], AC_MSG_ERROR(no SDL/SDL_image.h found))
+ AC_CHECK_HEADER(SDL/SDL_mixer.h, [], AC_MSG_ERROR(no SDL/SDL_mixer.h found))
++AC_CHECK_HEADER(math.h, [], AC_MSG_ERROR(no math.h found))
+ 
+ AC_ARG_WITH(icondir,
+   AS_HELP_STRING([--with-icondir=DIR],[icon files [DATAROOTDIR/pixmaps]]),

diff --git a/games-puzzle/phlipple/phlipple-0.8.5.ebuild 
b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
index 1b176cb..c538001 100644
--- a/games-puzzle/phlipple/phlipple-0.8.5.ebuild
+++ b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
 
 EAPI=5
 
-inherit eutils games flag-o-matic
+inherit autotools eutils games flag-o-matic
 
 DESCRIPTION=An unique puzzle game with the goal to reduce a 3D shape to a 
single square
 HOMEPAGE=http://phlipple.sourceforge.net/;
@@ -21,3 +21,9 @@ DEPEND=media-libs/libsdl:0
media-libs/sdl-ttf:0
virtual/opengl
virtual/glu
+
+src_prepare() {
+   # fix fails to link on new glibc
+   epatch ${FILESDIR}/${P}_check-math-lib.patch
+   eautoreconf
+}



[gentoo-commits] proj/gentoo-bashcomp: New branch: bashcomp2

2014-09-11 Thread Michał Górny
commit: 
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Sep 11 14:13:04 2014 +

New branch: bashcomp2




[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 14:24:03

  Modified: ChangeLog package.mask
  Log:
  Mask new version of gentoo-bashcomp aside bash-completion-2.1-r90.

Revision  ChangesPath
1.9367   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9366
retrieving revision 1.9367
diff -u -r1.9366 -r1.9367
--- ChangeLog   11 Sep 2014 02:57:32 -  1.9366
+++ ChangeLog   11 Sep 2014 14:24:03 -  1.9367
@@ -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.9366 2014/09/11 
02:57:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9367 2014/09/11 
14:24:03 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Sep 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask new version of gentoo-bashcomp aside bash-completion-2.1-r90.
+
   11 Sep 2014; Patrick Lauer patr...@gentoo.org package.mask:
   Mask dev-libs/ibpp as it has unsatisfied dependencies
 



1.16027  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16027view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16027content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16026r2=1.16027

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16026
retrieving revision 1.16027
diff -u -r1.16026 -r1.16027
--- package.mask11 Sep 2014 02:57:32 -  1.16026
+++ package.mask11 Sep 2014 14:24:03 -  1.16027
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16026 2014/09/11 
02:57:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16027 2014/09/11 
14:24:03 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -162,7 +162,12 @@
 # Work-in-progress. Mask for some more testing and documentation,
 # a news item and till at least some of the blockers are fixed.
 # Bug #521146 for a tracker.
+#
+# Mask relevant gentoo-bashcomp too, since pretty much all it does is
+# splitting the completions. Upgrading before switching to -r90 would
+# mean that users have to re-enable all the completions.
 =app-shells/bash-completion-2.1-r90
+=app-shells/gentoo-bashcomp-20140911
 
 # Sergey Popov pinkb...@gentoo.org (27 Aug 2014)
 # Does not work since late 2013, due to update servers shutdown






[gentoo-commits] proj/gentoo-bashcomp: New tag: gentoo-bashcomp-20140911

2014-09-11 Thread Michał Górny
commit: 
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Sep 11 14:20:33 2014 +

New tag: gentoo-bashcomp-20140911




[gentoo-commits] gentoo-x86 commit in app-shells/gentoo-bashcomp: gentoo-bashcomp-20140911.ebuild ChangeLog

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 14:27:04

  Modified: ChangeLog
  Added:gentoo-bashcomp-20140911.ebuild
  Log:
  A new version with proper bash-completion autoloading support.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.72 app-shells/gentoo-bashcomp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   26 Mar 2014 17:35:05 -  1.71
+++ ChangeLog   11 Sep 2014 14:27:04 -  1.72
@@ -1,6 +1,12 @@
 # ChangeLog for app-shells/gentoo-bashcomp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.71 
2014/03/26 17:35:05 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.72 
2014/09/11 14:27:04 mgorny Exp $
+
+*gentoo-bashcomp-20140911 (11 Sep 2014)
+
+  11 Sep 2014; Michał Górny mgo...@gentoo.org
+  +gentoo-bashcomp-20140911.ebuild:
+  A new version with proper bash-completion autoloading support.
 
   26 Mar 2014; Ryan Hill rh...@gentoo.org metadata.xml:
   Remove myself from metadata.



1.1  app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild

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

Index: gentoo-bashcomp-20140911.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911.ebuild,v
 1.1 2014/09/11 14:27:04 mgorny Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=Gentoo-specific bash command-line completions (emerge, ebuild, 
equery, repoman, layman, etc)
HOMEPAGE=http://www.gentoo.org/;
SRC_URI=http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;

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

src_install() {
emake DESTDIR=${D} install \
completionsdir=$(get_bashcompdir) \
helpersdir=$(get_bashhelpersdir) \
compatdir=${EPREFIX}/etc/bash_completion.d
}






[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-39.0.2150.5_p1.ebuild ChangeLog google-chrome-unstable-39.0.2145.4_p1.ebuild

2014-09-11 Thread Mike Gilbert (floppym)
floppym 14/09/11 14:28:02

  Modified: ChangeLog
  Added:google-chrome-unstable-39.0.2150.5_p1.ebuild
  Removed:  google-chrome-unstable-39.0.2145.4_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.56 www-client/google-chrome-unstable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   5 Sep 2014 01:28:12 -   1.55
+++ ChangeLog   11 Sep 2014 14:28:02 -  1.56
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.55 
2014/09/05 01:28:12 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.56 
2014/09/11 14:28:02 floppym Exp $
+
+*google-chrome-unstable-39.0.2150.5_p1 (11 Sep 2014)
+
+  11 Sep 2014; Mike Gilbert flop...@gentoo.org
+  +google-chrome-unstable-39.0.2150.5_p1.ebuild,
+  -google-chrome-unstable-39.0.2145.4_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-39.0.2145.4_p1 (05 Sep 2014)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-39.0.2150.5_p1.ebuild

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

Index: google-chrome-unstable-39.0.2150.5_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-39.0.2150.5_p1.ebuild,v
 1.1 2014/09/11 14:28:02 floppym Exp $

EAPI=5

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

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

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

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

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

SRC_URI=
amd64? (

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

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


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

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


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

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

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

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

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


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

2014-09-11 Thread Mike Gilbert (floppym)
floppym 14/09/11 14:28:57

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   4 Sep 2014 00:11:32 -   1.43
+++ ChangeLog   11 Sep 2014 14:28:57 -  1.44
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.43 2014/09/04 00:11:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.44 2014/09/11 14:28:57 floppym Exp $
+
+*google-chrome-beta-38.0.2125.58_p1 (11 Sep 2014)
+
+  11 Sep 2014; Mike Gilbert flop...@gentoo.org
+  +google-chrome-beta-38.0.2125.58_p1.ebuild,
+  -google-chrome-beta-38.0.2125.44_p1.ebuild:
+  Automated update.
 
 *google-chrome-beta-38.0.2125.44_p1 (04 Sep 2014)
 



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

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

Index: google-chrome-beta-38.0.2125.58_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-38.0.2125.58_p1.ebuild,v
 1.1 2014/09/11 14:28:57 floppym Exp $

EAPI=5

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

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

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

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

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

SRC_URI=
amd64? (

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

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


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

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


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

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

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

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

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

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

[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-39.0.2150.5_alpha1.ebuild chrome-binary-plugins-38.0.2125.58_beta1.ebuild ChangeLog chrome-binary-plugins

2014-09-11 Thread Mike Gilbert (floppym)
floppym 14/09/11 14:28:45

  Modified: ChangeLog
  Added:chrome-binary-plugins-39.0.2150.5_alpha1.ebuild
chrome-binary-plugins-38.0.2125.58_beta1.ebuild
  Removed:  chrome-binary-plugins-39.0.2145.4_alpha1.ebuild
chrome-binary-plugins-38.0.2125.44_beta1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   10 Sep 2014 17:17:04 -  1.178
+++ ChangeLog   11 Sep 2014 14:28:45 -  1.179
@@ -1,6 +1,16 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.178 
2014/09/10 17:17:04 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.179 
2014/09/11 14:28:45 floppym Exp $
+
+*chrome-binary-plugins-39.0.2150.5_alpha1 (11 Sep 2014)
+*chrome-binary-plugins-38.0.2125.58_beta1 (11 Sep 2014)
+
+  11 Sep 2014; Mike Gilbert flop...@gentoo.org
+  +chrome-binary-plugins-38.0.2125.58_beta1.ebuild,
+  +chrome-binary-plugins-39.0.2150.5_alpha1.ebuild,
+  -chrome-binary-plugins-38.0.2125.44_beta1.ebuild,
+  -chrome-binary-plugins-39.0.2145.4_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-37.0.2062.120_p1 (10 Sep 2014)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2150.5_alpha1.ebuild

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

Index: chrome-binary-plugins-39.0.2150.5_alpha1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2150.5_alpha1.ebuild,v
 1.1 2014/09/11 14:28:45 floppym Exp $

EAPI=5

inherit multilib unpacker

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

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

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

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

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

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

KEYWORDS=~amd64 ~x86
fi

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

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

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

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

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

src_install() {
local version flapper

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

if use flash; then
doins -r PepperFlash

# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.

[gentoo-commits] gentoo-x86 commit in app-emacs/imaxima: imaxima-1.0-r3.ebuild ChangeLog

2014-09-11 Thread Ulrich Mueller (ulm)
ulm 14/09/11 15:09:36

  Modified: imaxima-1.0-r3.ebuild ChangeLog
  Log:
  Invoke Emacs with proper flags, bug 522582.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.3  app-emacs/imaxima/imaxima-1.0-r3.ebuild

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

Index: imaxima-1.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imaxima-1.0-r3.ebuild   27 Feb 2014 17:39:53 -  1.2
+++ imaxima-1.0-r3.ebuild   11 Sep 2014 15:09: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-emacs/imaxima/imaxima-1.0-r3.ebuild,v 
1.2 2014/02/27 17:39:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 
1.3 2014/09/11 15:09:36 ulm Exp $
 
 EAPI=5
 
@@ -27,7 +27,9 @@
 SITEFILE=50${PN}-gentoo.el
 
 src_configure() {
-   econf --with-lispdir=${EPREFIX}${SITELISP}/${PN}
+   econf \
+   --with-lispdir=${EPREFIX}${SITELISP}/${PN} \
+   EMACS=${EMACS} ${EMACSFLAGS}
 }
 
 src_compile() {



1.42 app-emacs/imaxima/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   27 Feb 2014 17:39:53 -  1.41
+++ ChangeLog   11 Sep 2014 15:09:36 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/imaxima
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.41 
2014/02/27 17:39:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.42 
2014/09/11 15:09:36 ulm Exp $
+
+  11 Sep 2014; Ulrich Müller u...@gentoo.org imaxima-1.0-r3.ebuild:
+  Invoke Emacs with proper flags, bug 522582.
 
   27 Feb 2014; Ulrich Müller u...@gentoo.org imaxima-1.0-r3.ebuild:
   Define ELISP_{PATCHES,REMOVE} for elisp.eclass.






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

2014-09-11 Thread Jauhien Piatlicki
commit: 4b04b146b2efedc84b0f1b1b2739b663d32a1fcf
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Thu Sep 11 15:34:49 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Thu Sep 11 15:34:49 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4b04b146

sci-biology/cutadapt: fix SRC_URI

---
 sci-biology/cutadapt/ChangeLog | 6 +-
 sci-biology/cutadapt/cutadapt-1.2.1.ebuild | 2 +-
 sci-biology/cutadapt/cutadapt-1.4.1.ebuild | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-biology/cutadapt/ChangeLog b/sci-biology/cutadapt/ChangeLog
index 8b0823d..3ed05cf 100644
--- a/sci-biology/cutadapt/ChangeLog
+++ b/sci-biology/cutadapt/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-biology/cutadapt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Sep 2014; Jauhien Piatlicki jauh...@gentoo.org cutadapt-1.2.1.ebuild,
+  cutadapt-1.4.1.ebuild:
+  fix SRC_URI
+
   16 Jun 2013; Justin Lecher j...@gentoo.org -cutadapt-1.0.ebuild,
   +cutadapt-1.2.1.ebuild, metadata.xml:
   Version Bump; Bump to EAPI5 and distutils-r1.eclass

diff --git a/sci-biology/cutadapt/cutadapt-1.2.1.ebuild 
b/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
index 985fa12..49d7ae6 100644
--- a/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
+++ b/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
@@ -16,7 +16,7 @@ if [ $PV ==  ]; then
EGIT_REPO_URI=https://github.com/marcelm/cutadapt;
KEYWORDS=
 else
-   
SRC_URI=https://pypi.python.org/packages/source/c/cutadapt/${PN}-${PV}.tar.gz;
+   SRC_URI=mirror://pypi/c/${PN}/${P}.tar.gz
KEYWORDS=~amd64 ~x86
 fi
 

diff --git a/sci-biology/cutadapt/cutadapt-1.4.1.ebuild 
b/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
index 985fa12..49d7ae6 100644
--- a/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
+++ b/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
@@ -16,7 +16,7 @@ if [ $PV ==  ]; then
EGIT_REPO_URI=https://github.com/marcelm/cutadapt;
KEYWORDS=
 else
-   
SRC_URI=https://pypi.python.org/packages/source/c/cutadapt/${PN}-${PV}.tar.gz;
+   SRC_URI=mirror://pypi/c/${PN}/${P}.tar.gz
KEYWORDS=~amd64 ~x86
 fi
 



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

2014-09-11 Thread Jauhien Piatlicki
commit: bfe36351e943ded8d08f95ea4c8df7a62be72f86
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Thu Sep 11 15:38:36 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Thu Sep 11 15:38:36 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bfe36351

sci-biology/cutadapt: version bump

---
 sci-biology/cutadapt/ChangeLog   |  5 +
 sci-biology/cutadapt/cutadapt-1.5.ebuild | 25 +
 2 files changed, 30 insertions(+)

diff --git a/sci-biology/cutadapt/ChangeLog b/sci-biology/cutadapt/ChangeLog
index 3ed05cf..29f4e2e 100644
--- a/sci-biology/cutadapt/ChangeLog
+++ b/sci-biology/cutadapt/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*cutadapt-1.5 (11 Sep 2014)
+
+  11 Sep 2014; Jauhien Piatlicki jauh...@gentoo.org +cutadapt-1.5.ebuild:
+  version bump
+
   11 Sep 2014; Jauhien Piatlicki jauh...@gentoo.org cutadapt-1.2.1.ebuild,
   cutadapt-1.4.1.ebuild:
   fix SRC_URI

diff --git a/sci-biology/cutadapt/cutadapt-1.5.ebuild 
b/sci-biology/cutadapt/cutadapt-1.5.ebuild
new file mode 100644
index 000..49d7ae6
--- /dev/null
+++ b/sci-biology/cutadapt/cutadapt-1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+[ $PV ==  ]  inherit git-2
+
+DESCRIPTION=Remove adapter sequences from high-throughput sequencing data
+HOMEPAGE=https://code.google.com/p/cutadapt/;
+if [ $PV ==  ]; then
+   EGIT_REPO_URI=https://github.com/marcelm/cutadapt;
+   KEYWORDS=
+else
+   SRC_URI=mirror://pypi/c/${PN}/${P}.tar.gz
+   KEYWORDS=~amd64 ~x86
+fi
+
+LICENSE=MIT
+SLOT=0
+IUSE=



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

2014-09-11 Thread Agostino Sarubbo (ago)
ago 14/09/11 15:54:40

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

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

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

Index: chromium-37.0.2062.120.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chromium-37.0.2062.120.ebuild   10 Sep 2014 22:52:58 -  1.2
+++ chromium-37.0.2062.120.ebuild   11 Sep 2014 15:54:40 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v 1.2 
2014/09/10 22:52:58 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-37.0.2062.120.ebuild,v 1.3 
2014/09/11 15:54:40 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm x86
 IUSE=bindist cups gnome gnome-keyring kerberos neon pic pulseaudio selinux 
+tcmalloc
 
 # Native Client binaries are compiled with different set of flags, bug #452066.



1.1133   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1132
retrieving revision 1.1133
diff -u -r1.1132 -r1.1133
--- ChangeLog   10 Sep 2014 22:52:58 -  1.1132
+++ ChangeLog   11 Sep 2014 15:54:40 -  1.1133
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1132 
2014/09/10 22:52:58 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1133 
2014/09/11 15:54:40 ago Exp $
+
+  11 Sep 2014; Agostino Sarubbo a...@gentoo.org 
chromium-37.0.2062.120.ebuild:
+  Stable for x86, wrt bug #522484
 
   10 Sep 2014; Richard Freeman ri...@gentoo.org
   chromium-37.0.2062.120.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: ChangeLog lxml-3.4.0.ebuild

2014-09-11 Thread Tim Harder (radhermit)
radhermit14/09/11 16:16:58

  Modified: ChangeLog
  Added:lxml-3.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.203dev-python/lxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   29 Aug 2014 13:58:17 -  1.202
+++ ChangeLog   11 Sep 2014 16:16:58 -  1.203
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.202 
2014/08/29 13:58:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.203 
2014/09/11 16:16:58 radhermit Exp $
+
+*lxml-3.4.0 (11 Sep 2014)
+
+  11 Sep 2014; Tim Harder radher...@gentoo.org +lxml-3.4.0.ebuild:
+  Version bump.
 
 *lxml-3.3.6 (29 Aug 2014)
 



1.1  dev-python/lxml/lxml-3.4.0.ebuild

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

Index: lxml-3.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.0.ebuild,v 1.1 
2014/09/11 16:16:58 radhermit Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_{2,3,4}} )
inherit distutils-r1 flag-o-matic

DESCRIPTION=A Pythonic binding for the libxml2 and libxslt libraries
HOMEPAGE=http://lxml.de/ http://pypi.python.org/pypi/lxml/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD ElementTree GPL-2 PSF-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=beautifulsoup3 doc examples +threads

# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
RDEPEND=
=dev-libs/libxml2-2.7.2
=dev-libs/libxslt-1.1.23
beautifulsoup3? (
python_targets_python2_7? ( 
dev-python/beautifulsoup:python-2[python_targets_python2_7] )
python_targets_python3_2? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_2] )
python_targets_python3_3? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_3] )
)
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
# lxml tarball contains files pregenerated by Cython.

DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# avoid replacing PYTHONPATH in tests.
sed -i -e '/sys\.path/d' test.py || die

distutils-r1_python_prepare_all
}

python_compile() {
if [[ ${EPYTHON} != python3* ]]; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
cp -r -l src/lxml/tests ${BUILD_DIR}/lib/lxml/ || die
cp -r -l src/lxml/html/tests ${BUILD_DIR}/lib/lxml/html/ || die
ln -s ${S}/doc ${BUILD_DIR}/ || die

local test
for test in test.py selftest.py selftest2.py; do
einfo Running ${test}
${PYTHON} ${test} || die Test ${test} fails with ${EPYTHON}
done
}

python_install_all() {
if use doc; then
local DOCS=( *.txt doc/*.txt )
local HTML_DOCS=( doc/html/. )
fi
use examples  local EXAMPLES=( samples/. )

distutils-r1_python_install_all
}






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

2014-09-11 Thread William Hubbs
commit: de60ffeebe93ffdc09c1dda51e04f29485d96cdb
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Thu Sep 11 17:02:51 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Sep 11 17:02:51 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=de60ffee

runscript: move verbose mode setting near debug setting

---
 sh/runscript.sh.in | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in
index 9b2ae0e..d4c7c60 100644
--- a/sh/runscript.sh.in
+++ b/sh/runscript.sh.in
@@ -185,6 +185,10 @@ status()
 }
 
 yesno $RC_DEBUG  set -x
+if yesno ${rc_verbose:-$RC_VERBOSE}; then
+   EINFO_VERBOSE=yes
+   export EINFO_VERBOSE
+fi
 
 _conf_d=${RC_SERVICE%/*}/../conf.d
 # If we're net.eth0 or openvpn.work then load net or openvpn config
@@ -208,12 +212,6 @@ sourcex -e @SYSCONFDIR@/rc.conf
 # Apply any ulimit defined
 [ -n ${rc_ulimit:-$RC_ULIMIT} ]  ulimit ${rc_ulimit:-$RC_ULIMIT}
 
-# Set verbose mode
-if yesno ${rc_verbose:-$RC_VERBOSE}; then
-   EINFO_VERBOSE=yes
-   export EINFO_VERBOSE
-fi
-
 # Apply cgroups settings if defined
 if [ $1 = start ] ; then
if [ $(command -v cgroup_add_service) = cgroup_add_service ]; then



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

2014-09-11 Thread Michael Palimaka
commit: 481f4db6a02cdeb5a3f9c230ca414bddbd8c7183
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Sep 11 17:08:48 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Sep 11 17:08:48 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=481f4db6

[kde-base/baloo-widgets] Master is now KF5-based.

Package-Manager: portage-2.2.10

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

diff --git a/kde-base/baloo-widgets/baloo-widgets-.ebuild 
b/kde-base/baloo-widgets/baloo-widgets-.ebuild
index 6cb2925..8616699 100644
--- a/kde-base/baloo-widgets/baloo-widgets-.ebuild
+++ b/kde-base/baloo-widgets/baloo-widgets-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH=frameworks
 inherit kde5
 
 DESCRIPTION=Widget library for baloo



[gentoo-commits] gentoo-x86 commit in net-analyzer/tleds: ChangeLog tleds-1.05_beta11-r2.ebuild

2014-09-11 Thread JosA MarAa Alonso (nimiux)
nimiux  14/09/11 17:12:02

  Modified: ChangeLog tleds-1.05_beta11-r2.ebuild
  Log:
  Stable for amd64 wrt bug #517370
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.24 net-analyzer/tleds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   14 Aug 2014 16:58:12 -  1.23
+++ ChangeLog   11 Sep 2014 17:12:02 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tleds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.23 
2014/08/14 16:58:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.24 
2014/09/11 17:12:02 nimiux Exp $
+
+  11 Sep 2014; Chema Alonso nim...@gentoo.org tleds-1.05_beta11-r2.ebuild:
+  Stable for amd64 wrt bug #517370
 
   14 Aug 2014; Pawel Hajdan jr phajdan...@gentoo.org
   tleds-1.05_beta11-r2.ebuild:



1.5  net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild

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

Index: tleds-1.05_beta11-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tleds-1.05_beta11-r2.ebuild 14 Aug 2014 16:58:12 -  1.4
+++ tleds-1.05_beta11-r2.ebuild 11 Sep 2014 17:12:02 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.4 
2014/08/14 16:58:12 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.5 
2014/09/11 17:12:02 nimiux Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS= ~amd64 ~ppc x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=X
 
 DEPEND=X? ( x11-libs/libX11 )






[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-09-11 Thread Michael Palimaka
commit: 8e84a14fcae0af374a0d6314d82a0b2f791664a5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Sep 11 17:16:03 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Sep 11 17:16:03 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e84a14f

[net-irc/konversation] Restore crypt USE flag.

Upstream commit: db12387047a12ee239e58f370f5bf47d85017087
Upstream commit: b3210c806f4454f2a9c1555807a01de08c1c6254

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index c80340b..d36415d 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE=http://kde.org/applications/internet/konversation/ 
http://konversation
 
 LICENSE=GPL-2
 KEYWORDS=
-IUSE=
+IUSE=+crypt
 
 RDEPEND=
$(add_frameworks_dep karchive)
@@ -46,7 +46,16 @@ RDEPEND=
dev-qt/qtwidgets:5
dev-qt/qtxml:5
media-libs/phonon[qt5]
+   crypt? ( app-crypt/qca:2[qt5] )
 
 DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
 
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package crypt Qca)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] gentoo-x86 commit in dev-vcs/hg-fast-export: hg-fast-export-20140706.ebuild ChangeLog

2014-09-11 Thread Christoph Junghans (ottxor)
ottxor  14/09/11 17:40:50

  Modified: hg-fast-export-20140706.ebuild ChangeLog
  Log:
  clean up
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild

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

Index: hg-fast-export-20140706.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hg-fast-export-20140706.ebuild  9 Sep 2014 00:00:38 -   1.1
+++ hg-fast-export-20140706.ebuild  11 Sep 2014 17:40:50 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild,v 
1.1 2014/09/09 00:00:38 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild,v 
1.2 2014/09/11 17:40:50 ottxor Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit python-r1 vcs-snapshot
 
@@ -24,8 +24,9 @@
${PYTHON_DEPS}
 
 src_prepare() {
-   sed -e '/^PYTHON/s/python/2/' \
-   -e 's/PYTHON/E/g' \
+   sed -e '/^PYTHON/s/python/2.7/' \
+   -e '/^PYTHON/s/PYTHON:/E/g' \
+   -e /^ROOT/s:=.*:='${EPREFIX}/usr/bin': \
-i ${PN}.sh || die
rm Makefile || die #don't compile old svn2git code
 }



1.5  dev-vcs/hg-fast-export/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Sep 2014 00:00:38 -   1.4
+++ ChangeLog   11 Sep 2014 17:40:50 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/hg-fast-export
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.4 
2014/09/09 00:00:38 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.5 
2014/09/11 17:40:50 ottxor Exp $
+
+  11 Sep 2014; Christoph Junghans ott...@gentoo.org
+  hg-fast-export-20140706.ebuild:
+  clean up
 
 *hg-fast-export-20140706 (09 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-4.2.6.3.ebuild ChangeLog

2014-09-11 Thread Andreas HAttel (dilfridge)
dilfridge14/09/11 17:53:51

  Modified: ChangeLog
  Added:libreoffice-bin-4.2.6.3.ebuild
  Log:
  Version bump for bug 522060
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.149app-office/libreoffice-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   10 Aug 2014 18:15:12 -  1.148
+++ ChangeLog   11 Sep 2014 17:53:51 -  1.149
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.148 2014/08/10 18:15:12 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.149 2014/09/11 17:53:51 dilfridge Exp $
+
+*libreoffice-bin-4.2.6.3 (11 Sep 2014)
+
+  11 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-4.2.6.3.ebuild:
+  Version bump for bug 522060
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   libreoffice-bin-4.2.5.2.ebuild:



1.1  app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild

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

Index: libreoffice-bin-4.2.6.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/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild,v
 1.1 2014/09/11 17:53:51 dilfridge Exp $

EAPI=5

KDE_REQUIRED=optional
CMAKE_REQUIRED=never

BASE_PACKAGENAME=bin
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_REQ_USE=threads,xml

inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.2*
app-text/poppler:0/44
dev-libs/boost:0/1.52
dev-libs/icu:0/52
=media-gfx/graphite2-1.2*
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
=sys-libs/glibc-2.19-r1
virtual/jpeg:62
kde? ( =kde-base/kdelibs-4.12.5-r2:4 =dev-qt/qtcore-4.8.5-r2:4 
=dev-qt/qtgui-4.8.5-r3:4 )


# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above. 
# All dependencies below this point should remain identical to those in 
# the source ebuilds.

COMMON_DEPEND=
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
=app-text/hunspell-1.3.2-r3
app-text/mythes
app-text/libabw
=app-text/libexttextcat-3.2

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: libreoffice-bin-debug-4.2.6.3.ebuild ChangeLog

2014-09-11 Thread Andreas HAttel (dilfridge)
dilfridge14/09/11 17:54:53

  Modified: ChangeLog
  Added:libreoffice-bin-debug-4.2.6.3.ebuild
  Log:
  Version bump for bug 522060
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.61 app-office/libreoffice-bin-debug/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   10 Aug 2014 18:15:46 -  1.60
+++ ChangeLog   11 Sep 2014 17:54:53 -  1.61
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.60 
2014/08/10 18:15:46 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.61 
2014/09/11 17:54:53 dilfridge Exp $
+
+*libreoffice-bin-debug-4.2.6.3 (11 Sep 2014)
+
+  11 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-debug-4.2.6.3.ebuild:
+  Version bump for bug 522060
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   libreoffice-bin-debug-4.2.5.2.ebuild:



1.1  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild?rev=1.1content-type=text/plain

Index: libreoffice-bin-debug-4.2.6.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/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild,v
 1.1 2014/09/11 17:54:53 dilfridge Exp $

EAPI=5

BASE_PACKAGENAME=debug
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, 
debug info
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

RDEPEND==app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]

DEPEND=dev-util/xdelta:3

RESTRICT=test strip

S=${WORKDIR}

src_unpack() {
einfo Uncompressing distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz
xz -cd 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz  
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar || die

local patchname
use kde  patchname=-kde
use gnome  patchname=-gnome
use java  patchname=${patchname}-java

if [ -n ${patchname} ]; then
einfo Patching distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using 
${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3
xdelta3 -d -s 
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3 
${WORKDIR}/tmpdist.tar || die
mv ${WORKDIR}/tmpdist.tar 

[gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver: ChangeLog xscreensaver-5.30.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 18:08:16

  Modified: ChangeLog
  Added:xscreensaver-5.30.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.370x11-misc/xscreensaver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- ChangeLog   22 Aug 2014 18:59:07 -  1.369
+++ ChangeLog   11 Sep 2014 18:08:16 -  1.370
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xscreensaver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.369 
2014/08/22 18:59:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver/ChangeLog,v 1.370 
2014/09/11 18:08:16 jer Exp $
+
+*xscreensaver-5.30 (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org +xscreensaver-5.30.ebuild:
+  Version bump.
 
   22 Aug 2014; Jeroen Roovers j...@gentoo.org -xscreensaver-5.26.ebuild:
   Old.



1.1  x11-misc/xscreensaver/xscreensaver-5.30.ebuild

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

Index: xscreensaver-5.30.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver/xscreensaver-5.30.ebuild,v 1.1 
2014/09/11 18:08:16 jer Exp $

EAPI=5
inherit autotools eutils flag-o-matic multilib pam

DESCRIPTION=A modular screen saver and locker for the X Window System
HOMEPAGE=http://www.jwz.org/xscreensaver/;
SRC_URI=
http://www.jwz.org/xscreensaver/${P}.tar.gz
https://dev.gentoo.org/~jer/${P}-demo.glade2.in.gz


LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris
IUSE=gdm jpeg new-login opengl pam +perl selinux suid xinerama

COMMON_DEPEND=
=gnome-base/libglade-2
dev-libs/libxml2
media-libs/netpbm
x11-apps/appres
x11-apps/xwininfo
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXrandr
x11-libs/libXt
x11-libs/libXxf86misc
x11-libs/libXxf86vm
jpeg? ( virtual/jpeg:0 )
new-login? (
gdm? ( gnome-base/gdm )
!gdm? ( || ( x11-misc/lightdm kde-base/kdm ) )
)
opengl? ( virtual/opengl )
pam? ( virtual/pam )
selinux? ( sec-policy/selinux-xscreensaver )
xinerama? ( x11-libs/libXinerama )

# For USE=perl see output of `qlist xscreensaver | grep bin | xargs grep '::'`
RDEPEND=
${COMMON_DEPEND}
perl? (
dev-lang/perl
dev-perl/libwww-perl
virtual/perl-Digest-MD5
)

DEPEND=
${COMMON_DEPEND}
dev-util/intltool
sys-devel/bc
sys-devel/gettext
virtual/pkgconfig
x11-proto/recordproto
x11-proto/scrnsaverproto
x11-proto/xextproto
x11-proto/xf86miscproto
x11-proto/xf86vidmodeproto
xinerama? ( x11-proto/xineramaproto )


src_prepare() {
sed -i configure.in -e '/^ALL_LINGUAS=/d' || die
strip-linguas -i po/
export ALL_LINGUAS=${LINGUAS}

if use new-login  ! use gdm; then #392967
sed -i \
-e /default_l.*1/s:gdmflexiserver 
-ls:${EPREFIX}/usr/libexec/lightdm/: \
configure{,.in} || die
fi

# the next version should include this file, so remove this when that 
is fixed
mv ${WORKDIR}/${P}-demo.glade2.in driver/xscreensaver-demo.glade2.in 
|| die

epatch \
${FILESDIR}/${PN}-5.21-gentoo.patch \
${FILESDIR}/${PN}-5.05-interix.patch \
${FILESDIR}/${PN}-5.20-blurb-hndl-test-passwd.patch \
${FILESDIR}/${PN}-5.20-test-passwd-segv-tty.patch \
${FILESDIR}/${PN}-5.20-tests-miscfix.patch \
${FILESDIR}/${PN}-5.28-comment-style.patch \

[gentoo-commits] gentoo-x86 commit in net-analyzer/p0f: ChangeLog p0f-3.07_beta.ebuild p0f-3.05_beta.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 18:09:19

  Modified: ChangeLog
  Added:p0f-3.07_beta.ebuild
  Removed:  p0f-3.05_beta.ebuild
  Log:
  Version bump (bug #522590 by Marcin Mirosław).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.54 net-analyzer/p0f/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   10 Aug 2014 20:59:56 -  1.53
+++ ChangeLog   11 Sep 2014 18:09:19 -  1.54
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/p0f
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.53 
2014/08/10 20:59:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.54 
2014/09/11 18:09:19 jer Exp $
+
+*p0f-3.07_beta (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org -p0f-3.05_beta.ebuild,
+  +p0f-3.07_beta.ebuild:
+  Version bump (bug #522590 by Marcin Mirosław).
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org p0f-2.0.8-r2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  net-analyzer/p0f/p0f-3.07_beta.ebuild

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

Index: p0f-3.07_beta.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.07_beta.ebuild,v 1.1 
2014/09/11 18:09:19 jer Exp $

EAPI=5
inherit toolchain-funcs

MY_P=${P/_beta/b}

DESCRIPTION=A tool to perform passive OS detection based on SYN packets
HOMEPAGE=http://lcamtuf.coredump.cx/p0f3/;
SRC_URI=http://lcamtuf.coredump.cx/p0f3/releases/${MY_P}.tgz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos
IUSE=debug ipv6

RDEPEND=net-libs/libpcap
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

src_prepare() {
sed -i \
-e 's:-g -ggdb::' \
-e 's:-O3::' \
-e '/^CC/s:=:?=:' \
-e '/^CFLAGS/s:=:+=:' \
-e '/^LDFLAGS/s:=:+=:' \
build.sh tools/Makefile || die

sed -i -e /FP_FILE/s:p0f.fp:${EPREFIX}/etc/: config.h || die
}

src_compile() {
tc-export CC
./build.sh $(use debug  echo debug) || die
emake -C tools p0f-client p0f-sendsyn $(use ipv6  echo p0f-sendsyn6)
}

src_install() {
dosbin p0f tools/p0f-{client,sendsyn}
use ipv6  dosbin tools/p0f-sendsyn6

insinto /etc
doins p0f.fp

#newconfd ${FILESDIR}/${PN}.confd ${PN}
#newinitd ${FILESDIR}/${PN}.initd3 ${PN}

dodoc docs/{ChangeLog,README,TODO,*.txt} tools/README-TOOLS
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/tleds: ChangeLog tleds-1.05_beta11-r1.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 18:13:20

  Modified: ChangeLog
  Removed:  tleds-1.05_beta11-r1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.25 net-analyzer/tleds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   11 Sep 2014 17:12:02 -  1.24
+++ ChangeLog   11 Sep 2014 18:13:20 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tleds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.24 
2014/09/11 17:12:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.25 
2014/09/11 18:13:20 jer Exp $
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org -tleds-1.05_beta11-r1.ebuild:
+  Old.
 
   11 Sep 2014; Chema Alonso nim...@gentoo.org tleds-1.05_beta11-r2.ebuild:
   Stable for amd64 wrt bug #517370






[gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.13.3.ebuild

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 18:35:09

  Modified: ChangeLog libtorrent-0.13.3.ebuild
  Log:
  Stable for HPPA (bug #499474).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.176net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   10 Aug 2014 20:50:03 -  1.175
+++ ChangeLog   11 Sep 2014 18:35:09 -  1.176
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.175 
2014/08/10 20:50:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.176 
2014/09/11 18:35:09 jer Exp $
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org libtorrent-0.13.3.ebuild:
+  Stable for HPPA (bug #499474).
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org libtorrent-0.12.5.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.2  net-libs/libtorrent/libtorrent-0.13.3.ebuild

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

Index: libtorrent-0.13.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtorrent-0.13.3.ebuild22 Mar 2013 08:28:17 -  1.1
+++ libtorrent-0.13.3.ebuild11 Sep 2014 18:35:09 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.3.ebuild,v 1.1 
2013/03/22 08:28:17 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.3.ebuild,v 1.2 
2014/09/11 18:35:09 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris
+KEYWORDS=~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris
 IUSE=debug ipv6 ssl
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent: rtorrent-0.9.3.ebuild ChangeLog

2014-09-11 Thread Jeroen Roovers (jer)
jer 14/09/11 18:35:09

  Modified: rtorrent-0.9.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #499474).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  net-p2p/rtorrent/rtorrent-0.9.3.ebuild

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

Index: rtorrent-0.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtorrent-0.9.3.ebuild   18 May 2014 19:58:08 -  1.2
+++ rtorrent-0.9.3.ebuild   11 Sep 2014 18:35:09 -  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-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 
1.2 2014/05/18 19:58:08 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 
1.3 2014/09/11 18:35:09 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris
+KEYWORDS=~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris
 IUSE=daemon debug ipv6 selinux test xmlrpc
 
 COMMON_DEPEND=~net-libs/libtorrent-0.13.${PV##*.}



1.188net-p2p/rtorrent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   15 Aug 2014 08:53:58 -  1.187
+++ ChangeLog   11 Sep 2014 18:35:09 -  1.188
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/rtorrent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.187 
2014/08/15 08:53:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.188 
2014/09/11 18:35:09 jer Exp $
+
+  11 Sep 2014; Jeroen Roovers j...@gentoo.org rtorrent-0.9.3.ebuild:
+  Stable for HPPA (bug #499474).
 
   15 Aug 2014; Pacho Ramos pa...@gentoo.org files/rtorrentd_at.service:
   Fix typo (#513296)






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

2014-09-11 Thread William Hubbs
commit: 50658449bd46f1a53b8eb11d34f6eefdd1ceba9c
Author: Roy Marples roy AT marples DOT name
AuthorDate: Thu Sep 11 18:26:58 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Sep 11 18:26:58 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=50658449

Use exception-based approach for cgroup/ulimit setup

Note from William Hubbs:
I spoke with Roy about this, and he pointed out that user-defined
functions may need the limits applied, so it is better to go with a
method that uses exceptions to determine which functions apply the
limits.

X-Gentoo-Bug: 522408
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=522408

---
 sh/runscript.sh.in | 34 ++
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in
index d4c7c60..b89c460 100644
--- a/sh/runscript.sh.in
+++ b/sh/runscript.sh.in
@@ -209,19 +209,29 @@ unset _conf_d
 # Load any system overrides
 sourcex -e @SYSCONFDIR@/rc.conf
 
-# Apply any ulimit defined
-[ -n ${rc_ulimit:-$RC_ULIMIT} ]  ulimit ${rc_ulimit:-$RC_ULIMIT}
-
-# Apply cgroups settings if defined
-if [ $1 = start ] ; then
-   if [ $(command -v cgroup_add_service) = cgroup_add_service ]; then
-   cgroup_add_service /sys/fs/cgroup/openrc
-   cgroup_add_service /sys/fs/cgroup/systemd/system
+for _cmd; do
+   if [ $_cmd != status -a $_cmd != describe ]; then
+   # Apply any ulimit defined
+   [ -n ${rc_ulimit:-$RC_ULIMIT} ]  \
+   ulimit ${rc_ulimit:-$RC_ULIMIT}
+   # Apply cgroups settings if defined
+   if [ $(command -v cgroup_add_service) = \
+   cgroup_add_service ]
+   then
+   if [ -d /sys/fs/cgroup -a ! -w /sys/fs/cgroup ]; then
+   eerror No permission to apply cgroup settings
+   break
+   fi
+   cgroup_add_service /sys/fs/cgroup/openrc
+   cgroup_add_service /sys/fs/cgroup/systemd/system
+   fi
+   [ $(command -v cgroup_set_limits) = \
+   cgroup_set_limits ]  \
+   cgroup_set_limits
+   break
fi
-   [ $(command -v cgroup_set_limits) = cgroup_set_limits ]  \
-   cgroup_set_limits
-fi
-
+done
+ 
 # Load our script
 sourcex $RC_SERVICE
 



[gentoo-commits] proj/catalyst:2.X commit in: targets/support/

2014-09-11 Thread Brian Dolbec
commit: e0e22f1a8db5a1542860382bb2b1ebb78314411f
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sun Feb 10 20:06:15 2013 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 04:26:53 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=e0e22f1a

Fix a bug that portage didn't get rebuilt with changed use flags

If clst_PGKCACHE is defined, --newuse was not being added to clst_myemergeopts, 
so then portage was not being rebuilt if portage was already up to date.

Conflicts:
targets/support/chroot-functions.sh

---
 targets/support/chroot-functions.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index ee820ed..3b7f77b 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -170,14 +170,15 @@ setup_pkgmgr(){
# portage to avoid frying our /etc/portage/make.conf file.  Otherwise, 
we could
# just let emerge @system could merge it.
# Use --update or portage might just waste time/cycles and reinstall 
the same version.
+   # Use --newuse to make sure it rebuilds with any changed use flags.
if [ -n $1 ];then
echo Adding USE='${USE} $1' to make.conf for portage build
[ -e /etc/portage/make.conf ]  echo 'USE=${USE} $1'  
/etc/portage/make.conf
-   run_merge --oneshot --update sys-apps/portage
+   run_merge --oneshot --update --newuse sys-apps/portage
sed -i '/USE=${USE} $1/d' /etc/portage/make.conf
else
echo Updating portage with USE='${USE}'
-   run_merge --oneshot --update sys-apps/portage
+   run_merge --oneshot --update --newuse sys-apps/portage
fi
 }
 



[gentoo-commits] gentoo-x86 commit in app-text/catdoc/files: catdoc-0.94.4-desktop.patch catdoc-0.94.4-destdir.patch

2014-09-11 Thread Tim Harder (radhermit)
radhermit14/09/11 20:33:11

  Added:catdoc-0.94.4-desktop.patch
catdoc-0.94.4-destdir.patch
  Log:
  Security bump (bug #440942).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.1  app-text/catdoc/files/catdoc-0.94.4-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/catdoc/files/catdoc-0.94.4-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/catdoc/files/catdoc-0.94.4-desktop.patch?rev=1.1content-type=text/plain

Index: catdoc-0.94.4-desktop.patch
===
--- catdoc-0.94.4/desktop/wordview.desktop
+++ catdoc-0.94.4/desktop/wordview.desktop
@@ -2,7 +2,7 @@
 Name=Wordview Microsoft doc Viewer
 Comment=Microsoft doc document file viewer
 Exec=wordview
-Icon=wordview.xpm
+Icon=wordview
 Terminal=false
 Categories=Office;GNOME;
 Type=Application



1.1  app-text/catdoc/files/catdoc-0.94.4-destdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/catdoc/files/catdoc-0.94.4-destdir.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/catdoc/files/catdoc-0.94.4-destdir.patch?rev=1.1content-type=text/plain

Index: catdoc-0.94.4-destdir.patch
===
--- catdoc-0.94.4/desktop/Makefile.in
+++ catdoc-0.94.4/desktop/Makefile.in
@@ -20,10 +20,10 @@
 clean:
 
 install: all
-   ../mkinstalldirs $(prefix)$(desktopdir)
-   ../mkinstalldirs $(prefix)$(iconsdir)
-   $(INSTALL) -m 644 wordview.desktop 
$(prefix)$(desktopdir)/wordview.desktop
-   $(INSTALL) -m 644 wordview.xpm $(prefix)$(iconsdir)/wordview.xpm
+   ../mkinstalldirs $(installroot)$(prefix)$(desktopdir)
+   ../mkinstalldirs $(installroot)$(prefix)$(iconsdir)
+   $(INSTALL) -m 644 wordview.desktop 
$(installroot)$(prefix)$(desktopdir)/wordview.desktop
+   $(INSTALL) -m 644 wordview.xpm 
$(installroot)$(prefix)$(iconsdir)/wordview.xpm
 
 distclean: clean
rm Makefile






[gentoo-commits] gentoo-x86 commit in app-text/catdoc: ChangeLog catdoc-0.94.4.ebuild

2014-09-11 Thread Tim Harder (radhermit)
radhermit14/09/11 20:33:11

  Modified: ChangeLog
  Added:catdoc-0.94.4.ebuild
  Log:
  Security bump (bug #440942).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.29 app-text/catdoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   15 Sep 2010 11:22:35 -  1.28
+++ ChangeLog   11 Sep 2014 20:33:11 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/catdoc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.28 2010/09/15 
11:22:35 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.29 2014/09/11 
20:33:11 radhermit Exp $
+
+*catdoc-0.94.4 (11 Sep 2014)
+
+  11 Sep 2014; Tim Harder radher...@gentoo.org +catdoc-0.94.4.ebuild,
+  +files/catdoc-0.94.4-desktop.patch, +files/catdoc-0.94.4-destdir.patch:
+  Security bump (bug #440942).
 
   15 Sep 2010; Fabian Groffen grob...@gentoo.org catdoc-0.94.2-r2.ebuild:
   Make ebuild completely Prefix aware (instead of half), fix wordview logic



1.1  app-text/catdoc/catdoc-0.94.4.ebuild

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

Index: catdoc-0.94.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.4.ebuild,v 1.1 
2014/09/11 20:33:11 radhermit Exp $

EAPI=5
WANT_AUTOMAKE=none

inherit autotools eutils

DESCRIPTION=Converter for Microsoft Word, Excel, PowerPoint and RTF files to 
text
HOMEPAGE=http://www.wagner.pp.ru/~vitus/software/catdoc/;
SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~x64-solaris 
~x86-solaris
IUSE=tk

DEPEND=tk? ( =dev-lang/tk-8.1 )

DOCS=CODING.STD CREDITS NEWS README TODO

src_prepare() {
epatch ${FILESDIR}/${PN}-0.94.2-flags.patch
epatch ${FILESDIR}/${PN}-0.94.2+autoconf-2.63.patch
epatch ${FILESDIR}/${P}-destdir.patch
epatch ${FILESDIR}/${P}-desktop.patch

# Fix for case-insensitive filesystems
echo .PHONY: all install clean distclean dist  Makefile.in

eautoconf
}

src_configure() {
econf --with-install-root=${D} \
$(use_with tk wish ${EPREFIX}/usr/bin/wish) \
$(use_enable tk wordview)
}

src_compile() {
emake LIB_DIR=${EPREFIX}/usr/share/catdoc
}

src_install() {
emake -j1 mandir=${EPREFIX}/usr/share/man/man1 install

if [[ -e ${ED}/usr/bin/xls2csv ]]; then
einfo Renaming xls2csv to xls2csv-${PN} because of bug 314657.
mv -vf ${ED}/usr/bin/xls2csv ${ED}/usr/bin/xls2csv-${PN} || 
die
fi

dodoc ${DOCS}
}






[gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd/files: dhcpcd-6.4.3-uclibc-fix.patch

2014-09-11 Thread William Hubbs (williamh)
williamh14/09/11 21:28:05

  Added:dhcpcd-6.4.3-uclibc-fix.patch
  Log:
  Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for 
the patch; Roy suggested that I should use this one for 6.4.3 instead of what 
he has added to upstream.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.1  net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch?rev=1.1content-type=text/plain

Index: dhcpcd-6.4.3-uclibc-fix.patch
===
diff -Naur a/dhcpcd-6.4.3/configure b/dhcpcd-6.4.3/configure
--- a/dhcpcd-6.4.3/configure2014-07-30 12:13:12.0 -0300
+++ b/dhcpcd-6.4.3/configure2014-09-04 16:37:06.604044374 -0300
@@ -493,6 +493,7 @@
 #include stdlib.h
 int main(void) {
arc4random();
+   arc4random_uniform();
return 0;
 }
 EOF






[gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-6.4.3.ebuild ChangeLog

2014-09-11 Thread William Hubbs (williamh)
williamh14/09/11 21:28:06

  Modified: dhcpcd-6.4.3.ebuild ChangeLog
  Log:
  Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for 
the patch; Roy suggested that I should use this one for 6.4.3 instead of what 
he has added to upstream.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.10 net-misc/dhcpcd/dhcpcd-6.4.3.ebuild

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

Index: dhcpcd-6.4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dhcpcd-6.4.3.ebuild 1 Aug 2014 20:13:21 -   1.9
+++ dhcpcd-6.4.3.ebuild 11 Sep 2014 21:28:05 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.9 
2014/08/01 20:13:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.10 
2014/09/11 21:28:05 williamh Exp $
 
 EAPI=5
 
@@ -52,6 +52,7 @@
 
 src_prepare()
 {
+   epatch ${FILESDIR}/${P}-uclibc-fix.patch
epatch_user
 }
 



1.418net-misc/dhcpcd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- ChangeLog   1 Aug 2014 21:12:57 -   1.417
+++ ChangeLog   11 Sep 2014 21:28:05 -  1.418
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/dhcpcd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.417 
2014/08/01 21:12:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.418 
2014/09/11 21:28:05 williamh Exp $
+
+  11 Sep 2014; William Hubbs willi...@gentoo.org
+  +files/dhcpcd-6.4.3-uclibc-fix.patch, dhcpcd-6.4.3.ebuild:
+  Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for
+  the patch; Roy suggested that I should use this one for 6.4.3 instead of what
+  he has added to upstream.
 
   01 Aug 2014; William Hubbs willi...@gentoo.org -dhcpcd-5.6.4.ebuild,
   -dhcpcd-6.2.0-r1.ebuild, -files/dhcpcd-6.2.0-dynamic-init.patch,






[gentoo-commits] proj/portage:master commit in: pym/portage/tests/resolver/, pym/_emerge/

2014-09-11 Thread Zac Medico
commit: 336ab90212c80ce9548362bf4fbdafd388c3515c
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Sun Sep  7 05:19:46 2014 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Thu Sep 11 21:36:08 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=336ab902

depgraph._add_dep: fix bug #520950

This handles a case which occurs when
_solve_non_slot_operator_slot_conflicts calls _create_graph. In this
case, ignore unsatisfied deps for installed packages only if their depth
is beyond the depth requested by the user and the dep was initially
unsatisfied (not broken by a slot conflict in the current graph).

Since depth is meaningless for packages that are not reachable as deep
dependencies of arguments, the _UNREACHABLE_DEPTH constant is used as
the depth value for any packages added via _complete_graph. Also, any
sets added via _complete_graph have their reset_depth attribute set to
False.

The sys.stderr - writemsg changes are necessary to ensure that the test
cases do not output unwanted error messages.

X-Gentoo-Bug: 520950
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=520950

---
 pym/_emerge/depgraph.py| 128 -
 pym/portage/tests/resolver/ResolverPlayground.py   |  11 +-
 .../test_slot_conflict_unsatisfied_deep_deps.py| 115 ++
 3 files changed, 226 insertions(+), 28 deletions(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index d6cd24d..cc87d9f 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -107,7 +107,7 @@ def _wildcard_set(atoms):
 
 class _frozen_depgraph_config(object):
 
-   def __init__(self, settings, trees, myopts, spinner):
+   def __init__(self, settings, trees, myopts, params, spinner):
self.settings = settings
self.target_root = settings[EROOT]
self.myopts = myopts
@@ -115,6 +115,7 @@ class _frozen_depgraph_config(object):
if settings.get(PORTAGE_DEBUG, ) == 1:
self.edebug = 1
self.spinner = spinner
+   self.requested_depth = params.get(deep, 0)
self._running_root = trees[trees._running_eroot][root_config]
self.pkgsettings = {}
self.trees = {}
@@ -502,13 +503,18 @@ class _dynamic_depgraph_config(object):
 
 class depgraph(object):
 
+   # Represents the depth of a node that is unreachable from explicit
+   # user arguments (or their deep dependencies). Such nodes are pulled
+   # in by the _complete_graph method.
+   _UNREACHABLE_DEPTH = object()
+
pkg_tree_map = RootConfig.pkg_tree_map
 
def __init__(self, settings, trees, myopts, myparams, spinner,
frozen_config=None, backtrack_parameters=BacktrackParameter(), 
allow_backtracking=False):
if frozen_config is None:
frozen_config = _frozen_depgraph_config(settings, trees,
-   myopts, spinner)
+   myopts, myparams, spinner)
self._frozen_config = frozen_config
self._dynamic_config = _dynamic_depgraph_config(self, myparams,
allow_backtracking, backtrack_parameters)
@@ -2095,6 +2101,13 @@ class depgraph(object):
arg = arg_stack.pop()
if arg in traversed_set_args:
continue
+
+   # If a node with the same hash already exists in
+   # the digraph, preserve the existing instance 
which
+   # may have a different reset_depth attribute
+   # (distiguishes user arguments from sets added 
for
+   # another reason such as complete mode).
+   arg = self._dynamic_config.digraph.get(arg, arg)
traversed_set_args.add(arg)
 
if add_to_digraph:
@@ -2114,8 +2127,16 @@ class depgraph(object):
if nested_set is None:
nested_set = 
root_config.sets.get(s)
if nested_set is not None:
+   # Propagate the reset_depth 
attribute from
+   # parent set to nested set.
nested_arg = SetArg(arg=token, 
pset=nested_set,
+   
reset_depth=arg.reset_depth,
root_config=root_config)
+
+   # Preserve instances already in 
the graph (same
+   # reason as for the arg 

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

2014-09-11 Thread Johannes Huber
commit: 277c901c678c293d5616481e171c66e618ac1c17
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Sep 11 21:50:08 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Sep 11 21:50:08 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=277c901c

[sets] Update kdedeps-live

app-office/akonadi-server- is not suitable for KDE SC 4 anymore.

---
 sets/kdedeps-live | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sets/kdedeps-live b/sets/kdedeps-live
index 44a81ea..2261d89 100644
--- a/sets/kdedeps-live
+++ b/sets/kdedeps-live
@@ -1,4 +1,3 @@
-~app-office/akonadi-server-
 ~dev-libs/shared-desktop-ontologies-
 ~app-misc/strigi-
 ~media-libs/phonon-



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

2014-09-11 Thread Johannes Huber
commit: 030c9a707d29f8ab381730d914642de664f36914
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Sep 11 21:48:29 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Sep 11 21:48:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=030c9a70

[app-office/akonadi-server] Adapt upstream changes

Package-Manager: portage-2.2.12

---
 .../akonadi-server/akonadi-server-.ebuild  | 56 +++---
 app-office/akonadi-server/metadata.xml |  3 --
 2 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/app-office/akonadi-server/akonadi-server-.ebuild 
b/app-office/akonadi-server/akonadi-server-.ebuild
index 93bc60a..d5e29ad 100644
--- a/app-office/akonadi-server/akonadi-server-.ebuild
+++ b/app-office/akonadi-server/akonadi-server-.ebuild
@@ -5,8 +5,7 @@
 EAPI=5
 
 if [[ $PV = ** ]]; then
-   scm_eclass=git-r3
-   EGIT_REPO_URI=( git://anongit.kde.org/akonadi )
+   EGIT_REPONAME=${PN/-server/}
SRC_URI=
KEYWORDS=
 else
@@ -15,52 +14,40 @@ else
S=${WORKDIR}/${P/-server/}
 fi
 
-inherit cmake-utils ${scm_eclass}
+KDE_TESTS=true
+VIRTUALDBUS_TEST=true
+inherit kde5
 
 DESCRIPTION=The server part of Akonadi
 HOMEPAGE=http://pim.kde.org/akonadi;
 
 LICENSE=LGPL-2.1
 SLOT=0
-IUSE=+mysql postgres +qt4 qt5 soprano sqlite test
+IUSE=+mysql postgres sqlite test
 
-REQUIRED_USE=^^ ( qt4 qt5 ) || ( sqlite mysql postgres )
+REQUIRED_USE=|| ( sqlite mysql postgres )
+
+# TODO: new optional dep see ENABLE_ASAN
 
 CDEPEND=
-   dev-libs/boost:=
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[mysql?,postgres?]
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
x11-misc/shared-mime-info
-   qt4? (
-   =dev-qt/qtcore-4.8.5:4
-   =dev-qt/qtdbus-4.8.5:4
-   =dev-qt/qtgui-4.8.5:4
-   =dev-qt/qtsql-4.8.5:4[mysql?,postgres?]
-   =dev-qt/qttest-4.8.5:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[mysql?,postgres?]
-   dev-qt/qttest:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   soprano? ( dev-libs/soprano[-qt4,qt5] )
-   )
-   soprano? ( dev-libs/soprano )
sqlite? ( dev-db/sqlite:3 )
 
 DEPEND=${CDEPEND}
dev-libs/libxslt
-   =dev-util/automoc-0.9.88
test? ( sys-apps/dbus )
 
 RDEPEND=${CDEPEND}
postgres? ( dev-db/postgresql-server )
 
 
-RESTRICT=test
-
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order
@@ -94,19 +81,12 @@ pkg_setup() {
 
 src_configure() {
local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
-DINSTALL_QSQLITE_IN_QT_PREFIX=ON
-   $(cmake-utils_use test AKONADI_BUILD_TESTS)
-   $(cmake-utils_use_with soprano)
$(cmake-utils_use sqlite AKONADI_BUILD_QSQLITE)
-   $(cmake-utils_use qt5 QT5_BUILD)
)
 
-   cmake-utils_src_configure
-}
-
-src_test() {
-   export $(dbus-launch)
-   cmake-utils_src_test
+   kde5_src_configure
 }
 
 src_install() {
@@ -118,7 +98,7 @@ EOF
insinto /usr/share/config/akonadi
doins ${T}/akonadiserverrc
 
-   cmake-utils_src_install
+   kde5_src_install
 }
 
 pkg_postinst() {

diff --git a/app-office/akonadi-server/metadata.xml 
b/app-office/akonadi-server/metadata.xml
index 3142906..a23f444 100644
--- a/app-office/akonadi-server/metadata.xml
+++ b/app-office/akonadi-server/metadata.xml
@@ -2,7 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
-   use
-   flag name=sopranoEnable deprecated 
pkgdev-libs/soprano/pkg, needed for nepomuk search/flag
-   /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-v4.eclass mozconfig-v4.31.eclass

2014-09-11 Thread Ian Stakenvicius (axs)
axs 14/09/11 22:10:35

  Modified: ChangeLog
  Added:mozconfig-v4.31.eclass
  Removed:  mozconfig-v4.eclass
  Log:
  dropped unused mozconfig-v4 and added new mozconfig-v4.31 eclasses

Revision  ChangesPath
1.1368   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1367
retrieving revision 1.1368
diff -u -r1.1367 -r1.1368
--- ChangeLog   11 Sep 2014 00:08:57 -  1.1367
+++ ChangeLog   11 Sep 2014 22:10:35 -  1.1368
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1367 2014/09/11 
00:08:57 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1368 2014/09/11 
22:10:35 axs Exp $
+
+  11 Sep 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +mozconfig-v4.31.eclass, -mozconfig-v4.eclass:
+  dropped unused mozconfig-v4 and added new mozconfig-v4.31 eclasses
 
   11 Sep 2014; Davide Pesavento p...@gentoo.org qt5-build.eclass:
   Restrict tests on 5.3.x (except live).



1.1  eclass/mozconfig-v4.31.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v4.31.eclass?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v4.31.eclass?rev=1.1content-type=text/plain

Index: mozconfig-v4.31.eclass
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v4.31.eclass,v 1.1 
2014/09/11 22:10:35 axs Exp $
#
# mozconfig-v4.1.eclass: the new mozilla.eclass

inherit multilib flag-o-matic toolchain-funcs mozcoreconf-2

case ${EAPI} in
0|1|2|3|4) die EAPI=${EAPI} not supported
esac

# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
# @DESCRIPTION:
# Set this variable before the inherit line, when an ebuild needs to provide
# optional necko-wifi support via IUSE=wifi.  Currently this would include
# ebuilds for firefox, and potentially seamonkey.
#
# Leave the variable UNSET if necko-wifi support should not be available.
# Set the variable to enabled if the use flag should be enabled by default.
# Set the variable to any value if the use flag should exist but not be 
default-enabled.

# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
# @DESCRIPTION:
# Set this variable before the inherit line, when an ebuild needs to provide
# optional necko-wifi support via IUSE=jit.  Currently this would include
# ebuilds for firefox, and potentially seamonkey.
#
# Leave the variable UNSET if optional jit support should not be available.
# Set the variable to enabled if the use flag should be enabled by default.
# Set the variable to any value if the use flag should exist but not be 
default-enabled.

# use-flags common among all mozilla ebuilds
IUSE=dbus debug gstreamer pulseaudio startup-notification system-cairo 
system-icu system-jpeg system-sqlite

# some notes on deps:
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 
2.14
# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau

RDEPEND==app-text/hunspell-1.2
dev-libs/atk
dev-libs/expat
=dev-libs/libevent-1.4.7
=x11-libs/cairo-1.10[X]
=x11-libs/gtk+-2.14:2
x11-libs/gdk-pixbuf
=x11-libs/pango-1.22.0
=media-libs/libpng-1.6.10:0=[apng]
=media-libs/libvpx-1.3.0
=media-libs/mesa-10.2:*
media-libs/fontconfig
=media-libs/freetype-2.4.10
kernel_linux? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio )
virtual/freedesktop-icon-theme
dbus? ( =sys-apps/dbus-0.60
=dev-libs/dbus-glib-0.72 )
startup-notification? ( =x11-libs/startup-notification-0.8 )
=dev-libs/glib-2.26:2
virtual/libffi
gstreamer? ( media-plugins/gst-plugins-meta:1.0[ffmpeg] )
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXt
system-cairo? ( =x11-libs/cairo-1.12[X] =x11-libs/pixman-0.19.2 )
system-icu? ( =dev-libs/icu-51.1 )
system-jpeg? ( =media-libs/libjpeg-turbo-1.2.1 )
system-sqlite? ( =dev-db/sqlite-3.8.4.2:3[secure-delete,debug=] )


if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then
if [[ ${MOZCONFIG_OPTIONAL_WIFI} = enabled ]]; then
IUSE+= +wifi
else
IUSE+= wifi
fi
RDEPEND+=
   

[gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-31.1.1.ebuild ChangeLog thunderbird-31.1.0.ebuild

2014-09-11 Thread Ian Stakenvicius (axs)
axs 14/09/11 22:13:18

  Modified: ChangeLog
  Added:thunderbird-31.1.1.ebuild
  Removed:  thunderbird-31.1.0.ebuild
  Log:
  minor version bump; uses new enigmal that fixed security flaws; other bug 
fixes
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.301mail-client/thunderbird/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.301view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.301content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.300r2=1.301

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog   7 Sep 2014 13:27:48 -   1.300
+++ ChangeLog   11 Sep 2014 22:13:18 -  1.301
@@ -1,6 +1,13 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.300 
2014/09/07 13:27:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.301 
2014/09/11 22:13:18 axs Exp $
+
+*thunderbird-31.1.1 (11 Sep 2014)
+
+  11 Sep 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +thunderbird-31.1.1.ebuild, -thunderbird-31.1.0.ebuild:
+  minor version bump; uses new enigmal that fixed security flaws; other bug
+  fixes
 
   07 Sep 2014; Agostino Sarubbo a...@gentoo.org thunderbird-24.8.0.ebuild:
   Stable for ppc64, wrt bug #522020



1.1  mail-client/thunderbird/thunderbird-31.1.1.ebuild

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

Index: thunderbird-31.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.1.1.ebuild,v 1.1 
2014/09/11 22:13:18 axs Exp $

EAPI=5
WANT_AUTOCONF=2.1
MOZ_ESR=
MOZ_LIGHTNING_VER=3.3
MOZ_LIGHTNING_GDATA_VER=2.6.3

# This list can be updated using scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR
es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO
nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi
zh-CN zh-TW )

# Convert the ebuild version to th firefox-24.0-patches-0.4.tar.xze upstream 
mozilla version, used by mozlinguas
MOZ_PV=${PV/_beta/b}
# ESR releases have slightly version numbers
if [[ ${MOZ_ESR} == 1 ]]; then
MOZ_PV=${MOZ_PV}esr
fi
MOZ_P=${PN}-${MOZ_PV}

# Enigmail version
EMVER=1.7.2
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/${PN}/releases/;
MOZ_HTTP_URI=http://ftp.mozilla.org/pub/${PN}/releases/;

MOZCONFIG_OPTIONAL_JIT=enabled
inherit flag-o-matic toolchain-funcs mozconfig-v4.31 makeedit multilib 
autotools pax-utils check-reqs nsplugins mozlinguas

DESCRIPTION=Thunderbird Mail Client
HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/;

KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=bindist crypt ldap +lightning +minimal mozdom selinux

PATCH=thunderbird-31.0-patches-0.1
PATCHFF=firefox-31.0-patches-0.2

SRC_URI=${SRC_URI}
${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
${MOZ_HTTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
crypt? ( 
http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )
lightning? (

${MOZ_HTTP_URI/${PN}/calendar/lightning}${MOZ_LIGHTNING_VER}/linux/lightning.xpi
 - lightning-${MOZ_LIGHTNING_VER}.xpi

${MOZ_HTTP_URI/${PN}/calendar/lightning}${MOZ_LIGHTNING_GDATA_VER}/linux/gdata-provider.xpi
 - gdata-provider-${MOZ_LIGHTNING_GDATA_VER}.xpi
)
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCH}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCHFF}.tar.xz
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz;

ASM_DEPEND==dev-lang/yasm-1.1

RDEPEND=
=dev-libs/nss-3.16.2
=dev-libs/nspr-4.10.6
selinux? ( sec-policy/selinux-thunderbird )
!x11-plugins/enigmail
 

[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.1.0-r1.ebuild ChangeLog firefox-31.1.0.ebuild

2014-09-11 Thread Ian Stakenvicius (axs)
axs 14/09/11 22:17:11

  Modified: ChangeLog
  Added:firefox-31.1.0-r1.ebuild
  Removed:  firefox-31.1.0.ebuild
  Log:
  added missing dependencies to a revbump of the new stable candidate; didn't 
migrate changes to v32 ebuild to avoid unnecessary rebuilds, will do so with 
next commit
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.359www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -r1.358 -r1.359
--- ChangeLog   7 Sep 2014 13:27:44 -   1.358
+++ ChangeLog   11 Sep 2014 22:17:11 -  1.359
@@ -1,6 +1,14 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.358 
2014/09/07 13:27:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.359 
2014/09/11 22:17:11 axs Exp $
+
+*firefox-31.1.0-r1 (11 Sep 2014)
+
+  11 Sep 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +firefox-31.1.0-r1.ebuild, -firefox-31.1.0.ebuild:
+  added missing dependencies to a revbump of the new stable candidate; didn't
+  migrate changes to v32 ebuild to avoid unnecessary rebuilds, will do so with
+  next commit
 
   07 Sep 2014; Agostino Sarubbo a...@gentoo.org firefox-24.8.0.ebuild:
   Stable for ppc64, wrt bug #522020



1.1  www-client/firefox/firefox-31.1.0-r1.ebuild

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

Index: firefox-31.1.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.1.0-r1.ebuild,v 1.1 
2014/09/11 22:17:11 axs Exp $

EAPI=5
VIRTUALX_REQUIRED=pgo
WANT_AUTOCONF=2.1
MOZ_ESR=1

# This list can be updated with scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs csb cy da de el en
en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd
gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko ku lt lv mai mk ml mr
nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
th tr uk vi xh zh-CN zh-TW zu )

# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV=${PV/_alpha/a} # Handle alpha for SRC_URI
MOZ_PV=${MOZ_PV/_beta/b} # Handle beta for SRC_URI
MOZ_PV=${MOZ_PV/_rc/rc} # Handle rc for SRC_URI

if [[ ${MOZ_ESR} == 1 ]]; then
# ESR releases have slightly version numbers
MOZ_PV=${MOZ_PV}esr
fi

# Patch version
PATCH=${PN}-31.0-patches-0.2
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/${PN}/releases/;
MOZ_HTTP_URI=http://ftp.mozilla.org/pub/${PN}/releases/;

MOZCONFIG_OPTIONAL_WIFI=1
MOZCONFIG_OPTIONAL_JIT=enabled

inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v4.31 multilib pax-utils fdo-mime autotools virtualx mozlinguas

DESCRIPTION=Firefox Web Browser
HOMEPAGE=http://www.mozilla.com/firefox;

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=bindist hardened +minimal pgo selinux test

# More URIs appended below...
SRC_URI=${SRC_URI}
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCH}.tar.xz;

ASM_DEPEND==dev-lang/yasm-1.1

RDEPEND=
=dev-libs/nss-3.16.2
=dev-libs/nspr-4.10.6
selinux? ( sec-policy/selinux-mozilla )

DEPEND=${RDEPEND}
pgo? (
=sys-devel/gcc-4.5 )
amd64? ( ${ASM_DEPEND}
virtual/opengl )
x86? ( ${ASM_DEPEND}
virtual/opengl )

# No source releases for alpha|beta
if [[ ${PV} =~ alpha ]]; then
CHANGESET=8a3042764de7
SRC_URI=${SRC_URI}

http://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2;
S=${WORKDIR}/mozilla-aurora-${CHANGESET}
elif [[ ${PV} =~ beta ]]; then

[gentoo-commits] dev/xmw:master commit in: dev-python/pyClamd/

2014-09-11 Thread Michael Weber
commit: ac976e91c25f9b5158dd3f2ba3b2ae74e37af66b
Author: Michael Weber michael AT xmw DOT de
AuthorDate: Thu Sep 11 22:18:40 2014 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Thu Sep 11 22:18:40 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=ac976e91

initial import

Package-Manager: portage-2.2.12
Manifest-Sign-Key: 62EEF090

---
 dev-python/pyClamd/ChangeLog |  5 +
 dev-python/pyClamd/Manifest  | 13 +
 dev-python/pyClamd/metadata.xml  |  8 
 dev-python/pyClamd/pyClamd-0.3.10.ebuild | 20 
 4 files changed, 46 insertions(+)

diff --git a/dev-python/pyClamd/ChangeLog b/dev-python/pyClamd/ChangeLog
new file mode 100644
index 000..b3d6f8d
--- /dev/null
+++ b/dev-python/pyClamd/ChangeLog
@@ -0,0 +1,5 @@
+*pyClamd-0.3.10 (11 Sep 2014)
+
+  11 Sep 2014; Michael Weber x...@gentoo.org +metadata.xml,
+  +pyClamd-0.3.10.ebuild:
+  initial import

diff --git a/dev-python/pyClamd/Manifest b/dev-python/pyClamd/Manifest
new file mode 100644
index 000..498c722
--- /dev/null
+++ b/dev-python/pyClamd/Manifest
@@ -0,0 +1,13 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST pyClamd-0.3.10.tar.gz 8929 SHA256 
ed77743c32298b151c881cc52a211e188bd24203ae402f2640def858c6a2bca7 SHA512 
2c895fbc5897646ad5c23445062fb2e34a2db070471afd8356796f5f458d90b0da824af58b8ba762ce49572acaee6981881169eb33231085dac82ff0169fa2c8
 WHIRLPOOL 
fa9ba64ab721169373572e552450fcee96db0499a9eeb336763ed2ea9e6f24328aece3b46a2c04ba2a6706f8d6a047ea0ef96f1fe53a6ae4663be0980d9e9c43
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iL4EAREIAGYFAlQSH8BfFIAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
+bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky
+N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JCKNgEAlfETuGQ97Xb11b1Tx8zwFyOl
+crlAZf0S+gH0Mu2Cva8A/RP97fx0yZ6Cz+B4gQL0C2tAgURmlQM8VAUdkHuR88u9
+=rpvz
+-END PGP SIGNATURE-

diff --git a/dev-python/pyClamd/metadata.xml b/dev-python/pyClamd/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/dev-python/pyClamd/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+emailx...@gentoo.org/email
+nameMichael Weber/name
+/maintainer
+/pkgmetadata

diff --git a/dev-python/pyClamd/pyClamd-0.3.10.ebuild 
b/dev-python/pyClamd/pyClamd-0.3.10.ebuild
new file mode 100644
index 000..dfa4e7e
--- /dev/null
+++ b/dev-python/pyClamd/pyClamd-0.3.10.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION=python interface to Clamd (Clamav daemon)
+HOMEPAGE=http://xael.org/norman/python/pyclamd/;
+SRC_URI=mirror://pypi/p/${PN}/${P}.tar.gz
+
+LICENSE=LGPL-3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=
+RDEPEND=${DEPEND}



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

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 22:46:40

  Modified: portage-.ebuild ChangeLog
  Log:
  Switch to distutils-r1 now that setup.py is in git.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.100sys-apps/portage/portage-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?r1=1.99r2=1.100

Index: portage-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- portage-.ebuild 5 Aug 2014 14:19:02 -   1.99
+++ portage-.ebuild 11 Sep 2014 22:46:40 -  1.100
@@ -1,51 +1,32 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.99 
2014/08/05 14:19:02 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 
1.100 2014/09/11 22:46:40 mgorny Exp $
+
+EAPI=5
 
-EAPI=3
 PYTHON_COMPAT=(
pypy
python3_2 python3_3 python3_4
python2_7
 )
-inherit git-r3 eutils multilib
+# Note: substituted below
+PYTHON_REQ_USE='bzip2(+)'
+
+inherit distutils-r1 git-r3 multilib
 
 DESCRIPTION=Portage is the package management and distribution system for 
Gentoo
 HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml;
+
 LICENSE=GPL-2
 KEYWORDS=
 SLOT=0
-IUSE=build doc epydoc +ipc linguas_ru pypy python2 python3 selinux xattr
+IUSE=build doc epydoc +ipc linguas_ru selinux xattr
 
-for _pyimpl in ${PYTHON_COMPAT[@]} ; do
-   IUSE+= python_targets_${_pyimpl}
-done
-unset _pyimpl
-
-python_dep_ssl=python3? ( =dev-lang/python-3*[ssl] )
-   !pypy? ( !python2? ( !python3? (
-   =dev-lang/python-2.7[ssl]
-   ) ) )
-   pypy? ( !python2? ( !python3? ( virtual/pypy:0[bzip2] ) ) )
-   python2? ( !python3? ( dev-lang/python:2.7[ssl] ) )
-python_dep=${python_dep_ssl//\[ssl\]}
-python_dep=${python_dep//,ssl}
-python_dep=${python_dep//ssl,}
-
-python_dep=${python_dep}
-   python_targets_pypy? ( virtual/pypy:0 )
-   python_targets_python2_7? ( dev-lang/python:2.7 )
-   python_targets_python3_2? ( dev-lang/python:3.2 )
-   python_targets_python3_3? ( dev-lang/python:3.3 )
-   python_targets_python3_4? ( dev-lang/python:3.4 )
-
-
-# make-3.82 is for bug #455858
-DEPEND=${python_dep}
-   =sys-devel/make-3.82
+DEPEND=!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
+   dev-lang/python-exec:2
=sys-apps/sed-4.0.5 sys-devel/patch
doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   epydoc? ( =dev-python/epydoc-2.0 )
+   epydoc? ( =dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )
 # Require sandbox-2.2 for bug #288863.
 # For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
 # quite slow, so it's not considered in the dependencies as an alternative to
@@ -53,22 +34,23 @@
 # for now, don't pull in xattr deps for other kernels.
 # For whirlpool hash, require python[ssl] or python-mhash (bug #425046).
 # For compgen, require bash[readline] (bug #445576).
-RDEPEND=${python_dep}
-   !build? ( =sys-apps/sed-4.0.5
+RDEPEND=
+   dev-lang/python-exec:2
+   !build? (
+   =sys-apps/sed-4.0.5
|| ( =app-shells/bash-4.2_p37[readline] ( 
app-shells/bash-4.2_p37 =app-shells/bash-3.2_p17 ) )
=app-admin/eselect-1.2
-   || ( ${python_dep_ssl} dev-python/python-mhash )
)
elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
elibc_glibc? ( =sys-apps/sandbox-2.2 )
elibc_uclibc? ( =sys-apps/sandbox-2.2 )
=app-misc/pax-utils-0.1.17
-   selinux? ( || ( =sys-libs/libselinux-2.0.94[python] 
sys-libs/libselinux-2.0.94 ) )
+   selinux? ( =sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
xattr? ( kernel_linux? (
=sys-apps/install-xattr-0.3
-   $(for python_impl in python{2_7,3_2} pypy; do
-   echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
-   done) ) )
+   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
+   python{2_7,3_2} pypy)
+   ) )
!app-shells/bash-3.2_p17
!app-admin/logrotate-3.8.0
 PDEPEND=
@@ -79,6 +61,8 @@
 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532
 # NOTE: FEATURES=installsources requires debugedit and rsync
 
+REQUIRED_USE=epydoc? ( $(python_gen_useflags 'python2*') )
+
 

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

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 22:47:15

  Modified: python_targets.desc
  Log:
  Restore python2_6 and pypy2_0 in desc/, since they are still used by old 
versions of sys-apps/portage.

Revision  ChangesPath
1.14 profiles/desc/python_targets.desc

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

Index: python_targets.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python_targets.desc 6 Sep 2014 10:31:59 -   1.13
+++ python_targets.desc 11 Sep 2014 22:47:15 -  1.14
@@ -1,13 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.13 
2014/09/06 10:31:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.14 
2014/09/11 22:47:15 mgorny Exp $
 
 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
 
+python2_6 - Build with Python 2.6 (removed)
 python2_7 - Build with Python 2.7
 python3_2 - Build with Python 3.2 (deprecated)
 python3_3 - Build with Python 3.3
 python3_4 - Build with Python 3.4
 jython2_5 - Build with Jython 2.5
 jython2_7 - Build with Jython 2.7
+pypy2_0 - Build with PyPy 2.0 (removed)
 pypy - Build with PyPy (Python 2 branch)






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

2014-09-11 Thread Michal Gorny (mgorny)
mgorny  14/09/11 22:47:15

  Modified: ChangeLog
  Log:
  Restore python2_6 and pypy2_0 in desc/, since they are still used by old 
versions of sys-apps/portage.

Revision  ChangesPath
1.9368   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9367
retrieving revision 1.9368
diff -u -r1.9367 -r1.9368
--- ChangeLog   11 Sep 2014 14:24:03 -  1.9367
+++ ChangeLog   11 Sep 2014 22:47:15 -  1.9368
@@ -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.9367 2014/09/11 
14:24:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9368 2014/09/11 
22:47:15 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Sep 2014; Michał Górny mgo...@gentoo.org desc/python_targets.desc:
+  Restore python2_6 and pypy2_0 in desc/, since they are still used by old
+  versions of sys-apps/portage.
+
   11 Sep 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask new version of gentoo-bashcomp aside bash-completion-2.1-r90.
 






[gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/

2014-09-11 Thread Michał Górny
commit: a9743b8e7b43ef0363420d79f7043561f10ab194
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Thu Sep 11 22:47:39 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Sep 11 22:47:39 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a9743b8e

sys-apps/portage: Moved to gx86.

---
 sys-apps/portage/metadata.xml|  12 ---
 sys-apps/portage/portage-.ebuild | 203 ---
 2 files changed, 215 deletions(-)

diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml
deleted file mode 100644
index 37c0ecb..000
--- a/sys-apps/portage/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emaildev-port...@gentoo.org/email
-   /maintainer
-   use
-   flag name=epydocBuild html API documentation with 
epydoc./flag
-   flag name=ipcUse inter-process communication between 
portage and running ebuilds./flag
-   flag name=xattrPreserve extended attributes 
(filesystem-stored metadata) when installing files. Usually only required for 
hardened systems./flag
-   /use
-/pkgmetadata

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
deleted file mode 100644
index d679077..000
--- a/sys-apps/portage/portage-.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.99 
2014/08/05 14:19:02 dolsen Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=(
-   pypy
-   python3_2 python3_3 python3_4
-   python2_7
-)
-# Note: substituted below
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1 git-r3 multilib
-
-DESCRIPTION=Portage is the package management and distribution system for 
Gentoo
-HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml;
-
-LICENSE=GPL-2
-KEYWORDS=
-SLOT=0
-IUSE=build doc epydoc +ipc linguas_ru selinux xattr
-
-DEPEND=!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
-   dev-lang/python-exec:2
-   =sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   epydoc? ( =dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )
-# Require sandbox-2.2 for bug #288863.
-# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
-# quite slow, so it's not considered in the dependencies as an alternative to
-# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
-# for now, don't pull in xattr deps for other kernels.
-# For whirlpool hash, require python[ssl] or python-mhash (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-RDEPEND=
-   dev-lang/python-exec:2
-   !build? (
-   =sys-apps/sed-4.0.5
-   || ( =app-shells/bash-4.2_p37[readline] ( 
app-shells/bash-4.2_p37 =app-shells/bash-3.2_p17 ) )
-   =app-admin/eselect-1.2
-   )
-   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
-   elibc_glibc? ( =sys-apps/sandbox-2.2 )
-   elibc_uclibc? ( =sys-apps/sandbox-2.2 )
-   =app-misc/pax-utils-0.1.17
-   selinux? ( =sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   =sys-apps/install-xattr-0.3
-   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
-   python{2_7,3_2} pypy)
-   ) )
-   !app-shells/bash-3.2_p17
-   !app-admin/logrotate-3.8.0
-PDEPEND=
-   !build? (
-   =net-misc/rsync-2.6.4
-   userland_GNU? ( =sys-apps/coreutils-6.4 )
-   )
-# coreutils-6.4 rdep is for date format in emerge-webrsync #164532
-# NOTE: FEATURES=installsources requires debugedit and rsync
-
-REQUIRED_USE=epydoc? ( $(python_gen_useflags 'python2*') )
-
-SRC_ARCHIVES=http://dev.gentoo.org/~dolsen/releases/portage;
-
-prefix_src_archives() {
-   local x y
-   for x in ${@}; do
-   for y in ${SRC_ARCHIVES}; do
-   echo ${y}/${x}
-   done
-   done
-}
-
-EGIT_REPO_URI=https://github.com/mgorny/portage.git;
-EGIT_BRANCH=new-install
-EGIT_MIN_CLONE_TYPE=single
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   if ! use ipc ; then
-   einfo Disabling ipc...
-   sed -e s:_enable_ipc_daemon = True:_enable_ipc_daemon = 
False: \
-   -i pym/_emerge/AbstractEbuildProcess.py || \
-   die failed to patch AbstractEbuildProcess.py
-   fi
-
-   if use xattr  use kernel_linux ; then
-   einfo Adding FEATURES=xattr to make.globals ...
-   echo -e '\nFEATURES=${FEATURES} xattr'  cnf/make.globals \
-   || die failed to append to 

[gentoo-commits] proj/portage:master commit in: pym/portage/

2014-09-11 Thread Brian Dolbec
commit: 7204b87040edfcf0924f2d3647d5a00e1de7a170
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Sep 11 22:51:21 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:01:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7204b870

portage/mail.py: Make email date, timestamp RFC-compliant Bug 520752

Apply patch from Florent Bondoux f.bondoux AT free.fr
Remove no longer used time import.
Wrap the fromatedate() call with _unicode_encode() to prevent any encoding 
issues.

X-Gentoo-Bug: 520752
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=520752
Reviewed-by: Zac Medico

---
 pym/portage/mail.py | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pym/portage/mail.py b/pym/portage/mail.py
index 723da04..2efcbba 100644
--- a/pym/portage/mail.py
+++ b/pym/portage/mail.py
@@ -12,7 +12,6 @@
 
 import socket
 import sys
-import time
 
 from portage import os
 from portage import _encodings
@@ -49,6 +48,7 @@ def create_message(sender, recipient, subject, body, 
attachments=None):
from email.header import Header
from email.mime.base import MIMEBase as BaseMessage
from email.mime.multipart import MIMEMultipart as MultipartMessage
+   from email.utils import formatdate
 
if sys.hexversion  0x300:
sender = _unicode_encode(sender,
@@ -91,8 +91,9 @@ def create_message(sender, recipient, subject, body, 
attachments=None):
#input_bytes = s.encode(input_charset, errors)
#UnicodeEncodeError: 'ascii' codec can't encode characters in position 
0-9: ordinal not in range(128)
mymessage[Subject] = Header(_force_ascii_if_necessary(subject))
-   mymessage[Date] = time.strftime(%a, %d %b %Y %H:%M:%S %z)
-   
+   mymessage[Date] = _unicode_encode(formatdate(localtime=True),
+   encoding=_encodings['content'], errors='backslashreplace')
+
return mymessage
 
 def send_mail(mysettings, message):



[gentoo-commits] proj/portage:master commit in: pym/portage/

2014-09-11 Thread Brian Dolbec
commit: f144a470f67a00506dcd33eb2c8f5b444e6860d3
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Sep 11 22:52:12 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:01:31 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f144a470

portage/mail.py: Whitespace cleanup

---
 pym/portage/mail.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pym/portage/mail.py b/pym/portage/mail.py
index 2efcbba..945cccd 100644
--- a/pym/portage/mail.py
+++ b/pym/portage/mail.py
@@ -105,7 +105,7 @@ def send_mail(mysettings, message):
mymailuser = 
mymailpasswd = 
myrecipient = root@localhost
-   
+
# Syntax for PORTAGE_ELOG_MAILURI (if defined):
# address [[user:passwd@]mailserver[:port]]
# where address:recipient address
@@ -130,7 +130,7 @@ def send_mail(mysettings, message):
mymailhost = myconndata
else:
myrecipient = mysettings.get(PORTAGE_ELOG_MAILURI, )
-   
+
myfrom = message.get(From)
 
if sys.hexversion  0x300:
@@ -175,4 +175,4 @@ def send_mail(mysettings, message):
except socket.error as e:
raise portage.exception.PortageException(_(!!! A 
network error occurred while trying to send logmail:\n%s\nSure you configured 
PORTAGE_ELOG_MAILURI correctly?) % str(e))
return
-   
+



[gentoo-commits] gentoo-x86 commit in games-board/grhino: grhino-0.16.1.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/11 23:10:02

  Modified: grhino-0.16.1.ebuild ChangeLog
  Log:
  EAPI=5; tidy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-board/grhino/grhino-0.16.1.ebuild

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

Index: grhino-0.16.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- grhino-0.16.1.ebuild10 Oct 2010 18:54:47 -  1.3
+++ grhino-0.16.1.ebuild11 Sep 2014 23:10:01 -  1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v 
1.3 2010/10/10 18:54:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v 
1.4 2014/09/11 23:10:01 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=Reversi game for GNOME, supporting the Go/Game Text Protocol
@@ -21,8 +21,7 @@
 
 src_prepare() {
sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
-   Makefile.in \
-   || die sed failed
+   Makefile.in || die
 }
 
 src_configure() {
@@ -42,13 +41,7 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die emake install failed
-
-   dodoc ChangeLog NEWS README TODO
-
-   if use gnome; then
-   make_desktop_entry ${PN} GRhino
-   fi
-
+   default
+   use gnome  make_desktop_entry ${PN} GRhino
prepgamesdirs
 }



1.13 games-board/grhino/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Oct 2010 18:54:47 -  1.12
+++ ChangeLog   11 Sep 2014 23:10:01 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/grhino
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v 1.12 
2010/10/10 18:54:47 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v 1.13 
2014/09/11 23:10:01 mr_bones_ Exp $
+
+  11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org grhino-0.16.1.ebuild:
+  EAPI=5; tidy
 
   10 Oct 2010; Christian Faulhammer fa...@gentoo.org grhino-0.16.1.ebuild:
   stable x86, bug 340012
@@ -43,4 +46,3 @@
 
   08 Jan 2007; tup...@gentoo.org +grhino-0.16.0.ebuild:
   New ebuild. Bug #90373 by Anton Romanov
-






[gentoo-commits] proj/betagarden:master commit in: games-board/tourney-manager/

2014-09-11 Thread Sebastian Pipping
commit: 2e313d7bf91d25654e2b3bb0be80b9ca73b7aa0d
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Thu Sep 11 00:32:26 2014 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Thu Sep 11 23:35:13 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2e313d7b

games-board/tourney-manager: 20080731

---
 games-board/tourney-manager/metadata.xml   |  8 
 .../tourney-manager-20080731.ebuild| 52 ++
 2 files changed, 60 insertions(+)

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

diff --git a/games-board/tourney-manager/tourney-manager-20080731.ebuild 
b/games-board/tourney-manager/tourney-manager-20080731.ebuild
new file mode 100644
index 000..f237910
--- /dev/null
+++ b/games-board/tourney-manager/tourney-manager-20080731.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit perl-module
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION=Run chess engine tournaments
+HOMEPAGE=http://www.hoicher.de/hoichess/download/;
+SRC_URI=http://www.hoicher.de/hoichess/download/${P}.tar.gz
+   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_20070820-4.diff.gz
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=dev-lang/perl[ithreads]
+RDEPEND=${DEPEND}
+   dev-perl/yaml
+
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+   default
+   filterdiff -i '*.6'  ${WORKDIR}/tourney-manager_20070820-4.diff | 
patch -p 0 || die
+   mv tourney-manager-20070820/debian/*.6 ${S}/ || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   perl_set_version  # sets ${VENDOR_LIB}
+
+   insinto ${VENDOR_LIB}
+   doins *.pm || die
+
+   insinto /usr/share/doc/${PN}
+   doins *.conf || die
+
+   dodoc ChangeLog README TODO || die
+
+   doman *.6 || die
+
+   for i in crosstable engine-engine-match tourney ; do
+   newbin ${i}.pl ${i} || die
+   done
+}



[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/

2014-09-11 Thread Zac Medico
commit: 34e3661b76e6c8a95e57c95d78ba673be32cc2b1
Author: Bertrand SIMONNET bsimonnet AT chromium DOT org
AuthorDate: Thu Sep 11 08:06:37 2014 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Thu Sep 11 23:28:46 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=34e3661b

Fix read only detection logic

Portage should check for a read only file system relative to ROOT and
not /.

Acked-by: Zac Medico zmedico AT gentoo.org
Acked-by: Brian Dolbec dolsen AT gentoo.org

---
 pym/portage/dbapi/vartree.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 5b947dd..8bc6073 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -3723,7 +3723,7 @@ class dblink(object):
break
 
relative_path = parent[srcroot_len:]
-   dirlist.append(os.path.join(/, relative_path))
+   dirlist.append(os.path.join(destroot, 
relative_path))
 
for fname in files:
try:
@@ -3849,8 +3849,7 @@ class dblink(object):
msg = textwrap.wrap(msg, 70)
msg.append()
for f in rofilesystems:
-   msg.append(\t%s % os.path.join(destroot,
-   f.lstrip(os.path.sep)))
+   msg.append(\t%s % f)
msg.append()
self._elog(eerror, preinst, msg)
 



[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/, pym/portage/

2014-09-11 Thread Brian Dolbec
commit: 9fa99206bb6136e0df3105bd2c3fc9122f04fc19
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Fri Aug  8 22:57:27 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9fa99206

self-update: Copy only relevant packages from PORTAGE_PYM_PATH

Update the self-update code to copy only packages relevant to Portage,
to avoid copying other packages when Portage is installed alongside
them.

---
 pym/portage/const.py   | 3 +++
 pym/portage/package/ebuild/doebuild.py | 8 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index aab6e8a..4b01ff9 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -270,6 +270,9 @@ SUPPORTED_BINPKG_FORMATS = (tar, rpm)
 # Time formats used in various places like metadata.chk.
 TIMESTAMP_FORMAT = %a, %d %b %Y %H:%M:%S +   # to be used with 
time.gmtime()
 
+# Top-level names of Python packages installed by Portage.
+PORTAGE_PYM_PACKAGES = (_emerge, portage, repoman)
+
 # ===
 # END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT
 # ===

diff --git a/pym/portage/package/ebuild/doebuild.py 
b/pym/portage/package/ebuild/doebuild.py
index 01707ae..d3e3f5a 100644
--- a/pym/portage/package/ebuild/doebuild.py
+++ b/pym/portage/package/ebuild/doebuild.py
@@ -45,7 +45,7 @@ from portage import auxdbkeys, bsd_chflags, \
unmerge, _encodings, _os_merge, \
_shell_quote, _unicode_decode, _unicode_encode
 from portage.const import EBUILD_SH_ENV_FILE, EBUILD_SH_ENV_DIR, \
-   EBUILD_SH_BINARY, INVALID_ENV_FILE, MISC_SH_BINARY
+   EBUILD_SH_BINARY, INVALID_ENV_FILE, MISC_SH_BINARY, PORTAGE_PYM_PACKAGES
 from portage.data import portage_gid, portage_uid, secpass, \
uid, userpriv_groups
 from portage.dbapi.porttree import _parse_uri_map
@@ -2327,7 +2327,11 @@ def _prepare_self_update(settings):
 
orig_pym_path = portage._pym_path
portage._pym_path = os.path.join(base_path_tmp, pym)
-   shutil.copytree(orig_pym_path, portage._pym_path, symlinks=True)
+   os.mkdir(portage._pym_path)
+   for pmod in PORTAGE_PYM_PACKAGES:
+   shutil.copytree(os.path.join(orig_pym_path, pmod),
+   os.path.join(portage._pym_path, pmod),
+   symlinks=True)
 
for dir_path in (base_path_tmp, portage._bin_path, portage._pym_path):
os.chmod(dir_path, 0o755)



[gentoo-commits] proj/portage:master commit in: bin/

2014-09-11 Thread Brian Dolbec
commit: f219582624a2b0d32a235fa438c26ec492cceb80
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sat Aug 16 21:55:19 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f2195826

Output uniform status message before and after src_test()

Output the status messages before and after running src_test()
unconditionally, alike it is done for other src_* phase functions,
rather than in EAPI-default src_test() function. This fixes the issue of
test phase output lacking delimitation whenever a custom src_test()
function was used.

---
 bin/phase-functions.sh | 4 
 bin/phase-helpers.sh   | 6 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index e80f16e..df385b8 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -499,7 +499,11 @@ __dyn_test() {
local save_sp=${SANDBOX_PREDICT}
addpredict /
__ebuild_phase pre_src_test
+
+   __vecho  Test phase: ${CATEGORY}/${PF}
__ebuild_phase src_test
+   __vecho  Completed testing ${CATEGORY}/${PF}
+
 $PORTAGE_BUILDDIR/.tested || \
die Failed to create $PORTAGE_BUILDDIR/.tested
__ebuild_phase post_src_test

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 47bd843..02fcf3e 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -667,15 +667,13 @@ __eapi0_src_test() {
internal_opts+= -j1
fi
if $emake_cmd ${internal_opts} check -n  /dev/null; then
-   __vecho  Test phase [check]: ${CATEGORY}/${PF}
+   __vecho ${emake_cmd} ${internal_opts} check 2
$emake_cmd ${internal_opts} check || \
die Make check failed. See above for details.
elif $emake_cmd ${internal_opts} test -n  /dev/null; then
-   __vecho  Test phase [test]: ${CATEGORY}/${PF}
+   __vecho ${emake_cmd} ${internal_opts} test 2
$emake_cmd ${internal_opts} test || \
die Make test failed. See above for details.
-   else
-   __vecho  Test phase [none]: ${CATEGORY}/${PF}
fi
 }
 



[gentoo-commits] proj/portage:master commit in: pym/portage/

2014-09-11 Thread Brian Dolbec
commit: 6cde2a4d4232d92cb42490784d7798bc56767967
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Aug 17 18:58:42 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6cde2a4d

Make eapi_is_supported() reuse _supported_eapis list

Make the eapi_is_supported() function use the generated list of
supported EAPIs rather than partial lists and integer comparison.

---
 pym/portage/__init__.py | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 18b2599..66bfeb0 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -505,19 +505,7 @@ def eapi_is_supported(eapi):
eapi = str(eapi)
eapi = eapi.strip()
 
-   if _eapi_is_deprecated(eapi):
-   return True
-
-   if eapi in _testing_eapis:
-   return True
-
-   try:
-   eapi = int(eapi)
-   except ValueError:
-   eapi = -1
-   if eapi  0:
-   return False
-   return eapi = portage.const.EAPI
+   return eapi in _supported_eapis
 
 # This pattern is specified by PMS section 7.3.1.
 _pms_eapi_re = re.compile(r^[ \t]*EAPI=(['\]?)([A-Za-z0-9+_.-]*)\1[ \t]*([ 
\t]#.*)?$)



[gentoo-commits] proj/portage:master commit in: pym/portage/

2014-09-11 Thread Brian Dolbec
commit: aacdef7f8eb1dfa38fd6da46d3fd77a2c66462f4
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Aug 17 18:33:21 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aacdef7f

Fix off-by-one error in supported EAPI list

Fix the off-by-one error in construction of supported EAPI list that
resulted in EAPI 5 being considered unsupported.

---
 pym/portage/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index fdbc4a8..18b2599 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -493,7 +493,7 @@ _doebuild_manifest_exempt_depend = 0
 
 _testing_eapis = frozenset([4-python, 4-slot-abi, 5-progress, 
5-hdepend])
 _deprecated_eapis = frozenset([4_pre1, 3_pre2, 3_pre1, 5_pre1, 
5_pre2])
-_supported_eapis = frozenset([str(x) for x in range(portage.const.EAPI)] + 
list(_testing_eapis) + list(_deprecated_eapis))
+_supported_eapis = frozenset([str(x) for x in range(portage.const.EAPI + 1)] + 
list(_testing_eapis) + list(_deprecated_eapis))
 
 def _eapi_is_deprecated(eapi):
return eapi in _deprecated_eapis



[gentoo-commits] proj/portage:master commit in: pym/repoman/

2014-09-11 Thread Brian Dolbec
commit: 1967a7c9055e8df536b406ce4a1d72a0082d7e90
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Wed Sep  3 09:54:41 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1967a7c9

repoman: Do not check for indirect inherits of deprecated eclasses

Complain only about deprecated eclasses that are inherited directly.
Checking indirectly inherited eclasses is pointless since the ebuild
maintainer can't really do anything about it --- it is up to
the maintainer of one of the directly inherited eclasses.

---
 pym/repoman/checks.py | 16 
 1 file changed, 16 deletions(-)

diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index abb9545..5f37648 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -395,11 +395,8 @@ class InheritDeprecated(LineCheck):
 
def new(self, pkg):
self._errors = []
-   self._indirect_deprecated = set(eclass for eclass in \
-   self.deprecated_classes if eclass in pkg.inherited)
 
def check(self, num, line):
-
direct_inherits = None
m = self._inherit_re.match(line)
if m is not None:
@@ -415,11 +412,9 @@ class InheritDeprecated(LineCheck):
if replacement is None:
pass
elif replacement is False:
-   self._indirect_deprecated.discard(eclass)
self._errors.append(please migrate from  + \
'%s' (no replacement) on line: %d % 
(eclass, num + 1))
else:
-   self._indirect_deprecated.discard(eclass)
self._errors.append(please migrate from  + \
'%s' to '%s' on line: %d % \
(eclass, replacement, num + 1))
@@ -429,17 +424,6 @@ class InheritDeprecated(LineCheck):
yield error
del self._errors
 
-   for eclass in self._indirect_deprecated:
-   replacement = self.deprecated_classes[eclass]
-   if replacement is False:
-   yield please migrate from indirect  + \
-   inherit of '%s' (no replacement) % 
(eclass,)
-   else:
-   yield please migrate from indirect  + \
-   inherit of '%s' to '%s' % \
-   (eclass, replacement)
-   del self._indirect_deprecated
-
 class InheritEclass(LineCheck):

Base class for checking for missing inherits, as well as excess 
inherits.



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

2014-09-11 Thread Brian Dolbec
commit: 3e784a1daa3ff9e4cf15181e8c864db1d5f2fff1
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sat Aug  9 10:21:22 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:26 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3e784a1d

travis: Use setup.py for running tests

---
 .travis.yml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 52ca444..69e1659 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,7 @@ python:
 - 3.4
 - pypy
 script:
-- python -b -Wd pym/portage/tests/runTests.py
+- ./setup.py test
+- ./setup.py install --root=/tmp/install-root
+- sudo rsync -a /tmp/install-root/. /
+- python -b -Wd -m portage.tests.runTests



[gentoo-commits] proj/portage:master commit in: pym/portage/

2014-09-11 Thread Brian Dolbec
commit: 4ef4774b1e50753c9313d365f52927e21c486b96
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Fri Aug  8 22:58:35 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4ef4774b

portage.const: Make PORTAGE_PYM_PATH point to the real package tree

Change PORTAGE_PYM_PATH to use real package tree path rather than one
based on PORTAGE_BASE_PATH.

---
 pym/portage/const.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index 4b01ff9..f518b47 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -63,7 +63,7 @@ GLOBAL_CONFIG_PATH   = /usr/share/portage/config
 PORTAGE_BASE_PATH= os.path.join(os.sep, os.sep.join(os.path.realpath(
__file__.rstrip(co)).split(os.sep)[:-3]))
 PORTAGE_BIN_PATH = PORTAGE_BASE_PATH + /bin
-PORTAGE_PYM_PATH = PORTAGE_BASE_PATH + /pym
+PORTAGE_PYM_PATH = os.path.realpath(os.path.join(__file__, '../..'))
 LOCALE_DATA_PATH = PORTAGE_BASE_PATH + /locale  # FIXME: not used
 EBUILD_SH_BINARY = PORTAGE_BIN_PATH + /ebuild.sh
 MISC_SH_BINARY   = PORTAGE_BIN_PATH + /misc-functions.sh



[gentoo-commits] proj/portage:master commit in: bin/

2014-09-11 Thread Brian Dolbec
commit: c48d5cbb505936d6b93e6f6c40589d1ac6f6c635
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Aug 17 17:48:41 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c48d5cbb

econf: Add EAPI-conditional arguments via array

Use a dedicated array variable to add EAPI-conditional arguments to
the configure script instead of prepending them to the command
parameters.

---
 bin/phase-helpers.sh | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index f0e298f..ca28ce9 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -521,18 +521,19 @@ econf() {
done
fi
 
+   local conf_args=()
if ___eapi_econf_passes_--disable-dependency-tracking || 
___eapi_econf_passes_--disable-silent-rules; then
local conf_help=$(${ECONF_SOURCE}/configure --help 
2/dev/null)
 
if ___eapi_econf_passes_--disable-dependency-tracking; 
then
if [[ ${conf_help} == 
*--disable-dependency-tracking* ]]; then
-   set -- --disable-dependency-tracking 
$@
+   conf_args+=( 
--disable-dependency-tracking )
fi
fi
 
if ___eapi_econf_passes_--disable-silent-rules; then
if [[ ${conf_help} == *--disable-silent-rules* 
]]; then
-   set -- --disable-silent-rules $@
+   conf_args+=( --disable-silent-rules )
fi
fi
fi
@@ -550,7 +551,9 @@ econf() {
CONF_PREFIX=${CONF_PREFIX#*=}
[[ ${CONF_PREFIX} != /* ]]  
CONF_PREFIX=/${CONF_PREFIX}
[[ ${CONF_LIBDIR} != /* ]]  
CONF_LIBDIR=/${CONF_LIBDIR}
-   set -- --libdir=$(__strip_duplicate_slashes 
${CONF_PREFIX}${CONF_LIBDIR}) $@
+   conf_args+=(
+   --libdir=$(__strip_duplicate_slashes 
${CONF_PREFIX}${CONF_LIBDIR})
+   )
fi
 
# Handle arguments containing quoted whitespace (see bug 
#457136).
@@ -566,6 +569,7 @@ econf() {
--datadir=${EPREFIX}/usr/share \
--sysconfdir=${EPREFIX}/etc \
--localstatedir=${EPREFIX}/var/lib \
+   ${conf_args[@]} \
$@ \
${EXTRA_ECONF[@]}
__vecho ${ECONF_SOURCE}/configure $@



[gentoo-commits] proj/portage:master commit in: bin/

2014-09-11 Thread Brian Dolbec
commit: 25e90d01d1021f7056ed3492a9fe44ed68d459d6
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Aug 17 17:42:49 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=25e90d01

econf: Replace unnecessary 'case' statements with 'if's

Replace the 'case' statements used to match 'configure' output with
simpler pattern-matching 'if's.

Acked-by: Alexander Berntsen bernalex AT gentoo.org

---
 bin/phase-helpers.sh | 16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 02fcf3e..f0e298f 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -525,19 +525,15 @@ econf() {
local conf_help=$(${ECONF_SOURCE}/configure --help 
2/dev/null)
 
if ___eapi_econf_passes_--disable-dependency-tracking; 
then
-   case ${conf_help} in
-   *--disable-dependency-tracking*)
-   set -- 
--disable-dependency-tracking $@
-   ;;
-   esac
+   if [[ ${conf_help} == 
*--disable-dependency-tracking* ]]; then
+   set -- --disable-dependency-tracking 
$@
+   fi
fi
 
if ___eapi_econf_passes_--disable-silent-rules; then
-   case ${conf_help} in
-   *--disable-silent-rules*)
-   set -- --disable-silent-rules 
$@
-   ;;
-   esac
+   if [[ ${conf_help} == *--disable-silent-rules* 
]]; then
+   set -- --disable-silent-rules $@
+   fi
fi
fi
 



[gentoo-commits] proj/portage:master commit in: pym/portage/tests/unicode/, /, pym/portage/tests/sets/files/, ...

2014-09-11 Thread Brian Dolbec
commit: 9fd70e67f3bc1ddae84b6097c5b651cce713b91a
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sat Aug  9 07:54:37 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9fd70e67

tests: Append .py to files that need to be installed

Append .py to the runTests script and __test__ files so that they could
be easily picked up by setup.py.

---
 .travis.yml | 2 +-
 Makefile| 2 +-
 pym/portage/tests/__init__.py   | 4 ++--
 pym/portage/tests/bin/{__test__ = __test__.py} | 0
 pym/portage/tests/dbapi/{__test__ = __test__.py}   | 0
 pym/portage/tests/dep/{__test__ = __test__.py} | 0
 pym/portage/tests/ebuild/{__test__ = __test__.py}  | 0
 pym/portage/tests/emerge/{__test__ = __test__.py}  | 0
 pym/portage/tests/env/{__test__ = __test__.py} | 0
 pym/portage/tests/env/config/{__test__ = __test__.py}  | 0
 pym/portage/tests/glsa/{__test__ = __test__.py}| 0
 pym/portage/tests/lafilefixer/{__test__ = __test__.py} | 0
 pym/portage/tests/lazyimport/{__test__ = __test__.py}  | 0
 pym/portage/tests/lint/{__test__ = __test__.py}| 0
 pym/portage/tests/locks/{__test__ = __test__.py}   | 0
 pym/portage/tests/news/{__test__ = __test__.py}| 0
 pym/portage/tests/process/{__test__ = __test__.py} | 0
 pym/portage/tests/repoman/{__test__ = __test__.py} | 0
 pym/portage/tests/resolver/{__test__ = __test__.py}| 0
 pym/portage/tests/{runTests = runTests.py} | 0
 pym/portage/tests/sets/base/{__test__ = __test__.py}   | 0
 pym/portage/tests/sets/files/{__test__ = __test__.py}  | 0
 pym/portage/tests/sets/shell/{__test__ = __test__.py}  | 0
 pym/portage/tests/unicode/{__test__ = __test__.py} | 0
 pym/portage/tests/update/{__test__ = __test__.py}  | 0
 pym/portage/tests/util/{__test__ = __test__.py}| 0
 pym/portage/tests/versions/{__test__ = __test__.py}| 0
 pym/portage/tests/xpak/{__test__ = __test__.py}| 0
 runtests.sh | 2 +-
 29 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6c8d873..52ca444 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ python:
 - 3.4
 - pypy
 script:
-- python -b -Wd pym/portage/tests/runTests
+- python -b -Wd pym/portage/tests/runTests.py

diff --git a/Makefile b/Makefile
index 92ea195..9eb6e66 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ epydoc:
 
 test:
set -e; \
-   $(srcdir)/pym/portage/tests/runTests; \
+   $(srcdir)/pym/portage/tests/runTests.py; \
 
 install:
set -e; \

diff --git a/pym/portage/tests/__init__.py b/pym/portage/tests/__init__.py
index 84e732a..697b800 100644
--- a/pym/portage/tests/__init__.py
+++ b/pym/portage/tests/__init__.py
@@ -83,11 +83,11 @@ def getTestFromCommandLine(args, base_path):
return result
 
 def getTestDirs(base_path):
-   TEST_FILE = b'__test__'
+   TEST_FILE = b'__test__.py'
testDirs = []
 
# the os.walk help mentions relative paths as being quirky
-   # I was tired of adding dirs to the list, so now we add __test__
+   # I was tired of adding dirs to the list, so now we add __test__.py
# to each dir we want tested.
for root, dirs, files in os.walk(base_path):
try:

diff --git a/pym/portage/tests/bin/__test__ b/pym/portage/tests/bin/__test__.py
similarity index 100%
rename from pym/portage/tests/bin/__test__
rename to pym/portage/tests/bin/__test__.py

diff --git a/pym/portage/tests/dbapi/__test__ 
b/pym/portage/tests/dbapi/__test__.py
similarity index 100%
rename from pym/portage/tests/dbapi/__test__
rename to pym/portage/tests/dbapi/__test__.py

diff --git a/pym/portage/tests/dep/__test__ b/pym/portage/tests/dep/__test__.py
similarity index 100%
rename from pym/portage/tests/dep/__test__
rename to pym/portage/tests/dep/__test__.py

diff --git a/pym/portage/tests/ebuild/__test__ 
b/pym/portage/tests/ebuild/__test__.py
similarity index 100%
rename from pym/portage/tests/ebuild/__test__
rename to pym/portage/tests/ebuild/__test__.py

diff --git a/pym/portage/tests/emerge/__test__ 
b/pym/portage/tests/emerge/__test__.py
similarity index 100%
rename from pym/portage/tests/emerge/__test__
rename to pym/portage/tests/emerge/__test__.py

diff --git a/pym/portage/tests/env/__test__ b/pym/portage/tests/env/__test__.py
similarity index 100%
rename from pym/portage/tests/env/__test__
rename to pym/portage/tests/env/__test__.py

diff --git a/pym/portage/tests/env/config/__test__ 
b/pym/portage/tests/env/config/__test__.py
similarity index 100%
rename from pym/portage/tests/env/config/__test__
rename to pym/portage/tests/env/config/__test__.py

diff --git a/pym/portage/tests/glsa/__test__ 

[gentoo-commits] proj/portage:master commit in: pym/portage/tests/, pym/portage/tests/resolver/, pym/portage/tests/dbapi/, ...

2014-09-11 Thread Brian Dolbec
commit: 529b6985cb3f65d52d6f54bb251c446d317b6508
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sat Aug  9 10:17:59 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=529b6985

tests: Fix running on installed copy of Portage

---
 pym/portage/tests/__init__.py| 20 ++
 pym/portage/tests/dbapi/test_portdb_cache.py |  5 ++---
 pym/portage/tests/emerge/test_emerge_slot_abi.py |  7 +++
 pym/portage/tests/emerge/test_simple.py  | 26 
 pym/portage/tests/lint/test_compile_modules.py   | 10 +
 pym/portage/tests/lint/test_import_modules.py|  8 ++--
 pym/portage/tests/repoman/test_simple.py |  8 +---
 pym/portage/tests/resolver/ResolverPlayground.py |  8 +---
 pym/portage/tests/util/test_getconfig.py |  4 +---
 9 files changed, 61 insertions(+), 35 deletions(-)

diff --git a/pym/portage/tests/__init__.py b/pym/portage/tests/__init__.py
index 697b800..708dd59 100644
--- a/pym/portage/tests/__init__.py
+++ b/pym/portage/tests/__init__.py
@@ -25,8 +25,24 @@ import portage
 from portage import os
 from portage import _encodings
 from portage import _unicode_decode
+from portage.const import (EPREFIX, GLOBAL_CONFIG_PATH, PORTAGE_BASE_PATH,
+   PORTAGE_BIN_PATH)
 from portage.util._argparse import ArgumentParser
 
+
+if portage._not_installed:
+   cnf_path = os.path.join(PORTAGE_BASE_PATH, 'cnf')
+   cnf_etc_path = cnf_path
+   cnf_bindir = PORTAGE_BIN_PATH
+   cnf_sbindir = cnf_bindir
+else:
+   cnf_path = os.path.join(EPREFIX or '/', GLOBAL_CONFIG_PATH)
+   cnf_etc_path = os.path.join(EPREFIX or '/', 'etc')
+   cnf_eprefix = EPREFIX
+   cnf_bindir = os.path.join(EPREFIX or '/', 'usr', 'bin')
+   cnf_sbindir = os.path.join(EPREFIX or '/', 'usr', 'sbin')
+
+
 def main():
suite = unittest.TestSuite()
basedir = os.path.dirname(os.path.realpath(__file__))
@@ -178,6 +194,10 @@ class TestCase(unittest.TestCase):
unittest.TestCase.__init__(self, *pargs, **kwargs)
self.todo = False
self.portage_skip = None
+   self.cnf_path = cnf_path
+   self.cnf_etc_path = cnf_etc_path
+   self.bindir = cnf_bindir
+   self.sbindir = cnf_sbindir
 
def defaultTestResult(self):
return TextTestResult()

diff --git a/pym/portage/tests/dbapi/test_portdb_cache.py 
b/pym/portage/tests/dbapi/test_portdb_cache.py
index 3c77ed3..f08d0f8 100644
--- a/pym/portage/tests/dbapi/test_portdb_cache.py
+++ b/pym/portage/tests/dbapi/test_portdb_cache.py
@@ -8,8 +8,7 @@ import textwrap
 import portage
 from portage import os
 from portage import _unicode_decode
-from portage.const import (BASH_BINARY, PORTAGE_BIN_PATH,
-   PORTAGE_PYM_PATH, USER_CONFIG_PATH)
+from portage.const import (BASH_BINARY, PORTAGE_PYM_PATH, USER_CONFIG_PATH)
 from portage.tests import TestCase
 from portage.tests.resolver.ResolverPlayground import ResolverPlayground
 from portage.util import ensure_dirs
@@ -38,7 +37,7 @@ class PortdbCacheTestCase(TestCase):
 
portage_python = portage._python_interpreter
egencache_cmd = (portage_python, -b, -Wd,
-   os.path.join(PORTAGE_BIN_PATH, egencache),
+   os.path.join(self.bindir, egencache),
--repo, test_repo,
--repositories-configuration, 
settings.repositories.config_string())
python_cmd = (portage_python, -b, -Wd, -c)

diff --git a/pym/portage/tests/emerge/test_emerge_slot_abi.py 
b/pym/portage/tests/emerge/test_emerge_slot_abi.py
index fd7ec0e..d1f2d92 100644
--- a/pym/portage/tests/emerge/test_emerge_slot_abi.py
+++ b/pym/portage/tests/emerge/test_emerge_slot_abi.py
@@ -7,8 +7,7 @@ import sys
 import portage
 from portage import os
 from portage import _unicode_decode
-from portage.const import (BASH_BINARY, PORTAGE_BIN_PATH,
-   PORTAGE_PYM_PATH, USER_CONFIG_PATH)
+from portage.const import (BASH_BINARY, PORTAGE_PYM_PATH, USER_CONFIG_PATH)
 from portage.process import find_binary
 from portage.tests import TestCase
 from portage.tests.resolver.ResolverPlayground import ResolverPlayground
@@ -70,9 +69,9 @@ class SlotAbiEmergeTestCase(TestCase):
 
portage_python = portage._python_interpreter
ebuild_cmd = (portage_python, -b, -Wd,
-   os.path.join(PORTAGE_BIN_PATH, ebuild))
+   os.path.join(self.bindir, ebuild))
emerge_cmd = (portage_python, -b, -Wd,
-   os.path.join(PORTAGE_BIN_PATH, emerge))
+   os.path.join(self.bindir, emerge))
 
test_ebuild = portdb.findname(dev-libs/dbus-glib-0.98)

[gentoo-commits] proj/portage:master commit in: /, doc/fragment/, pym/portage/, doc/

2014-09-11 Thread Brian Dolbec
commit: 0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Fri Aug  8 22:42:49 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:26 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0cc4c1ac

Install Portage using setup.py

---
 .gitignore   |   1 +
 MANIFEST.in  |  18 ++
 Makefile | 215 -
 doc/Makefile |  11 -
 doc/fragment/date|   0
 doc/fragment/version |   1 -
 mkrelease.sh | 141 ---
 pym/portage/const.py |   4 +-
 setup.py | 657 +++
 9 files changed, 678 insertions(+), 370 deletions(-)

diff --git a/.gitignore b/.gitignore
index 074bb86..c2dd534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.py[co]
 __pycache__/
 *.class
+/build
 /tags

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000..d65c874
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,18 @@
+# docs
+include DEVELOPING
+include LICENSE
+include TEST-NOTES
+
+# docbook sources
+include doc/custom.xsl
+recursive-include doc *.docbook
+
+# extra conf files used in ebuild
+include cnf/make.conf.example.*
+
+# extra files for tests
+include .portage_not_installed
+include cnf/metadata.dtd
+
+# extra scripts
+include misc/*

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9eb6e66..000
--- a/Makefile
+++ /dev/null
@@ -1,215 +0,0 @@
-SHELL = /bin/sh
-PN ?= portage
-PF ?= portage
-HOMEPAGE ?= http://www.gentoo.org/proj/en/portage/index.xml
-PWD ?= $(shell pwd)
-S ?= $(PWD)
-WORKDIR ?= $(PWD)
-DESTDIR = $(PWD)/image/
-srcdir = $(S)
-prefix = /usr
-sysconfdir = /etc
-exec_prefix = $(prefix)
-bindir = $(exec_prefix)/bin
-sbindir = $(exec_prefix)/sbin
-libdir = $(exec_prefix)/lib
-datarootdir = $(prefix)/share
-datadir = $(datarootdir)
-mandir = $(datarootdir)/man
-docdir = $(datarootdir)/doc/$(PF)
-htmldir = $(docdir)/html
-portage_datadir = $(datarootdir)/$(PN)
-portage_confdir = $(portage_datadir)/config
-portage_setsdir = $(portage_confdir)/sets
-portage_base = $(libdir)/$(PN)
-EPYDOC_OPTS = -q --no-frames --show-imports
-INSMODE = 0644
-EXEMODE = 0755
-DIRMODE = 0755
-SYSCONFDIR_FILES = etc-update.conf dispatch-conf.conf
-PORTAGE_CONFDIR_FILES = make.conf.example make.globals repos.conf
-LOGROTATE_FILES = elog-save-summary
-BINDIR_FILES = ebuild egencache emerge emerge-webrsync \
-   emirrordist portageq quickpkg repoman
-SBINDIR_FILES = archive-conf dispatch-conf emaint \
-   env-update etc-update fixpackages regenworld
-DOCS = ChangeLog NEWS RELEASE-NOTES
-LINGUAS ?= $(shell cd $(srcdir)/man  find -mindepth 1 -type d)
-
-ifdef PYTHONPATH
-   PYTHONPATH := $(srcdir)/pym:$(PYTHONPATH)
-else
-   PYTHONPATH := $(srcdir)/pym
-endif
-
-all: docbook epydoc
-
-docbook:
-   set -e; \
-   touch $(srcdir)/doc/fragment/date; \
-   $(MAKE) -C $(srcdir)/doc xhtml xhtml-nochunks
-
-epydoc:
-   set -e; \
-   env PYTHONPATH=$(PYTHONPATH) epydoc \
-   -o $(WORKDIR)/epydoc \
-   --name $(PN) \
-   --url $(HOMEPAGE) \
-   $(EPYDOC_OPTS) \
-   $$(cd $(srcdir)  find pym -name '*.py' | sed \
-   -e s:/__init__.py$$:: \
-   -e s:\.py$$:: \
-   -e s:^pym/:: \
-   -e s:/:.:g \
-   | sort); \
-   rm -f $(WORKDIR)/epydoc/api-objects.txt; \
-
-test:
-   set -e; \
-   $(srcdir)/pym/portage/tests/runTests.py; \
-
-install:
-   set -e; \
-   cd $(srcdir)/cnf; \
-   install -d -m$(DIRMODE) $(DESTDIR)$(sysconfdir); \
-   install -m$(INSMODE) $(SYSCONFDIR_FILES) $(DESTDIR)$(sysconfdir); \
-   \
-   install -d -m$(DIRMODE) $(DESTDIR)$(portage_confdir); \
-   cd $(srcdir)/cnf; \
-   install -m$(INSMODE) $(PORTAGE_CONFDIR_FILES) \
-   $(DESTDIR)$(portage_confdir); \
-   install -d -m$(DIRMODE) $(DESTDIR)$(portage_setsdir); \
-   cd $(S)/cnf/sets; \
-   install -m$(INSMODE) *.conf $(DESTDIR)$(portage_setsdir); \
-   \
-   install -d -m$(DIRMODE) $(DESTDIR)$(sysconfdir)/logrotate.d; \
-   cd $(srcdir)/cnf/logrotate.d; \
-   install -m$(INSMODE) $(LOGROTATE_FILES) \
-   $(DESTDIR)$(sysconfdir)/logrotate.d; \
-   \
-   for x in $$(cd $(srcdir)  find bin -type d) ; do \
-   cd $(srcdir)/$$x; \
-   install -d -m$(DIRMODE) $(DESTDIR)$(portage_base)/$$x; \
-   files=$$(find . -mindepth 1 -maxdepth 1 -type f ! -type l); \
-   if [ -n $$files ] ; then \
-   install -m$(EXEMODE) $$files \
-   $(DESTDIR)$(portage_base)/$$x; \
-   fi; \
-   symlinks=$$(find . -mindepth 1 -maxdepth 1 -type l); \
-   if [ -n $$symlinks ] ; then \
-   cp -P $$symlinks 

[gentoo-commits] proj/portage:master commit in: bin/

2014-09-11 Thread Brian Dolbec
commit: 772ed29fd9e7cf722aed943adbe33a27f250e1ff
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Aug 18 11:54:15 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Sep 11 23:44:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=772ed29f

Rewrite default ebuild phase setting code

Replace the ebuild phase setting code for EAPI 2 and newer with a
simpler approach; first set proper default_* functions, and call them
within the phase. Disallow calling default_* for other phase functions
than the one being run.

---
 bin/phase-functions.sh | 117 ++---
 bin/save-ebuild-env.sh |   2 +-
 2 files changed, 53 insertions(+), 66 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index df385b8..9bc3eb5 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -750,91 +750,78 @@ __ebuild_phase_funcs() {
[ $# -ne 2 ]  die expected exactly 2 args, got $#: $*
local eapi=$1
local phase_func=$2
-   local default_phases=pkg_nofetch src_unpack src_prepare src_configure
-   src_compile src_install src_test
-   local x y default_func=
-
-   for x in pkg_nofetch src_unpack src_test ; do
-   declare -F $x /dev/null || \
-   eval $x() { __eapi0_$x \\$@\ ; }
+   local all_phases=src_compile pkg_config src_configure pkg_info
+   src_install pkg_nofetch pkg_postinst pkg_postrm pkg_preinst
+   src_prepare pkg_prerm pkg_pretend pkg_setup src_test src_unpack
+   local x
+
+   # First, set up the error handlers for default*
+   for x in ${all_phases} ; do
+   eval default_${x}() {
+   die \default_${x}() is not supported in EAPI='${eapi}' 
in phase ${phase_func}\
+   }
done
 
+   # We can just call the specific handler -- it will either error out
+   # on invalid phase or run it.
+   eval default() {
+   default_${phase_func}
+   }
+
case $eapi in
+   0|1) # EAPIs not supporting 'default'
 
-   0|1)
+   for x in pkg_nofetch src_unpack src_test ; do
+   declare -F $x /dev/null || \
+   eval $x() { __eapi0_$x; }
+   done
 
if ! declare -F src_compile /dev/null ; then
case $eapi in
0)
-   src_compile() { 
__eapi0_src_compile $@ ; }
+   src_compile() { 
__eapi0_src_compile; }
;;
*)
-   src_compile() { 
__eapi1_src_compile $@ ; }
+   src_compile() { 
__eapi1_src_compile; }
;;
esac
fi
-
-   for x in $default_phases ; do
-   eval default_$x() {
-   die \default_$x() is not supported 
with EAPI='$eapi' during phase $phase_func\
-   }
-   done
-
-   eval default() {
-   die \default() is not supported with 
EAPI='$eapi' during phase $phase_func\
-   }
-
;;
 
-   *)
-
+   *) # EAPIs supporting 'default'
+
+   # defaults starting with EAPI 0
+   [[ ${phase_func} == pkg_nofetch ]]  \
+   default_pkg_nofetch() { __eapi0_pkg_nofetch; }
+   [[ ${phase_func} == src_unpack ]]  \
+   default_src_unpack() { __eapi0_src_unpack; }
+   [[ ${phase_func} == src_test ]]  \
+   default_src_test() { __eapi0_src_test; }
+
+   # defaults starting with EAPI 2
+   [[ ${phase_func} == src_configure ]]  \
+   default_src_configure() { 
__eapi2_src_configure; }
+   [[ ${phase_func} == src_compile ]]  \
+   default_src_compile() { __eapi2_src_compile; }
+
+   # bind supported phases to the defaults
+   declare -F src_unpack /dev/null || \
+   src_unpack() { default; }
declare -F src_configure /dev/null || \
-   src_configure() { __eapi2_src_configure $@ ; }
-
+   src_configure() { default; }
declare -F src_compile /dev/null || \
-

[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-net-ldap: ruby-net-ldap-0.8.0.ebuild ChangeLog

2014-09-11 Thread Manuel Rueger (mrueg)
mrueg   14/09/11 23:47:06

  Modified: ChangeLog
  Added:ruby-net-ldap-0.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.18 dev-ruby/ruby-net-ldap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   6 Aug 2014 06:25:24 -   1.17
+++ ChangeLog   11 Sep 2014 23:47:06 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-net-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v 1.17 
2014/08/06 06:25:24 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v 1.18 
2014/09/11 23:47:06 mrueg Exp $
+
+*ruby-net-ldap-0.8.0 (11 Sep 2014)
+
+  11 Sep 2014; Manuel Rüger mr...@gentoo.org +ruby-net-ldap-0.8.0.ebuild:
+  Version bump.
 
 *ruby-net-ldap-0.7.0 (06 Aug 2014)
 



1.1  dev-ruby/ruby-net-ldap/ruby-net-ldap-0.8.0.ebuild

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

Index: ruby-net-ldap-0.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.8.0.ebuild,v 1.1 
2014/09/11 23:47:06 mrueg Exp $

EAPI=5
# jruby: requires ruby 1.9 compatibility
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_TEST=test spec
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=Contributors.rdoc History.rdoc README.rdoc

RUBY_FAKEGEM_NAME=net-ldap

inherit ruby-fakegem

DESCRIPTION=Pure ruby LDAP client implementation
HOMEPAGE=https://github.com/ruby-ldap/ruby-net-ldap;
LICENSE=MIT

KEYWORDS=~amd64 ~x86
SLOT=0
IUSE=test

ruby_add_bdepend test? ( =dev-ruby/flexmock-1.3.0
=dev-ruby/metaid-1
dev-ruby/test-unit:2
dev-ruby/rspec:2 )

all_ruby_prepare() {
sed -i -e '1igem test-unit' test/common.rb || die

# Fix Specs until RSpec:3 is in tree
sed -i -e 's/truthy/true/' spec/unit/ldap_spec.rb || die
# Avoid an integration spec that hangs due to setting up pipes and
# intercepting openssl connect calls.
rm spec/integration/ssl_ber_spec.rb || die
}






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

2014-09-11 Thread Jack Morgan (jmorgan)
jmorgan 14/09/12 00:39:49

  Modified: ChangeLog icu-51.2-r2.ebuild
  Log:
  sparc stable wrt #511146
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.281dev-libs/icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   24 Aug 2014 06:37:28 -  1.280
+++ ChangeLog   12 Sep 2014 00:39:48 -  1.281
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.280 2014/08/24 
06:37:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.281 2014/09/12 
00:39:48 jmorgan Exp $
+
+  12 Sep 2014; Jack Morgan jmor...@gentoo.org icu-51.2-r2.ebuild:
+  sparc stable wrt #511146
 
   24 Aug 2014; Tomáš Chvátal scarab...@gentoo.org icu-53.1.ebuild:
   Forgot to bump subslot.



1.9  dev-libs/icu/icu-51.2-r2.ebuild

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

Index: icu-51.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- icu-51.2-r2.ebuild  9 Jun 2014 23:29:56 -   1.8
+++ icu-51.2-r2.ebuild  12 Sep 2014 00:39:48 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v 1.8 
2014/06/09 23:29:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v 1.9 
2014/09/12 00:39:48 jmorgan Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 # other irregularities occured until the consumers were rebuilt. So let's 
rather err on the side
 # of caution and more rebuilds here. See also bug 464876. dilfridge
 
-KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd
 IUSE=debug doc examples static-libs
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-52.1.ebuild ChangeLog

2014-09-11 Thread Jack Morgan (jmorgan)
jmorgan 14/09/12 00:49:11

  Modified: icu-52.1.ebuild ChangeLog
  Log:
  sparc stable wrt #511146
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.14 dev-libs/icu/icu-52.1.ebuild

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

Index: icu-52.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- icu-52.1.ebuild 23 Aug 2014 10:19:15 -  1.13
+++ icu-52.1.ebuild 12 Sep 2014 00:49:11 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.13 
2014/08/23 10:19:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.14 
2014/09/12 00:49:11 jmorgan Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT=0/52
 
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd
 IUSE=debug doc examples static-libs
 
 DEPEND=



1.282dev-libs/icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog   12 Sep 2014 00:39:48 -  1.281
+++ ChangeLog   12 Sep 2014 00:49:11 -  1.282
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.281 2014/09/12 
00:39:48 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.282 2014/09/12 
00:49:11 jmorgan Exp $
+
+  12 Sep 2014; Jack Morgan jmor...@gentoo.org icu-52.1.ebuild:
+  sparc stable for bz512012
 
   12 Sep 2014; Jack Morgan jmor...@gentoo.org icu-51.2-r2.ebuild:
   sparc stable wrt #511146






[gentoo-commits] gentoo-x86 commit in games-board/ace: ace-1.4.ebuild ChangeLog

2014-09-11 Thread Michael Sterrett (mr_bones_)
mr_bones_14/09/12 02:18:18

  Modified: ace-1.4.ebuild ChangeLog
  Log:
  whitespace
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-board/ace/ace-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ace-1.4.ebuild?r1=1.8r2=1.9

Index: ace-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ace-1.4.ebuild  11 Sep 2014 08:38:00 -  1.8
+++ ace-1.4.ebuild  12 Sep 2014 02:18:18 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.8 
2014/09/11 08:38:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.9 
2014/09/12 02:18:18 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -19,7 +19,6 @@
 DEPEND=${RDEPEND}
x11-proto/xproto
 
-
 src_prepare() {
epatch \
${FILESDIR}/${P}-no-xpm.patch \



1.33 games-board/ace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   11 Sep 2014 08:38:00 -  1.32
+++ ChangeLog   12 Sep 2014 02:18:18 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/ace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.32 2014/09/11 
08:38:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ChangeLog,v 1.33 2014/09/12 
02:18:18 mr_bones_ Exp $
+
+  12 Sep 2014; Michael Sterrett mr_bon...@gentoo.org ace-1.4.ebuild:
+  whitespace
 
   11 Sep 2014; Michael Sterrett mr_bon...@gentoo.org ace-1.4.ebuild:
   EAPI=5






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.2.5.ebuild ChangeLog xen-tools-4.4.1.ebuild xen-tools-4.3.3.ebuild xen-tools-4.4.0-r9.ebuild

2014-09-11 Thread Yixun Lan (dlan)
dlan14/09/12 02:21:28

  Modified: xen-tools-4.2.5.ebuild ChangeLog
xen-tools-4.4.1.ebuild xen-tools-4.3.3.ebuild
  Removed:  xen-tools-4.4.0-r9.ebuild
  Log:
  shrink patches, move to devspace; drop USE=xend for 4.2.5 4.3.3
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.2  app-emulation/xen-tools/xen-tools-4.2.5.ebuild

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

Index: xen-tools-4.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-tools-4.2.5.ebuild  11 Sep 2014 05:33:16 -  1.1
+++ xen-tools-4.2.5.ebuild  12 Sep 2014 02:21: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/app-emulation/xen-tools/xen-tools-4.2.5.ebuild,v 1.1 
2014/09/11 05:33:16 dlan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5.ebuild,v 1.2 
2014/09/12 02:21:28 dlan Exp $
 
 EAPI=5
 
@@ -16,13 +16,16 @@
 else
KEYWORDS=~amd64 ~x86
UPSTREAM_VER=
-   GENTOO_VER=
+   # xen-tools's gentoo patches tarball
+   GENTOO_VER=0
+   # xen-tools's gentoo patches version which apply to this specific ebuild
+   GENTOO_GPV=0
SEABIOS_VER=1.6.3.2
 
[[ -n ${UPSTREAM_VER} ]]  \

UPSTREAM_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
[[ -n ${GENTOO_VER} ]]  \
-   
GENTOO_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
GENTOO_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${PN/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz;
 

SRC_URI=http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz

http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
@@ -40,7 +43,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-IUSE=api custom-cflags debug doc flask hvm qemu ocaml pygrub screen 
static-libs xend system-seabios
+IUSE=api custom-cflags debug doc flask hvm qemu ocaml pygrub screen 
static-libs system-seabios
 
 REQUIRED_USE=hvm? ( qemu )
${PYTHON_REQUIRED_USE}
@@ -136,21 +139,20 @@
fi
 
# Gentoo's patchset
-   if [[ -n ${GENTOO_VER} ]]; then
-   EPATCH_SUFFIX=patch \
-   EPATCH_FORCE=yes \
-   epatch ${WORKDIR}/patches-gentoo
+   if [[ -n ${GENTOO_VER}  -n ${GENTOO_GPV} ]]; then
+   source ${FILESDIR}/gentoo-patches.conf
+   _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV}
+   for i in ${!_gpv}; do
+   EPATCH_SUFFIX=patch \
+   EPATCH_FORCE=yes \
+   epatch ${WORKDIR}/patches-gentoo/$i
+   done
fi
 
-   # Drop .config, fixes to gcc-4.6
-   epatch ${FILESDIR}/${PN/-tools/}-4-fix_dotconfig-gcc.patch
+   use system-seabios  epatch 
${WORKDIR}/patches-gentoo/${PN}-4-unbundle-seabios.patch
 
-   # Xend
-   if ! use xend; then
-   sed -e 's:xm xen-bugtool xen-python-path xend:xen-bugtool 
xen-python-path:' \
-   -i tools/misc/Makefile || die Disabling xend failed
-   sed -e 's:^XEND_INITD:#XEND_INITD:' \
-   -i tools/examples/Makefile || die Disabling xend 
failed
+   if gcc-specs-pie; then
+   epatch ${WORKDIR}/patches-gentoo/ipxe-nopie.patch
fi
 
# if the user *really* wants to use their own custom-cflags, let them
@@ -189,54 +191,6 @@
sed -e s:install-tools\: tools/ioemu-dir:install-tools\: :g 
-i Makefile || die
fi
 
-   # Fix texi2html build error with new texi2html, qemu.doc.html
-   epatch ${FILESDIR}/${PN}-4-docfix.patch \
-   ${FILESDIR}/${PN}-4-qemu-xen-doc.patch
-
-   epatch ${FILESDIR}/${PN}-4.2-pod-utf8-chars.patch \
-   ${FILESDIR}/${PN}-4.2-pod-docs.patch \
-   ${FILESDIR}/${PN}-4.2-pod-xl.patch
-
-   # Fix network broadcast on bridged networks
-   epatch ${FILESDIR}/${PN}-3.4.0-network-bridge-broadcast.patch
-
-   # Bug 496708
-   epatch ${FILESDIR}/${PN}-4-unbundle-ipxe.patch
-   use system-seabios  epatch 
${FILESDIR}/${PN}-4-unbundle-seabios.patch
-
-   # Fix bridge by idella4, 

[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: gentoo-patches.conf

2014-09-11 Thread Yixun Lan (dlan)
dlan14/09/12 02:21:28

  Added:gentoo-patches.conf
  Log:
  shrink patches, move to devspace; drop USE=xend for 4.2.5 4.3.3
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.1  app-emulation/xen-tools/files/gentoo-patches.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.1content-type=text/plain

Index: gentoo-patches.conf
===
# Drop .config, fixes to gcc-4.6
_gx001= xen-4-fix_dotconfig-gcc.patch
_gx020= xen-4.3-fix_dotconfig-gcc.patch

# Fix texi2html build error with new texi2html, qemu.doc.html
_gx002= xen-tools-4-docfix.patch
_gx003= xen-tools-4-qemu-xen-doc.patch

_gx004= xen-tools-4.2-pod-utf8-chars.patch
_gx005= xen-tools-4.2-pod-docs.patch
_gx006= xen-tools-4.2-pod-xl.patch

# Fix network broadcast on bridged networks
_gx007= xen-tools-3.4.0-network-bridge-broadcast.patch

# Bug 496708
_gx008= xen-tools-4-unbundle-ipxe.patch
#use system-seabios  epatch ${FILESDIR}/${PN}-4-unbundle-seabios.patch

# Fix bridge by idella4, bug #362575
_gx009= xen-tools-4.1.1-bridge.patch

# Conditional patch, fix in ebuild
# Don't build ipxe with pie on hardened, Bug #360805
#if gcc-specs-pie; then
#   epatch ${FILESDIR}/ipxe-nopie.patch
#fi

# Prevent double stripping of files at install
_gx010= xen-4.2.0-nostrip.patch
_gx024+= xen-4.4-nostrip.patch

# fix jobserver in Makefile
_gx011= xen-4.2.0-jserver.patch
_gx021= xen-4.3-jserver.patch

# add missing header, Bug #467200
_gx012= xen-4-ulong.patch
_gx013= xen-tools-4.2-xen_disk_leak.patch

# Set dom0-min-mem to kb; Bug #472982
_gx014= xen-4.2-configsxp.patch

# Bug 463840
_gx015= xen-tools-4.2.2-install.patch
_gx016= xen-tools-4.2.2-rt-link.patch

# Bug 379537
_gx017= fix-gold-ld.patch

# Bug 510976
_gx018= xen-tools-4.2.4-udev-rules.patch

# bundled seabios
_gx019= xen-tools-4-anti-seabios-download.patch

# Bug 477676
_gx022= xen-tools-4.3-ar-cc.patch

# Prevent file collision with qemu package Bug 478064
_gx023= qemu-bridge.patch
_gx025= xen-4.4-qemu-bridge.patch
#mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || 
die

_gx026= xen-tools-4.4-api-fix.patch

# Fix po file collision with app-emulation/qemu, while USE=qemu is enabled, Bug 
508302
_gx027= xen-tools-4-qemu-fix-po-collision.patch

# xen-tools-4.2.5 patches set
_gpv_xen_tools_425_0=
${_gx001} ${_gx002} ${_gx003} ${_gx004} ${_gx005}
${_gx006} ${_gx007} ${_gx008} ${_gx009} ${_gx010}
${_gx011} ${_gx012} ${_gx013} ${_gx014} ${_gx015}
${_gx016} ${_gx017} ${_gx018} ${_gx019}


# xen-tools-4.3.3 patches set
_gpv_xen_tools_433_0=
${_gx020} ${_gx002} ${_gx003}
${_gx007} ${_gx008} ${_gx009} ${_gx010}
${_gx021} ${_gx012} ${_gx014} ${_gx022}
${_gx017} ${_gx023} ${_gx019}


# xen-tools-4.4.1 patches set
_gpv_xen_tools_441_0=
${_gx007} ${_gx008} ${_gx009}
${_gx024} ${_gx021} ${_gx014}
${_gx022} ${_gx017} ${_gx025}
${_gx026} ${_gx027} ${_gx019}







[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog

2014-09-11 Thread Yixun Lan (dlan)
dlan14/09/12 02:26:42

  Modified: ChangeLog
  Log:
  drop patches/no-need file since move to devspace
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.258app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.258view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.258content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.257r2=1.258

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   12 Sep 2014 02:21:28 -  1.257
+++ ChangeLog   12 Sep 2014 02:26:42 -  1.258
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.257 
2014/09/12 02:21:28 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.258 
2014/09/12 02:26:42 dlan Exp $
+
+  12 Sep 2014; Yixun Lan d...@gentoo.org -files/xen-tools-4.2-pod-docs.patch,
+  -files/xen-tools-4.2-pod-utf8-chars.patch, -files/xen-tools-4.2-pod-xl.patch,
+  -files/xend.initd-r1:
+  drop patches/no-need file since move to devspace
 
   12 Sep 2014; Yixun Lan d...@gentoo.org xen-tools-4.2.5.ebuild,
   xen-tools-4.3.3.ebuild, -xen-tools-4.4.0-r9.ebuild, xen-tools-4.4.1.ebuild,






  1   2   >