[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.52.0-r7.ebuild ChangeLog

2014-08-07 Thread Sergey Popov (pinkbyte)
pinkbyte14/08/07 06:17:20

  Modified: boost-1.52.0-r7.ebuild ChangeLog
  Log:
  Backport fix for bug #498134, wrt bug #518840. Thanks to Michael Jones 
gentoo AT jonesmz.com for discovering this issue
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.5  dev-libs/boost/boost-1.52.0-r7.ebuild

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

Index: boost-1.52.0-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boost-1.52.0-r7.ebuild  30 Jul 2014 21:26:35 -  1.4
+++ boost-1.52.0-r7.ebuild  7 Aug 2014 06:17:20 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.4 
2014/07/30 21:26:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.5 
2014/08/07 06:17:20 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -107,6 +107,9 @@
 }
 
 src_configure() {
+   # Workaround for too many parallel processes requested, bug #506064
+   [ $(makeopts_jobs) -gt 64 ]  MAKEOPTS=${MAKEOPTS} -j64
+
OPTIONS=$(usex debug gentoodebug gentoorelease) -j$(makeopts_jobs) -q 
-d+2 --user-config=${S}/user-config.jam
 
if [[ ${CHOST} == *-darwin* ]]; then



1.323dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- ChangeLog   30 Jul 2014 21:26:35 -  1.322
+++ ChangeLog   7 Aug 2014 06:17:20 -   1.323
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.322 2014/07/30 
21:26:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.323 2014/08/07 
06:17:20 pinkbyte Exp $
+
+  07 Aug 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r7.ebuild:
+  Backport fix for bug #498134, wrt bug #518840. Thanks to Michael Jones
+  gentoo AT jonesmz.com for discovering this issue
 
   30 Jul 2014; Mikle Kolyada zlog...@gentoo.org boost-1.52.0-r7.ebuild:
   Whitespace






[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.52.0-r7.ebuild ChangeLog

2014-08-07 Thread Sergey Popov (pinkbyte)
pinkbyte14/08/07 06:19:26

  Modified: boost-1.52.0-r7.ebuild ChangeLog
  Log:
  Make dev-util/boost-build dependency less strict
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.6  dev-libs/boost/boost-1.52.0-r7.ebuild

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

Index: boost-1.52.0-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boost-1.52.0-r7.ebuild  7 Aug 2014 06:17:20 -   1.5
+++ boost-1.52.0-r7.ebuild  7 Aug 2014 06:19:26 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.5 
2014/08/07 06:17:20 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.6 
2014/08/07 06:19:26 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -27,7 +27,7 @@
sys-libs/zlib
!app-admin/eselect-boost
 DEPEND=${RDEPEND}
-   =dev-util/boost-build-1.52.0-r1
+   =dev-util/boost-build-1.52.0*
 
 S=${WORKDIR}/${MY_P}
 



1.324dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- ChangeLog   7 Aug 2014 06:17:20 -   1.323
+++ ChangeLog   7 Aug 2014 06:19:26 -   1.324
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.323 2014/08/07 
06:17:20 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.324 2014/08/07 
06:19:26 pinkbyte Exp $
+
+  07 Aug 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r7.ebuild:
+  Make dev-util/boost-build dependency less strict
 
   07 Aug 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r7.ebuild:
   Backport fix for bug #498134, wrt bug #518840. Thanks to Michael Jones






[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-ppc-medium.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 06:28:37

  Modified: hb-install-ppc-medium.xml
  Log:
  Updating French translation to version 19

Revision  ChangesPath
1.44 xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml?r1=1.43r2=1.44

Index: hb-install-ppc-medium.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-ppc-medium.xml   22 Sep 2013 06:54:42 -  1.43
+++ hb-install-ppc-medium.xml   7 Aug 2014 06:28:37 -   1.44
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml,v 1.43 
2013/09/22 06:54:42 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-medium.xml,v 1.44 
2014/08/07 06:28:37 jaaf Exp $ --
 
 sections
 
@@ -13,8 +13,8 @@
 Il y a plusieurs façons d'installer Gentoo. Ce chapitre explique comment le 
faire à partir du CD d'installation minimale.
 /abstract
 
-version16/version
-date2013-08-15/date
+version19/version
+date2014-04-12/date
 
 section
 titleMatériel requis/title
@@ -77,8 +77,7 @@
 /table
 
 p
-Vous devriez consulter la uri link=/doc/fr/gentoo-ppc-faq.xmlFoire Aux
-Questions PPC/uri pour toute question sur l'installation ou si vous vous
+Vous devriez consulter la uri 
link=https://wiki.gentoo.org/wiki/PPC/FAQ;Foire aux questions sur  PPC/uri 
pour toute question sur l'installation ou si vous vous
 demandez ce qu'il y a exactement dans la machine PowerPC qui repose sur votre
 bureau.
 /p
@@ -91,10 +90,10 @@
 section
 titleLe CD d'installation Gentoo/title
 subsection
-titleIntroduction/title
+titleCD d'installation minimale de Gentoo/title
 body
 p
-Les eCD d'installation Gentoo/e sont des CD amorçables qui contiennent un 
environnement Gentoo autonome. Ils vous permettent de démarrer Linux depuis le 
CD. Durant le processus de démarrage, votre matériel est détecté et les pilotes 
appropriés sont chargés. Ils sont maintenus par les développeurs de Gentoo. 
+Le eCD d'installation minimale de Gentoo/e est un CD amorçable qui 
contient un environnement Gentoo autonome. Il vous permet de démarrer Linux 
depuis le CD. Durant le processus de démarrage, votre matériel est détecté et 
les pilotes appropriés sont chargés. Il est maintenu par les développeurs de 
Gentoo et vous permet d'installer Gentoo via une connexion Internet active.
 /p
 
 p
@@ -108,7 +107,7 @@
 body
 
 p
-Le CD d'installation minimale est appelé ckeyval id=min-cd-name//c et 
prendkeyval id=min-cd-size/nbsp;Mo d'espace disque. Vous ne pouvez 
l'utiliser qu'avec une connexion à l'Internet opérationnelle.
+Le CD d'installation minimale est appelé ckeyval id=min-cd-name//c et 
occupe keyval id=min-cd-size/ Mo d'espace disque. 
 /p
 
 
@@ -125,8 +124,7 @@
 instructions de ce manuel.  Des archives stage1 et stage2 ont été disponibles
 et documentées, mais ne sont plus documentées dans ce manuel bien que ces
 archives soient encore disponibles.  Si vous tenez absolument à réaliser une
-installation à partir d'une de ces archives, veuillez consulter notre uri
-link=/doc/fr/faq.xml#stage12FAQ/uri à ce sujet.
+installation à partir d'une de ces archives, veuillez consulter notre  uri 
link=https://wiki.gentoo.org/wiki/FAQ#How_do_I_Install_Gentoo_Using_a_Stage1_or_Stage2_Tarball.3F;Comment
 installer Gentoo à partir d'une archive d'étape 1 ou 2 ?/uri à ce sujet.
 /p
 
 p
@@ -148,19 +146,19 @@
 
 p
 Vous avez choisi d'utiliser un CD d'installation Gentoo. Nous débuterons par le
-téléchargement puis la gravure du (des) CD d'installation que vous avez
-choisi(s). Nous avons déjà détaillé les différents CD disponibles, mais où
-pouvez-vous les trouvernbsp;?
+téléchargement puis la gravure du  CD d'installation que vous avez
+choisi. Nous avons déjà détaillé le CD d'installation, mais où
+pouvez-vous le trouver ?
 /p
 
 p
-Vous pouvez télécharger un de nos CD d'installation à partir d'un de nos uri
-link=/main/en/mirrors.xmlmiroirs/uri.  Les CD d'installation se trouvent
+Vous pouvez télécharger le CD d'installation à partir d'un de nos uri
+link=/main/en/mirrors.xmlmiroirs/uri.  Le CD d'installation se trouve
 dans le sous-répertoire pathkeyval id=release-dir/current-iso/path.
 /p
 p
-Dans ce répertoire, vous trouverez plusieurs fichiers ISO. Ce sont des images
-de CD que vous pouvez utiliser pour graver un CD-R.
+Dans ce répertoire, 

[gentoo-commits] gentoo-x86 commit in sci-electronics/voacapl: ChangeLog voacapl-0.6.4.ebuild voacapl-0.6.3.ebuild

2014-08-07 Thread Thomas Beierlein (tomjbe)
tomjbe  14/08/07 06:40:47

  Modified: ChangeLog voacapl-0.6.4.ebuild
  Removed:  voacapl-0.6.3.ebuild
  Log:
  Fix parallel build (bug 513766). Remove old. Thanks patrick
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.13 sci-electronics/voacapl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   2 Feb 2014 13:20:13 -   1.12
+++ ChangeLog   7 Aug 2014 06:40:47 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-electronics/voacapl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.12 
2014/02/02 13:20:13 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/ChangeLog,v 1.13 
2014/08/07 06:40:47 tomjbe Exp $
+
+  07 Aug 2014; Thomas Beierlein tom...@gentoo.org -voacapl-0.6.3.ebuild,
+  voacapl-0.6.4.ebuild:
+  Fix parallel build (bug 513766). Remove old. Thanks patrick
 
 *voacapl-0.6.4 (02 Feb 2014)
 



1.2  sci-electronics/voacapl/voacapl-0.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild?r1=1.1r2=1.2

Index: voacapl-0.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- voacapl-0.6.4.ebuild2 Feb 2014 13:20:13 -   1.1
+++ voacapl-0.6.4.ebuild7 Aug 2014 06:40:47 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild,v 1.1 
2014/02/02 13:20:13 tomjbe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild,v 1.2 
2014/08/07 06:40:47 tomjbe Exp $
 
 EAPI=4
 
@@ -17,6 +17,11 @@
 
 RESTRICT=mirror bindist
 
+src_compile() {
+   # bug 513766
+   emake -j1 DESTDIR=${D}
+}
+
 src_install() {
emake DESTDIR=${D} docdir=/usr/share/doc/${PF} install
 }






[gentoo-commits] gentoo-x86 commit in games-puzzle/neverball: neverball-1.6.0.ebuild ChangeLog

2014-08-07 Thread Michael Sterrett (mr_bones_)
mr_bones_14/08/07 06:43:50

  Modified: ChangeLog
  Added:neverball-1.6.0.ebuild
  Log:
  version bump (bug #519194)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.48 games-puzzle/neverball/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   15 May 2014 16:52:55 -  1.47
+++ ChangeLog   7 Aug 2014 06:43:50 -   1.48
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/neverball
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v 1.47 
2014/05/15 16:52:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v 1.48 
2014/08/07 06:43:50 mr_bones_ Exp $
+
+*neverball-1.6.0 (07 Aug 2014)
+
+  07 Aug 2014; Michael Sterrett mr_bon...@gentoo.org +neverball-1.6.0.ebuild:
+  version bump (bug #519194)
 
   15 May 2014; Ulrich Müller u...@gentoo.org neverball-1.5.4.ebuild:
   Fix USE dependency on media-libs/libsdl, audio USE flag was renamed to



1.1  games-puzzle/neverball/neverball-1.6.0.ebuild

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

Index: neverball-1.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.6.0.ebuild,v 1.1 
2014/08/07 06:43:50 mr_bones_ Exp $

EAPI=5
inherit eutils gnome2-utils games

DESCRIPTION=Clone of Super Monkey Ball using SDL/OpenGL
HOMEPAGE=http://neverball.org/;
SRC_URI=http://neverball.org/${P}.tar.gz;

LICENSE=GPL-2+ IJG
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls
RESTRICT=test

RDEPEND=media-libs/libsdl2[sound,joystick,opengl,video]
media-libs/sdl2-ttf
media-libs/libpng:0
virtual/jpeg
media-libs/libvorbis
virtual/opengl
dev-games/physfs
media-fonts/dejavu
media-fonts/wqy-microhei
nls? ( virtual/libintl )
DEPEND=${RDEPEND}
sys-devel/gettext

src_prepare() {
sed -i \
-e 's:mapc:neverball-mapc:g' \
-e 's:MAPC:NEVERBALL-MAPC:g' \
-e '1 s/ 1 / 6 /' \
dist/mapc.1 || die
sed -i \
-e '/CFLAGS.*O2/s:-O2:$(E_CFLAGS):' \
-e '/CXXFLAGS.*O2/s:-O2:$(E_CXXFLAGS):' \
-e /^MAPC_TARG/s/mapc/${PN}-mapc/ \
Makefile || die
}

src_compile() {
emake \
ENABLE_NLS=$(use nls  echo 1 || echo 0) \
E_CFLAGS=${CFLAGS} \
E_CXXFLAGS=${CXXFLAGS} \
LOCALEDIR=/usr/share/locale \
DATADIR=${GAMES_DATADIR}/${PN}
}

src_install() {
local font

dogamesbin ${PN}-mapc neverball neverputt
insinto ${GAMES_DATADIR}/${PN}
doins -r data/*
for font in DejaVuSans-Bold.ttf wqy-microhei.ttc
do
rm -f ${D}${GAMES_DATADIR}/${PN}/ttf/${font}
dosym /usr/share/fonts/*/${font} \
${GAMES_DATADIR}/${PN}/ttf/${font}
done
if [[ -d locale ]] ; then
insinto /usr/share
doins -r locale
fi
dodoc doc/{authors.txt,manual.txt,release-notes.md} README.md

local res
for res in 16 32 64 128 256; do
newicon -s ${res} dist/neverball_${res}.png ${P}.png
done

doman dist/*.6
newman dist/mapc.1 neverball-mapc.6
make_desktop_entry neverball Neverball
make_desktop_entry neverputt Neverputt

prepgamesdirs
}

pkg_postinst() {
gnome2_icon_cache_update
games_pkg_postinst
elog ${P} will overwrite existing high-score files, so back them up if
elog you want to preserve your old scores and progress.
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-ppc64-medium.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 06:43:21

  Modified: hb-install-ppc64-medium.xml
  Log:
  Updating French transltion to version 24

Revision  ChangesPath
1.23 xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml?r1=1.22r2=1.23

Index: hb-install-ppc64-medium.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-ppc64-medium.xml 22 Sep 2013 06:51:14 -  1.22
+++ hb-install-ppc64-medium.xml 7 Aug 2014 06:43:21 -   1.23
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml,v 
1.22 2013/09/22 06:51:14 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-medium.xml,v 
1.23 2014/08/07 06:43:21 jaaf Exp $ --
 !DOCTYPE sections SYSTEM /dtd/book.dtd
 
 !-- The content of this document is licensed under the CC-BY-SA license --
@@ -9,8 +9,8 @@
 abstract
 Il y a plusieurs façons d'installer Gentoo. Ce chapitre explique comment le 
faire à partir du CD d'installation minimale.
 /abstract
-version18/version
-date2013-08-15/date
+version24/version
+date2014-04-12/date
 
 section
 titleMatériel requis/title
@@ -67,14 +67,14 @@
 section
 titleLes CD d'installation de Gentoo/title
 subsection
-titleIntroduction/title
+titleCD d'installation minimale de Gentoo/title
 body
 
 p
-Les eCD d'installation Gentoo/e sont des CD-ROM amorçables qui contiennent
+Le eCD d'installation Gentoo/e est un CD-ROM amorçable qui contient
 un environnement Gentoo autonome. Cela vous permet de démarrer Linux à partir
 du CD-ROM. Pendant le chargement, votre matériel est détecté et les pilotes
-appropriés sont chargés. Ces CD sont maintenus par les développeurs Gentoo.
+appropriés sont chargés. Ce CD est maintenu par les développeurs Gentoo et 
vous permet d'installer Gentoo via une connexion Internet active.
 /p
 
 p
@@ -93,8 +93,7 @@
 
 p
 L'image du CD d'installation Minimal s'appelle ckeyval
-id=min-cd-name//c et ne pèse que keyval id=min-cd-size/nbsp;Mo. Une
-connexion à Internet est nécessaire.
+id=min-cd-name//c et n'occupe que keyval id=min-cd-size/ Mo d'espace 
disque.
 /p
 
 
@@ -112,8 +111,7 @@
 instructions de ce manuel.  Des archives stage1 et stage2 ont été disponibles
 et documentées, mais ne sont plus documentées dans ce manuel bien que ces
 archives soient encore disponibles.  Si vous tenez absolument à réaliser une
-installation à partir d'une de ces archives, veuillez consulter notre uri
-link=/doc/fr/faq.xml#stage12FAQ/uri à ce sujet.
+installation à partir d'une de ces archives, veuillez consulter notre uri 
link=https://wiki.gentoo.org/wiki/FAQ#How_do_I_Install_Gentoo_Using_a_Stage1_or_Stage2_Tarball.3F;Comment
 installer Gentoo à partir d'une archive d'étape 1 ou 2 ?/uri à ce sujet.
 /p
 p
 Les archives d'étape 3 peuvent être téléchargées de c pathkeyval
@@ -129,23 +127,23 @@
 body
 
 p
-Sur les PPC64, le noyau est 64nbsp;bits et l'eespace utilisateur/e peut 
être  32nbsp;bits ou 64nbsp;bits.
+Sur les PPC64, le noyau est 64 bits et l'eespace utilisateur/e peut être  
32 bits ou 64 bits.
 L'espace utilisateur est celui dans lequel s'exécutent des applications telles 
que  cbash/c
-ou cfirefox/c. Elles peuvent être compilées aussi bien en mode 
64nbsp;bits qu'en mode
-32nbsp;bits. L'équipe de  Gentoo/PPC64 prend en charge aussi bien les espaces 
utilisateurs 32nbsp;bits que 64nbsp;bitsnbsp;; la question se pose donc de 
savoir lequel vous allez utilisernbsp;!
+ou cfirefox/c. Elles peuvent être compilées aussi bien en mode 64 bits 
qu'en mode
+32 bits. L'équipe de  Gentoo/PPC64 prend en charge aussi bien les espaces 
utilisateurs 32 bits que 64 bits ; la question se pose donc de savoir lequel 
vous allez utiliser !
 /p
 
 p
-On a pu vous dire que les applications 64nbsp;bits sont meilleures, mais en 
réalité, les applications 32nbsp;bits prennent un peu moins de mémoire et 
tournent souvent un peu plus vite que les applications 64nbsp;bits.
+On a pu vous dire que les applications 64 bits sont meilleures, mais en 
réalité, les applications 32 bits prennent un peu moins de mémoire et tournent 
souvent un peu plus vite que les applications 64 bits.
 
 /p
 
 p
-Vous n'avez réellement besoin d'applications 64nbsp;bits que lorsque vous 
avez besoin de plus de mémoire que ne l'autorise un espace utilisateur 
32nbsp;bits, ou si vous faites un grand nombre de traitement numériques en 
64nbsp;bits. Si vous disposez de 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-working-features.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 06:47:42

  Modified: hb-working-features.xml
  Log:
  Updating French translation to version 13

Revision  ChangesPath
1.25 xml/htdocs/doc/fr/handbook/hb-working-features.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml?r1=1.24r2=1.25

Index: hb-working-features.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-working-features.xml 21 Mar 2014 08:00:10 -  1.24
+++ hb-working-features.xml 7 Aug 2014 06:47:42 -   1.25
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml,v 1.24 
2014/03/21 08:00:10 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-working-features.xml,v 1.25 
2014/08/07 06:47:42 jaaf Exp $ --
 
 sections
 
@@ -13,8 +13,8 @@
 distribuée, ccache et bien d'autres encore.
 /abstract
 
-version12/version
-date2013-12-17/date
+version13/version
+date2014-04-12/date
 
 section
 
@@ -46,11 +46,11 @@
 p
 Pour connaitre les fonctionnalités qui sont actives sur votre système, utilisez
 la commande cemerge --info/c et regardez le contenu de la variable
-«nbsp;FEATURESnbsp;».
+« FEATURES ».
 /p
 
-pre caption=Afficher les fonctionnalités actives
-$ iemerge --info | grep FEATURES/i
+pre caption=Afficher les fonctionnalités déjà activées
+$ iemerge --info | grep ^FEATURES=/i
 /pre
 
 /body
@@ -85,9 +85,9 @@
 p
 Distcc est fourni avec une interface graphique qui permet de suivre les tâches
 de compilation que votre ordinateur envoie. Si vous utilisez Gnome, ajoutez
-«nbsp;gnomenbsp;» à votre variable cUSE/c. Mais si vous n'utilisez pas
+« gnome » à votre variable cUSE/c. Mais si vous n'utilisez pas
 Gnome et souhaitez tout de même avoir une interface graphique, vous pouvez
-ajouter «nbsp;gtknbsp;» à votre variable cUSE/c.
+ajouter « gtk » à votre variable cUSE/c.
 /p
 
 pre caption=Installer distcc
@@ -113,7 +113,7 @@
 disponibles. Pour donner un exemple simple, nous supposerons que les serveurs
 distcc disponibles sont c192.168.1.102/c (l'hôte actuel),
 c192.168.1.103/c et c192.168.1.104/c (deux hôtes
-«nbsp;distantsnbsp;»)nbsp;:
+« distants ») :
 /p
 
 pre caption=Configurer distcc pour qu'il utilise trois serveurs distcc
@@ -121,7 +121,7 @@
 /pre
 
 p
-Bien entendu, n'oubliez pas de lancer le démon cdistccd/cnbsp;:
+Bien entendu, n'oubliez pas de lancer le démon cdistccd/c :
 /p
 
 pre caption=Lancer le démon distccd
@@ -168,7 +168,7 @@
 body
 
 p
-Utilisez la commande cemerge ccache/c pour installer cccache/cnbsp;:
+Utilisez la commande cemerge ccache/c pour installer cccache/c :
 /p
 
 pre caption=Installer ccache
@@ -185,7 +185,7 @@
 Ajoutez le mot-clé cccache/c à la variable cFEATURES/c du fichier
 path/etc/portage/make.conf/path.  Ensuite, ajoutez la variable 
cCCACHE_SIZE/c
 qui définit la taille par défaut du cache utilisé par ccache. Une valeur de
-2nbsp;Go est recommandée.
+2 Go est recommandée.
 /p
 
 pre caption=Editer CCACHE_SIZE dans /etc/portage/make.conf
@@ -196,7 +196,7 @@
 Pour vérifier que cccache/c fonctionne, vous pouvez exécuter cccache
 -s/c pour afficher les statistiques de cccache/c. Puisque Portage utilise
 un répertoire différent du répertoire par défaut, vous devez définir la
-variable cCCACHE_DIR/cnbsp;:
+variable cCCACHE_DIR/c :
 /p
 
 pre caption=Afficher les statistiques de ccache
@@ -228,7 +228,7 @@
 variable cPATH/c (ou tout au moins avant path/usr/bin/path). Pour cela,
 éditez le fichier path.bash_profile/path qui se trouve à la racine de 
 votre compte utilisateur. Utiliser path.bash_profile/path est une des 
-manières de définir la variable PATHnbsp;:
+manières de définir la variable PATH :
 /p
 
 pre caption=Modifier le fichier .bash_profile
@@ -246,7 +246,7 @@
 
 p
 Nous avons déjà parlé de l'utilisation de paquets précompilés, mais comment
-crée-t-on son propre paquet précompilénbsp;?
+crée-t-on son propre paquet précompilé ?
 /p
 
 p
@@ -265,7 +265,7 @@
 
 p
 Vous trouverez plus de détails à propos de la création de paquets binaires dans
-la documentation de ccatalyst/c (en anglais)nbsp;: uri
+la documentation de ccatalyst/c (en anglais) : uri
 link=/proj/en/releng/catalyst/faq.xmlCatalyst FAQ/uri.
 /p
 
@@ -281,7 +281,7 @@
 stocker tous vos paquets binaires sur un serveur et utiliser celui-ci pour
 mettre plusieurs machines à jour.  Pour utiliser un tel serveur, vous devez le
 définir 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-about.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 06:53:50

  Modified: hb-install-about.xml
  Log:
  Updating French translation to version 14

Revision  ChangesPath
1.33 xml/htdocs/doc/fr/handbook/hb-install-about.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml?r1=1.32r2=1.33

Index: hb-install-about.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-about.xml17 Mar 2014 14:29:19 -  1.32
+++ hb-install-about.xml7 Aug 2014 06:53:50 -   1.33
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml,v 1.32 
2014/03/17 14:29:19 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-about.xml,v 1.33 
2014/08/07 06:53:50 jaaf Exp $ --
 
 sections
 
@@ -13,13 +13,13 @@
 documentées dans ce manuel.
 /abstract
 
-version13/version
-date2013-12-17/date
+version14/version
+date2014-04-13/date
 
 section
 titleIntroduction/title
 subsection
-titleBienvenuenbsp;!/title
+titleBienvenue !/title
 body
 
 p
@@ -51,12 +51,12 @@
 /body
 /subsection
 subsection
-titleComment l'installation est-elle structuréenbsp;?/title
+titleComment l'installation est-elle structurée ?/title
 body
 
 p
 L'installation de Gentoo se déroule en dix étapes couvertes par les chapitre 2
-à 11. Après chaque étape, votre système sera dans un état bien défininbsp;:
+à 11. Après chaque étape, votre système sera dans un état bien défini :
 /p
 
 ul
@@ -72,7 +72,7 @@
 li
   Après l'étape 4, votre environnement est prêt pour l'installation et vous
   êtes prêt à vous placer à la racine de ce qui sera votre nouveau système (le
-  «nbsp;chrootnbsp;», pour les spécialistes).
+  « chroot », pour les spécialistes).
 /li
 li
   Après l'étape 5, les paquets de base identiques sur toutes les installations
@@ -90,7 +90,7 @@
   proposés dans une belle liste) sont installés.
 /li
 li
-  Après l'étape 9, le chargeur de démarrage (le «nbsp;bootloadernbsp;») est
+  Après l'étape 9, le chargeur de démarrage (le « bootloader ») est
   installé et configuré et vous êtes connecté sur votre nouveau système Gentoo.
 /li
 li
@@ -103,15 +103,15 @@
 le cas, nous nous efforcerons de vous expliquer les avantages et les
 inconvénients de chaque option et nous continuerons ensuite avec celle par
 défaut. Les choix par défaut sont identifiés par le texte
-«nbsp;Défautnbsp;:nbsp;». Les autres possibilités sont identifiées par le
-texte «nbsp;Alternativenbsp;:nbsp;». Ne croyez pas que les choix par défaut
-représentent des recommandationsnbsp;; ils indiquent simplement les choix que,
+« Défaut : ». Les autres possibilités sont identifiées par le
+texte « Alternative : ». Ne croyez pas que les choix par défaut
+représentent des recommandations ; ils indiquent simplement les choix que,
 selon nous, la plupart des utilisateurs feront.
 /p
 
 p
 Parfois, vous aurez la possibilité de réaliser des actions facultatives. De
-telles étapes sont identifiées par le texte «nbsp;Facultatifnbsp;» et ne sont
+telles étapes sont identifiées par le texte « Facultatif » et ne sont
 pas essentielles pour installer Gentoo. Cependant, certaines options dépendent
 de choix que vous aurez faits plus tôt. Dans ce cas, nous vous en informerons
 au moment de faire votre choix et au début de la description de l'étape.
@@ -120,7 +120,7 @@
 /body
 /subsection
 subsection
-titleQuelles sont les possibilitésnbsp;?/title
+titleQuelles sont les possibilités ?/title
 body
 
 p
@@ -147,25 +147,21 @@
 
 p
 Vous pourriez aussi trouver notre uri 
link=https://wiki.gentoo.org/wiki/Gentoo_installation_tips_and_tricks;Gentoo
-Installation Tips amp; Tricks/uri utile. Si vous êtes un utilisateur 
habitué à Gentoo, peut-être
-devriez-vous essayer un de nos guides d'installation rapide, si un tel quide
-existe pour votre architecture. Veuillez consulter  uri
-link=https://wiki.gentoo.org/wiki/Project:Documentation/Overview;Documentation
-Overview/uri.
+Installation Tips amp; Tricks/uri utile. 
 /p
 
 p
-Vous avez aussi le choix entre plusieurs points de départsnbsp;:vous pouvez
+Vous avez aussi le choix entre plusieurs points de départs :vous pouvez
 compiler 100% de votre nouveau système ou installer des logiciels précompilés
 pour accélérer la procédure d'installation. Évidemment, il existe d'autres
-possibilités entre ces deux extrêmesnbsp;: vous pouvez, par exemple, partir
+possibilités entre 

[gentoo-commits] gentoo-x86 commit in media-radio/dxcc: dxcc-20080225-r1.ebuild ChangeLog

2014-08-07 Thread Thomas Beierlein (tomjbe)
tomjbe  14/08/07 06:58:26

  Modified: ChangeLog
  Added:dxcc-20080225-r1.ebuild
  Log:
  bump EAPI
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.4  media-radio/dxcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   22 Oct 2010 14:41:07 -  1.3
+++ ChangeLog   7 Aug 2014 06:58:26 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/dxcc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v 1.3 2010/10/22 
14:41:07 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v 1.4 2014/08/07 
06:58:26 tomjbe Exp $
+
+*dxcc-20080225-r1 (07 Aug 2014)
+
+  07 Aug 2014; Thomas Beierlein tom...@gentoo.org +dxcc-20080225-r1.ebuild:
+  bump EAPI
 
   22 Oct 2010; Christian Faulhammer fa...@gentoo.org dxcc-20080225.ebuild:
   stable x86, bug 341467



1.1  media-radio/dxcc/dxcc-20080225-r1.ebuild

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

Index: dxcc-20080225-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/dxcc-20080225-r1.ebuild,v 
1.1 2014/08/07 06:58:25 tomjbe Exp $

EAPI=5
inherit eutils

DESCRIPTION=A ham radio callsign DXCC lookup utility
HOMEPAGE=http://fkurz.net/ham/dxcc.html;
SRC_URI=http://fkurz.net/ham/${PN}/${P}.tar.gz;

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

RDEPEND=dev-lang/perl
tk? ( dev-perl/perl-tk )

src_prepare() {
epatch ${FILESDIR}/Makefile.patch
}

src_install() {
emake DESTDIR=${D}/usr install
dodoc README ChangeLog
}






[gentoo-commits] gentoo-x86 commit in media-radio/adifmerg: adifmerg-31-r1.ebuild ChangeLog adifmerg-29.ebuild

2014-08-07 Thread Thomas Beierlein (tomjbe)
tomjbe  14/08/07 07:03:25

  Modified: ChangeLog
  Added:adifmerg-31-r1.ebuild
  Removed:  adifmerg-29.ebuild
  Log:
  bump EAPI. remove old
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.12 media-radio/adifmerg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/adifmerg/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Jun 2012 07:30:38 -  1.11
+++ ChangeLog   7 Aug 2014 07:03:24 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for media-radio/adifmerg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/ChangeLog,v 1.11 
2012/06/19 07:30:38 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/ChangeLog,v 1.12 
2014/08/07 07:03:24 tomjbe Exp $
+
+*adifmerg-31-r1 (07 Aug 2014)
+
+  07 Aug 2014; Thomas Beierlein tom...@gentoo.org -adifmerg-29.ebuild,
+  +adifmerg-31-r1.ebuild:
+  bump EAPI. remove old
 
   19 Jun 2012; Jeff Horelick jdh...@gentoo.org adifmerg-31.ebuild:
   marked x86 per bug 421685



1.1  media-radio/adifmerg/adifmerg-31-r1.ebuild

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

Index: adifmerg-31-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/adifmerg-31-r1.ebuild,v 
1.1 2014/08/07 07:03:24 tomjbe Exp $

EAPI=5

MY_P=${P/-}

DESCRIPTION=A small conversion and check utility for ADIF files
HOMEPAGE=http://jaakko.home.cern.ch/jaakko/Soft/;
SRC_URI=http://jaakko.home.cern.ch/jaakko/Soft/${MY_P}.tgz;

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

RDEPEND=dev-lang/perl

S=${WORKDIR}/${MY_P}

src_install() {
dobin adifmerg
doman doc/adifmerg.1
dodoc CHANGELOG README

if use examples; then
insinto /usr/share/${PN}
doins -r script
fi
}






[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-ia64-kernel.xml hb-install-ppc-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:14:32

  Modified: hb-install-ia64-kernel.xml
hb-install-ppc-kernel.xml
  Log:
  Upating French translation to version 21
  VS: --

Revision  ChangesPath
1.4  xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?r1=1.3r2=1.4

Index: hb-install-ia64-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-ia64-kernel.xml  7 Aug 2014 07:10:08 -   1.3
+++ hb-install-ia64-kernel.xml  7 Aug 2014 07:14:32 -   1.4
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v 1.3 
2014/08/07 07:10:08 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v 1.4 
2014/08/07 07:14:32 jaaf Exp $ --
 
 sections
 
@@ -115,7 +115,7 @@
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
 additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
 
link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
-/uri sur le wiki de Gentoo..
+/uri sur le wiki de Gentoo.
 /p
 
 /body



1.40 xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml?r1=1.39r2=1.40

Index: hb-install-ppc-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-ppc-kernel.xml   17 Mar 2014 11:08:08 -  1.39
+++ hb-install-ppc-kernel.xml   7 Aug 2014 07:14:32 -   1.40
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml,v 1.39 
2014/03/17 11:08:08 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc-kernel.xml,v 1.40 
2014/08/07 07:14:32 jaaf Exp $ --
 
 sections
 
@@ -12,8 +12,8 @@
 Le noyau Linux est le cœur de toute distribution Linux. Ce chapitre vous 
explique comment le configurer.
 /abstract
 
-version20/version
-date2013-12-17/date
+version21/version
+date2014-05-11/date
 
 
 section
@@ -24,7 +24,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs
 noyaux à ses utilisateurs. Une liste complète, accompagnée de descriptions,
 est disponible dans le uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview;Guide du noyau
@@ -57,14 +57,14 @@
 Il est maintenant temps de configurer et de compiler votre noyau. La commande
 cgenkernel/c est disponible sur tous les systèmes. Cette commande
 construira un noyau générique tel que celui utilisé par le LiveCD. Toutefois,
-nous expliquerons d'abord la configuration «nbsp;manuellenbsp;», car c'est 
le moyen le plus efficace pour optimiser votre environnement.
+nous expliquerons d'abord la configuration « manuelle », car c'est le moyen le 
plus efficace pour optimiser votre environnement.
 /p
 
 p
 Pour compiler votre noyau manuellement, poursuivez votre lecture avec la uri
-link=#manualPar défautnbsp;: Configuration manuelle/uri.  Si vous
+link=#manualPar défaut : Configuration manuelle/uri.  Si vous
 souhaitez utiliser cgenkernel/c, vous devriez plutôt lire uri
-link=#genkernelAlternativenbsp;: utiliser genkernel/uri.
+link=#genkernelAlternative : utiliser genkernel/uri.
 /p
 
 /body
@@ -84,12 +84,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-ppc64-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:17:50

  Modified: hb-install-ppc64-kernel.xml
  Log:
  Updating French translation to vesion 16

Revision  ChangesPath
1.19 xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml?r1=1.18r2=1.19

Index: hb-install-ppc64-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-ppc64-kernel.xml 17 Mar 2014 11:11:18 -  1.18
+++ hb-install-ppc64-kernel.xml 7 Aug 2014 07:17:50 -   1.19
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v 
1.18 2014/03/17 11:11:18 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ppc64-kernel.xml,v 
1.19 2014/08/07 07:17:50 jaaf Exp $ --
 !DOCTYPE sections SYSTEM /dtd/book.dtd
 
 !-- The content of this document is licensed under the CC-BY-SA license --
@@ -9,8 +9,8 @@
 abstract
 Le noyau Linux est le cœur de toute distribution Linux. Ce chapitre vous 
explique comment le configurer.
 /abstract
-version15/version
-date2013-12-17/date
+version16/version
+date2014-05-11/date
 
 
 section
@@ -21,7 +21,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs
 noyaux à ses utilisateurs. Une liste complète, accompagnée de descriptions,
 est disponible dans le uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview;Guide du noyau
@@ -80,12 +80,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est vraie : vous devez connaitre votre système pour
 configurer manuellement un noyau. La majeure partie de cette information peut
 être obtenue en utilisant la commande clspci/c qui est dans le paquet
 pciutils (cemerge pciutils/c). Vous pourrez désormais utiliser clspci/c
 depuis votre environnement en chroot. Vous pouvez ignorer les avertissements
-epcilib/e (comme par exemplenbsp;: pcilib: cannot open
+epcilib/e (comme par exemple : pcilib: cannot open
 /sys/bus/pci/devices) que vous obtiendrez avec clspci/c. Vous pouvez
 également exécuter clspci/c depuis un environnement enon chrooté/e. Le
 résultat est le même. Vous pouvez également exécuter clsmod/c pour voir les
@@ -95,7 +95,7 @@
 
 pre caption=lancer menuconfig
 # icd /usr/src/linux/i
-comment(Important : si vous êtes dans un environnement 32nbsp;bits, vous
+comment(Important : si vous êtes dans un environnement 32 bits, vous
 devez modifier le Makefile dans /usr/src/linux et changer l'option
 CROSS_COMPILE en CROSS_COMPILE ?= powerpc64-unknown-linux-gnu-. Vous devez
 faire ceci avant de lancer make menuconfig sinon vous risquez d'avoir des
@@ -107,7 +107,9 @@
 Plusieurs sections d'options de configuration s'afficheront. Nous allons
 d'abord dresser la liste de certaines options que vous devez activer (sinon,
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
-additionnels).
+additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
+link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
+/uri sur le wiki de Gentoo.
 /p
 
 /body
@@ -147,7 +149,7 @@
 Si vous utilisez PPPoE ou un modem classique pour vous connecter à Internet,
 vous aurez besoin des options du noyau suivantes (vous trouverez les options
 mentionnées ici dans cNetworking support/c qui est une sous-partir de
-cDevice Drivers/c)nbsp;:
+cDevice Drivers/c) :
 /p
 
 pre caption=sélection des pilotes PPPoE
@@ -193,7 +195,7 @@
 
 p
 Maintenant que votre noyau est configuré, il est temps de le compiler et de
-l'installer. Quittez la configuration et lancez la compilationnbsp;:
+l'installer. Quittez la configuration et lancez la compilation :
 /p
 
 pre caption=compiler le noyau






[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-ia64-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:10:08

  Modified: hb-install-ia64-kernel.xml
  Log:
  Updating French translation to version 24

Revision  ChangesPath
1.3  xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml?r1=1.2r2=1.3

Index: hb-install-ia64-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ia64-kernel.xml  17 Mar 2014 11:04:57 -  1.2
+++ hb-install-ia64-kernel.xml  7 Aug 2014 07:10:08 -   1.3
@@ -4,12 +4,12 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v 1.2 
2014/03/17 11:04:57 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-ia64-kernel.xml,v 1.3 
2014/08/07 07:10:08 jaaf Exp $ --
 
 sections
 
-version23/version
-date2013-12-17/date
+version24/version
+date2014-05-11/date
 
 section
 titleInstaller les sources/title
@@ -19,7 +19,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs 
noyaux
 à ses utilisateurs. Une liste complète, accompagnée de descriptions, est
 disponible dans le uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview;Guide du noyau de 
Gentoo/uri.
@@ -57,15 +57,15 @@
 Il est maintenant temps de configurer et de compiler votre noyau. Vous pouvez
 utiliser cgenkernel/c. Cette commande construira un noyau générique tel que
 celui utilisé par le CD d'installation. Toutefois, nous expliquerons d'abord la
-configuration «nbsp;manuellenbsp;», puisque c'est la meilleure façon
+configuration « manuelle », puisque c'est la meilleure façon
 d'optimiser votre environnement.
 /p
 
 p
 Si vous souhaitez configurer manuellement votre noyau, poursuivez votre lecture
-avec uri link=#manualPar défautnbsp;: configuration manuelle/uri. Si 
vous
+avec uri link=#manualPar défaut : configuration manuelle/uri. Si vous
 souhaitez utiliser cgenkernel/c, vous devriez plutôt lire uri
-link=#genkernelAlternativenbsp;: utiliser genkernel/uri.
+link=#genkernelAlternative : utiliser genkernel/uri.
 /p
 
 
@@ -73,7 +73,7 @@
 /subsection
 /section
 section id=manual
-titlePar défautnbsp;: configuration manuelle/title
+titlePar défaut : configuration manuelle/title
 subsection
 titleIntroduction/title
 body
@@ -86,12 +86,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est vraie : vous devez connaitre votre système pour
 configurer manuellement un noyau. La majeure partie des informations peut être
 obtenue en utilisant la commande clspci/c qui est dans le paquet pciutils
 (cemerge pciutils/c). Vous pourrez désormais utiliser clspci/c depuis
 votre environnement en chroot. Vous pouvez ignorer les avertissements
-epcilib/e (comme par exemplenbsp;: pcilib: cannot open
+epcilib/e (comme par exemple : pcilib: cannot open
 /sys/bus/pci/devices) que vous obtiendrez avec clspci/c. Vous pouvez
 également exécuter clspci/c depuis un environnement enon chrooté/e. Le
 résultat est le même. Vous pouvez également exécuter clsmod/c pour voir les
@@ -113,7 +113,9 @@
 Plusieurs sections d'options de configuration s'afficheront. Nous allons
 d'abord dresser la liste de certaines options que vous devez activer (sinon,
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
-additionnels).
+additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
+link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
+/uri sur le wiki de Gentoo..
 /p
 
 /body
@@ -189,7 +191,7 @@
 
 p
 Si vous utilisez PPPoE ou un modem classique pour vous connecter à Internet,
-vous aurez besoin des options  suivantes du noyaunbsp;:
+vous aurez besoin des options  suivantes du noyau :
 /p
 
 pre caption=sélectionner les pilotes  PPPoE nécessaires
@@ -214,7 +216,7 @@
 
 p
 Si vous avez un système Opteron multiprocesseurs ou multicœur (AMD64 X2 par
-ex.), vous devriez activer «nbsp;Symmetric multi-processing supportnbsp;».
+ex.), vous devriez activer « Symmetric multi-processing support ».
 /p
 
 pre caption=activer la prise en 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-hppa-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:20:21

  Modified: hb-install-hppa-kernel.xml
  Log:
  Updating French translation to version 18

Revision  ChangesPath
1.36 xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml?r1=1.35r2=1.36

Index: hb-install-hppa-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-hppa-kernel.xml  17 Mar 2014 14:42:20 -  1.35
+++ hb-install-hppa-kernel.xml  7 Aug 2014 07:20:21 -   1.36
@@ -4,12 +4,12 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v 
1.35 2014/03/17 14:42:20 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-hppa-kernel.xml,v 
1.36 2014/08/07 07:20:21 jaaf Exp $ --
 
 sections
 
-version17/version
-date2013-12-17/date
+version18/version
+date2014-05-11/date
 
 section
 titleInstaller les sources/title
@@ -19,7 +19,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs
 noyaux à ses utilisateurs. Une liste complète, accompagnée de descriptions,
 est disponible dans uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview/fr;Kernel/Vue 
d'ensemble/uri.
@@ -52,22 +52,22 @@
 Il est maintenant temps de configurer et de compiler votre noyau. La commande
 cgenkernel/c est disponible sur tous les systèmes. Cette commande
 construira un noyau générique tel que celui utilisé par le LiveCD. Toutefois,
-nous expliquerons d'abord la configuration «nbsp;manuellenbsp;», puisque
+nous expliquerons d'abord la configuration « manuelle », puisque
 c'est la meilleure façon d'optimiser votre environnement.
 /p
 
 p
 Si vous souhaitez configurer manuellement votre noyau, poursuivez votre lecture
-avec uri link=#manualPar défautnbsp;: configuration manuelle/uri.  Si
+avec uri link=#manualPar défaut : configuration manuelle/uri.  Si
 vous souhaitez utiliser cgenkernel/c, vous devriez plutôt lire uri
-link=#genkernelAlternativenbsp;: utiliser genkernel/uri.
+link=#genkernelAlternative : utiliser genkernel/uri.
 /p
 
 /body
 /subsection
 /section
 section id=manual
-titlePar défautnbsp;: configuration manuelle/title
+titlePar défaut : configuration manuelle/title
 subsection
 titleIntroduction/title
 body
@@ -80,12 +80,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est vraie : vous devez connaitre votre système pour
 configurer manuellement un noyau. La majeure partie de cette information peut
 être obtenue en utilisant la commande clspci/c qui est dans le paquet
 pciutils (cemerge pciutils/c). Vous pourrez désormais utiliser clspci/c
 depuis votre environnement en chroot. Vous pouvez ignorer les avertissements
-epcilib/e (comme par exemplenbsp;: pcilib: cannot open
+epcilib/e (comme par exemple : pcilib: cannot open
 /sys/bus/pci/devices) que vous obtiendrez avec clspci/c. Vous pouvez
 également exécuter clspci/c depuis un environnement enon chrooté/e. Le
 résultat est le même. Vous pouvez également exécuter clsmod/c pour voir les
@@ -107,7 +107,9 @@
 Plusieurs sections d'options de configuration s'afficheront. Nous allons
 d'abord dresser la liste de certaines options que vous devez activer (sinon,
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
-additionnels).
+additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
+link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
+/uri sur le wiki de Gentoo.
 /p
 
 /body
@@ -138,7 +140,7 @@
 
 p
 Si vous utilisez PPPoE ou un modem classique pour vous connecter à Internet,
-vous aurez besoin des options du noyau suivantesnbsp;:
+vous aurez besoin des options du noyau suivantes :
 /p
 
 pre caption=sélection des pilotes PPPoE
@@ -175,7 +177,7 @@
 
 p
 Si aucune souris n'est connectée sur votre port HIL, utilisez simplement le 
support HIL de
-basenbsp;:
+base :
 /p
 
 pre caption=support HIL de base
@@ -184,7 +186,7 @@
 /pre
 
 p
-Par contre, si vous voulez le support HIL ecomplet/e, utiliseznbsp;:
+Par contre, 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-sparc-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:22:47

  Modified: hb-install-sparc-kernel.xml
  Log:
  Updating French translation to version 19

Revision  ChangesPath
1.30 xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml?r1=1.29r2=1.30

Index: hb-install-sparc-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-sparc-kernel.xml 21 Mar 2014 06:44:32 -  1.29
+++ hb-install-sparc-kernel.xml 7 Aug 2014 07:22:47 -   1.30
@@ -4,12 +4,12 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml,v 
1.29 2014/03/21 06:44:32 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-kernel.xml,v 
1.30 2014/08/07 07:22:47 jaaf Exp $ --
 
 sections
 
-version18/version
-date2013-12-17/date
+version19/version
+date2014-05-11/date
 
 
 section
@@ -20,7 +20,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs
 noyaux à ses utilisateurs.  Une liste complète, accompagnée de descriptions,
 est disponible dans le uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview/fr;Kernel/Vue 
d'ensemble/uri.
@@ -71,12 +71,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est vraie : vous devez connaitre votre système pour
 configurer manuellement un noyau. La majeure partie de cette information peut
 être obtenue en utilisant la commande clspci/c qui est dans le paquet
 pciutils (cemerge pciutils/c). Vous pourrez désormais utiliser clspci/c
 depuis votre environnement en chroot. Vous pouvez ignorer les avertissements
-epcilib/e (comme par exemplenbsp;: pcilib: cannot open
+epcilib/e (comme par exemple : pcilib: cannot open
 /sys/bus/pci/devices) que vous obtiendrez avec clspci/c. Vous pouvez
 également exécuter clspci/c depuis un environnement enon chrooté/e. Le
 résultat est le même. Vous pouvez également exécuter clsmod/c pour voir les
@@ -98,7 +98,9 @@
 Plusieurs sections d'options de configuration s'afficheront. Nous allons
 d'abord dresser la liste de certaines options que vous devez activer (sinon,
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
-additionnels).
+additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
+link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
+/uri sur le wiki de Gentoo.
 /p
 
 /body
@@ -146,7 +148,7 @@
 
 p
 Si vous utilisez PPPoE ou un modem classique pour vous connecter à Internet,
-vous aurez besoin des options du noyau suivantesnbsp;:
+vous aurez besoin des options du noyau suivantes :
 /p
 
 pre caption=sélectionner les pilotes PPPoE
@@ -165,19 +167,19 @@
 /p
 
 p
-Ensuite, activez le support du bus appropriénbsp;:
+Ensuite, activez le support du bus approprié :
 /p
 
 pre caption=activer SBUS/UPA
 Console drivers ---gt;
   Frame-buffer support ---gt;
 [*] SBUS and UPA framebuffers
-  [*] Creator/Creator3D support comment(Seulement pour le «nbsp;UPA 
slot adapternbsp;» souvent présent dans les machines Ultra.)/comment
-[*] CGsix (GX,TurboGX) support  comment(Seulement pour le 
«nbsp;SBUS slot adapternbsp;» souvent présent dans les machines 
SPARCStations.)/comment
+  [*] Creator/Creator3D support comment(Seulement pour le « UPA slot 
adapter » souvent présent dans les machines Ultra.)/comment
+[*] CGsix (GX,TurboGX) support  comment(Seulement pour le « SBUS 
slot adapter » souvent présent dans les machines SPARCStations.)/comment
 /pre
 
 p
-Bien sûr, vous désirerez activer le support pour OBPnbsp;:
+Bien sûr, vous désirerez activer le support pour OBP :
 /p
 
 pre caption=activer le support OBP
@@ -186,7 +188,7 @@
 /pre
 
 p
-Vous aurez aussi besoin de pilotes SCSI spécifiquesnbsp;:
+Vous aurez aussi besoin de pilotes SCSI spécifiques :
 /p
 
 pre caption=activer les pilotes SCSI spécifiques
@@ -199,14 +201,14 @@
 
 p
 Pour le support de votre carte réseau, choisissez une des options
-suivantesnbsp;:
+suivantes :
 /p
 
 pre 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-alpha-kernel.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:25:45

  Modified: hb-install-alpha-kernel.xml
  Log:
  Updating French translation to version 19

Revision  ChangesPath
1.38 xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml?r1=1.37r2=1.38

Index: hb-install-alpha-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-alpha-kernel.xml 21 Mar 2014 06:57:50 -  1.37
+++ hb-install-alpha-kernel.xml 7 Aug 2014 07:25:45 -   1.38
@@ -4,12 +4,12 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml,v 
1.37 2014/03/21 06:57:50 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-alpha-kernel.xml,v 
1.38 2014/08/07 07:25:45 jaaf Exp $ --
 
 sections
 
-version18/version
-date2013-12-17/date
+version19/version
+date2014-05-11/date
 
 
 section
@@ -20,7 +20,7 @@
 
 p
 Le cœur autour duquel sont bâties toutes les distributions est le noyau (en
-anglais «nbsp;kernelnbsp;») Linux. Ce noyau est l'interface entre les
+anglais « kernel ») Linux. Ce noyau est l'interface entre les
 programmes utilisateur et le matériel. Gentoo offre un choix de plusieurs
 noyaux à ses utilisateurs. Une liste complète, accompagnée de descriptions,
 est disponible sur la page uri 
link=https://wiki.gentoo.org/wiki/Kernel/Overview/fr;Kernel/Vue 
d'ensemble/uri. 
@@ -51,22 +51,22 @@
 Il est maintenant temps de configurer et de compiler votre noyau. Vous pouvez
 utiliser cgenkernel/c. Cette commande construira un noyau générique tel que
 celui utilisé par le CD d'installation. Toutefois, nous expliquerons d'abord la
-configuration «nbsp;manuellenbsp;», puisque c'est la meilleure façon
+configuration « manuelle », puisque c'est la meilleure façon
 d'optimiser votre environnement.
 /p
 
 p
 Si vous souhaitez configurer manuellement votre noyau, poursuivez votre lecture
-avec uri link=#manualPar défautnbsp;: configuration manuelle/uri.  Si
+avec uri link=#manualPar défaut : configuration manuelle/uri.  Si
 vous souhaitez utiliser cgenkernel/c, vous devriez plutôt lire uri
-link=#genkernelAlternativenbsp;: utiliser genkernel/uri.
+link=#genkernelAlternative : utiliser genkernel/uri.
 /p
 
 /body
 /subsection
 /section
 section id=manual
-titlePar défautnbsp;: configuration manuelle/title
+titlePar défaut : configuration manuelle/title
 subsection
 titleIntroduction/title
 body
@@ -79,12 +79,12 @@
 /p
 
 p
-Toutefois, une chose est vraienbsp;: vous devez connaitre votre système pour
+Toutefois, une chose est vraie : vous devez connaitre votre système pour
 configurer manuellement un noyau. La majeure partie de cette information peut
 être obtenue en utilisant la commande clspci/c qui est dans le paquet
 pciutils (cemerge pciutils/c). Vous pourrez désormais utiliser clspci/c
 depuis votre environnement en chroot. Vous pouvez ignorer les avertissements
-epcilib/e (comme par exemplenbsp;: pcilib: cannot open
+epcilib/e (comme par exemple : pcilib: cannot open
 /sys/bus/pci/devices) que vous obtiendrez avec clspci/c. Vous pouvez
 également exécuter clspci/c depuis un environnement enon chrooté/e. Le
 résultat est le même. Vous pouvez également exécuter clsmod/c pour voir les
@@ -106,7 +106,9 @@
 Plusieurs sections d'options de configuration s'afficheront. Nous allons
 d'abord dresser la liste de certaines options que vous devez activer (sinon,
 Gentoo ne fonctionnera pas ou, du moins, pas sans quelques réglages
-additionnels).
+additionnels).Pour vous apporter une aide complémentaire, nous vous proposons 
également  uri 
+link=https://wiki.gentoo.org/wiki/Kernel/Gentoo_Kernel_Configuration_Guide/fr;Le
 guide de configuration du noyau de Gentoo
+/uri sur le wiki de Gentoo.
 /p
 
 /body
@@ -137,7 +139,7 @@
 
 p
 Si vous utilisez PPPoE ou un modem classique pour vous connecter à Internet,
-vous aurez besoin des options du noyau suivantesnbsp;:
+vous aurez besoin des options du noyau suivantes :
 /p
 
 pre caption=sélection des pilotes PPPoE
@@ -161,7 +163,7 @@
 /p
 
 p
-Les options suivantes sont recommandéesnbsp;:
+Les options suivantes sont recommandées :
 /p
 
 pre caption=options recommandées
@@ -240,7 +242,7 @@
 
 p
 Maintenant que votre noyau est configuré, il est temps de le compiler et de
-l'installer. Quittez la configuration et lancez la 

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

2014-08-07 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/07 07:37:54

  Modified: ChangeLog apache-2.eclass
  Log:
  Fixed numerous misquotings by introducing arrays

Revision  ChangesPath
1.1344   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1343
retrieving revision 1.1344
diff -u -r1.1343 -r1.1344
--- ChangeLog   6 Aug 2014 08:25:02 -   1.1343
+++ ChangeLog   7 Aug 2014 07:37:54 -   1.1344
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1343 2014/08/06 
08:25:02 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1344 2014/08/07 
07:37:54 polynomial-c Exp $
+
+  07 Aug 2014; Lars Wendler polynomia...@gentoo.org apache-2.eclass:
+  Fixed numerous misquotings by introducing arrays. Removed some useless die
+  statements. Thanks to Arfrever for sorting out these issues.
 
   06 Aug 2014; Sven Vermeulen sw...@gentoo.org selinux-policy-2.eclass:
   Add support for different GIT repositories with SELinux policy ebuilds



1.39 eclass/apache-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?r1=1.38r2=1.39

Index: apache-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- apache-2.eclass 5 Aug 2014 14:19:19 -   1.38
+++ apache-2.eclass 7 Aug 2014 07:37:54 -   1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.38 2014/08/05 
14:19:19 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.39 2014/08/07 
07:37:54 polynomial-c Exp $
 
 # @ECLASS: apache-2.eclass
 # @MAINTAINER:
@@ -181,7 +181,7 @@
local unsupported=0
 
for m in ${MODULE_CRITICAL} ; do
-   if ! has ${m} ${MY_MODS} ; then
+   if ! has ${m} ${MY_MODS[@]} ; then
ewarn Module '${m}' is required in the default apache 
configuration.
unsupported=1
fi
@@ -210,7 +210,7 @@
 check_module_depends() {
local err=0
 
-   for m in ${MY_MODS} ; do
+   for m in ${MY_MODS[@]} ; do
for dep in ${MODULE_DEPENDS} ; do
if [[ ${m} == ${dep%:*} ]] ; then
if ! use apache2_modules_${dep#*:} ; then
@@ -249,62 +249,63 @@
mod_type=shared
fi
 
-   MY_CONF=--enable-so=static
+   MY_CONF=( --enable-so=static )
+   MY_MODS=()
 
if use ldap ; then
-   MY_CONF+= --enable-authnz_ldap=${mod_type} 
--enable-ldap=${mod_type}
-   MY_MODS+= ldap authnz_ldap
+   MY_CONF+=( --enable-authnz_ldap=${mod_type} 
--enable-ldap=${mod_type} )
+   MY_MODS+=( ldap authnz_ldap )
else
-   MY_CONF+= --disable-authnz_ldap --disable-ldap
+   MY_CONF+=( --disable-authnz_ldap --disable-ldap )
fi
 
if use ssl ; then
-   MY_CONF+= --with-ssl=${EPREFIX}/usr --enable-ssl=${mod_type}
-   MY_MODS+= ssl
+   MY_CONF+=( --with-ssl=${EPREFIX}/usr --enable-ssl=${mod_type} 
)
+   MY_MODS+=( ssl )
else
-   MY_CONF+= --without-ssl --disable-ssl
+   MY_CONF+=( --without-ssl --disable-ssl )
fi
 
if use suexec ; then
elog You can manipulate several configure options of suexec
elog through the following environment variables:
elog
-   elog  SUEXEC_SAFEPATH: Default PATH for suexec (default: 
${EPREFIX}/usr/local/bin:${EPREFIX}/usr/bin:${EPREFIX}/bin)
-   elog   SUEXEC_LOGFILE: Path to the suexec logfile (default: 
${EPREFIX}/var/log/apache2/suexec_log)
+   elog  SUEXEC_SAFEPATH: Default PATH for suexec (default: 
'${EPREFIX}/usr/local/bin:${EPREFIX}/usr/bin:${EPREFIX}/bin')
+   elog   SUEXEC_LOGFILE: Path to the suexec logfile (default: 
'${EPREFIX}/var/log/apache2/suexec_log')
elogSUEXEC_CALLER: Name of the user Apache 

[gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-x86+amd64-medium.xml

2014-08-07 Thread JosA Fournier (jaaf)
jaaf14/08/07 07:52:11

  Modified: hb-install-x86+amd64-medium.xml
  Log:
  updating French translation to version 23

Revision  ChangesPath
1.16 xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml?r1=1.15r2=1.16

Index: hb-install-x86+amd64-medium.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-x86+amd64-medium.xml 22 Sep 2013 06:42:58 -  1.15
+++ hb-install-x86+amd64-medium.xml 7 Aug 2014 07:52:11 -   1.16
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml,v
 1.15 2013/09/22 06:42:58 jaaf Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-x86+amd64-medium.xml,v
 1.16 2014/08/07 07:52:11 jaaf Exp $ --
 
 sections
 
@@ -13,8 +13,8 @@
 Gentoo en utilisant le Minimal CD.
 /abstract
 
-version19/version
-date2013-08-15/date
+version23/version
+date2014-04-12/date
 
 section
 titleMatériel requis/title
@@ -37,7 +37,7 @@
 tr
   ti/
   thCD Minimal/th
-  thLiveCD/th
+  thLiveDVD/th
 /tr
 tr
   thProcesseur/th
@@ -66,7 +66,7 @@
 tr
  ti/
  thMinimal CD/th
- thLiveCD/th
+ thLiveDVD/th
 /tr
 tr
   thProcesseur/th
@@ -105,14 +105,14 @@
 section
 titleLes CD d'installation Gentoo/title
 subsection
-titleIntroduction/title
+titleCD d'installation minimale/title
 body
 
 p
-Les eCD d'installation Gentoo/e sont des CD-ROM amorçables qui contiennent
+Le eCD d'installation minimale de Gentoo/e est un  CD-ROM amorçable qui 
contient
 un environnement Gentoo autonome. Cela vous permet de démarrer Linux à partir
 du CD-ROM. Pendant le chargement, votre matériel est détecté et les pilotes
-appropriés sont chargés. Ces CD sont maintenus par les développeurs Gentoo.
+appropriés sont chargés. Le  CD est maintenu par les développeurs Gentoo et 
vous permet d'installer Gentoo via une connexion Internet active.
 /p
 
 p
@@ -121,16 +121,10 @@
 partir d'Internet. 
 /p
 
-/body
-/subsection
-subsection
-titleLe CD d'installation minimale de Gentoo/title
-body
 
 p
 L'image du CD d'installation minimale s'appelle ckeyval
-  id=min-cd-name//c et ne prend que keyval id=min-cd-size/nbsp;Mo 
d'espace disque. Vous pouvez utiliser ce CD d'installation Minimale eà 
condition/e d'avoir une 
-connexion à Internet fonctionnelle.
+  id=min-cd-name//c et ne prend que keyval id=min-cd-size/ Mo 
d'espace disque. 
 /p
 
 /body
@@ -140,7 +134,7 @@
 body
 
 p
-Tous les 6 mois, un DVD spécial est élaboré par le projet Gentoo Ten et peut 
être utilisé pour installer Gentoo.
+De temps à autre, un DVD spécial est élaboré par le projet Gentoo Ten et peut 
être utilisé pour installer Gentoo.
 Les instructions données plus bas dans ce chapitre, concernent le  CD 
d'installation minimale et peuvent donc être différentes de celles à appliquer 
avec le 
 live DVD. Néanmoins, le live DVD (ou tout autre support amorçable de Linux) 
permet d'obtenir une invite de commande en tant que root en entrant csudo
 su -/c or csudo -i/c dans un terminal.
@@ -159,15 +153,14 @@
 instructions de ce manuel. Précédemment, le manuel de Gentoo décrivait 
l'installation en recourant à
 une archive parmi 3. Bien que Gentoo mette encore à disposition des archives 
stage1 et stage2, la méthode officielle d'installation 
 utilise l'archive stage3. Si vous tenez absolument à réaliser une
-installation à partir d'une des archives stage1 ou stage2, veuillez consulter 
uri
-link=/doc/fr/faq.xml#stage12Comment puis-je installer Gentoo à partir d'un 
stage1 ou stage2 ?/uri de la FAQ Gentoo à ce sujet.
+installation à partir d'une des archives stage1 ou stage2, veuillez consulter 
uri 
link=https://wiki.gentoo.org/wiki/FAQ#How_do_I_Install_Gentoo_Using_a_Stage1_or_Stage2_Tarball.3F;Comment
 installer Gentoo à partir d'une archive d'étape 1 ou 2 ?/uri de la FAQ 
Gentoo à ce sujet.
 /p
 
 p
 Les archives stage3 peuvent être téléchargées depuis le répertoire
 pathkeyval id=release-dir/current-stage3//path de l'un des uri
 link=/main/en/mirrors.xmlMiroirs Officiels Gentoo/uri et ne sont pas
-fournies sur le LiveCD.
+fournies sur le LiveDVD.
 /p
 
 /body
@@ -182,19 +175,19 @@
 
 p
 Vous avez choisi d'utiliser un CD d'installation Gentoo. Nous débuterons par le
-téléchargement puis la gravure du (des) CD d'installation que vous 

[gentoo-commits] gentoo-x86 commit in dev-python/py: ChangeLog py-1.4.20.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 09:03:10

  Modified: ChangeLog py-1.4.20.ebuild
  Log:
  Stable for HPPA (bug #506042).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.175dev-python/py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   2 Aug 2014 12:43:54 -   1.174
+++ ChangeLog   7 Aug 2014 09:03:10 -   1.175
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.174 2014/08/02 
12:43:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.175 2014/08/07 
09:03:10 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org py-1.4.20.ebuild:
+  Stable for HPPA (bug #506042).
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org py-1.4.20.ebuild:
   Stable for x86, wrt bug #506042



1.11 dev-python/py/py-1.4.20.ebuild

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

Index: py-1.4.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- py-1.4.20.ebuild2 Aug 2014 12:43:54 -   1.10
+++ py-1.4.20.ebuild7 Aug 2014 09:03:10 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v 1.10 
2014/08/02 12:43:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v 1.11 
2014/08/07 09:03:10 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
 IUSE=doc test
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-python/pytest: ChangeLog pytest-2.4.2.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 09:02:18

  Modified: ChangeLog pytest-2.4.2.ebuild
  Log:
  Stable for HPPA (bug #506042).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.96 dev-python/pytest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   2 Aug 2014 12:43:58 -   1.95
+++ ChangeLog   7 Aug 2014 09:02:18 -   1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.95 
2014/08/02 12:43:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.96 
2014/08/07 09:02:18 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org pytest-2.4.2.ebuild:
+  Stable for HPPA (bug #506042).
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org pytest-2.4.2.ebuild:
   Stable for x86, wrt bug #506042



1.16 dev-python/pytest/pytest-2.4.2.ebuild

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

Index: pytest-2.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pytest-2.4.2.ebuild 2 Aug 2014 12:43:58 -   1.15
+++ pytest-2.4.2.ebuild 7 Aug 2014 09:02:18 -   1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 
1.15 2014/08/02 12:43:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 
1.16 2014/08/07 09:02:18 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
 IUSE=doc test
 
 # When bumping, please check setup.py for the proper py version






[gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 09:02:09

  Modified: cython-0.19.1-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #506042).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-python/cython/cython-0.19.1-r1.ebuild

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

Index: cython-0.19.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cython-0.19.1-r1.ebuild 2 Aug 2014 12:44:04 -   1.5
+++ cython-0.19.1-r1.ebuild 7 Aug 2014 09:02:08 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 
1.5 2014/08/02 12:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 
1.6 2014/08/07 09:02:08 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
 IUSE=doc test
 
 # Note: update numpy dep when it is fixed for py3.3.



1.119dev-python/cython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   2 Aug 2014 12:44:04 -   1.118
+++ ChangeLog   7 Aug 2014 09:02:08 -   1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.118 
2014/08/02 12:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.119 
2014/08/07 09:02:08 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org cython-0.19.1-r1.ebuild:
+  Stable for HPPA (bug #506042).
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org cython-0.19.1-r1.ebuild:
   Stable for x86, wrt bug #506042






[gentoo-commits] gentoo-x86 commit in dev-python/pyyaml: pyyaml-3.10-r1.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 08:59:13

  Modified: pyyaml-3.10-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #506042).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.10 dev-python/pyyaml/pyyaml-3.10-r1.ebuild

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

Index: pyyaml-3.10-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyyaml-3.10-r1.ebuild   19 Jul 2014 21:22:39 -  1.9
+++ pyyaml-3.10-r1.ebuild   7 Aug 2014 08:59:13 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10-r1.ebuild,v 
1.9 2014/07/19 21:22:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10-r1.ebuild,v 
1.10 2014/08/07 08:59:13 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=examples libyaml
 
 RDEPEND=libyaml? ( dev-libs/libyaml )



1.44 dev-python/pyyaml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   24 Jul 2014 19:26:04 -  1.43
+++ ChangeLog   7 Aug 2014 08:59:13 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyyaml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.43 
2014/07/24 19:26:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.44 
2014/08/07 08:59:13 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org pyyaml-3.10-r1.ebuild:
+  Stable for HPPA (bug #506042).
 
   24 Jul 2014; Markus Meier mae...@gentoo.org pyyaml-3.11.ebuild:
   arm stable, bug #506042






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

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 08:55:29

  Modified: ChangeLog
  Added:lftp-4.5.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.478net-ftp/lftp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -r1.477 -r1.478
--- ChangeLog   1 Aug 2014 08:34:29 -   1.477
+++ ChangeLog   7 Aug 2014 08:55:29 -   1.478
@@ -1,6 +1,11 @@
 # ChangeLog for net-ftp/lftp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.477 2014/08/01 
08:34:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.478 2014/08/07 
08:55:29 jer Exp $
+
+*lftp-4.5.4 (07 Aug 2014)
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org +lftp-4.5.4.ebuild:
+  Version bump.
 
   01 Aug 2014; Markus Meier mae...@gentoo.org lftp-4.5.3.ebuild:
   arm stable, bug #518476



1.1  net-ftp/lftp/lftp-4.5.4.ebuild

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

Index: lftp-4.5.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.4.ebuild,v 1.1 
2014/08/07 08:55:29 jer Exp $

EAPI=5
inherit autotools eutils libtool

DESCRIPTION=A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program
HOMEPAGE=http://lftp.yar.ru/;
SRC_URI=http://${PN}.yar.ru/ftp/${P}.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris

IUSE=convert-mozilla-cookies +gnutls nls openssl socks5 +ssl verify-file
LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
IUSE+= ${LFTP_LINGUAS[@]/#/linguas_}

REQUIRED_USE=
ssl? ( ^^ ( openssl gnutls ) )


RDEPEND=
=sys-libs/ncurses-5.1
=sys-libs/readline-5.1
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
socks5? (
=net-proxy/dante-1.1.12
virtual/pam
)
ssl? (
gnutls? ( =net-libs/gnutls-1.2.3 )
openssl? ( =dev-libs/openssl-0.9.6 )
)
verify-file? (
dev-perl/string-crc32
virtual/perl-Digest-MD5
)


DEPEND=
${RDEPEND}
=sys-devel/libtool-2*
app-arch/xz-utils
nls? ( sys-devel/gettext )
virtual/pkgconfig


DOCS=(
BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
README.dnssec README.modules THANKS TODO
)

src_prepare() {
epatch \
${FILESDIR}/${PN}-4.0.2.91-lafile.patch \
${FILESDIR}/${PN}-4.3.8-gets.patch \
${FILESDIR}/${PN}-4.5.3-autopoint.patch

sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
eautoreconf
elibtoolize # for Darwin bundles
}

src_configure() {
econf \
$(use_enable nls) \
$(use_with gnutls) \
$(use_with openssl openssl ${EPREFIX}/usr) \
$(use_with socks5 socksdante ${EPREFIX}/usr) \
--enable-packager-mode \
--sysconfdir=${EPREFIX}/etc/${PN} \
--with-modules \
--without-included-regex
}

src_install() {
default
local script
for script in {convert-mozilla-cookies,verify-file}; do
use ${script} || { rm ${ED}/usr/share/${PN}/${script} || die 
;}
done
}






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

2014-08-07 Thread Sven Vermeulen
commit: 42a94ad73b4ac25e9d6d8298f70e77e36d3acade
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Thu Aug  7 07:26:28 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 07:26:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=42a94ad7

modutils: give kmod access to tmpfiles

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

diff --git a/policy/modules/system/modutils.te 
b/policy/modules/system/modutils.te
index f52e72a..91147fe 100644
--- a/policy/modules/system/modutils.te
+++ b/policy/modules/system/modutils.te
@@ -243,6 +243,11 @@ optional_policy(`
xserver_getattr_log(insmod_t)
 ')
 
+optional_policy(`
+   tmpfiles_create_var_run(insmod_t)
+   tmpfiles_write_var_run(insmod_t)
+')
+
 #
 #
 # update-modules local policy



[gentoo-commits] gentoo-x86 commit in dev-python/pexpect: pexpect-3.0.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 08:57:18

  Modified: pexpect-3.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #506042).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.9  dev-python/pexpect/pexpect-3.0.ebuild

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

Index: pexpect-3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pexpect-3.0.ebuild  2 Aug 2014 12:44:01 -   1.8
+++ pexpect-3.0.ebuild  7 Aug 2014 08:57:18 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.8 
2014/08/02 12:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.9 
2014/08/07 08:57:18 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples
 
 DEPEND=doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )



1.74 dev-python/pexpect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   2 Aug 2014 12:44:01 -   1.73
+++ ChangeLog   7 Aug 2014 08:57:18 -   1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pexpect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.73 
2014/08/02 12:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.74 
2014/08/07 08:57:18 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org pexpect-3.0.ebuild:
+  Stable for HPPA (bug #506042).
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org pexpect-3.0.ebuild:
   Stable for x86, wrt bug #506042






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

2014-08-07 Thread Sven Vermeulen
commit: 17ca057ac3505f29f480bddba7f54e48dccb875b
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Aug  6 12:22:19 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 06:58:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=17ca057a

Module for tmpfiles

---
 policy/modules/system/tmpfiles.fc |   7 ++
 policy/modules/system/tmpfiles.if | 164 ++
 policy/modules/system/tmpfiles.te |  91 +
 3 files changed, 262 insertions(+)

diff --git a/policy/modules/system/tmpfiles.fc 
b/policy/modules/system/tmpfiles.fc
new file mode 100644
index 000..12fd30a
--- /dev/null
+++ b/policy/modules/system/tmpfiles.fc
@@ -0,0 +1,7 @@
+
+/etc/tmpfiles.d(/.*)?  
gen_context(system_u:object_r:tmpfiles_conf_t,s0)
+/var/run/tmpfiles.d(/.*)?  
gen_context(system_u:object_r:tmpfiles_var_run_t,s0)
+
+/lib/rc/bin/checkpath  --  
gen_context(system_u:object_r:tmpfiles_exec_t,s0)
+/lib/rc/sh/tmpfiles.sh --  
gen_context(system_u:object_r:tmpfiles_exec_t,s0)
+

diff --git a/policy/modules/system/tmpfiles.if 
b/policy/modules/system/tmpfiles.if
new file mode 100644
index 000..dce932a
--- /dev/null
+++ b/policy/modules/system/tmpfiles.if
@@ -0,0 +1,164 @@
+## summaryPolicy for tmpfiles/summary
+
+
+## summary
+## Read files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed to transition.
+## /summary
+## /param
+#
+interface(`tmpfiles_read_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   files_search_pids($1)
+   allow $1 tmpfiles_var_run_t:dir list_dir_perms;
+   allow $1 tmpfiles_var_run_t:file read_file_perms;
+')
+
+
+## summary
+## Create files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_create_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+
+   # create new files with the tmpfiles_var_run_t type
+   filetrans_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t, file)
+   create_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Write to files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_write_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+   write_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Manage files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_manage_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+
+   # create new files with the tmpfiles_var_run_t type
+   filetrans_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t, file)
+   manage_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Read files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed to transition.
+## /summary
+## /param
+#
+interface(`tmpfiles_read_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   files_search_etc($1)
+   allow $1 tmpfiles_conf_t:dir list_dir_perms;
+   allow $1 tmpfiles_conf_t:file read_file_perms;
+')
+
+
+## summary
+## Create files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_create_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   tmpfiles_read_conf($1)
+   filetrans_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t, file)
+   create_files_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t)
+')
+
+
+## summary
+## Write to files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_write_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   tmpfiles_read_conf($1)
+   write_files_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t)
+')
+
+
+## summary
+## Manage files in /etc/tmpfiles.d/.
+## /summary
+## param 

[gentoo-commits] gentoo-x86 commit in dev-python/pymongo: ChangeLog pymongo-2.7.2.ebuild

2014-08-07 Thread Alexys Jacob (ultrabug)
ultrabug14/08/07 08:48:45

  Modified: ChangeLog
  Added:pymongo-2.7.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.42 dev-python/pymongo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   24 Jun 2014 00:55:42 -  1.41
+++ ChangeLog   7 Aug 2014 08:48:45 -   1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pymongo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.41 
2014/06/24 00:55:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.42 
2014/08/07 08:48:45 ultrabug Exp $
+
+*pymongo-2.7.2 (07 Aug 2014)
+
+  07 Aug 2014; Ultrabug ultra...@gentoo.org +pymongo-2.7.2.ebuild:
+  version bump thx to Johan Bergstrom
 
   24 Jun 2014; Ian Delaney idel...@gentoo.org pymongo-2.7.1.ebuild:
   update PYTHON_COMPAT to match 2.7, noted by Arfrever



1.1  dev-python/pymongo/pymongo-2.7.2.ebuild

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

Index: pymongo-2.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.7.2.ebuild,v 
1.1 2014/08/07 08:48:45 ultrabug Exp $

EAPI=5

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

inherit check-reqs distutils-r1

DESCRIPTION=Python driver for MongoDB
HOMEPAGE=http://github.com/mongodb/mongo-python-driver 
http://pypi.python.org/pypi/pymongo;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc kerberos test

RDEPEND=dev-db/mongodb
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )
kerberos? ( dev-python/pykerberos )
DISTUTILS_IN_SOURCE_BUILD=1

reqcheck() {
if use test; then
# During the tests, database size reaches 1.5G.
local CHECKREQS_DISK_BUILD=1536M

check-reqs_${1}
fi
}

pkg_pretend() {
reqcheck pkg_pretend
}

pkg_setup() {
reqcheck pkg_setup
}

python_compile_all() {
if use doc; then
mkdir html || die
sphinx-build doc html || die
fi
}

src_test() {
# Yes, we need TCP/IP for that...
local DB_IP=127.0.0.1
local DB_PORT=27000

export DB_IP DB_PORT

# 1.5G of disk space per run.
local DISTUTILS_NO_PARALLEL_BUILD=1

distutils-r1_src_test
}

python_test() {
local dbpath=${TMPDIR}/mongo.db
local logpath=${TMPDIR}/mongod.log

# Now, the hard part: we need to find a free port for mongod.
# We're just trying to run it random port numbers and check the log
# for bind errors. It shall be noted that 'mongod --fork' does not
# return failure when it fails to bind.

mkdir -p ${dbpath} || die
while true; do
ebegin Trying to start mongod on port ${DB_PORT}

LC_ALL=C \
mongod --dbpath ${dbpath} --smallfiles --nojournal \
--bind_ip ${DB_IP} --port ${DB_PORT} \
--unixSocketPrefix ${TMPDIR} \
--logpath ${logpath} --fork \
 sleep 2

# Now we need to check if the server actually started...
if [[ ${?} -eq 0  -S ${TMPDIR}/mongodb-${DB_PORT}.sock ]]; 
then
# yay!
eend 0
break
elif grep -q 'Address already in use' ${logpath}; then
# ay, someone took our port!
eend 1
: $(( DB_PORT += 1 ))
continue
else
eend 1
eerror Unable to start mongod for tests. See the 
server log:
eerror ${logpath}
die Unable to start mongod for 

[gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: ChangeLog mongo-c-driver-0.7.1-r1.ebuild

2014-08-07 Thread Alexys Jacob (ultrabug)
ultrabug14/08/07 09:05:45

  Modified: ChangeLog
  Added:mongo-c-driver-0.7.1-r1.ebuild
  Log:
  fix #510722 thx to Chema Alonso
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.13 dev-libs/mongo-c-driver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Jul 2014 10:20:45 -  1.12
+++ ChangeLog   7 Aug 2014 09:05:45 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/mongo-c-driver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.12 
2014/07/29 10:20:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.13 
2014/08/07 09:05:45 ultrabug Exp $
+
+*mongo-c-driver-0.7.1-r1 (07 Aug 2014)
+
+  07 Aug 2014; Ultrabug ultra...@gentoo.org +mongo-c-driver-0.7.1-r1.ebuild:
+  fix #510722 thx to Chema Alonso
 
   29 Jul 2014; Jeroen Roovers j...@gentoo.org mongo-c-driver-0.98.0.ebuild:
   Marked ~hppa (bug #517880).



1.1  dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild

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

Index: mongo-c-driver-0.7.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1-r1.ebuild,v
 1.1 2014/08/07 09:05:45 ultrabug Exp $

EAPI=5
PYTHON_COMPAT=(python2_7)

inherit multilib python-r1 toolchain-funcs

DESCRIPTION=C Driver for MongoDB
HOMEPAGE=http://www.mongodb.org/ https://github.com/mongodb/mongo-c-driver;
SRC_URI=https://github.com/mongodb/${PN}/tarball/v${PV/_/} - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~x86
IUSE=doc static-libs

# tests fails to build
RESTRICT=test

RDEPEND=
DEPEND=doc? ( dev-python/sphinx )

src_unpack() {
unpack ${A}
mv *-${PN}-* ${S}
}

src_prepare() {
# bug #510722
sed -e 's/-O3//g' \
-e 's/-ggdb//g' \
-e s/CC:=.*/CC:=$(tc-getCC)/g \
-i Makefile || die
}

src_compile() {
emake
use doc  make -C docs/source/sphinx html
}

src_install() {
emake install \
INSTALL_LIBRARY_PATH=${D}/usr/$(get_libdir) \
INSTALL_INCLUDE_PATH=${D}/usr/include

use static-libs || find ${ED} -name '*.a' -exec rm -f {} +

use doc  dohtml -r docs/source/sphinx/build/html/*
}






[gentoo-commits] gentoo-x86 commit in dev-db/redis/files: redis-2.8.13-sharedlua.patch

2014-08-07 Thread Alexys Jacob (ultrabug)
ultrabug14/08/07 08:26:48

  Added:redis-2.8.13-sharedlua.patch
  Log:
  verion bump fix #515136 #518464
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.1  dev-db/redis/files/redis-2.8.13-sharedlua.patch

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

Index: redis-2.8.13-sharedlua.patch
===
commit de0d4973ddb629dcc80f0724769a0e997fe644ba
Author: Johan Bergström b...@bergstroem.nu
Date:   Wed Jul 16 09:47:44 2014 +1000

Use a shared lua

diff --git src/Makefile src/Makefile
index 134694c..a09832e 100644
--- src/Makefile
+++ src/Makefile
@@ -15,7 +15,7 @@
 release_hdr := $(shell sh -c './mkreleasehdr.sh')
 uname_S := $(shell sh -c 'uname -s 2/dev/null || echo not')
 OPTIMIZATION?=-O2
-DEPENDENCY_TARGETS=hiredis linenoise lua
+DEPENDENCY_TARGETS=hiredis linenoise

 # Default settings
 STD=-std=c99 -pedantic
@@ -52,6 +52,7 @@ endif
 FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
 FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
 FINAL_LIBS=-lm
+FINAL_LIBS+=$(shell pkg-config --libs lua)
 DEBUG=-g -ggdb

 ifeq ($(uname_S),SunOS)
@@ -108,6 +109,7 @@ endif
 REDIS_SERVER_NAME=redis-server
 REDIS_SENTINEL_NAME=redis-sentinel
 REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o 
lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o 
object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o 
config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o 
endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o 
bitops.o sentinel.o notify.o setproctitle.o hyperloglog.o latency.o sparkline.o
+REDIS_SERVER_OBJ+=lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o
 REDIS_CLI_NAME=redis-cli
 REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o 
ae.o crc64.o
 REDIS_BENCHMARK_NAME=redis-benchmark
@@ -162,7 +164,7 @@ endif

 # redis-server
 $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ)
-   $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a 
../deps/lua/src/liblua.a $(FINAL_LIBS)
+   $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a $(FINAL_LIBS)

 # redis-sentinel
 $(REDIS_SENTINEL_NAME): $(REDIS_SERVER_NAME)






[gentoo-commits] gentoo-x86 commit in dev-db/redis: ChangeLog redis-2.8.13.ebuild

2014-08-07 Thread Alexys Jacob (ultrabug)
ultrabug14/08/07 08:26:48

  Modified: ChangeLog
  Added:redis-2.8.13.ebuild
  Log:
  verion bump fix #515136 #518464
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.83 dev-db/redis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   3 Jul 2014 15:56:52 -   1.82
+++ ChangeLog   7 Aug 2014 08:26:48 -   1.83
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/redis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.82 2014/07/03 
15:56:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.83 2014/08/07 
08:26:48 ultrabug Exp $
+
+*redis-2.8.13 (07 Aug 2014)
+
+  07 Aug 2014; Ultrabug ultra...@gentoo.org +redis-2.8.13.ebuild,
+  +files/redis-2.8.13-sharedlua.patch:
+  verion bump fix #515136 #518464 thx to Johan Bergstrom and Anthony Ryan
 
   03 Jul 2014; Sébastien Fabbro bicat...@gentoo.org redis-2.8.11.ebuild:
   Keyword amd64-linux and x86-linux



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

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

Index: redis-2.8.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.13.ebuild,v 1.1 
2014/08/07 08:26:48 ultrabug Exp $

EAPI=5

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

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

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

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

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

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

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

# Copy lua modules into build dir
cp ${S}/deps/lua/src/{lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
${S}/src || die

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

src_configure() {
econf

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

src_compile() {
tc-export CC AR RANLIB

local myconf=

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

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

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

newconfd ${FILESDIR}/redis.confd redis
newinitd 

[gentoo-commits] gentoo-x86 commit in media-libs/libwmf: ChangeLog libwmf-0.2.8.4-r5.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 09:13:43

  Modified: ChangeLog libwmf-0.2.8.4-r5.ebuild
  Log:
  myconfargs - myeconfargs by Casper Ti. Vector (bug #519296).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.100media-libs/libwmf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   13 Oct 2013 14:55:58 -  1.99
+++ ChangeLog   7 Aug 2014 09:13:42 -   1.100
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libwmf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.99 
2013/10/13 14:55:58 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.100 
2014/08/07 09:13:42 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org libwmf-0.2.8.4-r5.ebuild:
+  myconfargs - myeconfargs by Casper Ti. Vector (bug #519296).
 
   13 Oct 2013; Pacho Ramos pa...@gentoo.org libwmf-0.2.8.4-r5.ebuild:
   Drop unneeded dependencies (#483260 and fedora .spec file)



1.16 media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild?r1=1.15r2=1.16

Index: libwmf-0.2.8.4-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libwmf-0.2.8.4-r5.ebuild13 Oct 2013 14:55:58 -  1.15
+++ libwmf-0.2.8.4-r5.ebuild7 Aug 2014 09:13:42 -   1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild,v 1.15 
2013/10/13 14:55:58 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild,v 1.16 
2014/08/07 09:13:42 jer Exp $
 
 EAPI=5
 
@@ -68,7 +68,7 @@
 }
 
 src_configure() {
-   local myconfargs=()
+   local myeconfargs=()
# NOTE: The gd that is included is gd-2.0.0. Even with --with-sys-gd, 
that gd is built
# and included in libwmf. Since nothing in-tree seems to use 
media-libs/libwmf[gd],
# we're explicitly disabling gd use w.r.t. bug 268161






[gentoo-commits] proj/hardened-refpolicy: New branch: testing

2014-08-07 Thread Sven Vermeulen
commit: 
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug 07 08:16:40 2014 +

New branch: testing




[gentoo-commits] gentoo-x86 commit in sys-boot/gummiboot: gummiboot-45.ebuild ChangeLog

2014-08-07 Thread Michal Gorny (mgorny)
mgorny  14/08/07 08:11:18

  Modified: gummiboot-45.ebuild ChangeLog
  Log:
  Use locally-hosted, fully-generated distfile instead of the unstable 
snapshot, bug #518822.
  
  (Portage version: 2.2.11_p7/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-boot/gummiboot/gummiboot-45.ebuild

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

Index: gummiboot-45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gummiboot-45.ebuild 2 Aug 2014 07:54:54 -   1.1
+++ gummiboot-45.ebuild 7 Aug 2014 08:11:18 -   1.2
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 
1.1 2014/08/02 07:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 
1.2 2014/08/07 08:11:18 mgorny Exp $
 
 EAPI=5
 
-inherit autotools eutils linux-info
+inherit eutils linux-info
 
 DESCRIPTION=Minimalistic UEFI bootloader
 HOMEPAGE=http://freedesktop.org/wiki/Software/gummiboot/;
-SRC_URI=http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz;
+SRC_URI=http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE=LGPL-2.1+
 SLOT=0
@@ -17,6 +17,7 @@
 
 RDEPEND=sys-apps/util-linux
 DEPEND=${RDEPEND}
+   app-arch/xz-utils
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
=sys-boot/gnu-efi-3.0s
@@ -29,5 +30,4 @@
 
 src_prepare() {
epatch_user
-   eautoreconf
 }



1.2  sys-boot/gummiboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Aug 2014 07:54:54 -   1.1
+++ ChangeLog   7 Aug 2014 08:11:18 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/gummiboot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.1 
2014/08/02 07:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.2 
2014/08/07 08:11:18 mgorny Exp $
+
+  07 Aug 2014; Michał Górny mgo...@gentoo.org gummiboot-45.ebuild:
+  Use locally-hosted, fully-generated distfile instead of the unstable 
snapshot,
+  bug #518822.
 
 *gummiboot- (02 Aug 2014)
 *gummiboot-45 (02 Aug 2014)






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140725.txt

2014-08-07 Thread Ulrich Mueller (ulm)
ulm 14/08/07 09:35:26

  Modified: 20140725.txt
  Log:
  Whitespace.

Revision  ChangesPath
1.2  xml/htdocs/proj/en/council/meeting-logs/20140725.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725.txt?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725.txt?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725.txt?r1=1.1r2=1.2

Index: 20140725.txt
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20140725.txt3 Aug 2014 18:42:58 -   1.1
+++ 20140725.txt7 Aug 2014 09:35:26 -   1.2
@@ -1,19 +1,19 @@
-blueness time!   [20:58]
-rich0 I can hardly wait! [20:59]
+blueness time![20:58]
+rich0 I can hardly wait!  [20:59]
 blueness Fri Jul 25 19:00:26 UTC 2014
-ulm who wants the chair? [21:00]
+ulm who wants the chair?  [21:00]
 ulm otherwise, I can do it, since I've sent the announcement
 rich0 I'd like to nominate blueness, dberkholz, dilfridge, radhermit, ulm,
-   and WilliamH for the chair.
+and WilliamH for the chair.
 radhermit you chairing sounds fine to me
-blueness where's the agenda? [21:01]
+blueness where's the agenda?  [21:01]
 ulm http://article.gmane.org/gmane.linux.gentoo.project/3912
 ulm in the topic too
 *** dberkholz|mob (~dberkholz@gentoo/developer/dberkholz) has joined channel
 #gentoo-council
 *** ChanServ (ChanServ@services.) has changed mode for #gentoo-council to +o
 dberkholz|mob
-ulm nobody?  [21:02]
+ulm nobody?   [21:02]
 * ulm takes it then
 helium-3 Oh yeah
 helium-3 Here
@@ -22,43 +22,43 @@
 * rich0 is here
 radhermit I'm here
 ulm WilliamH?
-blueness here
[21:03]
+blueness here [21:03]
 ulm does anyone have williamh's phone number?
-blueness nope sorry  [21:04]
+blueness nope sorry   [21:04]
 blueness i probably should get it because i'm in the US
 creffett|irssi ulm: rich0 has it, if memory serves
-rich0 hang on
[21:05]
+rich0 hang on [21:05]
 blueness brb in 2 minutes, i must run to the washroom
 rich0 we actually exchanged numbers last term.  Probably a good idea to
-   repeat that
-rich0 I sent him a text  [21:06]
+repeat that
+rich0 I sent him a text   [21:06]
 ulm rich0: thanks
 ulm anyway, let's start
 ulm Vote for holding meetings every 2nd Tuesday of the month at 1900 UTC
 ulm anyone wants to discuss this?
-* WilliamH is here [21:07]
+* WilliamH is here  [21:07]
 WilliamH sorry folks
 rich0 I'm fine with that time as-is.
 ulm good, we're complete then
 ulm so let's vote
 * WilliamH is fine with that time
 ulm motion is hold meetings every 2nd Tuesday of the month at 19:00 UTC
-* ulm yes  [21:08]
+* ulm yes   [21:08]
 * radhermit yes
 * WilliamH yes
 * dilfridge yes
 dberkholz|mob Yes
 dilfridge now really here, was still running home with a big bag from
-   McDo...
+McDo...
 blueness yes
 * rich0 yes
 ulm unanimous
-ulm next topic   [21:09]
+ulm next topic[21:09]
 ulm continue last council's workflow
 ulm i.e. call for agenda 2 weeks in advance
 ulm agenda 1 week in advance
 ulm discussions in -project ML prior to meeting
-blueness i thought that worked very well [21:10]
+blueness i thought that worked very well  [21:10]
 * WilliamH agrees
 * dilfridge agrees
 radhermit sounds fine
@@ -67,33 +67,33 @@
 rich0 fine here
 blueness yes
 ulm k
-ulm I take this as unanimous [21:11]
+ulm 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20140725-summary.txt

2014-08-07 Thread Ulrich Mueller (ulm)
ulm 14/08/07 09:36:32

  Added:20140725-summary.txt
  Log:
  Summary for 20140725 meeting.

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/council/meeting-logs/20140725-summary.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725-summary.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/council/meeting-logs/20140725-summary.txt?rev=1.1content-type=text/plain

Index: 20140725-summary.txt
===
Summary of Gentoo council meeting 25 July 2014

Agenda
==
1. Roll call
2. Vote for holding meetings every 2nd Tuesday of the month at
   19:00 UTC
3. Vote for continuing last council's workflow considering sending
   call for agenda items (2 weeks in advance), sending the agenda
   (1 week in advance) and have the meeting focussed, e.g., have major
   discussions on -project ML prior to the meeting
4. Appoint chairman for this term's meetings
5. Open bugs with council involvement
6. Open floor to council members to introduce themselves to the
   others, and/or raise issues they would like to deal with
7. Open floor to community


Roll call
=
Present:
blueness, dberkholz, dilfridge, radhermit, rich0, ulm, williamh

Vote for schedule of meetings
=
Meetings will be every 2nd Tuesday of the month at 19:00 UTC.
- Accepted unanimously.

Vote for continuing last council's workflow
===
We shall send a call for agenda items two weeks in advance and we
shall send the agenda one week in advance. We aim to have the meeting
focussed, e.g., have major discussions on the -project mailing list
prior to the meeting.
- Accepted unanimously.

Appoint chairman for this term's meetings
=
There was consensus on the following provisionary list:
   July, August, September: ulm
   October, November:   rich0
   December, January, February: dilfridge
   March, April:radhermit
   May, June:   blueness

Open bugs with council involvement
==
- Bug 424647 archives.gentoo.org: Broken URLs for e.g.
  gentoo-dev-announce and others [1]
  No action by the council, for the time being.
- Bug 477030 Missing summary for 20130611 council meeting [2]
  No progress.
- Bug 503382 Missing summaries for 20131210, 20140114, and 20140225
  council meetings [3]
  Action: dberkholz will commit the missing summaries in August.

Open floor to council members
=
See full log.

Open floor
==
No issues were raised.

Next meeting date
=
Tuesday, 12 Aug 2014, 19:00 UTC


[1] https://bugs.gentoo.org/show_bug.cgi?id=424647
[2] https://bugs.gentoo.org/show_bug.cgi?id=477030
[3] https://bugs.gentoo.org/show_bug.cgi?id=503382






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

2014-08-07 Thread Sven Vermeulen
commit: efbdcdbe1e713bdf62e3ad054d0b950e29b6b605
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Thu Aug  7 09:39:37 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 09:39:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=efbdcdbe

Add files_relabel_non_security_file_type

This interface allows for relabel operations against all resources with
a type associated with the non_security_file_type attribute.

---
 policy/modules/kernel/files.if | 29 +
 1 file changed, 29 insertions(+)

diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index 5d53aa4..105c7c2 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -6731,6 +6731,35 @@ interface(`files_read_etc_runtime',`
 
 
 ## summary
+## Relabel all non-security related
+## files.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## rolecap/
+#
+interface(`files_relabel_non_security_file_type',`
+   gen_require(`
+   attribute non_security_file_type;
+   ')
+
+   allow $1 non_security_file_type:dir list_dir_perms;
+   relabel_dirs_pattern($1, non_security_file_type, non_security_file_type)
+   relabel_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_lnk_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_fifo_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_sock_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   # this is only relabelfrom since there should be no
+   # device nodes with file types.
+   relabelfrom_blk_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabelfrom_chr_files_pattern($1, non_security_file_type, 
non_security_file_type)
+')
+
+
+## summary
 ## Manage non-security related resources.
 ## /summary
 ## param name=domain



[gentoo-commits] proj/hardened-refpolicy: Branch deleted: testing

2014-08-07 Thread Sven Vermeulen
commit: 
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug 07 08:07:32 2014 +

Branch deleted: testing




[gentoo-commits] gentoo-x86 commit in app-i18n/nkf/files: nkf-2.1.3-strip.patch

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:04:51

  Added:nkf-2.1.3-strip.patch
  Log:
  Do not inject CFLAGS. Unconditionally patch. Convert sed script to patch.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  app-i18n/nkf/files/nkf-2.1.3-strip.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nkf/files/nkf-2.1.3-strip.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nkf/files/nkf-2.1.3-strip.patch?rev=1.1content-type=text/plain

Index: nkf-2.1.3-strip.patch
===
--- a/NKF.python/setup.py
+++ b/NKF.python/setup.py
@@ -8,5 +8,4 @@
author=Matsumoto Tadashi,
author_email=m...@city.plala.jp,
ext_modules = [
-   Extension(nkf, [NKF_python.c],
- extra_link_args = ['-s'])])
+   Extension(nkf, [NKF_python.c])])






[gentoo-commits] gentoo-x86 commit in app-i18n/nkf: nkf-2.1.3.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:04:51

  Modified: nkf-2.1.3.ebuild ChangeLog
  Log:
  Do not inject CFLAGS. Unconditionally patch. Convert sed script to patch.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  app-i18n/nkf/nkf-2.1.3.ebuild

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

Index: nkf-2.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nkf-2.1.3.ebuild1 Dec 2013 07:21:09 -   1.1
+++ nkf-2.1.3.ebuild7 Aug 2014 10:04:51 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.1 
2013/12/01 07:21:09 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.2 
2014/08/07 10:04:51 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,14 +18,12 @@
 
 src_prepare() {
sed -i \
-   -e /^CFLAGS/s:-O2:${CFLAGS}: \
+   -e '/^CFLAGS/{s|-g -O2||;s|=|+=|;}' \
-e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
Makefile || die
-
-   if use python; then
-   mv ${WORKDIR}/NKF.python ${S} || die
-   sed -i -e s/-s/${CFLAGS}/ NKF.python/setup.py || die
-   fi
+   
+   mv ${WORKDIR}/NKF.python ${S} || die
+   epatch ${FILESDIR}/${P}-strip.patch
 }
 
 src_compile() {



1.58 app-i18n/nkf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   1 Dec 2013 07:21:09 -   1.57
+++ ChangeLog   7 Aug 2014 10:04:51 -   1.58
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/nkf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.57 2013/12/01 
07:21:09 matsuu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.58 2014/08/07 
10:04:51 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org nkf-2.1.3.ebuild,
+  +files/nkf-2.1.3-strip.patch:
+  Do not inject CFLAGS. Unconditionally patch. Convert sed script to patch.
 
 *nkf-2.1.3 (01 Dec 2013)
 






[gentoo-commits] gentoo-x86 commit in app-i18n/nkf: nkf-2.1.3.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:05:36

  Modified: nkf-2.1.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #518292).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  app-i18n/nkf/nkf-2.1.3.ebuild

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

Index: nkf-2.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nkf-2.1.3.ebuild7 Aug 2014 10:04:51 -   1.2
+++ nkf-2.1.3.ebuild7 Aug 2014 10:05:36 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.2 
2014/08/07 10:04:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.3 
2014/08/07 10:05:36 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@
 
 LICENSE=ZLIB
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-macos
+KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-macos
 IUSE=perl python linguas_ja
 
 src_prepare() {



1.59 app-i18n/nkf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   7 Aug 2014 10:04:51 -   1.58
+++ ChangeLog   7 Aug 2014 10:05:36 -   1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/nkf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.58 2014/08/07 
10:04:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.59 2014/08/07 
10:05:36 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org nkf-2.1.3.ebuild:
+  Stable for HPPA (bug #518292).
 
   07 Aug 2014; Jeroen Roovers j...@gentoo.org nkf-2.1.3.ebuild,
   +files/nkf-2.1.3-strip.patch:






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

2014-08-07 Thread Honza Macháček
commit: ae5bf779150182f7a2b747c8ed6823808b3254f8
Author: Honza Macháček Hloupy.Honza AT centrum DOT cz
AuthorDate: Thu Aug  7 10:10:11 2014 +
Commit: Honza Macháček Hloupy.Honza AT centrum DOT cz
CommitDate: Thu Aug  7 10:10:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ae5bf779

Changed the versioning of sci-chemistry/nwchem to use the package patchlevel 
versus the ebuild revision properly. Compilation without MPI support tested and 
corrected. Options added to compile with OpenMP, to compile the MRCC module, 
and to build against system BLAS.

Package-Manager: portage-2.2.11-r1

---
 sci-chemistry/nwchem/ChangeLog |  12 +-
 sci-chemistry/nwchem/metadata.xml  |   3 +
 sci-chemistry/nwchem/nwchem-6.3-r1.ebuild  | 150 -
 ...wchem-6.3-r2.ebuild = nwchem-6.3_p2-r1.ebuild} |  62 -
 4 files changed, 70 insertions(+), 157 deletions(-)

diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog
index b4cad04..1050ebf 100644
--- a/sci-chemistry/nwchem/ChangeLog
+++ b/sci-chemistry/nwchem/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for sci-chemistry/nwchem
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*nwchem-6.3_p2-r1 (07 Aug 2014)
+
+  07 Aug 2014; Honza Macháček hloupy.ho...@centrum.cz
+  -nwchem-6.3-r1.ebuild, -nwchem-6.3-r2.ebuild, +nwchem-6.3_p2-r1.ebuild:
+  Changed versioning to use the package patchlevel versus the ebuild revision
+  properly. Compilation without MPI support tested and corrected. Options added
+  to compile with OpenMP (not sure if it has any effect, setting the compiler
+  flag only), to compile the large MRCC module skipped by default, and to build
+  against system BLAS.
+
   19 Oct 2013; Honza Macháček hloupy.ho...@centrum.cz nwchem-6.3-r2.ebuild:
   Arranged for the TeX fonts creation in the sandbox. This time really.
 

diff --git a/sci-chemistry/nwchem/metadata.xml 
b/sci-chemistry/nwchem/metadata.xml
index 28f9d6e..11305d8 100644
--- a/sci-chemistry/nwchem/metadata.xml
+++ b/sci-chemistry/nwchem/metadata.xml
@@ -7,6 +7,9 @@
 nameAlexey Shvetsov/name
   /maintainer
   use
+flag name=mrccCompile the MRCC module/flag
+  /use
+  use
 flag name=nwchem-testsInstall qa tests data/flag
   /use
 /pkgmetadata

diff --git a/sci-chemistry/nwchem/nwchem-6.3-r1.ebuild 
b/sci-chemistry/nwchem/nwchem-6.3-r1.ebuild
deleted file mode 100644
index e7b75f2..000
--- a/sci-chemistry/nwchem/nwchem-6.3-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit eutils fortran-2 multilib python-single-r1 toolchain-funcs
-
-DATE=2013-05-28
-
-DESCRIPTION=Delivering High-Performance Computational Chemistry to Science
-HOMEPAGE=http://www.nwchem-sw.org/index.php/Main_Page;
-SRC_URI=http://www.nwchem-sw.org/images/Nwchem-${PV}.revision${PR#r}-src.${DATE}.tar.gz;
-
-LICENSE=ECL-2.0
-SLOT=0
-KEYWORDS=~x86 ~amd64
-IUSE=mpi doc examples nwchem-tests python
-
-REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
-
-RDEPEND=
-   sys-fs/sysfsutils
-   python? ( ${PYTHON_DEPS} )
-DEPEND=${RDEPEND}
-   app-shells/tcsh
-   mpi? ( virtual/mpi[fortran] )
-   doc? (
-   dev-texlive/texlive-latex
-   dev-tex/latex2html )
-
-S=${WORKDIR}/${P}-src.${DATE}
-
-pkg_setup() {
-   fortran-2_pkg_setup
-   use python  python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   epatch \
-   ${FILESDIR}/nwchem-6.1.1-makefile.patch \
-   ${FILESDIR}/nwchem-6.1.1-nwchemrc.patch \
-   ${FILESDIR}/nwchem-6.1.1-adjust-dir-length.patch
-   use python  epatch ${FILESDIR}/nwchem-6.1.1-python_makefile.patch
-   use doc  epatch ${FILESDIR}/nwchem-6.3-r1-html_doc.patch
-
-   sed \
-   -e 
s:DBASIS_LIBRARY=\'\$(SRCDIR)'\:DBASIS_LIBRARY=\'${EPREFIX}/usr/share/NWChem'\:g
 \
-   -i src/basis/MakeFile src/basis/GNUmakefile || die
-   sed \
-   -e 
s:DNWPW_LIBRARY=\'\$(SRCDIR)'\:DNWPW_LIBRARY=\'${EPREFIX}/usr/share/NWChem'\:g
 \
-   -i src/nwpw/libraryps/GNUmakefile || die
-   sed \
-   -e 
s:-DCOMPILATION_DIR=\'\$(TOPDIR)'\:-DCOMPILATION_DIR=\''\:g \
-   -i src/GNUmakefile src/MakeFile || die
-
-   if [[ $(tc-getFC) == *-*-*-*-gfortran ]]; then
-   sed \
-   -e s:ifneq (\$(FC),gfortran):ifneq 
(\$(FC),$(tc-getFC)):g \
-   -e s:ifeq (\$(FC),gfortran):ifeq 
(\$(FC),$(tc-getFC)):g \
-   -i src/config/makefile.h || die
-   fi
-}
-
-src_compile() {
-   export USE_SUBGROUPS=yes
-   if use mpi ; then
-   export MSG_COMMS=MPI
-   export 

[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-343.13.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:24:50

  Modified: nvidia-drivers-343.13.ebuild ChangeLog
  Log:
  Raise kernel version compatibility.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  x11-drivers/nvidia-drivers/nvidia-drivers-343.13.ebuild

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

Index: nvidia-drivers-343.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-343.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-drivers-343.13.ebuild6 Aug 2014 22:03:00 -   1.1
+++ nvidia-drivers-343.13.ebuild7 Aug 2014 10:24:50 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-343.13.ebuild,v
 1.1 2014/08/06 22:03:00 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-343.13.ebuild,v
 1.2 2014/08/07 10:24:50 jer Exp $
 
 EAPI=5
 
@@ -85,8 +85,8 @@
if use kernel_linux  kernel_is ge 3 16 ; then
ewarn Gentoo supports kernels which are supported by NVIDIA
ewarn which are limited to the following kernels:
-   ewarn sys-kernel/gentoo-sources-3.16
-   ewarn sys-kernel/vanilla-sources-3.16
+   ewarn sys-kernel/gentoo-sources-3.17
+   ewarn sys-kernel/vanilla-sources-3.17
ewarn 
ewarn You are free to utilize epatch_user to provide whatever
ewarn support you feel is appropriate, but will not receive



1.566x11-drivers/nvidia-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.566view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.566content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.565r2=1.566

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -r1.565 -r1.566
--- ChangeLog   6 Aug 2014 22:03:00 -   1.565
+++ ChangeLog   7 Aug 2014 10:24:50 -   1.566
@@ -1,6 +1,9 @@
 # ChangeLog for x11-drivers/nvidia-drivers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.565 2014/08/06 22:03:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.566 2014/08/07 10:24:50 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org nvidia-drivers-343.13.ebuild:
+  Raise kernel version compatibility.
 
 *nvidia-drivers-343.13 (06 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in virtual/mysql: ChangeLog mysql-5.5.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:37:36

  Modified: ChangeLog mysql-5.5.ebuild
  Log:
  Stable for HPPA (bug #518718).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.37 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   4 Aug 2014 04:04:07 -   1.36
+++ ChangeLog   7 Aug 2014 10:37:36 -   1.37
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.36 2014/08/04 
04:04:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.37 2014/08/07 
10:37:36 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org mysql-5.5.ebuild:
+  Stable for HPPA (bug #518718).
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org -mysql-4.0.ebuild,
   -mysql-4.1.ebuild, -mysql-5.0.ebuild:



1.8  virtual/mysql/mysql-5.5.ebuild

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

Index: mysql-5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-5.5.ebuild25 Apr 2014 01:32:39 -  1.7
+++ mysql-5.5.ebuild7 Aug 2014 10:37:36 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.7 
2014/04/25 01:32:39 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.8 
2014/08/07 10:37:36 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-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
+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
 IUSE=embedded minimal static static-libs
 
 DEPEND=






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

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:39:05

  Modified: mysql-5.5.39.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #518718).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-db/mysql/mysql-5.5.39.ebuild

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

Index: mysql-5.5.39.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql-5.5.39.ebuild 2 Aug 2014 00:23:41 -   1.1
+++ mysql-5.5.39.ebuild 7 Aug 2014 10:39:05 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.1 
2014/08/02 00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.2 
2014/08/07 10:39:05 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 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 ~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
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~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=''



1.679dev-db/mysql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -r1.678 -r1.679
--- ChangeLog   4 Aug 2014 04:01:01 -   1.678
+++ ChangeLog   7 Aug 2014 10:39:05 -   1.679
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.678 2014/08/04 
04:01:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.679 2014/08/07 
10:39:05 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org mysql-5.5.39.ebuild:
+  Stable for HPPA (bug #518718).
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org -files/my.cnf,
   -files/my.cnf-4.0, -files/my.cnf-4.1, -files/mysql.init,






[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.52.0-r7.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 10:45:59

  Modified: boost-1.52.0-r7.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #518488).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  dev-libs/boost/boost-1.52.0-r7.ebuild

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

Index: boost-1.52.0-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- boost-1.52.0-r7.ebuild  7 Aug 2014 06:19:26 -   1.6
+++ boost-1.52.0-r7.ebuild  7 Aug 2014 10:45:59 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.6 
2014/08/07 06:19:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.7 
2014/08/07 10:45:59 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -16,7 +16,7 @@
 LICENSE=Boost-1.0
 MAJOR_V=$(get_version_component_range 1-2)
 SLOT=0/${MAJOR_V}
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=debug doc icu +nls mpi python static-libs +threads tools
 
 RDEPEND=icu? ( =dev-libs/icu-3.6:= )



1.325dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- ChangeLog   7 Aug 2014 06:19:26 -   1.324
+++ ChangeLog   7 Aug 2014 10:45:59 -   1.325
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.324 2014/08/07 
06:19:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.325 2014/08/07 
10:45:59 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org boost-1.52.0-r7.ebuild:
+  Stable for HPPA (bug #518488).
 
   07 Aug 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r7.ebuild:
   Make dev-util/boost-build dependency less strict






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

2014-08-07 Thread Michal Gorny (mgorny)
mgorny  14/08/07 10:47:09

  Modified: ChangeLog package.mask
  Log:
  Restore libav-10 mask due to blockers and a lot of unported packages.

Revision  ChangesPath
1.9290   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9289
retrieving revision 1.9290
diff -u -r1.9289 -r1.9290
--- ChangeLog   6 Aug 2014 16:58:00 -   1.9289
+++ ChangeLog   7 Aug 2014 10:47:08 -   1.9290
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9289 2014/08/06 
16:58:00 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9290 2014/08/07 
10:47:08 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  07 Aug 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Restore libav-10 mask due to blockers and a lot of unported packages.
+
   06 Aug 2014; Luca Barbato lu_z...@gentoo.org package.mask:
   Drop the libav p.mask
 



1.15957  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15956
retrieving revision 1.15957
diff -u -r1.15956 -r1.15957
--- package.mask6 Aug 2014 16:58:01 -   1.15956
+++ package.mask7 Aug 2014 10:47:08 -   1.15957
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15956 2014/08/06 
16:58:01 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15957 2014/08/07 
10:47:08 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -492,6 +492,11 @@
 =virtual/jdk-1.8
 =virtual/jre-1.8
 
+# Luca Barbato lu_z...@gentoo.org (30 Mar 2014)
+# Current stable for upstream, pending a tinderbox run.
+# Note: mask restored because of #509294, #519258.
+=media-video/libav-10*
+
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (26 Mar 2014)
 # Affected by multiple vulnerabilities, #445916, #471098 and #472280
 media-libs/mesa-9.1.4






[gentoo-commits] gentoo-x86 commit in app-text/pdfsandwich: pdfsandwich-0.1.2-r1.ebuild ChangeLog pdfsandwich-0.0.7.ebuild pdfsandwich-0.0.8.ebuild

2014-08-07 Thread Thomas Kahle (tomka)
tomka   14/08/07 11:19:37

  Modified: ChangeLog
  Added:pdfsandwich-0.1.2-r1.ebuild
  Removed:  pdfsandwich-0.0.7.ebuild pdfsandwich-0.0.8.ebuild
  Log:
  EAPI bump, add missing dep on *magick (bug 519282), remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.9  app-text/pdfsandwich/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 Jul 2014 13:19:03 -  1.8
+++ ChangeLog   7 Aug 2014 11:19:37 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pdfsandwich
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.8 
2014/07/29 13:19:03 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.9 
2014/08/07 11:19:37 tomka Exp $
+
+*pdfsandwich-0.1.2-r1 (07 Aug 2014)
+
+  07 Aug 2014; Thomas Kahle to...@gentoo.org +pdfsandwich-0.1.2-r1.ebuild,
+  -pdfsandwich-0.0.7.ebuild, -pdfsandwich-0.0.8.ebuild:
+  EAPI bump, add missing dep on *magick (bug 519282), remove old
 
 *pdfsandwich-0.1.2 (29 Jul 2014)
 



1.1  app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild

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

Index: pdfsandwich-0.1.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild,v 1.1 
2014/08/07 11:19:37 tomka Exp $

EAPI=5

DESCRIPTION=generator of sandwich OCR pdf files
HOMEPAGE=http://www.tobias-elze.de/pdfsandwich;
SRC_URI=mirror://sourceforge/pdfsandwich/${P}.tar.bz2

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

RDEPEND==app-text/tesseract-3.00
media-gfx/exact-image
app-text/unpaper
app-text/ghostscript-gpl
|| (
   media-gfx/imagemagick[png?]
   media-gfx/graphicsmagick[png?]
)
DEPEND=sys-apps/gawk
=dev-lang/ocaml-3.10[ocamlopt]

src_prepare() {
sed -i /^OCAMLOPTFLAGS/s/$/ -ccopt \\$(CFLAGS) \$(LDFLAGS)\/ 
Makefile || die
}

src_install() {
emake DESTDIR=${D} install
}

pkg_postinst() {
elog pdfsandwich relies on the tesseract library for OCR.
elog Consequently language support is determined by tesseract's
elog language support which in turn is controlled via the LINGUAS
elog variable in make.conf.
}






[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: swi-prolog-7.1.18.ebuild ChangeLog

2014-08-07 Thread Keri Harris (keri)
keri14/08/07 11:43:09

  Modified: ChangeLog
  Added:swi-prolog-7.1.18.ebuild
  Log:
  Bump -7.1 development version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.445dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.445view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.445content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.444r2=1.445

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -r1.444 -r1.445
--- ChangeLog   24 Jul 2014 13:30:52 -  1.444
+++ ChangeLog   7 Aug 2014 11:43:09 -   1.445
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.444 
2014/07/24 13:30:52 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.445 
2014/08/07 11:43:09 keri Exp $
+
+*swi-prolog-7.1.18 (07 Aug 2014)
+
+  07 Aug 2014; k...@gentoo.org +swi-prolog-7.1.18.ebuild:
+  Bump -7.1 development version
 
   24 Jul 2014; k...@gentoo.org -swi-prolog-6.5.3.ebuild,
   -swi-prolog-6.6.2.ebuild, -swi-prolog-6.6.3.ebuild,



1.1  dev-lang/swi-prolog/swi-prolog-7.1.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.1.18.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.1.18.ebuild?rev=1.1content-type=text/plain

Index: swi-prolog-7.1.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.1.18.ebuild,v 1.1 
2014/08/07 11:43:09 keri Exp $

EAPI=4

inherit eutils flag-o-matic java-pkg-opt-2 multilib

PATCHSET_VER=0

DESCRIPTION=free, small, and standard compliant Prolog compiler
HOMEPAGE=http://www.swi-prolog.org/;
SRC_URI=http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=archive debug doc +gmp hardened java minimal odbc +readline ssl 
static-libs test zlib X

RDEPEND=sys-libs/ncurses
archive? ( app-arch/libarchive )
zlib? ( sys-libs/zlib )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )
gmp? ( dev-libs/gmp )
ssl? ( dev-libs/openssl )
java? ( =virtual/jdk-1.4 )
X? (
virtual/jpeg
x11-libs/libX11
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM )

DEPEND=${RDEPEND}
X? ( x11-proto/xproto )
java? ( test? ( =dev-java/junit-3.8* ) )

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

src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch ${WORKDIR}/${PV}

# OSX/Intel ld doesn't like an archive without table of contents
sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
}

src_configure() {
append-flags -fno-strict-aliasing
use ppc  append-flags -mno-altivec
use hardened  append-flags -fno-unit-at-a-time
use debug  append-flags -DO_DEBUG

# ARCH is used in the configure script to figure out host and target
# specific stuff
export ARCH=${CHOST}

export CC_FOR_BUILD=$(tc-getBUILD_CC)

cd ${S}/src || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable gmp) \
$(use_enable readline) \
$(use_enable static-libs static) \
--enable-shared \
--enable-custom-flags COFLAGS=${CFLAGS}

if ! use minimal ; then
local jpltestconf
if use java  use test ; then
jpltestconf=--with-junit=$(java-config --classpath 
junit)
fi

cd ${S}/packages || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_with archive) \
$(use_with java jpl) \
${jpltestconf} \
$(use_with odbc) \
$(use_with ssl) \
$(use_with X xpce) \
$(use_with zlib) \

[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-6.4.1.ebuild

2014-08-07 Thread Keri Harris (keri)
keri14/08/07 11:45:38

  Modified: ChangeLog
  Removed:  swi-prolog-6.4.1.ebuild
  Log:
  Remove old version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.446dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.446view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.446content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.445r2=1.446

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.445
retrieving revision 1.446
diff -u -r1.445 -r1.446
--- ChangeLog   7 Aug 2014 11:43:09 -   1.445
+++ ChangeLog   7 Aug 2014 11:45:38 -   1.446
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.445 
2014/08/07 11:43:09 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.446 
2014/08/07 11:45:38 keri Exp $
+
+  07 Aug 2014; k...@gentoo.org -swi-prolog-6.4.1.ebuild:
+  Remove old version
 
 *swi-prolog-7.1.18 (07 Aug 2014)
 






[gentoo-commits] proj/hardened-refpolicy:testing commit in: policy/modules/kernel/

2014-08-07 Thread Sven Vermeulen
commit: 5fd609058ca8eec44bac6baf0a510511a79c6bce
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Thu Aug  7 12:28:11 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 12:28:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5fd60905

Introduce files_relabel_all_pids

The files_relabel_all_pids allows for relabelfrom/relabelto privileges
on files, symbolic links and directories (for now) of the types
associated with the pidfile attribute, which basically is *_var_run_t
and var_run_t.

---
 policy/modules/kernel/files.if | 21 +
 1 file changed, 21 insertions(+)

diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index 5d53aa4..609de1f 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -6752,3 +6752,24 @@ interface(`files_manage_non_security_file_type',`
manage_sock_files_pattern($1, non_security_file_type, 
non_security_file_type)
 ')
 
+
+## summary
+## Relabel all pidfile resources.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## rolecap/
+#
+interface(`files_relabel_all_pids',`
+   gen_require(`
+   attribute pidfile;
+   ')
+
+   allow $1 pidfile:dir list_dir_perms;
+   relabel_dirs_pattern($1, pidfile, pidfile)
+   relabel_files_pattern($1, pidfile, pidfile)
+   relabel_lnk_files_pattern($1, pidfile, pidfile)
+')



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

2014-08-07 Thread Sven Vermeulen
commit: ff4fd7dab886637da1e941f826ffad73a356d342
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Thu Aug  7 07:26:28 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 12:34:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ff4fd7da

modutils: give kmod access to tmpfiles

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

diff --git a/policy/modules/system/modutils.te 
b/policy/modules/system/modutils.te
index f52e72a..91147fe 100644
--- a/policy/modules/system/modutils.te
+++ b/policy/modules/system/modutils.te
@@ -243,6 +243,11 @@ optional_policy(`
xserver_getattr_log(insmod_t)
 ')
 
+optional_policy(`
+   tmpfiles_create_var_run(insmod_t)
+   tmpfiles_write_var_run(insmod_t)
+')
+
 #
 #
 # update-modules local policy



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

2014-08-07 Thread Sven Vermeulen
commit: 7bf3f6bc6f88f863ccfd1fbcdbb1958d32c1bdb7
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Thu Aug  7 12:39:39 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 12:39:39 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7bf3f6bc

Fix merge conflict


 policy/modules/kernel/files.if| 29 +
 policy/modules/system/tmpfiles.te | 10 +-
 2 files changed, 34 insertions(+), 5 deletions(-)



[gentoo-commits] proj/hardened-refpolicy:testing commit in: policy/modules/kernel/

2014-08-07 Thread Sven Vermeulen
commit: 9c22729b7ff8064c52b59c5dbe78dfd632a1bf87
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Thu Aug  7 09:39:37 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 09:47:45 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9c22729b

Add files_relabel_non_security_file_type

This interface allows for relabel operations against all resources with
a type associated with the non_security_file_type attribute.

---
 policy/modules/kernel/files.if | 29 +
 1 file changed, 29 insertions(+)

diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index 5d53aa4..105c7c2 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -6731,6 +6731,35 @@ interface(`files_read_etc_runtime',`
 
 
 ## summary
+## Relabel all non-security related
+## files.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## rolecap/
+#
+interface(`files_relabel_non_security_file_type',`
+   gen_require(`
+   attribute non_security_file_type;
+   ')
+
+   allow $1 non_security_file_type:dir list_dir_perms;
+   relabel_dirs_pattern($1, non_security_file_type, non_security_file_type)
+   relabel_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_lnk_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_fifo_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabel_sock_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   # this is only relabelfrom since there should be no
+   # device nodes with file types.
+   relabelfrom_blk_files_pattern($1, non_security_file_type, 
non_security_file_type)
+   relabelfrom_chr_files_pattern($1, non_security_file_type, 
non_security_file_type)
+')
+
+
+## summary
 ## Manage non-security related resources.
 ## /summary
 ## param name=domain



[gentoo-commits] proj/hardened-refpolicy:testing commit in: policy/modules/kernel/

2014-08-07 Thread Sven Vermeulen
commit: 3b8d61235fe8f516700617bf6b8750c0c734a66b
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Thu Aug  7 12:28:11 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 12:33:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3b8d6123

Introduce files_relabel_all_pids

The files_relabel_all_pids allows for relabelfrom/relabelto privileges
on files, symbolic links and directories (for now) of the types
associated with the pidfile attribute, which basically is *_var_run_t
and var_run_t.

---
 policy/modules/kernel/files.if | 21 +
 1 file changed, 21 insertions(+)

diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index 105c7c2..9f260ab 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -6781,3 +6781,24 @@ interface(`files_manage_non_security_file_type',`
manage_sock_files_pattern($1, non_security_file_type, 
non_security_file_type)
 ')
 
+
+## summary
+## Relabel all pidfile resources.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+## rolecap/
+#
+interface(`files_relabel_all_pids',`
+   gen_require(`
+   attribute pidfile;
+   ')
+
+   allow $1 pidfile:dir list_dir_perms;
+   relabel_dirs_pattern($1, pidfile, pidfile)
+   relabel_files_pattern($1, pidfile, pidfile)
+   relabel_lnk_files_pattern($1, pidfile, pidfile)
+')



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

2014-08-07 Thread Sven Vermeulen
commit: 8998df08a5f909c315e8b469e92b372e5bcc4331
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Aug  6 12:22:19 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Thu Aug  7 12:34:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8998df08

Module for tmpfiles

---
 policy/modules/system/tmpfiles.fc |   7 ++
 policy/modules/system/tmpfiles.if | 164 ++
 policy/modules/system/tmpfiles.te |  91 +
 3 files changed, 262 insertions(+)

diff --git a/policy/modules/system/tmpfiles.fc 
b/policy/modules/system/tmpfiles.fc
new file mode 100644
index 000..12fd30a
--- /dev/null
+++ b/policy/modules/system/tmpfiles.fc
@@ -0,0 +1,7 @@
+
+/etc/tmpfiles.d(/.*)?  
gen_context(system_u:object_r:tmpfiles_conf_t,s0)
+/var/run/tmpfiles.d(/.*)?  
gen_context(system_u:object_r:tmpfiles_var_run_t,s0)
+
+/lib/rc/bin/checkpath  --  
gen_context(system_u:object_r:tmpfiles_exec_t,s0)
+/lib/rc/sh/tmpfiles.sh --  
gen_context(system_u:object_r:tmpfiles_exec_t,s0)
+

diff --git a/policy/modules/system/tmpfiles.if 
b/policy/modules/system/tmpfiles.if
new file mode 100644
index 000..dce932a
--- /dev/null
+++ b/policy/modules/system/tmpfiles.if
@@ -0,0 +1,164 @@
+## summaryPolicy for tmpfiles/summary
+
+
+## summary
+## Read files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed to transition.
+## /summary
+## /param
+#
+interface(`tmpfiles_read_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   files_search_pids($1)
+   allow $1 tmpfiles_var_run_t:dir list_dir_perms;
+   allow $1 tmpfiles_var_run_t:file read_file_perms;
+')
+
+
+## summary
+## Create files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_create_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+
+   # create new files with the tmpfiles_var_run_t type
+   filetrans_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t, file)
+   create_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Write to files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_write_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+   write_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Manage files in /run/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_manage_var_run',`
+   gen_require(`
+   type tmpfiles_var_run_t;
+   ')
+
+   tmpfiles_read_var_run($1)
+
+   # create new files with the tmpfiles_var_run_t type
+   filetrans_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t, file)
+   manage_files_pattern($1, tmpfiles_var_run_t, tmpfiles_var_run_t)
+')
+
+
+## summary
+## Read files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed to transition.
+## /summary
+## /param
+#
+interface(`tmpfiles_read_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   files_search_etc($1)
+   allow $1 tmpfiles_conf_t:dir list_dir_perms;
+   allow $1 tmpfiles_conf_t:file read_file_perms;
+')
+
+
+## summary
+## Create files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_create_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   tmpfiles_read_conf($1)
+   filetrans_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t, file)
+   create_files_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t)
+')
+
+
+## summary
+## Write to files in /etc/tmpfiles.d/.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`tmpfiles_write_conf',`
+   gen_require(`
+   type tmpfiles_conf_t;
+   ')
+
+   tmpfiles_read_conf($1)
+   write_files_pattern($1, tmpfiles_conf_t, tmpfiles_conf_t)
+')
+
+
+## summary
+## Manage files in /etc/tmpfiles.d/.
+## /summary
+## param 

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

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 13:36:06

  Modified: ChangeLog gptfdisk-0.8.10.ebuild
  Log:
  Do not inject configuration flags into build files.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.53 sys-apps/gptfdisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   1 Aug 2014 11:34:50 -   1.52
+++ ChangeLog   7 Aug 2014 13:36:06 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/gptfdisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.52 
2014/08/01 11:34:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.53 
2014/08/07 13:36:06 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org gptfdisk-0.8.10.ebuild:
+  Do not inject configuration flags into build files.
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org gptfdisk-0.8.10.ebuild:
   ia64/sparc stable wrt #510150



1.8  sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild

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

Index: gptfdisk-0.8.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gptfdisk-0.8.10.ebuild  1 Aug 2014 11:34:50 -   1.7
+++ gptfdisk-0.8.10.ebuild  7 Aug 2014 13:36:06 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.7 2014/08/01 11:34:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.8 2014/08/07 13:36:06 jer Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
 
sed \
-e '/g++/s:=:?=:g' \
-   -e s:-lncursesw:$(${PKG_CONFIG} --libs ncursesw):g \
+   -e 's:-lncursesw:$(shell $(PKG_CONFIG) --libs ncursesw):g' \
-i Makefile || die
 
use static  append-ldflags -static






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

2014-08-07 Thread Yixun Lan (dlan)
dlan14/08/07 14:28:44

  Modified: ChangeLog
  Added:fbterm-1.7-r1.ebuild
  Removed:  fbterm-1.7.ebuild
  Log:
  fix typo, bug 519486, thanks Casper Ti. Vector
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.3  app-i18n/fbterm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jul 2012 07:49:23 -   1.2
+++ ChangeLog   7 Aug 2014 14:28:44 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/fbterm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.2 2012/07/07 
07:49:23 yngwin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.3 2014/08/07 
14:28:44 dlan Exp $
+
+*fbterm-1.7-r1 (07 Aug 2014)
+
+  07 Aug 2014; Yixun Lan d...@gentoo.org -fbterm-1.7.ebuild,
+  +fbterm-1.7-r1.ebuild:
+  fix typo, bug 519486, thanks Casper Ti. Vector
 
   07 Jul 2012; Ben de Groot yng...@gentoo.org fbterm-1.7.ebuild:
   Fix typo (bug #425136). Minor ebuild cleanup.



1.1  app-i18n/fbterm/fbterm-1.7-r1.ebuild

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

Index: fbterm-1.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/fbterm-1.7-r1.ebuild,v 1.1 
2014/08/07 14:28:44 dlan Exp $

EAPI=5
inherit autotools-utils

DESCRIPTION=Fast terminal emulator for the Linux framebuffer
HOMEPAGE=http://fbterm.googlecode.com/;
SRC_URI=http://fbterm.googlecode.com/files/${P}.0.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=caps gpm video_cards_vesa

RDEPEND=caps? ( sys-libs/libcap )
gpm? ( sys-libs/gpm )
video_cards_vesa? ( dev-libs/libx86 )
media-libs/fontconfig
media-libs/freetype:2
DEPEND=${RDEPEND}
sys-libs/ncurses
virtual/pkgconfig

AUTOTOOLS_IN_SOURCE_BUILD=1

DOCS=( AUTHORS NEWS README )

src_configure() {
local myeconfargs=(
$(use_enable gpm)
$(use_enable video_cards_vesa vesa)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install
$(type -P tic) -o ${ED}/usr/share/terminfo/ \
${S}/terminfo/fbterm || die Failed to generate terminfo 
database
if use caps; then
setcap cap_sys_tty_config+ep ${ED}/usr/bin/fbterm
else
fperms u+s /usr/bin/fbterm
fi
}

pkg_postinst() {
einfo
einfo  ${PN} won't work with vga16fb. You have to use other native
einfo  framebuffer drivers or vesa driver.
einfo  See ${EPREFIX}/usr/share/doc/${P}/README for details.
einfo  To use ${PN}, ensure you are in video group.
einfo  To input CJK merge app-i18n/fbterm-ucimf
einfo
}






[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-2.1.0.ebuild ChangeLog

2014-08-07 Thread Ian Delaney (idella4)
idella4 14/08/07 14:54:50

  Modified: ipython-2.1.0.ebuild ChangeLog
  Log:
  add doc deps, upgrade deps, shed redundant sed statements of prior versions, 
add patch to fix test phase, patch by cel1 now merged upstram, update install 
phase, add msgs in postinst relating to optional features, thanks to cel1 for 
cross testing a patches
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/ipython/ipython-2.1.0.ebuild

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

Index: ipython-2.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipython-2.1.0.ebuild1 Aug 2014 03:25:26 -   1.1
+++ ipython-2.1.0.ebuild7 Aug 2014 14:54:50 -   1.2
@@ -1,31 +1,25 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.1.0.ebuild,v 
1.1 2014/08/01 03:25:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.1.0.ebuild,v 
1.2 2014/08/07 14:54:50 idella4 Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='readline,sqlite'
 
-inherit distutils-r1 elisp-common virtualx
+inherit distutils-r1 virtualx
 
 DESCRIPTION=Advanced interactive shell for Python
 HOMEPAGE=http://ipython.org/;
-SRC_URI=https://github.com/${PN}/${PN}/releases/download/rel-${PV}/${P}.tar.gz;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
-IUSE=doc examples matplotlib mongodb notebook nbconvert octaveqt4 
+smp test wxwidgets
 
-PY2_USEDEP=$(python_gen_usedep python2_7)
-gen_python_deps() {
-   local flag
-   for flag in $(python_gen_useflags '*'); do
-   echo ${flag}? ( ${1}[${flag}(-)] )
-   done
-}
+IUSE=doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test 
wxwidgets
 
+PY2_USEDEP=$(python_gen_usedep python2_7)
 CDEPEND=
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
@@ -35,71 +29,52 @@
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
octave? ( dev-python/oct2py[${PYTHON_USEDEP}] )
-   smp? ( dev-python/pyzmq[${PYTHON_USEDEP}] )
-   wxwidgets? ( dev-python/wxpython[${PY2_USEDEP}] )
+   smp? ( =dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}] )
+   wxwidgets? ( $(python_gen_cond_dep 
'dev-python/wxpython[${PYTHON_USEDEP}]' python2_7) )
 RDEPEND=${CDEPEND}
notebook? (
-   =www-servers/tornado-2.1[${PYTHON_USEDEP}]
+   =www-servers/tornado-3.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
+   =dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
dev-libs/mathjax
-   $(gen_python_deps dev-python/jinja)
)
nbconvert? (
-   app-text/pandoc
+   =app-text/pandoc-1.12.1
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
-   $(gen_python_deps dev-python/jinja)
+   dev-python/jinja[${PYTHON_USEDEP}]
)
qt4? ( || ( dev-python/PyQt4[${PYTHON_USEDEP}] 
dev-python/pyside[${PYTHON_USEDEP}] )
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}] )
+   dev-python/pygments[${PYTHON_USEDEP}]
+   =dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}] )
 DEPEND=${CDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/oct2py[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   net-libs/nodejs )
-
-PY2_REQUSE=$(python_gen_useflags python2_7)
-REQUIRED_USE=
-   wxwidgets? ( ${PY2_REQUSE} )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PY2_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/numpydoc[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/rpy[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/fabric[${PYTHON_USEDEP}]' 
python2_7)
+   )

[gentoo-commits] gentoo-x86 commit in dev-python/ipython/files: 2.1.0-substitute-files.patch

2014-08-07 Thread Ian Delaney (idella4)
idella4 14/08/07 14:54:50

  Added:2.1.0-substitute-files.patch
  Log:
  add doc deps, upgrade deps, shed redundant sed statements of prior versions, 
add patch to fix test phase, patch by cel1 now merged upstram, update install 
phase, add msgs in postinst relating to optional features, thanks to cel1 for 
cross testing a patches
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/ipython/files/2.1.0-substitute-files.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/files/2.1.0-substitute-files.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/files/2.1.0-substitute-files.patch?rev=1.1content-type=text/plain

Index: 2.1.0-substitute-files.patch
===
substitute the insource files with these messages
diff --git a/IPython/extensions/octavemagic.py 
b/IPython/extensions/octavemagic.py
new file mode 100644
index 000..dc93fe4
--- /dev/null
+++ b/IPython/extensions/octavemagic.py
@@ -0,0 +1,7 @@
+import warnings
+
+def load_ipython_extension(ip):
+msg = (The octavemagic extension has been moved to oct2py. 
+   After installing oct2py, you can load octavemagic with the 
+   following command: '%load_ext oct2py.ipython'.)
+warnings.warn(msg, Warning, stacklevel=2)
diff --git a/IPython/extensions/rmagic.py b/IPython/extensions/rmagic.py
new file mode 100644
index 000..739e491
--- /dev/null
+++ b/IPython/extensions/rmagic.py
@@ -0,0 +1,7 @@
+import warnings
+
+def load_ipython_extension(ip):
+msg = (The rmagic extension has been moved to rpy2. 
+   After installing rpy2, you can load rmagic with the 
+   following command: '%load_ext rpy2.ipython'.)
+warnings.warn(msg, Warning, stacklevel=2)






[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ChangeLog

2014-08-07 Thread Ian Delaney (idella4)
idella4 14/08/07 14:56:54

  Modified: ChangeLog
  Log:
  typo in Changelog
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.141dev-python/ipython/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   7 Aug 2014 14:54:50 -   1.140
+++ ChangeLog   7 Aug 2014 14:56:54 -   1.141
@@ -1,13 +1,13 @@
 # ChangeLog for dev-python/ipython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.140 
2014/08/07 14:54:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.141 
2014/08/07 14:56:54 idella4 Exp $
 
   07 Aug 2014; Ian Delaney idel...@gentoo.org
   +files/2.1.0-substitute-files.patch, ipython-2.1.0.ebuild:
   add doc deps, upgrade deps, shed redundant sed statements of prior versions,
   add patch to fix test phase, patch by cel1 now merged upstram, update install
   phase, add msgs in postinst relating to optional features, thanks to cel1 for
-  cross testing a patches
+  cross testing and patches
 
 *ipython-2.1.0 (01 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-215-r3.ebuild systemd-9999.ebuild systemd-212-r5.ebuild

2014-08-07 Thread Mike Gilbert (floppym)
floppym 14/08/07 15:07:24

  Modified: systemd-215-r3.ebuild systemd-.ebuild
systemd-212-r5.ebuild
  Log:
  Fix comment.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.7  sys-apps/systemd/systemd-215-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?r1=1.6r2=1.7

Index: systemd-215-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- systemd-215-r3.ebuild   7 Aug 2014 02:07:37 -   1.6
+++ systemd-215-r3.ebuild   7 Aug 2014 15:07:24 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 
1.6 2014/08/07 02:07:37 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 
1.7 2014/08/07 15:07:24 floppym Exp $
 
 EAPI=5
 
@@ -57,7 +57,7 @@
!sys-libs/glibc-2.14
!sys-fs/udev
 
-# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
+# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
 PDEPEND==sys-apps/dbus-1.6.8-r1:0[systemd]
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25



1.132sys-apps/systemd/systemd-.ebuild

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

Index: systemd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- systemd-.ebuild 7 Aug 2014 02:07:37 -   1.131
+++ systemd-.ebuild 7 Aug 2014 15:07:24 -   1.132
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.131 2014/08/07 02:07:37 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.132 2014/08/07 15:07:24 floppym Exp $
 
 EAPI=5
 
@@ -67,7 +67,7 @@
!sys-libs/glibc-2.14
!sys-fs/udev
 
-# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
+# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
 PDEPEND==sys-apps/dbus-1.6.8-r1:0[systemd]
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25



1.14 sys-apps/systemd/systemd-212-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild?r1=1.13r2=1.14

Index: systemd-212-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- systemd-212-r5.ebuild   7 Aug 2014 02:07:37 -   1.13
+++ systemd-212-r5.ebuild   7 Aug 2014 15:07:24 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v 
1.13 2014/08/07 02:07:37 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v 
1.14 2014/08/07 15:07:24 floppym Exp $
 
 EAPI=5
 
@@ -59,7 +59,7 @@
!sys-libs/glibc-2.14
!sys-fs/udev
 
-# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
+# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
 PDEPEND==sys-apps/dbus-1.6.8-r1:0[systemd]
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20140806.ebuild ChangeLog

2014-08-07 Thread Nicolas Bock (nicolasbock)
nicolasbock14/08/07 15:18:38

  Modified: ChangeLog
  Added:lammps-20140806.ebuild
  Log:
  sci-physics/lammps-20140806: Added new version.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.34 sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   14 Jul 2014 21:05:50 -  1.33
+++ ChangeLog   7 Aug 2014 15:18:38 -   1.34
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.33 
2014/07/14 21:05:50 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.34 
2014/08/07 15:18:38 nicolasbock Exp $
+
+*lammps-20140806 (07 Aug 2014)
+
+  07 Aug 2014; Nicolas Bock nicolasb...@gentoo.org +lammps-20140806.ebuild:
+  sci-physics/lammps-20140806: Added new version.
 
 *lammps-20140711 (14 Jul 2014)
 



1.1  sci-physics/lammps/lammps-20140806.ebuild

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

Index: lammps-20140806.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140806.ebuild,v 
1.1 2014/08/07 15:18:38 nicolasbock Exp $

EAPI=5

inherit eutils fortran-2 multilib

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
HOMEPAGE=http://lammps.sandia.gov/;
SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples gzip lammps-memalign mpi static-libs

DEPEND=
mpi? ( virtual/mpi )
sci-libs/voro++

RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi mpic++ $(tc-getCXX)) \
F90=$(usex mpi mpif90 $(tc-getFC)) \
LINK=$(usex mpi mpic++ $(tc-getCXX)) \
CCFLAGS=${CXXFLAGS} \
F90FLAGS=${FCFLAGS} \
LINKFLAGS=${LDFLAGS} \
LMP_INC=${LAMMPS_INCLUDEFLAGS} \
MPI_INC=$(usex mpi '' -I../STUBS) \
MPI_PATH=$(usex mpi '' '-L../STUBS') \
MPI_LIB=$(usex mpi '' '-lmpi_stubs') \
$@
}

src_prepare() {
# Fix inconsistent use of SHFLAGS.
sed -i -e 's:$(CCFLAGS):$(CCFLAGS) -fPIC:' src/STUBS/Makefile || die
sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/meam/Makefile.gfortran 
|| die
sed -i -e 's:$(F90FLAGS):$(F90FLAGS) -fPIC:' lib/reax/Makefile.gfortran 
|| die
sed -i \
-e 's:voronoi_SYSINC\s\+=.*$:voronoi_SYSINC = 
-I/usr/include/voro++:' \
-e 's:voronoi_SYSPATH\s\+=.*$:voronoi_SYSPATH =:' \
src/VORONOI/Makefile.lammps || die

# Fix missing .so name.
sed -i \
-e 's:SHLIBFLAGS\s\+=\s\+:SHLIBFLAGS = 
-Wl,-soname,liblammps.so.0 :' \
src/MAKE/Makefile.serial || die

# 

[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2014-08-07 Thread Johannes Huber
commit: d706aff5744585d1274bfe371a2df58ebdca2bc0
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 13:20:50 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 13:20:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d706aff5

[dev-libs/extra-cmake-modules] Fix SRC_URI

Package-Manager: portage-2.2.11-r1

---
 dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
index 0cde8c2..080cfc5 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
@@ -10,7 +10,7 @@ inherit cmake-utils python-any-r1
 
 DESCRIPTION=Extra modules and scripts for CMake
 HOMEPAGE=https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
-SRC_URI=mirror://kde/stable/frameworks/5.0.0/${P}.tar.xz
+SRC_URI=mirror://kde/stable/frameworks/5.1.0/${P}.tar.xz
 
 LICENSE=BSD
 SLOT=0



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-08-07 Thread Johannes Huber
commit: 7a477c40f87fa802a3b22edb2be9fd24ce4b5199
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 13:25:20 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 13:25:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7a477c40

[profiles/package.mask] Update frameworks-5.1.0

---
 profiles/package.mask/frameworks-5.1.0 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/profiles/package.mask/frameworks-5.1.0 
b/profiles/package.mask/frameworks-5.1.0
index 2c93110..7689f99 100644
--- a/profiles/package.mask/frameworks-5.1.0
+++ b/profiles/package.mask/frameworks-5.1.0
@@ -1,6 +1,5 @@
-# Michael Palimaka kensing...@gentoo.org (02 Aug 2014)
-# Unreleased.
-~dev-libs/extra-cmake-modules-1.1.0
+# Michael Palimaka kensing...@gentoo.org (07 Aug 2014)
+# Cross-overlay dependencies.
 ~kde-frameworks/attica-5.1.0
 ~kde-frameworks/frameworkintegration-5.1.0
 ~kde-frameworks/kactivities-5.1.0



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2014-08-07 Thread Johannes Huber
commit: 8dbc9e2672614729ca7f7437f56f8e2e48e7f04e
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 13:33:14 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 13:33:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8dbc9e26

[Documentation] Update kde-frameworks-5.1.keywords

---
 Documentation/package.accept_keywords/.kde-frameworks-5.1/more-deps | 2 +-
 Documentation/package.accept_keywords/kde-frameworks-5.1.keywords   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.1/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.1/more-deps
index c597a05..bb73d2b 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.1/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.1/more-deps
@@ -1,4 +1,4 @@
-=dev-libs/extra-cmake-modules-1.0.0
+=dev-libs/extra-cmake-modules-1.1.0
 =kde-frameworks/kf-env-2
 =dev-qt/designer-5.3.1:5
 =dev-qt/qtconcurrent-5.3.1:5

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.1.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.1.keywords
index f4056f5..c2c7c64 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.1.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.1.keywords
@@ -60,7 +60,7 @@
 kde-frameworks/solid-5.1.50
 kde-frameworks/sonnet-5.1.50
 kde-frameworks/threadweaver-5.1.50
-=dev-libs/extra-cmake-modules-1.0.0
+=dev-libs/extra-cmake-modules-1.1.0
 =kde-frameworks/kf-env-2
 =dev-qt/designer-5.3.1:5
 =dev-qt/qtconcurrent-5.3.1:5



[gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml

2014-08-07 Thread Sven Vermeulen (swift)
swift   14/08/07 16:15:41

  Modified: hb-install-x86+amd64-kernel.xml
  Log:
  Update /boot entry in fstab for genkernel, reported by Colin Hulme

Revision  ChangesPath
1.57 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.56r2=1.57

Index: hb-install-x86+amd64-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-install-x86+amd64-kernel.xml 1 Jun 2014 13:20:25 -   1.56
+++ hb-install-x86+amd64-kernel.xml 7 Aug 2014 16:15:41 -   1.57
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.56 2014/06/01 13:20:25 swift Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.57 2014/08/07 16:15:41 swift Exp $ --
 
 sections
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 /abstract
 
-version26/version
-date2014-06-01/date
+version27/version
+date2014-08-07/date
 
 section
 titleInstalling the Sources/title
@@ -373,6 +373,26 @@
 /pre
 
 p
+Next, edit the path/etc/fstab/path file so that the line containing
+path/boot/path as second field has the first field pointing to the right
+device. If the partitioning example from the handbook is followed, then this
+device is most likely pathkeyval id=/boot//path with the ext2 file
+system. This would make the entry in the file look like so:
+/p
+
+pre caption=Editing /etc/fstab for the /boot entry
+# inano -w /etc/fstab/i
+...
+keyval id=/boot/   /boot   ext2defaults0 2
+/pre
+
+p
+The remainder of the path/etc/fstab/path will be updated in the next 
section,
+but as cgenkernel/c reads this information we need to update the
+path/boot/path line up front.
+/p
+
+p
 Now, compile your kernel sources by running cgenkernel all/c. Be aware
 though, as cgenkernel/c compiles a kernel that supports almost all
 hardware, this compilation will take quite a while to finish!






[gentoo-commits] gentoo-x86 commit in media-gfx/printrun: - New directory

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 17:01:45

  Log:
  Directory /var/cvsroot/gentoo-x86/media-gfx/printrun added to the repository



[gentoo-commits] gentoo-x86 commit in media-gfx/printrun: metadata.xml printrun-20140730.ebuild ChangeLog

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 17:03:47

  Added:metadata.xml printrun-20140730.ebuild ChangeLog
  Log:
  Initial commit. Package for 3D printing
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  ChangesPath
1.1  media-gfx/printrun/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/printrun/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/printrun/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
emailamy...@gentoo.org/email
/maintainer
longdescription lang=en
 Printrun is a set of G-code sending applications for RepRap.
 It consists of printcore (dumb G-code sender), pronsole (featured command line
 G-code sender), pronterface (featured G-code sender with graphical user
 interface), and a small collection of helpful scripts.
/longdescription
/pkgmetadata



1.1  media-gfx/printrun/printrun-20140730.ebuild

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

Index: printrun-20140730.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/printrun/printrun-20140730.ebuild,v 1.1 
2014/08/07 17:03:47 amynka Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=GUI interface for 3D printing on RepRap and other printers
HOMEPAGE=https://github.com/kliment/Printrun;
SRC_URI=https://github.com/kliment/Printrun/archive/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-python/pyserial
dev-python/wxpython
dev-python/pyglet
dev-python/dbus-python
media-gfx/cairosvg
RDEPEND=${DEPEND}

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



1.1  media-gfx/printrun/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for media-gfx/printrun
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/printrun/ChangeLog,v 1.1 
2014/08/07 17:03:47 amynka Exp $

*printrun-20140730 (07 Aug 2014)

  07 Aug 2014; Amy Winston amy...@gentoo.org +metadata.xml,
  +printrun-20140730.ebuild:
  Initial commit. Package for 3D printing






[gentoo-commits] gentoo-x86 commit in media-libs/openctm/files: - New directory

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:49:40

  Log:
  Directory /var/cvsroot/gentoo-x86/media-libs/openctm/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sci-libs/levmar: - New directory

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:53:34

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-libs/levmar added to the repository



[gentoo-commits] gentoo-x86 commit in media-libs/openctm/files: openctm-fix-makefiles.patch

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:50:58

  Added:openctm-fix-makefiles.patch
  Log:
  Initial commit. Package will be used by meshlab
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  ChangesPath
1.1  media-libs/openctm/files/openctm-fix-makefiles.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/files/openctm-fix-makefiles.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/files/openctm-fix-makefiles.patch?rev=1.1content-type=text/plain

Index: openctm-fix-makefiles.patch
===
Description: Debian changes to Makefiles
Author: Teemu Ikonen tpiko...@gmail.com

--- openctm-1.0.3.orig/Makefile.linux
+++ openctm-1.0.3/Makefile.linux
@@ -47,19 +47,21 @@ documentation:
 
 
 # Installation settings
-LIBDIR  = /usr/lib/
-INCDIR  = /usr/local/include/
-BINDIR  = /usr/local/bin/
-MAN1DIR = /usr/local/share/man/man1/
-CP = cp
+LIBDIR  = $(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)
+INCDIR  = $(DESTDIR)/usr/include/
+BINDIR  = $(DESTDIR)/usr/bin/
+MAN1DIR = $(DESTDIR)/usr/share/man/man1/
+CP = cp -P
 MKDIR = mkdir -p
 
-install:
-   $(CP) lib/libopenctm.so $(LIBDIR)
+$(LIBDIR) $(INCDIR) $(BINDIR) $(MAN1DIR):
+   mkdir -p $@
+
+install: $(LIBDIR) $(INCDIR) $(BINDIR) $(MAN1DIR)
+   $(CP) lib/libopenctm.so* $(LIBDIR)
$(CP) lib/openctm.h $(INCDIR)
$(CP) lib/openctmpp.h $(INCDIR)
$(CP) tools/ctmconv $(BINDIR)
$(CP) tools/ctmviewer $(BINDIR)
-   $(MKDIR) $(MAN1DIR)
$(CP) doc/ctmconv.1 $(MAN1DIR)
$(CP) doc/ctmviewer.1 $(MAN1DIR)
--- openctm-1.0.3.orig/lib/Makefile.linux
+++ openctm-1.0.3/lib/Makefile.linux
@@ -28,12 +28,17 @@
 
 LZMADIR = liblzma
 CC = gcc
-CFLAGS = -O3 -W -Wall -c -fPIC -DOPENCTM_BUILD -I$(LZMADIR) -DLZMA_PREFIX_CTM 
-std=c99 -pedantic
-CFLAGS_LZMA = -O3 -W -Wall -c -fPIC -DLZMA_PREFIX_CTM -std=c99 -pedantic
+CFLAGS += -W -Wall -c -fPIC -std=c99 -pedantic
+INCDEF = -DOPENCTM_BUILD -I$(LZMADIR) -DLZMA_PREFIX_CTM
+INCDEF_LZMA = -DLZMA_PREFIX_CTM
 RM = rm -f
 DEPEND = $(CPP) -MM
 
-DYNAMICLIB = libopenctm.so
+VERSION = 1.0.3
+SOVERSION = 1
+LIBNAME = libopenctm.so
+SONAME = $(LIBNAME).$(SOVERSION)
+DYNAMICLIB = $(LIBNAME).$(VERSION)
 
 OBJS = openctm.o \
stream.o \
@@ -64,16 +69,18 @@ LZMA_SRCS = $(LZMADIR)/Alloc.c \
 all: $(DYNAMICLIB)
 
 clean:
-   $(RM) $(DYNAMICLIB) $(OBJS) $(LZMA_OBJS)
+   $(RM) $(DYNAMICLIB) $(SONAME) $(LIBNAME) $(OBJS) $(LZMA_OBJS)
 
 $(DYNAMICLIB): $(OBJS) $(LZMA_OBJS)
-   gcc -shared -s -Wl,-soname,$@ -o $@ $(OBJS) $(LZMA_OBJS) -lm
+   gcc $(LDFLAGS) -shared -s -Wl,-soname,$(SONAME) -o $@ $(OBJS) 
$(LZMA_OBJS) -lm
+   ln -s $(DYNAMICLIB) $(SONAME)
+   ln -s $(DYNAMICLIB) $(LIBNAME)
 
 %.o: %.c
-   $(CC) $(CFLAGS) $
+   $(CC) $(CPPFLAGS) $(CFLAGS) $(INCDEF) $
 
 %.o: $(LZMADIR)/%.c
-   $(CC) $(CFLAGS_LZMA) $
+   $(CC) $(CPPFLAGS) $(CFLAGS) $(INCDEF_LZMA) $
 
 depend:
$(DEPEND) $(SRCS) $(LZMA_SRCS)  make.depend
--- /dev/null
+++ openctm-1.0.3/doc/Makefile.linux
@@ -0,0 +1,2 @@
+%:
+   true
--- openctm-1.0.3.orig/tools/Makefile.linux
+++ openctm-1.0.3/tools/Makefile.linux
@@ -26,49 +26,55 @@
 ###
 
 OPENCTMDIR = ../lib
-GLEWDIR = glew
-JPEGDIR = jpeg
+# Use system libs if possible
+#GLEWDIR = glew
+GLEWDIR = /usr/include/GL
+#JPEGDIR = jpeg
 RPLYDIR = rply
-TINYXMLDIR = tinyxml
-ZLIBDIR = zlib
-PNGLITEDIR = pnglite
+# rply in libvxl1-dev is version 1.1, we need v. 1.01
+#RPLYDIR = /usr/include/vxl/rply
+#TINYXMLDIR = tinyxml
+#ZLIBDIR = zlib
+#PNGLITEDIR = pnglite
 
-CPP = g++
-CPPFLAGS = -c -O3 -W -Wall `pkg-config --cflags gtk+-2.0` -I$(OPENCTMDIR) 
-I$(RPLYDIR) -I$(JPEGDIR) -I$(TINYXMLDIR) -I$(GLEWDIR) -I$(ZLIBDIR) 
-I$(PNGLITEDIR)
+CXX = g++
+CXXFLAGS += -W -Wall `pkg-config --cflags gtk+-2.0` -I$(OPENCTMDIR) 
-I$(RPLYDIR) -I$(GLEWDIR)
 
 MESHOBJS = mesh.o meshio.o ctm.o ply.o rply.o stl.o 3ds.o dae.o obj.o lwo.o 
off.o wrl.o
 CTMCONVOBJS = ctmconv.o common.o systimer.o convoptions.o $(MESHOBJS)
-CTMVIEWEROBJS = ctmviewer.o common.o image.o systimer.o sysdialog_gtk.o 
convoptions.o glew.o pnglite.o $(MESHOBJS)
+CTMVIEWEROBJS = ctmviewer.o common.o image.o systimer.o sysdialog_gtk.o 
convoptions.o $(MESHOBJS)
 CTMBENCHOBJS = ctmbench.o systimer.o
 
 all: ctmconv ctmviewer ctmbench
 
 clean:
rm -f ctmconv ctmviewer ctmbench $(CTMCONVOBJS) $(CTMVIEWEROBJS) 
$(CTMBENCHOBJS) bin2c phong_frag.h phong_vert.h
-   cd $(JPEGDIR)  $(MAKE) -f makefile.linux clean
-   cd $(TINYXMLDIR)  $(MAKE) -f Makefile.linux clean
-   cd $(ZLIBDIR)  $(MAKE) -f Makefile.linux clean
+#  cd $(JPEGDIR)  $(MAKE) -f makefile.linux clean
+#  cd $(TINYXMLDIR)  $(MAKE) -f Makefile.linux clean
+#  cd $(ZLIBDIR)  $(MAKE) -f Makefile.linux clean
+
+#libopenctm.so: 

[gentoo-commits] gentoo-x86 commit in sci-libs/levmar/files: levmar-2.6-shared.patch levmar-2.6-demo-underlinking.patch

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:55:20

  Added:levmar-2.6-shared.patch
levmar-2.6-demo-underlinking.patch
  Log:
  Initial commit. Package will be used by meshlab
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  ChangesPath
1.1  sci-libs/levmar/files/levmar-2.6-shared.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/files/levmar-2.6-shared.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/files/levmar-2.6-shared.patch?rev=1.1content-type=text/plain

Index: levmar-2.6-shared.patch
===
diff -Nur levmar-2.6.orig/CMakeLists.txt levmar-2.6/CMakeLists.txt
--- levmar-2.6.orig/CMakeLists.txt  2012-04-13 04:53:53.0 +0100
+++ levmar-2.6/CMakeLists.txt   2012-04-13 04:54:20.0 +0100
@@ -60,7 +60,7 @@
 ENDIF(HAVE_PLASMA)
 
 # levmar library source files
-ADD_LIBRARY(levmar STATIC
+ADD_LIBRARY(levmar SHARED
   lm.c Axb.c misc.c lmlec.c lmbc.c lmblec.c lmbleic.c
   levmar.h misc.h compiler.h
 )



1.1  sci-libs/levmar/files/levmar-2.6-demo-underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/files/levmar-2.6-demo-underlinking.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/files/levmar-2.6-demo-underlinking.patch?rev=1.1content-type=text/plain

Index: levmar-2.6-demo-underlinking.patch
===
diff -urN levmar-2.6.old/CMakeLists.txt levmar-2.6/CMakeLists.txt
--- levmar-2.6.old/CMakeLists.txt   2014-08-07 18:22:25.739008113 +0200
+++ levmar-2.6/CMakeLists.txt   2014-08-07 18:22:36.050014845 +0200
@@ -67,7 +67,7 @@
 
 # demo program
 IF(BUILD_DEMO)
-  SET(LIBS levmar)
+  SET(LIBS levmar m)
 
   LINK_DIRECTORIES(${CMAKE_BINARY_DIR}) # location of the levmar library
   LINK_DIRECTORIES(${LAPACKBLAS_DIR})






[gentoo-commits] gentoo-x86 commit in media-libs/openctm: metadata.xml openctm-1.0.3.ebuild ChangeLog

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:50:58

  Added:metadata.xml openctm-1.0.3.ebuild ChangeLog
  Log:
  Initial commit. Package will be used by meshlab
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  ChangesPath
1.1  media-libs/openctm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/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
emailamy...@gentoo.org/email
/maintainer
longdescription
OpenCTM - the Open Compressed Triangle Mesh file format - is a file 
format, a software library and a tool set for compression of 3D triangle meshes.
/longdescription
/pkgmetadata



1.1  media-libs/openctm/openctm-1.0.3.ebuild

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

Index: openctm-1.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 
1.1 2014/08/07 16:50:58 amynka Exp $

EAPI=5

inherit eutils multilib qt4-r2 versionator

MY_PF=OpenCTM-${PV}

DESCRIPTION=OpenCTM - the Open Compressed Triangle Mesh.
HOMEPAGE=http://openctm.sourceforge.net;
SRC_URI=mirror://debian/pool/main/o/${PN}/${PN}_${PV}+dfsg1.orig.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=
DEPEND=
dev-libs/tinyxml
media-libs/freeglut
media-libs/glew
media-libs/pnglite
virtual/opengl
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_PF}

src_prepare() {
epatch ${FILESDIR}/openctm-fix-makefiles.patch
mv Makefile.linux Makefile

# do not use strip
sed -i -e 's:-s ::g' \
${S}/Makefile \
${S}/*/Makefile.linux || die
}



1.1  media-libs/openctm/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for media-libs/openctm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.1 
2014/08/07 16:50:58 amynka Exp $

*openctm-1.0.3 (07 Aug 2014)

  07 Aug 2014; Amy Winston amy...@gentoo.org
  +files/openctm-fix-makefiles.patch, +metadata.xml, +openctm-1.0.3.ebuild:
  Initial commit. Package will be used by meshlab






[gentoo-commits] gentoo-x86 commit in sci-libs/levmar/files: - New directory

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:53:55

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-libs/levmar/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sci-libs/levmar: metadata.xml levmar-2.6.ebuild ChangeLog

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:55:20

  Added:metadata.xml levmar-2.6.ebuild ChangeLog
  Log:
  Initial commit. Package will be used by meshlab
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  ChangesPath
1.1  sci-libs/levmar/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/levmar/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
emailamy...@gentoo.org/email
/maintainer
longdescription lang=en
  levmar is a native ANSI C implementation of the Levenberg-Marquardt
  optimization algorithm.  Both unconstrained and constrained (under
  linear equations, inequality and box constraints)
  Levenberg-Marquardt variants are included. The LM algorithm is an
  iterative technique that finds a local minimum of a function that is
  expressed as the sum of squares of nonlinear functions.
/longdescription
/pkgmetadata



1.1  sci-libs/levmar/levmar-2.6.ebuild

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

Index: levmar-2.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/levmar/levmar-2.6.ebuild,v 1.1 
2014/08/07 16:55:20 amynka Exp $

EAPI=5

inherit cmake-utils eutils toolchain-funcs

DESCRIPTION=Levenberg-Marquardt nonlinear least squares C library
HOMEPAGE=http://www.ics.forth.gr/~lourakis/levmar/;
SRC_URI=${HOMEPAGE}/${P}.tgz

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

RDEPEND=
virtual/blas
virtual/lapack
DEPEND=${RDEPEND}
virtual/pkgconfig

PATCHES=(
${FILESDIR}/${P}-shared.patch
${FILESDIR}/${P}-demo-underlinking.patch
)

src_configure() {
local mycmakeargs+=(
-DNEED_F2C=OFF
-DHAVE_LAPACK=ON
-DLAPACKBLAS_LIB_NAMES=$($(tc-getPKG_CONFIG) --libs blas 
lapack)
$(cmake-utils_use test BUILD_DEMO)
)
cmake-utils_src_configure
}

src_test() {
cd ${CMAKE_BUILD_DIR}
./lmdemo || die
}

src_install() {
dolib.so ${CMAKE_BUILD_DIR}/liblevmar.so
insinto /usr/include
doins levmar.h
}



1.1  sci-libs/levmar/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for sci-libs/levmar
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/levmar/ChangeLog,v 1.1 2014/08/07 
16:55:20 amynka Exp $

*levmar-2.6 (07 Aug 2014)

  07 Aug 2014; Amy Winston amy...@gentoo.org
  +files/levmar-2.6-demo-underlinking.patch, +files/levmar-2.6-shared.patch,
  +levmar-2.6.ebuild, +metadata.xml:
  Initial commit. Package will be used by meshlab






[gentoo-commits] gentoo-x86 commit in media-libs/openctm: - New directory

2014-08-07 Thread Amy Winston (amynka)
amynka  14/08/07 16:49:15

  Log:
  Directory /var/cvsroot/gentoo-x86/media-libs/openctm added to the repository



[gentoo-commits] gentoo-x86 commit in dev-util/difffilter: difffilter-0.3.1.ebuild difffilter-0.3.3.ebuild ChangeLog

2014-08-07 Thread Michal Gorny (mgorny)
mgorny  14/08/07 16:45:45

  Modified: difffilter-0.3.1.ebuild difffilter-0.3.3.ebuild
ChangeLog
  Log:
  Fix myconfargs typo, bug #519292.
  
  (Portage version: 2.2.11_p7/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-util/difffilter/difffilter-0.3.1.ebuild

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

Index: difffilter-0.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- difffilter-0.3.1.ebuild 15 Oct 2011 23:24:48 -  1.3
+++ difffilter-0.3.1.ebuild 7 Aug 2014 16:45:44 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.1.ebuild,v 1.3 
2011/10/15 23:24:48 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.1.ebuild,v 1.4 
2014/08/07 16:45:44 mgorny Exp $
 
 EAPI=3
 
@@ -22,7 +22,7 @@
${RDEPEND}
 
 src_configure() {
-   local myconfargs=(
+   local myeconfargs=(
$(use_enable doc)
)
 



1.4  dev-util/difffilter/difffilter-0.3.3.ebuild

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

Index: difffilter-0.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- difffilter-0.3.3.ebuild 3 Aug 2012 08:19:30 -   1.3
+++ difffilter-0.3.3.ebuild 7 Aug 2014 16:45:44 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.3.ebuild,v 1.3 
2012/08/03 08:19:30 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/difffilter/difffilter-0.3.3.ebuild,v 1.4 
2014/08/07 16:45:44 mgorny Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
${RDEPEND}
 
 src_configure() {
-   local myconfargs=(
+   local myeconfargs=(
$(use_enable doc)
)
 



1.16 dev-util/difffilter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Aug 2012 08:19:30 -   1.15
+++ ChangeLog   7 Aug 2014 16:45:44 -   1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/difffilter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v 1.15 
2012/08/03 08:19:30 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/difffilter/ChangeLog,v 1.16 
2014/08/07 16:45:44 mgorny Exp $
+
+  07 Aug 2014; Michał Górny mgo...@gentoo.org difffilter-0.3.1.ebuild,
+  difffilter-0.3.3.ebuild:
+  Fix myconfargs typo, bug #519292.
 
   03 Aug 2012; Markos Chandras hwoar...@gentoo.org difffilter-0.3.3.ebuild:
   Stable on amd64 wrt bug #418949






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

2014-08-07 Thread Johannes Huber
commit: de3262acf155b3bc527ba427fdd65558ac3f6ab6
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 15:13:19 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 15:13:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=de3262ac

[sets] Remove kde-frameworks-5.0

---
 sets/kde-frameworks-5.0 | 59 -
 1 file changed, 59 deletions(-)

diff --git a/sets/kde-frameworks-5.0 b/sets/kde-frameworks-5.0
deleted file mode 100644
index f07cae9..000
--- a/sets/kde-frameworks-5.0
+++ /dev/null
@@ -1,59 +0,0 @@
-kde-frameworks/attica-5.0.50
-kde-frameworks/frameworkintegration-5.0.50
-kde-frameworks/kactivities-5.0.50
-kde-frameworks/kapidox-5.0.50
-kde-frameworks/karchive-5.0.50
-kde-frameworks/kauth-5.0.50
-kde-frameworks/kbookmarks-5.0.50
-kde-frameworks/kcmutils-5.0.50
-kde-frameworks/kcodecs-5.0.50
-kde-frameworks/kcompletion-5.0.50
-kde-frameworks/kconfig-5.0.50
-kde-frameworks/kconfigwidgets-5.0.50
-kde-frameworks/kcoreaddons-5.0.50
-kde-frameworks/kcrash-5.0.50
-kde-frameworks/kdbusaddons-5.0.50
-kde-frameworks/kdeclarative-5.0.50
-kde-frameworks/kded-5.0.50
-kde-frameworks/kdelibs4support-5.0.50
-kde-frameworks/kdesignerplugin-5.0.50
-kde-frameworks/kdesu-5.0.50
-kde-frameworks/kdewebkit-5.0.50
-kde-frameworks/kdnssd-5.0.50
-kde-frameworks/kdoctools-5.0.50
-kde-frameworks/kemoticons-5.0.50
-kde-frameworks/kglobalaccel-5.0.50
-kde-frameworks/kguiaddons-5.0.50
-kde-frameworks/khtml-5.0.50
-kde-frameworks/ki18n-5.0.50
-kde-frameworks/kiconthemes-5.0.50
-kde-frameworks/kidletime-5.0.50
-kde-frameworks/kimageformats-5.0.50
-kde-frameworks/kinit-5.0.50
-kde-frameworks/kio-5.0.50
-kde-frameworks/kitemmodels-5.0.50
-kde-frameworks/kitemviews-5.0.50
-kde-frameworks/kjobwidgets-5.0.50
-kde-frameworks/kjs-5.0.50
-kde-frameworks/kjsembed-5.0.50
-kde-frameworks/kmediaplayer-5.0.50
-kde-frameworks/knewstuff-5.0.50
-kde-frameworks/knotifications-5.0.50
-kde-frameworks/knotifyconfig-5.0.50
-kde-frameworks/kparts-5.0.50
-kde-frameworks/kplotting-5.0.50
-kde-frameworks/kpty-5.0.50
-kde-frameworks/kross-5.0.50
-kde-frameworks/krunner-5.0.50
-kde-frameworks/kservice-5.0.50
-kde-frameworks/ktexteditor-5.0.50
-kde-frameworks/ktextwidgets-5.0.50
-kde-frameworks/kunitconversion-5.0.50
-kde-frameworks/kwallet-5.0.50
-kde-frameworks/kwidgetsaddons-5.0.50
-kde-frameworks/kwindowsystem-5.0.50
-kde-frameworks/kxmlgui-5.0.50
-kde-frameworks/plasma-5.0.50
-kde-frameworks/solid-5.0.50
-kde-frameworks/sonnet-5.0.50
-kde-frameworks/threadweaver-5.0.50



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdoctools/, kde-frameworks/plasma/, kde-frameworks/kidletime/, ...

2014-08-07 Thread Johannes Huber
commit: 86a1f5e5b2a8df5d45a812e7ac45ff969b852ab7
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 15:11:46 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 15:11:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86a1f5e5

[kde-frameworks] Remove 5.0.0

Package-Manager: portage-2.2.11-r1

---
 kde-frameworks/attica/attica-5.0.0.ebuild  | 18 -
 .../frameworkintegration-5.0.0.ebuild  | 47 -
 .../kactivities/kactivities-5.0.0.ebuild   | 31 -
 kde-frameworks/kapidox/kapidox-5.0.0.ebuild| 27 
 kde-frameworks/karchive/karchive-5.0.0.ebuild  | 28 
 kde-frameworks/kauth/kauth-5.0.0-r1.ebuild | 35 --
 kde-frameworks/kbookmarks/kbookmarks-5.0.0.ebuild  | 30 -
 kde-frameworks/kcmutils/kcmutils-5.0.0.ebuild  | 30 -
 kde-frameworks/kcodecs/kcodecs-5.0.0.ebuild| 14 
 .../kcompletion/kcompletion-5.0.0.ebuild   | 22 ---
 kde-frameworks/kconfig/kconfig-5.0.0.ebuild| 24 ---
 .../kconfigwidgets/kconfigwidgets-5.0.0.ebuild | 29 -
 .../kcoreaddons/kcoreaddons-5.0.0.ebuild   | 39 ---
 kde-frameworks/kcrash/kcrash-5.0.0.ebuild  | 39 ---
 .../kdbusaddons/kdbusaddons-5.0.0.ebuild   | 29 -
 .../kdeclarative/kdeclarative-5.0.0.ebuild | 27 
 kde-frameworks/kded/kded-5.0.0.ebuild  | 28 
 .../kdelibs4support/kdelibs4support-5.0.0.ebuild   | 76 --
 .../kdesignerplugin/kdesignerplugin-5.0.0.ebuild   | 54 ---
 kde-frameworks/kdesu/kdesu-5.0.0.ebuild| 35 --
 kde-frameworks/kdewebkit/kdewebkit-5.0.0.ebuild| 31 -
 kde-frameworks/kdnssd/kdnssd-5.0.0.ebuild  | 32 -
 kde-frameworks/kdoctools/kdoctools-5.0.0.ebuild| 21 --
 kde-frameworks/kemoticons/kemoticons-5.0.0.ebuild  | 27 
 .../kglobalaccel/kglobalaccel-5.0.0.ebuild | 34 --
 kde-frameworks/kguiaddons/kguiaddons-5.0.0.ebuild  | 23 ---
 kde-frameworks/khtml/khtml-5.0.0.ebuild| 66 ---
 kde-frameworks/ki18n/ki18n-5.0.0.ebuild| 21 --
 .../kiconthemes/kiconthemes-5.0.0.ebuild   | 27 
 kde-frameworks/kidletime/kidletime-5.0.0.ebuild| 25 ---
 .../kimageformats/kimageformats-5.0.0.ebuild   | 36 --
 kde-frameworks/kinit/kinit-5.0.0.ebuild| 38 ---
 kde-frameworks/kio/kio-5.0.0.ebuild| 74 -
 .../kitemmodels/kitemmodels-5.0.0.ebuild   | 16 -
 kde-frameworks/kitemviews/kitemviews-5.0.0.ebuild  | 21 --
 .../kjobwidgets/kjobwidgets-5.0.0.ebuild   | 36 --
 kde-frameworks/kjs/kjs-5.0.0.ebuild| 22 ---
 kde-frameworks/kjsembed/kjsembed-5.0.0.ebuild  | 26 
 .../kmediaplayer/kmediaplayer-5.0.0.ebuild | 22 ---
 kde-frameworks/knewstuff/knewstuff-5.0.0.ebuild| 32 -
 .../knotifications/knotifications-5.0.0.ebuild | 45 -
 .../knotifyconfig/knotifyconfig-5.0.0.ebuild   | 27 
 kde-frameworks/kparts/kparts-5.0.0.ebuild  | 31 -
 kde-frameworks/kplotting/kplotting-5.0.0.ebuild| 20 --
 kde-frameworks/kpty/kpty-5.0.0.ebuild  | 19 --
 kde-frameworks/kross/kross-5.0.0.ebuild| 33 --
 kde-frameworks/krunner/krunner-5.0.0.ebuild| 29 -
 kde-frameworks/kservice/kservice-5.0.0.ebuild  | 29 -
 .../ktexteditor/ktexteditor-5.0.0.ebuild   | 42 
 .../ktextwidgets/ktextwidgets-5.0.0.ebuild | 30 -
 .../kunitconversion/kunitconversion-5.0.0.ebuild   | 20 --
 kde-frameworks/kwallet/kwallet-5.0.0.ebuild| 29 -
 .../kwidgetsaddons/kwidgetsaddons-5.0.0.ebuild | 21 --
 .../kwindowsystem/kwindowsystem-5.0.0.ebuild   | 39 ---
 kde-frameworks/kxmlgui/kxmlgui-5.0.0.ebuild| 42 
 kde-frameworks/plasma/plasma-5.0.0.ebuild  | 67 ---
 kde-frameworks/solid/solid-5.0.0.ebuild| 32 -
 kde-frameworks/sonnet/sonnet-5.0.0.ebuild  | 31 -
 .../threadweaver/threadweaver-5.0.0.ebuild | 21 --
 59 files changed, 1899 deletions(-)

diff --git a/kde-frameworks/attica/attica-5.0.0.ebuild 
b/kde-frameworks/attica/attica-5.0.0.ebuild
deleted file mode 100644
index c28b2cc..000
--- a/kde-frameworks/attica/attica-5.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_NLS=false
-inherit kde5
-
-DESCRIPTION=Framework providing access to Open Collaboration Services
-LICENSE=LGPL-2.1+
-KEYWORDS=~amd64
-IUSE=
-
-RDEPEND=
-   dev-qt/qtnetwork:5
-
-DEPEND=${RDEPEND}

diff --git 

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-08-07 Thread Johannes Huber
commit: 69b0c911764387ef2058aa9bd653601f209cdcdb
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 15:12:26 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 15:12:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69b0c911

[profiles/package.mask] Remove frameworks-5.0.0

---
 profiles/package.mask/frameworks-5.0.0 | 61 --
 1 file changed, 61 deletions(-)

diff --git a/profiles/package.mask/frameworks-5.0.0 
b/profiles/package.mask/frameworks-5.0.0
deleted file mode 100644
index 5c674df..000
--- a/profiles/package.mask/frameworks-5.0.0
+++ /dev/null
@@ -1,61 +0,0 @@
-# Michael Palimaka kensing...@gentoo.org (08 Jul 2014)
-# Cross-overlay dependencies.
-~kde-frameworks/attica-5.0.0
-~kde-frameworks/frameworkintegration-5.0.0
-~kde-frameworks/kactivities-5.0.0
-~kde-frameworks/kapidox-5.0.0
-~kde-frameworks/karchive-5.0.0
-~kde-frameworks/kauth-5.0.0
-~kde-frameworks/kbookmarks-5.0.0
-~kde-frameworks/kcmutils-5.0.0
-~kde-frameworks/kcodecs-5.0.0
-~kde-frameworks/kcompletion-5.0.0
-~kde-frameworks/kconfig-5.0.0
-~kde-frameworks/kconfigwidgets-5.0.0
-~kde-frameworks/kcoreaddons-5.0.0
-~kde-frameworks/kcrash-5.0.0
-~kde-frameworks/kdbusaddons-5.0.0
-~kde-frameworks/kdeclarative-5.0.0
-~kde-frameworks/kded-5.0.0
-~kde-frameworks/kdelibs4support-5.0.0
-~kde-frameworks/kdesignerplugin-5.0.0
-~kde-frameworks/kdesu-5.0.0
-~kde-frameworks/kdewebkit-5.0.0
-~kde-frameworks/kdnssd-5.0.0
-~kde-frameworks/kdoctools-5.0.0
-~kde-frameworks/kemoticons-5.0.0
-~kde-frameworks/kglobalaccel-5.0.0
-~kde-frameworks/kguiaddons-5.0.0
-~kde-frameworks/khtml-5.0.0
-~kde-frameworks/ki18n-5.0.0
-~kde-frameworks/kiconthemes-5.0.0
-~kde-frameworks/kidletime-5.0.0
-~kde-frameworks/kimageformats-5.0.0
-~kde-frameworks/kinit-5.0.0
-~kde-frameworks/kio-5.0.0
-~kde-frameworks/kitemmodels-5.0.0
-~kde-frameworks/kitemviews-5.0.0
-~kde-frameworks/kjobwidgets-5.0.0
-~kde-frameworks/kjs-5.0.0
-~kde-frameworks/kjsembed-5.0.0
-~kde-frameworks/kmediaplayer-5.0.0
-~kde-frameworks/knewstuff-5.0.0
-~kde-frameworks/knotifications-5.0.0
-~kde-frameworks/knotifyconfig-5.0.0
-~kde-frameworks/kparts-5.0.0
-~kde-frameworks/kplotting-5.0.0
-~kde-frameworks/kpty-5.0.0
-~kde-frameworks/kross-5.0.0
-~kde-frameworks/krunner-5.0.0
-~kde-frameworks/kservice-5.0.0
-~kde-frameworks/ktexteditor-5.0.0
-~kde-frameworks/ktextwidgets-5.0.0
-~kde-frameworks/kunitconversion-5.0.0
-~kde-frameworks/kwallet-5.0.0
-~kde-frameworks/kwidgetsaddons-5.0.0
-~kde-frameworks/kwindowsystem-5.0.0
-~kde-frameworks/kxmlgui-5.0.0
-~kde-frameworks/plasma-5.0.0
-~kde-frameworks/solid-5.0.0
-~kde-frameworks/sonnet-5.0.0
-~kde-frameworks/threadweaver-5.0.0



[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/package.unmask/, ...

2014-08-07 Thread Johannes Huber
commit: bb6f0688e7ef1f8d7dd34275a75668daef499a94
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Aug  7 15:17:56 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Aug  7 15:17:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bb6f0688

[Documentation] Remove kde-frameworks 5.0 keywords

---
 Documentation/maintainers/regenerate-files |  4 +-
 .../.kde-frameworks-5.0/_HEADER_   |  2 -
 .../.kde-frameworks-5.0/kde-frameworks-5.0 |  1 -
 .../.kde-frameworks-5.0/more-deps  | 20 --
 .../kde-frameworks-5.0.keywords| 82 --
 Documentation/package.mask/kde-frameworks-5.0  | 62 
 .../package.unmask/.kde-frameworks-5.0/_HEADER_|  2 -
 .../.kde-frameworks-5.0/kde-frameworks-5.0 |  1 -
 Documentation/package.unmask/kde-frameworks-5.0| 62 
 9 files changed, 2 insertions(+), 234 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 69e56de..09e3be7 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -12,8 +12,8 @@ HEADER=# Autogenerated by ${SCRIPT}, DO NOT EDIT.
 KDE_RELEASES=4.11 4.12 4.13 4.14
 RELEASE=${RELEASE:-4.12}
 
-KF_RELEASES=5.0 5.1
-KF_RELEASE=${KF_RELEASE:-5.0}
+KF_RELEASES=5.1
+KF_RELEASE=${KF_RELEASE:-5.1}
 
 PLASMA_RELEASES=5.0
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.0}

diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.0/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.0/_HEADER_
deleted file mode 100644
index 96402e9..000
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.0/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword the KDE Frameworks 5.0 release.
-# Edit Documentation/package.keywords/.kde-frameworks-5.0/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.0/kde-frameworks-5.0 
b/Documentation/package.accept_keywords/.kde-frameworks-5.0/kde-frameworks-5.0
deleted file mode 12
index 1099cc8..000
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.0/kde-frameworks-5.0
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5.0
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.0/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.0/more-deps
deleted file mode 100644
index e1ceafe..000
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.0/more-deps
+++ /dev/null
@@ -1,20 +0,0 @@
-=dev-libs/extra-cmake-modules-0.0.12
-=kde-frameworks/kf-env-1
-=dev-qt/designer-5.2.1:5
-=dev-qt/qtconcurrent-5.2.1:5
-=dev-qt/qtcore-5.2.1:5
-=dev-qt/qtdbus-5.2.1:5
-=dev-qt/qtdeclarative-5.2.1:5
-=dev-qt/qtgui-5.2.1:5
-=dev-qt/qtnetwork-5.2.1:5
-=dev-qt/qtprintsupport-5.2.1:5
-=dev-qt/qtquick1-5.2.1:5
-=dev-qt/qtquickcontrols-5.2.1:5
-=dev-qt/qtscript-5.2.1:5
-=dev-qt/qtsql-5.2.1:5
-=dev-qt/qtsvg-5.2.1:5
-=dev-qt/qttest-5.2.1:5
-=dev-qt/qtwebkit-5.2.1:5
-=dev-qt/qtwidgets-5.2.1:5
-=dev-qt/qtxml-5.2.1:5
-=dev-qt/qtx11extras-5.2.1:5

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords
deleted file mode 100644
index 7ab5a3d..000
--- a/Documentation/package.accept_keywords/kde-frameworks-5.0.keywords
+++ /dev/null
@@ -1,82 +0,0 @@
-# Autogenerated by regenerate-files, DO NOT EDIT.
-# You can use this file to keyword/unkeyword the KDE Frameworks 5.0 release.
-# Edit Documentation/package.keywords/.kde-frameworks-5.0/ files instead.
-kde-frameworks/attica-5.0.50
-kde-frameworks/frameworkintegration-5.0.50
-kde-frameworks/kactivities-5.0.50
-kde-frameworks/kapidox-5.0.50
-kde-frameworks/karchive-5.0.50
-kde-frameworks/kauth-5.0.50
-kde-frameworks/kbookmarks-5.0.50
-kde-frameworks/kcmutils-5.0.50
-kde-frameworks/kcodecs-5.0.50
-kde-frameworks/kcompletion-5.0.50
-kde-frameworks/kconfig-5.0.50
-kde-frameworks/kconfigwidgets-5.0.50
-kde-frameworks/kcoreaddons-5.0.50
-kde-frameworks/kcrash-5.0.50
-kde-frameworks/kdbusaddons-5.0.50
-kde-frameworks/kdeclarative-5.0.50
-kde-frameworks/kded-5.0.50
-kde-frameworks/kdelibs4support-5.0.50
-kde-frameworks/kdesignerplugin-5.0.50
-kde-frameworks/kdesu-5.0.50
-kde-frameworks/kdewebkit-5.0.50
-kde-frameworks/kdnssd-5.0.50
-kde-frameworks/kdoctools-5.0.50
-kde-frameworks/kemoticons-5.0.50
-kde-frameworks/kglobalaccel-5.0.50
-kde-frameworks/kguiaddons-5.0.50
-kde-frameworks/khtml-5.0.50
-kde-frameworks/ki18n-5.0.50
-kde-frameworks/kiconthemes-5.0.50
-kde-frameworks/kidletime-5.0.50
-kde-frameworks/kimageformats-5.0.50
-kde-frameworks/kinit-5.0.50
-kde-frameworks/kio-5.0.50
-kde-frameworks/kitemmodels-5.0.50
-kde-frameworks/kitemviews-5.0.50
-kde-frameworks/kjobwidgets-5.0.50
-kde-frameworks/kjs-5.0.50

[gentoo-commits] gentoo-x86 commit in media-libs/giflib: giflib-5.0.6.ebuild ChangeLog

2014-08-07 Thread Michal Gorny (mgorny)
mgorny  14/08/07 16:37:13

  Modified: giflib-5.0.6.ebuild ChangeLog
  Log:
  Fix typo in myeconfargs. Pass ac_cv* values verbosely via command-line rather 
than environment. Bug #519294.
  
  (Portage version: 2.2.11_p7/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  media-libs/giflib/giflib-5.0.6.ebuild

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

Index: giflib-5.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-5.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- giflib-5.0.6.ebuild 10 Jun 2014 01:05:49 -  1.2
+++ giflib-5.0.6.ebuild 7 Aug 2014 16:37:13 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-5.0.6.ebuild,v 1.2 
2014/06/10 01:05:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-5.0.6.ebuild,v 1.3 
2014/08/07 16:37:13 mgorny Exp $
 
 EAPI=5
 
@@ -28,13 +28,14 @@
 }
 
 src_configure() {
-   local myconfargs=(
+   local myeconfargs=(
+   # No need for xmlto as they ship generated files.
+   ac_cv_prog_have_xmlto=no
+
$(use_enable static-libs static)
)
-   # No need for xmlto as they ship generated files.
-   ac_cv_prog_have_xmlto=no \
-   autotools-multilib_src_configure
 
+   autotools-multilib_src_configure
 }
 
 src_install() {



1.88 media-libs/giflib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   31 Jul 2014 04:08:56 -  1.87
+++ ChangeLog   7 Aug 2014 16:37:13 -   1.88
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/giflib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.87 
2014/07/31 04:08:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.88 
2014/08/07 16:37:13 mgorny Exp $
+
+  07 Aug 2014; Michał Górny mgo...@gentoo.org giflib-5.0.6.ebuild:
+  Fix typo in myeconfargs. Pass ac_cv* values verbosely via command-line rather
+  than environment. Bug #519294.
 
   31 Jul 2014; Mike Frysinger vap...@gentoo.org giflib-4.1.6-r3.ebuild,
   giflib-4.2.3-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-3.16.0.ebuild ChangeLog

2014-08-07 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/07 17:24:42

  Modified: ChangeLog
  Added:iproute2-3.16.0.ebuild
  Log:
  Version bump (bug #519322)
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.233sys-apps/iproute2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   15 Jun 2014 05:19:15 -  1.232
+++ ChangeLog   7 Aug 2014 17:24:42 -   1.233
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/iproute2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.232 
2014/06/15 05:19:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.233 
2014/08/07 17:24:42 polynomial-c Exp $
+
+*iproute2-3.16.0 (07 Aug 2014)
+
+  07 Aug 2014; Lars Wendler polynomia...@gentoo.org +iproute2-3.16.0.ebuild:
+  Version bump (bug #519322).
 
 *iproute2-3.15.0 (15 Jun 2014)
 



1.1  sys-apps/iproute2/iproute2-3.16.0.ebuild

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

Index: iproute2-3.16.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.16.0.ebuild,v 
1.1 2014/08/07 17:24:42 polynomial-c Exp $

EAPI=5

inherit eutils toolchain-funcs flag-o-matic multilib

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

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

DESCRIPTION=kernel routing and traffic control utilities
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;

LICENSE=GPL-2
SLOT=0
IUSE=atm berkdb +iptables ipv6 minimal selinux

RDEPEND=!net-misc/arpd
iptables? ( =net-firewall/iptables-1.4.20:= )
!minimal? ( berkdb? ( sys-libs/db ) )
atm? ( net-dialup/linux-atm )
selinux? ( sys-libs/libselinux )
DEPEND=${RDEPEND}
app-arch/xz-utils
iptables? ( virtual/pkgconfig )
sys-devel/bison
sys-devel/flex
=sys-kernel/linux-headers-2.6.27
elibc_glibc? ( =sys-libs/glibc-2.7 )

src_prepare() {
epatch ${FILESDIR}/${PN}-3.1.0-mtu.patch #291907
use ipv6 || epatch ${FILESDIR}/${PN}-3.10.0-no-ipv6.patch #326849

sed -i \
-e '/^CC =/d' \
-e /^LIBDIR/s:=.*:=/$(get_libdir): \
-e s:-O2:${CFLAGS} ${CPPFLAGS}: \
-e /^HOSTCC/s:=.*:= $(tc-getBUILD_CC): \
-e /^WFLAGS/s:-Werror:: \
-e /^DBM_INCLUDE/s:=.*:=${T}: \
Makefile || die

# build against system headers
rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h 
include/libiptc
sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die

# don't build arpd if USE=-berkdb #81660
use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile

use minimal  sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile
}

src_configure() {
tc-export AR CC PKG_CONFIG

# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd ${T} /dev/null
echo 'main(){return setns();};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c /dev/null  setns=y || setns=n
echo 'main(){};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv /dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' ${S}/Makefile
popd /dev/null

cat -EOF  Config
TC_CONFIG_ATM := $(usex atm y n)
TC_CONFIG_XT  := $(usex iptables y n)
HAVE_SELINUX  := $(usex selinux y n)
IP_CONFIG_SETNS := ${setns}
# Use correct iptables dir, #144265 #293709
IPT_LIB_DIR := $(use iptables  ${PKG_CONFIG} xtables 
--variable=xtlibdir)
EOF
}

src_install() {
if use minimal ; then
into /
dosbin tc/tc
return 0
fi

emake \

[gentoo-commits] gentoo-x86 commit in sys-apps/razercfg: ChangeLog razercfg-0.29.ebuild

2014-08-07 Thread Christian Birchinger (joker)
joker   14/08/07 17:30:35

  Modified: ChangeLog
  Added:razercfg-0.29.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x0151863A67652900!)

Revision  ChangesPath
1.27 sys-apps/razercfg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   20 Jun 2014 14:13:34 -  1.26
+++ ChangeLog   7 Aug 2014 17:30:35 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/razercfg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v 1.26 
2014/06/20 14:13:34 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v 1.27 
2014/08/07 17:30:35 joker Exp $
+
+*razercfg-0.29 (07 Aug 2014)
+
+  07 Aug 2014; Christian Birchinger jo...@gentoo.org +razercfg-0.29.ebuild:
+  Version bump
 
   20 Jun 2014; Christian Birchinger jo...@gentoo.org razercfg-0.26.ebuild:
   Change the Python interpreter detection.



1.1  sys-apps/razercfg/razercfg-0.29.ebuild

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

Index: razercfg-0.29.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/razercfg-0.29.ebuild,v 1.1 
2014/08/07 17:30:35 joker Exp $

EAPI=5

PYTHON_COMPAT=( python{3_2,3_3} )

inherit cmake-utils multilib eutils udev python-single-r1

DESCRIPTION=Utility for advanced configuration of Razer mice (DeathAdder, 
Krait, Lachesis)

HOMEPAGE=http://bues.ch/cms/hacking/razercfg.html;
SRC_URI=http://bues.ch/${PN}/${P}.tar.bz2;
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+pm-utils qt4 systemd +udev

RDEPEND=qt4? ( =dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
systemd? ( sys-apps/systemd )
udev? ( virtual/udev )
pm-utils? ( sys-power/pm-utils )

DEPEND=virtual/pkgconfig
dev-python/setuptools[${PYTHON_USEDEP}]

src_prepare() {
sed -i \
-e '/udevadm control/{N;d}' \
-e '/systemctl/{N;d}' \
-e s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/: \
-e 's:50-razer:80razer:' \
CMakeLists.txt \
|| die sed failed

sed -i \
-e '/ldconfig/{N;d}' \
-e s:DESTINATION lib:DESTINATION $(get_libdir): \
librazer/CMakeLists.txt \
|| die sed failed
}

src_configure() {
mycmakeargs=${mycmakeargs} -DPYTHON='${PYTHON}'
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
newinitd ${FILESDIR}/razerd.init.d-r2 razerd
dodoc README razer.conf

if ! use qt4; then
rm ${D}/usr/bin/qrazercfg
else
make_desktop_entry qrazercfg Razer Mouse Settings mouse 
Qt;Settings
fi

use pm-utils || rm ${D}/usr/$(get_libdir)/pm-utils/sleep.d/80razer
}

pkg_postinst() {
use udev  udevadm control --reload-rules  udevadm trigger 
--subsystem-match=usb

if [[ -e ${ROOT}usr/bin/pyrazer.pyc ]]; then
echo
eerror A stale ${ROOT}usr/bin/pyrazer.pyc exists and will 
prevent
eerror the Python frontends from working until removed 
manually.
echo
fi
}






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: at-spi2-core-2.12.0.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:49:17

  Modified: at-spi2-core-2.12.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild

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

Index: at-spi2-core-2.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- at-spi2-core-2.12.0.ebuild  4 Aug 2014 16:26:35 -   1.5
+++ at-spi2-core-2.12.0.ebuild  7 Aug 2014 17:49:16 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.5 2014/08/04 16:26:35 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.6 2014/08/07 17:49:16 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=+X +introspection
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure



1.68 app-accessibility/at-spi2-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   4 Aug 2014 16:26:35 -   1.67
+++ ChangeLog   7 Aug 2014 17:49:16 -   1.68
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.67 2014/08/04 16:26:35 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.68 2014/08/07 17:49:16 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org at-spi2-core-2.12.0.ebuild:
+  Stable for HPPA (bug #512012).
 
   04 Aug 2014; Christoph Junghans ott...@gentoo.org
   at-spi2-core-2.12.0.ebuild:






[gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-x86+amd64-kernel.xml

2014-08-07 Thread JosA MarAa Alonso (nimiux)
nimiux  14/08/07 17:50:37

  Modified: hb-install-x86+amd64-kernel.xml
  Log:
  Update /boot entry in fstab for genkernel, reported by Colin Hulme

Revision  ChangesPath
1.44 xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml?r1=1.43r2=1.44

Index: hb-install-x86+amd64-kernel.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-x86+amd64-kernel.xml 3 Jun 2014 07:43:23 -   1.43
+++ hb-install-x86+amd64-kernel.xml 7 Aug 2014 17:50:37 -   1.44
@@ -4,7 +4,7 @@
 !-- The content of this document is licensed under the CC-BY-SA license --
 !-- See http://creativecommons.org/licenses/by-sa/2.5 --
 
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v
 1.43 2014/06/03 07:43:23 nimiux Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-kernel.xml,v
 1.44 2014/08/07 17:50:37 nimiux Exp $ --
 
 sections
 
@@ -13,8 +13,8 @@
 cómo configurarlo.
 /abstract
 
-version26/version
-date2014-06-01/date
+version27/version
+date2014-08-07/date
 
 section
 titleInstalar las fuentes/title
@@ -399,6 +399,28 @@
 /pre
 
 p
+A continuación, edite el fichero path/etc/fstab/path de modo que
+la línea que contiene path/boot/path en el segundo campo tiene
+el primer campo apuntando al dispositivo correcto. Si se sigue el
+ejemplo de particionamiento del manual, entonces este dispositivo
+es, seguramente, pathkeyval id=/boot//path con un sistema
+de ficheros ext2. Esto haría que la entrada en el fichero tuviera
+el siguiente aspecto:
+/p
+
+pre caption=Editar /etc/fstab para la entrada /boot
+# inano -w /etc/fstab/i
+...
+keyval id=/boot/   /boot   ext2defaults0 2
+/pre
+
+p
+El resto del fichero path/etc/fstab/path se actualizará en la
+siguiente sección, pero debido a que cgenkernel/c lee esta
+información, necesitamos actualizar la línea para path/boot/path.
+/p
+
+p
 Ahora, compile las fuentes del núcleo ejecutando cgenkernel all/c
 Recuerde que cgenkernel/c compila un núcleo que soporta casi todo
 el hardware, ¡esta compilación tardará un rato en terminar!






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

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:51:32

  Modified: atk-2.12.0-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  dev-libs/atk/atk-2.12.0-r1.ebuild

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

Index: atk-2.12.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- atk-2.12.0-r1.ebuild28 Jul 2014 13:42:41 -  1.6
+++ atk-2.12.0-r1.ebuild7 Aug 2014 17:51:32 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0-r1.ebuild,v 1.6 
2014/07/28 13:42:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0-r1.ebuild,v 1.7 
2014/08/07 17:51:32 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~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 ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt
+KEYWORDS=~alpha amd64 ~arm 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 ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=+introspection nls test
 
 RDEPEND=



1.292dev-libs/atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   28 Jul 2014 13:42:41 -  1.291
+++ ChangeLog   7 Aug 2014 17:51:32 -   1.292
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.291 2014/07/28 
13:42:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.292 2014/08/07 
17:51:32 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org atk-2.12.0-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org atk-2.12.0-r1.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk: ChangeLog at-spi2-atk-2.12.1.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:52:02

  Modified: ChangeLog at-spi2-atk-2.12.1.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.53 app-accessibility/at-spi2-atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   4 Aug 2014 16:28:33 -   1.52
+++ ChangeLog   7 Aug 2014 17:52:02 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.52 2014/08/04 16:28:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.53 2014/08/07 17:52:02 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org at-spi2-atk-2.12.1.ebuild:
+  Stable for HPPA (bug #512012).
 
   04 Aug 2014; Christoph Junghans ott...@gentoo.org 
at-spi2-atk-2.12.1.ebuild:
   added ~x86-macos (tested by me)



1.6  app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild

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

Index: at-spi2-atk-2.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- at-spi2-atk-2.12.1.ebuild   4 Aug 2014 16:28:33 -   1.5
+++ at-spi2-atk-2.12.1.ebuild   7 Aug 2014 17:52:02 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.5 2014/08/04 16:28:33 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.6 2014/08/07 17:52:02 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 IUSE=
 
 COMMON_DEPEND=






[gentoo-commits] gentoo-x86 commit in app-i18n/enca: enca-1.14-r2.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:52:04

  Modified: enca-1.14-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  app-i18n/enca/enca-1.14-r2.ebuild

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

Index: enca-1.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enca-1.14-r2.ebuild 25 Jul 2014 16:12:51 -  1.2
+++ enca-1.14-r2.ebuild 7 Aug 2014 17:52:04 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.2 
2014/07/25 16:12:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.3 
2014/08/07 17:52:04 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=doc +recode
 
 RDEPEND=recode? ( =app-text/recode-3.6_p15 )



1.105app-i18n/enca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   28 Jul 2014 13:42:17 -  1.104
+++ ChangeLog   7 Aug 2014 17:52:04 -   1.105
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/enca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.104 2014/07/28 
13:42:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.105 2014/08/07 
17:52:04 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org enca-1.14-r2.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org enca-1.14-r1.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-office/dia: dia-0.97.3_pre20140417-r1.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:53:19

  Modified: dia-0.97.3_pre20140417-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  app-office/dia/dia-0.97.3_pre20140417-r1.ebuild

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

Index: dia-0.97.3_pre20140417-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.3_pre20140417-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dia-0.97.3_pre20140417-r1.ebuild23 Jul 2014 15:13:35 -  1.3
+++ dia-0.97.3_pre20140417-r1.ebuild7 Aug 2014 17:53:18 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.3_pre20140417-r1.ebuild,v 1.3 
2014/07/23 15:13:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.3_pre20140417-r1.ebuild,v 1.4 
2014/08/07 17:53:18 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos
 # the doc USE flag doesn't seem to do anything without docbook2html
 # cairo support is preferred as explained by upstream at:
 # https://bugzilla.gnome.org/show_bug.cgi?id=729668#c6



1.173app-office/dia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   23 Jul 2014 15:13:35 -  1.172
+++ ChangeLog   7 Aug 2014 17:53:18 -   1.173
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/dia
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.172 2014/07/23 
15:13:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.173 2014/08/07 
17:53:18 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org
+  dia-0.97.3_pre20140417-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org
   dia-0.97.3_pre20140417-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/iso-codes: iso-codes-3.55.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:54:22

  Modified: iso-codes-3.55.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  app-text/iso-codes/iso-codes-3.55.ebuild

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

Index: iso-codes-3.55.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.55.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iso-codes-3.55.ebuild   28 Jul 2014 13:42:19 -  1.4
+++ iso-codes-3.55.ebuild   7 Aug 2014 17:54:22 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.55.ebuild,v 
1.4 2014/07/28 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.55.ebuild,v 
1.5 2014/08/07 17:54:22 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=
 
 RDEPEND=



1.168app-text/iso-codes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.167r2=1.168

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   28 Jul 2014 13:42:19 -  1.167
+++ ChangeLog   7 Aug 2014 17:54:22 -   1.168
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/iso-codes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.167 
2014/07/28 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.168 
2014/08/07 17:54:22 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org iso-codes-3.55.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org iso-codes-3.55.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-text/yelp-tools: yelp-tools-3.12.1.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:55:21

  Modified: yelp-tools-3.12.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  app-text/yelp-tools/yelp-tools-3.12.1.ebuild

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

Index: yelp-tools-3.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yelp-tools-3.12.1.ebuild28 Jul 2014 13:42:21 -  1.4
+++ yelp-tools-3.12.1.ebuild7 Aug 2014 17:55:20 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v 1.4 
2014/07/28 13:42:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v 1.5 
2014/08/07 17:55:20 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( GPL-2+ freedist ) GPL-2+ # yelp.m4 is GPL2 || freely 
distributable
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=
 
 RDEPEND=



1.54 app-text/yelp-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   28 Jul 2014 13:42:21 -  1.53
+++ ChangeLog   7 Aug 2014 17:55:20 -   1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/yelp-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.53 
2014/07/28 13:42:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.54 
2014/08/07 17:55:20 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org yelp-tools-3.12.1.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org yelp-tools-3.12.1.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-lang/orc: orc-0.4.19.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:56:02

  Modified: orc-0.4.19.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-lang/orc/orc-0.4.19.ebuild

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

Index: orc-0.4.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- orc-0.4.19.ebuild   28 Jul 2014 13:42:31 -  1.4
+++ orc-0.4.19.ebuild   7 Aug 2014 17:56:02 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.19.ebuild,v 1.4 
2014/07/28 13:42:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.19.ebuild,v 1.5 
2014/08/07 17:56:02 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD BSD-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ~arm hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=examples static-libs
 
 RDEPEND=



1.42 dev-lang/orc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   28 Jul 2014 13:42:31 -  1.41
+++ ChangeLog   7 Aug 2014 17:56:02 -   1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/orc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.41 2014/07/28 
13:42:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.42 2014/08/07 
17:56:02 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org orc-0.4.19.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org orc-0.4.19.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/vala-common: ChangeLog vala-common-0.24.0.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:58:08

  Modified: ChangeLog vala-common-0.24.0.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.50 dev-libs/vala-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   28 Jul 2014 13:43:14 -  1.49
+++ ChangeLog   7 Aug 2014 17:58:08 -   1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/vala-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.49 
2014/07/28 13:43:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.50 
2014/08/07 17:58:08 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org vala-common-0.24.0.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org vala-common-0.24.0.ebuild:
   Stable for ppc, wrt bug #512012



1.5  dev-libs/vala-common/vala-common-0.24.0.ebuild

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

Index: vala-common-0.24.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.24.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vala-common-0.24.0.ebuild   28 Jul 2014 13:43:14 -  1.4
+++ vala-common-0.24.0.ebuild   7 Aug 2014 17:58:08 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.24.0.ebuild,v 1.4 
2014/07/28 13:43:14 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.24.0.ebuild,v 1.5 
2014/08/07 17:58:08 jer Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=vala
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris
 IUSE=
 
 # Previously ${PN} was part of dev-lang/vala






[gentoo-commits] gentoo-x86 commit in dev-lang/vala: vala-0.24.0-r1.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:58:40

  Modified: vala-0.24.0-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-lang/vala/vala-0.24.0-r1.ebuild

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

Index: vala-0.24.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vala-0.24.0-r1.ebuild   28 Jul 2014 13:42:39 -  1.4
+++ vala-0.24.0-r1.ebuild   7 Aug 2014 17:58:40 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0-r1.ebuild,v 1.4 
2014/07/28 13:42:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0-r1.ebuild,v 1.5 
2014/08/07 17:58:40 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0.24
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=test +vapigen
 
 RDEPEND=



1.180dev-lang/vala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   28 Jul 2014 13:42:39 -  1.179
+++ ChangeLog   7 Aug 2014 17:58:40 -   1.180
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.179 2014/07/28 
13:42:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.180 2014/08/07 
17:58:40 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org vala-0.24.0-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org vala-0.24.0-r1.ebuild:
   Stable for ppc, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/gdl: gdl-3.12.0.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 17:59:37

  Modified: gdl-3.12.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-libs/gdl/gdl-3.12.0.ebuild

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

Index: gdl-3.12.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.12.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdl-3.12.0.ebuild   23 Jul 2014 15:14:09 -  1.3
+++ gdl-3.12.0.ebuild   7 Aug 2014 17:59:37 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.12.0.ebuild,v 1.3 
2014/07/23 15:14:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.12.0.ebuild,v 1.4 
2014/08/07 17:59:37 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 LICENSE=LGPL-2.1+
 SLOT=3/5 # subslot = libgdl-3 soname version
 IUSE=+introspection
-KEYWORDS=~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
 
 RDEPEND=
dev-libs/glib:2



1.108dev-libs/gdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   23 Jul 2014 15:14:09 -  1.107
+++ ChangeLog   7 Aug 2014 17:59:37 -   1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/gdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.107 2014/07/23 
15:14:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.108 2014/08/07 
17:59:37 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org gdl-3.12.0.ebuild:
+  Stable for HPPA (bug #512012).
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org gdl-3.12.0.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: gdbus-codegen-2.40.0.ebuild ChangeLog

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 18:02:19

  Modified: gdbus-codegen-2.40.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild

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

Index: gdbus-codegen-2.40.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdbus-codegen-2.40.0.ebuild 4 Aug 2014 16:24:39 -   1.5
+++ gdbus-codegen-2.40.0.ebuild 7 Aug 2014 18:02:19 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v 
1.5 2014/08/04 16:24:39 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v 
1.6 2014/08/07 18:02:19 jer Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=glib
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos
 IUSE=
 
 RDEPEND=${PYTHON_DEPS}



1.91 dev-util/gdbus-codegen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   4 Aug 2014 16:24:39 -   1.90
+++ ChangeLog   7 Aug 2014 18:02:19 -   1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/gdbus-codegen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.90 
2014/08/04 16:24:39 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.91 
2014/08/07 18:02:19 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org gdbus-codegen-2.40.0.ebuild:
+  Stable for HPPA (bug #512012).
 
   04 Aug 2014; Christoph Junghans ott...@gentoo.org
   gdbus-codegen-2.40.0.ebuild:






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

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 18:03:07

  Modified: ChangeLog glib-2.40.0-r1.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.618dev-libs/glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -r1.617 -r1.618
--- ChangeLog   2 Aug 2014 09:16:10 -   1.617
+++ ChangeLog   7 Aug 2014 18:03:07 -   1.618
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.617 2014/08/02 
09:16:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.618 2014/08/07 
18:03:07 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org glib-2.40.0-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
   02 Aug 2014; Pacho Ramos pa...@gentoo.org glib-2.40.0-r1.ebuild:
   Rework the way we force glib and goi to be in sync (#518424 by Alexander 
Tsoy)



1.8  dev-libs/glib/glib-2.40.0-r1.ebuild

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

Index: glib-2.40.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glib-2.40.0-r1.ebuild   2 Aug 2014 09:16:10 -   1.7
+++ glib-2.40.0-r1.ebuild   7 Aug 2014 18:03:07 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v 1.7 
2014/08/02 09:16:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v 1.8 
2014/08/07 18:03:07 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -16,7 +16,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=debug fam kernel_linux +mime selinux static-libs systemtap test utils 
xattr
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 
 # FIXME: want =libselinux-2.2.2-r4[${MULTILIB_USEDEP}] - bug #480960
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection-common: ChangeLog gobject-introspection-common-1.40.0.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 18:05:25

  Modified: ChangeLog
gobject-introspection-common-1.40.0.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.45 dev-libs/gobject-introspection-common/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   1 Aug 2014 22:13:24 -   1.44
+++ ChangeLog   7 Aug 2014 18:05:24 -   1.45
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.44 
2014/08/01 22:13:24 tgall Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.45 
2014/08/07 18:05:24 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org
+  gobject-introspection-common-1.40.0.ebuild:
+  Stable for HPPA (bug #512012).
 
   01 Aug 2014;  tg...@gentoo.org gobject-introspection-common-1.38.0.ebuild,
   gobject-introspection-common-1.40.0.ebuild:



1.6  
dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild

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

Index: gobject-introspection-common-1.40.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gobject-introspection-common-1.40.0.ebuild  1 Aug 2014 22:13:24 -   
1.5
+++ gobject-introspection-common-1.40.0.ebuild  7 Aug 2014 18:05:24 -   
1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
 1.5 2014/08/01 22:13:24 tgall Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
 1.6 2014/08/07 18:05:24 jer Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=gobject-introspection
@@ -12,7 +12,7 @@
 
 LICENSE=HPND
 SLOT=0
-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 
~sparc64-solaris ~x64-solaris ~x86-solaris
+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 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=!${CATEGORY}/${PN/-common}-${PV}






[gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: ChangeLog gobject-introspection-1.40.0-r1.ebuild

2014-08-07 Thread Jeroen Roovers (jer)
jer 14/08/07 18:07:13

  Modified: ChangeLog gobject-introspection-1.40.0-r1.ebuild
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: 
--ignore-arches, signed Manifest commit with key A792A613)

Revision  ChangesPath
1.124dev-libs/gobject-introspection/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   2 Aug 2014 09:37:46 -   1.123
+++ ChangeLog   7 Aug 2014 18:07:13 -   1.124
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.123 2014/08/02 09:37:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.124 2014/08/07 18:07:13 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers j...@gentoo.org
+  gobject-introspection-1.40.0-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
 *gobject-introspection-1.40.0-r1 (02 Aug 2014)
 



1.2  
dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild

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

Index: gobject-introspection-1.40.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gobject-introspection-1.40.0-r1.ebuild  2 Aug 2014 09:37:46 -   
1.1
+++ gobject-introspection-1.40.0-r1.ebuild  7 Aug 2014 18:07:13 -   
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
 1.1 2014/08/02 09:37:46 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
 1.2 2014/08/07 18:07:13 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -19,7 +19,7 @@
${PYTHON_REQUIRED_USE}
test? ( cairo )
 
-KEYWORDS=~alpha amd64 ~arm ~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 ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm 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 ~sparc64-solaris 
~x64-solaris ~x86-solaris
 
 # virtual/pkgconfig needed at runtime, bug #505408
 # We force glib and goi to be in sync by this way as explained in bug #518424






  1   2   3   >