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

2015-02-05 Thread Justin Lecher
commit: ceea399c33cda30f52c4d9edf1535bc0de8fac5b
Author: Ted Tanberry ted.tanberry AT gmail DOT com
AuthorDate: Thu Feb  5 07:54:59 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Feb  5 07:54:59 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ceea399c

Fixed emboss-r1.eclass to depend on virtual/mysql and not dev-db/mysql.

---
 eclass/emboss-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass
index b185802..e10ec0c 100644
--- a/eclass/emboss-r1.eclass
+++ b/eclass/emboss-r1.eclass
@@ -62,7 +62,7 @@ DEPEND=
dev-libs/libpcre:3
sci-libs/plplot
sys-libs/zlib
-   mysql? ( dev-db/mysql )
+   mysql? ( virtual/mysql )
pdf? ( media-libs/libharu )
png? ( media-libs/gd[png] )
postgres? ( dev-db/postgresql )



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

2015-02-05 Thread Justin Lecher
commit: 66b3b542c6e22188543f2795ad6485bd3f1dbc94
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 10:22:41 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 10:22:41 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=66b3b542

New package dev-python/prettyplotlib

---
 dev-python/prettyplotlib/ChangeLog |  9 +++
 dev-python/prettyplotlib/metadata.xml  | 12 +
 .../prettyplotlib/prettyplotlib-0.1.7.ebuild   |  1 +
 dev-python/prettyplotlib/prettyplotlib-.ebuild | 30 ++
 4 files changed, 52 insertions(+)

diff --git a/dev-python/prettyplotlib/ChangeLog 
b/dev-python/prettyplotlib/ChangeLog
new file mode 100644
index 000..d0b226f
--- /dev/null
+++ b/dev-python/prettyplotlib/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*prettyplotlib- (04 Feb 2015)
+*prettyplotlib-0.1.7 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +prettyplotlib-.ebuild, +prettyplotlib-0.1.7.ebuild:
+  Add prettyplotlib to overlay

diff --git a/dev-python/prettyplotlib/metadata.xml 
b/dev-python/prettyplotlib/metadata.xml
new file mode 100644
index 000..123422a
--- /dev/null
+++ b/dev-python/prettyplotlib/metadata.xml
@@ -0,0 +1,12 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+Python matplotlib-enhancer library which painlessly creates
+beautiful default matplotlib plots. 
+  /longdescription
+/pkgmetadata

diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
new file mode 12
index 000..46a331d
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
@@ -0,0 +1 @@
+prettyplotlib-.ebuild
\ No newline at end of file

diff --git a/dev-python/prettyplotlib/prettyplotlib-.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-.ebuild
new file mode 100644
index 000..a58869f
--- /dev/null
+++ b/dev-python/prettyplotlib/prettyplotlib-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Painlessly create beautiful matplotlib plots
+HOMEPAGE=http://blog.olgabotvinnik.com/prettyplotlib/;
+
+if [ ${PV} ==  ] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/olgabot/${PN}.git 
git://github.com:olgabot/${PN}.git
+else
+   SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   KEYWORDS=~amd64
+fi
+
+LICENSE=MIT
+SLOT=0
+
+RDEPEND=
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   =dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}]
+   dev-python/brewer2mpl[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}



[gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/, dev-python/brewer2mpl/

2015-02-05 Thread Justin Lecher
commit: 0c2c218bcd59d689d0ec01e1e26e54baf2925765
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 13:07:31 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 13:07:31 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c2c218b

Fix EGIT_REPO_URI in dev-python/{brewer2mpl,prettyplotlib}-

---
 dev-python/brewer2mpl/brewer2mpl-.ebuild   | 2 +-
 dev-python/prettyplotlib/prettyplotlib-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/brewer2mpl/brewer2mpl-.ebuild 
b/dev-python/brewer2mpl/brewer2mpl-.ebuild
index 084676c..a843279 100644
--- a/dev-python/brewer2mpl/brewer2mpl-.ebuild
+++ b/dev-python/brewer2mpl/brewer2mpl-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=https://github.com/jiffyclub/brewer2mpl;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/jiffyclub/${PN}.git 
git://github.com:jiffyclub/${PN}.git
+   EGIT_REPO_URI=https://github.com/jiffyclub/${PN}.git 
git://github.com/jiffyclub/${PN}.git
 else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~amd64

diff --git a/dev-python/prettyplotlib/prettyplotlib-.ebuild 
b/dev-python/prettyplotlib/prettyplotlib-.ebuild
index a58869f..b0631f9 100644
--- a/dev-python/prettyplotlib/prettyplotlib-.ebuild
+++ b/dev-python/prettyplotlib/prettyplotlib-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=http://blog.olgabotvinnik.com/prettyplotlib/;
 
 if [ ${PV} ==  ] ; then
inherit git-r3
-   EGIT_REPO_URI=https://github.com/olgabot/${PN}.git 
git://github.com:olgabot/${PN}.git
+   EGIT_REPO_URI=https://github.com/olgabot/${PN}.git 
git://github.com/olgabot/${PN}.git
 else
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
KEYWORDS=~amd64



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

2015-02-05 Thread Justin Lecher
commit: 13285d59823dc8f77db44823c6cc36366a428df7
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 10:21:30 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 10:21:30 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=13285d59

New package dev-python/brewer2mpl

---
 dev-python/brewer2mpl/ChangeLog   |  9 +
 dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild |  1 +
 dev-python/brewer2mpl/brewer2mpl-.ebuild  | 25 +
 dev-python/brewer2mpl/metadata.xml| 15 +++
 4 files changed, 50 insertions(+)

diff --git a/dev-python/brewer2mpl/ChangeLog b/dev-python/brewer2mpl/ChangeLog
new file mode 100644
index 000..a79da6e
--- /dev/null
+++ b/dev-python/brewer2mpl/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*brewer2mpl- (04 Feb 2015)
+*brewer2mpl-1.4.1 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +brewer2mpl-.ebuild, +brewer2mpl-1.4.1.ebuild:
+  Add brewer2mpl to overlay

diff --git a/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild 
b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
new file mode 12
index 000..2ab86f8
--- /dev/null
+++ b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
@@ -0,0 +1 @@
+brewer2mpl-.ebuild
\ No newline at end of file

diff --git a/dev-python/brewer2mpl/brewer2mpl-.ebuild 
b/dev-python/brewer2mpl/brewer2mpl-.ebuild
new file mode 100644
index 000..084676c
--- /dev/null
+++ b/dev-python/brewer2mpl/brewer2mpl-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Connect colorbrewer2.org color maps to Python and matplotlib
+HOMEPAGE=https://github.com/jiffyclub/brewer2mpl;
+
+if [ ${PV} ==  ] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/jiffyclub/${PN}.git 
git://github.com:jiffyclub/${PN}.git
+else
+   SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   KEYWORDS=~amd64
+fi
+
+LICENSE=MIT
+SLOT=0
+
+RDEPEND=dev-python/matplotlib[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}

diff --git a/dev-python/brewer2mpl/metadata.xml 
b/dev-python/brewer2mpl/metadata.xml
new file mode 100644
index 000..a37a47a
--- /dev/null
+++ b/dev-python/brewer2mpl/metadata.xml
@@ -0,0 +1,15 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+brewer2mpl is a pure Python package for accessing colorbrewer2.org
+color maps from Python. With brewer2mpl you can get the raw RGB
+colors of all 165 colorbrewer2.org color maps. The color map data
+ships with brewer2mpl so no internet connection is required.
+  /longdescription
+/pkgmetadata



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

2015-02-05 Thread Justin Lecher
commit: 8e132629f78de2992a9af73251fb76f6890e71d4
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Feb  4 10:13:49 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Wed Feb  4 10:13:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8e132629

New package dev-python/pyfftw

---
 dev-python/pyfftw/ChangeLog   |  9 +
 dev-python/pyfftw/metadata.xml| 13 +
 dev-python/pyfftw/pyfftw-0.9.2.ebuild |  1 +
 dev-python/pyfftw/pyfftw-.ebuild  | 32 
 4 files changed, 55 insertions(+)

diff --git a/dev-python/pyfftw/ChangeLog b/dev-python/pyfftw/ChangeLog
new file mode 100644
index 000..3c19f1e
--- /dev/null
+++ b/dev-python/pyfftw/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pyfftw- (04 Feb 2015)
+*pyfftw-0.9.2 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +pyfftw-.ebuild, +pyfftw-0.9.2.ebuild:
+  Add pyFFTW to overlay

diff --git a/dev-python/pyfftw/metadata.xml b/dev-python/pyfftw/metadata.xml
new file mode 100644
index 000..07e8f03
--- /dev/null
+++ b/dev-python/pyfftw/metadata.xml
@@ -0,0 +1,13 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+A pythonic wrapper around FFTW, the FFT library, presenting a
+unified interface for all the supported transforms.
+  /longdescription
+/pkgmetadata

diff --git a/dev-python/pyfftw/pyfftw-0.9.2.ebuild 
b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
new file mode 12
index 000..c3e80cf
--- /dev/null
+++ b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
@@ -0,0 +1 @@
+pyfftw-.ebuild
\ No newline at end of file

diff --git a/dev-python/pyfftw/pyfftw-.ebuild 
b/dev-python/pyfftw/pyfftw-.ebuild
new file mode 100644
index 000..962cf05
--- /dev/null
+++ b/dev-python/pyfftw/pyfftw-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+MY_PN=pyFFTW
+
+DESCRIPTION=FFTW wrapper for python
+HOMEPAGE=http://hgomersall.github.io/pyFFTW/;
+
+if [ ${PV} ==  ] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/hgomersall/${MY_PN}.git 
git://github.com/hgomersall/${MY_PN}.git
+else
+   SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz
+   KEYWORDS=~amd64
+   S=${WORKDIR}/${MY_PN}-${PV}
+fi
+
+LICENSE=BSD
+SLOT=0
+
+RDEPEND=
+   =dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+   =sci-libs/fftw-3.3.3
+   =dev-python/cython-0.19.1[${PYTHON_USEDEP}]
+   
+DEPEND=${RDEPEND}



[gentoo-commits] gentoo-x86 commit in games-simulation/lincity-ng: lincity-ng-2.0.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 08:16:11

  Modified: lincity-ng-2.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-simulation/lincity-ng/lincity-ng-2.0.ebuild

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

Index: lincity-ng-2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lincity-ng-2.0.ebuild   15 May 2014 17:00:45 -  1.10
+++ lincity-ng-2.0.ebuild   5 Feb 2015 08:16:11 -   1.11
@@ -1,18 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v 
1.10 2014/05/15 17:00:45 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/lincity-ng/lincity-ng-2.0.ebuild,v 
1.11 2015/02/05 08:16:11 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils multiprocessing games
 
 DESCRIPTION=city/country simulation game for X and opengl
-HOMEPAGE=http://lincity-ng.berlios.de/;
-SRC_URI=mirror://berlios/${PN}/${P}.tar.bz2
+HOMEPAGE=http://sourceforge.net/projects/lincity-ng.berlios/;
+SRC_URI=mirror://sourceforge/lincity-ng.berlios/${P}.tar.bz2
 
 LICENSE=GPL-2 BitstreamVera
 SLOT=0
 KEYWORDS=amd64 ~ppc ~sparc x86
 IUSE=
+RESTRICT=mirror
 
 RDEPEND=virtual/opengl
sys-libs/zlib
@@ -43,6 +44,5 @@
 install \
 || die jam install failed
rm -f ${D}/usr/share/doc/${PF}/COPYING*
-   prepalldocs
prepgamesdirs
 }



1.26 games-simulation/lincity-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   15 May 2014 17:00:45 -  1.25
+++ ChangeLog   5 Feb 2015 08:16:11 -   1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/lincity-ng
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 
1.25 2014/05/15 17:00:45 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 
1.26 2015/02/05 08:16:11 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org lincity-ng-2.0.ebuild:
+  EAPI=5
 
   15 May 2014; Ulrich Müller u...@gentoo.org lincity-ng-2.0.ebuild:
   Fix USE dependency on media-libs/libsdl, audio USE flag was renamed to






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

2015-02-05 Thread Patrick Lauer (patrick)
patrick 15/02/06 04:19:29

  Modified: ChangeLog
  Added:iojs-1.1.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  net-libs/iojs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Jan 2015 03:46:29 -  1.2
+++ ChangeLog   6 Feb 2015 04:19:29 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/iojs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.2 2015/01/30 
03:46:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.3 2015/02/06 
04:19:29 patrick Exp $
+
+*iojs-1.1.0 (06 Feb 2015)
+
+  06 Feb 2015; Patrick Lauer patr...@gentoo.org +iojs-1.1.0.ebuild:
+  Bump
 
 *iojs-1.0.4-r1 (30 Jan 2015)
 



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

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

Index: iojs-1.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-1.1.0.ebuild,v 1.1 
2015/02/06 04:19:29 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

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

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

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

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

RDEPEND=!!net-libs/nodejs
=dev-libs/openssl-1.0.1j
DEPEND=${PYTHON_DEPS}
${RDEPEND}
icu? ( dev-libs/icu )
=net-libs/http-parser-2.4.1
=dev-libs/libuv-1.2.1

S=${WORKDIR}/${MY_P}

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

src_prepare() {
# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e /append('-arch/d tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e s/python/python2/ deps/npm/node_modules/node-gyp/gyp/gyp || 
die
sed -i -e s/|| 'python'/|| 'python2'/ 
deps/npm/node_modules/node-gyp/lib/configure.js || die

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

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

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

tc-export CC CXX
export V=1
}

src_configure() {
local myconf=
local myarch=
! use npm  myconf=--without-npm
use icu  myconf+= --with-intl=system-icu
use snapshot  myconf+= --with-snapshot

case ${CHOST} in
i?86-*)
myarch=ia32
myconf+= -Dv8_target_arch=ia32 ;;
x86_64-*)
if [[ $ABI = x86 ]]; then
myarch=ia32
elif [[ $ABI = x32 ]]; then
myarch=x32
else
myarch=x64
fi ;;
arm*-*)
myarch=arm
;;
*) die Unrecognized CHOST: ${CHOST}
esac

${PYTHON} configure --prefix=${EPREFIX}/usr \

[gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-2.3-r3.ebuild ChangeLog

2015-02-05 Thread Jason Zaman (perfinion)
perfinion15/02/06 06:04:27

  Modified: policycoreutils-2.3-r3.ebuild ChangeLog
  Log:
  Stablize 2.3-r3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.2  sys-apps/policycoreutils/policycoreutils-2.3-r3.ebuild

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

Index: policycoreutils-2.3-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policycoreutils-2.3-r3.ebuild   6 Dec 2014 23:28:23 -   1.1
+++ policycoreutils-2.3-r3.ebuild   6 Feb 2015 06:04:27 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r3.ebuild,v
 1.1 2014/12/06 23:28:23 perfinion Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r3.ebuild,v
 1.2 2015/02/06 06:04:27 perfinion Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -26,7 +26,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 COMMON_DEPS==sys-libs/libselinux-${SELNX_VER}[python]
=sys-libs/glibc-2.4



1.149sys-apps/policycoreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   4 Feb 2015 17:48:40 -   1.148
+++ ChangeLog   6 Feb 2015 06:04:27 -   1.149
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/policycoreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.148 
2015/02/04 17:48:40 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.149 
2015/02/06 06:04:27 perfinion Exp $
+
+  06 Feb 2015; Jason Zaman perfin...@gentoo.org 
policycoreutils-2.3-r3.ebuild:
+  Stablize 2.3-r3
 
 *policycoreutils-2.4 (04 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in games-arcade/pydance: pydance-1.1.0.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/06 05:37:42

  Modified: pydance-1.1.0.ebuild ChangeLog
  Log:
  add RDEPEND; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-arcade/pydance/pydance-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?r1=1.5r2=1.6

Index: pydance-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pydance-1.1.0.ebuild5 Jan 2015 17:03:34 -   1.5
+++ pydance-1.1.0.ebuild6 Feb 2015 05:37:42 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v 
1.5 2015/01/05 17:03:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v 
1.6 2015/02/06 05:37:42 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -17,14 +17,14 @@
 DEPEND=dev-python/pygame
media-libs/libvorbis
media-libs/sdl-mixer
+RDEPEND=${DEPEND}
 PDEPEND=games-arcade/pydance-songs
 
 src_prepare() {
sed -i \
-e s:1\.0\.1:1.0.2: \
-e s:/etc/:${GAMES_SYSCONFDIR}/: \
-   pydance.py constants.py docs/man/pydance.6 \
-   || die sed failed
+   pydance.py constants.py docs/man/pydance.6 || die
 }
 
 src_install() {
@@ -32,7 +32,7 @@
 
insinto ${dir}
doins *.py
-   cp -R CREDITS {sound,images,utils,themes} ${D}${dir}/ || die cp 
failed
+   cp -R CREDITS {sound,images,utils,themes} ${D}${dir}/ || die
 
insinto ${GAMES_SYSCONFDIR}
newins pydance.posix.cfg pydance.cfg



1.26 games-arcade/pydance/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Jan 2015 17:03:34 -   1.25
+++ ChangeLog   6 Feb 2015 05:37:42 -   1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/pydance
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.25 
2015/01/05 17:03:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.26 
2015/02/06 05:37:42 mr_bones_ Exp $
+
+  06 Feb 2015; Michael Sterrett mr_bon...@gentoo.org pydance-1.1.0.ebuild:
+  add RDEPEND; tidy
 
   05 Jan 2015; Tupone Alfredo tup...@gentoo.org pydance-1.1.0.ebuild:
   EAPI 5 - Use python2






[gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.23.1-r1.ebuild ChangeLog

2015-02-05 Thread William Hubbs (williamh)
williamh15/02/06 05:58:29

  Modified: ChangeLog
  Added:busybox-1.23.1-r1.ebuild
  Log:
  Disable start-stop-daemon for bug #468914
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0x30C46538)

Revision  ChangesPath
1.383sys-apps/busybox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -r1.382 -r1.383
--- ChangeLog   5 Feb 2015 11:29:41 -   1.382
+++ ChangeLog   6 Feb 2015 05:58:29 -   1.383
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/busybox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.382 
2015/02/05 11:29:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.383 
2015/02/06 05:58:29 williamh Exp $
+
+*busybox-1.23.1-r1 (06 Feb 2015)
+
+  06 Feb 2015; William Hubbs willi...@gentoo.org +busybox-1.23.1-r1.ebuild:
+  Disable start-stop-daemon for bug #468914
 
   05 Feb 2015; Jeroen Roovers j...@gentoo.org busybox-1.23.1.ebuild:
   Stable for HPPA (bug #537978).



1.1  sys-apps/busybox/busybox-1.23.1-r1.ebuild

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

Index: busybox-1.23.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.1-r1.ebuild,v 
1.1 2015/02/06 05:58:29 williamh Exp $

# See `man savedconfig.eclass` for info on how to use USE=savedconfig.

EAPI=4
inherit eutils flag-o-matic savedconfig toolchain-funcs multilib

DESCRIPTION=Utilities for rescue and embedded systems
HOMEPAGE=http://www.busybox.net/;
if [[ ${PV} ==  ]] ; then
MY_P=${PN}
EGIT_REPO_URI=git://busybox.net/busybox.git
inherit git-2
else
MY_P=${PN}-${PV/_/-}
SRC_URI=http://www.busybox.net/downloads/${MY_P}.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
fi

LICENSE=GPL-2
SLOT=0
IUSE=debug ipv6 livecd make-symlinks math mdev -pam selinux sep-usr +static 
syslog systemd
RESTRICT=test

COMMON_DEPEND=!static? ( selinux? ( sys-libs/libselinux ) )
pam? ( sys-libs/pam )
DEPEND=${COMMON_DEPEND}
static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
=sys-kernel/linux-headers-2.6.39
RDEPEND=${COMMON_DEPEND}
mdev? ( !sys-apps/openrc-0.13 )

S=${WORKDIR}/${MY_P}

busybox_config_option() {
local flag=$1 ; shift
if [[ ${flag} != [yn] ]] ; then
busybox_config_option $(usex ${flag} y n) $@
return
fi
while [[ $# -gt 0 ]] ; do
if [[ ${flag} == y ]] ; then
sed -i -e s:.*\CONFIG_$1\.*set:CONFIG_$1=y:g .config
else
sed -i -e s:CONFIG_$1=y:# CONFIG_$1 is not set:g 
.config
fi
einfo $(grep CONFIG_$1[= ] .config || echo Could not find 
CONFIG_$1 ...)
shift
done
}

busybox_config_enabled() {
local val=$(sed -n /^CONFIG_$1=/s:^[^=]*=::p .config)
case ${val} in
) return 1 ;;
y)  return 0 ;;
*)  echo ${val} | sed -r 's:^(.*)$:\1:' ;;
esac
}

src_prepare() {
unset KBUILD_OUTPUT #88088
append-flags -fno-strict-aliasing #310413
use ppc64  append-flags -mminimal-toc #130943

# patches go here!
epatch ${FILESDIR}/${PN}-1.19.0-bb.patch
#   epatch ${FILESDIR}/${P}-*.patch
cp ${FILESDIR}/ginit.c init/ || die

# flag cleanup
sed -i -r \
-e 
's:[[:space:]]?-(Werror|Os|falign-(functions|jumps|loops|labels)=1|fomit-frame-pointer)\::g'
 \
Makefile.flags || die
#sed -i '/bbsh/s:^//::' include/applets.h
sed -i '/^#error Aborting compilation./d' applets/applets.c || die
use elibc_glibc  sed -i 's:-Wl,--gc-sections::' Makefile
sed -i \
-e /^CROSS_COMPILE/s:=.*:= ${CHOST}-: \
-e /^AR\/s:=.*:= $(tc-getAR): \
-e /^CC\/s:=.*:= $(tc-getCC): \
-e 

[gentoo-commits] gentoo-x86 commit in dev-db/postgresql: postgresql-9.4.1.ebuild postgresql-9.1.15.ebuild postgresql-9.0.19.ebuild postgresql-9.2.10.ebuild postgresql-9.3.6.ebuild ChangeLog

2015-02-05 Thread Patrick Lauer (patrick)
patrick 15/02/06 06:15:03

  Modified: ChangeLog
  Added:postgresql-9.4.1.ebuild postgresql-9.1.15.ebuild
postgresql-9.0.19.ebuild postgresql-9.2.10.ebuild
postgresql-9.3.6.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.409dev-db/postgresql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- ChangeLog   1 Feb 2015 21:04:12 -   1.408
+++ ChangeLog   6 Feb 2015 06:15:03 -   1.409
@@ -1,6 +1,17 @@
 # ChangeLog for dev-db/postgresql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.408 
2015/02/01 21:04:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.409 
2015/02/06 06:15:03 patrick Exp $
+
+*postgresql-9.0.19 (06 Feb 2015)
+*postgresql-9.2.10 (06 Feb 2015)
+*postgresql-9.4.1 (06 Feb 2015)
+*postgresql-9.1.15 (06 Feb 2015)
+*postgresql-9.3.6 (06 Feb 2015)
+
+  06 Feb 2015; Patrick Lauer patr...@gentoo.org +postgresql-9.0.19.ebuild,
+  +postgresql-9.1.15.ebuild, +postgresql-9.2.10.ebuild,
+  +postgresql-9.3.6.ebuild, +postgresql-9.4.1.ebuild:
+  Bump
 
   01 Feb 2015; Markus Meier mae...@gentoo.org postgresql-9.0.18-r3.ebuild,
   postgresql-9.1.14-r3.ebuild, postgresql-9.2.9-r3.ebuild,



1.1  dev-db/postgresql/postgresql-9.4.1.ebuild

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

Index: postgresql-9.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.4.1.ebuild,v 
1.1 2015/02/06 06:15:03 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )

inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris

SLOT=$(get_version_component_range 1-2)

SRC_URI=mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2

LICENSE=POSTGRESQL GPL-2
DESCRIPTION=PostgreSQL RDBMS
HOMEPAGE=http://www.postgresql.org/;

LINGUAS=af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr
 zh_CN zh_TW
IUSE=doc kerberos kernel_linux ldap nls pam perl -pg_legacytimestamp python
  +readline selinux +server ssl static-libs tcl threads uuid xml zlib

for lingua in ${LINGUAS}; do
IUSE+= linguas_${lingua}
done

wanted_languages() {
local enable_langs

for lingua in ${LINGUAS} ; do
use linguas_${lingua}  enable_langs+=${lingua} 
done

echo -n ${enable_langs}
}

CDEPEND=
=app-admin/eselect-postgresql-1.2.0
sys-apps/less
virtual/libintl
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
perl? ( =dev-lang/perl-5.8 )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline )
ssl? ( =dev-libs/openssl-0.9.6-r1 )
tcl? ( =dev-lang/tcl-8 )
uuid? ( dev-libs/ossp-uuid )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
zlib? ( sys-libs/zlib )


DEPEND=${CDEPEND}
!!sys-apps/sandbox-2.0
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )
xml? ( virtual/pkgconfig )


RDEPEND=${CDEPEND}
!dev-db/postgresql-docs:${SLOT}
!dev-db/postgresql-base:${SLOT}
!dev-db/postgresql-server:${SLOT}
selinux? ( sec-policy/selinux-postgresql )


pkg_setup() {
use server  CONFIG_CHECK=~SYSVIPC linux-info_pkg_setup

enewgroup postgres 70
enewuser postgres 70 /bin/bash /var/lib/postgresql postgres

use python  python-single-r1_pkg_setup
}

src_prepare() {
# Work around PPC{,64} compilation bug where bool is already defined
sed '/#ifndef __cplusplus/a #undef bool' -i src/include/c.h || die

# Set proper run directory
sed s|\(PGSOCKET_DIR\s\+\)\/tmp\|\1\${EPREFIX}/run/postgresql\| \
-i src/include/pg_config_manual.h || die

use server || epatch ${FILESDIR}/${PN}-${SLOT}-no-server.patch

if use pam ; then
sed -e s/\(#define 

[gentoo-commits] gentoo-x86 commit in dev-python/pyopengl: pyopengl-3.1.0.ebuild ChangeLog

2015-02-05 Thread Patrick Lauer (patrick)
patrick 15/02/06 04:01:19

  Modified: ChangeLog
  Added:pyopengl-3.1.0.ebuild
  Log:
  Bump #538676
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.84 dev-python/pyopengl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   26 Jan 2015 13:56:58 -  1.83
+++ ChangeLog   6 Feb 2015 04:01:19 -   1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v 1.83 
2015/01/26 13:56:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v 1.84 
2015/02/06 04:01:19 patrick Exp $
+
+*pyopengl-3.1.0 (06 Feb 2015)
+
+  06 Feb 2015; Patrick Lauer patr...@gentoo.org +pyopengl-3.1.0.ebuild:
+  Bump #538676
 
   26 Jan 2015; Manuel Rüger mr...@gentoo.org -pyopengl-3.0.1.ebuild,
   -pyopengl-3.0.2.ebuild:



1.1  dev-python/pyopengl/pyopengl-3.1.0.ebuild

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

Index: pyopengl-3.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-3.1.0.ebuild,v 
1.1 2015/02/06 04:01:19 patrick Exp $

EAPI=5
PYTHON_REQ_USE=tk?
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

MY_PN=PyOpenGL
MY_P=${MY_PN}-${PV}

DESCRIPTION=Python OpenGL bindings
HOMEPAGE=http://pyopengl.sourceforge.net/ http://pypi.python.org/pypi/PyOpenGL;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
#   mirror://sourceforge/pyopengl/${MY_P}.tar.gz # broken mirror for this 
release
LICENSE=BSD

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=tk

RDEPEND=media-libs/freeglut
virtual/opengl
x11-libs/libXi
x11-libs/libXmu
tk? ( dev-tcltk/togl )
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.7.4.ebuild ChangeLog

2015-02-05 Thread Patrick Lauer (patrick)
patrick 15/02/06 03:41:28

  Modified: ChangeLog
  Added:django-1.7.4.ebuild
  Log:
  Bump #538692
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.150dev-python/django/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   22 Dec 2014 03:44:07 -  1.149
+++ ChangeLog   6 Feb 2015 03:41:28 -   1.150
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.149 
2014/12/22 03:44:07 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.150 
2015/02/06 03:41:28 patrick Exp $
+
+*django-1.7.4 (06 Feb 2015)
+
+  06 Feb 2015; Patrick Lauer patr...@gentoo.org +django-1.7.4.ebuild:
+  Bump #538692
 
   22 Dec 2014; Ian Delaney idel...@gentoo.org django-1.7.ebuild:
   postgres IUSE flag dropped and treated in the same as the dropped flag 
'mysql'



1.1  dev-python/django/django-1.7.4.ebuild

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

Index: django-1.7.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.7.4.ebuild,v 1.1 
2015/02/06 03:41:28 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE='sqlite?'
WEBAPP_NO_AUTO_INSTALL=yes

inherit bash-completion-r1 distutils-r1 readme.gentoo versionator webapp

MY_P=Django-${PV}

DESCRIPTION=High-level Python web framework
HOMEPAGE=http://www.djangoproject.com/ http://pypi.python.org/pypi/Django;
SRC_URI=https://www.djangoproject.com/m/releases/$(get_version_component_range 
1-2)/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc sqlite test

RDEPEND=virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( =dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
test? ( ${PYTHON_DEPS//sqlite?/sqlite} )

S=${WORKDIR}/${MY_P}

WEBAPP_MANUAL_SLOT=yes

pkg_setup() {
webapp_pkg_setup
}

python_prepare_all() {
# 
https://github.com/django/django/commit/d0c6016367c11d4d4cc42ace340f951f5b75738e
# Courtesy of Arfrever
sed -e 106a\\with change_cwd(\..\): \
-e 107,117s/^// \
-i tests/test_runner/test_discover_runner.py

# Prevent d'loading in the doc build
sed -e '/^sphinx.ext.intersphinx,/d' -i docs/conf.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
emake -C docs html
fi
}

python_test() {
# Tests have non-standard assumptions about PYTHONPATH,
# and don't work with ${BUILD_DIR}/lib.
PYTHONPATH=. ${PYTHON} tests/runtests.py --settings=test_sqlite -v1 \
|| die Tests fail with ${EPYTHON}
}

src_test() {
# Port conflict in django.test.testcases.LiveServerTestCase.
# Several other races with temp files.
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}

src_install() {
distutils-r1_src_install
webapp_src_install

DOC_CONTENTS=Optional support for mysql as a backend to sql is 
available in the form of
dev-python/mysql-python for support of python 2.7 support, or 
dev-python/mysql-connector-python
for support of python 2.7, 3.3  3.4. Support of postgresql as a 
backend can be enabled via
emerging dev-python/psycopg:2 in cpythons 2.7 3.3  3.4 but not in pypy.
Just emerge the package to suit the needs.

readme.gentoo_create_doc
}

python_install_all() {
newbashcomp extras/django_bash_completion ${PN}

if use doc; then
rm -fr docs/_build/html/_sources
local HTML_DOCS=( docs/_build/html/. )
fi

insinto ${MY_HTDOCSDIR#${EPREFIX}}
doins -r django/contrib/admin/static/admin/.
 

[gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia: gpe-julia-0.0.6.ebuild ChangeLog

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/06 05:33:40

  Modified: gpe-julia-0.0.6.ebuild ChangeLog
  Log:
  Fix underlink
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.3  games-misc/gpe-julia/gpe-julia-0.0.6.ebuild

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

Index: gpe-julia-0.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpe-julia-0.0.6.ebuild  27 Jul 2009 15:26:51 -  1.2
+++ gpe-julia-0.0.6.ebuild  6 Feb 2015 05:33:40 -   1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.2 
2009/07/27 15:26:51 miknix Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/gpe-julia/gpe-julia-0.0.6.ebuild,v 1.3 
2015/02/06 05:33:40 tupone Exp $
+EAPI=5
 GPE_TARBALL_SUFFIX=gz
 GPE_MIRROR=http://gpe.linuxtogo.org/download/source;
-inherit gpe
+inherit eutils gpe
 
 DESCRIPTION=A Julia/Mandelbrot set generator for GPE
 
@@ -20,7 +20,9 @@
 
 src_unpack() {
gpe_src_unpack $@
+}
 
+src_prepare() {
sed -i -e s@'#include gpe/render.h'@@ ${S}/main.c \
|| die main.c sed failed
 
@@ -32,4 +34,5 @@
mv -f gpe-julia.desktop.in gpe-julia.desktop
sed -i -e 's/^_//' gpe-julia.desktop \
|| die .desktop sed failed
+   epatch ${FILESDIR}/${P}-underlink.patch
 }



1.3  games-misc/gpe-julia/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Jul 2009 15:26:51 -  1.2
+++ ChangeLog   6 Feb 2015 05:33:40 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/gpe-julia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.2 
2009/07/27 15:26:51 miknix Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gpe-julia/ChangeLog,v 1.3 
2015/02/06 05:33:40 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org gpe-julia-0.0.6.ebuild:
+  Fix underlink
 
   27 Jul 2009; Angelo Arrifano mik...@gentoo.org gpe-julia-0.0.6.ebuild:
   Add die statements for sed, remove unneeded $IUSE






[gentoo-commits] gentoo-x86 commit in dev-ruby/globalid: ChangeLog globalid-0.3.2.ebuild

2015-02-05 Thread Hans de Graaff (graaff)
graaff  15/02/06 06:55:38

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

Revision  ChangesPath
1.5  dev-ruby/globalid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/globalid/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Jan 2015 20:57:04 -   1.4
+++ ChangeLog   6 Feb 2015 06:55:38 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/globalid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/globalid/ChangeLog,v 1.4 
2015/01/08 20:57:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/globalid/ChangeLog,v 1.5 
2015/02/06 06:55:38 graaff Exp $
+
+*globalid-0.3.2 (06 Feb 2015)
+
+  06 Feb 2015; Hans de Graaff gra...@gentoo.org +globalid-0.3.2.ebuild:
+  Version bump.
 
   08 Jan 2015; Markus Meier mae...@gentoo.org globalid-0.3.0.ebuild:
   add ~arm, bug #534186



1.1  dev-ruby/globalid/globalid-0.3.2.ebuild

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

Index: globalid-0.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/globalid/globalid-0.3.2.ebuild,v 
1.1 2015/02/06 06:55:38 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=Reference models by URI
HOMEPAGE=https://github.com/rails/globalid;
SRC_URI=https://github.com/rails/globalid/archive/v${PV}.tar.gz - ${P}.tar.gz

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

ruby_add_bdepend test? ( dev-ruby/bundler =dev-ruby/activemodel-4.1.0 
=dev-ruby/railties-4.1.0 )
ruby_add_rdepend =dev-ruby/activesupport-4.1.0






[gentoo-commits] gentoo-x86 commit in games-arcade/pydance-songs: pydance-songs-20040410.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/06 05:49:14

  Modified: pydance-songs-20040410.ebuild ChangeLog
  Log:
  no need for RDEPEND; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-arcade/pydance-songs/pydance-songs-20040410.ebuild

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

Index: pydance-songs-20040410.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/pydance-songs/pydance-songs-20040410.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pydance-songs-20040410.ebuild   5 Jan 2015 17:05:40 -   1.9
+++ pydance-songs-20040410.ebuild   6 Feb 2015 05:49:14 -   1.10
@@ -1,6 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/pydance-songs/pydance-songs-20040410.ebuild,v
 1.9 2015/01/05 17:05:40 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/pydance-songs/pydance-songs-20040410.ebuild,v
 1.10 2015/02/06 05:49:14 mr_bones_ Exp $
+
 EAPI=5
 inherit games
 
@@ -10,16 +11,13 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=x86 ppc ~amd64
+KEYWORDS=~amd64 ppc x86
 IUSE=
 
-RDEPEND=games-arcade/pydance
-
 S=${WORKDIR}
 
 src_install() {
insinto ${GAMES_DATADIR}/pydance/songs
-   cd ${S}
doins *
prepgamesdirs
 }



1.14 games-arcade/pydance-songs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   5 Jan 2015 17:05:40 -   1.13
+++ ChangeLog   6 Feb 2015 05:49:14 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/pydance-songs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/ChangeLog,v 1.13 
2015/01/05 17:05:40 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance-songs/ChangeLog,v 1.14 
2015/02/06 05:49:14 mr_bones_ Exp $
+
+  06 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
+  pydance-songs-20040410.ebuild:
+  no need for RDEPEND; tidy
 
   05 Jan 2015; Tupone Alfredo tup...@gentoo.org
   pydance-songs-20040410.ebuild:






[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: adobe-flash-11.2.202.442.ebuild ChangeLog

2015-02-05 Thread Patrick Lauer (patrick)
patrick 15/02/06 03:31:56

  Modified: ChangeLog
  Added:adobe-flash-11.2.202.442.ebuild
  Log:
  Bump #538982
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.296www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.296view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.296content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.295r2=1.296

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog   28 Jan 2015 22:30:26 -  1.295
+++ ChangeLog   6 Feb 2015 03:31:56 -   1.296
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.295 
2015/01/28 22:30:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.296 
2015/02/06 03:31:56 patrick Exp $
+
+*adobe-flash-11.2.202.442 (06 Feb 2015)
+
+  06 Feb 2015; Patrick Lauer patr...@gentoo.org
+  +adobe-flash-11.2.202.442.ebuild:
+  Bump #538982
 
   28 Jan 2015; Michał Górny mgo...@gentoo.org 
adobe-flash-11.2.202.440.ebuild:
   Switch to CPU_FLAGS_X86.



1.1  www-plugins/adobe-flash/adobe-flash-11.2.202.442.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.442.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.442.ebuild?rev=1.1content-type=text/plain

Index: adobe-flash-11.2.202.442.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.442.ebuild,v
 1.1 2015/02/06 03:31:56 patrick Exp $

EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal

DESCRIPTION=Adobe Flash Player
HOMEPAGE=
http://www.adobe.com/products/flashplayer.html
http://get.adobe.com/flashplayer/


AF_URI=http://fpdownload.macromedia.com/get/flashplayer/pdc;
AF_DB_URI=http://fpdownload.macromedia.com/pub/flashplayer/updaters;
PV_M=$(get_major_version)
AF_32_URI=${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.i386.tar.gz - 
${P}.i386.tar.gz
AF_64_URI=${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.x86_64.tar.gz - 
${P}.x86_64.tar.gz
AF_32_DB_URI=${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz 
- ${P}-debug.i386.tar.gz

SRC_URI=
abi_x86_32? (
!debug? ( ${AF_32_URI} )
debug? ( ${AF_32_DB_URI} )
)
abi_x86_64? ( ${AF_64_URI} )

IUSE=debug kde selinux cpu_flags_x86_sse2
REQUIRED_USE=
cpu_flags_x86_sse2
debug? ( abi_x86_32 )
|| ( abi_x86_64 abi_x86_32 )

SLOT=0

KEYWORDS=-* ~amd64 ~x86
LICENSE=AdobeFlash-11.x
RESTRICT=strip mirror

S=${WORKDIR}

NATIVE_DEPS=
dev-libs/atk
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
kde? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
dev-qt/qtsvg:4
kde-base/kdelibs
x11-libs/libICE
x11-libs/libSM
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXft
x11-libs/libXpm
)
media-libs/fontconfig
media-libs/freetype
=sys-libs/glibc-2.4
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXt
x11-libs/pango


DEPEND=
amd64? ( abi_x86_32? ( !abi_x86_64? ( www-plugins/nspluginwrapper ) ) )

RDEPEND=
${DEPEND}
abi_x86_64? ( ${NATIVE_DEPS} )
abi_x86_32? (
amd64? (
|| (
(
=dev-libs/atk-2.10.0[abi_x86_32(-)]

=x11-libs/cairo-1.12.14-r4[abi_x86_32(-)]

=x11-libs/gdk-pixbuf-2.30.7[abi_x86_32(-)]
=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
=x11-libs/pango-1.36.3[abi_x86_32(-)]
)

app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]

[gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia/files: - New directory

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/06 05:28:42

  Log:
  Directory /var/cvsroot/gentoo-x86/games-misc/gpe-julia/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in games-misc/gpe-julia/files: gpe-julia-0.0.6-underlink.patch

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/06 05:33:40

  Added:gpe-julia-0.0.6-underlink.patch
  Log:
  Fix underlink
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.1  games-misc/gpe-julia/files/gpe-julia-0.0.6-underlink.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/files/gpe-julia-0.0.6-underlink.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/gpe-julia/files/gpe-julia-0.0.6-underlink.patch?rev=1.1content-type=text/plain

Index: gpe-julia-0.0.6-underlink.patch
===
--- Makefile.old2015-02-06 06:27:15.967478075 +0100
+++ Makefile2015-02-06 06:27:27.981241690 +0100
@@ -15,7 +15,7 @@
 PACKAGE_CPPFLAGS += $(STANDARD_CPPFLAGS) -DENABLE_NLS
 PACKAGE_CPPFLAGS += -DPACKAGE=\$(PACKAGE)\ -DPREFIX=\$(PREFIX)\ 
-DPACKAGE_LOCALE_DIR=\$(PREFIX)/share/locale\
 PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GPECFLAGS)
-PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS)
+PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS) -lm
 
 OBJS = $(patsubst %,%.o,$(MEMBERS))
 SOURCES = $(patsubst %,%.c,$(MEMBERS))






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

2015-02-05 Thread William Hubbs (williamh)
williamh15/02/06 06:08:29

  Modified: busybox-.ebuild ChangeLog
  Log:
  Sync live ebuild
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.18 sys-apps/busybox/busybox-.ebuild

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

Index: busybox-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- busybox-.ebuild 2 Feb 2015 17:00:22 -   1.17
+++ busybox-.ebuild 6 Feb 2015 06:08:29 -   1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-.ebuild,v 1.17 
2015/02/02 17:00:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-.ebuild,v 1.18 
2015/02/06 06:08:29 williamh Exp $
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
 
@@ -115,6 +115,7 @@
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n FEATURE_CLEAN_UP
busybox_config_option n MONOTONIC_SYSCALL
+   busybox_config_option n START_STOP_DAEMON
busybox_config_option n USE_PORTABLE_CODE
busybox_config_option n WERROR
 



1.384sys-apps/busybox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   6 Feb 2015 05:58:29 -   1.383
+++ ChangeLog   6 Feb 2015 06:08:29 -   1.384
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/busybox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.383 
2015/02/06 05:58:29 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.384 
2015/02/06 06:08:29 williamh Exp $
+
+  06 Feb 2015; William Hubbs willi...@gentoo.org busybox-.ebuild:
+  Sync live ebuild
 
 *busybox-1.23.1-r1 (06 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/thread_safe: thread_safe-0.3.4.ebuild ChangeLog

2015-02-05 Thread Hans de Graaff (graaff)
graaff  15/02/06 07:24:17

  Modified: thread_safe-0.3.4.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/thread_safe/thread_safe-0.3.4.ebuild

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

Index: thread_safe-0.3.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thread_safe-0.3.4.ebuild12 Aug 2014 21:28:00 -  1.3
+++ thread_safe-0.3.4.ebuild6 Feb 2015 07:24:17 -   1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.3 
2014/08/12 21:28:00 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.4 
2015/02/06 07:24:17 graaff Exp $
 
 EAPI=5
-# jruby → there is code for this in ext but that requires compiling java.
-USE_RUBY=ruby19 ruby20 ruby21
+
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 



1.19 dev-ruby/thread_safe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   12 Aug 2014 21:28:00 -  1.18
+++ ChangeLog   6 Feb 2015 07:24:17 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/thread_safe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.18 
2014/08/12 21:28:00 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.19 
2015/02/06 07:24:17 graaff Exp $
+
+  06 Feb 2015; Hans de Graaff gra...@gentoo.org thread_safe-0.3.4.ebuild:
+  Add ruby22.
 
   12 Aug 2014; Anthony G. Basile bluen...@gentoo.org 
thread_safe-0.3.4.ebuild:
   Keyword ~ppc and ~ppc64, bug #519170






[gentoo-commits] gentoo-x86 commit in app-crypt/gkeys: metadata.xml ChangeLog

2015-02-05 Thread Michal Gorny (mgorny)
mgorny  15/02/05 14:26:09

  Modified: metadata.xml ChangeLog
  Log:
  Remove invalid herd reference.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-crypt/gkeys/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml24 Dec 2014 23:31:26 -  1.1
+++ metadata.xml5 Feb 2015 14:26:09 -   1.2
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdgkeys/herd
maintainer
emailgk...@gentoo.org/email
nameGentoo-keys Project Team/name



1.10 app-crypt/gkeys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Jan 2015 06:19:41 -  1.9
+++ ChangeLog   5 Feb 2015 14:26:09 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gkeys
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.9 2015/01/13 
06:19:41 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.10 2015/02/05 
14:26:09 mgorny Exp $
+
+  05 Feb 2015; Michał Górny mgo...@gentoo.org metadata.xml:
+  Remove invalid herd reference.
 
   12 Jan 2015; st...@gentoo.org gkeys-0.1-r1.ebuild:
   Add ~arm keyword






[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.5.42.ebuild ChangeLog mysql-5.5.41.ebuild

2015-02-05 Thread Brian Evans (grknight)
grknight15/02/05 16:03:20

  Modified: ChangeLog
  Added:mysql-5.5.42.ebuild
  Removed:  mysql-5.5.41.ebuild
  Log:
  Version bump for 5.5 series
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.721dev-db/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -r1.720 -r1.721
--- ChangeLog   4 Feb 2015 18:30:31 -   1.720
+++ ChangeLog   5 Feb 2015 16:03:20 -   1.721
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.720 2015/02/04 
18:30:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.721 2015/02/05 
16:03:20 grknight Exp $
+
+*mysql-5.5.42 (05 Feb 2015)
+
+  05 Feb 2015; Brian Evans grkni...@gentoo.org +mysql-5.5.42.ebuild,
+  -mysql-5.5.41.ebuild:
+  Version bump for 5.5 series
 
 *mysql-5.6.23 (04 Feb 2015)
 



1.1  dev-db/mysql/mysql-5.5.42.ebuild

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

Index: mysql-5.5.42.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.42.ebuild,v 1.1 
2015/02/05 16:03:20 grknight Exp $

EAPI=5

MY_EXTRAS_VER=20150127-1351Z
MY_PV=${PV//_alpha_pre/-m}
MY_PV=${MY_PV//_/-}

# Build type
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# Define the mysql-extras source
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mysql-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))
# Enable parallel testing, auto will try to detect number of 
cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL=${MTR_PARALLEL:-auto}

# create directories because mysqladmin might right out of order
mkdir -p ${T}/var-tests{,/log}

# create symlink for the tests to find mysql_tzinfo_to_sql
ln -s ${BUILD_DIR}/sql/mysql_tzinfo_to_sql ${S}/sql/

# These are failing in MySQL 5.5 for now and are believed to be
# false positives:
   

[gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: safe_yaml-1.0.4.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:32

  Modified: safe_yaml-1.0.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild

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

Index: safe_yaml-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- safe_yaml-1.0.4.ebuild  5 Feb 2015 10:16:05 -   1.5
+++ safe_yaml-1.0.4.ebuild  5 Feb 2015 10:16:32 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.5 2015/02/05 10:16:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.6 2015/02/05 10:16:32 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 IUSE=test
 
 ruby_add_bdepend test? ( dev-ruby/hashie



1.20 dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   5 Feb 2015 10:16:05 -   1.19
+++ ChangeLog   5 Feb 2015 10:16:32 -   1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/safe_yaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.19 
2015/02/05 10:16:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.20 
2015/02/05 10:16:32 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org safe_yaml-1.0.4.ebuild:
+  Stable for x86, wrt bug #536890
 
   05 Feb 2015; Agostino Sarubbo a...@gentoo.org safe_yaml-1.0.4.ebuild:
   Stable for amd64, wrt bug #536890






[gentoo-commits] gentoo-x86 commit in dev-ruby/heredoc_unindent: heredoc_unindent-1.1.2-r3.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:36

  Modified: heredoc_unindent-1.1.2-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild

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

Index: heredoc_unindent-1.1.2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- heredoc_unindent-1.1.2-r3.ebuild5 Feb 2015 10:16:09 -   1.8
+++ heredoc_unindent-1.1.2-r3.ebuild5 Feb 2015 10:16:36 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
 1.8 2015/02/05 10:16:09 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
 1.9 2015/02/05 10:16:36 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 IUSE=doc test
 
 ruby_add_bdepend test? ( =dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )



1.13 dev-ruby/heredoc_unindent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   5 Feb 2015 10:16:09 -   1.12
+++ ChangeLog   5 Feb 2015 10:16:36 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/heredoc_unindent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.12 
2015/02/05 10:16:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.13 
2015/02/05 10:16:36 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  heredoc_unindent-1.1.2-r3.ebuild:
+  Stable for x86, wrt bug #536890
 
   05 Feb 2015; Agostino Sarubbo a...@gentoo.org
   heredoc_unindent-1.1.2-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/crack: crack-0.4.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:01

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

Revision  ChangesPath
1.9  dev-ruby/crack/crack-0.4.2.ebuild

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

Index: crack-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- crack-0.4.2.ebuild  17 Jan 2015 19:59:21 -  1.8
+++ crack-0.4.2.ebuild  5 Feb 2015 10:16:01 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v 1.8 
2015/01/17 19:59:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v 1.9 
2015/02/05 10:16:01 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris
 IUSE=
 
 ruby_add_bdepend test? ( dev-ruby/minitest )



1.44 dev-ruby/crack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   17 Jan 2015 19:59:21 -  1.43
+++ ChangeLog   5 Feb 2015 10:16:01 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/crack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.43 2015/01/17 
19:59:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.44 2015/02/05 
10:16:01 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org crack-0.4.2.ebuild:
+  Stable for amd64, wrt bug #536890
 
 *crack-0.4.2-r1 (17 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/crack: crack-0.4.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:28

  Modified: crack-0.4.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-ruby/crack/crack-0.4.2.ebuild

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

Index: crack-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- crack-0.4.2.ebuild  5 Feb 2015 10:16:01 -   1.9
+++ crack-0.4.2.ebuild  5 Feb 2015 10:16:28 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v 1.9 
2015/02/05 10:16:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.4.2.ebuild,v 1.10 
2015/02/05 10:16:28 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x64-solaris
+KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris
 IUSE=
 
 ruby_add_bdepend test? ( dev-ruby/minitest )



1.45 dev-ruby/crack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   5 Feb 2015 10:16:01 -   1.44
+++ ChangeLog   5 Feb 2015 10:16:28 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/crack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.44 2015/02/05 
10:16:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.45 2015/02/05 
10:16:28 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org crack-0.4.2.ebuild:
+  Stable for x86, wrt bug #536890
 
   05 Feb 2015; Agostino Sarubbo a...@gentoo.org crack-0.4.2.ebuild:
   Stable for amd64, wrt bug #536890






[gentoo-commits] gentoo-x86 commit in dev-ruby/heredoc_unindent: heredoc_unindent-1.1.2-r3.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:09

  Modified: heredoc_unindent-1.1.2-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #536890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild

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

Index: heredoc_unindent-1.1.2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- heredoc_unindent-1.1.2-r3.ebuild4 Feb 2015 20:04:26 -   1.7
+++ heredoc_unindent-1.1.2-r3.ebuild5 Feb 2015 10:16:09 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
 1.7 2015/02/04 20:04:26 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v
 1.8 2015/02/05 10:16:09 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=doc test
 
 ruby_add_bdepend test? ( =dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )



1.12 dev-ruby/heredoc_unindent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   4 Feb 2015 20:04:26 -   1.11
+++ ChangeLog   5 Feb 2015 10:16:09 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/heredoc_unindent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.11 
2015/02/04 20:04:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.12 
2015/02/05 10:16:09 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  heredoc_unindent-1.1.2-r3.ebuild:
+  Stable for amd64, wrt bug #536890
 
 *heredoc_unindent-1.1.2-r4 (04 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: safe_yaml-1.0.4.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:05

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

Revision  ChangesPath
1.5  dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild

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

Index: safe_yaml-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- safe_yaml-1.0.4.ebuild  4 Feb 2015 20:00:55 -   1.4
+++ safe_yaml-1.0.4.ebuild  5 Feb 2015 10:16:05 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.4 2015/02/04 20:00:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.5 2015/02/05 10:16:05 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=test
 
 ruby_add_bdepend test? ( dev-ruby/hashie



1.19 dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   4 Feb 2015 20:00:55 -   1.18
+++ ChangeLog   5 Feb 2015 10:16:05 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/safe_yaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.18 
2015/02/04 20:00:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.19 
2015/02/05 10:16:05 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org safe_yaml-1.0.4.ebuild:
+  Stable for amd64, wrt bug #536890
 
 *safe_yaml-1.0.4-r1 (04 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-2.1.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:13

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

Revision  ChangesPath
1.5  dev-ruby/hashie/hashie-2.1.2.ebuild

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

Index: hashie-2.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hashie-2.1.2.ebuild 4 Feb 2015 20:05:57 -   1.4
+++ hashie-2.1.2.ebuild 5 Feb 2015 10:16:13 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.4 
2015/02/04 20:05:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.5 
2015/02/05 10:16:13 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=
 
 all_ruby_prepare() {



1.30 dev-ruby/hashie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   4 Feb 2015 20:05:57 -   1.29
+++ ChangeLog   5 Feb 2015 10:16:13 -   1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hashie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.29 2015/02/04 
20:05:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.30 2015/02/05 
10:16:13 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org hashie-2.1.2.ebuild:
+  Stable for amd64, wrt bug #536890
 
 *hashie-2.1.2-r1 (04 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-2.1.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:16:40

  Modified: hashie-2.1.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-ruby/hashie/hashie-2.1.2.ebuild

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

Index: hashie-2.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hashie-2.1.2.ebuild 5 Feb 2015 10:16:13 -   1.5
+++ hashie-2.1.2.ebuild 5 Feb 2015 10:16:40 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.5 
2015/02/05 10:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.6 
2015/02/05 10:16:40 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 IUSE=
 
 all_ruby_prepare() {



1.31 dev-ruby/hashie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   5 Feb 2015 10:16:13 -   1.30
+++ ChangeLog   5 Feb 2015 10:16:40 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hashie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.30 2015/02/05 
10:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.31 2015/02/05 
10:16:40 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org hashie-2.1.2.ebuild:
+  Stable for x86, wrt bug #536890
 
   05 Feb 2015; Agostino Sarubbo a...@gentoo.org hashie-2.1.2.ebuild:
   Stable for amd64, wrt bug #536890






[gentoo-commits] gentoo-x86 commit in app-admin/xstow/files: xstow-1.0.1-ncurses.patch

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 10:28:40

  Modified: xstow-1.0.1-ncurses.patch
  Log:
  Fix linker calls (bug #538702 by Toralf Förster).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  app-admin/xstow/files/xstow-1.0.1-ncurses.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/files/xstow-1.0.1-ncurses.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/files/xstow-1.0.1-ncurses.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/files/xstow-1.0.1-ncurses.patch?r1=1.1r2=1.2

Index: xstow-1.0.1-ncurses.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/xstow/files/xstow-1.0.1-ncurses.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xstow-1.0.1-ncurses.patch   26 Jan 2015 18:20:44 -  1.1
+++ xstow-1.0.1-ncurses.patch   5 Feb 2015 10:28:40 -   1.2
@@ -15,6 +15,15 @@
AC_CHECK_HEADER([curses.h],
[
  # test which libraray to use
+@@ -146,7 +147,7 @@
+ fi
+ 
+ if test $support_curses -eq 1; then
+-  AC_SUBST(LDFLAGS_DYNAMIC, $LDFLAGS 
-l$curseslib $tinfolib)
++  AC_SUBST(LDFLAGS_DYNAMIC, -l$curseslib 
$tinfolib)
+   AC_DEFINE(HAVE_CURSES_H, 1, [curses 
library can be used])
+ fi
+ 
 @@ -154,8 +155,7 @@
[
  support_curses=0
@@ -25,3 +34,23 @@
  
  NO_STL_SSTREAM=0
  NO_STL_STRSTREAM=0
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -46,7 +46,7 @@
+   backtrace.h \
+   backtrace.cpp
+ 
+-xstow_LDFLAGS= $(LDFLAGS) $(LDFLAGS_DYNAMIC)
++xstow_LDADD= $(LDFLAGS_DYNAMIC)
+ 
+ if ENABLE_MERGE
+ 
+@@ -63,7 +63,7 @@
+   backtrace.h \
+   backtrace.cpp
+ 
+-merge_info_LDFLAGS= $(LDFLAGS) $(LDFLAGS_DYNAMIC)
++merge_info_LDADD= $(LDFLAGS_DYNAMIC)
+ 
+ endif
+ 






[gentoo-commits] gentoo-x86 commit in app-admin/xstow: xstow-1.0.1.ebuild ChangeLog

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 10:28:40

  Modified: xstow-1.0.1.ebuild ChangeLog
  Log:
  Fix linker calls (bug #538702 by Toralf Förster).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  app-admin/xstow/xstow-1.0.1.ebuild

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

Index: xstow-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xstow-1.0.1.ebuild  26 Jan 2015 18:20:44 -  1.3
+++ xstow-1.0.1.ebuild  5 Feb 2015 10:28:40 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.1.ebuild,v 1.3 
2015/01/26 18:20:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.1.ebuild,v 1.4 
2015/02/05 10:28:40 jer Exp $
 
 EAPI=5
 
@@ -28,8 +28,7 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} docdir=/usr/share/doc/${PF}/html \
-   install || die emake install failed.
+   emake DESTDIR=${D} docdir=/usr/share/doc/${PF}/html install
dodoc AUTHORS ChangeLog NEWS README TODO
 
# create new STOWDIR



1.20 app-admin/xstow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Jan 2015 18:20:44 -  1.19
+++ ChangeLog   5 Feb 2015 10:28:40 -   1.20
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/xstow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.19 2015/01/26 
18:20:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.20 2015/02/05 
10:28:40 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org xstow-1.0.1.ebuild,
+  files/xstow-1.0.1-ncurses.patch:
+  Fix linker calls (bug #538702 by Toralf Förster).
 
   26 Jan 2015; Jeroen Roovers j...@gentoo.org xstow-1.0.1.ebuild,
   +files/xstow-1.0.1-ncurses.patch:






[gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: ChangeLog shorewall-4.6.6.1.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 11:36:32

  Modified: ChangeLog shorewall-4.6.6.1.ebuild
  Log:
  Stable for HPPA (bug #536796).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.272net-firewall/shorewall/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   24 Jan 2015 19:16:48 -  1.271
+++ ChangeLog   5 Feb 2015 11:36:32 -   1.272
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/shorewall
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.271 
2015/01/24 19:16:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.272 
2015/02/05 11:36:32 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org shorewall-4.6.6.1.ebuild:
+  Stable for HPPA (bug #536796).
 
 *shorewall-4.6.6.1 (24 Jan 2015)
 



1.2  net-firewall/shorewall/shorewall-4.6.6.1.ebuild

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

Index: shorewall-4.6.6.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorewall-4.6.6.1.ebuild24 Jan 2015 19:16:48 -  1.1
+++ shorewall-4.6.6.1.ebuild5 Feb 2015 11:36:32 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.1 
2015/01/24 19:16:48 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.1.ebuild,v 1.2 
2015/02/05 11:36:32 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 HOMEPAGE=http://www.shorewall.net/;
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86
 IUSE=doc +init +ipv4 ipv6 lite4 lite6
 
 MY_PV=${PV/_rc/-RC}
@@ -57,7 +57,7 @@
 MY_URL_PREFIX=
 MY_URL_SUFFIX=
 if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
-   KEYWORDS=
+   KEYWORDS=hppa
MY_URL_PREFIX='development/'
 
_tmp_last_index=$(($(get_last_version_component_index ${MY_PV})+1))






[gentoo-commits] gentoo-x86 commit in app-admin/apache-tools: ChangeLog apache-tools-2.2.29.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 12:16:13

  Modified: ChangeLog apache-tools-2.2.29.ebuild
  Log:
  Stable for HPPA (bug #535948).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.195app-admin/apache-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apache-tools/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apache-tools/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apache-tools/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/apache-tools/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   4 Feb 2015 18:17:34 -   1.194
+++ ChangeLog   5 Feb 2015 12:16:13 -   1.195
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/apache-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/ChangeLog,v 1.194 
2015/02/04 18:17:34 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/ChangeLog,v 1.195 
2015/02/05 12:16:13 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org apache-tools-2.2.29.ebuild:
+  Stable for HPPA (bug #535948).
 
 *apache-tools-2.4.12 (04 Feb 2015)
 



1.2  app-admin/apache-tools/apache-tools-2.2.29.ebuild

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

Index: apache-tools-2.2.29.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apache-tools-2.2.29.ebuild  22 Sep 2014 07:46:40 -  1.1
+++ apache-tools-2.2.29.ebuild  5 Feb 2015 12:16:13 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.29.ebuild,v 1.1 
2014/09/22 07:46:40 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.29.ebuild,v 1.2 
2015/02/05 12:16:13 jer Exp $
 
 EAPI=4
 inherit flag-o-matic eutils
@@ -11,7 +11,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=ssl
 RESTRICT=test
 






[gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.29.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 12:16:19

  Modified: ChangeLog apache-2.2.29.ebuild
  Log:
  Stable for HPPA (bug #535948).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.293www-servers/apache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.293view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.293content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.292r2=1.293

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- ChangeLog   4 Feb 2015 18:16:00 -   1.292
+++ ChangeLog   5 Feb 2015 12:16:19 -   1.293
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.292 
2015/02/04 18:16:00 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.293 
2015/02/05 12:16:19 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org apache-2.2.29.ebuild:
+  Stable for HPPA (bug #535948).
 
 *apache-2.4.12 (04 Feb 2015)
 



1.2  www-servers/apache/apache-2.2.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild?r1=1.1r2=1.2

Index: apache-2.2.29.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apache-2.2.29.ebuild22 Sep 2014 07:48:28 -  1.1
+++ apache-2.2.29.ebuild5 Feb 2015 12:16:19 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild,v 
1.1 2014/09/22 07:48:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.29.ebuild,v 
1.2 2015/02/05 12:16:19 jer Exp $
 
 EAPI=5
 
@@ -89,7 +89,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE=Apache-2.0 Apache-1.1
 SLOT=2
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=
 
 src_configure() {






[gentoo-commits] proj/gentoo-news:master commit in: 2015/2015-02-04-portage-sync-changes/

2015-02-05 Thread Brian Dolbec
commit: cdbe452ba1b48e836002e29c6ddac8968bf563f0
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Feb  5 15:50:12 2015 +
Commit: Brian Dolbec dolsen AT gentoo DOT org
CommitDate: Thu Feb  5 15:50:12 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=commit;h=cdbe452b

Fix typo in Warning

---
 .../2015-02-04-portage-sync-changes.en.txt |  2 +-
 .../2015-02-04-portage-sync-changes.en.txt.asc | 28 +++---
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt 
b/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt
index 544cf4d..5a2d212 100644
--- 
a/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt
+++ 
b/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt
@@ -65,7 +65,7 @@ NOTE: As a result of the default auto-sync = True/Yes 
setting, commands
 your configs or scripts to adjust for the new operation.
 
 WARNING:
-Due to the abaove default. For any repos that you EXPLICITLY do not
+Due to the above default. For any repos that you EXPLICITLY do not
 want to be synced. You MUST set auto-sync = no
 
 The 'emaint sync' module operates similar to layman.  It can sync

diff --git 
a/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc
 
b/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc
index add6bbe..796ef41 100644
--- 
a/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc
+++ 
b/2015/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc
@@ -1,19 +1,19 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0
 
-iQJ8BAABCgBmBQJU0mL3XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
+iQJ8BAABCgBmBQJU05EeXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
 ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2OUZEQTI0MjY5QzhCNUE3RTlFMjMxRTkw
-MTg2ODIyMzFCOTI2RTRGAAoJEAGGgiMbkm5PFXEP/j/ZfwsUWMjxXqsJzCNWLC3K
-kOLlRFEnLkk/vPiPQDD+jTKjV6Az8K7w2Bb9duXXnBvW2iQ121vThW2qufJk1RZr
-YmaBoTzRQ/iG8ekfLG5TtoZeIAJGgrpLd3xgGatIBYpV/nGX877RjoSsgoMwg9h0
-HGIfVeLd/oBF2Zy7l56fGbIHdkOmtzf6ufc6lJPgJHB4KELZIt3rItQ1BHNRdI5n
-KQV1IUcjSi80F2j43uReWCy5LIqXc6eA57iw1zTL56jOhPE4JB0rQXvVYjg0PNb/
-vNjdsXY1NoMUh9Hrc2jOCH5U54PFK4PfdvvY6ujc3Q0D6brxUbi3WdAEV9q3w8JB
-hpXP3PpZD4Py7ZW72pXMEMbs0IwOd2/X9Sdh22wabRIpBU9dm5vm36rlTWVw6nS+
-Ztrn5lya4fXbEFHA/9Y9bopKW58uVHZMnsxMQOAFkyYl/zMPqznpWWWX9pPntuWL
-XaicQbhPCMezQ1aPXkOuBPkpHC+TGaf9raRQHLDhb/oB+28gMkRCFoOcGpGzA7l+
-jFU+SiGG0lrasHvw/nLHM01Z1lfH5BbJc8affm1bYDCM2fIJjHY2Uq0/kdRD/wAE
-nb0ANdPhmOeLXyElfwBdUpjzy3Xf7gKTyZN/rbvDBo+uN2TfqpYHc1mrZ6mnUD7s
-D0L0fwwC1nXJD/1WkR0B
-=tbkV
+MTg2ODIyMzFCOTI2RTRGAAoJEAGGgiMbkm5PkLgQAJsBmEFsvV3e0mMJr+vIW8pV
++aunYvpZE5QYCtTX/buwBH4QHHvZz5LgOxSjZvkDPJtpgFNtP1d46XbK0tySmNfR
+zYBASELkwrnF2ODmKSvo0HpqMOYNjkP7sSD23+mRN+TPS8Fw2QS8Wt9yDP4ba2yx
+mJLGaelB5B98FSnbvTw3Tz+0lbuqyqF3kbp7/Z2t+CERhAsKCRF8TedCsvaIaR3M
+jn73FmHN5XmPjUHgL/fxoKFSVcz+0oixLYSON/3J5g6ZZscvhwVOrkBVtrCgot0q
+PYnPiFIHT1IKXMwDbReIfFkFw6FPbvWID0WjMzBmqVoroHEitOSqygVDA/4RYRMe
+RrsozGxWOwah7Mu+v28Pk61J1pk/RjlbNXmr86V51hCPdd7fidf4tHzSJgIfWYth
+u5QTu14Fi9rk2gtmJVjoC24dqkNVCemZXeFhqvrQ+/JsBCkdkVz+YyzkaSzwOj/q
+vDtSF/VcHTr40bz9TNs3faEJ1OBxJ0f4vdbTB+jOvfzlib0v6dAdHWnyDuLcNaVe
+e/idsUvEumDU9Phr+KMprHtvIRjplhdriNUrGWjWCJtRce7IHzk0bwxyhB/60QQr
+N4gr4oW9m63LfMSLMEwnsV9VCGaX9k0Jh8zDXRaqb4vutXUwB1B7MJfaQKQnOEon
+2PHNsP6quhXB5Dk9Lu1b
+=nLlP
 -END PGP SIGNATURE-



[gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.3.0.ebuild libvpx-9999.ebuild ChangeLog

2015-02-05 Thread Michal Gorny (mgorny)
mgorny  15/02/05 16:00:23

  Modified: libvpx-1.3.0.ebuild libvpx-.ebuild ChangeLog
  Log:
  Pass --disable-sse correctly, reported by angry_vincent.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.19 media-libs/libvpx/libvpx-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.18r2=1.19

Index: libvpx-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libvpx-1.3.0.ebuild 3 Feb 2015 13:37:15 -   1.18
+++ libvpx-1.3.0.ebuild 5 Feb 2015 16:00:23 -   1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.18 2015/02/03 13:37:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.19 2015/02/05 16:00:23 mgorny Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs multilib-minimal
@@ -96,7 +96,7 @@
$(use_enable cpu_flags_x86_avx2 avx2) \
$(use_enable cpu_flags_x86_mmx mmx) \
$(use_enable postproc) \
-   $(use cpu_flags_x86_sse2  use_enable cpu_flags_x86_sse sse) \
+   $(use cpu_flags_x86_sse2  use_enable cpu_flags_x86_sse sse || 
echo --disable-sse) \
$(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable cpu_flags_x86_sse3 sse3) \
$(use_enable cpu_flags_x86_sse4_1 sse4_1) \



1.53 media-libs/libvpx/libvpx-.ebuild

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

Index: libvpx-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-.ebuild,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- libvpx-.ebuild  3 Feb 2015 13:37:15 -   1.52
+++ libvpx-.ebuild  5 Feb 2015 16:00:23 -   1.53
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-.ebuild,v 1.52 
2015/02/03 13:37:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-.ebuild,v 1.53 
2015/02/05 16:00:23 mgorny Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -91,7 +91,7 @@
$(use_enable cpu_flags_x86_avx2 avx2) \
$(use_enable cpu_flags_x86_mmx mmx) \
$(use_enable postproc) \
-   $(use cpu_flags_x86_sse2  use_enable cpu_flags_x86_sse sse) \
+   $(use cpu_flags_x86_sse2  use_enable cpu_flags_x86_sse sse || 
echo --disable-sse) \
$(use_enable cpu_flags_x86_sse2 sse2) \
$(use_enable cpu_flags_x86_sse3 sse3) \
$(use_enable cpu_flags_x86_sse4_1 sse4_1) \



1.117media-libs/libvpx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   3 Feb 2015 13:37:15 -   1.116
+++ ChangeLog   5 Feb 2015 16:00:23 -   1.117
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.116 
2015/02/03 13:37:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.117 
2015/02/05 16:00:23 mgorny Exp $
+
+  05 Feb 2015; Michał Górny mgo...@gentoo.org libvpx-1.3.0.ebuild,
+  libvpx-.ebuild:
+  Pass --disable-sse correctly, reported by angry_vincent.
 
   03 Feb 2015; Michał Górny mgo...@gentoo.org libvpx-1.3.0.ebuild,
   

[gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: freeciv-2.4.4.ebuild ChangeLog freeciv-2.4.3.ebuild

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 21:49:03

  Modified: ChangeLog
  Added:freeciv-2.4.4.ebuild
  Removed:  freeciv-2.4.3.ebuild
  Log:
  version bump; clean old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.161games-strategy/freeciv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.161view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.161content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.160r2=1.161

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   3 Jan 2015 19:21:26 -   1.160
+++ ChangeLog   5 Feb 2015 21:49:03 -   1.161
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/freeciv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.160 
2015/01/03 19:21:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.161 
2015/02/05 21:49:03 mr_bones_ Exp $
+
+*freeciv-2.4.4 (05 Feb 2015)
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org +freeciv-2.4.4.ebuild,
+  -freeciv-2.4.3.ebuild:
+  version bump; clean old
 
   03 Jan 2015; Michael Sterrett mr_bon...@gentoo.org metadata.xml:
   drop ggz from metadata.xml



1.1  games-strategy/freeciv/freeciv-2.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.4.ebuild?rev=1.1content-type=text/plain

Index: freeciv-2.4.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.4.ebuild,v 1.1 
2015/02/05 21:49:03 mr_bones_ Exp $

EAPI=5
inherit eutils gnome2-utils games

DESCRIPTION=multiplayer strategy game (Civilization Clone)
HOMEPAGE=http://www.freeciv.org/;
SRC_URI=mirror://sourceforge/freeciv/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls postgres 
readline sdl +server +sound sqlite

RDEPEND=app-arch/bzip2
app-arch/xz-utils
dev-lang/lua
net-misc/curl
sys-libs/zlib
auth? (
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
!mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
)
readline? ( sys-libs/readline:0 )
dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
!dedicated? (
media-libs/libpng:0
gtk? ( x11-libs/gtk+:2 )
mapimg? ( media-gfx/imagemagick )
modpack? ( x11-libs/gtk+:2 )
nls? ( virtual/libintl )
sdl? (
media-libs/libsdl[video]
media-libs/sdl-image[png]
media-libs/freetype:2
)
server? ( aimodules? ( sys-devel/libtool:2 ) )
sound? (
media-libs/libsdl[sound]
media-libs/sdl-mixer[vorbis]
)
!sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
)
DEPEND=${RDEPEND}
virtual/pkgconfig
!dedicated? (
x11-proto/xextproto
nls? ( sys-devel/gettext )
)

pkg_setup() {
if use !dedicated  use !server ; then
ewarn Disabling server USE flag will make it impossible
ewarn to start local games, but you will still be able to
ewarn join multiplayer games.
fi
games_pkg_setup
}

src_prepare() {

# install the .desktop in /usr/share/applications
# install the icons in /usr/share/pixmaps
sed -i \
-e 's:^.*\(desktopfiledir = \).*:\1/usr/share/applications:' \
-e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
-e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
client/Makefile.in \
server/Makefile.in \
modinst/Makefile.in \
data/Makefile.in \
data/icons/Makefile.in || die
sed -i -e 's/=SDL/=X-SDL/' bootstrap/freeciv-sdl.desktop.in || die
}

src_configure() {
local myclient myopts mydatabase

if use auth ; then
if use !mysql  use !postgres  use 

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

2015-02-05 Thread Michał Górny
commit: b6c4ba5abb50baa00a2c99bcc26ccfa5006f5605
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Thu Feb  5 21:26:14 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Feb  5 21:26:39 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=b6c4ba5a

Add hhvm overlay

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=538974

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e610d84..1e51921 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2259,6 +2259,18 @@ FIN
 feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/heroxbd.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
+name![CDATA[hhvm]]/name
+description![CDATA[hhvm gentoo overlay]]/description
+homepagehttps://github.com/reanimus/hhvm-overlay/homepage
+owner type=person
+  emaila...@guzman.io/email
+  name![CDATA[Alex Guzman]]/name
+/owner
+source type=gitgit://github.com/reanimus/hhvm-overlay.git/source
+source type=githttps://github.com/reanimus/hhvm-overlay.git/source
+feedhttps://github.com/reanimus/hhvm-overlay/commits/master.atom/feed
+  /repo
+  repo quality=experimental status=unofficial
 namehibiscus/name
 description lang=enUser overlay/description
 
homepagehttp://git.overlays.gentoo.org/gitweb/?p=user/hibiscus.git;a=summary/homepage



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

2015-02-05 Thread Johannes Huber
commit: 99cbc5a47754e687cdd8fb098e953cc2163de8c2
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Feb  5 21:45:43 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Feb  5 21:45:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=99cbc5a4

[kde-apps/kapman] Frameworks merged to master

Package-Manager: portage-2.2.15

---
 kde-apps/kapman/kapman-5..ebuild | 33 -
 kde-apps/kapman/kapman-.ebuild   | 23 +++
 2 files changed, 19 insertions(+), 37 deletions(-)

diff --git a/kde-apps/kapman/kapman-5..ebuild 
b/kde-apps/kapman/kapman-5..ebuild
deleted file mode 100644
index 7cc780b..000
--- a/kde-apps/kapman/kapman-5..ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH=frameworks
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION=Pac-Man clone for KDE
-HOMEPAGE=http://www.kde.org/applications/games/kapman/;
-KEYWORDS=
-IUSE=
-
-DEPEND=
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkdegames)
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-libs/phonon[qt5]
-
-
-RDEPEND=${DEPEND}

diff --git a/kde-apps/kapman/kapman-.ebuild 
b/kde-apps/kapman/kapman-.ebuild
index 633245a..85c4148 100644
--- a/kde-apps/kapman/kapman-.ebuild
+++ b/kde-apps/kapman/kapman-.ebuild
@@ -4,13 +4,28 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
 DESCRIPTION=Pac-Man clone for KDE
 HOMEPAGE=http://www.kde.org/applications/games/kapman/;
 KEYWORDS=
-IUSE=debug
+IUSE=
 
-DEPEND=$(add_kdeapps_dep libkdegames)
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-libs/phonon[qt5]
+
 RDEPEND=${DEPEND}



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

2015-02-05 Thread Johannes Huber
commit: 5f0534d5610bb47e16bd3e06cfc50a4edc335178
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Feb  5 21:46:42 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Feb  5 21:46:42 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f0534d5

[sets] Update kdegames-live

---
 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index f1c1711..30cb61a 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -1,5 +1,6 @@
 ~kde-apps/bomber-
 ~kde-apps/bovo-
+~kde-apps/kapman-
 ~kde-apps/kmines-
 ~kde-apps/libkdegames-
 ~kde-apps/libkmahjongg-



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

2015-02-05 Thread Brian Dolbec
commit: 7c912b0cfbbacdb901435e59ed8c541de9de61d7
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Feb  5 21:10:08 2015 +
Commit: Brian Dolbec dolsen AT gentoo DOT org
CommitDate: Thu Feb  5 21:10:08 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7c912b0c

man/portage.5: Add missing valid sync-type's

Fix some missed - escapes.

---
 man/portage.5 | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/portage.5 b/man/portage.5
index 74b0771..8bebd32 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -941,7 +941,7 @@ the newest commit). If set to 0, the depth is unlimited.
 .B sync\-type
 Specifies type of synchronization performed by `emerge \-\-sync`.
 .br
-Valid non\-empty values: cvs, git, rsync
+Valid non\-empty values: cvs, git, rsync, svn, websync (emerge-webrsync)
 .br
 This attribute can be set to empty value to disable synchronization of given
 repository. Empty value is default.
@@ -1038,9 +1038,9 @@ auto\-sync = yes
 # Overlay 'voip' syncronized with layman's plug-in sync module
 [voip]
 location = /var/lib/layman/voip
-sync-type = laymanator
-sync-uri = git://git.overlays.gentoo.org/proj/voip.git
-auto-sync = yes
+sync\-type = laymanator
+sync\-uri = git://git.overlays.gentoo.org/proj/voip.git
+auto\-sync = yes
 .fi
 .RE
 .RE



[gentoo-commits] proj/layman:master commit in: layman/laymanator/

2015-02-05 Thread Devan Franchini
commit: 392bf16694a9782d7d92308728fde847a1a03f06
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Feb  5 21:45:54 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Feb  5 21:46:01 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=392bf166

laymanator.py: Corrects misspelling of baby in sync plugin output

---
 layman/laymanator/laymanator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/laymanator/laymanator.py b/layman/laymanator/laymanator.py
index c00ec0d..d5d81ee 100644
--- a/layman/laymanator/laymanator.py
+++ b/layman/laymanator/laymanator.py
@@ -351,7 +351,7 @@ class PyLayman(NewBase):
 % ({'repo': self.repo.name})
 self.logger(self.xterm_titles, msg)
 writemsg_level(msg + \n)
-msg = ' laymanator sez... Hasta la sync ya, baba!'
+msg = ' laymanator sez... Hasta la sync ya, baby!'
 self.logger(self.xterm_titles, msg)
 writemsg_level(msg + \n)
 



[gentoo-commits] gentoo-x86 commit in games-simulation/singularity: singularity-0.30c-r1.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 08:59:58

  Modified: singularity-0.30c-r1.ebuild ChangeLog
  Log:
  punt python 2_6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-simulation/singularity/singularity-0.30c-r1.ebuild

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

Index: singularity-0.30c-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30c-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- singularity-0.30c-r1.ebuild 5 Sep 2013 19:44:45 -   1.3
+++ singularity-0.30c-r1.ebuild 5 Feb 2015 08:59:58 -   1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30c-r1.ebuild,v
 1.3 2013/09/05 19:44:45 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30c-r1.ebuild,v
 1.4 2015/02/05 08:59:58 mr_bones_ Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 games
 
 MUSIC=endgame-${PN}-music-006
@@ -37,11 +37,11 @@
 
 src_install() {
insinto ${GAMES_DATADIR}/${PN}
-   doins -r code data ${PN}.py || die doins failed
+   doins -r code data ${PN}.py || die
python_optimize ${ED%/}/${GAMES_DATADIR}/${PN}
 
if use music ; then
-   doins -r ../${MUSIC}/music || die doins failed
+   doins -r ../${MUSIC}/music || die
fi
games_make_wrapper ${PN} ${EPYTHON} ${PN}.py ${GAMES_DATADIR}/${PN}
dodoc README.txt TODO Changelog AUTHORS



1.26 games-simulation/singularity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Sep 2013 19:44:45 -   1.25
+++ ChangeLog   5 Feb 2015 08:59:58 -   1.26
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/singularity
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 
1.25 2013/09/05 19:44:45 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 
1.26 2015/02/05 08:59:58 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
+  singularity-0.30c-r1.ebuild:
+  punt python 2_6
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org singularity-0.30c-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






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

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 19:03:55

  Modified: xscreensaver-app-2.3-r2.ebuild ChangeLog
  Log:
  Add DEPEND on virtual/pkgconfig.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.3  x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild

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

Index: xscreensaver-app-2.3-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xscreensaver-app-2.3-r2.ebuild  10 Aug 2014 20:05:12 -  1.2
+++ xscreensaver-app-2.3-r2.ebuild  5 Feb 2015 19:03:55 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild,v
 1.2 2014/08/10 20:05:12 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r2.ebuild,v
 1.3 2015/02/05 19:03:55 jer Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs
@@ -25,6 +25,7 @@
 DEPEND=
${CDEPEND}
x11-proto/xproto
+   virtual/pkgconfig
 
 RDEPEND=
${CDEPEND}



1.13 x11-misc/xscreensaver-app/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Aug 2014 20:05:12 -  1.12
+++ ChangeLog   5 Feb 2015 19:03:55 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xscreensaver-app
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/ChangeLog,v 1.12 
2014/08/10 20:05:12 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/ChangeLog,v 1.13 
2015/02/05 19:03:55 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org xscreensaver-app-2.3-r2.ebuild:
+  Add DEPEND on virtual/pkgconfig.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   xscreensaver-app-2.3-r2.ebuild, xscreensaver-app-2.3.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-visualization/quickplot: ChangeLog quickplot-0.10.8.ebuild

2015-02-05 Thread Justin Lecher (jlec)
jlec15/02/05 08:42:00

  Modified: ChangeLog
  Added:quickplot-0.10.8.ebuild
  Log:
  sci-visualization/quickplot: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.23 sci-visualization/quickplot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   4 Feb 2015 20:37:37 -   1.22
+++ ChangeLog   5 Feb 2015 08:42:00 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for sci-visualization/quickplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 
1.22 2015/02/04 20:37:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 
1.23 2015/02/05 08:42:00 jlec Exp $
+
+*quickplot-0.10.8 (05 Feb 2015)
+
+  05 Feb 2015; Justin Lecher j...@gentoo.org +quickplot-0.10.8.ebuild:
+  Version Bump
 
   04 Feb 2015; Manuel Rüger mr...@gentoo.org
   -files/quickplot-0.8.13-gcc43.patch,



1.1  sci-visualization/quickplot/quickplot-0.10.8.ebuild

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

Index: quickplot-0.10.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.8.ebuild,v 
1.1 2015/02/05 08:42:00 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils eutils

DESCRIPTION=A fast interactive 2D plotter
HOMEPAGE=http://quickplot.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

SLOT=0
LICENSE=GPL-3
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=static-libs

RDEPEND=
media-libs/libsndfile
=sys-libs/readline-0.6.2
x11-libs/gtk+:3
DEPEND=${RDEPEND}
virtual/pkgconfig

src_prepare() {
sed '/libquickplot_la_LIBADD/s:$: -lm:g' -i Makefile.am || die
autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html
)
autotools-utils_src_configure
}

src_install () {
autotools-utils_src_install
make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics
mv ${ED}/usr/share/applications/quickplot*.desktop \
${ED}/usr/share/applications/quickplot.desktop || die
}






[gentoo-commits] gentoo-x86 commit in games-simulation/gl117: gl117-1.3.2.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 08:58:47

  Modified: gl117-1.3.2.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.14 games-simulation/gl117/gl117-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild?r1=1.13r2=1.14

Index: gl117-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gl117-1.3.2.ebuild  15 May 2014 17:00:16 -  1.13
+++ gl117-1.3.2.ebuild  5 Feb 2015 08:58:47 -   1.14
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 
1.13 2014/05/15 17:00:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 
1.14 2015/02/05 08:58:47 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 MY_P=gl-117-${PV}-src
@@ -20,16 +20,19 @@
virtual/opengl
virtual/glu
media-libs/freeglut
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( ${FILESDIR}/${P}-mode.patch )
+src_prepare() {
+   epatch ${FILESDIR}/${P}-mode.patch
+}
 
 src_install() {
-   emake DESTDIR=${D} install || die
+   DOCS=doc/gl-117.pdf AUTHORS ChangeLog FAQ NEWS README \
+   default
newicon doc/src/falcon.jpg ${PN}.jpg
make_desktop_entry gl-117 GL-117 /usr/share/pixmaps/${PN}.jpg
doman doc/gl-117.6
-   dodoc doc/gl-117.pdf AUTHORS ChangeLog FAQ NEWS README
prepgamesdirs
 }



1.26 games-simulation/gl117/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   15 May 2014 17:00:16 -  1.25
+++ ChangeLog   5 Feb 2015 08:58:47 -   1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/gl117
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.25 
2014/05/15 17:00:16 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.26 
2015/02/05 08:58:47 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org gl117-1.3.2.ebuild:
+  EAPI=5
 
   15 May 2014; Ulrich Müller u...@gentoo.org gl117-1.3.2.ebuild:
   Fix USE dependency on media-libs/libsdl, audio USE flag was renamed to






[gentoo-commits] gentoo-x86 commit in www-client/opera-beta: ChangeLog opera-beta-28.0.1750.15.ebuild opera-beta-27.0.1689.33.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 19:27:23

  Modified: ChangeLog
  Added:opera-beta-28.0.1750.15.ebuild
  Removed:  opera-beta-27.0.1689.33.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.13 www-client/opera-beta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   14 Jan 2015 14:31:29 -  1.12
+++ ChangeLog   5 Feb 2015 19:27:23 -   1.13
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v 1.12 
2015/01/14 14:31:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v 1.13 
2015/02/05 19:27:23 jer Exp $
+
+*opera-beta-28.0.1750.15 (05 Feb 2015)
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org 
-opera-beta-27.0.1689.33.ebuild,
+  +opera-beta-28.0.1750.15.ebuild:
+  Version bump.
 
 *opera-beta-27.0.1689.44 (14 Jan 2015)
 



1.1  www-client/opera-beta/opera-beta-28.0.1750.15.ebuild

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

Index: opera-beta-28.0.1750.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/opera-beta/opera-beta-28.0.1750.15.ebuild,v 
1.1 2015/02/05 19:27:23 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu

inherit chromium multilib unpacker

DESCRIPTION=A fast and secure web browser
HOMEPAGE=http://www.opera.com/;
LICENSE=OPERA-2014
SLOT=0
SRC_URI_BASE=http://get.geo.opera.com/pub/;
SRC_URI=
amd64? ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )

KEYWORDS=~amd64

RDEPEND=
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
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/libXtst
x11-libs/pango[X]


QA_PREBUILT=*
S=${WORKDIR}
OPERA_HOME=usr/$(get_libdir)/${PN}

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}/copyright || die
mv usr/share/doc/${PN} usr/share/doc/${PF} || die

pushd ${OPERA_HOME}/localization  /dev/null || die
chromium_remove_language_paks
popd  /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * ${D} || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in app-crypt/gentoo-keys: metadata.xml ChangeLog

2015-02-05 Thread Michal Gorny (mgorny)
mgorny  15/02/05 14:28:28

  Modified: metadata.xml ChangeLog
  Log:
  Remove invalid herd reference.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-crypt/gentoo-keys/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gentoo-keys/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml24 Dec 2014 23:12:09 -  1.1
+++ metadata.xml5 Feb 2015 14:28:28 -   1.2
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdgkeys/herd
maintainer
emailgk...@gentoo.org/email
nameGentoo-keys Project Team/name



1.4  app-crypt/gentoo-keys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gentoo-keys/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Jan 2015 23:29:39 -   1.3
+++ ChangeLog   5 Feb 2015 14:28:28 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gentoo-keys
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gentoo-keys/ChangeLog,v 1.3 
2015/01/05 23:29:39 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gentoo-keys/ChangeLog,v 1.4 
2015/02/05 14:28:28 mgorny Exp $
+
+  05 Feb 2015; Michał Górny mgo...@gentoo.org metadata.xml:
+  Remove invalid herd reference.
 
 *gentoo-keys-201501052117 (05 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/gdl: metadata.xml ChangeLog

2015-02-05 Thread Michal Gorny (mgorny)
mgorny  15/02/05 14:59:03

  Modified: metadata.xml ChangeLog
  Log:
  Fix USE=eigen description.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 dev-lang/gdl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/gdl/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml20 Nov 2013 22:35:13 -  1.9
+++ metadata.xml5 Feb 2015 14:59:03 -   1.10
@@ -8,7 +8,7 @@
   Information Solutions.
 /longdescription
 use
-  flag name='hdf'Build matrix manipulation with 
pkgdev-cpp/eigen/pkg/flag
+  flag name='eigen'Build matrix manipulation with 
pkgdev-cpp/eigen/pkg/flag
   flag name='hdf'Add support for the Hierarchical Data Format v.4/flag
   flag name='gshhs'Add support for projection adn continent maps with 
pkgsci-geosciences/gshhs-data/pkg/flag
 



1.46 dev-lang/gdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   27 Jun 2014 17:41:30 -  1.45
+++ ChangeLog   5 Feb 2015 14:59:03 -   1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/gdl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.45 2014/06/27 
17:41:30 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.46 2015/02/05 
14:59:03 mgorny Exp $
+
+  05 Feb 2015; Michał Górny mgo...@gentoo.org metadata.xml:
+  Fix USE=eigen description.
 
   27 Jun 2014; Sébastien Fabbro bicat...@gentoo.org gdl-0.9.4.ebuild:
   Using sub-slots






[gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.98.1.ebuild clamav-0.98.4.ebuild clamav-0.98.ebuild clamav-0.98.1-r1.ebuild clamav-0.98.3.ebuild

2015-02-05 Thread Thomas Raschbacher (lordvan)
lordvan 15/02/05 15:17:10

  Modified: ChangeLog
  Removed:  clamav-0.98.1.ebuild clamav-0.98.4.ebuild
clamav-0.98.ebuild clamav-0.98.1-r1.ebuild
clamav-0.98.3.ebuild
  Log:
  old versions removed
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x3E59FAEF53F400D2)

Revision  ChangesPath
1.501app-antivirus/clamav/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -r1.500 -r1.501
--- ChangeLog   28 Jan 2015 15:51:57 -  1.500
+++ ChangeLog   5 Feb 2015 15:17:10 -   1.501
@@ -1,6 +1,11 @@
 # ChangeLog for app-antivirus/clamav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.500 
2015/01/28 15:51:57 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.501 
2015/02/05 15:17:10 lordvan Exp $
+
+  05 Feb 2015; Thomas Raschbacher lord...@gentoo.org -clamav-0.98.ebuild,
+  -clamav-0.98.1.ebuild, -clamav-0.98.1-r1.ebuild, -clamav-0.98.3.ebuild,
+  -clamav-0.98.4.ebuild:
+  removed old vulnerable versions (bug #529728)
 
 *clamav-0.98.6 (28 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.9.8083.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 22:08:11

  Modified: btanks-0.9.8083.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-action/btanks/btanks-0.9.8083.ebuild

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

Index: btanks-0.9.8083.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- btanks-0.9.8083.ebuild  31 Dec 2014 11:36:52 -  1.7
+++ btanks-0.9.8083.ebuild  5 Feb 2015 22:08:11 -   1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.7 
2014/12/31 11:36:52 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.8 
2015/02/05 22:08:11 mr_bones_ Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils scons-utils games
 
 DESCRIPTION=Fast 2D tank arcade game with multiplayer and split-screen modes



1.28 games-action/btanks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   31 Dec 2014 11:36:52 -  1.27
+++ ChangeLog   5 Feb 2015 22:08:11 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/btanks
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.27 
2014/12/31 11:36:52 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.28 
2015/02/05 22:08:11 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org btanks-0.9.8083.ebuild:
+  EAPI=5
 
   31 Dec 2014; Tupone Alfredo tup...@gentoo.org btanks-0.9.8083.ebuild:
   Migration to EAPI 4
@@ -122,4 +125,3 @@
   20 Aug 2007; Tupone Alfredo tup...@gentoo.org +metadata.xml,
   +btanks-0.5.4740.ebuild:
   New ebuild requested via bug #172772 by Maks Polunin
-






[gentoo-commits] gentoo-x86 commit in games-action/clanbomber: clanbomber-2.1.1.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 22:32:04

  Modified: clanbomber-2.1.1.ebuild ChangeLog
  Log:
  EAPI=5; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-action/clanbomber/clanbomber-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?r1=1.8r2=1.9

Index: clanbomber-2.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clanbomber-2.1.1.ebuild 31 Dec 2014 12:37:22 -  1.8
+++ clanbomber-2.1.1.ebuild 5 Feb 2015 22:32:04 -   1.9
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.8 
2014/12/31 12:37:22 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.9 
2015/02/05 22:32:04 mr_bones_ Exp $
 
-EAPI=4
-inherit autotools eutils flag-o-matic games
+EAPI=5
+inherit autotools eutils games
 
 DESCRIPTION=Bomberman-like multiplayer game
 HOMEPAGE=http://savannah.nongnu.org/projects/clanbomber/;
@@ -27,14 +27,6 @@
 DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
 
 src_prepare() {
-   local boost_ver=$(best_version dev-libs/boost-1.49)
-
-   boost_ver=${boost_ver/*boost-/}
-   boost_ver=${boost_ver%.*}
-   boost_ver=${boost_ver/./_}
-
-   export BOOST_INCLUDEDIR=/usr/include/boost-${boost_ver}
-   export BOOST_LIBRARYDIR=/usr/$(get_libdir)/boost-${boost_ver}
sed -i -e 's/menuentry//' src/Makefile.am || die
epatch \
${FILESDIR}/${P}-automake112.patch \



1.23 games-action/clanbomber/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   31 Dec 2014 12:37:22 -  1.22
+++ ChangeLog   5 Feb 2015 22:32:04 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.22 
2014/12/31 12:37:22 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.23 
2015/02/05 22:32:04 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org clanbomber-2.1.1.ebuild:
+  EAPI=5; tidy
 
   31 Dec 2014; Tupone Alfredo tup...@gentoo.org clanbomber-2.1.1.ebuild:
   Migration to EAPI 4






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.22.ebuild ChangeLog

2015-02-05 Thread Mike Frysinger (vapier)
vapier  15/02/05 22:41:25

  Modified: file-5.22.ebuild ChangeLog
  Log:
  Mark arm64/m68/s390/sh stable.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 sys-apps/file/file-5.22.ebuild

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

Index: file-5.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- file-5.22.ebuild25 Jan 2015 11:21:03 -  1.10
+++ file-5.22.ebuild5 Feb 2015 22:41:25 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.10 
2015/01/25 11:21:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.11 
2015/02/05 22:41:25 vapier Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 fi
 
 DESCRIPTION=identify a file's format by scanning binary data for patterns



1.309sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   27 Jan 2015 12:36:12 -  1.308
+++ ChangeLog   5 Feb 2015 22:41:25 -   1.309
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.308 2015/01/27 
12:36:12 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.309 2015/02/05 
22:41:25 vapier Exp $
+
+  05 Feb 2015; Mike Frysinger vap...@gentoo.org file-5.22.ebuild:
+  Mark arm64/m68/s390/sh stable.
 
   27 Jan 2015; Lars Wendler polynomia...@gentoo.org -file-5.17.ebuild,
   -file-5.19.ebuild, -file-5.20-r1.ebuild, -file-5.21.ebuild,






[gentoo-commits] gentoo-x86 commit in games-arcade/nibbles: nibbles-0.0.4.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 22:41:02

  Modified: nibbles-0.0.4.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.16 games-arcade/nibbles/nibbles-0.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild?r1=1.15r2=1.16

Index: nibbles-0.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nibbles-0.0.4.ebuild5 Jan 2015 15:34:24 -   1.15
+++ nibbles-0.0.4.ebuild5 Feb 2015 22:41:02 -   1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 
1.15 2015/01/05 15:34:24 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 
1.16 2015/02/05 22:41:02 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -16,19 +16,19 @@
 IUSE=
 
 DEPEND=sys-libs/ncurses
-RDEPEND=${DEPEND}
+RDEPEND=${DEPEND}
+
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
sed -i \
-e s#/usr/local/games/nibbles.levels#${GAMES_DATADIR}/${PN}# \
-   nibbles.h \
-   || die sed failed
+   nibbles.h || die
 
sed -i \
-e 
s#/var/lib/games/nibbles.score#${GAMES_STATEDIR}/nibbles.scores# \
-   scoring.h \
-   || die sed failed
+   scoring.h || die
+
epatch ${FILESDIR}/${P}-as-needed.patch
 }
 



1.17 games-arcade/nibbles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   5 Jan 2015 15:34:24 -   1.16
+++ ChangeLog   5 Feb 2015 22:41:02 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/nibbles
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v 1.16 
2015/01/05 15:34:24 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/ChangeLog,v 1.17 
2015/02/05 22:41:02 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org nibbles-0.0.4.ebuild:
+  tidy
 
   05 Jan 2015; Tupone Alfredo tup...@gentoo.org nibbles-0.0.4.ebuild:
   EAPI 5






[gentoo-commits] gentoo-x86 commit in games-arcade/cob: cob-0.9.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 21:58:17

  Modified: cob-0.9.ebuild ChangeLog
  Log:
  use epatch; add libsdl use deps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 games-arcade/cob/cob-0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?r1=1.14r2=1.15

Index: cob-0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cob-0.9.ebuild  3 Jan 2015 19:31:13 -   1.14
+++ cob-0.9.ebuild  5 Feb 2015 21:58:17 -   1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.14 
2015/01/03 19:31:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.15 
2015/02/05 21:58:17 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -14,13 +14,14 @@
 KEYWORDS=alpha ~amd64 ppc ~sparc x86 ~x86-fbsd
 IUSE=
 
-DEPEND=media-libs/libsdl
-RDEPEND=${DEPEND}
+DEPEND=media-libs/libsdl[joystick,sound,video]
+RDEPEND=${DEPEND}
 
-PATCHES=(
-   ${FILESDIR}/${P}-gcc43.patch
-   ${FILESDIR}/${P}-gcc44.patch
-)
+src_prepare() {
+   epatch \
+   ${FILESDIR}/${P}-gcc43.patch \
+   ${FILESDIR}/${P}-gcc44.patch
+}
 
 src_install() {
default



1.12 games-arcade/cob/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Jan 2015 19:31:13 -   1.11
+++ ChangeLog   5 Feb 2015 21:58:17 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cob
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.11 
2015/01/03 19:31:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.12 
2015/02/05 21:58:17 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org cob-0.9.ebuild:
+  use epatch; add libsdl use deps
 
   03 Jan 2015; Tupone Alfredo tup...@gentoo.org cob-0.9.ebuild:
   EAPI 5
@@ -35,4 +38,3 @@
 
   12 Nov 2003; Michael Sterrett mr_bon...@gentoo.org cob-0.9.ebuild:
   initial commit; ebuild supplied by flash3001 via bug 33223
-






[gentoo-commits] gentoo-x86 commit in games-arcade/conveysdl: conveysdl-1.3.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 22:11:29

  Modified: conveysdl-1.3.ebuild ChangeLog
  Log:
  add libsdl use deps; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-arcade/conveysdl/conveysdl-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.8r2=1.9

Index: conveysdl-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- conveysdl-1.3.ebuild3 Jan 2015 19:38:09 -   1.8
+++ conveysdl-1.3.ebuild5 Feb 2015 22:11:29 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.8 
2015/01/03 19:38:09 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.9 
2015/02/05 22:11:29 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs games
@@ -14,9 +14,9 @@
 KEYWORDS=~amd64 ~ppc x86 ~x86-fbsd
 IUSE=
 
-DEPEND=media-libs/libsdl
+DEPEND=media-libs/libsdl[sound,video]
media-libs/sdl-mixer
-RDEPEND=${DEPEND}
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}
 
@@ -24,13 +24,11 @@
# Incomplete readme
sed -i \
-e 's:I k:use -nosound to disable sound\n\nI k:' \
-   readme \
-   || die sed failed
+   readme || die
 
sed -i \
-e 's:SDL_Mi:SDL_mi:' \
-   main.c \
-   || die sed failed
+   main.c || die
 
epatch \
${FILESDIR}/${P}-arrays.patch \



1.11 games-arcade/conveysdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Jan 2015 19:38:09 -   1.10
+++ ChangeLog   5 Feb 2015 22:11:29 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/conveysdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.10 
2015/01/03 19:38:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.11 
2015/02/05 22:11:29 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org conveysdl-1.3.ebuild:
+  add libsdl use deps; tidy
 
   03 Jan 2015; Tupone Alfredo tup...@gentoo.org conveysdl-1.3.ebuild:
   EAPI 5
@@ -37,4 +40,3 @@
   19 Feb 2005; Michael Sterrett mr_bon...@gentoo.org +metadata.xml,
   +conveysdl-1.ebuild:
   initial commit - ebuild submitted by Alexandru Toma via bug #81635
-






[gentoo-commits] gentoo-x86 commit in sys-boot/grub: metadata.xml grub-9999-r1.ebuild grub-2.02_beta2-r7.ebuild ChangeLog

2015-02-05 Thread Mike Gilbert (floppym)
floppym 15/02/05 22:53:10

  Modified: metadata.xml grub--r1.ebuild
grub-2.02_beta2-r7.ebuild ChangeLog
  Log:
  Add 'fonts' use flag to toggle freetype DEPEND. Bug 538926.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.21 sys-boot/grub/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/metadata.xml?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/metadata.xml?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/metadata.xml?r1=1.20r2=1.21

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/metadata.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- metadata.xml4 Feb 2015 02:50:01 -   1.20
+++ metadata.xml5 Feb 2015 22:53:10 -   1.21
@@ -16,6 +16,7 @@
 flag name=efiemu
Build and install the efiemu runtimes
/flag
+   flag name=fontsBuild and install fonts for the gfxterm module/flag
 flag name=mount
Build and install the grub-mount utility
/flag



1.28 sys-boot/grub/grub--r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub--r1.ebuild?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub--r1.ebuild?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub--r1.ebuild?r1=1.27r2=1.28

Index: grub--r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub--r1.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- grub--r1.ebuild 4 Feb 2015 02:50:01 -   1.27
+++ grub--r1.ebuild 5 Feb 2015 22:53:10 -   1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub--r1.ebuild,v 1.27 
2015/02/04 02:50:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub--r1.ebuild,v 1.28 
2015/02/05 22:53:10 floppym Exp $
 
 EAPI=5
 
@@ -38,16 +38,16 @@
 
 DEJAVU=dejavu-sans-ttf-2.34
 UNIFONT=unifont-7.0.06
-SRC_URI+= mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz
+SRC_URI+= fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
themes? ( mirror://sourceforge/dejavu/${DEJAVU}.zip )
 
 DESCRIPTION=GNU GRUB boot loader
 HOMEPAGE=http://www.gnu.org/software/grub/;
 
 # Includes licenses for dejavu and unifont
-LICENSE=GPL-3 truetype? ( BitstreamVera GPL-2-with-font-exception )
+LICENSE=GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )
 SLOT=2
-IUSE=debug device-mapper doc efiemu mount +multislot nls static sdl test 
+themes truetype libzfs
+IUSE=debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs
 
 GRUB_ALL_PLATFORMS=(
# everywhere:
@@ -63,6 +63,13 @@
 )
 IUSE+= ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}
 
+REQUIRED_USE=
+   grub_platforms_coreboot? ( fonts )
+   grub_platforms_qemu? ( fonts )
+   grub_platforms_ieee1275? ( fonts )
+   grub_platforms_loongson? ( fonts )
+
+
 # os-prober: Used on runtime to detect other OSes
 # xorriso (dev-libs/libisoburn): Used on runtime for mkrescue
 RDEPEND=
@@ -81,11 +88,11 @@
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
app-misc/pax-utils
-   media-libs/freetype:2
sys-devel/flex
sys-devel/bison
sys-apps/help2man
sys-apps/texinfo
+   fonts? ( media-libs/freetype:2 )
grub_platforms_xen? ( app-emulation/xen-tools )
static? (
app-arch/xz-utils[static-libs(+)]
@@ -99,7 +106,7 @@
dev-libs/libisoburn
app-emulation/qemu
)
-   truetype? ( app-arch/unzip )
+   themes? ( app-arch/unzip )
 
 RDEPEND+=
kernel_linux? (
@@ -177,7 +184,7 @@
 
 setup_fonts() {
ln -s ${WORKDIR}/${UNIFONT}.pcf unifont.pcf || die
-   if use truetype; then
+   if use themes; then
ln -s ${WORKDIR}/${DEJAVU}/ttf/DejaVuSans.ttf DejaVuSans.ttf 
|| die
fi
 }



1.5  sys-boot/grub/grub-2.02_beta2-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild?r1=1.4r2=1.5

Index: grub-2.02_beta2-r7.ebuild
===

[gentoo-commits] dev/quantumsummers:master commit in: profiles/

2015-02-05 Thread Matthew Summers
commit: 1e9b045c5d02b36948be35823fa075850706fd45
Author: Matthew Summers matthew.summers AT liquidustech DOT com
AuthorDate: Thu Feb  5 23:22:21 2015 +
Commit: Matthew Summers quantumsummers AT gentoo DOT org
CommitDate: Thu Feb  5 23:22:21 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/quantumsummers.git;a=commit;h=1e9b045c

fixing reponame

---
 profiles/repo_name | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/repo_name b/profiles/repo_name
index 90b4a86..9195161 100644
--- a/profiles/repo_name
+++ b/profiles/repo_name
@@ -1 +1 @@
-quantumsummers-dev
\ No newline at end of file
+quantumsummers



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

2015-02-05 Thread Anthony G. Basile (blueness)
blueness15/02/05 23:28:17

  Modified: ChangeLog toolchain.eclass
  Log:
  Restore the old way of dealing with fixed includes for bsd, bug #536878.

Revision  ChangesPath
1.1522   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1521
retrieving revision 1.1522
diff -u -r1.1521 -r1.1522
--- ChangeLog   4 Feb 2015 09:44:24 -   1.1521
+++ ChangeLog   5 Feb 2015 23:28:17 -   1.1522
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1521 2015/02/04 
09:44:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1522 2015/02/05 
23:28:17 blueness Exp $
+
+  05 Feb 2015; Anthony G. Basile bluen...@gentoo.org toolchain.eclass:
+  Restore the old way of dealing with fixed includes for bsd, bug #536878.
 
   04 Feb 2015; Ulrich Müller u...@gentoo.org git-r3.eclass:
   Respect the EVCS_UMASK variable to override the default umask when writing



1.649eclass/toolchain.eclass

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

Index: toolchain.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
retrieving revision 1.648
retrieving revision 1.649
diff -u -r1.648 -r1.649
--- toolchain.eclass21 Jan 2015 21:59:31 -  1.648
+++ toolchain.eclass5 Feb 2015 23:28:17 -   1.649
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.648 2015/01/21 
21:59:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.649 2015/02/05 
23:28:17 blueness Exp $
 
 # Maintainer: Toolchain Ninjas toolch...@gentoo.org
 
@@ -595,15 +595,6 @@
einfo   ${f%%...}
done
fi
-
-   # We don't need fixed header files.  This is a gcc hack for dealing 
with broken
-   # (ie non-ansi compliant) header files on old unix systems.  On modern 
systems,
-   # these fixed headers are known to break things.  We just stub them 
out.
-   if tc_version_is_at_least 4.0; then
-   echo :  ${S}/fixincludes/fixinc.in || die
-   else
-   echo :  ${S}/gcc/fixinc/fixincl.sh || die
-   fi
 }
 
 guess_patch_type_in_dir() {
@@ -1607,6 +1598,9 @@
 toolchain_src_install() {
cd ${WORKDIR}/build
 
+   # Do allow symlinks in private gcc include dir as this can break the 
build
+   find gcc/include*/ -type l -delete
+
# Copy over the info pages.  We disabled their generation earlier, but 
the
# build system only expects to install out of the build dir, not the 
source.  #464008
mkdir -p gcc/doc
@@ -1617,6 +1611,17 @@
fi
done
 
+   # We remove the generated fixincludes, as they can cause things to break
+   # (ncurses, openssl, etc).  We do not prevent them from being built, as
+   # in the following commit which we revert:
+   # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647r2=1.648
+   # This is because bsd userland needs fixedincludes to build gcc, while
+   # linux does not.  Both can dispose of them afterwards.
+   while read x ; do
+   grep -q 'It has been auto-edited by fixincludes from' ${x} \
+rm -f ${x}
+   done  (find gcc/include*/ -name '*.h')
+
# Do the 'make install' from the build directory
S=${WORKDIR}/build emake -j1 DESTDIR=${D} install || die
 






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-powerpuff: ChangeLog fortune-mod-powerpuff-0.3.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:23:36

  Modified: ChangeLog fortune-mod-powerpuff-0.3.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.6  games-misc/fortune-mod-powerpuff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   12 Dec 2010 16:29:40 -  1.5
+++ ChangeLog   5 Feb 2015 17:23:36 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/fortune-mod-powerpuff
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/ChangeLog,v 1.5 
2010/12/12 16:29:40 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/ChangeLog,v 1.6 
2015/02/05 17:23:36 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org
+  fortune-mod-powerpuff-0.3.ebuild:
+  EAPI 5
 
   12 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-powerpuff-0.3.ebuild:



1.7  
games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild?r1=1.6r2=1.7

Index: fortune-mod-powerpuff-0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fortune-mod-powerpuff-0.3.ebuild12 Dec 2010 16:29:40 -  1.6
+++ fortune-mod-powerpuff-0.3.ebuild5 Feb 2015 17:23:36 -   1.7
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild,v
 1.6 2010/12/12 16:29:40 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild,v
 1.7 2015/02/05 17:23:36 tupone Exp $
+EAPI=5
 MY_PN=powerpuff
 DESCRIPTION=Quotes taken from the Power Puff Girls series from Cartoon 
Network
 HOMEPAGE=http://eol.init1.nl/content/view/43/54/;
@@ -18,5 +18,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins powerpuff powerpuff.dat || die
+   doins powerpuff powerpuff.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-pqf: ChangeLog fortune-mod-pqf-6.0.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:27:58

  Modified: ChangeLog fortune-mod-pqf-6.0.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.9  games-misc/fortune-mod-pqf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   12 Dec 2010 09:53:50 -  1.8
+++ ChangeLog   5 Feb 2015 17:27:58 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/fortune-mod-pqf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v 1.8 
2010/12/12 09:53:50 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v 1.9 
2015/02/05 17:27:58 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org fortune-mod-pqf-6.0.ebuild:
+  EAPI 5
 
   12 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-pqf-6.0.ebuild:



1.10 games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild?r1=1.9r2=1.10

Index: fortune-mod-pqf-6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fortune-mod-pqf-6.0.ebuild  12 Dec 2010 09:53:50 -  1.9
+++ fortune-mod-pqf-6.0.ebuild  5 Feb 2015 17:27:58 -   1.10
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v 
1.9 2010/12/12 09:53:50 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild,v 
1.10 2015/02/05 17:27:58 tupone Exp $
+EAPI=5
 DESCRIPTION=Fortune database of Terry Pratchett's Discworld related quotes
 HOMEPAGE=http://www.lspace.org/;
 SRC_URI=http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV};
@@ -12,10 +12,11 @@
 IUSE=
 
 DEPEND=games-misc/fortune-mod
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}
 
-src_unpack() {
+src_prepare() {
cp ${DISTDIR}/${A} ${S}/pqf-${PV}
 }
 
@@ -27,5 +28,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins pqf pqf.dat || die
+   doins pqf pqf.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-rss: ChangeLog fortune-mod-rss-20030120.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:30:04

  Modified: ChangeLog fortune-mod-rss-20030120.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.11 games-misc/fortune-mod-rss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 Dec 2010 09:51:41 -  1.10
+++ ChangeLog   5 Feb 2015 17:30:04 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/fortune-mod-rss
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/ChangeLog,v 1.10 
2010/12/12 09:51:41 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/ChangeLog,v 1.11 
2015/02/05 17:30:04 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org
+  fortune-mod-rss-20030120.ebuild:
+  EAPI 5
 
   12 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-rss-20030120.ebuild:



1.10 games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild?r1=1.9r2=1.10

Index: fortune-mod-rss-20030120.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fortune-mod-rss-20030120.ebuild 12 Dec 2010 09:51:41 -  1.9
+++ fortune-mod-rss-20030120.ebuild 5 Feb 2015 17:30:04 -   1.10
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild,v
 1.9 2010/12/12 09:51:41 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-rss/fortune-mod-rss-20030120.ebuild,v
 1.10 2015/02/05 17:30:04 tupone Exp $
+EAPI=5
 DESCRIPTION=Fortune database of Robin S. Socha quotes
 HOMEPAGE=http://fortune-mod-fvl.sourceforge.net/;
 SRC_URI=mirror://sourceforge/fortune-mod-fvl/${P}.tar.gz
@@ -15,5 +15,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins rss rss.dat || die
+   doins rss rss.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-simpsons-chalkboard: ChangeLog fortune-mod-simpsons-chalkboard-0.1.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:32:06

  Modified: ChangeLog
fortune-mod-simpsons-chalkboard-0.1.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.11 games-misc/fortune-mod-simpsons-chalkboard/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 Dec 2010 09:46:28 -  1.10
+++ ChangeLog   5 Feb 2015 17:32:06 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/fortune-mod-simpsons-chalkboard
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog,v 
1.10 2010/12/12 09:46:28 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/ChangeLog,v 
1.11 2015/02/05 17:32:06 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org
+  fortune-mod-simpsons-chalkboard-0.1.ebuild:
+  EAPI 5
 
   12 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-simpsons-chalkboard-0.1.ebuild:



1.15 
games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild?r1=1.14r2=1.15

Index: fortune-mod-simpsons-chalkboard-0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fortune-mod-simpsons-chalkboard-0.1.ebuild  12 Dec 2010 09:46:28 -  
1.14
+++ fortune-mod-simpsons-chalkboard-0.1.ebuild  5 Feb 2015 17:32:06 -   
1.15
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v
 1.14 2010/12/12 09:46:28 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v
 1.15 2015/02/05 17:32:06 tupone Exp $
+EAPI=5
 MY_P=${PN/-mod/}
 DESCRIPTION=Quotes from Bart Simpson's Chalkboard, shown at the opening of 
each Simpsons episode
 HOMEPAGE=http://www.splitbrain.org/projects/fortunes/simpsons;
@@ -19,5 +19,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins chalkboard chalkboard.dat || die
+   doins chalkboard chalkboard.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-starwars: ChangeLog fortune-mod-starwars-0.1.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:38:15

  Modified: ChangeLog fortune-mod-starwars-0.1.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.12 games-misc/fortune-mod-starwars/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Dec 2010 09:27:19 -  1.11
+++ ChangeLog   5 Feb 2015 17:38:15 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/fortune-mod-starwars
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/ChangeLog,v 
1.11 2010/12/12 09:27:19 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/ChangeLog,v 
1.12 2015/02/05 17:38:15 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org
+  fortune-mod-starwars-0.1.ebuild:
+  EAPI 5
 
   12 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-starwars-0.1.ebuild:



1.16 
games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild?r1=1.15r2=1.16

Index: fortune-mod-starwars-0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fortune-mod-starwars-0.1.ebuild 12 Dec 2010 09:27:19 -  1.15
+++ fortune-mod-starwars-0.1.ebuild 5 Feb 2015 17:38:15 -   1.16
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v
 1.15 2010/12/12 09:27:19 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v
 1.16 2015/02/05 17:38:15 tupone Exp $
+EAPI=5
 MY_P=${PN/-mod/}
 DESCRIPTION=Quotes from StarWars, The Empire Strikes Back, and Return of the 
Jedi
 HOMEPAGE=http://www.splitbrain.org/projects/fortunes/starwars;
@@ -19,5 +19,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins starwars starwars.dat || die
+   doins starwars starwars.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-strangelove: ChangeLog fortune-mod-strangelove-20041203.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:40:52

  Modified: ChangeLog fortune-mod-strangelove-20041203.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.9  games-misc/fortune-mod-strangelove/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   12 Jan 2013 09:16:43 -  1.8
+++ ChangeLog   5 Feb 2015 17:40:52 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/fortune-mod-strangelove
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog,v 1.8 
2013/01/12 09:16:43 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/ChangeLog,v 1.9 
2015/02/05 17:40:52 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org
+  fortune-mod-strangelove-20041203.ebuild:
+  EAPI 5
 
   12 Jan 2013; Ulrich Müller u...@gentoo.org
   fortune-mod-strangelove-20041203.ebuild:



1.10 
games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild?r1=1.9r2=1.10

Index: fortune-mod-strangelove-20041203.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fortune-mod-strangelove-20041203.ebuild 12 Jan 2013 09:16:43 -  
1.9
+++ fortune-mod-strangelove-20041203.ebuild 5 Feb 2015 17:40:52 -   
1.10
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild,v
 1.9 2013/01/12 09:16:43 ulm Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-strangelove/fortune-mod-strangelove-20041203.ebuild,v
 1.10 2015/02/05 17:40:52 tupone Exp $
+EAPI=5
 DESCRIPTION=Quotes from Dr. Strangelove
 HOMEPAGE=http://seiler.us/wiki/index.php/Strangelove;
 SRC_URI=http://seiler.us/wiki/images/4/48/Strangelove_${PV}.tar.gz;
@@ -17,5 +17,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins strangelove strangelove.dat || die
+   doins strangelove strangelove.dat
 }






[gentoo-commits] gentoo-x86 commit in dev-python/cached-property: metadata.xml ChangeLog cached-property-0.1.5.ebuild

2015-02-05 Thread Cedric Krier (cedk)
cedk15/02/05 17:40:43

  Added:metadata.xml ChangeLog cached-property-0.1.5.ebuild
  Log:
  New ebuild for cached-property
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
35CCB577)

Revision  ChangesPath
1.1  dev-python/cached-property/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailc...@gentoo.org/email
nameCédric Krier/name
/maintainer
longdescription lang=en
A cached-property for decorating methods in classes.
/longdescription
/pkgmetadata



1.1  dev-python/cached-property/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/cached-property
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v 1.1 
2015/02/05 17:40:43 cedk Exp $

*cached-property-0.1.5 (05 Feb 2015)

  05 Feb 2015; Cédric Krier c...@gentoo.org +cached-property-0.1.5.ebuild,
  +metadata.xml:
  New ebuild for cached-property




1.1  dev-python/cached-property/cached-property-0.1.5.ebuild

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

Index: cached-property-0.1.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-0.1.5.ebuild,v
 1.1 2015/02/05 17:40:43 cedk Exp $

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

inherit distutils-r1

DESCRIPTION=A cached-property for decorating methods in classes
HOMEPAGE=https://github.com/pydanny/cached-property;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=test? ( dev-python/pytest )
RDEPEND=

src_install() {
distutils-r1_src_install
dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
}

python_test() {
py.test || die
}






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-taow: ChangeLog fortune-mod-taow-1.0.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:43:59

  Modified: ChangeLog fortune-mod-taow-1.0.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.4  games-misc/fortune-mod-taow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   11 Dec 2010 16:24:44 -  1.3
+++ ChangeLog   5 Feb 2015 17:43:59 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/fortune-mod-taow
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/ChangeLog,v 1.3 
2010/12/11 16:24:44 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/ChangeLog,v 1.4 
2015/02/05 17:43:59 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org fortune-mod-taow-1.0.ebuild:
+  EAPI 5
 
   11 Dec 2010; Fabian Groffen grob...@gentoo.org
   fortune-mod-taow-1.0.ebuild:



1.4  games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild?r1=1.3r2=1.4

Index: fortune-mod-taow-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fortune-mod-taow-1.0.ebuild 11 Dec 2010 16:24:44 -  1.3
+++ fortune-mod-taow-1.0.ebuild 5 Feb 2015 17:43:59 -   1.4
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild,v
 1.3 2010/12/11 16:24:44 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild,v
 1.4 2015/02/05 17:43:59 tupone Exp $
+EAPI=5
 MY_P=fortunes-taow-${PV}
 DESCRIPTION=The Art of War Fortune Mod
 HOMEPAGE=http://www.de-brauwer.be/wiki/wikka.php?wakka=TheArtOfWar;
@@ -18,5 +18,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins taow taow.dat || die
+   doins taow taow.dat
 }






[gentoo-commits] gentoo-x86 commit in dev-util/rbtools: rbtools-0.7.1.ebuild ChangeLog

2015-02-05 Thread Michael Palimaka (kensington)
kensington15/02/05 17:10:11

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

Revision  ChangesPath
1.45 dev-util/rbtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   28 Jan 2015 15:15:58 -  1.44
+++ ChangeLog   5 Feb 2015 17:10:11 -   1.45
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/rbtools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.44 
2015/01/28 15:15:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.45 
2015/02/05 17:10:11 kensington Exp $
+
+*rbtools-0.7.1 (05 Feb 2015)
+
+  05 Feb 2015; Michael Palimaka kensing...@gentoo.org +rbtools-0.7.1.ebuild:
+  Version bump.
 
 *rbtools-0.7 (28 Jan 2015)
 



1.1  dev-util/rbtools/rbtools-0.7.1.ebuild

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

Index: rbtools-0.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/rbtools-0.7.1.ebuild,v 1.1 
2015/02/05 17:10:11 kensington Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 versionator

MY_PN=RBTools
MY_P=${MY_PN}-${PV}

DESCRIPTION=Command line tools for use with Review Board
HOMEPAGE=http://www.reviewboard.org/;
SRC_URI=http://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range
 1-2)/${MY_P}.tar.gz

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

RDEPEND==dev-python/six-1.8.0[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]


DOCS=( AUTHORS NEWS README )

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog

2015-02-05 Thread Michael Palimaka (kensington)
kensington15/02/05 17:29:38

  Modified: tellico-2.3.9.ebuild ChangeLog
  Log:
  Add patch to prevent potential build failure wrt bug #538478.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  kde-misc/tellico/tellico-2.3.9.ebuild

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

Index: tellico-2.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tellico-2.3.9.ebuild12 Dec 2014 15:44:33 -  1.4
+++ tellico-2.3.9.ebuild5 Feb 2015 17:29:38 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.4 
2014/12/12 15:44:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.5 
2015/02/05 17:29:38 kensington Exp $
 
 EAPI=5
 
@@ -43,6 +43,7 @@
 # tests need network access and well-defined server responses
 RESTRICT=test
 
+PATCHES=( ${FILESDIR}/${P}-build.patch)
 DOCS=( AUTHORS ChangeLog README )
 
 src_configure() {



1.131kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   12 Dec 2014 15:44:33 -  1.130
+++ ChangeLog   5 Feb 2015 17:29:38 -   1.131
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/tellico
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.130 
2014/12/12 15:44:33 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.131 
2015/02/05 17:29:38 kensington Exp $
+
+  05 Feb 2015; Michael Palimaka kensing...@gentoo.org
+  +files/tellico-2.3.9-build.patch, tellico-2.3.9.ebuild:
+  Add patch to prevent potential build failure wrt bug #538478.
 
   12 Dec 2014; Mikle Kolyada zlog...@gentoo.org tellico-2.3.9.ebuild:
   amd64 stable wrt bug #517344






[gentoo-commits] gentoo-x86 commit in kde-misc/tellico/files: tellico-2.3.9-build.patch

2015-02-05 Thread Michael Palimaka (kensington)
kensington15/02/05 17:29:38

  Added:tellico-2.3.9-build.patch
  Log:
  Add patch to prevent potential build failure wrt bug #538478.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.1  kde-misc/tellico/files/tellico-2.3.9-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/files/tellico-2.3.9-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/files/tellico-2.3.9-build.patch?rev=1.1content-type=text/plain

Index: tellico-2.3.9-build.patch
===
Add a missing dependency which could cause a build failure.

Fixes Gentoo bug #538478.

diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index e44db7b..3b7a6bf 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -40,3 +40,4 @@ IF(${KDE_VERSION} VERSION_LESS 4.6.99 AND ${KDE_VERSION} 
VERSION_GREATER 4.5.
 ENDIF(${KDE_VERSION} VERSION_LESS 4.6.99 AND ${KDE_VERSION} VERSION_GREATER 
4.5.99)
 
 KDE4_ADD_LIBRARY(gui STATIC ${gui_STAT_SRCS})
+ADD_DEPENDENCIES(gui tellico_config)






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-smac: ChangeLog fortune-mod-smac-0.1.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:36:33

  Modified: ChangeLog fortune-mod-smac-0.1.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.11 games-misc/fortune-mod-smac/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 Jan 2013 09:12:33 -  1.10
+++ ChangeLog   5 Feb 2015 17:36:33 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/fortune-mod-smac
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/ChangeLog,v 
1.10 2013/01/12 09:12:33 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/ChangeLog,v 
1.11 2015/02/05 17:36:33 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org fortune-mod-smac-0.1.ebuild:
+  EAPI 5
 
   12 Jan 2013; Ulrich Müller u...@gentoo.org fortune-mod-smac-0.1.ebuild:
   Update LICENSE, bug 450450.



1.17 games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild?r1=1.16r2=1.17

Index: fortune-mod-smac-0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fortune-mod-smac-0.1.ebuild 12 Jan 2013 09:12:33 -  1.16
+++ fortune-mod-smac-0.1.ebuild 5 Feb 2015 17:36:33 -   1.17
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild,v
 1.16 2013/01/12 09:12:33 ulm Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild,v
 1.17 2015/02/05 17:36:33 tupone Exp $
+EAPI=5
 DESCRIPTION=Quotes from the Alpha Centauri: Alien Crossfire tech tree
 HOMEPAGE=http://progsoc.org/~curious/;
 SRC_URI=http://progsoc.org/~curious/files/${P}.tar.gz;
@@ -15,5 +15,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins smac smac.dat || die
+   doins smac smac.dat
 }






[gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-tao: ChangeLog fortune-mod-tao-1.ebuild

2015-02-05 Thread Alfredo Tupone (tupone)
tupone  15/02/05 17:42:28

  Modified: ChangeLog fortune-mod-tao-1.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.11 games-misc/fortune-mod-tao/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Dec 2010 16:29:00 -  1.10
+++ ChangeLog   5 Feb 2015 17:42:28 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/fortune-mod-tao
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v 1.10 
2010/12/11 16:29:00 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/ChangeLog,v 1.11 
2015/02/05 17:42:28 tupone Exp $
+
+  05 Feb 2015; Tupone Alfredo tup...@gentoo.org fortune-mod-tao-1.ebuild:
+  EAPI 5
 
   11 Dec 2010; Fabian Groffen grob...@gentoo.org fortune-mod-tao-1.ebuild:
   Drop ~ia64-linux, add ~x86-interix, ~x86-solaris



1.17 games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild?r1=1.16r2=1.17

Index: fortune-mod-tao-1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fortune-mod-tao-1.ebuild11 Dec 2010 16:29:00 -  1.16
+++ fortune-mod-tao-1.ebuild5 Feb 2015 17:42:28 -   1.17
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 
1.16 2010/12/11 16:29:00 grobian Exp $
-
+# $Header: 
/var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 
1.17 2015/02/05 17:42:28 tupone Exp $
+EAPI=5
 MY_PN=${PN/mod-/}
 DESCRIPTION=set of fortunes based on the Tao-Teh-Ching
 HOMEPAGE=http://fortunes.quotationsbook.com/fortunes/collection/67/TAO;
@@ -18,5 +18,5 @@
 
 src_install() {
insinto /usr/share/fortune
-   doins tao tao.dat || die
+   doins tao tao.dat
 }






[gentoo-commits] proj/ruby-overlay:master commit in: /

2015-02-05 Thread Manuel Rüger
commit: a9d0473f4c9c3cbc7bbee5c2b6b64d7d6ae0ef9a
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Thu Feb  5 16:36:34 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Thu Feb  5 16:36:34 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=a9d0473f

[travis] Update travis.yml

---
 .travis.yml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f877983..8fee0ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 #
 language: python
 python:
-- 3.4
+- pypy
 env:
 - PORTAGE_VER=2.2.15
 before_script:
@@ -13,16 +13,16 @@ before_script:
 - mv .git travis-overlay/
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
-- wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz;
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
+- wget 
https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz; 
-O portage-tree.tar.gz
+- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+- chmod a+rwx spinner.sh
 - echo portage:x:250:250:portage:/var/tmp/portage:/bin/false  
/etc/passwd
 - echo portage::250:portage,travis  /etc/group
 - mkdir -p /etc/portage/ /usr/portage/distfiles
 - tar xzf portage-${PORTAGE_VER}.tar.gz
-- tar xJf portage-latest.tar.xz -C /usr/
+- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
-- rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
 - wget http://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
 - SIZE=`stat -c %s .travis.yml.upstream`



[gentoo-commits] gentoo-x86 commit in media-video/coriander: coriander-2.0.2.ebuild ChangeLog coriander-2.0.0.ebuild

2015-02-05 Thread Pacho Ramos (pacho)
pacho   15/02/05 16:40:00

  Modified: ChangeLog
  Added:coriander-2.0.2.ebuild
  Removed:  coriander-2.0.0.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.23 media-video/coriander/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   5 May 2012 08:58:55 -   1.22
+++ ChangeLog   5 Feb 2015 16:40:00 -   1.23
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/coriander
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v 1.22 
2012/05/05 08:58:55 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v 1.23 
2015/02/05 16:40:00 pacho Exp $
+
+*coriander-2.0.2 (05 Feb 2015)
+
+  05 Feb 2015; Pacho Ramos pa...@gentoo.org +coriander-2.0.2.ebuild,
+  -coriander-2.0.0.ebuild:
+  Version bump, drop old
 
   05 May 2012; Jeff Horelick jdh...@gentoo.org coriander-2.0.0.ebuild:
   dev-util/pkgconfig - virtual/pkgconfig
@@ -129,4 +135,3 @@
 
   09 Aug 2004; Pieter Van den Abeele pvdab...@gentoo.org 
coriander-1.0.0_pre3.ebuild:
   provides v4l compatibility for Apple iSight under linux 
-



1.1  media-video/coriander/coriander-2.0.2.ebuild

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

Index: coriander-2.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/coriander/coriander-2.0.2.ebuild,v 1.1 
2015/02/05 16:40:00 pacho Exp $

EAPI=5
inherit eutils

DESCRIPTION=A Gnome2 GUI for firewire camera control and capture
HOMEPAGE=http://sourceforge.net/projects/coriander/;

SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

# ffmpeg? ( media-video/ffmpeg ) left out, because ffmpeg support is in
# development
RDEPEND=
=media-libs/libdc1394-2.0.0
media-libs/libsdl
media-libs/tiff:0
gnome-base/libgnomeui
gnome-base/libbonoboui
gnome-base/libgnomecanvas
gnome-base/libgnome
gnome-base/orbit

DEPEND=${RDEPEND}
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in app-crypt/mit-krb5/files: mit-krb5-CVE-2014-5354.patch 2015-001-patch-r113.patch mit-krb5-CVE-2014-5353.patch

2015-02-05 Thread Eray Aslan (eras)
eras15/02/05 16:24:40

  Added:mit-krb5-CVE-2014-5354.patch
2015-001-patch-r113.patch
mit-krb5-CVE-2014-5353.patch
  Log:
  Security bump - bugs #533734 #538842
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.1  app-crypt/mit-krb5/files/mit-krb5-CVE-2014-5354.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/mit-krb5-CVE-2014-5354.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/mit-krb5-CVE-2014-5354.patch?rev=1.1content-type=text/plain

Index: mit-krb5-CVE-2014-5354.patch
===
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 
b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
index 3e560d9..10b5982 100644
--- a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
+++ b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
@@ -406,14 +406,14 @@ krb5_encode_krbsecretkey(krb5_key_data *key_data_in, int 
n_key_data,
 int num_versions = 1;
 int i, j, last;
 krb5_error_code err = 0;
-krb5_key_data *key_data;
+krb5_key_data *key_data = NULL;
 
-if (n_key_data = 0)
+if (n_key_data  0)
 return NULL;
 
 /* Make a shallow copy of the key data so we can alter it. */
 key_data = k5calloc(n_key_data, sizeof(*key_data), err);
-if (key_data_in == NULL)
+if (key_data == NULL)
 goto cleanup;
 memcpy(key_data, key_data_in, n_key_data * sizeof(*key_data));
 
@@ -467,9 +467,8 @@ krb5_encode_krbsecretkey(krb5_key_data *key_data_in, int 
n_key_data,
 free(key_data);
 if (err != 0) {
 if (ret != NULL) {
-for (i = 0; i = num_versions; i++)
-if (ret[i] != NULL)
-free (ret[i]);
+for (i = 0; ret[i] != NULL; i++)
+free (ret[i]);
 free (ret);
 ret = NULL;
 }
@@ -1036,9 +1035,19 @@ krb5_ldap_put_principal(krb5_context context, 
krb5_db_entry *entry,
 bersecretkey = krb5_encode_krbsecretkey (entry-key_data,
  entry-n_key_data, mkvno);
 
-if ((st=krb5_add_ber_mem_ldap_mod(mods, krbprincipalkey,
-  LDAP_MOD_REPLACE | LDAP_MOD_BVALUES, 
bersecretkey)) != 0)
+if (bersecretkey == NULL) {
+st = ENOMEM;
 goto cleanup;
+}
+/* An empty list of bervals is only accepted for modify operations,
+ * not add operations. */
+if (bersecretkey[0] != NULL || !create_standalone_prinicipal) {
+st = krb5_add_ber_mem_ldap_mod(mods, krbprincipalkey,
+   LDAP_MOD_REPLACE | LDAP_MOD_BVALUES,
+   bersecretkey);
+if (st != 0)
+goto cleanup;
+}
 
 if (!(entry-mask  KADM5_PRINCIPAL)) {
 memset(strval, 0, sizeof(strval));



1.1  app-crypt/mit-krb5/files/2015-001-patch-r113.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/2015-001-patch-r113.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/files/2015-001-patch-r113.patch?rev=1.1content-type=text/plain

Index: 2015-001-patch-r113.patch
===
diff --git a/src/kadmin/server/kadm_rpc_svc.c b/src/kadmin/server/kadm_rpc_svc.c
index 3837931..f4d2a7c 100644
--- a/src/kadmin/server/kadm_rpc_svc.c
+++ b/src/kadmin/server/kadm_rpc_svc.c
@@ -4,7 +4,7 @@
  *
  */
 
-#include k5-platform.h
+#include k5-int.h
 #include gssrpc/rpc.h
 #include gssapi/gssapi_krb5.h /* for gss_nt_krb5_name */
 #include syslog.h
@@ -296,14 +296,8 @@ check_rpcsec_auth(struct svc_req *rqstp)
  c1 = krb5_princ_component(kctx, princ, 0);
  c2 = krb5_princ_component(kctx, princ, 1);
  realm = krb5_princ_realm(kctx, princ);
- if (strncmp(handle-params.realm, realm-data, realm-length) == 0
- strncmp(kadmin, c1-data, c1-length) == 0) {
-
- if (strncmp(history, c2-data, c2-length) == 0)
-  goto fail_princ;
- else
-  success = 1;
- }
+ success = data_eq_string(*realm, handle-params.realm) 
+data_eq_string(*c1, kadmin)  !data_eq_string(*c2, history);
 
 fail_princ:
  if (!success) {
diff --git a/src/lib/gssapi/krb5/context_time.c 
b/src/lib/gssapi/krb5/context_time.c
index b3d1db0..a18cfb0 100644
--- a/src/lib/gssapi/krb5/context_time.c
+++ b/src/lib/gssapi/krb5/context_time.c
@@ -40,7 +40,7 @@ krb5_gss_context_time(minor_status, context_handle, time_rec)
 
 ctx = (krb5_gss_ctx_id_rec *) context_handle;
 
-if (! ctx-established) {
+if (ctx-terminated || !ctx-established) 

[gentoo-commits] gentoo-x86 commit in app-crypt/mit-krb5: mit-krb5-1.13-r1.ebuild ChangeLog

2015-02-05 Thread Eray Aslan (eras)
eras15/02/05 16:24:40

  Modified: ChangeLog
  Added:mit-krb5-1.13-r1.ebuild
  Log:
  Security bump - bugs #533734 #538842
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.442app-crypt/mit-krb5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.442view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?rev=1.442content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/ChangeLog?r1=1.441r2=1.442

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -r1.441 -r1.442
--- ChangeLog   24 Nov 2014 08:53:32 -  1.441
+++ ChangeLog   5 Feb 2015 16:24:40 -   1.442
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/mit-krb5
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.441 
2014/11/24 08:53:32 eras Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.442 
2015/02/05 16:24:40 eras Exp $
+
+*mit-krb5-1.13-r1 (05 Feb 2015)
+
+  05 Feb 2015; Eray Aslan e...@gentoo.org +files/2015-001-patch-r113.patch,
+  +files/mit-krb5-CVE-2014-5353.patch, +files/mit-krb5-CVE-2014-5354.patch,
+  +mit-krb5-1.13-r1.ebuild:
+  Security bump - bugs #533734 #538842
 
   24 Nov 2014; Eray Aslan e...@gentoo.org -mit-krb5-1.12.2.ebuild:
   Remove old



1.1  app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild?rev=1.1content-type=text/plain

Index: mit-krb5-1.13-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13-r1.ebuild,v 
1.1 2015/02/05 16:24:40 eras Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools eutils flag-o-matic multilib-minimal python-any-r1 versionator

MY_P=${P/mit-}
P_DIR=$(get_version_component_range 1-2)
DESCRIPTION=MIT Kerberos V
HOMEPAGE=http://web.mit.edu/kerberos/www/;
SRC_URI=http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar;

LICENSE=openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
IUSE=doc +keyutils openldap +pkinit selinux +threads test xinetd

CDEPEND=!!app-crypt/heimdal
=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
|| ( =dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}] )
keyutils? ( =sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] )
openldap? ( =net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
pkinit? ( =dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
xinetd? ( sys-apps/xinetd )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r1
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
DEPEND=${CDEPEND}
${PYTHON_DEPS}
virtual/yacc
doc? ( virtual/latex-base )
test? ( ${PYTHON_DEPS}
dev-lang/tcl
dev-util/dejagnu )
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-kerberos )

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

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

src_unpack() {
unpack ${A}
unpack ./${MY_P}.tar.gz
}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.12_warn_cflags.patch
epatch ${FILESDIR}/${PN}-config_LDFLAGS.patch
epatch ${FILESDIR}/${PN}-CVE-2014-5353.patch
epatch ${FILESDIR}/${PN}-CVE-2014-5354.patch
epatch ${FILESDIR}/2015-001-patch-r113.patch

eautoreconf
}

src_configure() {
append-cppflags -I${EPREFIX}/usr/include/et
# QA
append-flags -fno-strict-aliasing
append-flags -fno-strict-overflow

multilib-minimal_src_configure
}

multilib_src_configure() {
use keyutils || export ac_cv_header_keyutils_h=no
ECONF_SOURCE=${S} \
WARN_CFLAGS=set \
econf \
$(use_with openldap ldap) \
$(multilib_native_use_with test tcl ${EPREFIX}/usr) \
$(use_enable pkinit) \
$(use_enable threads thread-support) \
   

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

2015-02-05 Thread Manuel Rüger
commit: 3ee7aae0739a5a9edf5a9fab9bca256fbdb1e9e7
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Thu Feb  5 16:35:12 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Thu Feb  5 16:35:12 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3ee7aae0

[travis] Update travis.yml

---
 .travis.yml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f877983..8fee0ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 #
 language: python
 python:
-- 3.4
+- pypy
 env:
 - PORTAGE_VER=2.2.15
 before_script:
@@ -13,16 +13,16 @@ before_script:
 - mv .git travis-overlay/
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
-- wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz;
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
+- wget 
https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz; 
-O portage-tree.tar.gz
+- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
+- chmod a+rwx spinner.sh
 - echo portage:x:250:250:portage:/var/tmp/portage:/bin/false  
/etc/passwd
 - echo portage::250:portage,travis  /etc/group
 - mkdir -p /etc/portage/ /usr/portage/distfiles
 - tar xzf portage-${PORTAGE_VER}.tar.gz
-- tar xJf portage-latest.tar.xz -C /usr/
+- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
-- rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
 - wget http://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
 - SIZE=`stat -c %s .travis.yml.upstream`



[gentoo-commits] gentoo-x86 commit in media-sound/terminatorx/files: terminatorx-3.84-new-zlib.patch

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 09:53:51

  Modified: terminatorx-3.84-new-zlib.patch
  Log:
  Clean up patch (maybe bug #538906).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  
media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?r1=1.1r2=1.2

Index: terminatorx-3.84-new-zlib.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- terminatorx-3.84-new-zlib.patch 29 Jan 2015 10:28:47 -  1.1
+++ terminatorx-3.84-new-zlib.patch 5 Feb 2015 09:53:51 -   1.2
@@ -6,8 +6,8 @@
  src/tX_midiin.cc |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 terminatorx.orig/src/tX_midiin.cc
-+++ terminatorx/src/tX_midiin.cc
+--- a/src/tX_midiin.cc
 b/src/tX_midiin.cc
 @@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
  
  void tX_midiin::store_connections(FILE *rc, char *indent) 






[gentoo-commits] gentoo-x86 commit in media-sound/terminatorx: ChangeLog

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 09:53:51

  Modified: ChangeLog
  Log:
  Clean up patch (maybe bug #538906).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.39 media-sound/terminatorx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   1 Feb 2015 13:48:10 -   1.38
+++ ChangeLog   5 Feb 2015 09:53:51 -   1.39
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/terminatorx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.38 
2015/02/01 13:48:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.39 
2015/02/05 09:53:51 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org
+  files/terminatorx-3.84-new-zlib.patch:
+  Clean up patch (maybe bug #538906).
 
   01 Feb 2015; Agostino Sarubbo a...@gentoo.org terminatorx-3.84-r1.ebuild:
   Stable for x86, wrt bug #530024






[gentoo-commits] gentoo-x86 commit in games-util/joystick: joystick-1.4.8.ebuild ChangeLog

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 09:59:11

  Modified: ChangeLog
  Added:joystick-1.4.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.26 games-util/joystick/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   16 Jul 2014 01:19:15 -  1.25
+++ ChangeLog   5 Feb 2015 09:59:11 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/joystick
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.25 
2014/07/16 01:19:15 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.26 
2015/02/05 09:59:11 mr_bones_ Exp $
+
+*joystick-1.4.8 (05 Feb 2015)
+
+  05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/joystick-1.4.8-build.patch, +joystick-1.4.8.ebuild:
+  version bump
 
 *joystick-1.4.7 (16 Jul 2014)
 



1.1  games-util/joystick/joystick-1.4.8.ebuild

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

Index: joystick-1.4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.8.ebuild,v 
1.1 2015/02/05 09:59:11 mr_bones_ Exp $

EAPI=5
inherit eutils toolchain-funcs

MY_P=linuxconsoletools-${PV}
DESCRIPTION=joystick testing utilities
HOMEPAGE=http://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
SRC_URI=mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2

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

DEPEND=sdl? ( media-libs/libsdl:0[video] )
!x11-libs/tslib-1.0-r2
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${P}-build.patch
export PREFIX=/usr
tc-export CC PKG_CONFIG
export USE_SDL=$(usex sdl)
}






[gentoo-commits] gentoo-x86 commit in games-util/joystick/files: joystick-1.4.8-build.patch

2015-02-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/02/05 09:59:11

  Added:joystick-1.4.8-build.patch
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-util/joystick/files/joystick-1.4.8-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.8-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.8-build.patch?rev=1.1content-type=text/plain

Index: joystick-1.4.8-build.patch
===
--- linuxconsoletools-1.4.4.orig/docs/Makefile
+++ linuxconsoletools-1.4.4/docs/Makefile
@@ -20,13 +20,17 @@
 # 02110-1301 USA.
 
 MANPAGES   = inputattach.1 jstest.1 jscal.1 fftest.1 \
- ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
+ ffset.1 ffcfstress.1 jscal-store.1 \
  jscal-restore.1
 
+ifneq ($(USE_SDL),no)
+MANPAGES += ffmvforce.1
+endif
+
 PREFIX  ?= /usr/local
 
 install:
install -d $(DESTDIR)$(PREFIX)/share/man/man1
-   install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
+   install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
 
 .PHONY: install
--- linuxconsoletools-1.4.4.orig/utils/Makefile
+++ linuxconsoletools-1.4.4/utils/Makefile
@@ -27,9 +27,13 @@
 
 CFLAGS ?= -g -O2 -Wall
 
-PROGRAMS   = inputattach jstest jscal fftest ffmvforce ffset \
+PROGRAMS   = inputattach jstest jscal fftest ffset \
  ffcfstress jscal-restore jscal-store
 
+ifneq ($(USE_SDL),no)
+PROGRAMS += ffmvforce
+endif
+
 PREFIX  ?= /usr/local
 
 compile: $(PROGRAMS)






[gentoo-commits] gentoo-x86 commit in dev-libs/libinput: ChangeLog libinput-0.9.0.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 11:26:15

  Modified: ChangeLog libinput-0.9.0.ebuild
  Log:
  Marked ~hppa (bug #533420).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-libs/libinput/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   4 Feb 2015 16:15:54 -   1.4
+++ ChangeLog   5 Feb 2015 11:26:15 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libinput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.4 
2015/02/04 16:15:54 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.5 
2015/02/05 11:26:15 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org libinput-0.9.0.ebuild:
+  Marked ~hppa (bug #533420).
 
 *libinput-0.9.0 (04 Feb 2015)
 



1.2  dev-libs/libinput/libinput-0.9.0.ebuild

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

Index: libinput-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libinput-0.9.0.ebuild   4 Feb 2015 16:15:54 -   1.1
+++ libinput-0.9.0.ebuild   5 Feb 2015 11:26:15 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.9.0.ebuild,v 
1.1 2015/02/04 16:15:54 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.9.0.ebuild,v 
1.2 2015/02/05 11:26:15 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 # License appears to be a variant of libtiff
 LICENSE=libtiff
 SLOT=0/7
-KEYWORDS=~amd64 ~arm
+KEYWORDS=~amd64 ~arm ~hppa
 IUSE=test
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-libinput: ChangeLog xf86-input-libinput-0.6.0.ebuild

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 11:26:32

  Modified: ChangeLog xf86-input-libinput-0.6.0.ebuild
  Log:
  Marked ~hppa (bug #538828).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  x11-drivers/xf86-input-libinput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Feb 2015 16:51:07 -   1.1
+++ ChangeLog   5 Feb 2015 11:26:31 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-libinput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 
1.1 2015/02/04 16:51:07 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 
1.2 2015/02/05 11:26:31 jer Exp $
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org
+  xf86-input-libinput-0.6.0.ebuild:
+  Marked ~hppa (bug #538828).
 
 *xf86-input-libinput-0.6.0 (04 Feb 2015)
 



1.2  
x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild?r1=1.1r2=1.2

Index: xf86-input-libinput-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xf86-input-libinput-0.6.0.ebuild4 Feb 2015 16:51:07 -   1.1
+++ xf86-input-libinput-0.6.0.ebuild5 Feb 2015 11:26:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v
 1.1 2015/02/04 16:51:07 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v
 1.2 2015/02/05 11:26:31 jer Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=X.org input driver based on libinput
 
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~hppa
 IUSE=
 
 RDEPEND==dev-libs/libinput-0.8.0:0=






[gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:23:09

  Modified: timecop-0.7.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #534306
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- timecop-0.7.1.ebuild4 Feb 2015 08:05:37 -   1.6
+++ timecop-0.7.1.ebuild5 Feb 2015 10:23:09 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.6 
2015/02/04 08:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.7 
2015/02/05 10:23:09 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 ~arm hppa ~ppc ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd
 IUSE=
 
 ruby_add_bdepend test? ( dev-ruby/mocha )



1.25 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   4 Feb 2015 08:05:37 -   1.24
+++ ChangeLog   5 Feb 2015 10:23:09 -   1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.24 
2015/02/04 08:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.25 
2015/02/05 10:23:09 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org timecop-0.7.1.ebuild:
+  Stable for ppc, wrt bug #534306
 
   04 Feb 2015; Agostino Sarubbo a...@gentoo.org timecop-0.7.1.ebuild:
   Stable for ppc64, wrt bug #534306






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.4.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:23:14

  Modified: ruby-progressbar-1.4.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #534306
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild

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

Index: ruby-progressbar-1.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ruby-progressbar-1.4.2.ebuild   4 Feb 2015 08:05:41 -   1.8
+++ ruby-progressbar-1.4.2.ebuild   5 Feb 2015 10:23:14 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v
 1.8 2015/02/04 08:05:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild,v
 1.9 2015/02/05 10:23:14 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 hppa ~ppc ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 hppa ppc ppc64 x86 ~x86-fbsd
 
 IUSE=test
 



1.72 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   4 Feb 2015 08:05:41 -   1.71
+++ ChangeLog   5 Feb 2015 10:23:14 -   1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.71 
2015/02/04 08:05:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.72 
2015/02/05 10:23:14 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org 
ruby-progressbar-1.4.2.ebuild:
+  Stable for ppc, wrt bug #534306
 
   04 Feb 2015; Agostino Sarubbo a...@gentoo.org 
ruby-progressbar-1.4.2.ebuild:
   Stable for ppc64, wrt bug #534306






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

2015-02-05 Thread Anthony G. Basile (blueness)
blueness15/02/05 11:47:25

  Modified: ChangeLog package.mask
  Log:
  Mask =dev-libs/cloog-0.18.3 which depends on =dev-libs/isl-0.14:0/14, also 
masked.

Revision  ChangesPath
1.9758   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9757
retrieving revision 1.9758
diff -u -r1.9757 -r1.9758
--- ChangeLog   4 Feb 2015 17:57:14 -   1.9757
+++ ChangeLog   5 Feb 2015 11:47:25 -   1.9758
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9757 2015/02/04 
17:57:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9758 2015/02/05 
11:47:25 blueness Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  05 Feb 2015; Anthony G. Basile bluen...@gentoo.org package.mask:
+  Mask =dev-libs/cloog-0.18.3 which depends on =dev-libs/isl-0.14:0/14, also
+  masked.
+
   04 Feb 2015; Jeroen Roovers j...@gentoo.org license_groups:
   Add Vivaldi license to EULA group.
 



1.16332  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16331
retrieving revision 1.16332
diff -u -r1.16331 -r1.16332
--- package.mask5 Feb 2015 04:34:04 -   1.16331
+++ package.mask5 Feb 2015 11:47:25 -   1.16332
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16331 2015/02/05 
04:34:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16332 2015/02/05 
11:47:25 blueness 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
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Anthony G. Basile bluen...@gentoo.org (05 Feb 2015)
+# Depends on =dev-libs/isl-0.14:0/14 currently masked.
+=dev-libs/cloog-0.18.3
+
 # Michael Sterrett mr_bon...@gentoo.org (04 Feb 2015)
 # No upstream anymore; nothing in the tree uses it.
 # masked for removal on 20150306






[gentoo-commits] gentoo-x86 commit in media-video/hwdecode-demos/files: avutil.patch vaapi.patch dl.patch

2015-02-05 Thread Alexis Ballier (aballier)
aballier15/02/05 10:12:13

  Added:avutil.patch vaapi.patch dl.patch
  Log:
  grab more patches from upstream to build with latest toolchain, libva  
ffmpeg, bug #538194. Add missing libX11 dep, bug #514306
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  media-video/hwdecode-demos/files/avutil.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/avutil.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/avutil.patch?rev=1.1content-type=text/plain

Index: avutil.patch
===
Index: hwdecode-demos-0.9.5/src/Makefile.am
===
--- hwdecode-demos-0.9.5.orig/src/Makefile.am
+++ hwdecode-demos-0.9.5/src/Makefile.am
@@ -93,8 +93,8 @@ endif
 if USE_FFMPEG
 ffmpeg_PROGS   = ffmpeg_h264 ffmpeg_vc1 ffmpeg_mpeg2 ffmpeg_mpeg4
 ffmpeg_source_c= ffmpeg.c ffmpeg_video.c
-ffmpeg_CFLAGS  = -DUSE_FFMPEG $(LIBAVCODEC_CFLAGS) $(LIBAVFORMAT_CFLAGS) 
$(LIBSWSCALE_CFLAGS)
-ffmpeg_LIBS= $(LIBAVCODEC_LIBS) $(LIBAVFORMAT_LIBS) $(LIBSWSCALE_LIBS)
+ffmpeg_CFLAGS  = -DUSE_FFMPEG $(LIBAVCODEC_CFLAGS) $(LIBAVFORMAT_CFLAGS) 
$(LIBSWSCALE_CFLAGS) $(LIBAVUTIL_CFLAGS)
+ffmpeg_LIBS= $(LIBAVCODEC_LIBS) $(LIBAVFORMAT_LIBS) $(LIBSWSCALE_LIBS) 
$(LIBAVUTIL_LIBS)
 if USE_VAAPI
 ffmpeg_source_c+= $(vaapi_source_c)
 ffmpeg_CFLAGS  += $(vaapi_CFLAGS)



1.1  media-video/hwdecode-demos/files/vaapi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/vaapi.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/vaapi.patch?rev=1.1content-type=text/plain

Index: vaapi.patch
===
From 5afe6345d8ca1c673cbddcf8c7bc3af7709d5454 Mon Sep 17 00:00:00 2001
From: Gwenole Beauchesne gwenole.beauche...@intel.com
Date: Tue, 10 Jul 2012 14:43:37 +0200
Subject: [PATCH] vaapi: fix build with recent VA-API versions.

---
 src/vaapi.c|2 ++
 src/vaapi_compat.h |5 +
 2 files changed, 7 insertions(+), 0 deletions(-)

Index: hwdecode-demos-0.9.5/src/vaapi.c
===
--- hwdecode-demos-0.9.5.orig/src/vaapi.c
+++ hwdecode-demos-0.9.5/src/vaapi.c
@@ -92,7 +92,9 @@ static const char *string_of_VADisplayAt
 TYPE(Hue);
 TYPE(Saturation);
 TYPE(BackgroundColor);
+#if !VA_CHECK_VERSION(0,34,0)
 TYPE(DirectSurface);
+#endif
 #undef TYPE
 default: break;
 }
Index: hwdecode-demos-0.9.5/src/vaapi_compat.h
===
--- hwdecode-demos-0.9.5.orig/src/vaapi_compat.h
+++ hwdecode-demos-0.9.5/src/vaapi_compat.h
@@ -91,4 +91,9 @@ typedef struct _VASliceParameterBufferBa
   (VA_MINOR_VERSION == 31   \
VA_MICRO_VERSION == 0  VA_SDS_VERSION  5)))
 
+#if VA_CHECK_VERSION(0,34,0)
+/* New vaCreateSurfaces() API with surface attributes */
+# include va/va_compat.h
+#endif
+
 #endif /* VAAPI_COMPAT_H */



1.1  media-video/hwdecode-demos/files/dl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/dl.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/hwdecode-demos/files/dl.patch?rev=1.1content-type=text/plain

Index: dl.patch
===
From c00dd0bd93d961bc2dfaea3406c59b672741fd26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= vjaq...@igalia.com
Date: Fri, 1 Feb 2013 15:14:57 +0100
Subject: [PATCH] Fix missing linking depenendency on -ldl

Recent versions of GCC ship with a linker that doesn't add the deps of the
DSOs of the linking process. This behavior is also found in GNU gold. This
change fixes building with those linkers.

Some references

http://wiki.debian.org/ToolChain/DSOLinking
https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
---
 configure.ac |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Index: hwdecode-demos-0.9.5/configure.ac
===
--- hwdecode-demos-0.9.5.orig/configure.ac
+++ hwdecode-demos-0.9.5/configure.ac
@@ -69,6 +69,9 @@ fi
 dnl Checks for libraries.
 AC_CHECK_LIB(rt, timer_create)
 
+dnl Checks if dl() comes from the C library or -ldl
+AC_SEARCH_LIBS([dlopen], [dl])
+
 dnl Checks for library functions.
 AC_CHECK_FUNCS(clock_gettime)
 






[gentoo-commits] gentoo-x86 commit in media-video/hwdecode-demos: ChangeLog hwdecode-demos-0.9.5.ebuild

2015-02-05 Thread Alexis Ballier (aballier)
aballier15/02/05 10:12:13

  Modified: ChangeLog hwdecode-demos-0.9.5.ebuild
  Log:
  grab more patches from upstream to build with latest toolchain, libva  
ffmpeg, bug #538194. Add missing libX11 dep, bug #514306
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.11 media-video/hwdecode-demos/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/hwdecode-demos/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 Dec 2014 10:35:38 -  1.10
+++ ChangeLog   5 Feb 2015 10:12:13 -   1.11
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/hwdecode-demos
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/hwdecode-demos/ChangeLog,v 1.10 
2014/12/12 10:35:38 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/hwdecode-demos/ChangeLog,v 1.11 
2015/02/05 10:12:13 aballier Exp $
+
+  05 Feb 2015; Alexis Ballier aball...@gentoo.org
+  hwdecode-demos-0.9.5.ebuild, +files/avutil.patch, +files/dl.patch,
+  +files/vaapi.patch:
+  grab more patches from upstream to build with latest toolchain, libva 
+  ffmpeg, bug #538194. Add missing libX11 dep, bug #514306
 
   12 Dec 2014; Sergey Popov pinkb...@gentoo.org metadata.xml:
   USE='vaapi' is now global, removing it's description from metadata



1.6  media-video/hwdecode-demos/hwdecode-demos-0.9.5.ebuild

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

Index: hwdecode-demos-0.9.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/hwdecode-demos/hwdecode-demos-0.9.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hwdecode-demos-0.9.5.ebuild 22 Jun 2013 17:50:48 -  1.5
+++ hwdecode-demos-0.9.5.ebuild 5 Feb 2015 10:12:13 -   1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/hwdecode-demos/hwdecode-demos-0.9.5.ebuild,v
 1.5 2013/06/22 17:50:48 scarabeus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/hwdecode-demos/hwdecode-demos-0.9.5.ebuild,v
 1.6 2015/02/05 10:12:13 aballier Exp $
 
 EAPI=2
 
-inherit base
+inherit base autotools
 
 DESCRIPTION=Standalone programs showing off various HW acceleration APIs
 HOMEPAGE=http://www.splitted-desktop.com/~gbeauchesne/hwdecode-demos/;
@@ -16,6 +16,7 @@
 IUSE=opengl vaapi vdpau
 
 RDEPEND=virtual/ffmpeg
+   x11-libs/libX11
opengl? ( virtual/opengl virtual/glu )
vaapi? ( x11-libs/libva )
vdpau? ( x11-libs/libvdpau )
@@ -26,8 +27,16 @@
${FILESDIR}/ffmpeg.patch
${FILESDIR}/ffmpeg-1.patch
${FILESDIR}/libav9.patch
+   ${FILESDIR}/vaapi.patch
+   ${FILESDIR}/dl.patch
+   ${FILESDIR}/avutil.patch
 )
 
+src_prepare() {
+   base_src_prepare
+   eautoreconf
+}
+
 src_configure() {
econf \
--disable-crystalhd \






[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver/files: nox.patch

2015-02-05 Thread Alexis Ballier (aballier)
aballier15/02/05 10:40:04

  Added:nox.patch
  Log:
  backport fix from upstream to build with USE=-X, bug #538706
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  x11-libs/libva-intel-driver/files/nox.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/files/nox.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/files/nox.patch?rev=1.1content-type=text/plain

Index: nox.patch
===
commit bf324e3440246a487997a1624ac862e3e4027f9e
Author: Michael Olbrich m.olbr...@pengutronix.de
Date:   Mon Aug 4 19:05:18 2014 +0200

add missing include

Without this building without HAVE_VA_X11 fails with:
[...]
In file included from i965_drv_video.c:37:0:
i965_output_wayland.h:31:26: error: unknown type name 'VADriverContextP'
i965_output_wayland.h:34:31: error: unknown type name 'VADriverContextP'
i965_drv_video.c:5243:9: error: 'i965_output_wayland_init' undeclared here 
(not in a function)
i965_drv_video.c:5244:9: error: 'i965_output_wayland_terminate' undeclared 
here (not in a function)
[]

diff --git a/src/i965_output_wayland.h b/src/i965_output_wayland.h
index 61ca39f..acea8d9 100644
--- a/src/i965_output_wayland.h
+++ b/src/i965_output_wayland.h
@@ -26,6 +26,7 @@
 #define I965_OUTPUT_WAYLAND_H
 
 #include stdbool.h
+#include va/va_backend.h
 
 bool
 i965_output_wayland_init(VADriverContextP ctx);






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

2015-02-05 Thread Justin Lecher (jlec)
jlec15/02/05 11:06:42

  Modified: metadata.xml ChangeLog
  Added:systemrescuecd-x86-4.5.0.ebuild
  Log:
  app-admin/systemrescuecd-x86: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  app-admin/systemrescuecd-x86/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml6 Jan 2015 23:57:06 -   1.1
+++ metadata.xml5 Feb 2015 11:06:42 -   1.2
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emailmgo...@gentoo.org/email
-   nameMichał Górny/name
-   /maintainer
+  maintainer
+emailmgo...@gentoo.org/email
+nameMichał Górny/name
+  /maintainer
 /pkgmetadata



1.4  app-admin/systemrescuecd-x86/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jan 2015 22:59:25 -   1.3
+++ ChangeLog   5 Feb 2015 11:06:42 -   1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/systemrescuecd-x86
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v 
1.3 2015/01/07 22:59:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v 
1.4 2015/02/05 11:06:42 jlec Exp $
+
+*systemrescuecd-x86-4.5.0 (05 Feb 2015)
+
+  05 Feb 2015; Justin Lecher j...@gentoo.org
+  +systemrescuecd-x86-4.5.0.ebuild, metadata.xml:
+  Version Bump
 
   07 Jan 2015; Michał Górny mgo...@gentoo.org 
systemrescuecd-x86-4.4.1.ebuild:
   Mention amd64 in description.



1.1  
app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.0.ebuild

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

Index: systemrescuecd-x86-4.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.0.ebuild,v
 1.1 2015/02/05 11:06:42 jlec Exp $

EAPI=5

DESCRIPTION=The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant
HOMEPAGE=http://www.sysresccd.org/;
SRC_URI=mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso

LICENSE=GPL-2
SLOT=${PV}
KEYWORDS=~amd64 ~x86
IUSE=

S=${WORKDIR}

RESTRICT=mirror

src_install() {
insinto /usr/share/${PN%-*}
doins ${DISTDIR}/${P}.iso
}

pkg_postinst() {
local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso

# no version newer than ours? we're the newest!
if ! has_version ${CATEGORY}/${PF}; then
ln -f -s -v ${P}.iso ${f} || die
fi
}

pkg_postrm() {
local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso

# if there is no version newer than ours installed
if ! has_version ${CATEGORY}/${PF}; then
# and we are truly and completely uninstalled...
if [[ ! ${REPLACED_BY_VERSION} ]]; then
# then find an older version to set the symlink to
local newest_version=$(best_version 
${CATEGORY}/${PF})

if [[ ${newest_version} ]]; then
# update the symlink
ln -f -s -v ${newest_version%-r*}.iso ${f} 
|| die
else
# last version removed? clean up the symlink
rm -v ${f} || die
  

[gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.3.ebuild cloog-9999.ebuild ChangeLog

2015-02-05 Thread Anthony G. Basile (blueness)
blueness15/02/05 11:52:17

  Modified: cloog-.ebuild ChangeLog
  Added:cloog-0.18.3.ebuild
  Log:
  Add 0.18.3 which depends on =dev-libs/isl-0.14:0/14.  We skip 0.18.2 doesn't 
build against any versions of isl and is skipped in their update log.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-libs/cloog/cloog-.ebuild

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

Index: cloog-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cloog-.ebuild   4 Nov 2014 03:36:19 -   1.3
+++ cloog-.ebuild   5 Feb 2015 11:52:17 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-.ebuild,v 1.3 
2014/11/04 03:36:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-.ebuild,v 1.4 
2015/02/05 11:52:17 blueness Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 IUSE=static-libs
 
 RDEPEND==dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
-   =dev-libs/isl-0.12.2:0/10[${MULTILIB_USEDEP}]
+   =dev-libs/isl-0.14:0/14[${MULTILIB_USEDEP}]
!dev-libs/cloog-ppl-0.15.10
 DEPEND=${DEPEND}
virtual/pkgconfig



1.28 dev-libs/cloog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   26 Dec 2014 11:28:20 -  1.27
+++ ChangeLog   5 Feb 2015 11:52:17 -   1.28
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/cloog
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.27 2014/12/26 
11:28:20 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.28 2015/02/05 
11:52:17 blueness Exp $
+
+*cloog-0.18.3 (05 Feb 2015)
+
+  05 Feb 2015; Anthony G. Basile bluen...@gentoo.org +cloog-0.18.3.ebuild,
+  cloog-.ebuild:
+  Add 0.18.3 which depends on =dev-libs/isl-0.14:0/14.  We skip 0.18.2 doesn't
+  build against any versions of isl and is skipped in their update log.
 
   26 Dec 2014; Agostino Sarubbo a...@gentoo.org cloog-0.18.1.ebuild:
   Stable for sparc, wrt bug #516152



1.1  dev-libs/cloog/cloog-0.18.3.ebuild

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

Index: cloog-0.18.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.1 
2015/02/05 11:52:17 blueness Exp $

EAPI=5

inherit eutils multilib-minimal

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://repo.or.cz/cloog.git
inherit autotools git-2
else
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
SRC_URI=http://www.bastoul.net/cloog/pages/download/${P}.tar.gz;
fi

DESCRIPTION=A loop generator for scanning polyhedra
HOMEPAGE=http://www.bastoul.net/cloog/;

LICENSE=LGPL-2.1
SLOT=0/4
IUSE=static-libs

RDEPEND==dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
=dev-libs/isl-0.14:0/14[${MULTILIB_USEDEP}]
!dev-libs/cloog-ppl-0.15.10
DEPEND=${DEPEND}
virtual/pkgconfig

DOCS=( README )

src_prepare() {
if [[ ${PV} ==  ]] ; then
./get_submodules.sh
eautoreconf -i
else
# m4/ax_create_pkgconfig_info.m4 includes LDFLAGS
# sed to avoid eautoreconf
sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die
fi
}

multilib_src_configure() {
ECONF_SOURCE=${S} econf \

[gentoo-commits] gentoo-x86 commit in x11-apps/mkfontscale: mkfontscale-1.1.2.ebuild ChangeLog mkfontscale-1.0.9-r1.ebuild mkfontscale-1.0.8.ebuild mkfontscale-1.0.9.ebuild mkfontscale-1.1.0.ebuild

2015-02-05 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/05 11:03:24

  Modified: ChangeLog
  Added:mkfontscale-1.1.2.ebuild
  Removed:  mkfontscale-1.0.9-r1.ebuild
mkfontscale-1.0.8.ebuild mkfontscale-1.0.9.ebuild
mkfontscale-1.1.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.114x11-apps/mkfontscale/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/mkfontscale/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   18 Jan 2014 12:21:01 -  1.113
+++ ChangeLog   5 Feb 2015 11:03:24 -   1.114
@@ -1,6 +1,14 @@
 # ChangeLog for x11-apps/mkfontscale
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.113 
2014/01/18 12:21:01 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.114 
2015/02/05 11:03:24 chithanh Exp $
+
+*mkfontscale-1.1.2 (05 Feb 2015)
+
+  05 Feb 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +mkfontscale-1.1.2.ebuild, -files/mkfontscale-1.0.9-heavy-support.txt,
+  -mkfontscale-1.0.8.ebuild, -mkfontscale-1.0.9-r1.ebuild,
+  -mkfontscale-1.0.9.ebuild, -mkfontscale-1.1.0.ebuild:
+  Version bump. Remove old.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org mkfontscale-1.1.1.ebuild:
   Add arm64 love.



1.1  x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild

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

Index: mkfontscale-1.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild,v 1.1 
2015/02/05 11:03:24 chithanh Exp $

EAPI=5

inherit xorg-2

DESCRIPTION=create an index of scalable font files for X

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
IUSE=

RDEPEND=x11-libs/libfontenc
media-libs/freetype:2
DEPEND=${RDEPEND}
x11-proto/xproto
app-arch/gzip
app-arch/bzip2

XORG_CONFIGURE_OPTIONS=(
--with-bzip2
)






[gentoo-commits] gentoo-x86 commit in x11-apps/mkfontscale/files: mkfontscale-1.0.9-heavy-support.txt

2015-02-05 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/05 11:03:24

  Removed:  mkfontscale-1.0.9-heavy-support.txt
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)



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

2015-02-05 Thread Jeroen Roovers (jer)
jer 15/02/05 09:34:24

  Modified: ChangeLog
  Added:wireshark-1.99.2.ebuild
  Removed:  wireshark-1.99.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.694net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -r1.693 -r1.694
--- ChangeLog   28 Jan 2015 23:04:20 -  1.693
+++ ChangeLog   5 Feb 2015 09:34:24 -   1.694
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.693 
2015/01/28 23:04:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.694 
2015/02/05 09:34:24 jer Exp $
+
+*wireshark-1.99.2 (05 Feb 2015)
+
+  05 Feb 2015; Jeroen Roovers j...@gentoo.org -wireshark-1.99.1.ebuild,
+  +wireshark-1.99.2.ebuild:
+  Version bump.
 
   28 Jan 2015; Michał Górny mgo...@gentoo.org metadata.xml,
   wireshark-1.99.1.ebuild, wireshark-.ebuild:



1.1  net-analyzer/wireshark/wireshark-1.99.2.ebuild

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

Index: wireshark-1.99.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.2.ebuild,v 1.1 
2015/02/05 09:34:24 jer Exp $

EAPI=5
inherit autotools eutils fcaps multilib qt4-r2 user

DESCRIPTION=A network protocol analyzer formerly known as ethereal
HOMEPAGE=http://www.wireshark.org/;
SRC_URI=${HOMEPAGE}download/src/all-versions/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=
IUSE=
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
portaudio +qt4 qt5 selinux sbc smi cpu_flags_x86_sse4_2 ssl zlib

REQUIRED_USE=
ssl? ( crypt )
?? ( qt4 qt5 )


GTK_COMMON_DEPEND=
x11-libs/gdk-pixbuf
x11-libs/pango
x11-misc/xdg-utils

CDEPEND=
=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl:3 )
adns? ( =net-dns/c-ares-1.5 )
crypt? ( dev-libs/libgcrypt:0 )
caps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk3? (
${GTK_COMMON_DEPEND}
x11-libs/gtk+:3
)
kerberos? ( virtual/krb5 )
lua? ( =dev-lang/lua-5.1 )
pcap? ( net-libs/libpcap )
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
x11-misc/xdg-utils
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5[accessibility]
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
x11-misc/xdg-utils
)
sbc? ( media-libs/sbc )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )

# We need perl for `pod2html`.  The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND=
${CDEPEND}
dev-lang/perl
!virtual/perl-Pod-Simple-3.170
!perl-core/Pod-Simple-3.170
doc? (
app-doc/doxygen
app-text/asciidoc
dev-libs/libxml2
dev-libs/libxslt
doc-pdf? ( dev-java/fop )
www-client/lynx
)
sys-devel/bison
sys-devel/flex
virtual/pkgconfig

RDEPEND=
${CDEPEND}
gtk3? ( virtual/freedesktop-icon-theme )
qt4? ( virtual/freedesktop-icon-theme )
qt5? ( virtual/freedesktop-icon-theme )
selinux? ( sec-policy/selinux-wireshark )


pkg_setup() {
enewgroup wireshark
}

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.6.13-ldflags.patch \
${FILESDIR}/${PN}-1.11.0-oldlibs.patch \
${FILESDIR}/${PN}-1.11.3-gtk-deprecated-warnings.patch \
${FILESDIR}/${PN}-1.99.0.1975-gcc_option.patch \

[gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: http-cookie-1.0.2.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:21:22

  Modified: http-cookie-1.0.2.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #522056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-ruby/http-cookie/http-cookie-1.0.2.ebuild

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

Index: http-cookie-1.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- http-cookie-1.0.2.ebuild2 Aug 2014 01:21:27 -   1.3
+++ http-cookie-1.0.2.ebuild5 Feb 2015 10:21:22 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.3 
2014/08/02 01:21:27 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.4 
2015/02/05 10:21:22 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=
 
 ruby_add_rdepend =dev-ruby/domain_name-0.5:0



1.4  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   2 Aug 2014 01:21:27 -   1.3
+++ ChangeLog   5 Feb 2015 10:21:22 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.3 
2014/08/02 01:21:27 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.4 
2015/02/05 10:21:22 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org http-cookie-1.0.2.ebuild:
+  Add ~x86, wrt bug #522056
 
   02 Aug 2014; Manuel Rüger mr...@gentoo.org http-cookie-1.0.2.ebuild:
   Add ruby21 support.






[gentoo-commits] gentoo-x86 commit in net-irc/rbot: rbot-0.9.15_p20131020-r1.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:21:25

  Modified: rbot-0.9.15_p20131020-r1.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #522056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild

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

Index: rbot-0.9.15_p20131020-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rbot-0.9.15_p20131020-r1.ebuild 25 Jan 2015 09:24:49 -  1.1
+++ rbot-0.9.15_p20131020-r1.ebuild 5 Feb 2015 10:21:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild,v 1.1 
2015/01/25 09:24:49 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild,v 1.2 
2015/02/05 10:21:25 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( feh GPL-2 )
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=spell aspell timezone translator shorturl nls dict figlet
fortune cal host toilet
 ILINGUAS=zh_CN zh_TW ru nl de fi fr it ja



1.60 net-irc/rbot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   25 Jan 2015 09:24:49 -  1.59
+++ ChangeLog   5 Feb 2015 10:21:25 -   1.60
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/rbot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.59 2015/01/25 
09:24:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.60 2015/02/05 
10:21:25 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  rbot-0.9.15_p20131020-r1.ebuild:
+  Add ~x86, wrt bug #522056
 
 *rbot-0.9.15_p20131020-r1 (25 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/mechanize: mechanize-2.7.3.ebuild ChangeLog

2015-02-05 Thread Agostino Sarubbo (ago)
ago 15/02/05 10:21:20

  Modified: mechanize-2.7.3.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #522056
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=~x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-ruby/mechanize/mechanize-2.7.3.ebuild

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

Index: mechanize-2.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-2.7.3.ebuild  3 Sep 2014 13:43:20 -   1.1
+++ mechanize-2.7.3.ebuild  5 Feb 2015 10:21:20 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3.ebuild,v 
1.1 2014/09/03 13:43:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.7.3.ebuild,v 
1.2 2015/02/05 10:21:20 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
 IUSE=
 
 ruby_add_bdepend =dev-ruby/hoe-3.7



1.45 dev-ruby/mechanize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   3 Sep 2014 13:43:20 -   1.44
+++ ChangeLog   5 Feb 2015 10:21:20 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mechanize
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.44 
2014/09/03 13:43:20 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.45 
2015/02/05 10:21:20 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo a...@gentoo.org mechanize-2.7.3.ebuild:
+  Add ~x86, wrt bug #522056
 
 *mechanize-2.7.3 (03 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver: ChangeLog libva-intel-driver-1.5.0.ebuild

2015-02-05 Thread Alexis Ballier (aballier)
aballier15/02/05 10:40:04

  Modified: ChangeLog libva-intel-driver-1.5.0.ebuild
  Log:
  backport fix from upstream to build with USE=-X, bug #538706
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.38 x11-libs/libva-intel-driver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   5 Jan 2015 13:20:36 -   1.37
+++ ChangeLog   5 Feb 2015 10:40:04 -   1.38
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libva-intel-driver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.37 2015/01/05 13:20:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.38 2015/02/05 10:40:04 aballier Exp $
+
+  05 Feb 2015; Alexis Ballier aball...@gentoo.org
+  libva-intel-driver-1.5.0.ebuild, +files/nox.patch:
+  backport fix from upstream to build with USE=-X, bug #538706
 
 *libva-intel-driver-1.5.0 (05 Jan 2015)
 



1.2  x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild?r1=1.1r2=1.2

Index: libva-intel-driver-1.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libva-intel-driver-1.5.0.ebuild 5 Jan 2015 13:20:36 -   1.1
+++ libva-intel-driver-1.5.0.ebuild 5 Feb 2015 10:40:04 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild,v
 1.1 2015/01/05 13:20:36 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.0.ebuild,v
 1.2 2015/02/05 10:40:04 aballier Exp $
 
 EAPI=5
 
@@ -41,6 +41,7 @@
virtual/pkgconfig
 
 DOCS=( AUTHORS NEWS README )
+PATCHES=( ${FILESDIR}/nox.patch )
 
 src_prepare() {
sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die






  1   2   >