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

2014-11-26 Thread Jeroen Roovers (jer)
jer 14/11/26 08:12:32

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- ChangeLog   25 Nov 2014 08:51:44 -  1.427
+++ ChangeLog   26 Nov 2014 08:12:32 -  1.428
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.427 
2014/11/25 08:51:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.428 
2014/11/26 08:12:32 jer Exp $
+
+*youtube-dl-2014.11.25.1 (26 Nov 2014)
+
+  26 Nov 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.11.23.1.ebuild,
+  +youtube-dl-2014.11.25.1.ebuild:
+  Version bump.
 
 *youtube-dl-2014.11.24 (25 Nov 2014)
 



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

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

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

EAPI=5

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

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

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

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


S=${WORKDIR}/${PN}

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

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

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






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

2014-11-26 Thread Zac Medico
commit: bcac54411c462aa59fe874325e4843f61dc71312
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Sun Nov 23 16:10:50 2014 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Wed Nov 26 08:38:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=bcac5441

Force the SELinux user during relabel operation (530192)

When Portage relabels the files of the package, it currently calls
setfiles (which is correct) but does not use the -F option (force). As a
result, the files only get assigned the right SELinux type, but not the
right SELinux user and SELinux role.

By using setfiles -F, the SELinux user (and role, but role almost
always remains object_r) is set to the right one (system_u mostly).

Without this, a multi-user system with different SELinux users and with
User Based Access Control (UBAC) enabled (the local ubac USE flag)
might find that some software fails to work for different SELinux users
than the one used to install the software, until a full forced relabel
operation is done.

X-Gentoo-Bug: 530192
X-Gentoo-Url: https://bugs.gentoo.org/show_bug.cgi?id=530192
Acked-by: Zac Medico zmedico AT gentoo.org

---
 bin/misc-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 6e6fcb4..8d5df78 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -392,7 +392,7 @@ preinst_selinux_labels() {
addwrite /selinux/context
addwrite /sys/fs/selinux/context
 
-   /usr/sbin/setfiles ${file_contexts_path} -r 
${D} ${D}
+   /usr/sbin/setfiles -F ${file_contexts_path} 
-r ${D} ${D}
) || die Failed to set SELinux security labels.
else
# nonfatal, since merging can happen outside a SE kernel



[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.9.1.ebuild ChangeLog

2014-11-26 Thread Jeroen Roovers (jer)
jer 14/11/26 09:04:04

  Modified: fail2ban-0.9.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530346).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  net-analyzer/fail2ban/fail2ban-0.9.1.ebuild

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

Index: fail2ban-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fail2ban-0.9.1.ebuild   2 Nov 2014 08:44:31 -   1.4
+++ fail2ban-0.9.1.ebuild   26 Nov 2014 09:04:04 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.4 
2014/11/02 08:44:31 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.5 
2014/11/26 09:04:04 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=selinux systemd
 
 DEPEND=



1.149net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   24 Nov 2014 12:10:30 -  1.148
+++ ChangeLog   26 Nov 2014 09:04:04 -  1.149
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.148 
2014/11/24 12:10:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.149 
2014/11/26 09:04:04 jer Exp $
+
+  26 Nov 2014; Jeroen Roovers j...@gentoo.org fail2ban-0.9.1.ebuild:
+  Stable for HPPA (bug #530346).
 
   24 Nov 2014; Jeroen Roovers j...@gentoo.org fail2ban-.ebuild:
   Update live ebuild to 0.9.1 standard.






[gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: metadata.xml ChangeLog

2014-11-26 Thread Yixun Lan (dlan)
dlan14/11/26 09:11:22

  Modified: metadata.xml ChangeLog
  Log:
  update Daniel Campbell as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.7  x11-misc/spacefm/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml25 Nov 2014 23:01:03 -  1.6
+++ metadata.xml26 Nov 2014 09:11:22 -  1.7
@@ -1,8 +1,10 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
+   herdproxy-maintainers/herd
maintainer
-   emailmaintainer-nee...@gentoo.org/email
+   emaildlcampb...@gmx.com/email
+   nameDaniel Campbell/name
/maintainer
upstream
maintainer status=active



1.65 x11-misc/spacefm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   25 Nov 2014 23:01:03 -  1.64
+++ ChangeLog   26 Nov 2014 09:11:22 -  1.65
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/spacefm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.64 
2014/11/25 23:01:03 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.65 
2014/11/26 09:11:22 dlan Exp $
+
+  26 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  update Daniel Campbell as maintainer
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in dev-util/dialog: dialog-1.2.20140911.ebuild ChangeLog

2014-11-26 Thread Jeroen Roovers (jer)
jer 14/11/26 09:12:37

  Modified: dialog-1.2.20140911.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530244).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-util/dialog/dialog-1.2.20140911.ebuild

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

Index: dialog-1.2.20140911.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dialog-1.2.20140911.ebuild  11 Oct 2014 07:09:31 -  1.1
+++ dialog-1.2.20140911.ebuild  26 Nov 2014 09:12:37 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.1 
2014/10/11 07:09:31 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.2 
2014/11/26 09:12:37 jer Exp $
 
 EAPI=5
 inherit eutils multilib versionator
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=examples minimal nls static-libs unicode
 
 RDEPEND=



1.214dev-util/dialog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog   11 Oct 2014 07:09:31 -  1.213
+++ ChangeLog   26 Nov 2014 09:12:37 -  1.214
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.213 
2014/10/11 07:09:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.214 
2014/11/26 09:12:37 jer Exp $
+
+  26 Nov 2014; Jeroen Roovers j...@gentoo.org dialog-1.2.20140911.ebuild:
+  Stable for HPPA (bug #530244).
 
 *dialog-1.2.20140911 (11 Oct 2014)
 






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

2014-11-26 Thread Yixun Lan (dlan)
dlan14/11/26 09:19:58

  Modified: metadata.xml ChangeLog
  Log:
  udpate meatadata.xml, add Alex Xu as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.3  app-misc/trash-cli/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/trash-cli/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Nov 2014 22:39:14 -  1.2
+++ metadata.xml26 Nov 2014 09:19:58 -  1.3
@@ -1,8 +1,11 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
+   herdproxy-maintainers/herd
maintainer
-   emailmaintainer-nee...@gentoo.org/email
+   emailalex_y...@yahoo.ca/email
+   nameAlex Xu/name
+   descriptionProxied maintainer/description
/maintainer
upstream
maintainer status=active



1.20 app-misc/trash-cli/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Nov 2014 22:39:14 -  1.19
+++ ChangeLog   26 Nov 2014 09:19:58 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/trash-cli
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.19 
2014/11/25 22:39:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.20 
2014/11/26 09:19:58 dlan Exp $
+
+  26 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  udpate meatadata.xml, add Alex Xu as maintainer
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in games-misc/katawa-shoujo: metadata.xml ChangeLog

2014-11-26 Thread Yixun Lan (dlan)
dlan14/11/26 09:23:42

  Modified: metadata.xml ChangeLog
  Log:
  udpate meatadata.xml, add Alex Xu as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.5  games-misc/katawa-shoujo/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml25 Nov 2014 23:13:48 -  1.4
+++ metadata.xml26 Nov 2014 09:23:42 -  1.5
@@ -8,6 +8,11 @@
nameMaks Verver/name
descriptionProxy maintainer. CC him on bugs/description
/maintainer
+   maintainer
+   emailalex_y...@yahoo.ca/email
+   nameAlex Xu/name
+   descriptionProxied maintainer/description
+   /maintainer
use
flag name=system-renpyUse pkggames-engines/renpy/pkg 
instead of the bundled one (experimental)/flag
/use



1.13 games-misc/katawa-shoujo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Nov 2014 23:13:48 -  1.12
+++ ChangeLog   26 Nov 2014 09:23:42 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/katawa-shoujo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.12 
2014/11/25 23:13:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.13 
2014/11/26 09:23:42 dlan Exp $
+
+  26 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  udpate meatadata.xml, add Alex Xu as maintainer
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in games-roguelike/FTL: metadata.xml ChangeLog

2014-11-26 Thread Yixun Lan (dlan)
dlan14/11/26 09:25:52

  Modified: metadata.xml ChangeLog
  Log:
  udpate meatadata.xml, add Alex Xu as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.4  games-roguelike/FTL/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/FTL/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml25 Nov 2014 23:16:04 -  1.3
+++ metadata.xml26 Nov 2014 09:25:52 -  1.4
@@ -2,6 +2,12 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdgames/herd
+   herdproxy-maintainers/herd
+   maintainer
+   emailalex_y...@yahoo.ca/email
+   nameAlex Xu/name
+   descriptionProxied maintainer/description
+   /maintainer
use
flag name='bundled-libs'Use bundled libraries./flag
/use



1.20 games-roguelike/FTL/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Nov 2014 23:16:04 -  1.19
+++ ChangeLog   26 Nov 2014 09:25:52 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/FTL
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.19 
2014/11/25 23:16:04 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.20 
2014/11/26 09:25:52 dlan Exp $
+
+  26 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  udpate meatadata.xml, add Alex Xu as maintainer
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in media-sound/umurmur: metadata.xml ChangeLog

2014-11-26 Thread Yixun Lan (dlan)
dlan14/11/26 09:28:10

  Modified: metadata.xml ChangeLog
  Log:
  udpate meatadata.xml, add Alex Xu as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.9  media-sound/umurmur/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/umurmur/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/umurmur/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/umurmur/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/umurmur/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml25 Nov 2014 23:26:22 -  1.8
+++ metadata.xml26 Nov 2014 09:28:10 -  1.9
@@ -1,10 +1,16 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
+   herdproxy-maintainers/herd
maintainer
emailpolynomia...@gentoo.org/email
nameLars Wendler/name
/maintainer
+   maintainer
+   emailalex_y...@yahoo.ca/email
+   nameAlex Xu/name
+   descriptionCo maintainer, CC bugs/description
+   /maintainer
longdescription lang='en'
uMurmur is a minimalistic Mumble server primarily targeted to
run on routers with an open OS like OpenWRT. The server part



1.20 media-sound/umurmur/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Nov 2014 23:26:22 -  1.19
+++ ChangeLog   26 Nov 2014 09:28:10 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/umurmur
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v 1.19 
2014/11/25 23:26:22 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/ChangeLog,v 1.20 
2014/11/26 09:28:10 dlan Exp $
+
+  26 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  udpate meatadata.xml, add Alex Xu as maintainer
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel: genkernel-3.4.51.ebuild genkernel-3.4.50.ebuild genkernel-3.4.49.2.ebuild genkernel-3.4.51.1.ebuild ChangeLog genkernel-3.4.51.2.ebuild

2014-11-26 Thread Raul Porcel (armin76)
armin76 14/11/26 09:37:54

  Modified: genkernel-3.4.51.ebuild genkernel-3.4.50.ebuild
genkernel-3.4.49.2.ebuild genkernel-3.4.51.1.ebuild
ChangeLog genkernel-3.4.51.2.ebuild
  Log:
  Add sed for sparc crosscompiler removal
  
  (Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.2  sys-kernel/genkernel/genkernel-3.4.51.ebuild

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

Index: genkernel-3.4.51.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.51.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- genkernel-3.4.51.ebuild 15 Jul 2014 07:36:57 -  1.1
+++ genkernel-3.4.51.ebuild 26 Nov 2014 09:37:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.51.ebuild,v 1.1 
2014/07/15 07:36:57 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.51.ebuild,v 1.2 
2014/11/26 09:37:54 armin76 Exp $
 
 # genkernel-- latest Git branch master
 # genkernel-VERSION - normal genkernel release
@@ -97,6 +97,12 @@
${S}/defaults/software.sh \
|| die Could not adjust versions
 
+   # sparc doesn't need crosscompiler anymore
+   # remove this after 3.4.51.2
+   sed -i -e s:^DEFAULT_KERNEL_CC:#DEFAULT_KERNEL_CC:g \
+   ${S}/arch/sparc64/config.sh \
+   || die Could not remove sparc64 crosscompiler config
+
epatch_user
 }
 



1.2  sys-kernel/genkernel/genkernel-3.4.50.ebuild

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

Index: genkernel-3.4.50.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.50.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- genkernel-3.4.50.ebuild 23 Jun 2014 23:56:51 -  1.1
+++ genkernel-3.4.50.ebuild 26 Nov 2014 09:37:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.50.ebuild,v 1.1 
2014/06/23 23:56:51 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.50.ebuild,v 1.2 
2014/11/26 09:37:54 armin76 Exp $
 
 # genkernel-- latest Git branch master
 # genkernel-VERSION - normal genkernel release
@@ -97,6 +97,12 @@
${S}/defaults/software.sh \
|| die Could not adjust versions
 
+   # sparc doesn't need crosscompiler anymore
+   # remove this after 3.4.51.2
+   sed -i -e s:^DEFAULT_KERNEL_CC:#DEFAULT_KERNEL_CC:g \
+   ${S}/arch/sparc64/config.sh \
+   || die Could not remove sparc64 crosscompiler config
+
epatch_user
 }
 



1.11 sys-kernel/genkernel/genkernel-3.4.49.2.ebuild

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

Index: genkernel-3.4.49.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- genkernel-3.4.49.2.ebuild   30 Sep 2014 09:02:10 -  1.10
+++ genkernel-3.4.49.2.ebuild   26 Nov 2014 09:37:54 -  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/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v 1.10 
2014/09/30 09:02:10 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel/genkernel-3.4.49.2.ebuild,v 1.11 

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

2014-11-26 Thread Patrick Lauer (patrick)
patrick 14/11/26 10:10:45

  Modified: rakudo-2014.11-r1.ebuild ChangeLog
  Log:
  Fix build with -parrot #530728
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-lang/rakudo/rakudo-2014.11-r1.ebuild

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

Index: rakudo-2014.11-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.11-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rakudo-2014.11-r1.ebuild25 Nov 2014 04:47:46 -  1.1
+++ rakudo-2014.11-r1.ebuild26 Nov 2014 10:10:45 -  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-lang/rakudo/rakudo-2014.11-r1.ebuild,v 
1.1 2014/11/25 04:47:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.11-r1.ebuild,v 
1.2 2014/11/26 10:10:45 patrick Exp $
 
 EAPI=5
 
@@ -33,7 +33,9 @@
perl Configure.pl --backends=${myconf} --prefix=/usr || die
 
# why doesn't ops2c get detected?! :(
-   use parrot  sed -i -e 's~OPS2C= 
$(PARROT_BIN_DIR)/$(EXE)~OPS2C= $(PARROT_BIN_DIR)/ops2c~' Makefile 
|| die
+   if use parrot; then
+sed -i -e 's~OPS2C= $(PARROT_BIN_DIR)/$(EXE)~OPS2C 
   = $(PARROT_BIN_DIR)/ops2c~' Makefile || die
+   fi
 }
 
 src_test() {



1.66 dev-lang/rakudo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Nov 2014 04:47:46 -  1.65
+++ ChangeLog   26 Nov 2014 10:10:45 -  1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/rakudo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.65 2014/11/25 
04:47:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.66 2014/11/26 
10:10:45 patrick Exp $
+
+  26 Nov 2014; Patrick Lauer patr...@gentoo.org rakudo-2014.11-r1.ebuild:
+  Fix build with -parrot #530728
 
 *rakudo-2014.11-r1 (25 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/diffmask: diffmask-9999.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 10:29:31

  Modified: diffmask-.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.9  app-portage/diffmask/diffmask-.ebuild

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

Index: diffmask-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- diffmask-.ebuild6 Jul 2014 13:15:15 -   1.8
+++ diffmask-.ebuild26 Nov 2014 10:29:31 -  1.9
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-.ebuild,v 
1.8 2014/07/06 13:15:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-.ebuild,v 
1.9 2014/11/26 10:29:31 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.26 app-portage/diffmask/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   24 Nov 2014 12:53:03 -  1.25
+++ ChangeLog   26 Nov 2014 10:29:31 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/diffmask
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v 1.25 
2014/11/24 12:53:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v 1.26 
2014/11/26 10:29:31 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org diffmask-.ebuild:
+  Support python 3.4
 
   24 Nov 2014; Pacho Ramos pa...@gentoo.org diffmask-0.3.3-r2.ebuild:
   Support python 3.4






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-3.1.6.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:23

  Modified: singular-3.1.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529536
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  sci-mathematics/singular/singular-3.1.6.ebuild

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

Index: singular-3.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singular-3.1.6.ebuild   11 Mar 2014 19:07:22 -  1.1
+++ singular-3.1.6.ebuild   26 Nov 2014 10:39:23 -  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-mathematics/singular/singular-3.1.6.ebuild,v 1.1 
2014/03/11 19:07:22 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.6.ebuild,v 1.2 
2014/11/26 10:39:23 ago Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-linux
+KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
 IUSE=boost doc emacs examples python readline test
 
 RDEPEND=



1.57 sci-mathematics/singular/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   18 Mar 2014 16:24:02 -  1.56
+++ ChangeLog   26 Nov 2014 10:39:23 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.56 
2014/03/18 16:24:02 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.57 
2014/11/26 10:39:23 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org singular-3.1.6.ebuild:
+  Stable for amd64, wrt bug #529536
 
   18 Mar 2014; Sébastien Fabbro bicat...@gentoo.org
   files/singular-3.1.6-ntl6compat.patch:






[gentoo-commits] gentoo-x86 commit in app-text/asciidoc: asciidoc-8.6.9-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:28

  Modified: asciidoc-8.6.9-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529410
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-text/asciidoc/asciidoc-8.6.9-r1.ebuild

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

Index: asciidoc-8.6.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asciidoc-8.6.9-r1.ebuild19 Nov 2014 21:04:23 -  1.3
+++ asciidoc-8.6.9-r1.ebuild26 Nov 2014 10:39:28 -  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-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.3 
2014/11/19 21:04:23 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.4 
2014/11/26 10:39:28 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A text document format for writing short documents, articles, 
books and UNIX man pages
 HOMEPAGE=http://asciidoc.org/;
 SRC_URI=mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
 
 LICENSE=GPL-2
 SLOT=0



1.99 app-text/asciidoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   19 Nov 2014 21:04:23 -  1.98
+++ ChangeLog   26 Nov 2014 10:39:28 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/asciidoc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.98 
2014/11/19 21:04:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.99 
2014/11/26 10:39:28 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org asciidoc-8.6.9-r1.ebuild:
+  Stable for amd64, wrt bug #529410
 
   19 Nov 2014; Markus Meier mae...@gentoo.org asciidoc-8.6.9-r1.ebuild:
   arm stable, bug #529410






[gentoo-commits] gentoo-x86 commit in sys-libs/libcap-ng: libcap-ng-0.7.4.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:38

  Modified: libcap-ng-0.7.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529542
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild

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

Index: libcap-ng-0.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcap-ng-0.7.4.ebuild  25 Nov 2014 07:39:36 -  1.2
+++ libcap-ng-0.7.4.ebuild  26 Nov 2014 10:39:38 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v 
1.2 2014/11/25 07:39:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild,v 
1.3 2014/11/26 10:39:38 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux
 IUSE=python static-libs
 
 RDEPEND=python? ( ${PYTHON_DEPS} )



1.69 sys-libs/libcap-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap-ng/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   25 Nov 2014 07:39:36 -  1.68
+++ ChangeLog   26 Nov 2014 10:39:38 -  1.69
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libcap-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.68 
2014/11/25 07:39:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.69 
2014/11/26 10:39:38 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org libcap-ng-0.7.4.ebuild:
+  Stable for amd64, wrt bug #529542
 
   25 Nov 2014; Ian Delaney idel...@gentoo.org libcap-ng-0.7.4.ebuild:
   clean old python impls






[gentoo-commits] gentoo-x86 commit in www-apache/mod_python: mod_python-3.5.0.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:43

  Modified: mod_python-3.5.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529544
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-apache/mod_python/mod_python-3.5.0.ebuild

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

Index: mod_python-3.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apache/mod_python/mod_python-3.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_python-3.5.0.ebuild 20 Sep 2014 13:14:45 -  1.1
+++ mod_python-3.5.0.ebuild 26 Nov 2014 10:39:43 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_python/mod_python-3.5.0.ebuild,v 1.1 
2014/09/20 13:14:45 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_python/mod_python-3.5.0.ebuild,v 1.2 
2014/11/26 10:39:43 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI=http://dist.modpython.org/dist/${P}.tgz;
 
 LICENSE=Apache-2.0
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86
+KEYWORDS=~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86
 IUSE=doc test
 SLOT=0
 



1.29 www-apache/mod_python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_python/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   20 Sep 2014 13:14:45 -  1.28
+++ ChangeLog   26 Nov 2014 10:39:43 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_python/ChangeLog,v 1.28 
2014/09/20 13:14:45 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_python/ChangeLog,v 1.29 
2014/11/26 10:39:43 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org mod_python-3.5.0.ebuild:
+  Stable for amd64, wrt bug #529544
 
 *mod_python-3.5.0 (20 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.07.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:33

  Modified: stunnel-5.07.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #528004
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-misc/stunnel/stunnel-5.07.ebuild

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

Index: stunnel-5.07.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.07.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stunnel-5.07.ebuild 19 Nov 2014 20:59:08 -  1.3
+++ stunnel-5.07.ebuild 26 Nov 2014 10:39:33 -  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/net-misc/stunnel/stunnel-5.07.ebuild,v 1.3 
2014/11/19 20:59:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.07.ebuild,v 1.4 
2014/11/26 10:39:33 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=ipv6 selinux tcpd
 
 DEPEND=tcpd? ( sys-apps/tcp-wrappers )



1.190net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   19 Nov 2014 20:59:08 -  1.189
+++ ChangeLog   26 Nov 2014 10:39:33 -  1.190
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.189 
2014/11/19 20:59:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.190 
2014/11/26 10:39:33 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org stunnel-5.07.ebuild:
+  Stable for amd64, wrt bug #528004
 
   19 Nov 2014; Markus Meier mae...@gentoo.org stunnel-5.07.ebuild:
   arm stable, bug #528004






[gentoo-commits] gentoo-x86 commit in dev-libs/libgamin: libgamin-0.1.10-r5.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:48

  Modified: libgamin-0.1.10-r5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529418
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/libgamin/libgamin-0.1.10-r5.ebuild

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

Index: libgamin-0.1.10-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgamin-0.1.10-r5.ebuild   19 Nov 2014 21:05:09 -  1.5
+++ libgamin-0.1.10-r5.ebuild   26 Nov 2014 10:39:48 -  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/libgamin/libgamin-0.1.10-r5.ebuild,v 1.5 
2014/11/19 21:05:09 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v 1.6 
2014/11/26 10:39:48 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris
 IUSE=debug kernel_linux python static-libs
 
 RESTRICT=test # needs gam-server



1.55 dev-libs/libgamin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   19 Nov 2014 21:05:09 -  1.54
+++ ChangeLog   26 Nov 2014 10:39:48 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgamin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.54 
2014/11/19 21:05:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.55 
2014/11/26 10:39:48 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org libgamin-0.1.10-r5.ebuild:
+  Stable for amd64, wrt bug #529418
 
   19 Nov 2014; Markus Meier mae...@gentoo.org libgamin-0.1.10-r5.ebuild:
   arm stable, bug #529418






[gentoo-commits] gentoo-x86 commit in app-misc/lcd4linux: lcd4linux-0.10.1_rc2-r3.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:18

  Modified: lcd4linux-0.10.1_rc2-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529408
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild?r1=1.1r2=1.2

Index: lcd4linux-0.10.1_rc2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lcd4linux-0.10.1_rc2-r3.ebuild  30 Dec 2013 11:10:49 -  1.1
+++ lcd4linux-0.10.1_rc2-r3.ebuild  26 Nov 2014 10:39:18 -  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-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.1 
2013/12/30 11:10:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.2 
2014/11/26 10:39:18 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 
 IUSE=mysql python iconv mpd
 



1.44 app-misc/lcd4linux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   30 Dec 2013 11:10:49 -  1.43
+++ ChangeLog   26 Nov 2014 10:39:18 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/lcd4linux
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.43 
2013/12/30 11:10:49 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.44 
2014/11/26 10:39:18 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org 
lcd4linux-0.10.1_rc2-r3.ebuild:
+  Stable for amd64, wrt bug #529408
 
 *lcd4linux-0.10.1_rc2-r3 (30 Dec 2013)
 






[gentoo-commits] gentoo-x86 commit in dev-util/dialog: dialog-1.2.20140911.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:03

  Modified: dialog-1.2.20140911.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530244
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-util/dialog/dialog-1.2.20140911.ebuild

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

Index: dialog-1.2.20140911.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dialog-1.2.20140911.ebuild  26 Nov 2014 09:12:37 -  1.2
+++ dialog-1.2.20140911.ebuild  26 Nov 2014 10:40:03 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.2 
2014/11/26 09:12:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.3 
2014/11/26 10:40:03 ago Exp $
 
 EAPI=5
 inherit eutils multilib versionator
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=examples minimal nls static-libs unicode
 
 RDEPEND=



1.215dev-util/dialog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   26 Nov 2014 09:12:37 -  1.214
+++ ChangeLog   26 Nov 2014 10:40:03 -  1.215
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.214 
2014/11/26 09:12:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.215 
2014/11/26 10:40:03 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org dialog-1.2.20140911.ebuild:
+  Stable for amd64, wrt bug #530244
 
   26 Nov 2014; Jeroen Roovers j...@gentoo.org dialog-1.2.20140911.ebuild:
   Stable for HPPA (bug #530244).






[gentoo-commits] gentoo-x86 commit in net-wireless/bluez: bluez-5.25.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:09

  Modified: bluez-5.25.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529946
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-wireless/bluez/bluez-5.25.ebuild

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

Index: bluez-5.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluez-5.25.ebuild   25 Nov 2014 17:06:42 -  1.3
+++ bluez-5.25.ebuild   26 Nov 2014 10:40:09 -  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/net-wireless/bluez/bluez-5.25.ebuild,v 1.3 
2014/11/25 17:06:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.25.ebuild,v 1.4 
2014/11/26 10:40:09 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+ LGPL-2.1+
 SLOT=0/3
-KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~arm hppa ~ppc ~ppc64 ~x86
 IUSE=cups debug +obex +readline selinux systemd test +udev
 REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
 



1.227net-wireless/bluez/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.227view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.227content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?r1=1.226r2=1.227

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   25 Nov 2014 17:06:42 -  1.226
+++ ChangeLog   26 Nov 2014 10:40:09 -  1.227
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluez
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.226 
2014/11/25 17:06:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.227 
2014/11/26 10:40:09 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org bluez-5.25.ebuild:
+  Stable for amd64, wrt bug #529946
 
   25 Nov 2014; Pacho Ramos pa...@gentoo.org bluez-5.25.ebuild:
   Support python 3.4






[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.10.3.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:19

  Modified: lightdm-1.10.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529834
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  x11-misc/lightdm/lightdm-1.10.3.ebuild

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

Index: lightdm-1.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lightdm-1.10.3.ebuild   8 Nov 2014 20:01:18 -   1.2
+++ lightdm-1.10.3.ebuild   26 Nov 2014 10:40:19 -  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/x11-misc/lightdm/lightdm-1.10.3.ebuild,v 
1.2 2014/11/08 20:01:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.3.ebuild,v 
1.3 2014/11/26 10:40:19 ago Exp $
 
 EAPI=5
 inherit autotools eutils pam readme.gentoo systemd
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3 LGPL-3
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ~ppc ~x86
 IUSE=+gtk +introspection kde qt4
 REQUIRED_USE=|| ( gtk kde )
 



1.99 x11-misc/lightdm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   18 Nov 2014 18:46:36 -  1.98
+++ ChangeLog   26 Nov 2014 10:40:19 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/lightdm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.98 
2014/11/18 18:46:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.99 
2014/11/26 10:40:19 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org lightdm-1.10.3.ebuild:
+  Stable for amd64, wrt bug #529834
 
 *lightdm-1.10.4 (18 Nov 2014)
 *lightdm-1.13.0 (18 Nov 2014)






[gentoo-commits] gentoo-x86 commit in app-portage/portpeek: portpeek-2.1.16.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:53

  Modified: portpeek-2.1.16.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530050
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-portage/portpeek/portpeek-2.1.16.ebuild

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

Index: portpeek-2.1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portpeek-2.1.16.ebuild  24 Nov 2014 23:49:43 -  1.2
+++ portpeek-2.1.16.ebuild  26 Nov 2014 10:39:53 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.1.16.ebuild,v 1.2 
2014/11/24 23:49:43 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.1.16.ebuild,v 1.3 
2014/11/26 10:39:53 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd
 IUSE=
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



1.185app-portage/portpeek/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   24 Nov 2014 23:49:43 -  1.184
+++ ChangeLog   26 Nov 2014 10:39:53 -  1.185
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/portpeek
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.184 
2014/11/24 23:49:43 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.185 
2014/11/26 10:39:53 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org portpeek-2.1.16.ebuild:
+  Stable for amd64, wrt bug #530050
 
   24 Nov 2014; Mike Pagano mpag...@gentoo.org portpeek-2.1.16.ebuild:
   Added python-3.4 to PYTHON_COMPAT. See bug #530376 .






[gentoo-commits] gentoo-x86 commit in net-misc/libteam: libteam-1.11.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:29

  Modified: libteam-1.11.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529970
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/libteam/libteam-1.11.ebuild

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

Index: libteam-1.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libteam-1.11.ebuild 30 Jun 2014 12:20:19 -  1.1
+++ libteam-1.11.ebuild 26 Nov 2014 10:40:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild,v 1.1 
2014/06/30 12:20:19 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/libteam-1.11.ebuild,v 1.2 
2014/11/26 10:40:29 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=dbus debug examples static-libs +syslog
 
 DEPEND==dev-libs/jansson-2.4



1.5  net-misc/libteam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   23 Nov 2014 05:37:07 -  1.4
+++ ChangeLog   26 Nov 2014 10:40:29 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/libteam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.4 2014/11/23 
05:37:07 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libteam/ChangeLog,v 1.5 2014/11/26 
10:40:29 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org libteam-1.11.ebuild:
+  Stable for amd64, wrt bug #529970
 
 *libteam-1.14 (23 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-plugins/purple-plugin_pack: purple-plugin_pack-2.7.0-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:39:58

  Modified: purple-plugin_pack-2.7.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529550
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild?r1=1.2r2=1.3

Index: purple-plugin_pack-2.7.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- purple-plugin_pack-2.7.0-r1.ebuild  19 Nov 2014 11:32:40 -  1.2
+++ purple-plugin_pack-2.7.0-r1.ebuild  26 Nov 2014 10:39:58 -  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/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
 1.2 2014/11/19 11:32:40 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild,v
 1.3 2014/11/26 10:39:58 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 hppa ~ppc ~x86
+KEYWORDS=amd64 hppa ~ppc ~x86
 IUSE=debug gtk ncurses spell talkfilters
 
 RDEPEND=dev-libs/json-glib



1.49 x11-plugins/purple-plugin_pack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   19 Nov 2014 11:32:40 -  1.48
+++ ChangeLog   26 Nov 2014 10:39:58 -  1.49
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/purple-plugin_pack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v 
1.48 2014/11/19 11:32:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/ChangeLog,v 
1.49 2014/11/26 10:39:58 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org
+  purple-plugin_pack-2.7.0-r1.ebuild:
+  Stable for amd64, wrt bug #529550
 
   19 Nov 2014; Jeroen Roovers j...@gentoo.org
   purple-plugin_pack-2.7.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: parcellite-1.1.9.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:39

  Modified: parcellite-1.1.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529848
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  x11-misc/parcellite/parcellite-1.1.9.ebuild

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

Index: parcellite-1.1.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parcellite-1.1.9.ebuild 4 Oct 2014 07:55:10 -   1.1
+++ parcellite-1.1.9.ebuild 26 Nov 2014 10:40:39 -  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-misc/parcellite/parcellite-1.1.9.ebuild,v 1.1 
2014/10/04 07:55:10 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild,v 1.2 
2014/11/26 10:40:39 ago Exp $
 
 EAPI=5
 inherit eutils fdo-mime
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=nls
 
 RDEPEND==dev-libs/glib-2.14



1.39 x11-misc/parcellite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   4 Oct 2014 07:55:10 -   1.38
+++ ChangeLog   26 Nov 2014 10:40:39 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/parcellite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.38 
2014/10/04 07:55:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.39 
2014/11/26 10:40:39 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org parcellite-1.1.9.ebuild:
+  Stable for amd64, wrt bug #529848
 
 *parcellite-1.1.9 (04 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/esearch: esearch-9999.ebuild esearch-1.3-r1.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 10:41:10

  Modified: esearch-.ebuild esearch-1.3-r1.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  app-portage/esearch/esearch-.ebuild

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

Index: esearch-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- esearch-.ebuild 13 Feb 2014 20:28:18 -  1.6
+++ esearch-.ebuild 26 Nov 2014 10:41:10 -  1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-.ebuild,v 
1.6 2014/02/13 20:28:18 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-.ebuild,v 
1.7 2014/11/26 10:41:10 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3})
+PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3,3_4})
 PYTHON_REQ_USE=readline(+)
 
 inherit distutils-r1 git-2



1.11 app-portage/esearch/esearch-1.3-r1.ebuild

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

Index: esearch-1.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- esearch-1.3-r1.ebuild   14 May 2014 14:42:12 -  1.10
+++ esearch-1.3-r1.ebuild   26 Nov 2014 10:41:10 -  1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 
1.10 2014/05/14 14:42:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 
1.11 2014/11/26 10:41:10 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3})
+PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3,3_4})
 PYTHON_REQ_USE=readline(+)
 
 inherit distutils-r1



1.125app-portage/esearch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   22 May 2014 15:41:38 -  1.124
+++ ChangeLog   26 Nov 2014 10:41:10 -  1.125
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/esearch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.124 
2014/05/22 15:41:38 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.125 
2014/11/26 10:41:10 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org esearch-1.3-r1.ebuild,
+  esearch-.ebuild:
+  Support python 3.4
 
   22 May 2014; Paul Varner fuzzy...@gentoo.org
   +files/1.3-Fix-python-3-compatability.patch:






[gentoo-commits] gentoo-x86 commit in media-libs/sbc: sbc-1.3.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:14

  Modified: sbc-1.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529948
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-libs/sbc/sbc-1.3.ebuild

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

Index: sbc-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sbc-1.3.ebuild  22 Nov 2014 12:56:46 -  1.2
+++ sbc-1.3.ebuild  26 Nov 2014 10:40:14 -  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/sbc/sbc-1.3.ebuild,v 1.2 
2014/11/22 12:56:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.3 
2014/11/26 10:40:14 ago Exp $
 
 EAPI=5
 inherit eutils multilib multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86
 IUSE=static-libs
 
 # --enable-tester is building src/sbctester but the tarball is missing required



1.26 media-libs/sbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   22 Nov 2014 12:56:46 -  1.25
+++ ChangeLog   26 Nov 2014 10:40:14 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sbc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.25 2014/11/22 
12:56:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.26 2014/11/26 
10:40:14 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org sbc-1.3.ebuild:
+  Stable for amd64, wrt bug #529948
 
   22 Nov 2014; Jeroen Roovers j...@gentoo.org sbc-1.3.ebuild:
   Stable for HPPA (bug #529948).






[gentoo-commits] gentoo-x86 commit in games-board/gnome-mastermind: gnome-mastermind-0.3.1-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:59

  Modified: gnome-mastermind-0.3.1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530122
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild

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

Index: gnome-mastermind-0.3.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-mastermind-0.3.1-r1.ebuild22 Nov 2014 16:17:47 -  1.1
+++ gnome-mastermind-0.3.1-r1.ebuild26 Nov 2014 10:40:59 -  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/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
 1.1 2014/11/22 16:17:47 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
 1.2 2014/11/26 10:40:59 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~ppc ~x86
+KEYWORDS=amd64 ~arm ~ppc ~x86
 IUSE=
 
 RDEPEND=



1.12 games-board/gnome-mastermind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   22 Nov 2014 16:17:47 -  1.11
+++ ChangeLog   26 Nov 2014 10:40:59 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gnome-mastermind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.11 2014/11/22 16:17:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.12 2014/11/26 10:40:59 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-mastermind-0.3.1-r1.ebuild:
+  Stable for amd64, wrt bug #530122
 
 *gnome-mastermind-0.3.1-r1 (22 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in games-puzzle/glightoff: glightoff-1.0.0-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:09

  Modified: glightoff-1.0.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530136
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild

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

Index: glightoff-1.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glightoff-1.0.0-r1.ebuild   22 Nov 2014 17:41:10 -  1.1
+++ glightoff-1.0.0-r1.ebuild   26 Nov 2014 10:41:09 -  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/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.1 
2014/11/22 17:41:10 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.2 
2014/11/26 10:41:09 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=
 
 RDEPEND=



1.7  games-puzzle/glightoff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   22 Nov 2014 17:41:10 -  1.6
+++ ChangeLog   26 Nov 2014 10:41:09 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/glightoff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.6 
2014/11/22 17:41:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.7 
2014/11/26 10:41:09 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org glightoff-1.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #530136
 
 *glightoff-1.0.0-r1 (22 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: speech-dispatcher-0.8.1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:49

  Modified: speech-dispatcher-0.8.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529092
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild

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

Index: speech-dispatcher-0.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- speech-dispatcher-0.8.1.ebuild  29 Sep 2014 09:20:17 -  1.1
+++ speech-dispatcher-0.8.1.ebuild  26 Nov 2014 10:40:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
 1.1 2014/09/29 09:20:17 teiresias Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v
 1.2 2014/11/26 10:40:49 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
 IUSE=alsa ao +espeak flite nas pulseaudio python static-libs
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )



1.106app-accessibility/speech-dispatcher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   23 Nov 2014 17:23:43 -  1.105
+++ ChangeLog   26 Nov 2014 10:40:49 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.105 
2014/11/23 17:23:43 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.106 
2014/11/26 10:40:49 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org 
speech-dispatcher-0.8.1.ebuild:
+  Stable for amd64, wrt bug #529092
 
   23 Nov 2014; Mike Gilbert flop...@gentoo.org
   speech-dispatcher-0.8-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/cfengine: cfengine-3.3.9.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:44

  Modified: cfengine-3.3.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529726
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/cfengine/cfengine-3.3.9.ebuild

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

Index: cfengine-3.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.3.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfengine-3.3.9.ebuild   3 Nov 2014 13:48:25 -   1.2
+++ cfengine-3.3.9.ebuild   26 Nov 2014 10:40:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.3.9.ebuild,v 
1.2 2014/11/03 13:48:25 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.3.9.ebuild,v 
1.3 2014/11/26 10:40:44 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-3
 SLOT=3
-KEYWORDS=~amd64 ~arm ~ppc ~s390 ~sparc ~x86
+KEYWORDS=amd64 ~arm ~ppc ~s390 ~sparc ~x86
 
 IUSE=examples html libvirt mysql postgres +qdbm selinux tests tokyocabinet 
vim-syntax
 



1.170net-misc/cfengine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   3 Nov 2014 13:48:25 -   1.169
+++ ChangeLog   26 Nov 2014 10:40:44 -  1.170
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/cfengine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.169 
2014/11/03 13:48:25 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.170 
2014/11/26 10:40:44 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org cfengine-3.3.9.ebuild:
+  Stable for amd64, wrt bug #529726
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org cfengine-3.2.4.ebuild,
   cfengine-3.3.5.ebuild, cfengine-3.3.9.ebuild, cfengine-3.4.5.ebuild,






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

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:04

  Modified: gqview-2.1.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529166
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-gfx/gqview/gqview-2.1.5-r1.ebuild

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

Index: gqview-2.1.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gqview-2.1.5-r1.ebuild  27 Oct 2014 16:36:20 -  1.1
+++ gqview-2.1.5-r1.ebuild  26 Nov 2014 10:41:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v 
1.1 2014/10/27 16:36:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5-r1.ebuild,v 
1.2 2014/11/26 10:41:04 ago Exp $
 
 EAPI=5
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND==x11-libs/gtk+-2.4:2



1.104media-gfx/gqview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   27 Oct 2014 16:36:20 -  1.103
+++ ChangeLog   26 Nov 2014 10:41:04 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gqview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.103 
2014/10/27 16:36:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.104 
2014/11/26 10:41:04 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org gqview-2.1.5-r1.ebuild:
+  Stable for amd64, wrt bug #529166
 
 *gqview-2.1.5-r1 (27 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in games-puzzle/skoosh: skoosh-2.5.0-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:24

  Modified: skoosh-2.5.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530020
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild

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

Index: skoosh-2.5.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- skoosh-2.5.0-r1.ebuild  21 Nov 2014 08:58:56 -  1.1
+++ skoosh-2.5.0-r1.ebuild  26 Nov 2014 10:41:24 -  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/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v 1.1 
2014/11/21 08:58:56 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild,v 1.2 
2014/11/26 10:41:24 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=nls
 
 RDEPEND=



1.11 games-puzzle/skoosh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   21 Nov 2014 08:58:56 -  1.10
+++ ChangeLog   26 Nov 2014 10:41:24 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/skoosh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.10 
2014/11/21 08:58:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.11 
2014/11/26 10:41:24 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org skoosh-2.5.0-r1.ebuild:
+  Stable for amd64, wrt bug #530020
 
 *skoosh-2.5.0-r1 (21 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-19.1.1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:40:54

  Modified: gunicorn-19.1.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530502
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  www-servers/gunicorn/gunicorn-19.1.1.ebuild

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

Index: gunicorn-19.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gunicorn-19.1.1.ebuild  25 Nov 2014 00:35:16 -  1.2
+++ gunicorn-19.1.1.ebuild  26 Nov 2014 10:40:54 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v 1.2 
2014/11/25 00:35:16 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v 1.3 
2014/11/26 10:40:54 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
 LICENSE=MIT
 SLOT=0
 IUSE=doc examples test
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 RDEPEND=dev-python/setproctitle[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.39 www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   25 Nov 2014 00:35:16 -  1.38
+++ ChangeLog   26 Nov 2014 10:40:54 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.38 
2014/11/25 00:35:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.39 
2014/11/26 10:40:54 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org gunicorn-19.1.1.ebuild:
+  Stable for amd64, wrt bug #530502
 
   25 Nov 2014; Ian Delaney idel...@gentoo.org -gunicorn-0.17.2.ebuild,
   -gunicorn-18.0-r1.ebuild, -gunicorn-18.0.ebuild, gunicorn-19.0.0.ebuild,






[gentoo-commits] gentoo-x86 commit in media-sound/muine: muine-0.8.11-r3.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:19

  Modified: muine-0.8.11-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530042
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-sound/muine/muine-0.8.11-r3.ebuild

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

Index: muine-0.8.11-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- muine-0.8.11-r3.ebuild  21 Nov 2014 13:37:10 -  1.1
+++ muine-0.8.11-r3.ebuild  26 Nov 2014 10:41:19 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.1 2014/11/21 13:37:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.2 2014/11/26 10:41:19 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=flac mad vorbis
 
 RDEPEND=



1.73 media-sound/muine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   21 Nov 2014 13:37:10 -  1.72
+++ ChangeLog   26 Nov 2014 10:41:19 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.72 
2014/11/21 13:37:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.73 
2014/11/26 10:41:19 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org muine-0.8.11-r3.ebuild:
+  Stable for amd64, wrt bug #530042
 
 *muine-0.8.11-r3 (21 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/autossh: autossh-1.4d.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:14

  Modified: autossh-1.4d.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530396
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/autossh/autossh-1.4d.ebuild

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

Index: autossh-1.4d.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autossh-1.4d.ebuild 8 Oct 2014 01:36:12 -   1.1
+++ autossh-1.4d.ebuild 26 Nov 2014 10:41:14 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v 1.1 
2014/10/08 01:36:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.4d.ebuild,v 1.2 
2014/11/26 10:41:14 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 SRC_URI=http://www.harding.motd.ca/${PN}/${P}.tgz;
 
 LICENSE=BSD
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux
+KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux
 SLOT=0
 
 RDEPEND=net-misc/openssh



1.38 net-misc/autossh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   8 Oct 2014 01:36:12 -   1.37
+++ ChangeLog   26 Nov 2014 10:41:14 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/autossh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.37 
2014/10/08 01:36:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/ChangeLog,v 1.38 
2014/11/26 10:41:14 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org autossh-1.4d.ebuild:
+  Stable for amd64, wrt bug #530396
 
 *autossh-1.4d (08 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in www-misc/gurlchecker: gurlchecker-0.13.1-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:34

  Modified: gurlchecker-0.13.1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530026
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild

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

Index: gurlchecker-0.13.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gurlchecker-0.13.1-r1.ebuild27 Sep 2014 17:36:10 -  1.1
+++ gurlchecker-0.13.1-r1.ebuild26 Nov 2014 10:41:34 -  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/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v 1.1 
2014/09/27 17:36:10 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild,v 1.2 
2014/11/26 10:41:34 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 SRC_URI=http://labs.libre-entreprise.org/frs/download.php/857/${P}.tar.gz;
 
 LICENSE=GPL-2
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 SLOT=0
 IUSE=clamav json sqlite ssl tidy
 



1.42 www-misc/gurlchecker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   27 Sep 2014 17:36:10 -  1.41
+++ ChangeLog   26 Nov 2014 10:41:34 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/gurlchecker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.41 
2014/09/27 17:36:10 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.42 
2014/11/26 10:41:34 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org gurlchecker-0.13.1-r1.ebuild:
+  Stable for amd64, wrt bug #530026
 
 *gurlchecker-0.13.1-r1 (27 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-lite: pcsc-lite-1.8.12-r1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:29

  Modified: pcsc-lite-1.8.12-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529000
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild

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

Index: pcsc-lite-1.8.12-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcsc-lite-1.8.12-r1.ebuild  19 Nov 2014 21:02:33 -  1.4
+++ pcsc-lite-1.8.12-r1.ebuild  26 Nov 2014 10:41:29 -  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/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.4 
2014/11/19 21:02:33 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.5 
2014/11/26 10:41:29 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 # upstream.
 LICENSE=BSD ISC MIT GPL-3+ GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 
 # This is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and



1.184sys-apps/pcsc-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   19 Nov 2014 21:02:33 -  1.183
+++ ChangeLog   26 Nov 2014 10:41:29 -  1.184
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pcsc-lite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.183 
2014/11/19 21:02:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.184 
2014/11/26 10:41:29 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org pcsc-lite-1.8.12-r1.ebuild:
+  Stable for amd64, wrt bug #529000
 
   19 Nov 2014; Markus Meier mae...@gentoo.org pcsc-lite-1.8.12-r1.ebuild:
   arm stable, bug #529000






[gentoo-commits] gentoo-x86 commit in dev-libs/stfl: stfl-0.23.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:39

  Modified: stfl-0.23.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-libs/stfl/stfl-0.23.ebuild

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

Index: stfl-0.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stfl-0.23.ebuild17 Nov 2014 23:25:14 -  1.2
+++ stfl-0.23.ebuild26 Nov 2014 10:41:39 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.2 
2014/11/17 23:25:14 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.3 
2014/11/26 10:41:39 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=examples perl python ruby static-libs
 
 COMMON_DEPEND=



1.44 dev-libs/stfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   17 Nov 2014 23:25:14 -  1.43
+++ ChangeLog   26 Nov 2014 10:41:39 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/stfl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.43 2014/11/17 
23:25:14 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.44 2014/11/26 
10:41:39 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org stfl-0.23.ebuild:
+  Stable for amd64, wrt bug #529262
 
   17 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org stfl-0.22-r2.ebuild,
   stfl-0.23.ebuild:






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

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:54

  Modified: pology-0.11-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529402
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-i18n/pology/pology-0.11-r1.ebuild

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

Index: pology-0.11-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-0.11-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pology-0.11-r1.ebuild   24 Oct 2014 18:18:22 -  1.2
+++ pology-0.11-r1.ebuild   26 Nov 2014 10:41:54 -  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/pology/pology-0.11-r1.ebuild,v 1.2 
2014/10/24 18:18:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-0.11-r1.ebuild,v 1.3 
2014/11/26 10:41:54 ago Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} ==  ]] || \
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 IUSE=
 



1.9  app-i18n/pology/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Oct 2014 18:18:22 -  1.8
+++ ChangeLog   26 Nov 2014 10:41:54 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/pology
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v 1.8 2014/10/24 
18:18:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/ChangeLog,v 1.9 2014/11/26 
10:41:54 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org pology-0.11-r1.ebuild:
+  Stable for amd64, wrt bug #529402
 
   24 Oct 2014; Michał Górny mgo...@gentoo.org pology-0.11-r1.ebuild,
   pology-.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/gam-server: gam-server-0.1.10-r2.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:44

  Modified: gam-server-0.1.10-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529392
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-admin/gam-server/gam-server-0.1.10-r2.ebuild

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

Index: gam-server-0.1.10-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gam-server-0.1.10-r2.ebuild 19 Nov 2014 21:03:23 -  1.3
+++ gam-server-0.1.10-r2.ebuild 26 Nov 2014 10:41:44 -  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-admin/gam-server/gam-server-0.1.10-r2.ebuild,v 1.3 
2014/11/19 21:03:23 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10-r2.ebuild,v 1.4 
2014/11/26 10:41:44 ago Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=gamin
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=debug kernel_linux
 
 RDEPEND==dev-libs/glib-2:2



1.28 app-admin/gam-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/gam-server/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   19 Nov 2014 21:03:23 -  1.27
+++ ChangeLog   26 Nov 2014 10:41:44 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/gam-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/ChangeLog,v 1.27 
2014/11/19 21:03:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/ChangeLog,v 1.28 
2014/11/26 10:41:44 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org gam-server-0.1.10-r2.ebuild:
+  Stable for amd64, wrt bug #529392
 
   19 Nov 2014; Markus Meier mae...@gentoo.org gam-server-0.1.10-r2.ebuild:
   arm stable, bug #529392






[gentoo-commits] gentoo-x86 commit in net-news/quiterss: quiterss-0.16.2.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:49

  Modified: quiterss-0.16.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529526
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-news/quiterss/quiterss-0.16.2.ebuild

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

Index: quiterss-0.16.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.16.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quiterss-0.16.2.ebuild  1 Sep 2014 16:26:18 -   1.1
+++ quiterss-0.16.2.ebuild  26 Nov 2014 10:41:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.16.2.ebuild,v 
1.1 2014/09/01 16:26:18 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.16.2.ebuild,v 
1.2 2014/11/26 10:41:49 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 LICENSE=GPL-3
 SLOT=0
 [[ ${PV} == ** ]] || \
-KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=debug phonon
 
 RDEPEND=



1.50 net-news/quiterss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   16 Nov 2014 20:19:17 -  1.49
+++ ChangeLog   26 Nov 2014 10:41:49 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for net-news/quiterss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.49 
2014/11/16 20:19:17 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/ChangeLog,v 1.50 
2014/11/26 10:41:49 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org quiterss-0.16.2.ebuild:
+  Stable for amd64, wrt bug #529526
 
 *quiterss-0.17.1 (16 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.9.1.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 10:41:59

  Modified: fail2ban-0.9.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530346
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  net-analyzer/fail2ban/fail2ban-0.9.1.ebuild

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

Index: fail2ban-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fail2ban-0.9.1.ebuild   26 Nov 2014 09:04:04 -  1.5
+++ fail2ban-0.9.1.ebuild   26 Nov 2014 10:41:59 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.5 
2014/11/26 09:04:04 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.6 
2014/11/26 10:41:59 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=selinux systemd
 
 DEPEND=



1.150net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   26 Nov 2014 09:04:04 -  1.149
+++ ChangeLog   26 Nov 2014 10:41:59 -  1.150
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.149 
2014/11/26 09:04:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.150 
2014/11/26 10:41:59 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org fail2ban-0.9.1.ebuild:
+  Stable for amd64, wrt bug #530346
 
   26 Nov 2014; Jeroen Roovers j...@gentoo.org fail2ban-0.9.1.ebuild:
   Stable for HPPA (bug #530346).






[gentoo-commits] gentoo-x86 commit in app-portage/install-mask: install-mask-9999.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 10:42:16

  Modified: install-mask-.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.8  app-portage/install-mask/install-mask-.ebuild

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

Index: install-mask-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- install-mask-.ebuild6 Jul 2014 13:16:21 -   1.7
+++ install-mask-.ebuild26 Nov 2014 10:42:16 -  1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-.ebuild,v 1.7 
2014/07/06 13:16:21 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-.ebuild,v 1.8 
2014/11/26 10:42:16 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.24 app-portage/install-mask/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   24 Nov 2014 12:57:49 -  1.23
+++ ChangeLog   26 Nov 2014 10:42:16 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/install-mask
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.23 
2014/11/24 12:57:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.24 
2014/11/26 10:42:16 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org install-mask-.ebuild:
+  Support python 3.4
 
   24 Nov 2014; Pacho Ramos pa...@gentoo.org install-mask-0.1.1.ebuild:
   Support python 3.4






[gentoo-commits] gentoo-x86 commit in app-text/pastebinit: pastebinit-1.4.1.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 10:58:49

  Modified: pastebinit-1.4.1.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  app-text/pastebinit/pastebinit-1.4.1.ebuild

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

Index: pastebinit-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pastebinit-1.4.1.ebuild 22 Mar 2014 18:14:49 -  1.2
+++ pastebinit-1.4.1.ebuild 26 Nov 2014 10:58:49 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.4.1.ebuild,v 1.2 
2014/03/22 18:14:49 angelos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.4.1.ebuild,v 1.3 
2014/11/26 10:58:49 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE=xml
 
 inherit python-single-r1



1.9  app-text/pastebinit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 Mar 2014 18:14:49 -  1.8
+++ ChangeLog   26 Nov 2014 10:58:49 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pastebinit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.8 
2014/03/22 18:14:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.9 
2014/11/26 10:58:49 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org pastebinit-1.4.1.ebuild:
+  Support python 3.4
 
   22 Mar 2014; Christoph Mende ange...@gentoo.org pastebinit-1.4.1.ebuild:
   Add missing REQUIRED_USE for python






[gentoo-commits] gentoo-x86 commit in app-text/pelican: pelican-3.5.0.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 11:03:21

  Modified: pelican-3.5.0.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  app-text/pelican/pelican-3.5.0.ebuild

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

Index: pelican-3.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pelican-3.5.0.ebuild16 Nov 2014 15:14:19 -  1.1
+++ pelican-3.5.0.ebuild26 Nov 2014 11:03:21 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.5.0.ebuild,v 1.1 
2014/11/16 15:14:19 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.5.0.ebuild,v 1.2 
2014/11/26 11:03:21 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.22 app-text/pelican/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   16 Nov 2014 15:15:02 -  1.21
+++ ChangeLog   26 Nov 2014 11:03:21 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pelican
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.21 
2014/11/16 15:15:02 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.22 
2014/11/26 11:03:21 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org pelican-3.5.0.ebuild:
+  Support python 3.4
 
   16 Nov 2014; Dirkjan Ochtman d...@gentoo.org -pelican-3.2.2.ebuild,
   -pelican-3.3.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: networkmanager-0.9.10.1_pre20141101.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 11:11:16

  Modified: networkmanager-0.9.10.1_pre20141101.ebuild
ChangeLog
  Log:
  Update warning as it's now not systemd specific and having 'ifnet' is no 
longer fatal
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  
net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild

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

Index: networkmanager-0.9.10.1_pre20141101.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networkmanager-0.9.10.1_pre20141101.ebuild  1 Nov 2014 15:50:50 -   
1.1
+++ networkmanager-0.9.10.1_pre20141101.ebuild  26 Nov 2014 11:11:16 -  
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
 1.1 2014/11/01 15:50:50 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-0.9.10.1_pre20141101.ebuild,v
 1.2 2014/11/26 11:11:16 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -285,8 +285,7 @@
if grep plugins 
${EROOT}etc/NetworkManager/NetworkManager.conf | grep -q ifnet; then
ewarn
ewarn You seem to use 'ifnet' plugin in 
${EROOT}etc/NetworkManager/NetworkManager.conf
-   ewarn Since it won't be used when running under 
Systemd, you will need to stop setting
-   ewarn ifnet plugin there to allow NetworkManager to 
work.
+   ewarn Since it won't be used, you will need to stop 
setting ifnet plugin there.
ewarn
fi
fi



1.212net-misc/networkmanager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog   1 Nov 2014 15:50:50 -   1.211
+++ ChangeLog   26 Nov 2014 11:11:16 -  1.212
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.211 
2014/11/01 15:50:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.212 
2014/11/26 11:11:16 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org
+  networkmanager-0.9.10.1_pre20141101.ebuild:
+  Update warning as it's now not systemd specific and having 'ifnet' is no
+  longer fatal
 
 *networkmanager-0.9.10.1_pre20141101 (01 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/watchdog: watchdog-0.8.1.ebuild ChangeLog

2014-11-26 Thread Ian Delaney (idella4)
idella4 14/11/26 11:18:44

  Modified: watchdog-0.8.1.ebuild ChangeLog
  Log:
  drop py3.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/watchdog/watchdog-0.8.1.ebuild

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

Index: watchdog-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- watchdog-0.8.1.ebuild   22 Nov 2014 09:48:17 -  1.3
+++ watchdog-0.8.1.ebuild   26 Nov 2014 11:18:44 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v 
1.3 2014/11/22 09:48:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.1.ebuild,v 
1.4 2014/11/26 11:18:44 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.8  dev-python/watchdog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   22 Nov 2014 09:48:17 -  1.7
+++ ChangeLog   26 Nov 2014 11:18:44 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/watchdog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.7 
2014/11/22 09:48:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.8 
2014/11/26 11:18:44 idella4 Exp $
+
+  26 Nov 2014; Ian Delaney idel...@gentoo.org watchdog-0.8.1.ebuild:
+  drop py3.2
 
 *watchdog-0.8.2 (22 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in media-tv/v4l-utils: v4l-utils-1.6.2.ebuild ChangeLog

2014-11-26 Thread Alexis Ballier (aballier)
aballier14/11/26 11:45:31

  Modified: v4l-utils-1.6.2.ebuild ChangeLog
  Log:
  keyword ~arm
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.2  media-tv/v4l-utils/v4l-utils-1.6.2.ebuild

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

Index: v4l-utils-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v4l-utils-1.6.2.ebuild  25 Nov 2014 17:57:48 -  1.1
+++ v4l-utils-1.6.2.ebuild  26 Nov 2014 11:45:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 
1.1 2014/11/25 17:57:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 
1.2 2014/11/26 11:45:30 aballier Exp $
 
 EAPI=5
 inherit eutils udev
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2+ LGPL-2.1+
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=qt4 udev
 
 RDEPEND==media-libs/libv4l-${PV}



1.43 media-tv/v4l-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   25 Nov 2014 17:57:48 -  1.42
+++ ChangeLog   26 Nov 2014 11:45:30 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/v4l-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.42 
2014/11/25 17:57:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.43 
2014/11/26 11:45:30 aballier Exp $
+
+  26 Nov 2014; Alexis Ballier aball...@gentoo.org v4l-utils-1.6.2.ebuild:
+  keyword ~arm
 
 *v4l-utils-1.6.2 (25 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog

2014-11-26 Thread Ian Delaney (idella4)
idella4 14/11/26 12:21:58

  Modified: unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  clean old python impls
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unittest2-0.5.1-r2.ebuild   1 Apr 2014 01:06:25 -   1.5
+++ unittest2-0.5.1-r2.ebuild   26 Nov 2014 12:21:58 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.5 
2014/04/01 01:06:25 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.6 
2014/11/26 12:21:58 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.44 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   25 Nov 2014 01:32:55 -  1.43
+++ ChangeLog   26 Nov 2014 12:21:58 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.43 
2014/11/25 01:32:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.44 
2014/11/26 12:21:58 idella4 Exp $
+
+  26 Nov 2014; Ian Delaney idel...@gentoo.org unittest2-0.5.1-r2.ebuild:
+  clean old python impls
 
   25 Nov 2014; Mike Gilbert flop...@gentoo.org
   +files/unittest2-0.8.0-argparse.patch, unittest2-0.8.0.ebuild:






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

2014-11-26 Thread Jason Zaman
commit: d3deaff4af915c30a96e8398168bafab9d326f2f
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 12:25:36 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Nov 26 12:25:36 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d3deaff4

Replace deprecated interfaces with the new one

---
 policy/modules/contrib/dirsrv.te | 2 +-
 policy/modules/system/udev.te| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/dirsrv.te b/policy/modules/contrib/dirsrv.te
index e9248d0..1a8b77a 100644
--- a/policy/modules/contrib/dirsrv.te
+++ b/policy/modules/contrib/dirsrv.te
@@ -66,7 +66,7 @@ files_type(dirsrv_share_t);
 
 # Some common macros
 files_read_etc_files(dirsrv_t)
-corecmd_search_sbin(dirsrv_t)
+corecmd_search_bin(dirsrv_t)
 files_read_usr_symlinks(dirsrv_t)
 miscfiles_read_localization(dirsrv_t)
 dev_read_urand(dirsrv_t)

diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te
index 737e854..5665452 100644
--- a/policy/modules/system/udev.te
+++ b/policy/modules/system/udev.te
@@ -345,7 +345,7 @@ ifdef(`distro_gentoo',`
files_read_etc_runtime_files(udev_t)
files_read_kernel_modules(udev_t)
files_read_usr_files(udev_t)
-   files_dontaudit_search_isid_type_dirs(udev_t)
+   kernel_dontaudit_search_unlabeled(udev_t)
 
udev_pid_filetrans_db(udev_t, dir, data)
 



[gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/roles/

2014-11-26 Thread Jason Zaman
commit: 97880bbf6232101f34bec3aae6d1a369fd0cb8d2
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Wed Nov 26 08:30:11 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Nov 26 12:29:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=97880bbf

remove sendmail_admin from sysadm

---
 policy/modules/roles/sysadm.te | 4 
 1 file changed, 4 deletions(-)

diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te
index c06874d..dafbab0 100644
--- a/policy/modules/roles/sysadm.te
+++ b/policy/modules/roles/sysadm.te
@@ -1262,10 +1262,6 @@ ifdef(`distro_gentoo',`
')
 
optional_policy(`
-   sendmail_admin(sysadm_t, sysadm_r)
-   ')
-
-   optional_policy(`
sensord_admin(sysadm_t, sysadm_r)
')
 



[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy: sqlalchemy-0.9.8.ebuild ChangeLog

2014-11-26 Thread Ian Delaney (idella4)
idella4 14/11/26 12:46:36

  Modified: sqlalchemy-0.9.8.ebuild ChangeLog
  Log:
  clean impl py3.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/sqlalchemy/sqlalchemy-0.9.8.ebuild

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

Index: sqlalchemy-0.9.8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlalchemy-0.9.8.ebuild 30 Oct 2014 03:56:32 -  1.1
+++ sqlalchemy-0.9.8.ebuild 26 Nov 2014 12:46:36 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.8.ebuild,v 1.1 
2014/10/30 03:56:32 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.8.ebuild,v 1.2 
2014/11/26 12:46:36 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 PYTHON_REQ_USE=sqlite?
 
 inherit distutils-r1 flag-o-matic



1.138dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   30 Oct 2014 03:56:32 -  1.137
+++ ChangeLog   26 Nov 2014 12:46:36 -  1.138
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.137 
2014/10/30 03:56:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.138 
2014/11/26 12:46:36 idella4 Exp $
+
+  26 Nov 2014; Ian Delaney idel...@gentoo.org sqlalchemy-0.9.8.ebuild:
+  clean impl py3.2
 
 *sqlalchemy-0.9.8 (30 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.07.ebuild ChangeLog

2014-11-26 Thread Anthony G. Basile (blueness)
blueness14/11/26 13:41:11

  Modified: stunnel-5.07.ebuild ChangeLog
  Log:
  Stable on ppc and ppc64, bug #528004
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.5  net-misc/stunnel/stunnel-5.07.ebuild

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

Index: stunnel-5.07.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.07.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stunnel-5.07.ebuild 26 Nov 2014 10:39:33 -  1.4
+++ stunnel-5.07.ebuild 26 Nov 2014 13:41:11 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.07.ebuild,v 1.4 
2014/11/26 10:39:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.07.ebuild,v 1.5 
2014/11/26 13:41:11 blueness Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=ipv6 selinux tcpd
 
 DEPEND=tcpd? ( sys-apps/tcp-wrappers )



1.191net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   26 Nov 2014 10:39:33 -  1.190
+++ ChangeLog   26 Nov 2014 13:41:11 -  1.191
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.190 
2014/11/26 10:39:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.191 
2014/11/26 13:41:11 blueness Exp $
+
+  26 Nov 2014; Anthony G. Basile bluen...@gentoo.org stunnel-5.07.ebuild:
+  Stable on ppc and ppc64, bug #528004
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org stunnel-5.07.ebuild:
   Stable for amd64, wrt bug #528004






[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.5-r2.ebuild xen-4.3.3-r2.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 13:53:13

  Modified: xen-4.2.5-r2.ebuild xen-4.3.3-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530182
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/xen/xen-4.2.5-r2.ebuild

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

Index: xen-4.2.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.2.5-r2.ebuild 26 Nov 2014 03:29:54 -  1.1
+++ xen-4.2.5-r2.ebuild 26 Nov 2014 13:53:12 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r2.ebuild,v 1.1 
2014/11/26 03:29:54 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r2.ebuild,v 1.2 
2014/11/26 13:53:12 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
S=${WORKDIR}/${REPO}
live_eclass=mercurial
 else
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=amd64 ~x86
UPSTREAM_VER=1
GENTOO_VER=
 



1.2  app-emulation/xen/xen-4.3.3-r2.ebuild

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

Index: xen-4.3.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.3.3-r2.ebuild 26 Nov 2014 03:29:54 -  1.1
+++ xen-4.3.3-r2.ebuild 26 Nov 2014 13:53:12 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v 1.1 
2014/11/26 03:29:54 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v 1.2 
2014/11/26 13:53:12 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
live_eclass=mercurial
 else
# Set to match entry in stable 4.3.1-r1, Bug 493944
-   KEYWORDS=~amd64 -x86
+   KEYWORDS=amd64 -x86
UPSTREAM_VER=1
GENTOO_VER=
 



1.181app-emulation/xen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   26 Nov 2014 03:29:54 -  1.180
+++ ChangeLog   26 Nov 2014 13:53:12 -  1.181
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.180 
2014/11/26 03:29:54 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.181 
2014/11/26 13:53:12 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org xen-4.2.5-r2.ebuild,
+  xen-4.3.3-r2.ebuild:
+  Stable for amd64, wrt bug #530182
 
 *xen-4.4.1-r3 (26 Nov 2014)
 *xen-4.3.3-r2 (26 Nov 2014)






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 14:31:42

  Modified: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild
ChangeLog
  Log:
  Stable for amd64, wrt bug #529216
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-lang/ruby/ruby-2.0.0_p598.ebuild

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

Index: ruby-2.0.0_p598.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-2.0.0_p598.ebuild  14 Nov 2014 06:53:31 -  1.1
+++ ruby-2.0.0_p598.ebuild  26 Nov 2014 14:31:42 -  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-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.1 
2014/11/14 06:53:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.2 
2014/11/26 14:31:42 ago Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline sse2
 
 RDEPEND=



1.2  dev-lang/ruby/ruby-1.9.3_p551.ebuild

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

Index: ruby-1.9.3_p551.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-1.9.3_p551.ebuild  14 Nov 2014 06:53:31 -  1.1
+++ ruby-1.9.3_p551.ebuild  26 Nov 2014 14:31:42 -  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-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.1 
2014/11/14 06:53:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.2 
2014/11/26 14:31:42 ago Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline +yaml #libedit
 
 # libedit support is removed everywhere because of this upstream bug:



1.684dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -r1.683 -r1.684
--- ChangeLog   14 Nov 2014 06:53:31 -  1.683
+++ ChangeLog   26 Nov 2014 14:31:42 -  1.684
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.683 2014/11/14 
06:53:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.684 2014/11/26 
14:31:42 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p551.ebuild,
+  ruby-2.0.0_p598.ebuild:
+  Stable for amd64, wrt bug #529216
 
 *ruby-2.1.5 (14 Nov 2014)
 *ruby-2.0.0_p598 (14 Nov 2014)






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-core/files: fix-bogus-perf-data-warnings.patch

2014-11-26 Thread Michael Orlitzky (mjo)
mjo 14/11/26 14:31:54

  Added:fix-bogus-perf-data-warnings.patch
  Log:
  Revbump to fix bugs #388323 and #530640.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.1  
net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch?rev=1.1content-type=text/plain

Index: fix-bogus-perf-data-warnings.patch
===
Patch submitted upstream at,

  http://tracker.nagios.org/view.php?id=534

by user ovidiu_stanila. Confirmed to work by at least one other user,
travissidelinger. Applied to fix Gentoo bug #530640.

diff --git a/base/workers.c b/base/workers.c
index 881e434..d1e1f8d 100644
--- a/base/workers.c
+++ b/base/workers.c
@@ -285,6 +285,8 @@ static void destroy_job(struct wproc_job *job)
case WPJOB_SVC_EVTHANDLER:
case WPJOB_GLOBAL_HOST_EVTHANDLER:
case WPJOB_HOST_EVTHANDLER:
+   case WPJOB_HOST_PERFDATA:
+   case WPJOB_SVC_PERFDATA:
/* these require nothing special */
break;
case WPJOB_CALLBACK:
@@ -763,6 +765,11 @@ static int handle_worker_result(int sd, int events, void 
*arg)
run_job_callback(job, wpres, 0);
break;
 
+   case WPJOB_HOST_PERFDATA:
+   case WPJOB_SVC_PERFDATA:
+   /* these require nothing special */
+   break;
+
default:
logit(NSLOG_RUNTIME_WARNING, TRUE, Worker %d: Unknown 
jobtype: %d\n, wp-pid, job-type);
break;






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-core: nagios-core-4.0.8-r1.ebuild ChangeLog nagios-core-4.0.8.ebuild

2014-11-26 Thread Michael Orlitzky (mjo)
mjo 14/11/26 14:31:54

  Modified: ChangeLog
  Added:nagios-core-4.0.8-r1.ebuild
  Removed:  nagios-core-4.0.8.ebuild
  Log:
  Revbump to fix bugs #388323 and #530640.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.201net-analyzer/nagios-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/ChangeLog?rev=1.201view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/ChangeLog?rev=1.201content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/ChangeLog?r1=1.200r2=1.201

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   22 Nov 2014 21:29:34 -  1.200
+++ ChangeLog   26 Nov 2014 14:31:54 -  1.201
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/nagios-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.200 
2014/11/22 21:29:34 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.201 
2014/11/26 14:31:54 mjo Exp $
+
+*nagios-core-4.0.8-r1 (26 Nov 2014)
+
+  26 Nov 2014; Michael Orlitzky m...@gentoo.org
+  +files/fix-bogus-perf-data-warnings.patch, +nagios-core-4.0.8-r1.ebuild,
+  -nagios-core-4.0.8.ebuild:
+  Revbump to fix bugs #388323 and #530640.
 
 *nagios-core-4.0.8 (22 Nov 2014)
 



1.1  net-analyzer/nagios-core/nagios-core-4.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-4.0.8-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-core/nagios-core-4.0.8-r1.ebuild?rev=1.1content-type=text/plain

Index: nagios-core-4.0.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-4.0.8-r1.ebuild,v 
1.1 2014/11/26 14:31:54 mjo Exp $

EAPI=5

inherit depend.apache eutils multilib toolchain-funcs user

MY_P=${PN/-core}-${PV}
DESCRIPTION=Nagios Core - Check daemon, CGIs, docs
HOMEPAGE=http://www.nagios.org/;

# The name of the directory into which our Gentoo icons will be
# extracted, and also the basename of the archive containing it.
GENTOO_ICONS=${PN}-gentoo-icons-20141125
SRC_URI=mirror://sourceforge/nagios/${MY_P}.tar.gz
web? ( http://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=classicui lighttpd perl +web vim-syntax

# In pkg_postinst(), we change the group of the Nagios configuration
# directory to that of the web server user. It can't belong to both
# apache/lighttpd groups at the same time, so we block this combination
# for our own sanity.
#
# This could be made to work, but we would need a better way to allow
# the web user read-only access to Nagios's configuration directory.
#
REQUIRED_USE=apache2? ( !lighttpd )

# sys-devel/libtool dependency is bug #401237.
#
# Note, we require one of the apache2 CGI modules:
#
#   * mod_cgi
#   * mod_cgid
#   * mod_fcgid
#
# We just don't care /which/ one. And of course PHP supports both CGI
# (USE=cgi) and FastCGI (USE=fpm). We're pretty lenient with the
# dependencies, and expect the user not to do anything /too/
# stupid. (For example, installing Apache with only FastCGI support, and
# PHP with only CGI support.)
#
DEPEND=sys-devel/libtool
virtual/mailx
perl? ( dev-lang/perl )
web? (
media-libs/gd[jpeg,png]
lighttpd? ( www-servers/lighttpd[php] )
apache2? (
|| (

=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_cgi]

=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_cgid]

=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_fcgid]
)

|| ( dev-lang/php[apache2] dev-lang/php[cgi] 
dev-lang/php[fpm] )
)
)
RDEPEND=${DEPEND}
!net-analyzer/nagios-imagepack
vim-syntax? ( app-vim/nagios-syntax )

want_apache2

S=${WORKDIR}/${MY_P}

pkg_setup() {
depend.apache_pkg_setup

enewgroup nagios
enewuser nagios -1 /bin/bash /var/nagios/home nagios
}

src_prepare(){
# Upstream bug, fixes a QA warning:
#
#  http://tracker.nagios.org/view.php?id=650
#
epatch 

[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild ChangeLog

2014-11-26 Thread Agostino Sarubbo (ago)
ago 14/11/26 14:31:58

  Modified: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild
ChangeLog
  Log:
  Stable for x86, wrt bug #529216
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-lang/ruby/ruby-2.0.0_p598.ebuild

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

Index: ruby-2.0.0_p598.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-2.0.0_p598.ebuild  26 Nov 2014 14:31:42 -  1.2
+++ ruby-2.0.0_p598.ebuild  26 Nov 2014 14:31:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.2 
2014/11/26 14:31:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.3 
2014/11/26 14:31:57 ago Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline sse2
 
 RDEPEND=



1.3  dev-lang/ruby/ruby-1.9.3_p551.ebuild

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

Index: ruby-1.9.3_p551.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-1.9.3_p551.ebuild  26 Nov 2014 14:31:42 -  1.2
+++ ruby-1.9.3_p551.ebuild  26 Nov 2014 14:31:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.2 
2014/11/26 14:31:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.3 
2014/11/26 14:31:57 ago Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline +yaml #libedit
 
 # libedit support is removed everywhere because of this upstream bug:



1.685dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.684
retrieving revision 1.685
diff -u -r1.684 -r1.685
--- ChangeLog   26 Nov 2014 14:31:42 -  1.684
+++ ChangeLog   26 Nov 2014 14:31:57 -  1.685
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.684 2014/11/26 
14:31:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.685 2014/11/26 
14:31:57 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p551.ebuild,
+  ruby-2.0.0_p598.ebuild:
+  Stable for x86, wrt bug #529216
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p551.ebuild,
   ruby-2.0.0_p598.ebuild:






[gentoo-commits] gentoo-x86 commit in games-strategy/megaglest: ChangeLog megaglest-3.9.1-r1.ebuild

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 14:37:45

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

Revision  ChangesPath
1.23 games-strategy/megaglest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   25 Nov 2014 23:22:06 -  1.22
+++ ChangeLog   26 Nov 2014 14:37:44 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/megaglest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.22 
2014/11/25 23:22:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.23 
2014/11/26 14:37:44 nimiux Exp $
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org megaglest-3.9.1-r1.ebuild:
+  Stable for amd64 wrt bug #518196
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership



1.2  games-strategy/megaglest/megaglest-3.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild?r1=1.1r2=1.2

Index: megaglest-3.9.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- megaglest-3.9.1-r1.ebuild   16 Sep 2014 22:13:17 -  1.1
+++ megaglest-3.9.1-r1.ebuild   26 Nov 2014 14:37:44 -  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/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 
1.1 2014/09/16 22:13:17 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.9.1-r1.ebuild,v 
1.2 2014/11/26 14:37:44 nimiux Exp $
 
 # google-breakpad
 # TODO: fribidi, libvorbis static
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-3 BitstreamVera
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=debug +editor fribidi sse sse2 sse3 static +streflop +tools +unicode 
wxuniversal +model-viewer videos
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in games-strategy/megaglest-data: megaglest-data-3.9.1.ebuild ChangeLog

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 14:38:43

  Modified: megaglest-data-3.9.1.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #518196
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.2  games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild?r1=1.1r2=1.2

Index: megaglest-data-3.9.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- megaglest-data-3.9.1.ebuild 27 Jan 2014 00:58:04 -  1.1
+++ megaglest-data-3.9.1.ebuild 26 Nov 2014 14:38:43 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild,v
 1.1 2014/01/27 00:58:04 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.1.ebuild,v
 1.2 2014/11/26 14:38:43 nimiux Exp $
 
 EAPI=5
 inherit cmake-utils games
@@ -12,7 +12,7 @@
 
 LICENSE=CC-BY-SA-3.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc
 
 RDEPEND=~games-strategy/megaglest-${PV}



1.13 games-strategy/megaglest-data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Nov 2014 23:22:18 -  1.12
+++ ChangeLog   26 Nov 2014 14:38:43 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/megaglest-data
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 
1.12 2014/11/25 23:22:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 
1.13 2014/11/26 14:38:43 nimiux Exp $
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org megaglest-data-3.9.1.ebuild:
+  Stable for amd64 wrt bug #518196
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.7.8.ebuild

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 14:41:05

  Modified: ChangeLog
  Added:vifm-0.7.8.ebuild
  Log:
  Bump to version 0.7.8
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.45 app-misc/vifm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   18 Oct 2014 14:32:04 -  1.44
+++ ChangeLog   26 Nov 2014 14:41:05 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.44 2014/10/18 
14:32:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.45 2014/11/26 
14:41:05 nimiux Exp $
+
+*vifm-0.7.8 (26 Nov 2014)
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org +vifm-0.7.8.ebuild:
+  Bump to version 0.7.8
 
   18 Oct 2014; Agostino Sarubbo a...@gentoo.org vifm-0.7.7.ebuild:
   Stable for ppc, wrt bug #519374



1.1  app-misc/vifm/vifm-0.7.8.ebuild

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

Index: vifm-0.7.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v 1.1 
2014/11/26 14:41:05 nimiux Exp $

EAPI=5

inherit base vim-doc

DESCRIPTION=Console file manager with vi(m)-like keybindings
HOMEPAGE=http://vifm.sourceforge.net/;
SRC_URI=mirror://sourceforge/vifm/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~s390 ~x86
IUSE=X developer +extended-keys gtk +magic vim vim-syntax

DEPEND=
=sys-libs/ncurses-5.7-r7
magic? ( sys-apps/file )
gtk? ( x11-libs/gtk+:2 )
X? ( x11-libs/libX11 )

RDEPEND=
${DEPEND}
vim? ( || ( app-editors/vim app-editors/gvim ) )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )


DOCS=( AUTHORS FAQ NEWS README TODO )

src_configure() {
econf \
$(use_enable developer) \
$(use_enable extended-keys) \
$(use_with magic libmagic) \
$(use_with gtk) \
$(use_with X X11)
}

src_install() {
base_src_install

if use vim; then
local t
for t in app plugin; do
insinto /usr/share/vim/vimfiles/${t}
doins ${S}/data/vim/doc/${t}/${PN}*
done
fi

if use vim-syntax; then
local t
for t in ftdetect ftplugin syntax; do
insinto /usr/share/vim/vimfiles/${t}
doins ${S}/data/vim/${t}/${PN}.vim
done
fi
}

src_test() {
emake check
}

pkg_postinst() {
if use vim; then
update_vim_helptags

if [[ -n ${REPLACING_VERSIONS} ]]; then
elog
elog You don't need to copy or link any files for
elog   the vim plugin and documentation to work 
anymore.
elog If you copied any vifm files to ~/.vim/ manually
elog   in earlier vifm versions, please delete them.
fi
elog
elog To use vim in vifm to view the documentation
elog   edit ~/.vifm/vifmrc and set vimhelp instead of 
novimhelp
elog
fi
}

pkg_postrm() {
use vim  update_vim_helptags
}






[gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.7.5.ebuild vifm-0.7.6.ebuild vifm-0.7.1.ebuild vifm-0.7.4b-r1.ebuild

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 14:45:22

  Modified: ChangeLog
  Removed:  vifm-0.7.5.ebuild vifm-0.7.6.ebuild
vifm-0.7.1.ebuild vifm-0.7.4b-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.46 app-misc/vifm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   26 Nov 2014 14:41:05 -  1.45
+++ ChangeLog   26 Nov 2014 14:45:22 -  1.46
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.45 2014/11/26 
14:41:05 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.46 2014/11/26 
14:45:22 nimiux Exp $
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org -vifm-0.7.1.ebuild,
+  -vifm-0.7.4b-r1.ebuild, -vifm-0.7.5.ebuild, -vifm-0.7.6.ebuild:
+  Drop old
 
 *vifm-0.7.8 (26 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-office/odeskteam: odeskteam-3.12.9.ebuild ChangeLog

2014-11-26 Thread Aaron Swenson (titanofold)
titanofold14/11/26 14:49:57

  Modified: odeskteam-3.12.9.ebuild ChangeLog
  Log:
  Allow either dev-qt/qtphonon or media-libs/phonon to satisfy a
  dependency. Fixes b.g.o bug 530102.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.2  app-office/odeskteam/odeskteam-3.12.9.ebuild

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

Index: odeskteam-3.12.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/odeskteam/odeskteam-3.12.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- odeskteam-3.12.9.ebuild 4 Nov 2014 12:43:07 -   1.1
+++ odeskteam-3.12.9.ebuild 26 Nov 2014 14:49:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/odeskteam/odeskteam-3.12.9.ebuild,v 1.1 
2014/11/04 12:43:07 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/odeskteam/odeskteam-3.12.9.ebuild,v 1.2 
2014/11/26 14:49:57 titanofold Exp $
 
 EAPI=5
 
@@ -22,6 +22,7 @@
 S=${WORKDIR}
 
 RDEPEND=
+|| ( dev-qt/qtphonon:4 media-libs/phonon )
 =dev-libs/glib-2
 app-arch/bzip2
 dev-libs/libxml2
@@ -30,7 +31,6 @@
 dev-qt/qtdeclarative:4
 dev-qt/qtgui:4
 dev-qt/qtopengl:4
-dev-qt/qtphonon:4
 dev-qt/qtscript:4
 dev-qt/qtsql:4
 dev-qt/qtsvg:4



1.14 app-office/odeskteam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   4 Nov 2014 12:43:07 -   1.13
+++ ChangeLog   26 Nov 2014 14:49:57 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/odeskteam
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v 1.13 
2014/11/04 12:43:07 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/odeskteam/ChangeLog,v 1.14 
2014/11/26 14:49:57 titanofold Exp $
+
+  26 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
+  odeskteam-3.12.9.ebuild:
+  Allow either dev-qt/qtphonon or media-libs/phonon to satisfy a
+  dependency. Fixes b.g.o bug 530102.
 
 *odeskteam-3.12.9 (04 Nov 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/main/es: irc.xml

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 14:58:16

  Modified: irc.xml
  Log:
  Add #gentoo-rs as requested by bitlord on #gentoo-groupcontacts

Revision  ChangesPath
1.25 xml/htdocs/main/es/irc.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/irc.xml?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/irc.xml?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/irc.xml?r1=1.24r2=1.25

Index: irc.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/es/irc.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- irc.xml 20 May 2014 13:10:48 -  1.24
+++ irc.xml 26 Nov 2014 14:58:16 -  1.25
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=utf-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
 
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/irc.xml,v 1.24 2014/05/20 
13:10:48 nimiux Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/irc.xml,v 1.25 2014/11/26 
14:58:16 nimiux Exp $ --
 
 mainpage lang=es
 titleRecursos IRC Gentoo Linux/title
@@ -52,7 +52,7 @@
 license/
 
 version6/version
-date2014-05-19/date
+date2014-11-23/date
 
 chapter
 titleInternet Relay Chat/title
@@ -524,6 +524,10 @@
   thDiscuţii în limba română/th
 /tr
 tr
+  tiuri link=irc://irc.gentoo.org/gentoo-rs#gentoo-rs/uri/ti
+  thNa srpskom jeziku (I njemu sličnim)/th
+/tr
+tr
   tiuri link=irc://irc.gentoo.org/gentoo-ru#gentoo-ru/uri/ti
   thна Русско языкем/th
 /tr






[gentoo-commits] gentoo-x86 commit in dev-perl/DateTime-Format-DateManip: ChangeLog DateTime-Format-DateManip-0.40.0.ebuild Manifest metadata.xml

2014-11-26 Thread Mikle Kolyada (zlogene)
zlogene 14/11/26 15:02:02

  Removed:  ChangeLog DateTime-Format-DateManip-0.40.0.ebuild
Manifest metadata.xml
  Log:
  dev-perl/DateTime-format-DateManip removal (bug #421797)



[gentoo-commits] gentoo commit in xml/htdocs/main/es: sponsors.xml

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 15:04:48

  Modified: sponsors.xml
  Log:
  add numberly to EN hosting sponsors

Revision  ChangesPath
1.40 xml/htdocs/main/es/sponsors.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?r1=1.39r2=1.40

Index: sponsors.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sponsors.xml15 Oct 2014 13:27:53 -  1.39
+++ sponsors.xml26 Nov 2014 15:04:48 -  1.40
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
 
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v 1.39 
2014/10/15 13:27:53 nimiux Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v 1.40 
2014/11/26 15:04:48 nimiux Exp $ --
 
 mainpage lang=es
 titlePatrocinadores de Gentoo/title
@@ -379,6 +379,26 @@
 /body
 /section
 
+!-- added by ultrabug on 20141124 --
+section
+  titleNumberly/title
+body
+fig link=/images/sponsors/numberly-logo-sized.jpg
+ linkto=http://www.numberly.com;
+ short=Numberly/
+p
+uri link=http://www.numberly.com;Numberly/uri es una marca del
+grupo 1000mercis, pionero en la publicidad y el marketing interactivo
+y que ofrece soluciones innovativas a empresas que quieran optimizar
+la captura y retención de clientes potenciales a través de medios
+interactivos (Internet, dispositivos móviles y tabletas). Numberly
+ayuda a sus clientes en el diseño, implementación y maximización
+del ROI (Retorno de la inversión) de sus campañas de publicidad y
+marketing.
+/p
+
+/body
+/section
 
 !-- added by a3li on 20130915 --
 section






[gentoo-commits] gentoo commit in xml/htdocs/main/es: sponsors.xml

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 15:07:25

  Modified: sponsors.xml
  Log:
  adjust numberly sponsor text

Revision  ChangesPath
1.41 xml/htdocs/main/es/sponsors.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/sponsors.xml?r1=1.40r2=1.41

Index: sponsors.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sponsors.xml26 Nov 2014 15:04:48 -  1.40
+++ sponsors.xml26 Nov 2014 15:07:25 -  1.41
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
 
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v 1.40 
2014/11/26 15:04:48 nimiux Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/sponsors.xml,v 1.41 
2014/11/26 15:07:25 nimiux Exp $ --
 
 mainpage lang=es
 titlePatrocinadores de Gentoo/title
@@ -397,6 +397,10 @@
 marketing.
 /p
 
+pNumberly se siente orgullose de ofrecer tres potentes servidores
+físicos dedicados con soporte ipv6 a la infraestructura de Gentoo.
+/p
+
 /body
 /section
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/es/portage/doc: common-problems.xml faq.xml manually-fixing-portage.xml

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 15:11:24

  Modified: common-problems.xml faq.xml
manually-fixing-portage.xml
  Log:
  Redirect obsolete pages to the corresponding wiki.gentoo.org pages.

Revision  ChangesPath
1.3  xml/htdocs/proj/es/portage/doc/common-problems.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/common-problems.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/common-problems.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/common-problems.xml?r1=1.2r2=1.3

Index: common-problems.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/common-problems.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common-problems.xml 20 Mar 2013 14:37:05 -  1.2
+++ common-problems.xml 26 Nov 2014 15:11:24 -  1.3
@@ -1,7 +1,7 @@
 ?xml version='1.0' encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
 
-guide lang=es
+guide lang=es disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Portage/Common_problems;
 titleProblemas comunes de portage/title
 author
   mail link=gen...@gentoo.orgMarius Mauch/mail



1.9  xml/htdocs/proj/es/portage/doc/faq.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml?r1=1.8r2=1.9

Index: faq.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faq.xml 17 Feb 2014 08:50:44 -  1.8
+++ faq.xml 26 Nov 2014 15:11:24 -  1.9
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=utf-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml,v 1.8 
2014/02/17 08:50:44 nimiux Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/faq.xml,v 1.9 
2014/11/26 15:11:24 nimiux Exp $ --
 
-guide lang=es
+guide lang=es disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Portage/FAQ;
 titlePreguntas Realizadas Frecuentemente (FAQ) de Portage/title
 
 author title=Autor



1.22 xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml?r1=1.21r2=1.22

Index: manually-fixing-portage.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- manually-fixing-portage.xml 24 Oct 2013 08:27:31 -  1.21
+++ manually-fixing-portage.xml 26 Nov 2014 15:11:24 -  1.22
@@ -1,10 +1,10 @@
 ?xml version='1.0' encoding=UTF-8?
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml,v
 1.21 2013/10/24 08:27:31 nimiux Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/es/portage/doc/manually-fixing-portage.xml,v
 1.22 2014/11/26 15:11:24 nimiux Exp $ --
 !DOCTYPE guide SYSTEM /dtd/guide.dtd [
   !ENTITY stable_version 2.2.7
 ]
 
-guide lang=es
+guide lang=es disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Project:Portage/Fixing_broken_portage;
 
 titleReparar instalaciones rotas de Portage de forma manual/title
 






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

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 15:29:13

  Modified: metadata.xml ChangeLog
  Log:
  Update use flags
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.14 app-misc/vifm/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml15 May 2014 12:01:07 -  1.13
+++ metadata.xml26 Nov 2014 15:29:13 -  1.14
@@ -24,5 +24,7 @@
flag name=magicUse libmagic to determine mimetypes/flag
flag name=vimInstall the vifm vim plugin and vim-compatible 
documentation/flag
flag name=vim-pluginInstall the vifm vim plugin/flag
+   flag name=vim-syntaxPulls in related vim syntax 
scripts/flag
+   flag name=XAdd support for X11/flag
/use
 /pkgmetadata



1.47 app-misc/vifm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   26 Nov 2014 14:45:22 -  1.46
+++ ChangeLog   26 Nov 2014 15:29:13 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.46 2014/11/26 
14:45:22 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.47 2014/11/26 
15:29:13 nimiux Exp $
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org metadata.xml:
+  Update use flags
 
   26 Nov 2014; Chema Alonso nim...@gentoo.org -vifm-0.7.1.ebuild,
   -vifm-0.7.4b-r1.ebuild, -vifm-0.7.5.ebuild, -vifm-0.7.6.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.3.2.ebuild ChangeLog docker-1.3.1.ebuild

2014-11-26 Thread Kacper Kowalik (xarthisius)
xarthisius14/11/26 15:45:34

  Modified: ChangeLog
  Added:docker-1.3.2.ebuild
  Removed:  docker-1.3.1.ebuild
  Log:
  Version bump, drop old wrt bug #530518
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  ChangesPath
1.31 app-emulation/docker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   19 Nov 2014 06:36:46 -  1.30
+++ ChangeLog   26 Nov 2014 15:45:34 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.30 
2014/11/19 06:36:46 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.31 
2014/11/26 15:45:34 xarthisius Exp $
+
+*docker-1.3.2 (26 Nov 2014)
+
+  26 Nov 2014; Kacper Kowalik xarthis...@gentoo.org +docker-1.3.2.ebuild,
+  -docker-1.3.1.ebuild:
+  Version bump, drop old wrt bug #530518
 
   19 Nov 2014; Yixun Lan d...@gentoo.org -docker-1.0.0.ebuild,
   -docker-1.0.1.ebuild, -docker-1.1.0.ebuild, -docker-1.2.0.ebuild:



1.1  app-emulation/docker/docker-1.3.2.ebuild

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

Index: docker-1.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.3.2.ebuild,v 
1.1 2014/11/26 15:45:34 xarthisius Exp $

EAPI=5

DESCRIPTION=Docker complements kernel namespacing with a high-level API which 
operates at the process level
HOMEPAGE=https://www.docker.com;

GITHUB_URI=github.com/docker/docker

if [[ ${PV} == * ]]; then
SRC_URI=
EGIT_REPO_URI=git://${GITHUB_URI}.git
inherit git-2
else
SRC_URI=https://${GITHUB_URI}/archive/v${PV}.tar.gz - ${P}.tar.gz
DOCKER_GITCOMMIT=4e9bbfa
KEYWORDS=~amd64
[ $DOCKER_GITCOMMIT ] || die DOCKER_GITCOMMIT must be added manually 
for each bump!
fi

inherit bash-completion-r1 linux-info systemd udev user

LICENSE=Apache-2.0
SLOT=0
IUSE=aufs btrfs +contrib +device-mapper doc lxc vim-syntax zsh-completion

CDEPEND=
=dev-db/sqlite-3.7.9:3
device-mapper? (
sys-fs/lvm2[thin]
)

DEPEND=
${CDEPEND}
=dev-lang/go-1.2
btrfs? (
=sys-fs/btrfs-progs-0.20
)
dev-vcs/git
dev-vcs/mercurial

RDEPEND=
${CDEPEND}
!app-emulation/docker-bin
=net-firewall/iptables-1.4
lxc? (
=app-emulation/lxc-1.0
)
=dev-vcs/git-1.7
=app-arch/xz-utils-4.9
aufs? (
|| (
sys-fs/aufs3
sys-kernel/aufs-sources
)
)


RESTRICT=installsources strip

# see contrib/check-config.sh from upstream's sources
CONFIG_CHECK=
NAMESPACES NET_NS PID_NS IPC_NS UTS_NS
DEVPTS_MULTIPLE_INSTANCES
CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED
MACVLAN VETH BRIDGE
NF_NAT_IPV4 IP_NF_TARGET_MASQUERADE
NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK
NF_NAT NF_NAT_NEEDED

~MEMCG_SWAP
~RESOURCE_COUNTERS
~CGROUP_PERF


ERROR_MEMCG_SWAP=CONFIG_MEMCG_SWAP: is required if you wish to limit swap 
usage of containers
ERROR_RESOURCE_COUNTERS=CONFIG_RESOURCE_COUNTERS: is optional for container 
statistics gathering
ERROR_CGROUP_PERF=CONFIG_CGROUP_PERF: is optional for container statistics 
gathering

pkg_setup() {
if kernel_is lt 3 8; then
eerror 
eerror Using Docker with kernels older than 3.8 is unstable 
and unsupported.
eerror  - 
http://docs.docker.com/installation/binaries/#check-kernel-dependencies;
die 'Kernel is too old - need 3.8 or above'
fi

# for where these kernel versions come from, see:
# 
https://www.google.com/search?q=945b2b2d259d1a4364a2799e80e8ff32f8c6ee6f+site%3Akernel.org%2Fpub%2Flinux%2Fkernel+file%3AChangeLog*
if ! {

[gentoo-commits] gentoo-x86 commit in app-emulation/docker: metadata.xml ChangeLog

2014-11-26 Thread Kacper Kowalik (xarthisius)
xarthisius14/11/26 15:51:10

  Modified: metadata.xml ChangeLog
  Log:
  Add myself as co-maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  ChangesPath
1.8  app-emulation/docker/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml3 Jun 2014 00:24:18 -   1.7
+++ metadata.xml26 Nov 2014 15:51:10 -  1.8
@@ -13,6 +13,10 @@
emailadmwig...@gmail.com/email
nameTianon/name
/maintainer
+   maintainer
+   emailxarthis...@gentoo.org/email
+   nameKacper Kowalik/name
+   /maintainer
use
flag name=aufs
Enables dependencies for the aufs graph driver, 
including



1.32 app-emulation/docker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   26 Nov 2014 15:45:34 -  1.31
+++ ChangeLog   26 Nov 2014 15:51:10 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.31 
2014/11/26 15:45:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.32 
2014/11/26 15:51:10 xarthisius Exp $
+
+  26 Nov 2014; Kacper Kowalik xarthis...@gentoo.org metadata.xml:
+  Add myself as co-maintainer
 
 *docker-1.3.2 (26 Nov 2014)
 






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

2014-11-26 Thread Aaron Swenson (titanofold)
titanofold14/11/26 15:52:57

  Modified: ChangeLog package.mask
  Log:
  Masked dev-perl/pgperl for removal.

Revision  ChangesPath
1.9565   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9564
retrieving revision 1.9565
diff -u -r1.9564 -r1.9565
--- ChangeLog   25 Nov 2014 20:07:54 -  1.9564
+++ ChangeLog   26 Nov 2014 15:52:56 -  1.9565
@@ -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.9564 2014/11/25 
20:07:54 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9565 2014/11/26 
15:52:56 titanofold 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!
 
+  26 Nov 2014; Aaron W. Swenson titanof...@gentoo.org package.mask:
+  Masked dev-perl/pgperl for removal.
+
   25 Nov 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
   arch/amd64/no-emul-linux-x86/package.mask, default/bsd/package.use.mask:
   mask sysfs flag on bsd for mesa, since bsd has no sysfs



1.16181  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16180
retrieving revision 1.16181
diff -u -r1.16180 -r1.16181
--- package.mask24 Nov 2014 05:10:35 -  1.16180
+++ package.mask26 Nov 2014 15:52:56 -  1.16181
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16180 2014/11/24 
05:10:35 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16181 2014/11/26 
15:52:56 titanofold Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron W. Swenson titanof...@gentoo.org (26 Nov 2014)
+# Masked for removal in 30 days. dev-perl/pgperl hasn't been updated
+# in 10 years. Use dev-perl/DBD-Pg or any modern module based on
+# DBD::Pg.
+dev-perl/pgperl
+
 # Patrick Lauer patr...@gentoo.org (24 Nov 2014)
 # Missing deps, uninstallable
 app-misc/email2trac






[gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.9.0.ebuild ChangeLog

2014-11-26 Thread Anthony G. Basile (blueness)
blueness14/11/26 15:58:09

  Modified: pypax-0.9.0.ebuild ChangeLog
  Log:
  Stable on arm, ppc and ppc64.  Bug #530570.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  dev-python/pypax/pypax-0.9.0.ebuild

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

Index: pypax-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypax-0.9.0.ebuild  3 Nov 2014 12:57:56 -   1.1
+++ pypax-0.9.0.ebuild  26 Nov 2014 15:58:09 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild,v 1.1 
2014/11/03 12:57:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.9.0.ebuild,v 1.2 
2014/11/26 15:58:09 blueness Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86
 IUSE=+ptpax +xtpax
 
 REQUIRED_USE=|| ( ptpax xtpax )



1.93 dev-python/pypax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   3 Nov 2014 13:12:15 -   1.92
+++ ChangeLog   26 Nov 2014 15:58:09 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.92 
2014/11/03 13:12:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.93 
2014/11/26 15:58:09 blueness Exp $
+
+  26 Nov 2014; Anthony G. Basile bluen...@gentoo.org pypax-0.9.0.ebuild:
+  Stable on arm, ppc and ppc64.  Bug #530570.
 
   03 Nov 2014; Anthony G. Basile bluen...@gentoo.org -pypax-0.8.6.ebuild:
   Remove older unstable version






[gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.9.0.ebuild ChangeLog

2014-11-26 Thread Anthony G. Basile (blueness)
blueness14/11/26 16:00:13

  Modified: elfix-0.9.0.ebuild ChangeLog
  Log:
  Stable on arm, ppc and ppc64.  Bug #530570.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  sys-apps/elfix/elfix-0.9.0.ebuild

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

Index: elfix-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elfix-0.9.0.ebuild  3 Nov 2014 13:01:42 -   1.1
+++ elfix-0.9.0.ebuild  26 Nov 2014 16:00: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/sys-apps/elfix/elfix-0.9.0.ebuild,v 1.1 
2014/11/03 13:01:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0.ebuild,v 1.2 
2014/11/26 16:00:13 blueness Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86
 IUSE=+ptpax +xtpax
 
 REQUIRED_USE=|| ( ptpax xtpax )



1.89 sys-apps/elfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   3 Nov 2014 13:13:26 -   1.88
+++ ChangeLog   26 Nov 2014 16:00:13 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/elfix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.88 2014/11/03 
13:13:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.89 2014/11/26 
16:00:13 blueness Exp $
+
+  26 Nov 2014; Anthony G. Basile bluen...@gentoo.org elfix-0.9.0.ebuild:
+  Stable on arm, ppc and ppc64.  Bug #530570.
 
   03 Nov 2014; Anthony G. Basile bluen...@gentoo.org -elfix-0.8.6.ebuild:
   Remove older unstable






[gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-3.4.1-r100.ebuild clang-3.3.ebuild

2014-11-26 Thread Bernard Cafarelli (voyageur)
voyageur14/11/26 16:08:36

  Modified: ChangeLog
  Removed:  clang-3.4.1-r100.ebuild clang-3.3.ebuild
  Log:
  Keep one major version for older releases
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.112sys-devel/clang/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.112view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.112content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.111r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   7 Sep 2014 11:12:14 -   1.111
+++ ChangeLog   26 Nov 2014 16:08:36 -  1.112
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/clang
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.111 
2014/09/07 11:12:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.112 
2014/11/26 16:08:36 voyageur Exp $
+
+  26 Nov 2014; Bernard Cafarelli voyag...@gentoo.org -clang-3.3.ebuild,
+  -clang-3.4.1-r100.ebuild:
+  Keep one major version for older releases
 
 *clang-3.5.0-r100 (07 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in net-news/canto-curses: canto-curses-0.8.4.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 16:12:13

  Modified: canto-curses-0.8.4.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-news/canto-curses/canto-curses-0.8.4.ebuild

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

Index: canto-curses-0.8.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- canto-curses-0.8.4.ebuild   20 Feb 2014 20:29:44 -  1.1
+++ canto-curses-0.8.4.ebuild   26 Nov 2014 16:12:13 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.8.4.ebuild,v 1.1 
2014/02/20 20:29:44 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.8.4.ebuild,v 1.2 
2014/11/26 16:12:13 pacho Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
 PYTHON_REQ_USE=ncurses
 inherit distutils-r1
 



1.2  net-news/canto-curses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   20 Feb 2014 20:29:44 -  1.1
+++ ChangeLog   26 Nov 2014 16:12:13 -  1.2
@@ -1,10 +1,12 @@
 # ChangeLog for net-news/canto-curses
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.1 
2014/02/20 20:29:44 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.2 
2014/11/26 16:12:13 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org canto-curses-0.8.4.ebuild:
+  Support python 3.4
 
 *canto-curses-0.8.4 (20 Feb 2014)
 
   20 Feb 2014; Sergey Popov pinkb...@gentoo.org +canto-curses-0.8.4.ebuild,
   +metadata.xml:
   Initial commit, wrt bug #462028
-






[gentoo-commits] gentoo-x86 commit in net-news/canto-daemon: canto-daemon-0.8.2.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 16:11:58

  Modified: canto-daemon-0.8.2.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-news/canto-daemon/canto-daemon-0.8.2.ebuild

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

Index: canto-daemon-0.8.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- canto-daemon-0.8.2.ebuild   20 Feb 2014 20:25:28 -  1.1
+++ canto-daemon-0.8.2.ebuild   26 Nov 2014 16:11:58 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v 1.1 
2014/02/20 20:25:28 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.8.2.ebuild,v 1.2 
2014/11/26 16:11:58 pacho Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
 PYTHON_REQ_USE=xml
 inherit distutils-r1
 



1.2  net-news/canto-daemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   20 Feb 2014 20:25:28 -  1.1
+++ ChangeLog   26 Nov 2014 16:11:58 -  1.2
@@ -1,10 +1,12 @@
 # ChangeLog for net-news/canto-daemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.1 
2014/02/20 20:25:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.2 
2014/11/26 16:11:58 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org canto-daemon-0.8.2.ebuild:
+  Support python 3.4
 
 *canto-daemon-0.8.2 (20 Feb 2014)
 
   20 Feb 2014; Sergey Popov pinkb...@gentoo.org +canto-daemon-0.8.2.ebuild,
   +metadata.xml:
   Initial commit, wrt bug #462028
-






[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.3.2.ebuild ChangeLog

2014-11-26 Thread Kacper Kowalik (xarthisius)
xarthisius14/11/26 16:13:29

  Modified: docker-1.3.2.ebuild ChangeLog
  Log:
  Update with ebuild from Tianon's overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  ChangesPath
1.2  app-emulation/docker/docker-1.3.2.ebuild

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

Index: docker-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docker-1.3.2.ebuild 26 Nov 2014 15:45:34 -  1.1
+++ docker-1.3.2.ebuild 26 Nov 2014 16:13:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.3.2.ebuild,v 
1.1 2014/11/26 15:45:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.3.2.ebuild,v 
1.2 2014/11/26 16:13:29 xarthisius Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
inherit git-2
 else
SRC_URI=https://${GITHUB_URI}/archive/v${PV}.tar.gz - ${P}.tar.gz
-   DOCKER_GITCOMMIT=4e9bbfa
+   DOCKER_GITCOMMIT=39fa2fa
KEYWORDS=~amd64
[ $DOCKER_GITCOMMIT ] || die DOCKER_GITCOMMIT must be added manually 
for each bump!
 fi
@@ -26,30 +26,36 @@
 SLOT=0
 IUSE=aufs btrfs +contrib +device-mapper doc lxc vim-syntax zsh-completion
 
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
 CDEPEND=
=dev-db/sqlite-3.7.9:3
device-mapper? (
-   sys-fs/lvm2[thin]
+   =sys-fs/lvm2-2.02.89[thin]
)
 
+
 DEPEND=
${CDEPEND}
-   =dev-lang/go-1.2
+   =dev-lang/go-1.3
btrfs? (
-   =sys-fs/btrfs-progs-0.20
+   =sys-fs/btrfs-progs-3.16.1
)
-   dev-vcs/git
-   dev-vcs/mercurial
 
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
 RDEPEND=
${CDEPEND}
+
!app-emulation/docker-bin
=net-firewall/iptables-1.4
+   sys-process/procps
+   =dev-vcs/git-1.7
+   =app-arch/xz-utils-4.9
+
lxc? (
=app-emulation/lxc-1.0
)
-   =dev-vcs/git-1.7
-   =app-arch/xz-utils-4.9
aufs? (
|| (
sys-fs/aufs3
@@ -66,7 +72,7 @@
DEVPTS_MULTIPLE_INSTANCES
CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED
MACVLAN VETH BRIDGE
-   NF_NAT_IPV4 IP_NF_TARGET_MASQUERADE
+   NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE
NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK
NF_NAT NF_NAT_NEEDED
 



1.33 app-emulation/docker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   26 Nov 2014 15:51:10 -  1.32
+++ ChangeLog   26 Nov 2014 16:13:29 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.32 
2014/11/26 15:51:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.33 
2014/11/26 16:13:29 xarthisius Exp $
+
+  26 Nov 2014; Kacper Kowalik xarthis...@gentoo.org docker-1.3.2.ebuild:
+  Update with ebuild from Tianon's overlay
 
   26 Nov 2014; Kacper Kowalik xarthis...@gentoo.org metadata.xml:
   Add myself as co-maintainer






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.4.2.ebuild llvm-9999.ebuild llvm-3.5.0.ebuild llvm-3.4.1-r2.ebuild llvm-3.3.ebuild

2014-11-26 Thread Bernard Cafarelli (voyageur)
voyageur14/11/26 16:13:33

  Modified: ChangeLog llvm-3.4.2.ebuild llvm-.ebuild
llvm-3.5.0.ebuild
  Removed:  llvm-3.4.1-r2.ebuild llvm-3.3.ebuild
  Log:
  Keep one major version for older releases. Add pax marking for 
lli-child-target, thanks Nikoli in bug #52
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.211sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.211view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.211content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.210r2=1.211

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog   10 Nov 2014 20:37:57 -  1.210
+++ ChangeLog   26 Nov 2014 16:13:33 -  1.211
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.210 2014/11/10 
20:37:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.211 2014/11/26 
16:13:33 voyageur Exp $
+
+  26 Nov 2014; Bernard Cafarelli voyag...@gentoo.org -llvm-3.3.ebuild,
+  -llvm-3.4.1-r2.ebuild, llvm-3.4.2.ebuild, llvm-3.5.0.ebuild,
+  llvm-.ebuild:
+  Keep one major version for older releases. Add pax marking for
+  lli-child-target, thanks Nikoli in bug #52
 
   10 Nov 2014; Fabian Groffen grob...@gentoo.org llvm-3.4.2.ebuild,
   llvm-3.5.0.ebuild, llvm-.ebuild, +files/clang-3.4-darwin_build_fix.patch,



1.5  sys-devel/llvm/llvm-3.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?r1=1.4r2=1.5

Index: llvm-3.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.4.2.ebuild   10 Nov 2014 20:37:57 -  1.4
+++ llvm-3.4.2.ebuild   26 Nov 2014 16:13:33 -  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/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.4 
2014/11/10 20:37:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.5 
2014/11/26 16:13:33 voyageur Exp $
 
 EAPI=5
 
@@ -366,9 +366,11 @@
if use debug; then
pax-mark m Debug+Asserts+Checks/bin/llvm-rtdyld
pax-mark m Debug+Asserts+Checks/bin/lli
+   pax-mark m Debug+Asserts+Checks/bin/lli-child-target
else
pax-mark m Release/bin/llvm-rtdyld
pax-mark m Release/bin/lli
+   pax-mark m Release/bin/lli-child-target
fi
 }
 



1.94 sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.93r2=1.94

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- llvm-.ebuild10 Nov 2014 20:37:57 -  1.93
+++ llvm-.ebuild26 Nov 2014 16:13:33 -  1.94
@@ -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-devel/llvm/llvm-.ebuild,v 1.93 
2014/11/10 20:37:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.94 
2014/11/26 16:13:33 voyageur Exp $
 
 EAPI=5
 
@@ -304,9 +304,11 @@
if use debug; then
pax-mark m Debug+Asserts+Checks/bin/llvm-rtdyld
pax-mark m Debug+Asserts+Checks/bin/lli
+   pax-mark m Debug+Asserts+Checks/bin/lli-child-target
else
pax-mark m Release/bin/llvm-rtdyld
pax-mark m Release/bin/lli
+   pax-mark m Release/bin/lli-child-target
fi
 }
 



1.6  sys-devel/llvm/llvm-3.5.0.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in net-p2p/torrentinfo: torrentinfo-1.8.6.ebuild ChangeLog

2014-11-26 Thread Pacho Ramos (pacho)
pacho   14/11/26 16:14:20

  Modified: torrentinfo-1.8.6.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild

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

Index: torrentinfo-1.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- torrentinfo-1.8.6.ebuild6 Jul 2014 12:54:59 -   1.6
+++ torrentinfo-1.8.6.ebuild26 Nov 2014 16:14:20 -  1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.6 
2014/07/06 12:54:59 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.7 
2014/11/26 16:14:20 pacho Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.16 net-p2p/torrentinfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   6 Jul 2014 12:54:59 -   1.15
+++ ChangeLog   26 Nov 2014 16:14:20 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/torrentinfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.15 
2014/07/06 12:54:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.16 
2014/11/26 16:14:20 pacho Exp $
+
+  26 Nov 2014; Pacho Ramos pa...@gentoo.org torrentinfo-1.8.6.ebuild:
+  Support python 3.4
 
   06 Jul 2014; Michał Górny mgo...@gentoo.org torrentinfo-1.8.4.ebuild,
   torrentinfo-1.8.6.ebuild:






[gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.7.8.ebuild

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 16:15:34

  Modified: ChangeLog vifm-0.7.8.ebuild
  Log:
  Fix bug #527580. Thanks to jer
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.48 app-misc/vifm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   26 Nov 2014 15:29:13 -  1.47
+++ ChangeLog   26 Nov 2014 16:15:34 -  1.48
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.47 2014/11/26 
15:29:13 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.48 2014/11/26 
16:15:34 nimiux Exp $
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org vifm-0.7.8.ebuild,
+  +files/vifm-0.7.8-fix-ncurses-tinfo.patch:
+  Fix bug #527580. Thanks to jer
 
   26 Nov 2014; Chema Alonso nim...@gentoo.org metadata.xml:
   Update use flags



1.2  app-misc/vifm/vifm-0.7.8.ebuild

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

Index: vifm-0.7.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vifm-0.7.8.ebuild   26 Nov 2014 14:41:05 -  1.1
+++ vifm-0.7.8.ebuild   26 Nov 2014 16:15:34 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v 1.1 
2014/11/26 14:41:05 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v 1.2 
2014/11/26 16:15:34 nimiux Exp $
 
 EAPI=5
 
-inherit base vim-doc
+inherit autotools eutils vim-doc
 
 DESCRIPTION=Console file manager with vi(m)-like keybindings
 HOMEPAGE=http://vifm.sourceforge.net/;
@@ -27,7 +27,12 @@
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
 
 
-DOCS=( AUTHORS FAQ NEWS README TODO )
+DOCS=AUTHORS FAQ NEWS README TODO
+
+src_prepare() {
+   epatch ${FILESDIR}/${P}-fix-ncurses-tinfo.patch
+   eautoreconf
+}
 
 src_configure() {
econf \
@@ -38,8 +43,13 @@
$(use_with X X11)
 }
 
+src_compile() {
+   default
+}
+
 src_install() {
-   base_src_install
+   einstall
+   dodoc ${DOCS}
 
if use vim; then
local t






[gentoo-commits] gentoo-x86 commit in app-misc/vifm/files: vifm-0.7.8-fix-ncurses-tinfo.patch

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 16:15:34

  Added:vifm-0.7.8-fix-ncurses-tinfo.patch
  Log:
  Fix bug #527580. Thanks to jer
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.1  app-misc/vifm/files/vifm-0.7.8-fix-ncurses-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/files/vifm-0.7.8-fix-ncurses-tinfo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/files/vifm-0.7.8-fix-ncurses-tinfo.patch?rev=1.1content-type=text/plain

Index: vifm-0.7.8-fix-ncurses-tinfo.patch
===
diff -Nuar a/configure.ac b/configure.ac
--- a/configure.ac  2014-10-25 17:09:35.0 +0200
+++ b/configure.ac  2014-11-26 16:42:50.22426 +0100
@@ -335,7 +335,9 @@
if test x$vifm_cv_curses = x/usr -a -d /usr/include/${curses_lib_name}; 
then
CPPFLAGS=$CPPFLAGS -I/usr/include/${curses_lib_name}
fi
-   ncurses_found=yes])
+   ncurses_found=yes]
+   AC_SEARCH_LIBS([curs_set], [tinfo],,
+   AC_MSG_ERROR(could not find a library providing curs_set)))
 dnl If libncursesw is not found on OS X, check for libncurses.  On OS X it has
 dnl support of wide characters.
 if test -n $OSX_HOST -a x$ncurses_found != xyes; then






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

2014-11-26 Thread Jason Zaman
commit: 30ac48af98cd4789dcfcb897a969d51233844db4
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Nov 25 20:04:56 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Nov 26 12:28:11 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=30ac48af

Allow admin users to manage user tmp chr_files

Needed when building initrds.

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

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index eba23be..1d5370c 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -1249,6 +1249,8 @@ template(`userdom_admin_user_template',`
allow $1_t self:netlink_kobject_uevent_socket 
create_socket_perms;
# Moved out of files_relabel_non_auth_files as it cannot be 
used in tunable_policy otherwise
seutil_relabelto_bin_policy($1_t)
+   # allow to manage chr_files in user_tmp (for initrd's)
+   userdom_manage_user_tmp_chr_files($1_t)
')
 ')
 



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

2014-11-26 Thread Jason Zaman
commit: 3f6c14f9b89350b60e83e5f7764b7a095df7b005
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Nov 25 20:00:07 2014 +
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Wed Nov 26 12:28:11 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3f6c14f9

Introduce userdom_manage_user_tmp_chr_files interface

---
 policy/modules/system/userdomain.if | 20 
 1 file changed, 20 insertions(+)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index 16a95cc..eba23be 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -3630,3 +3630,23 @@ interface(`userdom_manage_all_user_home_content',`
manage_fifo_files_pattern($1, user_home_content_type, 
user_home_content_type)
manage_sock_files_pattern($1, user_home_content_type, 
user_home_content_type)
 ')
+
+
+## summary
+## Create, read, write, and delete user
+## temporary character files.
+## /summary
+## param name=domain
+## summary
+## Domain allowed access.
+## /summary
+## /param
+#
+interface(`userdom_manage_user_tmp_chr_files',`
+   gen_require(`
+   type user_tmp_t;
+   ')
+
+   manage_chr_files_pattern($1, user_tmp_t, user_tmp_t)
+   files_search_tmp($1)
+')



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

2014-11-26 Thread Alex Brandt (alunduil)
alunduil14/11/26 16:26:50

  Modified: metadata.xml ChangeLog
  Log:
  add alunduil as maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.3  dev-python/pyrax/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml10 Jul 2013 20:29:57 -  1.2
+++ metadata.xml26 Nov 2014 16:26:50 -  1.3
@@ -6,6 +6,10 @@
 emailprometheanf...@gentoo.org/email
 nameMatthew Thode/name
   /maintainer
+  maintainer
+emailalund...@gentoo.org/email
+nameAlex Brandt/name
+  /maintainer
   longdescription lang=en
 Python SDK for OpenStack/Rackspace APIs
pyrax should work with most OpenStack-based cloud deployments,



1.16 dev-python/pyrax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   24 Nov 2014 01:23:53 -  1.15
+++ ChangeLog   26 Nov 2014 16:26:50 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyrax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.15 
2014/11/24 01:23:53 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.16 
2014/11/26 16:26:50 alunduil Exp $
+
+  26 Nov 2014; Alex Brandt alund...@gentoo.org metadata.xml:
+  add alunduil as maintainer
 
 *pyrax-1.9.3 (24 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-misc/rlwrap: rlwrap-0.42.ebuild ChangeLog

2014-11-26 Thread JosA MarAa Alonso (nimiux)
nimiux  14/11/26 16:29:08

  Modified: ChangeLog
  Added:rlwrap-0.42.ebuild
  Log:
  Bump to version 0.42. Bug #529606 by Hans Lub
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
F253DB15)

Revision  ChangesPath
1.30 app-misc/rlwrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   2 Nov 2014 11:08:43 -   1.29
+++ ChangeLog   26 Nov 2014 16:29:08 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/rlwrap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.29 2014/11/02 
11:08:43 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.30 2014/11/26 
16:29:08 nimiux Exp $
+
+*rlwrap-0.42 (26 Nov 2014)
+
+  26 Nov 2014; Chema Alonso nim...@gentoo.org +rlwrap-0.42.ebuild:
+  Bump to version 0.42. Bug #529606 by Hans Lub
 
 *rlwrap-0.41 (02 Nov 2014)
 



1.1  app-misc/rlwrap/rlwrap-0.42.ebuild

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

Index: rlwrap-0.42.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v 1.1 
2014/11/26 16:29:08 nimiux Exp $

EAPI=5

DESCRIPTION=GNU readline wrapper
HOMEPAGE=http://utopia.knoware.nl/~hlub/uck/rlwrap/;
SRC_URI=http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz;

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

RDEPEND=sys-libs/readline
DEPEND=${RDEPEND}

src_configure() {
econf \
$(use_enable debug)
}

src_install() {
emake DESTDIR=${D} install || die
dodoc AUTHORS BUGS ChangeLog NEWS README # PLEA TODO
}






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure/herds: herds.xml

2014-11-26 Thread Aaron Swenson (titanofold)
titanofold14/11/26 16:30:02

  Modified: herds.xml
  Log:
  Adding myself to Perl herd

Revision  ChangesPath
1.1127   xml/htdocs/proj/en/metastructure/herds/herds.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1127view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1127content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?r1=1.1126r2=1.1127

Index: herds.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v
retrieving revision 1.1126
retrieving revision 1.1127
diff -u -r1.1126 -r1.1127
--- herds.xml   14 Nov 2014 22:21:57 -  1.1126
+++ herds.xml   26 Nov 2014 16:30:02 -  1.1127
@@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
 
-   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1126 
2014/11/14 22:21:57 bircoph Exp $
+   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1127 
2014/11/26 16:30:02 titanofold Exp $
 
 --
 herds
@@ -400,6 +400,10 @@
 emailzlog...@gentoo.org/email
 nameMikle Kolyada/name
   /maintainer
+maintainer
+emailtitanof...@gentoo.org/email
+nameAaron W. Swenson/name
+  /maintainer
 /herd
 herd
   nameprefix/name






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

2014-11-26 Thread Alexis Ballier (aballier)
aballier14/11/26 16:48:43

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



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

2014-11-26 Thread Alexis Ballier (aballier)
aballier14/11/26 16:49:46

  Added:metadata.xml ChangeLog jmespath-0.5.0.ebuild
  Log:
  initial import, ebuild by me
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jmespath/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jmespath/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
herdpython/herd
maintainer
emailaball...@gentoo.org/email
nameAlexis Ballier/name
descriptionPython team can take the package if they wish./description
/maintainer
/pkgmetadata



1.1  dev-python/jmespath/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/jmespath
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jmespath/ChangeLog,v 1.1 
2014/11/26 16:49:46 aballier Exp $

*jmespath-0.5.0 (26 Nov 2014)

  26 Nov 2014; Alexis Ballier aball...@gentoo.org +jmespath-0.5.0.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1  dev-python/jmespath/jmespath-0.5.0.ebuild

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

Index: jmespath-0.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jmespath/jmespath-0.5.0.ebuild,v 
1.1 2014/11/26 16:49:46 aballier Exp $

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

inherit distutils-r1

DESCRIPTION=JSON Matching Expressions
HOMEPAGE=https://github.com/boto/jmespath 
https://pypi.python.org/pypi/jmespath;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

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

RDEPEND=

python_test() {
nosetests || die
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libksba: libksba-1.3.2.ebuild ChangeLog

2014-11-26 Thread Jeroen Roovers (jer)
jer 14/11/26 16:56:29

  Modified: libksba-1.3.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530634).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-libs/libksba/libksba-1.3.2.ebuild

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

Index: libksba-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libksba-1.3.2.ebuild26 Nov 2014 01:00:16 -  1.2
+++ libksba-1.3.2.ebuild26 Nov 2014 16:56:28 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.2 
2014/11/26 01:00:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.3 
2014/11/26 16:56:28 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-3+ GPL-2+ GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=static-libs
 
 RDEPEND==dev-libs/libgpg-error-1.8



1.155dev-libs/libksba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   26 Nov 2014 01:00:16 -  1.154
+++ ChangeLog   26 Nov 2014 16:56:28 -  1.155
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libksba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.154 
2014/11/26 01:00:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.155 
2014/11/26 16:56:28 jer Exp $
+
+  26 Nov 2014; Jeroen Roovers j...@gentoo.org libksba-1.3.2.ebuild:
+  Stable for HPPA (bug #530634).
 
   26 Nov 2014; Tim Harder radher...@gentoo.org libksba-1.3.0.ebuild,
   libksba-1.3.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild ChangeLog

2014-11-26 Thread Jeroen Roovers (jer)
jer 14/11/26 16:59:02

  Modified: ruby-2.0.0_p598.ebuild ruby-1.9.3_p551.ebuild
ChangeLog
  Log:
  Stable for HPPA (bug #529216).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-lang/ruby/ruby-2.0.0_p598.ebuild

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

Index: ruby-2.0.0_p598.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-2.0.0_p598.ebuild  26 Nov 2014 14:31:57 -  1.3
+++ ruby-2.0.0_p598.ebuild  26 Nov 2014 16:59:02 -  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-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.3 
2014/11/26 14:31:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p598.ebuild,v 1.4 
2014/11/26 16:59:02 jer Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline sse2
 
 RDEPEND=



1.4  dev-lang/ruby/ruby-1.9.3_p551.ebuild

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

Index: ruby-1.9.3_p551.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-1.9.3_p551.ebuild  26 Nov 2014 14:31:57 -  1.3
+++ ruby-1.9.3_p551.ebuild  26 Nov 2014 16:59:02 -  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-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.3 
2014/11/26 14:31:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.4 
2014/11/26 16:59:02 jer Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-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=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline +yaml #libedit
 
 # libedit support is removed everywhere because of this upstream bug:



1.686dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- ChangeLog   26 Nov 2014 14:31:57 -  1.685
+++ ChangeLog   26 Nov 2014 16:59:02 -  1.686
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.685 2014/11/26 
14:31:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.686 2014/11/26 
16:59:02 jer Exp $
+
+  26 Nov 2014; Jeroen Roovers j...@gentoo.org ruby-1.9.3_p551.ebuild,
+  ruby-2.0.0_p598.ebuild:
+  Stable for HPPA (bug #529216).
 
   26 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p551.ebuild,
   ruby-2.0.0_p598.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pyrax: ChangeLog pyrax-1.4.7.ebuild pyrax-1.3.6.ebuild pyrax-1.4.7-r1.ebuild pyrax-1.4.3.ebuild pyrax-1.6.1.ebuild

2014-11-26 Thread Alex Brandt (alunduil)
alunduil14/11/26 17:03:24

  Modified: ChangeLog
  Removed:  pyrax-1.4.7.ebuild pyrax-1.3.6.ebuild
pyrax-1.4.7-r1.ebuild pyrax-1.4.3.ebuild
pyrax-1.6.1.ebuild
  Log:
  prune pyrax versions—keep three
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.17 dev-python/pyrax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   26 Nov 2014 16:26:50 -  1.16
+++ ChangeLog   26 Nov 2014 17:03:24 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyrax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.16 
2014/11/26 16:26:50 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.17 
2014/11/26 17:03:24 alunduil Exp $
+
+  26 Nov 2014; Alex Brandt alund...@gentoo.org -pyrax-1.3.6.ebuild,
+  -pyrax-1.4.3.ebuild, -pyrax-1.4.7-r1.ebuild, -pyrax-1.4.7.ebuild,
+  -pyrax-1.6.1.ebuild:
+  prune pyrax versions—keep three
 
   26 Nov 2014; Alex Brandt alund...@gentoo.org metadata.xml:
   add alunduil as maintainer






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

2014-11-26 Thread Michael Palimaka
commit: 22fb2e858d043311d2594b3f3c340ce9f6cf3703
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Nov 26 17:18:17 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Nov 26 17:18:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=22fb2e85

[kde-apps/kdebase-kioslaves] Cleanup minimal USE flag wrt upstream bug #339792.

Package-Manager: portage-2.2.14

---
 kde-apps/kdebase-kioslaves/kdebase-kioslaves-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/kdebase-kioslaves/kdebase-kioslaves-.ebuild 
b/kde-apps/kdebase-kioslaves/kdebase-kioslaves-.ebuild
index e1deae5..a211ec8 100644
--- a/kde-apps/kdebase-kioslaves/kdebase-kioslaves-.ebuild
+++ b/kde-apps/kdebase-kioslaves/kdebase-kioslaves-.ebuild
@@ -54,7 +54,6 @@ src_install() {
kde4-meta_src_install
 
if use minimal; then
-   rm ${D}/usr/lib64/libmolletnetwork.so 
${D}/usr/share/config.kcfg/jpegcreatorsettings.kcfg
-   rmdir ${D}/usr/share/config.kcfg/
+   rm -rf ${D}/usr/share/config.kcfg/
fi
 }



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

2014-11-26 Thread Michael Palimaka
commit: a13f19ddf35018d41ae262afcbcfaab180c2d4c4
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Nov 26 17:29:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Nov 26 17:29:14 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a13f19dd

[kde-apps/libkexiv2] Raise media-gfx/exiv2 dependency wrt bug #530698.

Package-Manager: portage-2.2.14

---
 kde-apps/libkexiv2/libkexiv2-14.11.95.ebuild | 2 +-
 kde-apps/libkexiv2/libkexiv2-5..ebuild   | 2 +-
 kde-apps/libkexiv2/libkexiv2-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/libkexiv2/libkexiv2-14.11.95.ebuild 
b/kde-apps/libkexiv2/libkexiv2-14.11.95.ebuild
index 8420483..14301b7 100644
--- a/kde-apps/libkexiv2/libkexiv2-14.11.95.ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-14.11.95.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=
 IUSE=debug +xmp
 
 DEPEND=
-   =media-gfx/exiv2-0.20:=[xmp=]
+   =media-gfx/exiv2-0.24:=[xmp=]
virtual/jpeg:0
 
 RDEPEND=${DEPEND}

diff --git a/kde-apps/libkexiv2/libkexiv2-5..ebuild 
b/kde-apps/libkexiv2/libkexiv2-5..ebuild
index 4549bfc..d5ca4cb 100644
--- a/kde-apps/libkexiv2/libkexiv2-5..ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-5..ebuild
@@ -22,6 +22,6 @@ DEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   =media-gfx/exiv2-0.21:=[xmp=]
+   =media-gfx/exiv2-0.24:=[xmp=]
 
 RDEPEND=${DEPEND}

diff --git a/kde-apps/libkexiv2/libkexiv2-.ebuild 
b/kde-apps/libkexiv2/libkexiv2-.ebuild
index 8420483..14301b7 100644
--- a/kde-apps/libkexiv2/libkexiv2-.ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-.ebuild
@@ -11,7 +11,7 @@ KEYWORDS=
 IUSE=debug +xmp
 
 DEPEND=
-   =media-gfx/exiv2-0.20:=[xmp=]
+   =media-gfx/exiv2-0.24:=[xmp=]
virtual/jpeg:0
 
 RDEPEND=${DEPEND}



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

2014-11-26 Thread Michael Palimaka
commit: 77ce971baec1b0e558bcf6207ba1d7690f1a2dbc
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Wed Nov 26 12:33:54 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Nov 26 17:31:21 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77ce971b

[kde-base/systemsettings] Update dependency on kde-gtk-config

Package-Manager: portage-2.2.14

---
 kde-base/systemsettings/systemsettings-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/systemsettings/systemsettings-.ebuild 
b/kde-base/systemsettings/systemsettings-.ebuild
index 84dd827..8b84134 100644
--- a/kde-base/systemsettings/systemsettings-.ebuild
+++ b/kde-base/systemsettings/systemsettings-.ebuild
@@ -35,6 +35,6 @@ DEPEND=
dev-qt/qtwidgets:5
 
 RDEPEND=${DEPEND}
-   gtk? ( $(add_kdebase_dep kde-gtk-config ) )
+   gtk? ( $(add_kdeapps_dep kde-gtk-config ) )
!kde-base/systemsettings:4
 



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

2014-11-26 Thread Michal Gorny (mgorny)
mgorny  14/11/26 17:40:33

  Modified: pymountboot-.ebuild ChangeLog
  Log:
  Add py3.4 to - as well.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 dev-python/pymountboot/pymountboot-.ebuild

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

Index: pymountboot-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pymountboot-.ebuild 6 Jul 2014 13:18:35 -   1.9
+++ pymountboot-.ebuild 26 Nov 2014 17:40:33 -  1.10
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-.ebuild,v 1.9 
2014/07/06 13:18:35 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-.ebuild,v 1.10 
2014/11/26 17:40:33 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.17 dev-python/pymountboot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   24 Nov 2014 12:50:23 -  1.16
+++ ChangeLog   26 Nov 2014 17:40:33 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pymountboot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.16 
2014/11/24 12:50:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.17 
2014/11/26 17:40:33 mgorny Exp $
+
+  26 Nov 2014; Michał Górny mgo...@gentoo.org pymountboot-.ebuild:
+  Add py3.4 to - as well.
 
   24 Nov 2014; Pacho Ramos pa...@gentoo.org pymountboot-0.2.2.ebuild:
   Support python 3.4






[gentoo-commits] gentoo-x86 commit in sec-policy/selinux-accountsd: selinux-accountsd-9999.ebuild ChangeLog

2014-11-26 Thread Sven Vermeulen (swift)
swift   14/11/26 17:44:20

  Modified: selinux-accountsd-.ebuild ChangeLog
  Log:
  SELinux accountsd policy has hard dependency on DBus type availability
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.4  sec-policy/selinux-accountsd/selinux-accountsd-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild?r1=1.3r2=1.4

Index: selinux-accountsd-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- selinux-accountsd-.ebuild   1 Nov 2014 16:13:41 -   1.3
+++ selinux-accountsd-.ebuild   26 Nov 2014 17:44:20 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild,v
 1.3 2014/11/01 16:13:41 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/selinux-accountsd-.ebuild,v
 1.4 2014/11/26 17:44:20 swift Exp $
 EAPI=5
 
 IUSE=
@@ -15,3 +15,8 @@
 else
KEYWORDS=~amd64 ~x86
 fi
+
+DEPEND=${DEPEND}
+   sec-policy/selinux-dbus
+
+RDEPEND=${DEPEND}



1.16 sec-policy/selinux-accountsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   1 Nov 2014 17:38:34 -   1.15
+++ ChangeLog   26 Nov 2014 17:44:20 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sec-policy/selinux-accountsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog,v 
1.15 2014/11/01 17:38:34 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-accountsd/ChangeLog,v 
1.16 2014/11/26 17:44:20 swift Exp $
+
+  26 Nov 2014; Sven Vermeulen sw...@gentoo.org selinux-accountsd-.ebuild:
+  SELinux accountsd policy has hard dependency on DBus type availability
 
   01 Nov 2014; Sven Vermeulen sw...@gentoo.org
   selinux-accountsd-2.20140311-r6.ebuild:






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

2014-11-26 Thread Michael Palimaka
commit: 15c0583103e82bfa844fad04eb4211da25a23f50
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Nov 26 17:44:48 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Nov 26 17:44:48 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=15c05831

[kde-apps/khangman] Add missing dependency.

Package-Manager: portage-2.2.14

---
 kde-apps/khangman/khangman-14.11.95.ebuild | 1 +
 kde-apps/khangman/khangman-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/khangman/khangman-14.11.95.ebuild 
b/kde-apps/khangman/khangman-14.11.95.ebuild
index b7cffbc..7c89514 100644
--- a/kde-apps/khangman/khangman-14.11.95.ebuild
+++ b/kde-apps/khangman/khangman-14.11.95.ebuild
@@ -31,5 +31,6 @@ DEPEND=
media-libs/phonon[qt5]
 
 RDEPEND=${DEPEND}
+   $(add_kdeapps_dep kdeedu-data)
!kde-base/khangman:4
 

diff --git a/kde-apps/khangman/khangman-.ebuild 
b/kde-apps/khangman/khangman-.ebuild
index b7cffbc..7c89514 100644
--- a/kde-apps/khangman/khangman-.ebuild
+++ b/kde-apps/khangman/khangman-.ebuild
@@ -31,5 +31,6 @@ DEPEND=
media-libs/phonon[qt5]
 
 RDEPEND=${DEPEND}
+   $(add_kdeapps_dep kdeedu-data)
!kde-base/khangman:4
 



  1   2   >