[gentoo-commits] gentoo-x86 commit in games-roguelike/mazesofmonad: mazesofmonad-1.0.9-r2.ebuild ChangeLog

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/04 06:39:39

  Modified: mazesofmonad-1.0.9-r2.ebuild ChangeLog
  Log:
  Ported to time-1.5 (comes with ghc-7.10), bug #556622 by Toralf Förster.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild

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

Index: mazesofmonad-1.0.9-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mazesofmonad-1.0.9-r2.ebuild7 Feb 2015 06:23:14 -   1.3
+++ mazesofmonad-1.0.9-r2.ebuild4 Aug 2015 06:39:39 -   1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild,v
 1.3 2015/02/07 06:23:14 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild,v
 1.4 2015/08/04 06:39:39 slyfox Exp $
 
 EAPI=5
 CABAL_FEATURES="bin"
-inherit haskell-cabal games
+inherit eutils haskell-cabal games
 
 MY_PN=MazesOfMonad
 MY_P=${MY_PN}-${PV}
@@ -27,7 +27,9 @@
dev-haskell/hunit
dev-haskell/mtl
dev-haskell/random
-   dev-haskell/regex-posix"
+   dev-haskell/regex-posix
+   dev-haskell/time-locale-compat
+"
 
 S=${WORKDIR}/${MY_P}
 
@@ -36,6 +38,10 @@
haskell-cabal_pkg_setup
 }
 
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.0.9-time-1.5.patch
+}
+
 src_configure() {
haskell-cabal_src_configure \
--prefix="${GAMES_PREFIX}"



1.8  games-roguelike/mazesofmonad/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   7 Feb 2015 06:23:14 -   1.7
+++ ChangeLog   4 Aug 2015 06:39:39 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/mazesofmonad
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/ChangeLog,v 
1.7 2015/02/07 06:23:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/ChangeLog,v 
1.8 2015/08/04 06:39:39 slyfox Exp $
+
+  04 Aug 2015; Sergei Trofimovich 
+  +files/mazesofmonad-1.0.9-time-1.5.patch, mazesofmonad-1.0.9-r2.ebuild:
+  Ported to time-1.5 (comes with ghc-7.10), bug #556622 by Toralf Förster.
 
   07 Feb 2015; Michael Sterrett 
   mazesofmonad-1.0.9-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in games-roguelike/mazesofmonad/files: mazesofmonad-1.0.9-time-1.5.patch

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/04 06:39:39

  Added:mazesofmonad-1.0.9-time-1.5.patch
  Log:
  Ported to time-1.5 (comes with ghc-7.10), bug #556622 by Toralf Förster.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  
games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch?rev=1.1&content-type=text/plain

Index: mazesofmonad-1.0.9-time-1.5.patch
===
diff --git a/MazesOfMonad.cabal b/MazesOfMonad.cabal
index db5e5bf..c3b427b 100644
--- a/MazesOfMonad.cabal
+++ b/MazesOfMonad.cabal
@@ -34,3 +34,3 @@ Executable mazesofmonad
 regex-posix, containers, filepath, directory, pretty, 
-array, mtl, old-locale, time
+array, mtl, old-locale, time, time-locale-compat 
 
diff --git a/src/MoresmauJP/Rpg/Save.hs b/src/MoresmauJP/Rpg/Save.hs
index 12965b7..238b9b9 100644
--- a/src/MoresmauJP/Rpg/Save.hs
+++ b/src/MoresmauJP/Rpg/Save.hs
@@ -10,2 +10,3 @@ import Data.Maybe
 import Data.Time
+import qualified Data.Time.Locale.Compat as DTLC
 
@@ -112,3 +113,3 @@ listGames rs name= do
   if isJust $ bckGame bs 
-then return $ Just (dropExtension x,formatTime defaultTimeLocale 
(iso8601DateFormat $ Just "%R") $ bckDate bs) 
+then return $ Just (dropExtension x,formatTime DTLC.defaultTimeLocale 
(DTLC.iso8601DateFormat $ Just "%R") $ bckDate bs) 
 else return Nothing






[gentoo-commits] gentoo-x86 commit in games-roguelike/mazesofmonad/files: - New directory

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/04 06:38:04

  Log:
  Directory /var/cvsroot/gentoo-x86/games-roguelike/mazesofmonad/files added to 
the repository



[gentoo-commits] gentoo-x86 commit in dev-python/d2to1: d2to1-0.2.12.ebuild ChangeLog

2015-08-03 Thread Patrick Lauer (patrick)
patrick 15/08/04 06:37:50

  Modified: ChangeLog
  Added:d2to1-0.2.12.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 dev-python/d2to1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/d2to1/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   8 Apr 2015 08:04:51 -   1.14
+++ ChangeLog   4 Aug 2015 06:37:50 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/d2to1
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/d2to1/ChangeLog,v 1.14 
2015/04/08 08:04:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/d2to1/ChangeLog,v 1.15 
2015/08/04 06:37:50 patrick Exp $
+
+*d2to1-0.2.12 (04 Aug 2015)
+
+  04 Aug 2015; Patrick Lauer  +d2to1-0.2.12.ebuild:
+  Bump
 
   08 Apr 2015; Michał Górny  d2to1-0.2.10.ebuild:
   Drop old Python implementations



1.1  dev-python/d2to1/d2to1-0.2.12.ebuild

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

Index: d2to1-0.2.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/d2to1/d2to1-0.2.12.ebuild,v 1.1 
2015/08/04 06:37:50 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Allows using distutils2-like setup.cfg files for a package 
metadata"
HOMEPAGE="http://pypi.python.org/pypi/d2to1";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

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






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

2015-08-03 Thread Justin Lecher (jlec)
jlec15/08/04 06:24:31

  Modified: ChangeLog
  Added:django-oauth-plus-2.2.8.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.15 dev-python/django-oauth-plus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   18 Mar 2015 07:41:38 -  1.14
+++ ChangeLog   4 Aug 2015 06:24:31 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-oauth-plus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.14 2015/03/18 07:41:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.15 2015/08/04 06:24:31 jlec Exp $
+
+*django-oauth-plus-2.2.8 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher  +django-oauth-plus-2.2.8.ebuild:
+  Version Bump
 
 *django-oauth-plus-2.2.6 (18 Mar 2015)
 



1.1  dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild

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

Index: django-oauth-plus-2.2.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild,v
 1.1 2015/08/04 06:24:31 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )
# Testsuite written for py2 only, no indication given in source

inherit distutils-r1

DESCRIPTION="Support of OAuth 1.0a in Django using python-oauth2"
HOMEPAGE="http://pypi.python.org/pypi/django-oauth-plus 
http://code.welldev.org/django-oauth-plus/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND="
>=dev-python/django-1.3[${PYTHON_USEDEP}]
>=dev-python/oauth2-1.5.170[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}] )"

python_test() {
PYTHONPATH=.:oauth_provider
if "${PYTHON}" oauth_provider/runtests/runtests.py; then
einfo "Testsuite passed under ${EPYTHON}"
else
die "Testsuite failed under ${EPYTHON}"
fi
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban/files: fail2ban-0.9.2-logrotate.patch fail2ban-0.9.2-initd.patch

2015-08-03 Thread Jeroen Roovers (jer)
jer 15/08/04 06:22:14

  Added:fail2ban-0.9.2-logrotate.patch
fail2ban-0.9.2-initd.patch
  Log:
  Fix bashisms and do not direct useful output to /dev/null (bug #536320). 
Remove global logrotate settings (bug #549856).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/fail2ban/files/fail2ban-0.9.2-logrotate.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.2-logrotate.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.2-logrotate.patch?rev=1.1&content-type=text/plain

Index: fail2ban-0.9.2-logrotate.patch
===
--- a/files/fail2ban-logrotate
+++ b/files/fail2ban-logrotate
@@ -9,9 +9,7 @@
 #  http://pkgs.fedoraproject.org/cgit/fail2ban.git/tree/fail2ban-logrotate
 
 /var/log/fail2ban.log {
-rotate 7
 missingok
-compress
 postrotate
   /usr/bin/fail2ban-client flushlogs  1>/dev/null || true
 endscript



1.1  net-analyzer/fail2ban/files/fail2ban-0.9.2-initd.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.2-initd.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-0.9.2-initd.patch?rev=1.1&content-type=text/plain

Index: fail2ban-0.9.2-initd.patch
===
--- a/files/gentoo-initd
+++ b/files/gentoo-initd
@@ -38,19 +38,19 @@
# bug 347477
rm -rf /run/fail2ban/fail2ban.sock || return 1
fi
-   ${FAIL2BAN} start &> /dev/null
+   ${FAIL2BAN} start
eend $? "Failed to start fail2ban"
 }
 
 stop() {
ebegin "Stopping fail2ban"
-   ${FAIL2BAN} stop &> /dev/null
+   ${FAIL2BAN} stop
eend $? "Failed to stop fail2ban"
 }
 
 reload() {
ebegin "Reloading fail2ban"
-   ${FAIL2BAN} reload > /dev/null
+   ${FAIL2BAN} reload
eend $? "Failed to reload fail2ban"
 }
 






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

2015-08-03 Thread Jeroen Roovers (jer)
jer 15/08/04 06:22:15

  Modified: fail2ban-.ebuild ChangeLog
  Added:fail2ban-0.9.2-r1.ebuild
  Log:
  Fix bashisms and do not direct useful output to /dev/null (bug #536320). 
Remove global logrotate settings (bug #549856).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.8  net-analyzer/fail2ban/fail2ban-.ebuild

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

Index: fail2ban-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fail2ban-.ebuild31 Jul 2015 13:53:49 -  1.7
+++ fail2ban-.ebuild4 Aug 2015 06:22:14 -   1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-.ebuild,v 1.7 
2015/07/31 13:53:49 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-.ebuild,v 1.8 
2015/08/04 06:22:14 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1 git-r3 systemd vcs-snapshot
+inherit distutils-r1 eutils git-r3 systemd vcs-snapshot
 
 DESCRIPTION="scans log files and bans IPs that show malicious signs"
 HOMEPAGE="http://www.fail2ban.org/";
@@ -17,7 +17,6 @@
 KEYWORDS=""
 IUSE="selinux systemd"
 
-DEPEND=""
 RDEPEND="
net-firewall/iptables
net-misc/whois
@@ -40,6 +39,12 @@
# Replace /var/run with /run, but not in the top source directory
sed -i -e 's|/var\(/run/fail2ban\)|\1|g' $( find . -type f -mindepth 2 
) || die
 
+   # Fix bashisms and do not direct useful output to /dev/null (bug 
#536320)
+   # Remove global logrotate settings (bug #549856)
+   epatch \
+   "${FILESDIR}"/${PN}-0.9.2-initd.patch \
+   "${FILESDIR}"/${PN}-0.9.2-logrotate.patch
+
distutils-r1_src_prepare
 }
 



1.168net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   4 Aug 2015 05:57:28 -   1.167
+++ ChangeLog   4 Aug 2015 06:22:14 -   1.168
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.167 
2015/08/04 05:57:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.168 
2015/08/04 06:22:14 jer Exp $
+
+*fail2ban-0.9.2-r1 (04 Aug 2015)
+
+  04 Aug 2015; Jeroen Roovers  +fail2ban-0.9.2-r1.ebuild,
+  fail2ban-.ebuild, +files/fail2ban-0.9.2-initd.patch,
+  +files/fail2ban-0.9.2-logrotate.patch:
+  Fix bashisms and do not direct useful output to /dev/null (bug #536320).
+  Remove global logrotate settings (bug #549856).
 
   04 Aug 2015; Jeroen Roovers  -fail2ban-0.8.13.ebuild,
   -fail2ban-0.8.14.ebuild, -fail2ban-0.9.1.ebuild:



1.1  net-analyzer/fail2ban/fail2ban-0.9.2-r1.ebuild

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

Index: fail2ban-0.9.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2-r1.ebuild,v 1.1 
2015/08/04 06:22:14 jer Exp $

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

inherit distutils-r1 eutils systemd vcs-snapshot

DESCRIPTION="scans log files and bans IPs that show malicious signs"
HOMEPAGE="http://www.fail2ban.org/";
SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICE

[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: aufs-sources-4.1.4.ebuild ChangeLog

2015-08-03 Thread Justin Lecher (jlec)
jlec15/08/04 06:01:01

  Modified: ChangeLog
  Added:aufs-sources-4.1.4.ebuild
  Log:
  Bump to latest gentpatches and linux release
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.197sys-kernel/aufs-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.197&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.197&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   27 Jul 2015 13:23:31 -  1.196
+++ ChangeLog   4 Aug 2015 06:01:01 -   1.197
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.196 
2015/07/27 13:23:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.197 
2015/08/04 06:01:01 jlec Exp $
+
+*aufs-sources-4.1.4 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher  +aufs-sources-4.1.4.ebuild:
+  Bump to latest gentpatches and linux release
 
 *aufs-sources-3.18.19 (27 Jul 2015)
 *aufs-sources-4.0.9 (27 Jul 2015)



1.1  sys-kernel/aufs-sources/aufs-sources-4.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.4.ebuild?rev=1.1&content-type=text/plain

Index: aufs-sources-4.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-4.1.4.ebuild,v 1.1 
2015/08/04 06:01:01 jlec Exp $

EAPI=5

ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="8"
K_DEBLOB_AVAILABLE="1"
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

AUFS_VERSION=4.1_p20150629
AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz"
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs4-standalone 
aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar
AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}";

KEYWORDS="~amd64 ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/";
IUSE="deblob experimental module vanilla"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs4 support"
SRC_URI="
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )
"

PDEPEND="=sys-fs/aufs-util-4*"

README_GENTOO_SUFFIX="-r1"

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn "You are using USE=vanilla"
ewarn "This will drop all support from the gentoo kernel 
security team"
fi

UNIPATCH_LIST="
"${WORKDIR}"/aufs4-kbuild.patch
"${WORKDIR}"/aufs4-base.patch
"${WORKDIR}"/aufs4-mmap.patch"

use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs4-standalone.patch"

unpack ${AUFS_TARBALL}

einfo "Using aufs4 version: ${AUFS_VERSION}"

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi
cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf "${WORKDIR}"/{Documentation,fs} . || die
}

src_install() {
kernel-2_src_install
dodoc "${WORKDIR}"/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
docompress -x 
/usr/share/doc/${PF}/{aufs4-loopback,vfs-ino,tmpfs-idr}.patch
readme.gentoo_create_doc
}

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
has_version sys-fs/aufs-util || \
elog "In order to use aufs FS you need to install 
sys-fs/aufs-util"

readme.gentoo_pkg_postinst
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in dev-python/setuptools: setuptools-18.1.ebuild ChangeLog

2015-08-03 Thread Justin Lecher (jlec)
jlec15/08/04 05:58:26

  Modified: ChangeLog
  Added:setuptools-18.1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.284dev-python/setuptools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.284&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.284&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?r1=1.283&r2=1.284

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog   26 Jun 2015 12:46:51 -  1.283
+++ ChangeLog   4 Aug 2015 05:58:26 -   1.284
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.283 
2015/06/26 12:46:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.284 
2015/08/04 05:58:26 jlec Exp $
+
+*setuptools-18.1 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher  +setuptools-18.1.ebuild:
+  Version Bump
 
 *setuptools-18.0.1 (26 Jun 2015)
 



1.1  dev-python/setuptools/setuptools-18.1.ebuild

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

Index: setuptools-18.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-18.1.ebuild,v 1.1 
2015/08/04 05:58:26 jlec Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION="Collection of extensions to Distutils"
HOMEPAGE="http://pypi.python.org/pypi/setuptools";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
)
"

# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1

DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )

python_prepare_all() {
# disable tests requiring a network connection
rm setuptools/tests/test_packageindex.py || die

# don't run integration tests
rm setuptools/tests/test_integration.py || die

distutils-r1_python_prepare_all
}

python_test() {
# test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
# It tries to sandbox the test in a tempdir
HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}"
}

python_install() {
export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
distutils-r1_python_install
}






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

2015-08-03 Thread Jeroen Roovers (jer)
jer 15/08/04 05:57:28

  Modified: ChangeLog
  Removed:  fail2ban-0.9.1.ebuild fail2ban-0.8.14.ebuild
fail2ban-0.8.13.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.167net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   31 Jul 2015 13:53:49 -  1.166
+++ ChangeLog   4 Aug 2015 05:57:28 -   1.167
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.166 
2015/07/31 13:53:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.167 
2015/08/04 05:57:28 jer Exp $
+
+  04 Aug 2015; Jeroen Roovers  -fail2ban-0.8.13.ebuild,
+  -fail2ban-0.8.14.ebuild, -fail2ban-0.9.1.ebuild:
+  Old.
 
   31 Jul 2015; Mike Gilbert  fail2ban-0.9.2.ebuild,
   fail2ban-.ebuild:






[gentoo-commits] dev/graaff:master commit in: dev-ruby/oauth-plugin/

2015-08-03 Thread Hans de Graaff
commit: 1eab715a1fc52957beb054f6507a44ac0523
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Aug  4 05:43:27 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  4 05:43:27 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=1eab715a

Fix slot dependency.

Package-Manager: portage-2.2.20

 dev-ruby/oauth-plugin/ChangeLog | 3 +++
 dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog
index aa1aff8..c1e45d1 100644
--- a/dev-ruby/oauth-plugin/ChangeLog
+++ b/dev-ruby/oauth-plugin/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   04 Aug 2015; Hans de Graaff  oauth-plugin-0.5.1.ebuild:
+  Fix slot dependency.
+
+  04 Aug 2015; Hans de Graaff  oauth-plugin-0.5.1.ebuild:
   Add ruby21.
 
   12 Aug 2014; Hans de Graaff  -oauth-plugin-0.3.14.ebuild,

diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild 
b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
index 654c9a3..24db6a2 100644
--- a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
+++ b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
@@ -24,7 +24,7 @@ SLOT="0.4"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-ruby_add_rdepend ">=dev-ruby/oauth-0.4.4 >=dev-ruby/oauth2-0.5.0 dev-ruby/rack 
dev-ruby/multi_json"
+ruby_add_rdepend ">=dev-ruby/oauth-0.4.4 >=dev-ruby/oauth2-0.5.0 
dev-ruby/rack:* dev-ruby/multi_json"
 
 all_ruby_prepare() {
# Avoid specs that fail with new hash ordering. Remove the whole



[gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-saml/

2015-08-03 Thread Hans de Graaff
commit: dab3aba833d8435becccf6c9c9d25f3f41cea197
Author: Hans de Graaff  degraaff  org>
AuthorDate: Mon Jul 20 12:09:13 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 20 12:09:13 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=dab3aba8

Version bump.

Package-Manager: portage-2.2.20

 dev-ruby/ruby-saml/ChangeLog  |  5 
 dev-ruby/ruby-saml/Manifest   |  1 +
 dev-ruby/ruby-saml/ruby-saml-1.0.0.ebuild | 42 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/ruby-saml/ChangeLog b/dev-ruby/ruby-saml/ChangeLog
index d160233..dc2d306 100644
--- a/dev-ruby/ruby-saml/ChangeLog
+++ b/dev-ruby/ruby-saml/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ruby-saml-1.0.0 (20 Jul 2015)
+
+  20 Jul 2015; Hans de Graaff  +ruby-saml-1.0.0.ebuild:
+  Version bump.
+
   26 May 2015; Hans de Graaff  -ruby-saml-0.8.1.ebuild:
   Cleanup.
 

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 89e7bba..94de2fa 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-saml-0.7.3.gem 55296 SHA256 
4de4c947a89e5e56b344faba795958026c5ba96e4b63053555b44b84df018579 SHA512 
1fa14882bcb584bf9f35036fd69064794d345c01f46cc589c0370652b262ed86dbdaf3ec99edca89b5be75460e5fb26e49deed50432edc2d4a3690cd4443082e
 WHIRLPOOL 
8b23830eb5f8bf9fe857622e911631be4191f99b0bee5c61a462f9253dc5a90a759e632858bc7a54f76da39c24f57722776ee9206e0ffcd5972a647d3510da62
 DIST ruby-saml-0.8.2.gem 55808 SHA256 
a101bc0d86503d12513b8be66a25967c71b189de02d1bd0fa6969e3bdee57597 SHA512 
a199202d5a38a85b23e4a04ebb95abc715d303bd5eb45e2538088b7408a8977e9614c1fcfcadf65602b25043d6a443ea767bc145a652a7b72ffd878343c596f6
 WHIRLPOOL 
1a95ace4903a91470fe93f6fce3245da99ea7e54e905b0964afc1223197b8df8f789f77e5419e6f871362656b96f8ba408704c3956d751c5aa9b7d0a39fb7499
+DIST ruby-saml-1.0.0.gem 204800 SHA256 
24ea186d2506dd99f19acbc2f1b3bf637e0df40ef5ee73d8f2c552a158221643 SHA512 
0edb752a0cc40d85c1a330e6f52468a464385033bdb15d5dc2271583ae364428936d79bab6f6bfbf2cf8b87d30755d056efcece673f07f84e2d91d90811a9109
 WHIRLPOOL 
58669296f342ebc771986c4c94b9010384788292646fc0ce3d0f6e012327bc90514bb3ec61370da64fda061d24b89bb20ee8b04b0e305c75fa0e957c39d608d2

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.0.0.ebuild 
b/dev-ruby/ruby-saml/ruby-saml-1.0.0.ebuild
new file mode 100644
index 000..1d3834c
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for implementing the client side of a SAML 
authorization"
+HOMEPAGE="https://github.com/onelogin/ruby-saml";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.8"
+IUSE="doc"
+
+ruby_add_rdepend "
+   >=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/uuid-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop dev-ruby/mocha dev-ruby/shoulda:0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/ruby-debug/d' \
+   -e '/bundler/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/end/ s:^:#:' test/test_helper.rb || die
+
+   sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '2i gem "shoulda", "~> 2.11"' test/test_helper.rb || die
+
+   sed -i -e '3irequire "onelogin/ruby-saml/http_error"' 
test/idp_metadata_parser_test.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-util/scss_lint_reporter_checkstyle/

2015-08-03 Thread Hans de Graaff
commit: 32ffbf8e93013989b33adb25dc7be5bc502286ea
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Jul 28 05:27:33 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 28 05:27:33 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=32ffbf8e

Version bump.

Package-Manager: portage-2.2.20

 dev-util/scss_lint_reporter_checkstyle/ChangeLog |  6 ++
 dev-util/scss_lint_reporter_checkstyle/Manifest  |  1 +
 .../scss_lint_reporter_checkstyle-0.2.0.ebuild   | 20 
 3 files changed, 27 insertions(+)

diff --git a/dev-util/scss_lint_reporter_checkstyle/ChangeLog 
b/dev-util/scss_lint_reporter_checkstyle/ChangeLog
index 27deab5..b290c95 100644
--- a/dev-util/scss_lint_reporter_checkstyle/ChangeLog
+++ b/dev-util/scss_lint_reporter_checkstyle/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*scss_lint_reporter_checkstyle-0.2.0 (28 Jul 2015)
+
+  28 Jul 2015; Hans de Graaff 
+  +scss_lint_reporter_checkstyle-0.2.0.ebuild:
+  Version bump.
+
 *scss_lint_reporter_checkstyle-0.1.0 (13 Mar 2015)
 
   13 Mar 2015; Hans de Graaff 

diff --git a/dev-util/scss_lint_reporter_checkstyle/Manifest 
b/dev-util/scss_lint_reporter_checkstyle/Manifest
index 782bd18..cb21f5b 100644
--- a/dev-util/scss_lint_reporter_checkstyle/Manifest
+++ b/dev-util/scss_lint_reporter_checkstyle/Manifest
@@ -1 +1,2 @@
 DIST scss_lint_reporter_checkstyle-0.1.0.gem 4608 SHA256 
4926d7ced6048422c9c2288b0157220e62243bd2e2bd5fbf6b6cd25a283417ed SHA512 
a1c9013cd188dc9bef3a964f89684c8e5e39f89c656cc4a8a3cffe053fe8e5c4fdcdabb9baeb945a03b95cff394634f73c4df260772c6dd2880427d8aa069f1d
 WHIRLPOOL 
9126a1a140eea30da8129e7681c53ce0af654d1f6b4a8dd79f1317610a1b721c887b47011c2793816ae6fad9278e5f3e03165d29aee3c3146e97dd5ea5741750
+DIST scss_lint_reporter_checkstyle-0.2.0.gem 4608 SHA256 
6beed7f366c67281f926bf2baf6e674774bf48a821dfe96b44d6bfb826777947 SHA512 
03fd38faf218aa0eaeb7415a4486ca6d6fd3b50ff19526f4691751ee8076038a27b089420dd3713f70cb56769b2ac2bcfbc4b84b4b4899615005797cb2c588a3
 WHIRLPOOL 
911bb104bcc0139d0f2ec2db8b407d1bcc9418f7bd55f40a1f4cfc00e5308f1968aa7f2dcb598431fa21cdf49db9a8c3ec018b11453d9cd7cb1b78ef2b93b683

diff --git 
a/dev-util/scss_lint_reporter_checkstyle/scss_lint_reporter_checkstyle-0.2.0.ebuild
 
b/dev-util/scss_lint_reporter_checkstyle/scss_lint_reporter_checkstyle-0.2.0.ebuild
new file mode 100644
index 000..2e5466b
--- /dev/null
+++ 
b/dev-util/scss_lint_reporter_checkstyle/scss_lint_reporter_checkstyle-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A formatter to the scss-lint which is compatible with the 
Checkstyle standard"
+HOMEPAGE="https://github.com/Sweetchuck/scss_lint_reporter_checkstyle";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""



[gentoo-commits] dev/graaff:master commit in: dev-ruby/oauth-plugin/

2015-08-03 Thread Hans de Graaff
commit: 48677e7525ab0092f1f3fb1eacce1274131f186e
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Aug  4 05:41:09 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  4 05:41:09 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=48677e75

Add ruby21.

Package-Manager: portage-2.2.20

 dev-ruby/oauth-plugin/ChangeLog | 5 -
 dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog
index 2691f0a..aa1aff8 100644
--- a/dev-ruby/oauth-plugin/ChangeLog
+++ b/dev-ruby/oauth-plugin/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/oauth-plugin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2015; Hans de Graaff  oauth-plugin-0.5.1.ebuild:
+  Add ruby21.
+
   12 Aug 2014; Hans de Graaff  -oauth-plugin-0.3.14.ebuild,
   -oauth-plugin-0.4.1.ebuild:
   Cleanup.

diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild 
b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
index 7151840..654c9a3 100644
--- a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
+++ b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 
2010/09/18 09:58:03 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/responds_to_parent/

2015-08-03 Thread Hans de Graaff
commit: 23aa990a5bbd858bd134e6146ffaecb50cf9c011
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Aug  4 05:48:26 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  4 05:48:26 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=23aa990a

Add ruby21.

Package-Manager: portage-2.2.20

 dev-ruby/responds_to_parent/ChangeLog  | 6 +-
 dev-ruby/responds_to_parent/responds_to_parent-1.1.0-r1.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/responds_to_parent/ChangeLog 
b/dev-ruby/responds_to_parent/ChangeLog
index 7c6da8a..461204c 100644
--- a/dev-ruby/responds_to_parent/ChangeLog
+++ b/dev-ruby/responds_to_parent/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/responds_to_parent
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2015; Hans de Graaff 
+  responds_to_parent-1.1.0-r1.ebuild:
+  Add ruby21.
+
   07 Jul 2014; Hans de Graaff 
   responds_to_parent-1.1.0-r1.ebuild:
   Drop ruby18, add ruby20. Avoid obsolete rake task for USE=doc.

diff --git a/dev-ruby/responds_to_parent/responds_to_parent-1.1.0-r1.ebuild 
b/dev-ruby/responds_to_parent/responds_to_parent-1.1.0-r1.ebuild
index 2b7a4db..57a6a80 100644
--- a/dev-ruby/responds_to_parent/responds_to_parent-1.1.0-r1.ebuild
+++ b/dev-ruby/responds_to_parent/responds_to_parent-1.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=4
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/

2015-08-03 Thread Hans de Graaff
commit: 3c412bd6bfce53eceb5bc8bc410970488a06a8cd
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Aug  4 05:46:16 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  4 05:46:16 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3c412bd6

Add ruby21.

Package-Manager: portage-2.2.20

 dev-ruby/api-versions/ChangeLog | 3 +++
 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
index 42151b4..156dee3 100644
--- a/dev-ruby/api-versions/ChangeLog
+++ b/dev-ruby/api-versions/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2015; Hans de Graaff  api-versions-1.2.0.ebuild:
+  Add ruby21.
+
 *api-versions-1.2.1 (17 Apr 2015)
 
   17 Apr 2015; Hans de Graaff  +api-versions-1.2.1.ebuild:

diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild 
b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
index 2cb840c..1a6c071 100644
--- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild
+++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/open_id_authentication/

2015-08-03 Thread Hans de Graaff
commit: 06abdc09eca15433aaa887083b9e6105219b5da9
Author: Hans de Graaff  degraaff  org>
AuthorDate: Mon Jul 20 11:16:43 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 20 11:16:43 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=06abdc09

Update HOMEPAGE.

Package-Manager: portage-2.2.20

 dev-ruby/open_id_authentication/ChangeLog   | 4 
 dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/open_id_authentication/ChangeLog 
b/dev-ruby/open_id_authentication/ChangeLog
index 9a40c1c..20a35da 100644
--- a/dev-ruby/open_id_authentication/ChangeLog
+++ b/dev-ruby/open_id_authentication/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Jul 2015; Hans de Graaff 
+  open_id_authentication-1.2.0.ebuild:
+  Update HOMEPAGE.
+
   27 Jun 2015; Hans de Graaff 
   open_id_authentication-1.2.0.ebuild:
   Add ruby21, ruby22.

diff --git 
a/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild 
b/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
index 815504a..3c70950 100644
--- a/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
+++ b/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="open_id_authentication.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="a thin wrapper around the excellent ruby-openid gem from JanRain."
-HOMEPAGE="http://github.com/Velir/open_id_authentication";
+HOMEPAGE="https://github.com/grosser/open_id_authentication";
 LICENSE="MIT"
 
 KEYWORDS="~amd64"



[gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-recaptcha/

2015-08-03 Thread Hans de Graaff
commit: cfcfb2b520e5b0077423d892549d417d8af0eed4
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Aug  4 05:54:23 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  4 05:54:23 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cfcfb2b5

Add ruby21.

Package-Manager: portage-2.2.20

 dev-ruby/ruby-recaptcha/ChangeLog   | 5 -
 dev-ruby/ruby-recaptcha/ruby-recaptcha-1.0.5.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ruby-recaptcha/ChangeLog 
b/dev-ruby/ruby-recaptcha/ChangeLog
index 35c5d94..e28bfe3 100644
--- a/dev-ruby/ruby-recaptcha/ChangeLog
+++ b/dev-ruby/ruby-recaptcha/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/ruby-recaptcha
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Aug 2015; Hans de Graaff  ruby-recaptcha-1.0.5.ebuild:
+  Add ruby21.
+
   07 Jul 2014; Hans de Graaff  ruby-recaptcha-1.0.5.ebuild:
   Fix mocha incompatibility. Add ruby20, drop obsolete targets.
 

diff --git a/dev-ruby/ruby-recaptcha/ruby-recaptcha-1.0.5.ebuild 
b/dev-ruby/ruby-recaptcha/ruby-recaptcha-1.0.5.ebuild
index 886bf13..4c39612 100644
--- a/dev-ruby/ruby-recaptcha/ruby-recaptcha-1.0.5.ebuild
+++ b/dev-ruby/ruby-recaptcha/ruby-recaptcha-1.0.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=4
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"



[gentoo-commits] gentoo-x86 commit in www-client/opera: ChangeLog opera-31.0.1889.99.ebuild opera-30.0.1835.88.ebuild

2015-08-03 Thread Jeroen Roovers (jer)
jer 15/08/04 05:53:00

  Modified: ChangeLog
  Added:opera-31.0.1889.99.ebuild
  Removed:  opera-30.0.1835.88.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.837www-client/opera/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
retrieving revision 1.836
retrieving revision 1.837
diff -u -r1.836 -r1.837
--- ChangeLog   14 Jul 2015 05:16:58 -  1.836
+++ ChangeLog   4 Aug 2015 05:53:00 -   1.837
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.836 
2015/07/14 05:16:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.837 
2015/08/04 05:53:00 jer Exp $
+
+*opera-31.0.1889.99 (04 Aug 2015)
+
+  04 Aug 2015; Jeroen Roovers  -opera-30.0.1835.88.ebuild,
+  +opera-31.0.1889.99.ebuild:
+  Version bump.
 
 *opera-30.0.1835.125 (14 Jul 2015)
 



1.1  www-client/opera/opera-31.0.1889.99.ebuild

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

Index: opera-31.0.1889.99.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-31.0.1889.99.ebuild,v 
1.1 2015/08/04 05:53:00 jer Exp $

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

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

RDEPEND="
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
>=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]
"

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

src_unpack() {
unpack_deb ${A}
}

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

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

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

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

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

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






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

2015-08-03 Thread Mike Frysinger (vapier)
vapier  15/08/04 05:49:33

  Modified: util-linux-2.26.2.ebuild util-linux-.ebuild
ChangeLog
  Log:
  Use subslots/USE deps for ncurses/udev #555706 by Steven Johnson.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-apps/util-linux/util-linux-2.26.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?r1=1.2&r2=1.3

Index: util-linux-2.26.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- util-linux-2.26.2.ebuild30 May 2015 11:43:00 -  1.2
+++ util-linux-2.26.2.ebuild4 Aug 2015 05:49:32 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v 1.2 
2015/05/30 11:43:00 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v 1.3 
2015/08/04 05:49:32 vapier Exp $
 
 EAPI="5"
 
@@ -36,13 +36,13 @@
!=sys-libs/ncurses-5.2-r2 )
+   ncurses? ( >=sys-libs/ncurses-5.2-r2:=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
systemd? ( sys-apps/systemd )
-   udev? ( virtual/libudev )
+   udev? ( virtual/libudev:= )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140406-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
@@ -62,7 +62,6 @@
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.25-parallel-setarch.patch #511812
if [[ ${PV} ==  ]] ; then
po/update-potfiles
eautoreconf



1.65 sys-apps/util-linux/util-linux-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild?r1=1.64&r2=1.65

Index: util-linux-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- util-linux-.ebuild  30 May 2015 11:43:00 -  1.64
+++ util-linux-.ebuild  4 Aug 2015 05:49:32 -   1.65
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v 1.64 
2015/05/30 11:43:00 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v 1.65 
2015/08/04 05:49:32 vapier Exp $
 
 EAPI="5"
 
@@ -36,13 +36,13 @@
!=sys-libs/ncurses-5.2-r2 )
+   ncurses? ( >=sys-libs/ncurses-5.2-r2:=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
systemd? ( sys-apps/systemd )
-   udev? ( virtual/libudev )
+   udev? ( virtual/libudev:= )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140406-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]



1.509sys-apps/util-linux/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.509&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.509&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.508&r2=1.509

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -r1.508 -r1.509
--- ChangeLog   30 May 2015 11:43:00 -  1.508
+++ ChangeLog   4 Aug 2015 05:49:32 -   1.509
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.508 
2015/05/30 11:43:00

[gentoo-commits] gentoo-x86 commit in dev-python/pbr: pbr-1.4.0.ebuild ChangeLog

2015-08-03 Thread Justin Lecher (jlec)
jlec15/08/04 05:44:06

  Modified: ChangeLog
  Added:pbr-1.4.0.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.49 dev-python/pbr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   27 Jul 2015 01:35:14 -  1.48
+++ ChangeLog   4 Aug 2015 05:44:06 -   1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pbr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.48 2015/07/27 
01:35:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.49 2015/08/04 
05:44:06 jlec Exp $
+
+*pbr-1.4.0 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher  +pbr-1.4.0.ebuild:
+  Version Bump
 
   27 Jul 2015; Mike Gilbert  pbr-1.3.0.ebuild:
   Restore pypy.



1.1  dev-python/pbr/pbr-1.4.0.ebuild

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

Index: pbr-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.4.0.ebuild,v 1.1 
2015/08/04 05:44:06 jlec Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Inject some useful and sensible default behaviors into setuptools"
HOMEPAGE="https://github.com/openstack-dev/pbr";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~amd64-linux ~x86-linux"
IUSE="test"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
>=dev-python/mock-1.2[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
dev-python/virtualenv[${PYTHON_USEDEP}]
)"
RDEPEND="dev-python/pip[${PYTHON_USEDEP}]"

# Requ'd for testsuite
DISTUTILS_IN_SOURCE_BUILD=1

# This normally actually belongs here.
python_prepare_all() {
# This test passes when run within the source and doesn't represent a 
failure, but rather
# a gentoo sandbox constraint
# Rm tests that rely upon the package being already installed and fail
sed -e s':test_console_script_develop:_&:' \
-e s':test_console_script_install:_&:' \
-e s':test_sdist_extra_files:_&:' \
-e s':test_command_hooks:_&:' \
-e s':test_sdist_git_extra_files:_&:' \
-i pbr/tests/test_core.py || die
sed -e s':test_command_hooks:_&:' \
-e s':test_global_setup_hooks:_&:' \
-i pbr/tests/test_hooks.py || die
einfo "rogue tests disabled"

distutils-r1_python_prepare_all
}

python_test() {
# Note; Tests, that have been removed, pass once package is emerged.
esetup.py testr
}






[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r7.ebuild ChangeLog

2015-08-03 Thread Mike Frysinger (vapier)
vapier  15/08/04 05:35:01

  Modified: mutt-1.5.23-r7.ebuild ChangeLog
  Log:
  Only show quickstart link on first install.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  mail-client/mutt/mutt-1.5.23-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild?r1=1.6&r2=1.7

Index: mutt-1.5.23-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mutt-1.5.23-r7.ebuild   2 Aug 2015 18:43:59 -   1.6
+++ mutt-1.5.23-r7.ebuild   4 Aug 2015 05:35:01 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v 
1.6 2015/08/02 18:43:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r7.ebuild,v 
1.7 2015/08/04 05:35:01 vapier Exp $
 
 EAPI="5"
 
@@ -242,9 +242,11 @@
 }
 
 pkg_postinst() {
-   echo
-   elog "If you are new to mutt you may want to take a look at"
-   elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
-   elog "   https://wiki.gentoo.org/wiki/Mutt";
-   echo
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   echo
+   elog "If you are new to mutt you may want to take a look at"
+   elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
+   elog "   https://wiki.gentoo.org/wiki/Mutt";
+   echo
+   fi
 }



1.291mail-client/mutt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.291&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.291&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   2 Aug 2015 18:43:59 -   1.290
+++ ChangeLog   4 Aug 2015 05:35:01 -   1.291
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/mutt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.290 
2015/08/02 18:43:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.291 
2015/08/04 05:35:01 vapier Exp $
+
+  04 Aug 2015; Mike Frysinger  mutt-1.5.23-r7.ebuild:
+  Only show quickstart link on first install.
 
   02 Aug 2015; Agostino Sarubbo  mutt-1.5.23-r7.ebuild:
   Stable for x86, wrt bug #556042






[gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.8.ebuild ChangeLog

2015-08-03 Thread Justin Lecher (jlec)
jlec15/08/04 05:30:38

  Modified: ChangeLog
  Added:astroid-1.3.8.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.27 dev-python/astroid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   27 Jul 2015 20:36:24 -  1.26
+++ ChangeLog   4 Aug 2015 05:30:38 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/astroid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.26 
2015/07/27 20:36:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.27 
2015/08/04 05:30:38 jlec Exp $
+
+*astroid-1.3.8 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher  +astroid-1.3.8.ebuild:
+  Version Bump
 
   27 Jul 2015; Justin Lecher  astroid-1.3.7.ebuild:
   Fix dependencies



1.1  dev-python/astroid/astroid-1.3.8.ebuild

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

Index: astroid-1.3.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.8.ebuild,v 
1.1 2015/08/04 05:30:38 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION="Abstract Syntax Tree for logilab packages"
HOMEPAGE="http://bitbucket.org/logilab/astroid 
http://pypi.python.org/pypi/astroid";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
IUSE="test"

# Version specified in __pkginfo__.py.
RDEPEND="
>=dev-python/logilab-common-0.63.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
>=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
)"
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1

python_test() {
pushd build/lib > /dev/null || die
PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
popd > /dev/null || die
}






[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-03 Thread Heather Cynede
commit: 6cb858235bd4ad911a7b380b8a28b04342a129e0
Author: Heather  live  ru>
AuthorDate: Tue Aug  4 05:26:57 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Tue Aug  4 05:26:57 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6cb85823

bump mono

 dev-lang/mono/mono-4.0.3.19.ebuild | 103 +
 1 file changed, 103 insertions(+)

diff --git a/dev-lang/mono/mono-4.0.3.19.ebuild 
b/dev-lang/mono/mono-4.0.3.19.ebuild
new file mode 100644
index 000..e182449
--- /dev/null
+++ b/dev-lang/mono/mono-4.0.3.19.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
+AUTOTOOLS_AUTORECONF=1
+
+inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils 
versionator
+
+DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
+HOMEPAGE="http://www.mono-project.com/Main_Page";
+SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2";
+
+LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception 
IDPL"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="nls minimal pax_kernel xen doc"
+
+COMMONDEPEND="
+   !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
+   ia64? ( sys-libs/libunwind )
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="${COMMONDEPEND}
+   || ( www-client/links www-client/lynx )
+"
+DEPEND="${COMMONDEPEND}
+   sys-devel/bc
+   virtual/yacc
+   pax_kernel? ( sys-apps/elfix )
+"
+
+MAKEOPTS="${MAKEOPTS} -j1" #nowarn
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
+
+pkg_pretend() {
+   # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.
+   # See http://bugs.gentoo.org/261869 for more info."
+   CONFIG_CHECK="SYSVIPC"
+   use kernel_linux && check_extra_config
+}
+
+pkg_setup() {
+   linux-info_pkg_setup
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so 
it don't
+   # get killed in the build proces when MPROTEC is enable. #286280
+   # RANDMMAP kill the build proces to #347365
+   if use pax_kernel ; then
+   ewarn "We are disabling MPROTECT on the mono binary."
+
+   # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
+   sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i 
"${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in"
+   fi
+
+   # mono build system can fail otherwise
+   strip-flags
+
+   # Fix VB targets
+   # http://osdir.com/ml/general/2015-05/msg20808.html
+   epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"
+
+   # Fix build on big-endian machines
+   # https://bugzilla.xamarin.com/show_bug.cgi?id=31779
+   epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch"
+
+   # Fix build when sgen disabled
+   # https://bugzilla.xamarin.com/show_bug.cgi?id=32015
+   epatch 
"${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch"
+
+   autotools-utils_src_prepare
+
+   epatch "${FILESDIR}/systemweb3.patch"
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-silent-rules
+   $(use_with xen xen_opt)
+   --without-ikvm-native
+   --disable-dtrace
+   $(use_with doc mcs-docs)
+   $(use_enable nls)
+   )
+
+   autotools-utils_src_configure
+}
+
+src_compile() {
+   autotools-utils_src_compile
+}
+
+src_test() {
+   cd mcs/tests || die
+   emake check
+}



[gentoo-commits] gentoo-x86 commit in dev-ruby/ast: ChangeLog ast-2.1.0.ebuild

2015-08-03 Thread Hans de Graaff (graaff)
graaff  15/08/04 04:46:59

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

Revision  ChangesPath
1.4  dev-ruby/ast/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ast/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jun 2015 16:47:34 -   1.3
+++ ChangeLog   4 Aug 2015 04:46:59 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ast
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ast/ChangeLog,v 1.3 2015/06/07 
16:47:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ast/ChangeLog,v 1.4 2015/08/04 
04:46:59 graaff Exp $
+
+*ast-2.1.0 (04 Aug 2015)
+
+  04 Aug 2015; Hans de Graaff  +ast-2.1.0.ebuild:
+  Version bump.
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ruby/ast/ast-2.1.0.ebuild

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

Index: ast-2.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ast/ast-2.1.0.ebuild,v 1.1 
2015/08/04 04:46:59 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

inherit ruby-fakegem

DESCRIPTION="A library for working with abstract syntax trees"
HOMEPAGE="https://github.com/whitequark/ast";

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

ruby_add_bdepend "test? (
dev-ruby/bacon )"

all_ruby_prepare() {
sed -i -e "/[Bb]undler/d" Rakefile || die
sed -i -e "/git ls/d" ${PN}.gemspec || die
sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || 
die
}

each_ruby_test() {
${RUBY} -S bacon -Itest -a || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/networkmanager: networkmanager-1.0.2-r1.ebuild networkmanager-1.0.4.ebuild networkmanager-1.0.4-r1.ebuild networkmanager-0.9.10.1_pre20141101.ebuild Chan

2015-08-03 Thread Alexandre Rostovtsev (tetromino)
tetromino15/08/04 04:36:16

  Modified: networkmanager-1.0.2-r1.ebuild
networkmanager-1.0.4.ebuild
networkmanager-1.0.4-r1.ebuild
networkmanager-0.9.10.1_pre20141101.ebuild
ChangeLog networkmanager-1.0.0.ebuild
networkmanager-1.0.2.ebuild
  Log:
  readline is slotted
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.3  net-misc/networkmanager/networkmanager-1.0.2-r1.ebuild

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

Index: networkmanager-1.0.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- networkmanager-1.0.2-r1.ebuild  4 Jun 2015 09:34:21 -   1.2
+++ networkmanager-1.0.2-r1.ebuild  4 Aug 2015 04:36:16 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.2-r1.ebuild,v
 1.2 2015/06/04 09:34:21 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.2-r1.ebuild,v
 1.3 2015/08/04 04:36:16 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -43,7 +43,7 @@
net-libs/libndp
>=net-libs/libsoup-2.26:2.4=
net-misc/iputils
-   sys-libs/readline
+   sys-libs/readline:0
>=virtual/libgudev-165:=
bluetooth? ( >=net-wireless/bluez-5 )
connection-sharing? (



1.2  net-misc/networkmanager/networkmanager-1.0.4.ebuild

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

Index: networkmanager-1.0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networkmanager-1.0.4.ebuild 19 Jul 2015 09:19:12 -  1.1
+++ networkmanager-1.0.4.ebuild 4 Aug 2015 04:36:16 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4.ebuild,v 
1.1 2015/07/19 09:19:12 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4.ebuild,v 
1.2 2015/08/04 04:36:16 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -43,7 +43,7 @@
net-libs/libndp
>=net-libs/libsoup-2.26:2.4=
net-misc/iputils
-   sys-libs/readline
+   sys-libs/readline:0
>=virtual/libgudev-165:=
bluetooth? ( >=net-wireless/bluez-5 )
connection-sharing? (



1.2  net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild

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

Index: networkmanager-1.0.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- networkmanager-1.0.4-r1.ebuild  4 Aug 2015 04:31:32 -   1.1
+++ networkmanager-1.0.4-r1.ebuild  4 Aug 2015 04:36:16 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild,v
 1.1 2015/08/04 04:31:32 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild,v
 1.2 2015/08/04 04:36:16 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -43,7 +43,7 

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

2015-08-03 Thread Alexandre Rostovtsev (tetromino)
tetromino15/08/04 04:31:32

  Modified: ChangeLog
  Added:networkmanager-1.0.4-r1.ebuild
  Log:
  Add multilib support (bug #548114, thanks to Jonathan Callen for the ebuild).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.243net-misc/networkmanager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog   19 Jul 2015 09:19:12 -  1.242
+++ ChangeLog   4 Aug 2015 04:31:32 -   1.243
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/networkmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.242 
2015/07/19 09:19:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/ChangeLog,v 1.243 
2015/08/04 04:31:32 tetromino Exp $
+
+*networkmanager-1.0.4-r1 (04 Aug 2015)
+
+  04 Aug 2015; Alexandre Rostovtsev 
+  +networkmanager-1.0.4-r1.ebuild:
+  Add multilib support (bug #548114, thanks to Jonathan Callen for the ebuild).
 
 *networkmanager-1.0.4 (19 Jul 2015)
 



1.1  net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild

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

Index: networkmanager-1.0.4-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.4-r1.ebuild,v
 1.1 2015/08/04 04:31:32 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME_ORG_MODULE="NetworkManager"
GNOME2_LA_PUNT="yes"
VALA_USE_DEPEND="vapigen"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit autotools bash-completion-r1 eutils gnome2 linux-info multilib 
python-any-r1 systemd \
user readme.gentoo toolchain-funcs vala versionator virtualx udev 
multilib-minimal

DESCRIPTION="Universal network configuration daemon for laptops, desktops, 
servers and virtualization hosts"
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";

LICENSE="GPL-2+"
SLOT="0" # add subslot if libnm-util.so.2 or libnm-glib.so.4 bumps soname 
version

IUSE="bluetooth connection-sharing consolekit +dhclient dhcpcd gnutls 
+introspection \
kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd 
test \
vala +wext +wifi zeroconf" # wimax

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"

REQUIRED_USE="
modemmanager? ( ppp )
wext? ( wifi )
^^ ( nss gnutls )
^^ ( dhclient dhcpcd )
"

# gobject-introspection-0.10.3 is needed due to gnome bug 642300
# wpa_supplicant-0.7.3-r3 is needed due to bug 359271
# TODO: Qt support?
COMMON_DEPEND="
>=sys-apps/dbus-1.2[${MULTILIB_USEDEP}]
>=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.37.6:2[${MULTILIB_USEDEP}]
>=dev-libs/libnl-3.2.8:3=
>=sys-auth/polkit-0.106
net-libs/libndp
>=net-libs/libsoup-2.26:2.4=
net-misc/iputils
sys-libs/readline
>=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
bluetooth? ( >=net-wireless/bluez-5 )
connection-sharing? (
net-dns/dnsmasq[dhcp]
net-firewall/iptables )
gnutls? (
dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
net-libs/gnutls:=[${MULTILIB_USEDEP}] )
modemmanager? ( >=net-misc/modemmanager-0.7.991 )
ncurses? ( >=dev-libs/newt-0.52.15 )
nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] )
dhclient? ( >=net-misc/dhcp-4[client] )
dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 )
introspection? ( >=dev-libs/gobject-introspection-0.10.3:= )
ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe )
resolvconf? ( net-dns/openresolv )
systemd? ( >=sys-apps/systemd-209:0= )
!systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) )
teamd? ( >=net-misc/libteam-1.9 )
zeroconf? ( net-dns/avahi:=[autoipd] )
"
RDEPEND="${COMMON_DEPEND}
consolekit? ( sys-auth/consolekit )
wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
"
DEPEND="

[gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/

2015-08-03 Thread Heather Cynede
commit: 8b8b46168caf81a253829b50698895b69660b0ce
Author: Graham Haworth  gmail  com>
AuthorDate: Sun Aug  2 23:21:21 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Sun Aug  2 23:21:21 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8b8b4616

Removed dev-dotnet/mono-addins from the latest monodevelop's dependencies, 
which appears to have been unnecessary. mono-addins refuses to bulid without 
gmcs which doesn't look like it has been included in Mono 4, and monodevelop 
builds and runs fine without it.

 dev-util/monodevelop/monodevelop-5.9.5.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/monodevelop/monodevelop-5.9.5.5.ebuild 
b/dev-util/monodevelop/monodevelop-5.9.5.5.ebuild
index a4fd5d8..58179ef 100644
--- a/dev-util/monodevelop/monodevelop-5.9.5.5.ebuild
+++ b/dev-util/monodevelop/monodevelop-5.9.5.5.ebuild
@@ -25,7 +25,6 @@ RDEPEND=">=dev-lang/mono-3.2.8
>=dev-dotnet/nuget-2.8.3
gnome? ( >=dev-dotnet/gnome-sharp-2.24.2-r1 )
>=dev-dotnet/gtk-sharp-2.12.21:2
-   >=dev-dotnet/mono-addins-1.0[gtk]
doc? ( dev-util/mono-docbrowser )
>=dev-dotnet/xsp-2
dev-util/ctags



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

2015-08-03 Thread Heather Cynede
commit: d6723b34dd10bd5c045014fbe61a1b93eda9d744
Author: Heather  users  noreply  github  com>
AuthorDate: Tue Aug  4 03:40:39 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Tue Aug  4 03:40:39 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d6723b34

Merge pull request #90 from gdhaworth/master

Removed dev-dotnet/mono-addins from the latest monodevelop's dependencies

 dev-util/monodevelop/monodevelop-5.9.5.5.ebuild | 1 -
 1 file changed, 1 deletion(-)



[gentoo-commits] gentoo-x86 commit in dev-python/wsgiintercept: wsgiintercept-0.10.2.ebuild ChangeLog

2015-08-03 Thread Patrick Lauer (patrick)
patrick 15/08/04 01:51:55

  Modified: ChangeLog
  Added:wsgiintercept-0.10.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 dev-python/wsgiintercept/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   28 Jul 2015 07:57:11 -  1.19
+++ ChangeLog   4 Aug 2015 01:51:54 -   1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wsgiintercept
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.19 
2015/07/28 07:57:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.20 
2015/08/04 01:51:54 patrick Exp $
+
+*wsgiintercept-0.10.2 (04 Aug 2015)
+
+  04 Aug 2015; Patrick Lauer  +wsgiintercept-0.10.2.ebuild:
+  Bump
 
   28 Jul 2015; Ian Delaney  wsgiintercept-0.10.0.ebuild:
   set removal of test folder, fixes bug #555842 by the tinderbox



1.1  dev-python/wsgiintercept/wsgiintercept-0.10.2.ebuild

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

Index: wsgiintercept-0.10.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.2.ebuild,v 
1.1 2015/08/04 01:51:54 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

MY_PN="wsgi_intercept"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="WSGI application in place of a real URI for testing"
HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/httplib2[${PYTHON_USEDEP}]
>=dev-python/pytest-2.4[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
)"
S="${WORKDIR}/${MY_P}"

python_prepare_all() {
# .pyc files cause failure of tests
rm -rf test/__pycache__/ || die

# Req'd to avoid file collisions
sed -e s":find_packages():find_packages(exclude=['test']):" \
-i setup.py || die

# Disable tests connecting to the network; Bug #550710
sed -e 's:test_http_not_intercepted:_&:' \
-e 's:test_https_not_intercepted:_&:' \
-i test/{test_urllib.py,test_http_client.py,test_requests.py} 
|| die
distutils-r1_python_prepare_all
}

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

python_test() {
py.test || die "Tests failed under ${EPYTHON}"
}

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






[gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_mysql: ChangeLog mod_auth_mysql-3.0.0-r2.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/04 01:31:32

  Modified: ChangeLog
  Removed:  mod_auth_mysql-3.0.0-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.15 www-apache/mod_auth_mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Aug 2014 20:14:00 -  1.14
+++ ChangeLog   4 Aug 2015 01:31:32 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_auth_mysql
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.14 
2014/08/10 20:14:00 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.15 
2015/08/04 01:31:32 mrueg Exp $
+
+  04 Aug 2015; Manuel Rüger  -mod_auth_mysql-3.0.0-r2.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich 
   mod_auth_mysql-3.0.0-r2.ebuild, mod_auth_mysql-3.0.0-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apache/mod_gnutls: ChangeLog mod_gnutls-0.5.9.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/04 01:30:30

  Modified: ChangeLog
  Removed:  mod_gnutls-0.5.9.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.39 www-apache/mod_gnutls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   23 Jun 2014 09:46:24 -  1.38
+++ ChangeLog   4 Aug 2015 01:30:30 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_gnutls
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.38 
2014/06/23 09:46:24 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/ChangeLog,v 1.39 
2015/08/04 01:30:30 mrueg Exp $
+
+  04 Aug 2015; Manuel Rüger  -mod_gnutls-0.5.9.ebuild:
+  Remove old.
 
   23 Jun 2014; Chema Alonso  mod_gnutls-0.5.10-r1.ebuild:
   Stable for amd64 wrt bug #506910






[gentoo-commits] gentoo-x86 commit in www-apache/mod_nss: ChangeLog mod_nss-1.0.8-r1.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/04 01:29:14

  Modified: ChangeLog
  Removed:  mod_nss-1.0.8-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.9  www-apache/mod_nss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_nss/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 May 2015 11:47:41 -   1.8
+++ ChangeLog   4 Aug 2015 01:29:14 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_nss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_nss/ChangeLog,v 1.8 
2015/05/09 11:47:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_nss/ChangeLog,v 1.9 
2015/08/04 01:29:14 mrueg Exp $
+
+  04 Aug 2015; Manuel Rüger  -mod_nss-1.0.8-r1.ebuild:
+  Remove old.
 
 *mod_nss-1.0.11 (09 May 2015)
 






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

2015-08-03 Thread Devan Franchini
commit: d95ae901856d94b2f7693b58aaa5618582c17280
Author: Devan Franchini  gentoo  org>
AuthorDate: Tue Aug  4 01:02:38 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Tue Aug  4 01:02:38 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=d95ae901

update.py: Adds functionality to ensure proper sqlite migration

 layman/updater.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/layman/updater.py b/layman/updater.py
index 746373d..25abf72 100644
--- a/layman/updater.py
+++ b/layman/updater.py
@@ -140,7 +140,10 @@ class Main(object):
 self.output.info(msg)
 
 try:
-shutil.copy(installed, backup_name)
+if migrate_type in ('json', 'xml'):
+shutil.copy(installed, backup_name)
+else:
+shutil.move(installed, backup_name)
 except IOError as err:
 msg = '  migrate_database() error; failed to back up old database 
'\
   'file.\n  Error was: %(err)s' % {'err': err}



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

2015-08-03 Thread Devan Franchini
commit: e6fa93587985ce4b39d866c74775eda27a398c71
Author: Devan Franchini  gentoo  org>
AuthorDate: Tue Aug  4 00:53:46 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Tue Aug  4 00:53:46 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=e6fa9358

setup.py: Fixes sqlite_db module name

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8ff41b0..a0343f9 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ setup(
 packages  = ['layman', 'layman.config_modules',
 'layman.config_modules.makeconf', 'layman.config_modules.reposconf',
 'layman.db_modules', 'layman.db_modules.json_db', 
-'layman.db_modules.sqlite', 'layman.db_modules.xml_db',
+'layman.db_modules.sqlite_db', 'layman.db_modules.xml_db',
 'layman.overlays', 'layman.overlays.modules',
 ] + modules,
 scripts   = ['bin/layman', 'bin/layman-overlay-maker',



[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: ChangeLog gentoo-sources-3.10.85.ebuild

2015-08-03 Thread Mike Pagano (mpagano)
mpagano 15/08/04 00:52:20

  Modified: ChangeLog
  Added:gentoo-sources-3.10.85.ebuild
  Log:
  Linux patches 3.10.84 and 3.10.85. BFQ v7r8.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1607   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1607&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1607&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1606&r2=1.1607

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1606
retrieving revision 1.1607
diff -u -r1.1606 -r1.1607
--- ChangeLog   3 Aug 2015 23:22:06 -   1.1606
+++ ChangeLog   4 Aug 2015 00:52:20 -   1.1607
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1606 2015/08/03 23:22:06 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1607 2015/08/04 00:52:20 mpagano Exp $
+
+*gentoo-sources-3.10.85 (04 Aug 2015)
+
+  04 Aug 2015; Mike Pagano  +gentoo-sources-3.10.85.ebuild:
+  Linux patches 3.10.84 and 3.10.85. BFQ v7r8.
 
 *gentoo-sources-3.14.49 (03 Aug 2015)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.10.85.ebuild

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

Index: gentoo-sources-3.10.85.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.85.ebuild,v
 1.1 2015/08/04 00:52:20 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="90"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"

}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] proj/linux-patches: New tag: 3.10-90

2015-08-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Aug  4 00:39:29 2015 +

New tag: 3.10-90




[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2015-08-03 Thread Anthony G. Basile
commit: 3f396d19a532b32918d9cb6a0febb58de6b570d6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug  4 00:39:13 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug  4 00:39:13 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=3f396d19

games-arcade/yarsrevenge: hangs sandbox because of gcj

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 9d23835..8e1b7ed 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1597,7 +1597,6 @@ games-arcade/xrick
 games-arcade/xscavenger
 games-arcade/xsfcave
 games-arcade/xtux
-games-arcade/yarsrevenge
 games-board/ace
 games-board/ascal
 games-board/atakks



[gentoo-commits] proj/layman:master commit in: layman/, /, layman/db_modules/sqlite_db/

2015-08-03 Thread Devan Franchini
commit: b8963040c8da23570823075399ec807c2787f484
Author: Devan Franchini  gentoo  org>
AuthorDate: Tue Aug  4 00:19:39 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Tue Aug  4 00:19:42 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=b8963040

Adds SQLite databasing module support

constants.py: Adds sqlite to list of supported database modules.
setup.py: Adds db_modules.sqlite_db.sqlite_db to list of installable
modules.

 layman/constants.py  |   2 +-
 layman/db_modules/sqlite_db/__init__.py  |  24 +++
 layman/db_modules/sqlite_db/sqlite_db.py | 332 +++
 setup.py |   4 +-
 4 files changed, 359 insertions(+), 3 deletions(-)

diff --git a/layman/constants.py b/layman/constants.py
index f8292f7..a83ce07 100644
--- a/layman/constants.py
+++ b/layman/constants.py
@@ -91,4 +91,4 @@ MOUNT_TYPES = ['Squashfs']
 ## Supported database types
 ##
 

-DB_TYPES = ['json', 'xml']
+DB_TYPES = ['json', 'sqlite', 'xml']

diff --git a/layman/db_modules/sqlite_db/__init__.py 
b/layman/db_modules/sqlite_db/__init__.py
new file mode 100644
index 000..7d2fba4
--- /dev/null
+++ b/layman/db_modules/sqlite_db/__init__.py
@@ -0,0 +1,24 @@
+# Copyright 2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+'''
+SQLite database plug-in module for layman.
+'''
+
+module_spec = {
+'name': 'sqlite_db',
+'description': __doc__,
+'provides':{
+'sqlite-module': {
+'name': 'sqlite_db',
+'class': 'DBHandler',
+'description': __doc__,
+'functions': ['add_new', 'read_db', 'write'],
+'func_desc': {
+'add_new': 'Adds overlay(s) from provided database text',
+'read_db': 'Reads the list of overlays from database file',
+'write'  : 'Writes the list of overlays to database file',
+},
+}
+}
+}

diff --git a/layman/db_modules/sqlite_db/sqlite_db.py 
b/layman/db_modules/sqlite_db/sqlite_db.py
new file mode 100644
index 000..1d079a3
--- /dev/null
+++ b/layman/db_modules/sqlite_db/sqlite_db.py
@@ -0,0 +1,332 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# LAYMAN SQLite DB
+#
+# File:   sqlite_db.py
+#
+# Access SQLite overlay database(s).
+#
+# Copyright:
+# (c) 2015Devan Franchini
+# Distributed under the terms of the GNU General Public License v2
+#
+# Author(s):
+# Devan Franchini 
+#
+'''Handler for sqlite overlay databases.'''
+
+from __future__ import unicode_literals
+
+__version__ = "$Id: sqlite_db.py 273 2015-08-03 20:17:30Z twitch153 $"
+
+#===
+#
+# Dependencies
+#
+#---
+
+import os
+import sys
+import sqlite3
+
+from   layman.overlays.overlay   import Overlay
+
+#py3.2+
+if sys.hexversion >= 0x30200f0:
+_UNICODE = 'unicode'
+else:
+_UNICODE = 'UTF-8'
+
+
+#===
+#
+# Class DBHandler
+#
+#---
+
+class DBHandler(object):
+'''
+Handle a SQLite overlay database.
+'''
+
+def __init__(self, config, overlays, paths=None, ignore=0,
+ ignore_init_read_errors=False):
+
+self.config = config
+self.ignore = ignore
+self.overlays = overlays
+self.paths = paths
+self.output = config['output']
+self.ignore_init_read_errors = ignore_init_read_errors
+
+self.output.debug('Initializing SQLite overlay list handler', 8)
+
+
+def __connect__(self, path):
+'''
+Establish connection with the SQLite database.
+'''
+if not os.path.exists(path):
+if not self.ignore_init_read_errors:
+msg = 'SQLite DBHandler warning; database previously '\
+  'non-existent.\nCreating database now...'
+self.output.warn(msg, 2)
+
+if not os.access(os.path.dirname(path), os.W_OK):
+msg = 'SQLite DBHandler error; cannot create database.\n'
+errmsg = 'Write permissions are not given in dir: "%(dir)s"'\
+  % {'dir': os.path.dirname(path)}
+self.output.error(msg + errmsg)
+
+raise Exception(errmsg)
+
+if os.path.exists(path) and not os.access(path, os.R_OK):
+msg = 'SQLite DBHandler error; database lacks read permissions'\
+  ' ca

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

2015-08-03 Thread Devan Franchini
commit: 16752532c5f7e3dd74745f4ca093278f8c71a90f
Author: Devan Franchini  gentoo  org>
AuthorDate: Mon Aug  3 20:26:41 2015 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon Aug  3 20:26:41 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=16752532

overlay.py: Reorganizes imports and cleans up init params

 layman/overlays/overlay.py | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 8f31a76..31fe400 100755
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -32,9 +32,12 @@ __version__ = "0.2"
 #
 
#---
 
-import sys, re, os, os.path
 import codecs
 import locale
+import os
+import os.path
+import re
+import sys
 import xml.etree.ElementTree as ET # Python 2.5
 
 from  layman.compatibility import encode
@@ -56,8 +59,7 @@ WHITESPACE_REGEX = re.compile('\s+')
 class Overlay(object):
 ''' Derive the real implementations from this.'''
 
-def __init__(self, config, json=None, ovl_dict=None, xml=None,
-ignore = 0):
+def __init__(self, config, json=None, ovl_dict=None, xml=None, ignore=0):
 self.config = config
 self.output = config['output']
 self.module_controller = Modules(path=MOD_PATH,



[gentoo-commits] proj/linux-patches:3.10 commit in: /

2015-08-03 Thread Mike Pagano
commit: 3254e809b0bacc10071a00edc184e5da0e45b6e7
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Aug  4 00:04:03 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Aug  4 00:04:03 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=3254e809

Linux patch 3.10.85

 _README  |4 +
 1084_linux-3.10.85.patch | 2941 ++
 2 files changed, 2945 insertions(+)

diff --git a/_README b/_README
index 3025db2..c441446 100644
--- a/_README
+++ b/_README
@@ -378,6 +378,10 @@ Patch:  1083_linux-3.10.84.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.84
 
+Patch:  1084_linux-3.10.85.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.85
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1084_linux-3.10.85.patch b/1084_linux-3.10.85.patch
new file mode 100644
index 000..fcc7952
--- /dev/null
+++ b/1084_linux-3.10.85.patch
@@ -0,0 +1,2941 @@
+diff --git 
a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt 
b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
+index 01ef408e205f..8faff12e7014 100644
+--- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
 b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
+@@ -91,5 +91,5 @@ mpp61 61   gpo, dev(wen1), uart1(txd), 
audio(rclk)
+ mpp62 62   gpio, dev(a2), uart1(cts), tdm(drx), pcie(clkreq0),
+audio(mclk), uart0(cts)
+ mpp63 63   gpo, spi0(sck), tclk
+-mpp64 64   gpio, spi0(miso), spi0-1(cs1)
+-mpp65 65   gpio, spi0(mosi), spi0-1(cs2)
++mpp64 64   gpio, spi0(miso), spi0(cs1)
++mpp65 65   gpio, spi0(mosi), spi0(cs2)
+diff --git 
a/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt 
b/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
+index bfa0a2e5e0cb..86dec67e5450 100644
+--- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
 b/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
+@@ -41,15 +41,15 @@ mpp20 20   gpio, ge0(rxd4), ge1(rxd2), 
lcd(d20), ptp(clk)
+ mpp21 21   gpio, ge0(rxd5), ge1(rxd3), lcd(d21), mem(bat)
+ mpp22 22   gpio, ge0(rxd6), ge1(rxctl), lcd(d22), sata0(prsnt)
+ mpp23 23   gpio, ge0(rxd7), ge1(rxclk), lcd(d23), sata1(prsnt)
+-mpp24 24   gpio, lcd(hsync), sata1(prsnt), nf(bootcs-re), tdm(rst)
+-mpp25 25   gpio, lcd(vsync), sata0(prsnt), nf(bootcs-we), 
tdm(pclk)
+-mpp26 26   gpio, lcd(clk), tdm(fsync), vdd(cpu1-pd)
++mpp24 24   gpio, lcd(hsync), sata1(prsnt), tdm(rst)
++mpp25 25   gpio, lcd(vsync), sata0(prsnt), tdm(pclk)
++mpp26 26   gpio, lcd(clk), tdm(fsync)
+ mpp27 27   gpio, lcd(e), tdm(dtx), ptp(trig)
+ mpp28 28   gpio, lcd(pwm), tdm(drx), ptp(evreq)
+-mpp29 29   gpio, lcd(ref-clk), tdm(int0), ptp(clk), vdd(cpu0-pd)
++mpp29 29   gpio, lcd(ref-clk), tdm(int0), ptp(clk)
+ mpp30 30   gpio, tdm(int1), sd0(clk)
+-mpp31 31   gpio, tdm(int2), sd0(cmd), vdd(cpu0-pd)
+-mpp32 32   gpio, tdm(int3), sd0(d0), vdd(cpu1-pd)
++mpp31 31   gpio, tdm(int2), sd0(cmd)
++mpp32 32   gpio, tdm(int3), sd0(d0)
+ mpp33 33   gpio, tdm(int4), sd0(d1), mem(bat)
+ mpp34 34   gpio, tdm(int5), sd0(d2), sata0(prsnt)
+ mpp35 35   gpio, tdm(int6), sd0(d3), sata1(prsnt)
+@@ -57,21 +57,18 @@ mpp36 36   gpio, spi(mosi)
+ mpp37 37   gpio, spi(miso)
+ mpp38 38   gpio, spi(sck)
+ mpp39 39   gpio, spi(cs0)
+-mpp40 40   gpio, spi(cs1), uart2(cts), lcd(vga-hsync), 
vdd(cpu1-pd),
+-   pcie(clkreq0)
++mpp40 40   gpio, spi(cs1), uart2(cts), lcd(vga-hsync), 
pcie(clkreq0)
+ mpp41 41   gpio, spi(cs2), uart2(rts), lcd(vga-vsync), 
sata1(prsnt),
+pcie(clkreq1)
+-mpp42 42   gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer),
+-   vdd(cpu0-pd)
+-mpp43 43   gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout),
+-   vdd(cpu2-3-pd){1}
++mpp42 42   gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer)
++mpp43 43   gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout)
+ mpp44 44   gpio, uart2(cts), uart3(rxd), spi(cs4), pcie(clkreq2),
+mem(bat)
+ mpp45 45   gpio, uart2(rts), uart3(txd), spi(cs5), sata1(prsnt)
+ mpp46 46   gpio, uart3(rts), uart1(rts), spi(cs6), sata0(prsnt)
+ mpp47 47   gpio, uart3(cts), uart1(cts), spi(cs

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

2015-08-03 Thread Ian Delaney (idella4)
idella4 15/08/04 00:06:29

  Modified: html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  correction to entry of deps, fix test phase, fixes bug #556362
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- html2text-2014.4.5-r1.ebuild19 Apr 2015 07:02:14 -  1.7
+++ html2text-2014.4.5-r1.ebuild4 Aug 2015 00:06:29 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.7 
2015/04/19 07:02:14 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.8 
2015/08/04 00:06:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -10,25 +10,21 @@
 DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
 HOMEPAGE="https://github.com/html2text/html2text
https://github.com/Alir3z4/html2text 
http://pypi.python.org/pypi/html2text";
-SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" 
 # PyPI one missing test data files
+SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/feedparser[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+   dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
 
 PATCHES=( "${FILESDIR}/${PN}-rename.patch"
"${FILESDIR}/${PN}-noinstall-test.patch" )
 
-src_test() {
-   impl_specific() {
-   python_export PYTHON_SITEDIR
-   PYTHONPATH="${D}${PYTHON_SITEDIR}" "${PYTHON}" 
test/test_html2text.py -v || die
-   }
-   python_foreach_impl impl_specific
+python_test() {
+   "${PYTHON}" test/test_html2text.py -v || die
 }



1.25 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 Jun 2015 13:30:30 -   1.24
+++ ChangeLog   4 Aug 2015 00:06:29 -   1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.24 
2015/06/07 13:30:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.25 
2015/08/04 00:06:29 idella4 Exp $
+
+  04 Aug 2015; Ian Delaney  html2text-2014.4.5-r1.ebuild:
+  correction to entry of deps, fix test phase, fixes bug #556362
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.14.49.ebuild ChangeLog

2015-08-03 Thread Mike Pagano (mpagano)
mpagano 15/08/03 23:22:06

  Modified: ChangeLog
  Added:gentoo-sources-3.14.49.ebuild
  Log:
  Linux patch 3.14.49. BFQ patche for 3.14 v7r8.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1606   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1606&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1606&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1605&r2=1.1606

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1605
retrieving revision 1.1606
diff -u -r1.1605 -r1.1606
--- ChangeLog   3 Aug 2015 19:17:47 -   1.1605
+++ ChangeLog   3 Aug 2015 23:22:06 -   1.1606
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1605 2015/08/03 19:17:47 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1606 2015/08/03 23:22:06 mpagano Exp $
+
+*gentoo-sources-3.14.49 (03 Aug 2015)
+
+  03 Aug 2015; Mike Pagano  +gentoo-sources-3.14.49.ebuild:
+  Linux patch 3.14.49. BFQ patche for 3.14 v7r8.
 
 *gentoo-sources-4.1.4 (03 Aug 2015)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.14.49.ebuild

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

Index: gentoo-sources-3.14.49.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.49.ebuild,v
 1.1 2015/08/03 23:22:06 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="55"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in sci-libs/libcore: ChangeLog libcore-1.8.ebuild libcore-2.0.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:16:27

  Modified: ChangeLog
  Removed:  libcore-1.8.ebuild libcore-2.0.8.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.10 sci-libs/libcore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcore/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcore/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcore/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Aug 2012 19:34:54 -   1.9
+++ ChangeLog   3 Aug 2015 23:16:27 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libcore
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.9 2012/08/03 
19:34:54 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.10 
2015/08/03 23:16:27 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -libcore-1.8.ebuild,
+  -libcore-2.0.8.ebuild:
+  Remove old.
 
   03 Aug 2012; Sébastien Fabbro  libcore-2.1.1-r1.ebuild:
   Keyword amd64-linux x86-linux






[gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.3-r1.ebuild nlopt-2.3-r2.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:12:03

  Modified: ChangeLog
  Removed:  nlopt-2.3-r1.ebuild nlopt-2.3-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.25 sci-libs/nlopt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Apr 2015 18:49:15 -   1.24
+++ ChangeLog   3 Aug 2015 23:12:03 -   1.25
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.24 2015/04/08 
18:49:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.25 2015/08/03 
23:12:03 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -nlopt-2.3-r1.ebuild,
+  -nlopt-2.3-r2.ebuild:
+  Remove old.
 
   08 Apr 2015; Michał Górny  nlopt-2.4.2.ebuild:
   Drop old Python implementations






[gentoo-commits] gentoo-x86 commit in sci-libs/libbufr: ChangeLog libbufr-000360.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:07:35

  Modified: ChangeLog
  Removed:  libbufr-000360.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.11 sci-libs/libbufr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   18 Oct 2012 20:41:24 -  1.10
+++ ChangeLog   3 Aug 2015 23:07:35 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libbufr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.10 
2012/10/18 20:41:24 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.11 
2015/08/03 23:07:35 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -libbufr-000360.ebuild:
+  Remove old.
 
   18 Oct 2012; Justin Lecher  libbufr-000360.ebuild,
   libbufr-000387.ebuild, metadata.xml:






[gentoo-commits] gentoo-x86 commit in sci-libs/ufconfig: ChangeLog ufconfig-3.6.0.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:06:01

  Modified: ChangeLog
  Removed:  ufconfig-3.6.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.38 sci-libs/ufconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ufconfig/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ufconfig/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ufconfig/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   3 Aug 2015 23:05:21 -   1.37
+++ ChangeLog   3 Aug 2015 23:06:01 -   1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/ufconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.37 
2015/08/03 23:05:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.38 
2015/08/03 23:06:01 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ufconfig-3.6.0.ebuild:
+  Remove old.
 
   03 Aug 2015; Manuel Rüger  -ufconfig-3.1.0.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in sci-libs/ufconfig: ChangeLog ufconfig-3.1.0.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:05:21

  Modified: ChangeLog
  Removed:  ufconfig-3.1.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.37 sci-libs/ufconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   15 Oct 2012 21:14:59 -  1.36
+++ ChangeLog   3 Aug 2015 23:05:21 -   1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/ufconfig
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.36 
2012/10/15 21:14:59 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.37 
2015/08/03 23:05:21 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ufconfig-3.1.0.ebuild:
+  Remove old.
 
   15 Oct 2012;   ufconfig-3.7.1.ebuild:
   Add ~x86-fbsd.






[gentoo-commits] gentoo-x86 commit in sci-libs/gsl: ChangeLog gsl-1.15.ebuild gsl-1.14-r1.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:04:24

  Modified: ChangeLog
  Removed:  gsl-1.15.ebuild gsl-1.14-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.89 sci-libs/gsl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gsl/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gsl/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gsl/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   29 Apr 2015 06:35:06 -  1.88
+++ ChangeLog   3 Aug 2015 23:04:24 -   1.89
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/gsl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.88 2015/04/29 
06:35:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.89 2015/08/03 
23:04:24 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -gsl-1.14-r1.ebuild,
+  -gsl-1.15.ebuild:
+  Remove old.
 
   29 Apr 2015; Patrick Lauer  gsl-1.14-r1.ebuild,
   gsl-1.14.ebuild, gsl-1.15.ebuild, gsl-1.16.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.9.2.ebuild gdal-1.10.1.ebuild gdal-1.10.0-r1.ebuild gdal-1.11.1-r1.ebuild gdal-1.11.1-r2.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 23:03:10

  Modified: ChangeLog
  Removed:  gdal-1.9.2.ebuild gdal-1.10.1.ebuild
gdal-1.10.0-r1.ebuild gdal-1.11.1-r1.ebuild
gdal-1.11.1-r2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.169sci-libs/gdal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.169&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.169&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   8 Jul 2015 08:28:11 -   1.168
+++ ChangeLog   3 Aug 2015 23:03:10 -   1.169
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.168 2015/07/08 
08:28:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.169 2015/08/03 
23:03:10 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -gdal-1.10.0-r1.ebuild,
+  -gdal-1.10.1.ebuild, -gdal-1.11.1-r1.ebuild, -gdal-1.11.1-r2.ebuild,
+  -gdal-1.9.2.ebuild:
+  Remove old.
 
 *gdal-2.0.0 (08 Jul 2015)
 






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

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:53:01

  Modified: package.mask
  Log:
  Cleanup old masks.

Revision  ChangesPath
1.16698  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16697
retrieving revision 1.16698
diff -u -r1.16697 -r1.16698
--- package.mask3 Aug 2015 17:12:30 -   1.16697
+++ package.mask3 Aug 2015 22:53:01 -   1.16698
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16697 2015/08/03 
17:12:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16698 2015/08/03 
22:53:01 mrueg 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
@@ -144,20 +144,6 @@
 # Removal in 30 days. See bug #552452.
 net-p2p/frostwire
 
-# Manuel Rüger  (5 Jul 2015)
-# Mask for various issues (missing ruby20 support, test failures)
-# Removal in 30 days
-app-text/deplate
-app-text/migemo
-dev-util/travis-yaml
-
-# Hans de Graaff  (5 Jul 2015)
-# Mask for removal in 30 days. This is an old slot with a supporting
-# package only needed for this slot. Use dev-ruby/dotenv:2 instead.
-# This also fixes bug #553402 (file collision between slots).
-dev-ruby/dotenv:0
-dev-ruby/dotenv-deployment
-
 # Michael Orlitzky  (3 Jul 2015)
 # Mask for removal in 30 days. Superseded by dev-haskell/biosff;
 # use that instead. Bug #553636.






[gentoo-commits] gentoo-x86 commit in app-text/migemo/files: 50migemo-gentoo.el migemo-0.40-r5-without-emacs.patch migemo-0.40_p2-ruby-ng.patch

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:51:36

  Removed:  50migemo-gentoo.el
migemo-0.40-r5-without-emacs.patch
migemo-0.40_p2-ruby-ng.patch
  Log:
  app-text/migemo removal.



[gentoo-commits] gentoo-x86 commit in app-text/migemo: ChangeLog Manifest metadata.xml migemo-0.40_p2.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:51:36

  Removed:  ChangeLog Manifest metadata.xml
migemo-0.40_p2.ebuild
  Log:
  app-text/migemo removal.



[gentoo-commits] gentoo-x86 commit in app-text/deplate: ChangeLog Manifest deplate-0.8.5.ebuild metadata.xml

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:51:58

  Removed:  ChangeLog Manifest deplate-0.8.5.ebuild
metadata.xml
  Log:
  app-text/deplate removal.



[gentoo-commits] gentoo-x86 commit in dev-util/travis-yaml: ChangeLog Manifest metadata.xml travis-yaml-0.1.0.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:50:36

  Removed:  ChangeLog Manifest metadata.xml
travis-yaml-0.1.0.ebuild
  Log:
  dev-util/travis-yaml removal.



[gentoo-commits] gentoo-x86 commit in dev-ruby/dotenv: ChangeLog dotenv-1.0.2.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:49:28

  Modified: ChangeLog
  Removed:  dotenv-1.0.2.ebuild
  Log:
  Remove old slot.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.11 dev-ruby/dotenv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   20 Jun 2015 06:53:46 -  1.10
+++ ChangeLog   3 Aug 2015 22:49:28 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/dotenv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.10 2015/06/20 
06:53:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.11 2015/08/03 
22:49:28 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -dotenv-1.0.2.ebuild:
+  Remove old slot.
 
 *dotenv-2.0.2 (20 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/dotenv-deployment: ChangeLog Manifest dotenv-deployment-0.0.2.ebuild dotenv-deployment-0.3.0.ebuild metadata.xml

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:48:57

  Removed:  ChangeLog Manifest dotenv-deployment-0.0.2.ebuild
dotenv-deployment-0.3.0.ebuild metadata.xml
  Log:
  dev-ruby/dotenv-deployment removal



[gentoo-commits] proj/linux-patches:3.14 commit in: /

2015-08-03 Thread Mike Pagano
commit: 57909109492de98e7e39f18c2f84c976a01b2c8b
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Aug  3 22:20:36 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Aug  3 22:20:36 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=57909109

Linux patch 3.14.49

 _README  |4 +
 1048_linux-3.14.49.patch | 4039 ++
 2 files changed, 4043 insertions(+)

diff --git a/_README b/_README
index c8d6b7b..0b18237 100644
--- a/_README
+++ b/_README
@@ -234,6 +234,10 @@ Patch:  1047_linux-3.14.48.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.48
 
+Patch:  1048_linux-3.14.49.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.49
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1048_linux-3.14.49.patch b/1048_linux-3.14.49.patch
new file mode 100644
index 000..dfa4b27
--- /dev/null
+++ b/1048_linux-3.14.49.patch
@@ -0,0 +1,4039 @@
+diff --git 
a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt 
b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
+index 01ef408e205f..8faff12e7014 100644
+--- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
 b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt
+@@ -91,5 +91,5 @@ mpp61 61   gpo, dev(wen1), uart1(txd), 
audio(rclk)
+ mpp62 62   gpio, dev(a2), uart1(cts), tdm(drx), pcie(clkreq0),
+audio(mclk), uart0(cts)
+ mpp63 63   gpo, spi0(sck), tclk
+-mpp64 64   gpio, spi0(miso), spi0-1(cs1)
+-mpp65 65   gpio, spi0(mosi), spi0-1(cs2)
++mpp64 64   gpio, spi0(miso), spi0(cs1)
++mpp65 65   gpio, spi0(mosi), spi0(cs2)
+diff --git 
a/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt 
b/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
+index bfa0a2e5e0cb..86dec67e5450 100644
+--- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
 b/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt
+@@ -41,15 +41,15 @@ mpp20 20   gpio, ge0(rxd4), ge1(rxd2), 
lcd(d20), ptp(clk)
+ mpp21 21   gpio, ge0(rxd5), ge1(rxd3), lcd(d21), mem(bat)
+ mpp22 22   gpio, ge0(rxd6), ge1(rxctl), lcd(d22), sata0(prsnt)
+ mpp23 23   gpio, ge0(rxd7), ge1(rxclk), lcd(d23), sata1(prsnt)
+-mpp24 24   gpio, lcd(hsync), sata1(prsnt), nf(bootcs-re), tdm(rst)
+-mpp25 25   gpio, lcd(vsync), sata0(prsnt), nf(bootcs-we), 
tdm(pclk)
+-mpp26 26   gpio, lcd(clk), tdm(fsync), vdd(cpu1-pd)
++mpp24 24   gpio, lcd(hsync), sata1(prsnt), tdm(rst)
++mpp25 25   gpio, lcd(vsync), sata0(prsnt), tdm(pclk)
++mpp26 26   gpio, lcd(clk), tdm(fsync)
+ mpp27 27   gpio, lcd(e), tdm(dtx), ptp(trig)
+ mpp28 28   gpio, lcd(pwm), tdm(drx), ptp(evreq)
+-mpp29 29   gpio, lcd(ref-clk), tdm(int0), ptp(clk), vdd(cpu0-pd)
++mpp29 29   gpio, lcd(ref-clk), tdm(int0), ptp(clk)
+ mpp30 30   gpio, tdm(int1), sd0(clk)
+-mpp31 31   gpio, tdm(int2), sd0(cmd), vdd(cpu0-pd)
+-mpp32 32   gpio, tdm(int3), sd0(d0), vdd(cpu1-pd)
++mpp31 31   gpio, tdm(int2), sd0(cmd)
++mpp32 32   gpio, tdm(int3), sd0(d0)
+ mpp33 33   gpio, tdm(int4), sd0(d1), mem(bat)
+ mpp34 34   gpio, tdm(int5), sd0(d2), sata0(prsnt)
+ mpp35 35   gpio, tdm(int6), sd0(d3), sata1(prsnt)
+@@ -57,21 +57,18 @@ mpp36 36   gpio, spi(mosi)
+ mpp37 37   gpio, spi(miso)
+ mpp38 38   gpio, spi(sck)
+ mpp39 39   gpio, spi(cs0)
+-mpp40 40   gpio, spi(cs1), uart2(cts), lcd(vga-hsync), 
vdd(cpu1-pd),
+-   pcie(clkreq0)
++mpp40 40   gpio, spi(cs1), uart2(cts), lcd(vga-hsync), 
pcie(clkreq0)
+ mpp41 41   gpio, spi(cs2), uart2(rts), lcd(vga-vsync), 
sata1(prsnt),
+pcie(clkreq1)
+-mpp42 42   gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer),
+-   vdd(cpu0-pd)
+-mpp43 43   gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout),
+-   vdd(cpu2-3-pd){1}
++mpp42 42   gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer)
++mpp43 43   gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout)
+ mpp44 44   gpio, uart2(cts), uart3(rxd), spi(cs4), pcie(clkreq2),
+mem(bat)
+ mpp45 45   gpio, uart2(rts), uart3(txd), spi(cs5), sata1(prsnt)
+ mpp46 46   gpio, uart3(rts), uart1(rts), spi(cs6), sata0(prsnt)
+ mpp47 47   gpio, uart3(cts), uart1(cts), spi(cs

[gentoo-commits] proj/linux-patches: New tag: 3.14-55

2015-08-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Aug  3 22:33:18 2015 +

New tag: 3.14-55




[gentoo-commits] gentoo-x86 commit in x11-apps/xwarppointer: ChangeLog xwarppointer-1-r2.ebuild xwarppointer-1-r1.ebuild

2015-08-03 Thread Ulrich Mueller (ulm)
ulm 15/08/03 22:12:43

  Modified: ChangeLog
  Added:xwarppointer-1-r2.ebuild
  Removed:  xwarppointer-1-r1.ebuild
  Log:
  Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.6  x11-apps/xwarppointer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Jul 2012 15:11:41 -  1.5
+++ ChangeLog   3 Aug 2015 22:12:43 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xwarppointer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v 1.5 
2012/07/11 15:11:41 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v 1.6 
2015/08/03 22:12:43 ulm Exp $
+
+*xwarppointer-1-r2 (03 Aug 2015)
+
+  03 Aug 2015; Ulrich Müller  -xwarppointer-1-r1.ebuild,
+  +xwarppointer-1-r2.ebuild:
+  Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
 
   11 Jul 2012; Michael Palimaka  -xwarppointer-1.ebuild:
   Remove old.



1.1  x11-apps/xwarppointer/xwarppointer-1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild?rev=1.1&content-type=text/plain

Index: xwarppointer-1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild,v 1.1 
2015/08/03 22:12:43 ulm Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Program to move the mouse cursor"
HOMEPAGE="http://www.ishiboo.com/~nirva/Projects/xwarppointer/";
SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

src_prepare() {
sed -i Makefile \
-e 's|^X11HOME=.*|X11HOME=/usr/X11R6|' \
-e 's|^CFLAGS=|CFLAGS+=|' \
-e 's| -o | $(LDFLAGS)&|' \
|| die 'setting X11HOME failed'
}

src_compile() {
emake CC="$(tc-getCC)"
}

src_install() {
dobin xwarppointer
dodoc README
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rcairo: ChangeLog rcairo-1.10.2-r1.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:07:16

  Modified: ChangeLog
  Removed:  rcairo-1.10.2-r1.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.98 dev-ruby/rcairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.98&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.98&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rcairo/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   3 Aug 2015 13:49:52 -   1.97
+++ ChangeLog   3 Aug 2015 22:07:16 -   1.98
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rcairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.97 2015/08/03 
13:49:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.98 2015/08/03 
22:07:16 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -rcairo-1.10.2-r1.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  rcairo-1.14.1.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-goocanvas: ruby-goocanvas-1.1.8.ebuild ChangeLog

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:06:19

  Modified: ruby-goocanvas-1.1.8.ebuild ChangeLog
  Log:
  Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild

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

Index: ruby-goocanvas-1.1.8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-goocanvas-1.1.8.ebuild 21 May 2014 01:35:18 -  1.6
+++ ruby-goocanvas-1.1.8.ebuild 3 Aug 2015 22:06:19 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild,v 
1.6 2014/05/21 01:35:18 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild,v 
1.7 2015/08/03 22:06:19 mrueg Exp $
 
 EAPI=4
 USE_RUBY="ruby19"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby binding of GooCanvas"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="${RDEPEND}



1.37 dev-ruby/ruby-goocanvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   6 Jul 2015 09:38:43 -   1.36
+++ ChangeLog   3 Aug 2015 22:06:19 -   1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-goocanvas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ChangeLog,v 1.36 
2015/07/06 09:38:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ChangeLog,v 1.37 
2015/08/03 22:06:19 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  ruby-goocanvas-1.1.8.ebuild:
+  Drop stable keyword for ppc.
 
 *ruby-goocanvas-2.2.0-r1 (06 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gdk3: ruby-gdk3-2.2.3.ebuild ChangeLog

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:03:50

  Modified: ruby-gdk3-2.2.3.ebuild ChangeLog
  Log:
  Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.9  dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild

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

Index: ruby-gdk3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ruby-gdk3-2.2.3.ebuild  3 Aug 2015 19:15:14 -   1.8
+++ ruby-gdk3-2.2.3.ebuild  3 Aug 2015 22:03:50 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v 
1.8 2015/08/03 19:15:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v 
1.9 2015/08/03 22:03:50 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby GDK-3.x bindings"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND+=" x11-libs/gtk+:3"



1.15 dev-ruby/ruby-gdk3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Aug 2015 19:15:14 -   1.14
+++ ChangeLog   3 Aug 2015 22:03:50 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gdk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.14 
2015/08/03 19:15:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.15 
2015/08/03 22:03:50 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  ruby-gdk3-2.2.3.ebuild:
+  Drop stable keyword for ppc.
 
   03 Aug 2015; Pacho Ramos  ruby-gdk3-2.2.3.ebuild:
   ppc stable wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtk2: ChangeLog ruby-gtk2-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:02:29

  Modified: ChangeLog
  Removed:  ruby-gtk2-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.121dev-ruby/ruby-gtk2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?rev=1.121&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?rev=1.121&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   3 Aug 2015 13:49:08 -   1.120
+++ ChangeLog   3 Aug 2015 22:02:29 -   1.121
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gtk2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v 1.120 
2015/08/03 13:49:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ChangeLog,v 1.121 
2015/08/03 22:02:29 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-gtk2-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-gtk2-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-atk: ruby-atk-2.2.3.ebuild ChangeLog ruby-atk-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 22:00:33

  Modified: ruby-atk-2.2.3.ebuild ChangeLog
  Removed:  ruby-atk-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild

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

Index: ruby-atk-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-atk-2.2.3.ebuild   3 Aug 2015 19:12:16 -   1.6
+++ ruby-atk-2.2.3.ebuild   3 Aug 2015 22:00:33 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild,v 
1.6 2015/08/03 19:12:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.2.3.ebuild,v 
1.7 2015/08/03 22:00:33 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby Atk bindings"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 DEPEND+=" dev-libs/atk"
 RDEPEND=" dev-libs/atk"



1.92 dev-ruby/ruby-atk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.92&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.92&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   3 Aug 2015 19:12:16 -   1.91
+++ ChangeLog   3 Aug 2015 22:00:33 -   1.92
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-atk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.91 
2015/08/03 19:12:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.92 
2015/08/03 22:00:33 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-atk-1.1.8.ebuild,
+  ruby-atk-2.2.3.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Pacho Ramos  ruby-atk-2.2.3.ebuild:
   ppc stable wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:59:27

  Modified: ChangeLog
  Removed:  ruby-gtksourceview-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.68 dev-ruby/ruby-gtksourceview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   3 Aug 2015 13:49:16 -   1.67
+++ ChangeLog   3 Aug 2015 21:59:27 -   1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 
1.67 2015/08/03 13:49:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 
1.68 2015/08/03 21:59:27 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  
-ruby-gtksourceview-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo 
   ruby-gtksourceview-2.2.3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-pango: ChangeLog ruby-pango-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:57:56

  Modified: ChangeLog
  Removed:  ruby-pango-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.99 dev-ruby/ruby-pango/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   3 Aug 2015 13:49:24 -   1.98
+++ ChangeLog   3 Aug 2015 21:57:56 -   1.99
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-pango
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.98 
2015/08/03 13:49:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ChangeLog,v 1.99 
2015/08/03 21:57:56 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-pango-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-pango-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-poppler: ChangeLog ruby-poppler-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:56:36

  Modified: ChangeLog
  Removed:  ruby-poppler-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.64 dev-ruby/ruby-poppler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   3 Aug 2015 13:49:28 -   1.63
+++ ChangeLog   3 Aug 2015 21:56:36 -   1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-poppler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.63 
2015/08/03 13:49:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ChangeLog,v 1.64 
2015/08/03 21:56:36 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-poppler-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-poppler-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-rsvg: ChangeLog ruby-rsvg-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:55:22

  Modified: ChangeLog
  Removed:  ruby-rsvg-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.61 dev-ruby/ruby-rsvg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   3 Aug 2015 13:49:32 -   1.60
+++ ChangeLog   3 Aug 2015 21:55:22 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-rsvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.60 
2015/08/03 13:49:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.61 
2015/08/03 21:55:22 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-rsvg-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-rsvg-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-vte: ChangeLog ruby-vte-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:54:29

  Modified: ChangeLog
  Removed:  ruby-vte-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.57 dev-ruby/ruby-vte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   3 Aug 2015 13:49:36 -   1.56
+++ ChangeLog   3 Aug 2015 21:54:29 -   1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-vte
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.56 
2015/08/03 13:49:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.57 
2015/08/03 21:54:29 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-vte-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-vte-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gdkpixbuf2: ruby-gdkpixbuf2-2.2.3.ebuild ChangeLog ruby-gdkpixbuf2-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:53:01

  Modified: ruby-gdkpixbuf2-2.2.3.ebuild ChangeLog
  Removed:  ruby-gdkpixbuf2-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild

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

Index: ruby-gdkpixbuf2-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-gdkpixbuf2-2.2.3.ebuild3 Aug 2015 19:15:22 -   1.6
+++ ruby-gdkpixbuf2-2.2.3.ebuild3 Aug 2015 21:53:01 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild,v 
1.6 2015/08/03 19:15:22 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild,v 
1.7 2015/08/03 21:53:01 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
 
 DESCRIPTION="Ruby GdkPixbuf2 bindings"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND+=" x11-libs/gtk+:2"



1.103dev-ruby/ruby-gdkpixbuf2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   3 Aug 2015 19:15:22 -   1.102
+++ ChangeLog   3 Aug 2015 21:53:01 -   1.103
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gdkpixbuf2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.102 
2015/08/03 19:15:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.103 
2015/08/03 21:53:01 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-gdkpixbuf2-1.1.8.ebuild,
+  ruby-gdkpixbuf2-2.2.3.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Pacho Ramos  ruby-gdkpixbuf2-2.2.3.ebuild:
   ppc stable wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-cairo-gobject: ruby-cairo-gobject-2.2.3.ebuild ChangeLog

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:51:59

  Modified: ruby-cairo-gobject-2.2.3.ebuild ChangeLog
  Log:
  Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.8  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild

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

Index: ruby-cairo-gobject-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-cairo-gobject-2.2.3.ebuild 3 Aug 2015 19:12:25 -   1.7
+++ ruby-cairo-gobject-2.2.3.ebuild 3 Aug 2015 21:51:59 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
 1.7 2015/08/03 19:12:25 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
 1.8 2015/08/03 21:51:59 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -10,7 +10,7 @@
 RUBY_S="ruby-gnome2-all-${PV}/cairo-gobject"
 
 DESCRIPTION="Ruby cairo-gobject bindings"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND+=" x11-libs/cairo"



1.16 dev-ruby/ruby-cairo-gobject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Aug 2015 19:12:25 -   1.15
+++ ChangeLog   3 Aug 2015 21:51:59 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-cairo-gobject
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.15 2015/08/03 19:12:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.16 2015/08/03 21:51:59 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  ruby-cairo-gobject-2.2.3.ebuild:
+  Drop stable keyword for ppc.
 
   03 Aug 2015; Pacho Ramos  ruby-cairo-gobject-2.2.3.ebuild:
   ppc stable wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gio2: ruby-gio2-2.2.3.ebuild ChangeLog ruby-gio2-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:51:14

  Modified: ruby-gio2-2.2.3.ebuild ChangeLog
  Removed:  ruby-gio2-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild

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

Index: ruby-gio2-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-gio2-2.2.3.ebuild  3 Aug 2015 19:15:32 -   1.6
+++ ruby-gio2-2.2.3.ebuild  3 Aug 2015 21:51:14 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v 
1.6 2015/08/03 19:15:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.3.ebuild,v 
1.7 2015/08/03 21:51:14 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby binding of GooCanvas"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND+="dev-libs/gobject-introspection"



1.40 dev-ruby/ruby-gio2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   3 Aug 2015 19:15:32 -   1.39
+++ ChangeLog   3 Aug 2015 21:51:14 -   1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gio2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.39 
2015/08/03 19:15:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.40 
2015/08/03 21:51:14 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-gio2-1.1.8.ebuild,
+  ruby-gio2-2.2.3.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Pacho Ramos  ruby-gio2-2.2.3.ebuild:
   ppc stable wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gstreamer: ChangeLog ruby-gstreamer-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:50:13

  Modified: ChangeLog
  Removed:  ruby-gstreamer-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.80 dev-ruby/ruby-gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   3 Aug 2015 13:49:04 -   1.79
+++ ChangeLog   3 Aug 2015 21:50:13 -   1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.79 
2015/08/03 13:49:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ChangeLog,v 1.80 
2015/08/03 21:50:13 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-gstreamer-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-gstreamer-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gnome2: ChangeLog ruby-gnome2-1.1.8.ebuild

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:48:14

  Modified: ChangeLog
  Removed:  ruby-gnome2-1.1.8.ebuild
  Log:
  Remove old. Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.96 dev-ruby/ruby-gnome2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   3 Aug 2015 13:48:56 -   1.95
+++ ChangeLog   3 Aug 2015 21:48:14 -   1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-gnome2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.95 
2015/08/03 13:48:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.96 
2015/08/03 21:48:14 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  -ruby-gnome2-1.1.8.ebuild:
+  Remove old. Drop stable keyword for ppc.
 
   03 Aug 2015; Agostino Sarubbo  ruby-gnome2-2.2.3.ebuild:
   Stable for x86, wrt bug #554164






[gentoo-commits] gentoo-x86 commit in games-board/camato: camato-0.7.4.ebuild ChangeLog

2015-08-03 Thread Manuel Rueger (mrueg)
mrueg   15/08/03 21:29:52

  Modified: camato-0.7.4.ebuild ChangeLog
  Log:
  Drop stable keyword for ppc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  games-board/camato/camato-0.7.4.ebuild

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

Index: camato-0.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- camato-0.7.4.ebuild 30 Oct 2014 16:50:32 -  1.6
+++ camato-0.7.4.ebuild 3 Aug 2015 21:29:52 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v 
1.6 2014/10/30 16:50:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.7.4.ebuild,v 
1.7 2015/08/03 21:29:52 mrueg Exp $
 
 EAPI=5
 inherit versionator games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-ruby/ruby-gtk2"



1.9  games-board/camato/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   30 Oct 2014 16:50:32 -  1.8
+++ ChangeLog   3 Aug 2015 21:29:52 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/camato
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.8 
2014/10/30 16:50:32 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/camato/ChangeLog,v 1.9 
2015/08/03 21:29:52 mrueg Exp $
+
+  03 Aug 2015; Manuel Rüger  camato-0.7.4.ebuild:
+  Drop stable keyword for ppc.
 
   30 Oct 2014; Michael Sterrett  camato-0.7.4.ebuild:
   EAPI=5






[gentoo-commits] gentoo-x86 commit in media-gfx/enblend: ChangeLog enblend-4.1.3.ebuild

2015-08-03 Thread Markus Meier (maekke)
maekke  15/08/03 21:25:35

  Modified: ChangeLog enblend-4.1.3.ebuild
  Log:
  move media-gfx/imagemagick directly to DEPEND by Agostino Sarubbo in bug 
#556572
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  ChangesPath
1.66 media-gfx/enblend/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Jul 2015 11:21:33 -  1.65
+++ ChangeLog   3 Aug 2015 21:25:35 -   1.66
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/enblend
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.65 
2015/07/25 11:21:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.66 
2015/08/03 21:25:35 maekke Exp $
+
+  03 Aug 2015; Markus Meier  enblend-4.1.3.ebuild:
+  move media-gfx/imagemagick directly to DEPEND by Agostino Sarubbo in bug
+  #556572
 
   25 Jul 2015; Markus Meier  enblend-4.1.3.ebuild:
   depend on media-libs/vigra[openexr] by Michael Seifert in bug #555716



1.8  media-gfx/enblend/enblend-4.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild?r1=1.7&r2=1.8

Index: enblend-4.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- enblend-4.1.3.ebuild25 Jul 2015 11:21:33 -  1.7
+++ enblend-4.1.3.ebuild3 Aug 2015 21:25:35 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 
1.7 2015/07/25 11:21:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 
1.8 2015/08/03 21:25:35 maekke Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@
debug? ( dev-libs/dmalloc )
gpu? ( media-libs/freeglut )"
 DEPEND="${RDEPEND}
+   media-gfx/imagemagick
sys-apps/help2man
virtual/pkgconfig
doc? (
-   media-gfx/imagemagick
media-gfx/transfig
sci-visualization/gnuplot[gd]
virtual/latex-base






[gentoo-commits] dev/maekke:master commit in: media-gfx/enblend/

2015-08-03 Thread Markus Meier
commit: 9fb28dd5032ab9cdda8c77102902d7605f4dc916
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Aug  3 21:23:27 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Aug  3 21:23:27 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=9fb28dd5

move media-gfx/imagemagick directly to DEPEND by Agostino Sarubbo in bug #556572

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 072AD062

 media-gfx/enblend/Manifest | 8 
 media-gfx/enblend/enblend-4.1.3.ebuild | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/enblend/Manifest b/media-gfx/enblend/Manifest
index bb46f2f..ef17203 100644
--- a/media-gfx/enblend/Manifest
+++ b/media-gfx/enblend/Manifest
@@ -8,12 +8,12 @@ DIST enblend-enfuse-4.1.3.tar.gz 862079 SHA256 
1c00ae95cd05502759d7d47f99e6ba115
 EBUILD enblend-4.1.1-r1.ebuild 1744 SHA256 
af1604ca1fee4b09b69f1ab14964633b7db21315da1b7b4fa7c5ab6e14d8d69d SHA512 
0c4e71d6aadf8313e4143d40bc6e6ad7052be4ff6644806b61565c9d9cd7989517273effada7a268162354515dd685b47c7446b6b0994399d98f579e4a5da9d7
 WHIRLPOOL 
21001db32db2e23d7d8d59727e1b9c04b8f314ce7a107e143fd670760e8bbc2d919a4bb93308cb5c0070a6bd7195603b6272390df4d94607a5e0459f20098387
 EBUILD enblend-4.1.1.ebuild 1937 SHA256 
a7c519f40c3c4b9149bf7fed592280cc29bad5da2cf8a594e9d8885ced21937a SHA512 
d5be6d54b83c917e352c1a8e354cf730fa61679d14b46208f274fbae7a127bb5115902ac4e2997864544e904678f39c541c6dadb5c8bc0560913f262e3f104a8
 WHIRLPOOL 
5475db49caae94c7a92df20a10b4d0332f5049e2ba0e4386e0e4fecea93fdc46ebfc817b41c296449fc2724bd301496bebb58062041bec0aa39978fe3a8be6dc
 EBUILD enblend-4.1.2.ebuild 1760 SHA256 
0764a2b9e48c5ccd86a221c5f65209aeb22e3de7ae8d784145a3af667a8619a1 SHA512 
227aa25739b1a0a9e155993ea35eabada92a0b33af6529def8dbf551dfc3eb184575da76a989d56f1915284276fa72a6fdc3e0434ae1fad205c02ba4576edd9e
 WHIRLPOOL 
a72554ec6b1ccb4d536e547cc6eaa2d9807b7da7f8622343816924197ad661e09431c4370805269f3a96858e69fec23a4065fbeb4271f317c382a1f9713cf27b
-EBUILD enblend-4.1.3.ebuild 1867 SHA256 
ad489246b89d9b69853afd83f701e413a077b9ef173d43f088871304bd281583 SHA512 
fd22e03d359f6bd5c9beb06f26b4aa229588e109e57ec8fc2e888aa3370cd01238bf81233baf55789cad53934f83beb4b7537c37b6f13980b665493aec15aeab
 WHIRLPOOL 
6df1cc474c44a90138e88c70d4a6e7163d94606a51f1233b2509ab5782cedf6ff7c9b5bc38ff706f1138cede713a4fae67978c9ffeca52f54ae7b6f59f7dda5f
+EBUILD enblend-4.1.3.ebuild 1866 SHA256 
f92e398bf1bc50794aca0855ea192d99e523a712efc1081b811d08c365d0e1ea SHA512 
b8b85554263171688e26a4f7e98e94e7d2c30b6402aa0d50627e6edbd8b4b02c0ecbfed9b6fca7ecde930b92470e69b32df810f9e204516fa57e21e907f1a01d
 WHIRLPOOL 
8633d79473f3ce88402cdad16ac948eec50c85131b30413b33f9ad53f11ace66099492a285a12f89c139029114cb077e645d24504345ff7623d206d19cad08a9
 MISC metadata.xml 386 SHA256 
bdd95aecd66cd375334d95757dbf21f8ba162e92f9403c268f13e17192efbf7e SHA512 
6b72e7a926b277102d98e03562d236332db10ac3512a5feb794606b6d7fcd345af6681faf3e2484d3a9b0365ea07d4bcb5e4fcf7056f5768607d6e69f4ead8af
 WHIRLPOOL 
c24f3e44c32a0af3602f6d17330c33a70ef5366b5a08254246008ec3742420ef30c36798afdf86cc0016785152675c4e1b16832b1364a39e163068a338b5076a
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iEYEAREIAAYFAlW+GD4ACgkQkKaRLQcq0GLtwwCgkEOt1tXgLhXzPzF4hmK/Ba5M
-RPIAoJqkhsHRBfJFU/V3idxMjhGSSYWx
-=UrTT
+iEYEAREIAAYFAlW/284ACgkQkKaRLQcq0GLYWACdENRL+hUnf+Csdgdz0MRV1QSI
+1QQAn3tnvjnVPzHP1ELWXqN11Dqa3ZgD
+=rggZ
 -END PGP SIGNATURE-

diff --git a/media-gfx/enblend/enblend-4.1.3.ebuild 
b/media-gfx/enblend/enblend-4.1.3.ebuild
index 35f8cb5..a6bedc1 100644
--- a/media-gfx/enblend/enblend-4.1.3.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3.ebuild
@@ -33,10 +33,10 @@ RDEPEND="
debug? ( dev-libs/dmalloc )
gpu? ( media-libs/freeglut )"
 DEPEND="${RDEPEND}
+   media-gfx/imagemagick
sys-apps/help2man
virtual/pkgconfig
doc? (
-   media-gfx/imagemagick
media-gfx/transfig
sci-visualization/gnuplot[gd]
virtual/latex-base



[gentoo-commits] gentoo-x86 commit in dev-haskell/data-default-instances-old-locale: data-default-instances-old-locale-0.0.1.ebuild ChangeLog

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/03 21:17:41

  Modified: data-default-instances-old-locale-0.0.1.ebuild
ChangeLog
  Log:
  Added dev-haskell/old-locale depend (bug #556574 and fix by Marien Zwart).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  
dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild?r1=1.3&r2=1.4

Index: data-default-instances-old-locale-0.0.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- data-default-instances-old-locale-0.0.1.ebuild  29 Jul 2013 05:28:02 
-  1.3
+++ data-default-instances-old-locale-0.0.1.ebuild  3 Aug 2015 21:17:41 
-   1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild,v
 1.3 2013/07/29 05:28:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/data-default-instances-old-locale-0.0.1.ebuild,v
 1.4 2015/08/03 21:17:41 slyfox Exp $
 
 EAPI=5
 
-# ebuild generated by hackport 0.3.2.
+# ebuild generated by hackport 0.4.5.
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -19,6 +19,9 @@
 IUSE=""
 
 RDEPEND="dev-haskell/data-default-class:=[profile?]
-   >=dev-lang/ghc-6.10.4:="
+   dev-haskell/old-locale:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.6"
+   >=dev-haskell/cabal-1.6
+"



1.5  dev-haskell/data-default-instances-old-locale/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Jul 2014 08:58:46 -  1.4
+++ ChangeLog   3 Aug 2015 21:17:41 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/data-default-instances-old-locale
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog,v
 1.4 2014/07/25 08:58:46 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/data-default-instances-old-locale/ChangeLog,v
 1.5 2015/08/03 21:17:41 slyfox Exp $
+
+  03 Aug 2015; Sergei Trofimovich 
+  data-default-instances-old-locale-0.0.1.ebuild:
+  Added dev-haskell/old-locale depend (bug #556574 and fix by Marien Zwart).
 
   25 Jul 2014; Sergei Trofimovich  metadata.xml:
   Drop redundant '' field, leave only ''.






[gentoo-commits] gentoo-x86 commit in dev-haskell/old-time: old-time-1.1.0.3-r1.ebuild ChangeLog

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/03 21:15:10

  Modified: old-time-1.1.0.3-r1.ebuild ChangeLog
  Log:
  mark stable on alpha amd64 ia64 ppc ppc64 sparc x86 (the same package goes 
with dev-lang/ghc-7.4.2 and upper)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild?r1=1.1&r2=1.2

Index: old-time-1.1.0.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- old-time-1.1.0.3-r1.ebuild  3 Apr 2015 22:39:54 -   1.1
+++ old-time-1.1.0.3-r1.ebuild  3 Aug 2015 21:15:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild,v 1.1 
2015/04/03 22:39:54 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild,v 1.2 
2015/08/03 21:15:10 slyfox Exp $
 
 EAPI=5
 
@@ -15,14 +15,14 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-haskell/old-locale-1.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18.1.3
+   >=dev-haskell/cabal-1.18.1.2
 "
 
 # it's not quite true, but there was no major releases



1.2  dev-haskell/old-time/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-time/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/old-time/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Apr 2015 22:39:54 -   1.1
+++ ChangeLog   3 Aug 2015 21:15:10 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/old-time
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/old-time/ChangeLog,v 1.1 
2015/04/03 22:39:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/old-time/ChangeLog,v 1.2 
2015/08/03 21:15:10 slyfox Exp $
+
+  03 Aug 2015; Sergei Trofimovich 
+  old-time-1.1.0.3-r1.ebuild:
+  mark stable on alpha amd64 ia64 ppc ppc64 sparc x86 (the same package goes
+  with dev-lang/ghc-7.4.2 and upper)
 
 *old-time-1.1.0.3-r1 (03 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/old-locale: old-locale-1.0.0.7.ebuild ChangeLog

2015-08-03 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/03 21:13:34

  Modified: old-locale-1.0.0.7.ebuild ChangeLog
  Log:
  mark stable on alpha amd64 ia64 ppc ppc64 sparc x86 (the same package goes 
with dev-lang/ghc-7.4.2 and upper)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/old-locale/old-locale-1.0.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild?r1=1.1&r2=1.2

Index: old-locale-1.0.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- old-locale-1.0.0.7.ebuild   3 Apr 2015 22:39:11 -   1.1
+++ old-locale-1.0.0.7.ebuild   3 Aug 2015 21:13:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild,v 1.1 
2015/04/03 22:39:11 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild,v 1.2 
2015/08/03 21:13:34 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.2  dev-haskell/old-locale/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/old-locale/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/old-locale/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Apr 2015 22:39:11 -   1.1
+++ ChangeLog   3 Aug 2015 21:13:34 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/old-locale
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/old-locale/ChangeLog,v 1.1 
2015/04/03 22:39:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/old-locale/ChangeLog,v 1.2 
2015/08/03 21:13:34 slyfox Exp $
+
+  03 Aug 2015; Sergei Trofimovich  
old-locale-1.0.0.7.ebuild:
+  mark stable on alpha amd64 ia64 ppc ppc64 sparc x86 (the same package goes
+  with dev-lang/ghc-7.4.2 and upper)
 
 *old-locale-1.0.0.7 (03 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-board/scid: scid-4.6.2.ebuild ChangeLog

2015-08-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/03 21:09:04

  Modified: ChangeLog
  Added:scid-4.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.50 games-board/scid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   2 Jun 2015 04:00:07 -   1.49
+++ ChangeLog   3 Aug 2015 21:09:04 -   1.50
@@ -1,6 +1,13 @@
 # ChangeLog for games-board/scid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.49 
2015/06/02 04:00:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.50 
2015/08/03 21:09:04 mr_bones_ Exp $
+
+*scid-4.6.2 (03 Aug 2015)
+
+  03 Aug 2015; Michael Sterrett 
+  +files/scid-4.6.2-gentoo.patch, +scid-4.6.2.ebuild,
+  files/scid-4.5.2-gentoo.patch, files/scid-4.6.0-gentoo.patch:
+  version bump
 
   02 Jun 2015; Michael Sterrett  scid-4.5.2.ebuild,
   scid-4.6.0.ebuild:



1.1  games-board/scid/scid-4.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/scid-4.6.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/scid-4.6.2.ebuild?rev=1.1&content-type=text/plain

Index: scid-4.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.6.2.ebuild,v 1.1 
2015/08/03 21:09:04 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils toolchain-funcs gnome2-utils python-any-r1 games

DESCRIPTION="a free chess database application"
HOMEPAGE="http://scid.sourceforge.net/";
SRC_URI="mirror://sourceforge/scid/${P}.zip
mirror://sourceforge/scid/spelling.zip
mirror://sourceforge/scid/ratings.zip
mirror://sourceforge/scid/photos.zip
mirror://sourceforge/scid/scidlet40k.zip"

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

CDEPEND="dev-lang/tk:0
dev-tcltk/tkimg
>=sys-libs/zlib-1.1.3"
RDEPEND="${CDEPEND}
!games-board/chessdb"
DEPEND="${CDEPEND}
${PYTHON_DEPS}
app-arch/unzip"

pkg_setup() {
python-any-r1_pkg_setup
games_pkg_setup
}

src_unpack() {
default
mv scid-src ${P} || die
}

src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
edos2unix engines/togaII1.2.1a/src/Makefile
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
tcl/start.tcl || die
sed -i \
-e "/COMPILE.*testzlib/s:\$var(COMPILE):$(tc-getCXX):" \
configure || die
gzip ../ratings.ssp || die
python_fix_shebang .
}

src_configure() {
# configure is not an autotools script
./configure \
COMPILE="$(tc-getCXX)" \
LINK="$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS}" \
CC="$(tc-getCC)" \
OPTIMIZE="${CXXFLAGS}" \
TCL_INCLUDE="" \
BINDIR="${GAMES_BINDIR}" \
SHAREDIR="${GAMES_DATADIR}/${PN}" || die
}

src_compile() {
emake all_scid
}

src_install() {
emake DESTDIR="${D}" install_scid
insinto "${GAMES_DATADIR}"/${PN}
doins -r sounds

dodoc ChangeLog TODO
dohtml help/*.html

newicon -s scalable svg/scid_app.svg ${PN}.svg
make_desktop_entry scid Scid

doins ../spelling.ssp ../ratings.ssp.gz ../*.spf
newins ../scidlet40k.sbk scidlet.sbk

prepgamesdirs
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
elog "To enable speech, emerge dev-tcltk/snack"
elog "To enable Xfcc support, emerge dev-tcltk/tdom"
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in games-board/scid/files: scid-4.6.0-gentoo.patch scid-4.5.2-gentoo.patch scid-4.6.2-gentoo.patch

2015-08-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/03 21:09:04

  Modified: scid-4.6.0-gentoo.patch scid-4.5.2-gentoo.patch
  Added:scid-4.6.2-gentoo.patch
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-board/scid/files/scid-4.6.0-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?r1=1.1&r2=1.2

Index: scid-4.6.0-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scid-4.6.0-gentoo.patch 9 May 2015 05:19:31 -   1.1
+++ scid-4.6.0-gentoo.patch 3 Aug 2015 21:09:04 -   1.2
@@ -1,6 +1,5 @@
-diff -ru scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile 
scid-4.6.0/engines/togaII1.2.1a/src/Makefile
 scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile  2015-04-27 
15:19:48.0 -0400
-+++ scid-4.6.0/engines/togaII1.2.1a/src/Makefile   2015-05-05 
17:53:00.820096470 -0400
+--- scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile
 scid-4.6.0/engines/togaII1.2.1a/src/Makefile
 @@ -18,23 +18,16 @@
  
  # general
@@ -25,9 +24,8 @@
  
  # dependencies
  
-diff -ru scid-4.6.0.orig/Makefile.conf scid-4.6.0/Makefile.conf
 scid-4.6.0.orig/Makefile.conf  2015-04-27 15:19:48.0 -0400
-+++ scid-4.6.0/Makefile.conf   2015-05-05 17:58:21.860098005 -0400
+--- scid-4.6.0.orig/Makefile.conf
 scid-4.6.0/Makefile.conf
 @@ -157,32 +157,31 @@
  install: $(INSTALL)
  
@@ -84,9 +82,8 @@
  
  install_mac: all
install -m 755 -d dist/Scid.app/Contents/MacOS
-diff -ru scid-4.6.0.orig/tcl/start.tcl scid-4.6.0/tcl/start.tcl
 scid-4.6.0.orig/tcl/start.tcl  2015-04-27 15:19:48.0 -0400
-+++ scid-4.6.0/tcl/start.tcl   2015-05-05 18:00:43.988229032 -0400
+--- scid-4.6.0.orig/tcl/start.tcl
 scid-4.6.0/tcl/start.tcl
 @@ -93,7 +93,7 @@
  
# scidShareDir, scidImgDir, scidTclDir, scidBooksDir, scidBasesDir, ecoFile:
@@ -114,9 +111,8 @@
  }
  
  # book configuration
-diff -ru scid-4.6.0.orig/tcl/utils/sound.tcl scid-4.6.0/tcl/utils/sound.tcl
 scid-4.6.0.orig/tcl/utils/sound.tcl2015-04-27 15:19:48.0 
-0400
-+++ scid-4.6.0/tcl/utils/sound.tcl 2015-05-05 17:53:14.320633946 -0400
+--- scid-4.6.0.orig/tcl/utils/sound.tcl
 scid-4.6.0/tcl/utils/sound.tcl
 @@ -43,7 +43,7 @@
variable soundFolder
  



1.2  games-board/scid/files/scid-4.5.2-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?r1=1.1&r2=1.2

Index: scid-4.5.2-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scid-4.5.2-gentoo.patch 1 Sep 2014 00:36:56 -   1.1
+++ scid-4.5.2-gentoo.patch 3 Aug 2015 21:09:04 -   1.2
@@ -1,5 +1,5 @@
 engines/togaII1.2.1a/src/Makefile.old  2012-05-06 20:56:56.190522872 
+0200
-+++ engines/togaII1.2.1a/src/Makefile  2012-05-06 20:58:20.995568403 +0200
+--- engines/togaII1.2.1a/src/Makefile.old
 engines/togaII1.2.1a/src/Makefile
 @@ -18,23 +18,16 @@
  
  # general
@@ -24,8 +24,8 @@
  
  # dependencies
  
 tcl/utils/sound.tcl.old2012-05-06 21:05:31.475342861 +0200
-+++ tcl/utils/sound.tcl2012-05-06 21:06:07.066843851 +0200
+--- tcl/utils/sound.tcl.old
 tcl/utils/sound.tcl
 @@ -41,7 +41,7 @@
variable soundFolder

@@ -35,8 +35,8 @@
  set hasSnackPackage 0
  ::splash::add "Move speech disabled - Snack sound package not found"
  return
 Makefile.conf.old  2013-11-28 06:58:08.0 +0100
-+++ Makefile.conf  2014-04-18 00:17:05.783340379 +0200
+--- Makefile.conf.old
 Makefile.conf
 @@ -193,7 +193,7 @@
  # Small extra programs. Most are written in Tcl using tkscid, but
  # a few contributed ones may be in Python or other languages.
@@ -129,8 +129,8 @@
  
  ### To remove object and executable files: type "make clean".
  #
 tcl/start.tcl.old  2013-11-28 06:58:08.0 +0100
-+++ tcl/start.tcl  2014-04-18 00:37:25.796397765 +0200
+--- tcl/start.tcl.old
 tcl/start.tcl
 @@ -186,7 +186,7 @@
  
# scidShareDir, scidImgDir, scidBooksDir, scidBasesD

[gentoo-commits] sites/www:master commit in: _layouts/

2015-08-03 Thread Alex Legler
commit: 3978ab9809ecff135d74fd1e1cec5e5728133ca7
Author: Alex Legler  a3li  li>
AuthorDate: Mon Aug  3 21:04:42 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Mon Aug  3 21:04:42 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=3978ab98

Inline scripts go after jquery and bootstrap's js

 _layouts/tyrian.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/tyrian.html b/_layouts/tyrian.html
index 96a9a90..52c89ef 100644
--- a/_layouts/tyrian.html
+++ b/_layouts/tyrian.html
@@ -14,7 +14,6 @@
 
 {% include layout/footer.html %}
 
-{% if page.inlinejs %}{{ page.inlinejs }}{% endif %}
 
   var _paq = _paq || [];
   _paq.push(["disableCookies"]);
@@ -31,5 +30,6 @@