[gentoo-commits] gentoo-x86 commit in dev-python/hacking: ChangeLog hacking-0.7.2-r1.ebuild hacking-0.8.0-r1.ebuild hacking-0.5.6.ebuild hacking-0.8.0.ebuild

2014-08-01 Thread Matt Thode (prometheanfire)
prometheanfire14/08/01 06:00:15

  Modified: ChangeLog
  Removed:  hacking-0.7.2-r1.ebuild hacking-0.8.0-r1.ebuild
hacking-0.5.6.ebuild hacking-0.8.0.ebuild
  Log:
  out with the old and, well, that's about it really
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  ChangesPath
1.12 dev-python/hacking/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jul 2014 09:47:32 -   1.11
+++ ChangeLog   1 Aug 2014 06:00:15 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/hacking
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.11 
2014/07/07 09:47:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.12 
2014/08/01 06:00:15 prometheanfire Exp $
+
+  01 Aug 2014; Matthew Thode prometheanf...@gentoo.org -hacking-0.5.6.ebuild,
+  -hacking-0.7.2-r1.ebuild, -hacking-0.8.0-r1.ebuild, -hacking-0.8.0.ebuild:
+  out with the old and, well, that's about it really
 
 *hacking-0.9.2 (07 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-libs/nodejs: nodejs-0.10.30.ebuild nodejs-0.8.28.ebuild ChangeLog

2014-08-01 Thread Patrick Lauer (patrick)
patrick 14/08/01 06:02:08

  Modified: ChangeLog
  Added:nodejs-0.10.30.ebuild nodejs-0.8.28.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.124net-libs/nodejs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   23 Jul 2014 03:51:35 -  1.123
+++ ChangeLog   1 Aug 2014 06:02:08 -   1.124
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/nodejs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.123 
2014/07/23 03:51:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.124 
2014/08/01 06:02:08 patrick Exp $
+
+*nodejs-0.10.30 (01 Aug 2014)
+*nodejs-0.8.28 (01 Aug 2014)
+
+  01 Aug 2014; Patrick Lauer patr...@gentoo.org +nodejs-0.10.30.ebuild,
+  +nodejs-0.8.28.ebuild:
+  Bump
 
 *nodejs-0.11.13-r1 (23 Jul 2014)
 



1.1  net-libs/nodejs/nodejs-0.10.30.ebuild

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

Index: nodejs-0.10.30.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.10.30.ebuild,v 1.1 
2014/08/01 06:02:08 patrick Exp $

EAPI=5

# has known failures. sigh.
RESTRICT=test

PYTHON_COMPAT=( python2_{6,7} )

inherit python-any-r1 pax-utils toolchain-funcs

DESCRIPTION=Evented IO for V8 Javascript
HOMEPAGE=http://nodejs.org/;
SRC_URI=http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz;

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

RDEPEND=dev-libs/openssl
DEPEND=${PYTHON_DEPS}
${RDEPEND}

S=${WORKDIR}/node-v${PV}

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

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

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

tc-export CC CXX
}

src_configure() {
local myconf=
! use npm  myconf=--without-npm
! use snapshot  myconf=${myconf} --without-snapshot

${PYTHON} configure --prefix=${EPREFIX}/usr \
--shared-openssl --shared-zlib --without-dtrace ${myconf} || die
}

src_compile() {
local V=1
export V
emake out/Makefile
emake -C out mksnapshot
pax-mark m out/Release/mksnapshot
emake
}

src_install() {
${PYTHON} tools/install.py install ${D}

use npm  dohtml -r ${ED}/usr/lib/node_modules/npm/html/*
rm -rf ${ED}/usr/lib/node_modules/npm/doc 
${ED}/usr/lib/node_modules/npm/html
rm -rf ${ED}/usr/lib/dtrace

pax-mark -m ${ED}/usr/bin/node
}

src_test() {
${PYTHON} tools/test.py --mode=release simple message || die
}



1.1  net-libs/nodejs/nodejs-0.8.28.ebuild

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

Index: nodejs-0.8.28.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.8.28.ebuild,v 1.1 
2014/08/01 06:02:08 patrick Exp $

EAPI=5

PYTHON_DEPEND=2

inherit python eutils multilib pax-utils

# omgwtf
RESTRICT=test

DESCRIPTION=Evented IO for V8 Javascript
HOMEPAGE=http://nodejs.org/;
SRC_URI=http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
IUSE=

DEPEND=dev-libs/openssl
RDEPEND=${PYTHON_DEPS}
${DEPEND}

S=${WORKDIR}/node-v${PV}

pkg_setup() {
python_set_active_version 2
python_pkg_setup
}

src_prepare() {
# fix 

[gentoo-commits] gentoo-x86 commit in net-libs/nodejs: ChangeLog nodejs-0.8.27.ebuild nodejs-0.8.26.ebuild nodejs-0.10.29.ebuild nodejs-0.10.28.ebuild nodejs-0.10.29-r1.ebuild

2014-08-01 Thread Patrick Lauer (patrick)
patrick 14/08/01 06:07:32

  Modified: ChangeLog
  Removed:  nodejs-0.8.27.ebuild nodejs-0.8.26.ebuild
nodejs-0.10.29.ebuild nodejs-0.10.28.ebuild
nodejs-0.10.29-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.125net-libs/nodejs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   1 Aug 2014 06:02:08 -   1.124
+++ ChangeLog   1 Aug 2014 06:07:32 -   1.125
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/nodejs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.124 
2014/08/01 06:02:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.125 
2014/08/01 06:07:32 patrick Exp $
+
+  01 Aug 2014; Patrick Lauer patr...@gentoo.org -nodejs-0.10.28.ebuild,
+  -nodejs-0.10.29-r1.ebuild, -nodejs-0.10.29.ebuild, -nodejs-0.8.26.ebuild,
+  -nodejs-0.8.27.ebuild:
+  Remove old
 
 *nodejs-0.10.30 (01 Aug 2014)
 *nodejs-0.8.28 (01 Aug 2014)






[gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-215-r1.ebuild ChangeLog

2014-08-01 Thread Samuli Suominen (ssuominen)
ssuominen14/08/01 06:14:35

  Modified: udev-215-r1.ebuild ChangeLog
  Log:
  Raise linux-headers dependency to = 3.5 for IFLA_MACVLAN_FLAGS because it's 
missing from src/share/missing.h
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.6  sys-fs/udev/udev-215-r1.ebuild

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

Index: udev-215-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- udev-215-r1.ebuild  31 Jul 2014 18:49:28 -  1.5
+++ udev-215-r1.ebuild  1 Aug 2014 06:14:35 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild,v 1.5 
2014/07/31 18:49:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild,v 1.6 
2014/08/01 06:14:35 ssuominen Exp $
 
 EAPI=5
 
@@ -51,7 +51,7 @@
virtual/os-headers
virtual/pkgconfig
=sys-devel/make-3.82-r4
-   =sys-kernel/linux-headers-2.6.39
+   =sys-kernel/linux-headers-3.5
doc? ( =dev-util/gtk-doc-1.18 )
 # Try with `emerge -C docbook-xml-dtd` to see the build failure without DTDs
 if [[ ${PV} = * ]]; then



1.1077   sys-fs/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1077view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1077content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1076r2=1.1077

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -r1.1076 -r1.1077
--- ChangeLog   31 Jul 2014 18:49:28 -  1.1076
+++ ChangeLog   1 Aug 2014 06:14:35 -   1.1077
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1076 2014/07/31 
18:49:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1077 2014/08/01 
06:14:35 ssuominen Exp $
+
+  01 Aug 2014; Samuli Suominen ssuomi...@gentoo.org udev-215-r1.ebuild:
+  Raise linux-headers dependency to = 3.5 for IFLA_MACVLAN_FLAGS because it's
+  missing from src/share/missing.h
 
   31 Jul 2014; Anthony G. Basile bluen...@gentoo.org udev-215-r1.ebuild:
   Stable on ppc/ppc64, bug #517106






[gentoo-commits] gentoo-x86 commit in dev-ruby/rmagick: ChangeLog rmagick-2.13.3.ebuild

2014-08-01 Thread Hans de Graaff (graaff)
graaff  14/08/01 06:27:29

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

Revision  ChangesPath
1.206dev-ruby/rmagick/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   3 Jul 2014 20:13:38 -   1.205
+++ ChangeLog   1 Aug 2014 06:27:29 -   1.206
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rmagick
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.205 
2014/07/03 20:13:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.206 
2014/08/01 06:27:29 graaff Exp $
+
+*rmagick-2.13.3 (01 Aug 2014)
+
+  01 Aug 2014; Hans de Graaff gra...@gentoo.org +rmagick-2.13.3.ebuild:
+  Version bump.
 
   03 Jul 2014; Manuel Rüger mr...@gentoo.org rmagick-2.13.2-r1.ebuild:
   Stable on amd64. bug #512178. Mark also stable on x86. Tested by Myckel



1.1  dev-ruby/rmagick/rmagick-2.13.3.ebuild

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

Index: rmagick-2.13.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-2.13.3.ebuild,v 1.1 
2014/08/01 06:27:29 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_TEST=
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=ChangeLog README README.rc

inherit multilib ruby-fakegem

DESCRIPTION=An interface between Ruby and the ImageMagick(TM) image processing 
library
HOMEPAGE=https://github.com/gemhome/rmagick;

LICENSE=Artistic
SLOT=0
KEYWORDS=~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-macos
IUSE=doc

# Since 2.13.3 rmagick now supports HDRI enabled, but with it enabled
# tests fail with segmentation faults.
RDEPEND+= =media-gfx/imagemagick-6.4.9:=[-hdri]
DEPEND+= =media-gfx/imagemagick-6.4.9:=[-hdri]

each_ruby_configure() {
${RUBY} -Cext/RMagick extconf.rb || die extconf.rb failed
}

each_ruby_compile() {
emake -Cext/RMagick V=1
}

each_ruby_install() {
each_fakegem_install
ruby_fakegem_newins ext/RMagick/RMagick2$(get_modname) 
lib/RMagick2$(get_modname)
}

all_ruby_install() {
all_fakegem_install

docinto examples
dodoc examples/*

if use doc ; then
dohtml -r doc
fi
}






[gentoo-commits] gentoo-x86 commit in app-i18n/librime/files: librime-1.2-BOOST_NO_SCOPED_ENUMS.patch

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 06:47:06

  Added:librime-1.2-BOOST_NO_SCOPED_ENUMS.patch
  Log:
  bump  drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.1  
app-i18n/librime/files/librime-1.2-BOOST_NO_SCOPED_ENUMS.patch

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

Index: librime-1.2-BOOST_NO_SCOPED_ENUMS.patch
===
diff --git a/include/rime/lever/customizer.h b/include/rime/lever/customizer.h
index 8418410..f6811d9 100644
--- a/include/rime/lever/customizer.h
+++ b/include/rime/lever/customizer.h
@@ -8,6 +8,9 @@
 #define RIME_CUSTOMIZER_H_
 
 #include string
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 
 namespace rime {
diff --git a/include/rime/lever/switcher_settings.h 
b/include/rime/lever/switcher_settings.h
index 8263e14..f7c9d1e 100644
--- a/include/rime/lever/switcher_settings.h
+++ b/include/rime/lever/switcher_settings.h
@@ -9,6 +9,9 @@
 
 #include string
 #include vector
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include custom_settings.h
 
diff --git a/include/rime/lever/user_dict_manager.h 
b/include/rime/lever/user_dict_manager.h
index e971ad8..e765678 100644
--- a/include/rime/lever/user_dict_manager.h
+++ b/include/rime/lever/user_dict_manager.h
@@ -9,6 +9,9 @@
 
 #include string
 #include vector
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 
 namespace rime {
diff --git a/src/core_module.cc b/src/core_module.cc
index 785c22f..4d078ae 100644
--- a/src/core_module.cc
+++ b/src/core_module.cc
@@ -5,6 +5,9 @@
 // 2013-10-17 GONG Chen chen@gmail.com
 //
 
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include rime_api.h
 #include rime/common.h
diff --git a/src/dict/db.cc b/src/dict/db.cc
index b8c46a6..eadacb9 100644
--- a/src/dict/db.cc
+++ b/src/dict/db.cc
@@ -5,6 +5,9 @@
 // 2011-11-02 GONG Chen chen@gmail.com
 //
 #include boost/algorithm/string.hpp
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include rime_version.h
 #include rime/common.h
diff --git a/src/dict/dict_compiler.cc b/src/dict/dict_compiler.cc
index 2bd9aa4..f383f7e 100644
--- a/src/dict/dict_compiler.cc
+++ b/src/dict/dict_compiler.cc
@@ -7,6 +7,9 @@
 #include fstream
 #include map
 #include set
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include rime/algo/algebra.h
 #include rime/algo/utilities.h
diff --git a/src/dict/dictionary.cc b/src/dict/dictionary.cc
index 66306b5..b0d755d 100644
--- a/src/dict/dictionary.cc
+++ b/src/dict/dictionary.cc
@@ -5,6 +5,9 @@
 // 2011-07-05 GONG Chen chen@gmail.com
 //
 #include utility
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include rime/common.h
 #include rime/schema.h
diff --git a/src/dict/mapped_file.cc b/src/dict/mapped_file.cc
index 6fd21a6..cd46994 100644
--- a/src/dict/mapped_file.cc
+++ b/src/dict/mapped_file.cc
@@ -7,6 +7,9 @@
 // 2011-06-30 GONG Chen chen@gmail.com
 //
 #include fstream
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include boost/interprocess/file_mapping.hpp
 #include boost/interprocess/mapped_region.hpp
diff --git a/src/dict/preset_vocabulary.cc b/src/dict/preset_vocabulary.cc
index f74ea58..136f9fa 100644
--- a/src/dict/preset_vocabulary.cc
+++ b/src/dict/preset_vocabulary.cc
@@ -4,6 +4,9 @@
 //
 // 2011-11-27 GONG Chen chen@gmail.com
 //
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #include boost/lexical_cast.hpp
 #include utf8.h
diff --git a/src/dict/tree_db.cc b/src/dict/tree_db.cc
index 4b6ed2e..542fe83 100644
--- a/src/dict/tree_db.cc
+++ b/src/dict/tree_db.cc
@@ -4,6 +4,9 @@
 //
 // 2011-11-02 GONG Chen chen@gmail.com
 //
+#ifndef BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SCOPED_ENUMS
+#endif // BOOST_NO_SCOPED_ENUMS
 #include boost/filesystem.hpp
 #if defined(_MSC_VER)
 #pragma warning(disable: 4244)
diff --git a/src/gear/simplifier.cc b/src/gear/simplifier.cc
index 6bb8524..d02b979 100644
--- a/src/gear/simplifier.cc
+++ b/src/gear/simplifier.cc
@@ -7,6 +7,9 @@
 #include string
 #include vector
 

[gentoo-commits] gentoo-x86 commit in app-i18n/librime: librime-1.2.ebuild ChangeLog librime-1.1.ebuild librime-0.9.8.ebuild

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 06:47:06

  Modified: ChangeLog
  Added:librime-1.2.ebuild
  Removed:  librime-1.1.ebuild librime-0.9.8.ebuild
  Log:
  bump  drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.16 app-i18n/librime/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/librime/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2014 23:27:37 -   1.15
+++ ChangeLog   1 Aug 2014 06:47:06 -   1.16
@@ -1,6 +1,13 @@
 # ChangeLog for app-i18n/librime
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/librime/ChangeLog,v 1.15 
2014/04/08 23:27:37 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/librime/ChangeLog,v 1.16 
2014/08/01 06:47:06 dlan Exp $
+
+*librime-1.2 (01 Aug 2014)
+
+  01 Aug 2014; Yixun Lan d...@gentoo.org -librime-0.9.8.ebuild,
+  -librime-1.1.ebuild, +librime-1.2.ebuild,
+  +files/librime-1.2-BOOST_NO_SCOPED_ENUMS.patch:
+  bump  drop old
 
 *librime-1.1-r1 (08 Apr 2014)
 



1.1  app-i18n/librime/librime-1.2.ebuild

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

Index: librime-1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/librime/librime-1.2.ebuild,v 1.1 
2014/08/01 06:47:06 dlan Exp $

EAPI=5

inherit cmake-utils multilib versionator toolchain-funcs

DESCRIPTION=Rime Input Method Engine library
HOMEPAGE=http://code.google.com/p/rimeime/;
SRC_URI=http://rimeime.googlecode.com/files/${P}.tar.gz;

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

RDEPEND=app-i18n/opencc
dev-cpp/glog
=dev-cpp/yaml-cpp-0.5.0
dev-db/kyotocabinet
=dev-libs/boost-1.46.0[threads(+)]
sys-libs/zlib
x11-proto/xproto
DEPEND=${RDEPEND}
test? ( dev-cpp/gtest )

S=${WORKDIR}/${PN}

#bug 496080, backport patch for gcc-4.8
PATCHES=(
${FILESDIR}/${PN}-1.2-BOOST_NO_SCOPED_ENUMS.patch
${FILESDIR}/${PN}-1.1-gcc53613.patch
)

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build static-libs STATIC)
-DBUILD_DATA=OFF
-DBUILD_SEPARATE_LIBS=OFF
$(cmake-utils_use_build test TEST)
-DLIB_INSTALL_DIR=/usr/$(get_libdir)
)
cmake-utils_src_configure
}






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

2014-08-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/01 06:49:25

  Modified: util-linux-2.25.ebuild ChangeLog
  Log:
  Fixed installation aborting with header checksum error. Added some more 
changes from  ebuild
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

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

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

Index: util-linux-2.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- util-linux-2.25.ebuild  1 Aug 2014 06:26:19 -   1.2
+++ util-linux-2.25.ebuild  1 Aug 2014 06:49:25 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.2 
2014/08/01 06:26:19 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.3 
2014/08/01 06:49:25 polynomial-c Exp $
 
 EAPI=4
 
@@ -65,7 +65,6 @@
po/update-potfiles
eautoreconf
fi
-   find tests/ -name bigyear -delete #489794
elibtoolize
 }
 
@@ -87,13 +86,13 @@
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) 
#485486
ECONF_SOURCE=${S} \
econf \
-   --docdir=${EPREFIX}/usr/share/doc/${PF} \
--enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \
$(multilib_native_use_enable nls) \
--enable-agetty \
--with-bashcompletiondir=$(get_bashcompdir) \
$(multilib_native_use_enable bash-completion) \
$(multilib_native_use_enable caps setpriv) \
+   --disable-chfn-chsh \
$(multilib_native_use_enable cramfs) \
$(multilib_native_use_enable fdformat) \
--with-ncurses=$(multilib_native_usex ncurses $(usex unicode 
auto yes) no) \
@@ -139,12 +138,13 @@
else
emake DESTDIR=${D} install-usrlib_execLTLIBRARIES \
install-pkgconfigDATA install-uuidincHEADERS \
-   install-nodist_blkidincHEADERS 
install-nodist_mountincHEADERS
+   install-nodist_blkidincHEADERS 
install-nodist_mountincHEADERS \
+   install-nodist_smartcolsincHEADERS
fi
 
if multilib_is_native_abi; then
# need the libs in /
-   gen_usr_ldscript -a blkid mount uuid
+   gen_usr_ldscript -a blkid mount smartcols uuid
 
use python  python_optimize
fi



1.477sys-apps/util-linux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog   1 Aug 2014 06:26:19 -   1.476
+++ ChangeLog   1 Aug 2014 06:49:25 -   1.477
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.476 
2014/08/01 06:26:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.477 
2014/08/01 06:49:25 polynomial-c Exp $
+
+  01 Aug 2014; Lars Wendler polynomia...@gentoo.org util-linux-2.25.ebuild:
+  Fixed installation aborting with header checksum error. Added some more
+  changes from  ebuild.
 
   01 Aug 2014; Lars Wendler polynomia...@gentoo.org util-linux-2.25.ebuild:
   Removed cytune support.






[gentoo-commits] gentoo-x86 commit in app-i18n/rime-data: rime-data-0.35.ebuild ChangeLog

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 06:50:36

  Modified: ChangeLog
  Added:rime-data-0.35.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.13 app-i18n/rime-data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Jan 2014 12:50:30 -  1.12
+++ ChangeLog   1 Aug 2014 06:50:36 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/rime-data
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v 1.12 
2014/01/12 12:50:30 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v 1.13 
2014/08/01 06:50:36 dlan Exp $
+
+*rime-data-0.35 (01 Aug 2014)
+
+  01 Aug 2014; Yixun Lan d...@gentoo.org +rime-data-0.35.ebuild:
+  version bump
 
   12 Jan 2014; Yixun Lan d...@gentoo.org metadata.xml:
   update metadata.xml, correct email address



1.1  app-i18n/rime-data/rime-data-0.35.ebuild

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

Index: rime-data-0.35.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/rime-data-0.35.ebuild,v 
1.1 2014/08/01 06:50:36 dlan Exp $

EAPI=5

inherit vcs-snapshot
MY_P=brise-${PV}
DESCRIPTION=Data resources for Rime Input Method Engine
HOMEPAGE=http://code.google.com/p/rimeime/;
SRC_URI=http://dl.bintray.com/lotem/rime/${MY_P}.tar.gz;

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

DEPEND=app-i18n/librime
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in app-i18n/ibus-rime: ChangeLog ibus-rime-1.2.ebuild ibus-rime-0.9.8.ebuild

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 06:53:07

  Modified: ChangeLog
  Added:ibus-rime-1.2.ebuild
  Removed:  ibus-rime-0.9.8.ebuild
  Log:
  bump  drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.7  app-i18n/ibus-rime/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-rime/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-rime/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-rime/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Jan 2014 23:36:46 -  1.6
+++ ChangeLog   1 Aug 2014 06:53:06 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/ibus-rime
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.6 
2014/01/10 23:36:46 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.7 
2014/08/01 06:53:06 dlan Exp $
+
+*ibus-rime-1.2 (01 Aug 2014)
+
+  01 Aug 2014; Yixun Lan d...@gentoo.org -ibus-rime-0.9.8.ebuild,
+  +ibus-rime-1.2.ebuild:
+  bump  drop old
 
 *ibus-rime-1.1 (10 Jan 2014)
 



1.1  app-i18n/ibus-rime/ibus-rime-1.2.ebuild

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

Index: ibus-rime-1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ibus-rime-1.2.ebuild,v 
1.1 2014/08/01 06:53:07 dlan Exp $

EAPI=5

DESCRIPTION=Rime Input Method Engine for IBus Framework
HOMEPAGE=http://code.google.com/p/rimeime/;
SRC_URI=http://dl.bintray.com/lotem/rime/${P}.tar.gz;

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

COMMON_DEPEND=app-i18n/ibus
app-i18n/librime
x11-libs/libnotify
DEPEND=${COMMON_DEPEND}
dev-util/cmake
RDEPEND=${COMMON_DEPEND}
app-i18n/rime-data

S=${WORKDIR}/${PN}

src_prepare() {
sed -i -e /^libexecdir/s:/lib:/libexec: Makefile || die
sed -i -e /exec/s:/usr/lib:/usr/libexec: rime.xml || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/dropbox: dropbox-2.10.2.ebuild ChangeLog

2014-08-01 Thread Naohiro Aota (naota)
naota   14/08/01 06:53:09

  Modified: ChangeLog
  Added:dropbox-2.10.2.ebuild
  Log:
  Version bump #517602
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.57 net-misc/dropbox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dropbox/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   27 Jul 2014 11:49:47 -  1.56
+++ ChangeLog   1 Aug 2014 06:53:09 -   1.57
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/dropbox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/ChangeLog,v 1.56 
2014/07/27 11:49:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/ChangeLog,v 1.57 
2014/08/01 06:53:09 naota Exp $
+
+*dropbox-2.10.2 (01 Aug 2014)
+
+  01 Aug 2014; Naohiro Aota na...@gentoo.org +dropbox-2.10.2.ebuild:
+  Version bump #517602
 
   26 Jul 2014; Pawel Hajdan jr phajdan...@gentoo.org dropbox-2.6.33.ebuild:
   x86 stable wrt bug #515572



1.1  net-misc/dropbox/dropbox-2.10.2.ebuild

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

Index: dropbox-2.10.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/dropbox-2.10.2.ebuild,v 1.1 
2014/08/01 06:53:09 naota Exp $

EAPI=5

inherit eutils gnome2-utils pax-utils systemd

DESCRIPTION=Dropbox daemon (pretends to be GUI-less)
HOMEPAGE=http://dropbox.com/;
SRC_URI=
x86? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86-${PV}.tar.gz )
amd64? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-${PV}.tar.gz 
)

LICENSE=CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-linux
IUSE=+librsync-bundled X
RESTRICT=mirror strip

QA_PREBUILT=opt/.*
QA_EXECSTACK=opt/dropbox/dropbox

DEPEND=librsync-bundled? ( dev-util/patchelf )

# Be sure to have GLIBCXX_3.4.9, #393125
# USE=X require wxGTK's dependencies. system-library cannot be used due to
# missing symbol (CtlColorEvent). #443686
RDEPEND=
X? (
dev-libs/glib:2
media-libs/libpng:1.2
sys-libs/zlib
virtual/jpeg
x11-libs/gtk+:2
x11-libs/libSM
x11-libs/libXinerama
x11-libs/libXxf86vm
x11-libs/pango[X]
x11-themes/hicolor-icon-theme
)
app-arch/bzip2
dev-libs/popt
!librsync-bundled? ( net-libs/librsync )
net-misc/wget
=sys-devel/gcc-4.2.0
sys-libs/zlib


src_unpack() {
unpack ${A}
mkdir -p ${S}
mv ${WORKDIR}/.dropbox-dist/* ${S} || die
mv ${S}/dropbox-lnx.*-${PV}/* ${S} || die
rmdir .dropbox-dist
}

src_prepare() {
rm -vf libbz2* libpopt.so.0 libpng12.so.0 || die
if use X ; then
mv images/hicolor/16x16/status ${T} || die
else
rm -vrf *wx* images || die
fi
if use librsync-bundled ; then
patchelf --set-rpath '$ORIGIN' _librsync.so || die
else
rm -vf librsync.so.1 || die
fi
mv cffi-0.7.2-py2.7-*.egg dropbox_sqlite_ext-0.0-py2.7.egg 
distribute-0.6.26-py2.7.egg ${T} || die
rm -rf *.egg library.zip || die
mv ${T}/cffi-0.7.2-py2.7-*.egg 
${T}/dropbox_sqlite_ext-0.0-py2.7.egg ${T}/distribute-0.6.26-py2.7.egg 
${S} || die
ln -s dropbox library.zip || die
pax-mark cm dropbox
mv README ACKNOWLEDGEMENTS ${T} || die
}

src_install() {
local targetdir=/opt/dropbox

insinto ${targetdir}
doins -r *
fperms a+x ${targetdir}/{dropbox,dropboxd}
dosym ${targetdir}/dropboxd /opt/bin/dropbox

use X  doicon -s 16 -c status ${T}/status

newinitd ${FILESDIR}/dropbox.initd dropbox
newconfd ${FILESDIR}/dropbox.conf dropbox
systemd_newunit ${FILESDIR}/dropbox_at.service dropbox@.service

dodoc ${T}/{README,ACKNOWLEDGEMENTS}
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {

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

2014-08-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/01 06:55:12

  Modified: ChangeLog util-linux-.ebuild
  Log:
  Fixed live ebuild as well
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.478sys-apps/util-linux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -r1.477 -r1.478
--- ChangeLog   1 Aug 2014 06:49:25 -   1.477
+++ ChangeLog   1 Aug 2014 06:55:12 -   1.478
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.477 
2014/08/01 06:49:25 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.478 
2014/08/01 06:55:12 polynomial-c Exp $
+
+  01 Aug 2014; Lars Wendler polynomia...@gentoo.org util-linux-.ebuild:
+  Fixed live ebuild as well.
 
   01 Aug 2014; Lars Wendler polynomia...@gentoo.org util-linux-2.25.ebuild:
   Fixed installation aborting with header checksum error. Added some more



1.57 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.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild?r1=1.56r2=1.57

Index: util-linux-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- util-linux-.ebuild  18 Jun 2014 20:46:09 -  1.56
+++ util-linux-.ebuild  1 Aug 2014 06:55:12 -   1.57
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v 1.56 
2014/06/18 20:46:09 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-.ebuild,v 1.57 
2014/08/01 06:55:12 polynomial-c Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE=GPL-2 LGPL-2.1 BSD-4 MIT public-domain
 SLOT=0
-IUSE=bash-completion caps +cramfs cytune fdformat ncurses nls pam python 
selinux slang static-libs +suid test tty-helpers udev unicode
+IUSE=bash-completion caps +cramfs fdformat ncurses nls pam python selinux 
slang static-libs +suid test tty-helpers udev unicode
 
 RDEPEND=!sys-process/schedutils
!sys-apps/setarch
@@ -92,8 +92,8 @@
--with-bashcompletiondir=$(get_bashcompdir) \
$(multilib_native_use_enable bash-completion) \
$(multilib_native_use_enable caps setpriv) \
+   --disable-chfn-chsh \
$(multilib_native_use_enable cramfs) \
-   $(multilib_native_use_enable cytune) \
$(multilib_native_use_enable fdformat) \
--with-ncurses=$(multilib_native_usex ncurses $(usex unicode 
auto yes) no) \
--disable-kill \






[gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ChangeLog ibus-1.5.8.ebuild

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 07:14:27

  Modified: ChangeLog
  Added:ibus-1.5.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.146app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   23 Jun 2014 03:35:14 -  1.145
+++ ChangeLog   1 Aug 2014 07:14:27 -   1.146
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.145 2014/06/23 
03:35:14 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.146 2014/08/01 
07:14:27 dlan Exp $
+
+*ibus-1.5.8 (01 Aug 2014)
+
+  01 Aug 2014; Yixun Lan d...@gentoo.org +ibus-1.5.8.ebuild:
+  version bump
 
   23 Jun 2014; Naohiro Aota na...@gentoo.org -ibus-1.5.2.ebuild,
   -ibus-1.5.3.ebuild, -ibus-1.5.4-r1.ebuild:



1.1  app-i18n/ibus/ibus-1.5.8.ebuild

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

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

EAPI=5

PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION=0.18
VALA_USE_DEPEND=vapigen
# Vapigen is needed for the vala binding
# Valac is needed when building from git for the engine
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils bash-completion-r1 eutils gnome2-utils multilib 
python-single-r1 readme.gentoo vala virtualx

DESCRIPTION=Intelligent Input Bus for Linux / Unix OS
HOMEPAGE=http://code.google.com/p/ibus/;
SRC_URI=https://github.com/ibus/ibus/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=deprecated gconf gtk +gtk3 +introspection nls +python test +vala wayland 
+X
REQUIRED_USE=|| ( gtk gtk3 X )
deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated ( gtk3 introspection ) ) ) #342903

COMMON_DEPEND=
=dev-libs/glib-2.26:2
gnome-base/librsvg:2
sys-apps/dbus[X?]
app-text/iso-codes
=gnome-base/dconf-0.13.4
x11-libs/libnotify

gconf? ( =gnome-base/gconf-2.12:2 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
python? ( ${PYTHON_DEPS} )
X? (
x11-libs/libX11
x11-libs/gtk+:2 )
introspection? ( =dev-libs/gobject-introspection-0.6.8 )
nls? ( virtual/libintl )
wayland? ( dev-libs/wayland )
RDEPEND=${COMMON_DEPEND}
x11-apps/setxkbmap
python? (
dev-python/pyxdg
deprecated? (
=dev-python/dbus-python-0.83
dev-python/pygobject:2
dev-python/pygtk:2 )
gtk3? (
dev-python/pygobject:3
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]
x11-libs/gtk+:3[introspection] )
)
DEPEND=${COMMON_DEPEND}
=dev-lang/perl-5.8.1
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig
nls? ( =sys-devel/gettext-0.16.1 )
vala? ( $(vala_depend) )
gnome-base/gconf

# stress test in bus/ fails
# IBUS-CRITICAL **: bus_test_client_init: assertion `ibus_bus_is_connected 
(_bus)' failed
RESTRICT=test

DOCS=AUTHORS NEWS README

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=To use ibus, you should:
1. Get input engines from sunrise overlay.
Run \emerge -s ibus-\ in your favorite terminal
for a list of packages we already have.

2. Setup ibus:
$ ibus-setup

3. Set the following in your user startup scripts
such as .xinitrc, .xsession or .xprofile:

export XMODIFIERS=\@im=ibus\
export GTK_IM_MODULE=\ibus\
export QT_IM_MODULE=\xim\
ibus-daemon -d -x


pkg_setup() {
use python  python-single-r1_pkg_setup
}

src_prepare() {
autotools-utils_src_prepare
use vala  

[gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt: ibus-qt-1.3.3.ebuild ChangeLog

2014-08-01 Thread Yixun Lan (dlan)
dlan14/08/01 07:33:54

  Modified: ChangeLog
  Added:ibus-qt-1.3.3.ebuild
  Log:
  version bump, switch SRC_URI to github
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.22 app-i18n/ibus-qt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   6 Jan 2014 04:40:43 -   1.21
+++ ChangeLog   1 Aug 2014 07:33:54 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/ibus-qt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.21 
2014/01/06 04:40:43 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.22 
2014/08/01 07:33:54 dlan Exp $
+
+*ibus-qt-1.3.3 (01 Aug 2014)
+
+  01 Aug 2014; Yixun Lan d...@gentoo.org +ibus-qt-1.3.3.ebuild:
+  version bump, switch SRC_URI to github
 
 *ibus-qt-1.3.2 (06 Jan 2014)
 



1.1  app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild

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

Index: ibus-qt-1.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild,v 1.1 
2014/08/01 07:33:54 dlan Exp $

EAPI=5
inherit cmake-utils eutils multilib

DESCRIPTION=Qt IBus library and Qt input method plugin
HOMEPAGE=http://code.google.com/p/ibus/;
SRC_URI=https://github.com/ibus/ibus-qt/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND==app-i18n/ibus-1.3.7
=sys-apps/dbus-1.2
x11-libs/libX11
=dev-qt/qtcore-4.5:4
=dev-qt/qtdbus-4.5:4
DEPEND=${RDEPEND}
=dev-libs/icu-4:=
dev-util/cmake
virtual/pkgconfig
doc? ( app-doc/doxygen )

DOCS=AUTHORS README TODO

mycmakeargs=-DLIBDIR=$(get_libdir) all

src_compile() {
cmake-utils_src_compile

if use doc ; then
cd ${CMAKE_BUILD_DIR}
emake docs || die
fi
}

src_install() {
if use doc ; then
HTML_DOCS=${CMAKE_BUILD_DIR}/docs/html/*
fi

cmake-utils_src_install
}






[gentoo-commits] gentoo-x86 commit in net-wireless/blueman: blueman-1.23_p20140717-r1.ebuild blueman-9999.ebuild ChangeLog blueman-1.23_p20140717.ebuild

2014-08-01 Thread Michal Gorny (mgorny)
mgorny  14/08/01 08:03:45

  Modified: blueman-.ebuild ChangeLog
  Added:blueman-1.23_p20140717-r1.ebuild
  Removed:  blueman-1.23_p20140717.ebuild
  Log:
  Update deps from configure.ac. Switch to python-single-r1. Add missing ||die.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  net-wireless/blueman/blueman-.ebuild

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

Index: blueman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blueman-.ebuild 12 May 2014 14:22:17 -  1.2
+++ blueman-.ebuild 1 Aug 2014 08:03:45 -   1.3
@@ -1,12 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.2 2014/05/12 14:22:17 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.3 2014/08/01 08:03:45 mgorny Exp $
 
 EAPI=5
 
-PYTHON_DEPEND=2:2.7
-
-inherit eutils python gnome2-utils autotools
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1 gnome2-utils autotools
 
 DESCRIPTION=GTK+ Bluetooth Manager, designed to be simple and intuitive for 
everyday bluetooth tasks.
 HOMEPAGE=http://blueman-project.org/;
@@ -24,24 +23,25 @@
 SLOT=0
 IUSE=gconf sendto network nls policykit pulseaudio
 
-CDEPEND=dev-libs/glib:2
-   x11-libs/gtk+:3
-   x11-libs/startup-notification
-   dev-python/pygobject:2
-   =net-wireless/bluez-4.61
-   x11-libs/libnotify
+CDEPEND=dev-libs/glib:2=
+   x11-libs/gtk+:3=
+   x11-libs/startup-notification:=
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   || (
+   dev-python/pygobject:2
+   dev-python/pygobject:3
+   )
+   =net-wireless/bluez-4.61:=
+   ${PYTHON_DEPS}
 DEPEND=${CDEPEND}
nls? ( dev-util/intltool sys-devel/gettext )
virtual/pkgconfig
-   =dev-python/pyrex-0.9.8
+   dev-python/cython[${PYTHON_USEDEP}]
 RDEPEND=${CDEPEND}
=app-mobilephone/obex-data-server-0.4.4
sys-apps/dbus
-   dev-python/pygtk
-   dev-python/notify-python
-   dev-python/dbus-python
x11-themes/hicolor-icon-theme
-   gconf? ( dev-python/gconf-python )
+   gconf? ( dev-python/gconf-python[${PYTHON_USEDEP}] )
sendto? ( gnome-base/nautilus )
network? ( || ( net-dns/dnsmasq
=net-misc/dhcp-3*
@@ -49,15 +49,9 @@
policykit? ( sys-auth/polkit )
pulseaudio? ( media-sound/pulseaudio )
 
-pkg_setup() {
-   python_set_active_version 2.7
-   python_pkg_setup
-}
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 src_prepare() {
-   # disable pyc compiling
-   ln -sf $(type -P true) py-compile
-
sed -i \
-e '/^Encoding/d' \
data/blueman-manager.desktop.in || die sed failed
@@ -80,16 +74,15 @@
 src_install() {
default
 
-   python_convert_shebangs 2.7 ${D}/usr/bin/blueman-* 
${D}/usr/libexec/blueman-mechanism
-
-   rm ${D}/$(python_get_sitedir)/*.la
-   use sendto  rm ${D}/usr/lib*/nautilus-sendto/plugins/*.la
+   python_fix_shebang ${D}
 
-   use gconf || rm 
${D}/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py
-   use policykit || rm -rf ${D}/usr/share/polkit-1
-   use pulseaudio || rm 
${D}/$(python_get_sitedir)/${PN}/{main/Pulse*.py,plugins/applet/Pulse*.py}
+   rm ${D}/$(python_get_sitedir)/*.la || die
+   use sendto  { rm ${D}/usr/lib*/nautilus-sendto/plugins/*.la || die; 
}
 
-   python_need_rebuild
+   # Note: Python 3 support would need __pycache__ file removal too
+   use gconf || { rm 
${D}/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py* || die; }
+   use policykit || { rm -rf ${D}/usr/share/polkit-1 || die; }
+   use pulseaudio || { rm 
${D}/$(python_get_sitedir)/${PN}/{main/Pulse*.py*,plugins/manager/Pulse*.py*} 
|| die; }
 }
 
 pkg_preinst() {
@@ -97,11 +90,9 @@
 }
 
 pkg_postinst() {
-   python_mod_optimize ${PN}
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   python_mod_cleanup ${PN}
gnome2_icon_cache_update
 }



1.21 net-wireless/blueman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/ChangeLog?rev=1.21view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in sys-libs/uclibc: uclibc-0.9.33.2-r11.ebuild ChangeLog

2014-08-01 Thread Mike Frysinger (vapier)
vapier  14/08/01 08:19:10

  Modified: uclibc-0.9.33.2-r11.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-libs/uclibc/uclibc-0.9.33.2-r11.ebuild

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

Index: uclibc-0.9.33.2-r11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uclibc-0.9.33.2-r11.ebuild  27 Apr 2014 19:36:37 -  1.1
+++ uclibc-0.9.33.2-r11.ebuild  1 Aug 2014 08:19:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r11.ebuild,v 1.1 
2014/04/27 19:36:37 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r11.ebuild,v 1.2 
2014/08/01 08:19:10 vapier Exp $
 
 inherit eutils flag-o-matic multilib toolchain-funcs savedconfig
 if [[ ${PV} ==  ]] ; then
@@ -23,7 +23,7 @@
PATCH_VER=13
SRC_URI=http://uclibc.org/downloads/${MY_P}.tar.bz2

${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}
-   KEYWORDS=-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86
+   KEYWORDS=-* amd64 arm m68k ~mips ppc sh sparc x86
 fi
 
 LICENSE=LGPL-2



1.91 sys-libs/uclibc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/uclibc/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/uclibc/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/uclibc/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   27 Apr 2014 19:36:37 -  1.90
+++ ChangeLog   1 Aug 2014 08:19:10 -   1.91
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/uclibc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.90 2014/04/27 
19:36:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.91 2014/08/01 
08:19:10 vapier Exp $
+
+  01 Aug 2014; Mike Frysinger vap...@gentoo.org uclibc-0.9.33.2-r11.ebuild:
+  Stabilize for all.
 
 *uclibc-0.9.33.2-r11 (27 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/judy: ChangeLog judy-1.0.5.ebuild

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:24:07

  Modified: ChangeLog judy-1.0.5.ebuild
  Log:
  add ~arm, bug #518506
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.36 dev-libs/judy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   30 Apr 2013 13:35:15 -  1.35
+++ ChangeLog   1 Aug 2014 08:24:07 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/judy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.35 2013/04/30 
13:35:15 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.36 2014/08/01 
08:24:07 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org judy-1.0.5.ebuild:
+  add ~arm, bug #518506
 
   30 Apr 2013;  qni...@gentoo.org judy-1.0.4.ebuild, judy-1.0.5.ebuild,
   metadata.xml:



1.6  dev-libs/judy/judy-1.0.5.ebuild

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

Index: judy-1.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- judy-1.0.5.ebuild   30 Apr 2013 13:35:15 -  1.5
+++ judy-1.0.5.ebuild   1 Aug 2014 08:24:07 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.5 
2013/04/30 13:35:15 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.6 
2014/08/01 08:24:07 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86
+KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86
 IUSE=
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: ChangeLog libpng-1.6.12.ebuild

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:27:12

  Modified: ChangeLog libpng-1.6.12.ebuild
  Log:
  arm stable, bug #517788
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.461media-libs/libpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -r1.460 -r1.461
--- ChangeLog   30 Jul 2014 11:04:57 -  1.460
+++ ChangeLog   1 Aug 2014 08:27:11 -   1.461
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.460 
2014/07/30 11:04:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.461 
2014/08/01 08:27:11 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org libpng-1.6.12.ebuild:
+  arm stable, bug #517788
 
   30 Jul 2014; Jeroen Roovers j...@gentoo.org libpng-1.6.12.ebuild:
   Stable for HPPA (bug #517788).



1.5  media-libs/libpng/libpng-1.6.12.ebuild

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

Index: libpng-1.6.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpng-1.6.12.ebuild30 Jul 2014 11:04:57 -  1.4
+++ libpng-1.6.12.ebuild1 Aug 2014 08:27:11 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.12.ebuild,v 
1.4 2014/07/30 11:04:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.6.12.ebuild,v 
1.5 2014/08/01 08:27:11 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=libpng
 SLOT=0/16
-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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
+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 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon static-libs
 
 RDEPEND==sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.5.5.ebuild ChangeLog

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:28:40

  Modified: ibus-1.5.5.ebuild ChangeLog
  Log:
  arm stable, bug #517912
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.7  app-i18n/ibus/ibus-1.5.5.ebuild

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

Index: ibus-1.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ibus-1.5.5.ebuild   6 May 2014 18:03:12 -   1.6
+++ ibus-1.5.5.ebuild   1 Aug 2014 08:28:40 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.5.ebuild,v 1.6 
2014/05/06 18:03:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.5.ebuild,v 1.7 
2014/08/01 08:28:40 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
 IUSE=deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X
 REQUIRED_USE=|| ( gtk gtk3 X )
deprecated? ( python )



1.147app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   1 Aug 2014 07:14:27 -   1.146
+++ ChangeLog   1 Aug 2014 08:28:40 -   1.147
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.146 2014/08/01 
07:14:27 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.147 2014/08/01 
08:28:40 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org ibus-1.5.5.ebuild:
+  arm stable, bug #517912
 
 *ibus-1.5.8 (01 Aug 2014)
 






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

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:29:35

  Modified: ChangeLog g-cpan-0.16.5.ebuild
  Log:
  arm stable, bug #517894
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.81 app-portage/g-cpan/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   28 Jul 2014 16:05:41 -  1.80
+++ ChangeLog   1 Aug 2014 08:29:35 -   1.81
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/g-cpan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.80 
2014/07/28 16:05:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.81 
2014/08/01 08:29:35 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org g-cpan-0.16.5.ebuild:
+  arm stable, bug #517894
 
   28 Jul 2014; Mikle Kolyada zlog...@gentoo.org g-cpan-0.16.5.ebuild:
   amd64 stable wrt bug #517894



1.4  app-portage/g-cpan/g-cpan-0.16.5.ebuild

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

Index: g-cpan-0.16.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- g-cpan-0.16.5.ebuild28 Jul 2014 16:05:41 -  1.3
+++ g-cpan-0.16.5.ebuild1 Aug 2014 08:29:35 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.3 2014/07/28 16:05:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 
1.4 2014/08/01 08:29:35 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 IUSE=
 
 DEPEND=dev-lang/perl






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-10.0.12.ebuild ChangeLog

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:30:22

  Modified: mariadb-10.0.12.ebuild ChangeLog
  Log:
  add ~arm, bug #518506
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.2  dev-db/mariadb/mariadb-10.0.12.ebuild

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

Index: mariadb-10.0.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mariadb-10.0.12.ebuild  29 Jul 2014 23:10:04 -  1.1
+++ mariadb-10.0.12.ebuild  1 Aug 2014 08:30:22 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.1 
2014/07/29 23:10:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.2 
2014/08/01 08:30:22 maekke Exp $
 
 EAPI=5
 MY_EXTRAS_VER=20140729-2200Z
@@ -13,7 +13,7 @@
 IUSE=$IUSE
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.42 dev-db/mariadb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   29 Jul 2014 23:10:04 -  1.41
+++ ChangeLog   1 Aug 2014 08:30:22 -   1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.41 2014/07/29 
23:10:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.42 2014/08/01 
08:30:22 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org mariadb-10.0.12.ebuild:
+  add ~arm, bug #518506
 
 *mariadb-10.0.12 (29 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/perl-tk: perl-tk-804.32.0.ebuild ChangeLog

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:31:40

  Modified: perl-tk-804.32.0.ebuild ChangeLog
  Log:
  arm stable, bug #518032
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-perl/perl-tk/perl-tk-804.32.0.ebuild

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

Index: perl-tk-804.32.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.32.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-tk-804.32.0.ebuild 28 Jul 2014 16:04:07 -  1.3
+++ perl-tk-804.32.0.ebuild 1 Aug 2014 08:31:39 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.32.0.ebuild,v 
1.3 2014/07/28 16:04:07 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.32.0.ebuild,v 
1.4 2014/08/01 08:31:39 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE+= BSD
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris
 IUSE=
 
 DEPEND=



1.95 dev-perl/perl-tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   28 Jul 2014 16:04:07 -  1.94
+++ ChangeLog   1 Aug 2014 08:31:39 -   1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/perl-tk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.94 
2014/07/28 16:04:07 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.95 
2014/08/01 08:31:39 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org perl-tk-804.32.0.ebuild:
+  arm stable, bug #518032
 
   28 Jul 2014; Mikle Kolyada zlog...@gentoo.org perl-tk-804.32.0.ebuild:
   amd64 stable wrt bug #518032






[gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.5.ebuild

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:32:39

  Modified: ChangeLog proftpd-1.3.5.ebuild
  Log:
  arm stable, bug #518290
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.320net-ftp/proftpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   31 Jul 2014 08:40:06 -  1.319
+++ ChangeLog   1 Aug 2014 08:32:39 -   1.320
@@ -1,6 +1,9 @@
 # ChangeLog for net-ftp/proftpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.319 
2014/07/31 08:40:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.320 
2014/08/01 08:32:39 maekke Exp $
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org proftpd-1.3.5.ebuild:
+  arm stable, bug #518290
 
   31 Jul 2014; Jeroen Roovers j...@gentoo.org proftpd-1.3.5.ebuild:
   Stable for HPPA (bug #518290).



1.4  net-ftp/proftpd/proftpd-1.3.5.ebuild

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

Index: proftpd-1.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proftpd-1.3.5.ebuild31 Jul 2014 08:40:06 -  1.3
+++ proftpd-1.3.5.ebuild1 Aug 2014 08:32:39 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.5.ebuild,v 1.3 
2014/07/31 08:40:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.5.ebuild,v 1.4 
2014/08/01 08:32:39 maekke Exp $
 
 EAPI=5
 inherit eutils multilib systemd
@@ -27,7 +27,7 @@
 LICENSE=GPL-2
 
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap linguas_bg_BG linguas_en_US linguas_fr_FR linguas_it_IT 
linguas_ja_JP linguas_ko_KR
linguas_ru_RU linguas_zh_CN linguas_zh_TW log_forensic memcache msg 
mysql ncurses nls openssl pam +pcre postgres qos radius






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-omapfb/files: 0004-blacklist-tv-out.patch 0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch 0001-Revert-Set-a-large-CRTC-uppe

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:56:27

  Added:0004-blacklist-tv-out.patch

0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch

0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch
0003-force-plain-mode.patch
0006-omapfb-port-to-new-xserver-video-API.patch
0005-Attempt-to-fix-VRFB.patch
  Log:
  version bump by A. Person in bug #515602
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  ChangesPath
1.1  
x11-drivers/xf86-video-omapfb/files/0004-blacklist-tv-out.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0004-blacklist-tv-out.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0004-blacklist-tv-out.patch?rev=1.1content-type=text/plain

Index: 0004-blacklist-tv-out.patch
===
From cfa46b67f59115f6d8ef9414af60380749ff3eb3 Mon Sep 17 00:00:00 2001
From: Koen Kooi k...@dominion.thruhere.net
Date: Wed, 26 Jan 2011 13:21:12 +0100
Subject: [PATCH 4/6] blacklist tv out

The tv-out gets added last and the driver tries to reconfigure dvi to TV 
resolutions, which fails. so blacklist it

Upstream-Status: Pending

Signed-off-by: Koen Kooi k...@dominion.thruhere.net
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 src/omapfb-output-dss.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/omapfb-output-dss.c b/src/omapfb-output-dss.c
index 6cc52de..83cb711 100644
--- a/src/omapfb-output-dss.c
+++ b/src/omapfb-output-dss.c
@@ -205,6 +205,10 @@ OMAPFBDSSOutputDetect (xf86OutputPtr output)
if(ofb-timings[idx][0] == '\0')
return XF86OutputStatusDisconnected;
 
+   // Hack to disable the tv out
+   if (strncmp(output-name, tv, 2) == 0)
+   return XF86OutputStatusDisconnected;
+
return XF86OutputStatusConnected;
 }
 
-- 
1.8.0




1.1  
x11-drivers/xf86-video-omapfb/files/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch?rev=1.1content-type=text/plain

Index: 0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch
===
From 855c333ac0d16350f895f1d1b9391e9cbb0b6db4 Mon Sep 17 00:00:00 2001
From: Koen Kooi k...@dominion.thruhere.net
Date: Wed, 26 Jan 2011 13:27:20 +0100
Subject: [PATCH 2/6] Revert Set virtual size when configuring framebuffer

Virtual size too big, so revert it.

This reverts commit 2653ef07883fbd1a5e7025f9300cf89b79ba429a.

Upstream-Status: Pending

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 src/omapfb-crtc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/omapfb-crtc.c b/src/omapfb-crtc.c
index cbeff35..9655db2 100644
--- a/src/omapfb-crtc.c
+++ b/src/omapfb-crtc.c
@@ -98,8 +98,6 @@ OMAPFBCrtcCommitChangeMode (xf86CrtcPtr crtc)
v = ofb-state_info;
v.xres = mode-HDisplay;
v.yres = mode-VDisplay;
-   v.xres_virtual = crtc-scrn-virtualX;
-   v.yres_virtual = crtc-scrn-virtualY;
v.activate = FB_ACTIVATE_NOW;
v.pixclock = KHZ2PICOS(mode-Clock ? mode-Clock : 56000);
v.left_margin = mode-HTotal - mode-HSyncEnd;
-- 
1.8.0




1.1  
x11-drivers/xf86-video-omapfb/files/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/files/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch?rev=1.1content-type=text/plain

Index: 0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch
===
From 8fb7d0f99d4afbb574b30cb4f1e66a8f89d94ad5 Mon Sep 17 00:00:00 2001
From: Koen Kooi k...@dominion.thruhere.net
Date: Wed, 26 Jan 2011 12:04:36 +0100
Subject: [PATCH 1/6] Revert Set a large CRTC upper limit to not prune larger
 resolutions

Picture is garbled after switching resolutions, so revert it.
Virtual size too big, revert the commit 
9c4d7592dcb7dc20a48a6f941d9d94bd73d34153.

Upstream-Status: Pending

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 src/omapfb-crtc.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/omapfb-crtc.c b/src/omapfb-crtc.c
index 

[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-omapfb: xf86-video-omapfb-0.1.1.1_p1.ebuild ChangeLog

2014-08-01 Thread Markus Meier (maekke)
maekke  14/08/01 08:56:27

  Modified: ChangeLog
  Added:xf86-video-omapfb-0.1.1.1_p1.ebuild
  Log:
  version bump by A. Person in bug #515602
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  ChangesPath
1.5  x11-drivers/xf86-video-omapfb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   14 Jan 2013 23:29:30 -  1.4
+++ ChangeLog   1 Aug 2014 08:56:27 -   1.5
@@ -1,6 +1,17 @@
 # ChangeLog for x11-drivers/xf86-video-omapfb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog,v 
1.4 2013/01/14 23:29:30 creffett Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omapfb/ChangeLog,v 
1.5 2014/08/01 08:56:27 maekke Exp $
+
+*xf86-video-omapfb-0.1.1.1_p1 (01 Aug 2014)
+
+  01 Aug 2014; Markus Meier mae...@gentoo.org
+  +xf86-video-omapfb-0.1.1.1_p1.ebuild,
+  +files/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch,
+  +files/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch,
+  +files/0003-force-plain-mode.patch, +files/0004-blacklist-tv-out.patch,
+  +files/0005-Attempt-to-fix-VRFB.patch,
+  +files/0006-omapfb-port-to-new-xserver-video-API.patch:
+  version bump by A. Person in bug #515602
 
   14 Jan 2013; Chris Reffett creff...@gentoo.org
   +files/xf86-video-omapfb-0.1.1-closescreen.patch, metadata.xml,



1.1  
x11-drivers/xf86-video-omapfb/xf86-video-omapfb-0.1.1.1_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/xf86-video-omapfb-0.1.1.1_p1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-omapfb/xf86-video-omapfb-0.1.1.1_p1.ebuild?rev=1.1content-type=text/plain

Index: xf86-video-omapfb-0.1.1.1_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omapfb/xf86-video-omapfb-0.1.1.1_p1.ebuild,v
 1.1 2014/08/01 08:56:27 maekke Exp $

EAPI=5

XORG_EAUTORECONF=yes

inherit xorg-2

MY_P=${P/_p*//}
MY_P_PATCH=${PN}_${PV/_p/-}

SRC_URI=mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
mirror://debian/pool/main/x/${PN}/${MY_P_PATCH}.diff.gz
HOMEPAGE=https://packages.debian.org/source/sid/xf86-video-omapfb;

DESCRIPTION=X.org driver for TI OMAP framebuffers
KEYWORDS=-* ~arm
IUSE=
RDEPEND=
DEPEND=${RDEPEND}
x11-proto/fontsproto
x11-proto/randrproto
x11-proto/renderproto
x11-proto/xproto

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${WORKDIR}/${MY_P_PATCH}.diff
epatch ${FILESDIR}/000*.patch
xorg-2_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.6.3-r1.ebuild ghc-7.8.3.ebuild ChangeLog

2014-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/01 09:12:49

  Modified: ghc-7.6.3-r1.ebuild ghc-7.8.3.ebuild ChangeLog
  Log:
  fix installation on PaX kernels (thanks to yangjay)
  
  (Portage version: 2.2.10_p40/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.13 dev-lang/ghc/ghc-7.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.12r2=1.13

Index: ghc-7.6.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ghc-7.6.3-r1.ebuild 5 Jul 2014 15:40:40 -   1.12
+++ ghc-7.6.3-r1.ebuild 1 Aug 2014 09:12:49 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.12 
2014/07/05 15:40:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.13 
2014/08/01 09:12:49 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -604,10 +604,10 @@
#   but let users screw it by setting 'I_DEMAND_MY_CORES_LOADED'
# 4 parallel jobs usually does not break
 
-   # 1. build compiler binary(+wrapper) first
-   emake $(limit_jobs 4) inplace/bin/ghc-stage2 V=1
+   # 1. build compiler binary first
+   emake $(limit_jobs 4) ghc/stage2/build/tmp/ghc-stage2 V=1
# 2. pax-mark (bug #516430)
-   pax-mark -m inplace/lib/ghc-stage2
+   pax-mark -m ghc/stage2/build/tmp/ghc-stage2
# 3. and then all the rest
emake $(limit_jobs 4) all V=1
 
@@ -726,16 +726,11 @@
DESTDIR=${D} \
|| die make ${insttarget} failed
 
-   # remove wrapper and linker
+   # remove wrapper and link
rm -f ${ED}/usr/bin/haddock*
 
add-c_nonshared-to-ghci-libs
 
-   # ghci uses mmap with rwx protection at it implements dynamic
-   # linking on it's own (bug #299709)
-   # so mark resulting binary
-   pax-mark -m ${ED}/usr/$(get_libdir)/${P}/ghc
-
if [[ ! -f ${S}/VERSION ]]; then
echo ${GHC_PV}  ${S}/VERSION \
|| die Could not create file ${S}/VERSION



1.5  dev-lang/ghc/ghc-7.8.3.ebuild

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

Index: ghc-7.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ghc-7.8.3.ebuild30 Jul 2014 13:20:16 -  1.4
+++ ghc-7.8.3.ebuild1 Aug 2014 09:12:49 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.4 
2014/07/30 13:20:16 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.5 
2014/08/01 09:12:49 slyfox Exp $
 
 EAPI=5
 
@@ -489,10 +489,10 @@
 
 src_compile() {
if ! use binary; then
-   # 1. build compiler binary(+wrapper) first
-   emake inplace/bin/ghc-stage2
+   # 1. build compiler binary first
+   emake ghc/stage2/build/tmp/ghc-stage2
# 2. pax-mark (bug #516430)
-   pax-mark -m inplace/lib/bin/ghc-stage2
+   pax-mark -m ghc/stage2/build/tmp/ghc-stage2
# 3. and then all the rest
emake all
fi # ! use binary
@@ -525,11 +525,6 @@
# remove link, but leave 'haddock-${GHC_P}'
rm -f ${ED}/usr/bin/haddock
 
-   # ghci uses mmap with rwx protection at it implements dynamic
-   # linking on it's own (bug #299709)
-   # so mark resulting binary
-   pax-mark -m ${ED}/usr/$(get_libdir)/${GHC_P}/bin/ghc
-
if [[ ! -f ${S}/VERSION ]]; then
echo ${GHC_PV}  ${S}/VERSION \
|| die Could not create file ${S}/VERSION



1.262dev-lang/ghc/ChangeLog


[gentoo-commits] gentoo-x86 commit in sys-block/thin-provisioning-tools/files: thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch

2014-08-01 Thread Samuli Suominen (ssuominen)
ssuominen14/08/01 09:14:12

  Added:   

thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch
  Log:
  Fix portability with, for exaexample, sys-libs/uclibc using upstream patch 
http://github.com/jthornber/thin-provisioning-tools/commit/e77e8715b0a91a60cf2c4b85933b1063385da122
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch?rev=1.1content-type=text/plain

Index: 
thin-provisioning-tools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch
===
From e77e8715b0a91a60cf2c4b85933b1063385da122 Mon Sep 17 00:00:00 2001
From: Joe Thornber e...@redhat.com
Date: Wed, 2 Jul 2014 08:19:20 +
Subject: Remove ambiguity between boost::uint64_t and ::uint64_t.

This has been causing people problems on uclibc builds.
---
 caching/cache_metadata_size.cc| 15 +++
 caching/xml_format.cc |  7 +++
 era/superblock.cc |  5 ++---
 era/writeset_tree.cc  |  5 ++---
 persistent-data/data-structures/bitset.cc |  7 +++
 thin-provisioning/device_tree.h   |  4 +---
 thin-provisioning/metadata_dumper.cc  |  2 +-
 7 files changed, 19 insertions(+), 26 deletions(-)

diff --git a/caching/cache_metadata_size.cc b/caching/cache_metadata_size.cc
index 7584da6..5792c49 100644
--- a/caching/cache_metadata_size.cc
+++ b/caching/cache_metadata_size.cc
@@ -7,7 +7,6 @@
 #include stdint.h
 #include stdexcept
 
-using namespace boost;
 using namespace std;
 
 //
@@ -18,9 +17,9 @@ namespace {
: max_hint_width(4) {
}
 
-   optionaluint64_t device_size;
-   optionaluint32_t block_size;
-   optionaluint64_t nr_blocks;
+   boost::optionaluint64_t device_size;
+   boost::optionaluint32_t block_size;
+   boost::optionaluint64_t nr_blocks;
uint32_t max_hint_width;
};
 
@@ -58,19 +57,19 @@ namespace {
while ((c = getopt_long(argc, argv, short_opts, long_opts, 
NULL)) != -1) {
switch (c) {
case 0:
-   fs.block_size = lexical_castuint32_t(optarg);
+   fs.block_size = 
boost::lexical_castuint32_t(optarg);
break;
 
case 1:
-   fs.device_size = lexical_castuint64_t(optarg);
+   fs.device_size = 
boost::lexical_castuint64_t(optarg);
break;
 
case 2:
-   fs.nr_blocks = lexical_castuint64_t(optarg);
+   fs.nr_blocks = 
boost::lexical_castuint64_t(optarg);
break;
 
case 3:
-   fs.max_hint_width = 
lexical_castuint32_t(optarg);
+   fs.max_hint_width = 
boost::lexical_castuint32_t(optarg);
break;
 
case 'h':
diff --git a/caching/xml_format.cc b/caching/xml_format.cc
index cb03018..84d6fc2 100644
--- a/caching/xml_format.cc
+++ b/caching/xml_format.cc
@@ -5,7 +5,6 @@
 #include boost/lexical_cast.hpp
 #include expat.h
 
-using namespace boost;
 using namespace caching;
 using namespace persistent_data;
 using namespace std;
@@ -189,14 +188,14 @@ namespace {
 
block_address cblock = get_attruint64_t(attr, cache_block);
decoded_or_error doe = base64_decode(get_attrstring(attr, 
data));
-   if (!getvectorunsigned char (doe)) {
+   if (!boost::getvectorunsigned char (doe)) {
ostringstream msg;
msg  invalid base64 encoding of hint for cache block 

-cblock  :   getstring(doe);
+cblock  :   boost::getstring(doe);
throw runtime_error(msg.str());
}
 
-   e-hint(cblock, getvectorunsigned char (doe));
+   e-hint(cblock, boost::getvectorunsigned char (doe));
}
 
// FIXME: why passing e by ptr?

[gentoo-commits] gentoo-x86 commit in sys-block/thin-provisioning-tools: thin-provisioning-tools-0.3.2-r1.ebuild ChangeLog

2014-08-01 Thread Samuli Suominen (ssuominen)
ssuominen14/08/01 09:14:12

  Modified: ChangeLog
  Added:thin-provisioning-tools-0.3.2-r1.ebuild
  Log:
  Fix portability with, for exaexample, sys-libs/uclibc using upstream patch 
http://github.com/jthornber/thin-provisioning-tools/commit/e77e8715b0a91a60cf2c4b85933b1063385da122
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.46 sys-block/thin-provisioning-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   31 Jul 2014 22:21:11 -  1.45
+++ ChangeLog   1 Aug 2014 09:14:12 -   1.46
@@ -1,6 +1,15 @@
 # ChangeLog for sys-block/thin-provisioning-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.45 
2014/07/31 22:21:11 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.46 
2014/08/01 09:14:12 ssuominen Exp $
+
+*thin-provisioning-tools-0.3.2-r1 (01 Aug 2014)
+
+  01 Aug 2014; Samuli Suominen ssuomi...@gentoo.org 
+files/thin-provisioning-t
+  ools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch,
+  +thin-provisioning-tools-0.3.2-r1.ebuild:
+  Fix portability with, for exaexample, sys-libs/uclibc using upstream patch
+  http://github.com/jthornber/thin-provisioning-
+  tools/commit/e77e8715b0a91a60cf2c4b85933b1063385da122
 
   31 Jul 2014; Samuli Suominen ssuomi...@gentoo.org
   -files/thin-provisioning-tools-0.1.5-LDFLAGS.patch,



1.1  
sys-block/thin-provisioning-tools/thin-provisioning-tools-0.3.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.3.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.3.2-r1.ebuild?rev=1.1content-type=text/plain

Index: thin-provisioning-tools-0.3.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.3.2-r1.ebuild,v
 1.1 2014/08/01 09:14:12 ssuominen Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=A suite of tools for thin provisioning on Linux.
HOMEPAGE=http://github.com/jthornber/thin-provisioning-tools;
EXT=.tar.gz
BASE_A=${P}${EXT}
SRC_URI=http://github.com/jthornber/${PN}/archive/v${PV}${EXT} - ${BASE_A}

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=dev-libs/expat
# || ( ) is a non-future proof workaround for Portage unefficiency wrt #477050
DEPEND=${RDEPEND}
test? (
|| ( dev-lang/ruby:2.9 dev-lang/ruby:2.8 dev-lang/ruby:2.7 
dev-lang/ruby:2.6 dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 
dev-lang/ruby:1.8 )
dev-cpp/gmock
dev-util/cucumber
dev-util/aruba
)
dev-libs/boost

src_prepare() {
epatch 
${FILESDIR}/${P}-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch
epatch_user
eautoreconf
}

src_configure() {
econf \
--prefix=${EPREFIX}/ \
--bindir=${EPREFIX}/sbin \
--with-optimisation='' \
$(use_enable test testing)
}

src_install() {
emake install DESTDIR=${D} MANDIR=/usr/share/man
dodoc README.md TODO.org
}

src_test() {
emake unit-test
}






[gentoo-commits] gentoo-x86 commit in sys-block/thin-provisioning-tools: ChangeLog

2014-08-01 Thread Samuli Suominen (ssuominen)
ssuominen14/08/01 09:18:33

  Modified: ChangeLog
  Log:
  typing error in changelog
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.47 sys-block/thin-provisioning-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   1 Aug 2014 09:14:12 -   1.46
+++ ChangeLog   1 Aug 2014 09:18:33 -   1.47
@@ -1,13 +1,13 @@
 # ChangeLog for sys-block/thin-provisioning-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.46 
2014/08/01 09:14:12 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.47 
2014/08/01 09:18:33 ssuominen Exp $
 
 *thin-provisioning-tools-0.3.2-r1 (01 Aug 2014)
 
   01 Aug 2014; Samuli Suominen ssuomi...@gentoo.org 
+files/thin-provisioning-t
   ools-0.3.2-Remove-ambiguity-between-boost-uint64_t-and-uint64_t.patch,
   +thin-provisioning-tools-0.3.2-r1.ebuild:
-  Fix portability with, for exaexample, sys-libs/uclibc using upstream patch
+  Fix portability with, for example, sys-libs/uclibc using upstream patch
   http://github.com/jthornber/thin-provisioning-
   tools/commit/e77e8715b0a91a60cf2c4b85933b1063385da122
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/alut: alut-2.2.0.0.ebuild ChangeLog alut-2.3.0.1.ebuild alut-2.1.0.0.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:48:11

  Modified: alut-2.2.0.0.ebuild ChangeLog alut-2.3.0.1.ebuild
alut-2.1.0.0.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.4  dev-haskell/alut/alut-2.2.0.0.ebuild

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

Index: alut-2.2.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.2.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alut-2.2.0.0.ebuild 12 Sep 2012 14:51:57 -  1.3
+++ alut-2.2.0.0.ebuild 1 Aug 2014 09:48:10 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.2.0.0.ebuild,v 1.3 
2012/09/12 14:51:57 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.2.0.0.ebuild,v 1.4 
2014/08/01 09:48:10 armin76 Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS= ~amd64 ~x86
 IUSE=
 
 RDEPEND=dev-haskell/openal[profile?]



1.18 dev-haskell/alut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alut/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   3 Jul 2014 07:26:08 -   1.17
+++ ChangeLog   1 Aug 2014 09:48:10 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/alut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/ChangeLog,v 1.17 
2014/07/03 07:26:08 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/ChangeLog,v 1.18 
2014/08/01 09:48:10 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org alut-2.1.0.0.ebuild,
+  alut-2.2.0.0.ebuild, alut-2.3.0.1.ebuild:
+  Drop sparc keyword
 
 *alut-2.3.0.1 (03 Jul 2014)
 



1.2  dev-haskell/alut/alut-2.3.0.1.ebuild

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

Index: alut-2.3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alut-2.3.0.1.ebuild 3 Jul 2014 07:26:08 -   1.1
+++ alut-2.3.0.1.ebuild 1 Aug 2014 09:48:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.3.0.1.ebuild,v 1.1 
2014/07/03 07:26:08 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.3.0.1.ebuild,v 1.2 
2014/08/01 09:48:10 armin76 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS= ~amd64 ~x86
 IUSE=
 
 RDEPEND==dev-haskell/openal-1.6.0.0:=[profile?]



1.6  dev-haskell/alut/alut-2.1.0.0.ebuild

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

Index: alut-2.1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alut/alut-2.1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alut-2.1.0.0.ebuild 12 Sep 2012 14:51:57 -  1.5
+++ alut-2.1.0.0.ebuild 1 Aug 2014 09:48:10 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public 

[gentoo-commits] gentoo-x86 commit in app-text/multitail: ChangeLog multitail-5.2.13.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:49:17

  Modified: ChangeLog multitail-5.2.13.ebuild
  Log:
  sparc stable wrt #491948
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.115app-text/multitail/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   2 Mar 2014 09:09:02 -   1.114
+++ ChangeLog   1 Aug 2014 09:49:17 -   1.115
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/multitail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.114 
2014/03/02 09:09:02 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.115 
2014/08/01 09:49:17 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org multitail-5.2.13.ebuild:
+  sparc stable wrt #491948
 
   02 Mar 2014; Akinori Hattori hat...@gentoo.org multitail-5.2.13.ebuild:
   ia64 stable wrt bug #491948



1.8  app-text/multitail/multitail-5.2.13.ebuild

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

Index: multitail-5.2.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- multitail-5.2.13.ebuild 2 Mar 2014 09:09:02 -   1.7
+++ multitail-5.2.13.ebuild 1 Aug 2014 09:49:17 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v 1.7 
2014/03/02 09:09:02 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.13.ebuild,v 1.8 
2014/08/01 09:49:17 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ia64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux
+KEYWORDS=amd64 hppa ia64 ~ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux
 IUSE=debug doc examples
 
 RDEPEND=sys-libs/ncurses






[gentoo-commits] gentoo-x86 commit in dev-haskell/openal: openal-1.6.0.0.ebuild openal-1.3.1.1.ebuild ChangeLog openal-1.4.0.1.ebuild openal-1.4.0.2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:50:23

  Modified: openal-1.6.0.0.ebuild openal-1.3.1.1.ebuild
ChangeLog openal-1.4.0.1.ebuild
openal-1.4.0.2.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.2  dev-haskell/openal/openal-1.6.0.0.ebuild

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

Index: openal-1.6.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.6.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openal-1.6.0.0.ebuild   3 Jul 2014 06:08:04 -   1.1
+++ openal-1.6.0.0.ebuild   1 Aug 2014 09:50:23 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.6.0.0.ebuild,v 
1.1 2014/07/03 06:08:04 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.6.0.0.ebuild,v 
1.2 2014/08/01 09:50:23 armin76 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS= ~amd64 ~x86
 IUSE=
 
 RDEPEND==dev-haskell/opengl-2.9.0.0:=[profile?]



1.6  dev-haskell/openal/openal-1.3.1.1.ebuild

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

Index: openal-1.3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openal-1.3.1.1.ebuild   12 Sep 2012 15:52:08 -  1.5
+++ openal-1.3.1.1.ebuild   1 Aug 2014 09:50:23 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v 
1.5 2012/09/12 15:52:08 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v 
1.6 2014/08/01 09:50:23 armin76 Exp $
 
 CABAL_FEATURES=lib profile haddock
 inherit haskell-cabal
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 sparc x86
+KEYWORDS= amd64 x86
 IUSE=
 
 DEPEND==dev-lang/ghc-6.4



1.19 dev-haskell/openal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   3 Jul 2014 06:08:04 -   1.18
+++ ChangeLog   1 Aug 2014 09:50:23 -   1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/openal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.18 
2014/07/03 06:08:04 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.19 
2014/08/01 09:50:23 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org openal-1.3.1.1.ebuild,
+  openal-1.4.0.1.ebuild, openal-1.4.0.2.ebuild, openal-1.6.0.0.ebuild:
+  Drop sparc keyword
 
 *openal-1.6.0.0 (03 Jul 2014)
 



1.3  dev-haskell/openal/openal-1.4.0.1.ebuild

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

Index: openal-1.4.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.4.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openal-1.4.0.1.ebuild   12 

[gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:51:36

  Modified: bbmail-0.8.3.ebuild ChangeLog bbmail-0.9.3.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.12 x11-misc/bbmail/bbmail-0.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild?r1=1.11r2=1.12

Index: bbmail-0.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bbmail-0.8.3.ebuild 4 Jun 2012 18:54:14 -   1.11
+++ bbmail-0.8.3.ebuild 1 Aug 2014 09:51:35 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.11 
2012/06/04 18:54:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.12 
2014/08/01 09:51:35 armin76 Exp $
 
 DESCRIPTION=blackbox mail notification
 HOMEPAGE=http://bbtools.windsofstorm.net/available.phtml#bbmail;
@@ -8,7 +8,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=ppc sparc x86 ~x86-fbsd
+KEYWORDS= ppc x86 ~x86-fbsd
 IUSE=
 
 DEPEND=x11-wm/blackbox



1.23 x11-misc/bbmail/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   19 Oct 2013 15:02:48 -  1.22
+++ ChangeLog   1 Aug 2014 09:51:35 -   1.23
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/bbmail
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.22 2013/10/19 
15:02:48 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.23 2014/08/01 
09:51:35 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org bbmail-0.8.3.ebuild,
+  bbmail-0.9.3.ebuild:
+  Drop sparc keyword
 
   19 Oct 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due desktop-wm removal



1.7  x11-misc/bbmail/bbmail-0.9.3.ebuild

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

Index: bbmail-0.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bbmail-0.9.3.ebuild 4 Jun 2012 18:54:14 -   1.6
+++ bbmail-0.9.3.ebuild 1 Aug 2014 09:51:36 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.6 
2012/06/04 18:54:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.7 
2014/08/01 09:51:36 armin76 Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=amd64 ~ppc ~sparc x86 ~x86-fbsd
+KEYWORDS= amd64 ~ppc x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=x11-wm/blackbox






[gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ChangeLog ratpoison-1.4.6.ebuild ratpoison-1.4.7.ebuild ratpoison-1.4.6-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:56:40

  Modified: ChangeLog ratpoison-1.4.6.ebuild
ratpoison-1.4.7.ebuild ratpoison-1.4.6-r1.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.106x11-wm/ratpoison/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   21 Jul 2014 19:07:58 -  1.105
+++ ChangeLog   1 Aug 2014 09:56:40 -   1.106
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/ratpoison
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.105 
2014/07/21 19:07:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.106 
2014/08/01 09:56:40 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org ratpoison-1.4.6.ebuild,
+  ratpoison-1.4.6-r1.ebuild, ratpoison-1.4.7.ebuild:
+  Drop sparc keyword
 
   21 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   ratpoison-1.4.6.ebuild, ratpoison-1.4.6-r1.ebuild, ratpoison-1.4.7.ebuild,



1.9  x11-wm/ratpoison/ratpoison-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild?r1=1.8r2=1.9

Index: ratpoison-1.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ratpoison-1.4.6.ebuild  21 Jul 2014 19:07:58 -  1.8
+++ ratpoison-1.4.6.ebuild  1 Aug 2014 09:56:40 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 
1.8 2014/07/21 19:07:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6.ebuild,v 
1.9 2014/08/01 09:56:40 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux
+KEYWORDS=amd64 hppa ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
 IUSE=debug emacs +history +xft
 
 RDEPEND=



1.9  x11-wm/ratpoison/ratpoison-1.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?r1=1.8r2=1.9

Index: ratpoison-1.4.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ratpoison-1.4.7.ebuild  21 Jul 2014 19:07:58 -  1.8
+++ ratpoison-1.4.7.ebuild  1 Aug 2014 09:56:40 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 
1.8 2014/07/21 19:07:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 
1.9 2014/08/01 09:56:40 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux
+KEYWORDS=amd64 hppa ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
 IUSE=debug emacs +history sloppy +xft
 
 RDEPEND=



1.4  x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild?r1=1.3r2=1.4

Index: ratpoison-1.4.6-r1.ebuild
===

[gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.27-r1.ebuild wmbiff-0.4.27.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:57:12

  Modified: wmbiff-0.4.27-r1.ebuild wmbiff-0.4.27.ebuild
ChangeLog
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.5  x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild?r1=1.4r2=1.5

Index: wmbiff-0.4.27-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmbiff-0.4.27-r1.ebuild 14 Jun 2014 09:31:28 -  1.4
+++ wmbiff-0.4.27-r1.ebuild 1 Aug 2014 09:57:11 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild,v 1.4 
2014/06/14 09:31:28 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild,v 1.5 
2014/08/01 09:57:11 armin76 Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~sparc x86
+KEYWORDS= amd64 ~ppc x86
 IUSE=crypt
 
 RDEPEND=x11-libs/libX11



1.14 x11-plugins/wmbiff/wmbiff-0.4.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?r1=1.13r2=1.14

Index: wmbiff-0.4.27.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wmbiff-0.4.27.ebuild1 Mar 2014 22:26:04 -   1.13
+++ wmbiff-0.4.27.ebuild1 Aug 2014 09:57:11 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 
1.13 2014/03/01 22:26:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 
1.14 2014/08/01 09:57:11 armin76 Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc sparc x86
+KEYWORDS= amd64 ppc x86
 IUSE=crypt
 
 RDEPEND=x11-libs/libX11



1.36 x11-plugins/wmbiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   14 Jun 2014 09:31:28 -  1.35
+++ ChangeLog   1 Aug 2014 09:57:12 -   1.36
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmbiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.35 
2014/06/14 09:31:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.36 
2014/08/01 09:57:12 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org wmbiff-0.4.27.ebuild,
+  wmbiff-0.4.27-r1.ebuild:
+  Drop sparc keyword
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org wmbiff-0.4.27-r1.ebuild:
   x86 stable wrt bug #506914






[gentoo-commits] gentoo-x86 commit in sci-libs/ogdi: ChangeLog ogdi-3.2.0_beta2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 09:59:09

  Modified: ChangeLog ogdi-3.2.0_beta2.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.42 sci-libs/ogdi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   9 Jul 2014 03:18:46 -   1.41
+++ ChangeLog   1 Aug 2014 09:59:09 -   1.42
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/ogdi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ChangeLog,v 1.41 2014/07/09 
03:18:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ChangeLog,v 1.42 2014/08/01 
09:59:09 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org ogdi-3.2.0_beta2.ebuild:
+  Drop sparc keyword
 
   09 Jul 2014; Patrick Lauer patr...@gentoo.org ogdi-3.1.5-r1.ebuild:
   Drop keywords for unsatisfiable dependencies on proj



1.11 sci-libs/ogdi/ogdi-3.2.0_beta2.ebuild

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

Index: ogdi-3.2.0_beta2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.2.0_beta2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ogdi-3.2.0_beta2.ebuild 18 Jun 2014 12:15:03 -  1.10
+++ ogdi-3.2.0_beta2.ebuild 1 Aug 2014 09:59:09 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.2.0_beta2.ebuild,v 
1.10 2014/06/18 12:15:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ogdi/ogdi-3.2.0_beta2.ebuild,v 
1.11 2014/08/01 09:59:09 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=alpha amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=static-libs
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.95-r1.ebuild html5lib-0.999.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:04:33

  Modified: ChangeLog html5lib-0.95-r1.ebuild
html5lib-0.999.ebuild
  Log:
  Add ~s390/~sh/~sparc wrt #461346
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.29 dev-python/html5lib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   6 Jul 2014 12:43:28 -   1.28
+++ ChangeLog   1 Aug 2014 10:04:33 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.28 
2014/07/06 12:43:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.29 
2014/08/01 10:04:33 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org html5lib-0.95-r1.ebuild,
+  html5lib-0.999.ebuild:
+  Add ~s390/~sh/~sparc wrt #461346
 
   06 Jul 2014; Michał Górny mgo...@gentoo.org html5lib-0.95-r1.ebuild:
   Clean up obsolete dependencies on virtual/python-argparse and virtual/python-



1.11 dev-python/html5lib/html5lib-0.95-r1.ebuild

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

Index: html5lib-0.95-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- html5lib-0.95-r1.ebuild 6 Jul 2014 12:43:28 -   1.10
+++ html5lib-0.95-r1.ebuild 1 Aug 2014 10:04:33 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.10 
2014/07/06 12:43:28 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.11 
2014/08/01 10:04:33 armin76 Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=test
 
 # unittest2 used by our python_test()



1.5  dev-python/html5lib/html5lib-0.999.ebuild

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

Index: html5lib-0.999.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html5lib-0.999.ebuild   21 May 2014 08:10:19 -  1.4
+++ html5lib-0.999.ebuild   1 Aug 2014 10:04:33 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 
1.4 2014/05/21 08:10:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 
1.5 2014/08/01 10:04:33 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=dev-python/six[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.5.3.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:06:01

  Modified: ChangeLog pv-1.5.3.ebuild
  Log:
  alpha/sparc stable wrt #512598
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.95 sys-apps/pv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   24 Jun 2014 17:06:48 -  1.94
+++ ChangeLog   1 Aug 2014 10:06:01 -   1.95
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.94 2014/06/24 
17:06:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.95 2014/08/01 
10:06:01 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org pv-1.5.3.ebuild:
+  alpha/sparc stable wrt #512598
 
   24 Jun 2014; Agostino Sarubbo a...@gentoo.org pv-1.5.3.ebuild:
   Stable for x86, wrt bug #512598



1.7  sys-apps/pv/pv-1.5.3.ebuild

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

Index: pv-1.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pv-1.5.3.ebuild 24 Jun 2014 17:06:48 -  1.6
+++ pv-1.5.3.ebuild 1 Aug 2014 10:06:01 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.3.ebuild,v 1.6 
2014/06/24 17:06:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.3.ebuild,v 1.7 
2014/08/01 10:06:01 armin76 Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=Artistic-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
 IUSE=debug nls
 
 PV_LINGUAS=( de fr pl pt )






[gentoo-commits] gentoo-x86 commit in dev-ruby/syntax: ChangeLog syntax-1.0.0-r4.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:07:47

  Modified: ChangeLog syntax-1.0.0-r4.ebuild
  Log:
  sparc stable wrt #503794
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.57 dev-ruby/syntax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   17 Jun 2014 09:33:21 -  1.56
+++ ChangeLog   1 Aug 2014 10:07:47 -   1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/syntax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.56 2014/06/17 
09:33:21 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.57 2014/08/01 
10:07:47 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org syntax-1.0.0-r4.ebuild:
+  sparc stable wrt #503794
 
   17 Jun 2014; Tobias Klausmann klaus...@gentoo.org syntax-1.0.0-r4.ebuild:
   Stable on alpha, bug #503794



1.10 dev-ruby/syntax/syntax-1.0.0-r4.ebuild

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

Index: syntax-1.0.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- syntax-1.0.0-r4.ebuild  17 Jun 2014 09:33:21 -  1.9
+++ syntax-1.0.0-r4.ebuild  1 Aug 2014 10:07:47 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r4.ebuild,v 
1.9 2014/06/17 09:33:21 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r4.ebuild,v 
1.10 2014/08/01 10:07:47 armin76 Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=test
 
 all_ruby_prepare() {






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

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:12:25

  Modified: ChangeLog bacon-1.2.0-r1.ebuild
  Log:
  sparc stable wrt #490176
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.32 dev-ruby/bacon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bacon/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   1 Jul 2014 14:19:13 -   1.31
+++ ChangeLog   1 Aug 2014 10:12:25 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bacon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/ChangeLog,v 1.31 2014/07/01 
14:19:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/ChangeLog,v 1.32 2014/08/01 
10:12:25 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org bacon-1.2.0-r1.ebuild:
+  sparc stable wrt #490176
 
   01 Jul 2014; Tobias Klausmann klaus...@gentoo.org bacon-1.2.0-r1.ebuild:
   Stable on alpha, bug #497490



1.11 dev-ruby/bacon/bacon-1.2.0-r1.ebuild

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

Index: bacon-1.2.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.2.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bacon-1.2.0-r1.ebuild   1 Jul 2014 14:19:13 -   1.10
+++ bacon-1.2.0-r1.ebuild   1 Aug 2014 10:12:25 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.2.0-r1.ebuild,v 1.10 
2014/07/01 14:19:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.2.0-r1.ebuild,v 1.11 
2014/08/01 10:12:25 armin76 Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 jruby
@@ -15,5 +15,5 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=






[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-2.5.5-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:13:23

  Modified: ChangeLog test-unit-2.5.5-r1.ebuild
  Log:
  sparc stable wrt #490178
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.102dev-ruby/test-unit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   10 Jul 2014 07:30:57 -  1.101
+++ ChangeLog   1 Aug 2014 10:13:23 -   1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.101 
2014/07/10 07:30:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.102 
2014/08/01 10:13:23 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org test-unit-2.5.5-r1.ebuild:
+  sparc stable wrt #490178
 
 *test-unit-1.2.3-r1 (10 Jul 2014)
 



1.12 dev-ruby/test-unit/test-unit-2.5.5-r1.ebuild

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

Index: test-unit-2.5.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.5.5-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- test-unit-2.5.5-r1.ebuild   2 Jul 2014 09:18:45 -   1.11
+++ test-unit-2.5.5-r1.ebuild   1 Aug 2014 10:13:23 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.5.5-r1.ebuild,v 1.11 
2014/07/02 09:18:45 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.5.5-r1.ebuild,v 1.12 
2014/08/01 10:13:23 armin76 Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 jruby
@@ -27,7 +27,7 @@
 
 LICENSE=Ruby
 SLOT=2
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 IUSE=doc test
 
 each_ruby_prepare() {






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: ChangeLog webapp-config-1.52-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:16:34

  Modified: ChangeLog webapp-config-1.52-r1.ebuild
  Log:
  ia64/sparc stable wrt #492904
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.112app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.112view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.112content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.111r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   4 Jul 2014 12:35:03 -   1.111
+++ ChangeLog   1 Aug 2014 10:16:34 -   1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.111 
2014/07/04 12:35:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.112 
2014/08/01 10:16:34 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org webapp-config-1.52-r1.ebuild:
+  ia64/sparc stable wrt #492904
 
   04 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   webapp-config-1.52-r1.ebuild:



1.8  app-admin/webapp-config/webapp-config-1.52-r1.ebuild

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

Index: webapp-config-1.52-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.52-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webapp-config-1.52-r1.ebuild4 Jul 2014 12:35:03 -   1.7
+++ webapp-config-1.52-r1.ebuild1 Aug 2014 10:16:34 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.52-r1.ebuild,v 
1.7 2014/07/04 12:35:03 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.52-r1.ebuild,v 
1.8 2014/08/01 10:16:34 armin76 Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 inherit distutils-r1
 
 SRC_URI=http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2;
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd
 
 DESCRIPTION=Gentoo's installer for web-based applications
 HOMEPAGE=http://sourceforge.net/projects/webapp-config/;






[gentoo-commits] gentoo-x86 commit in app-cdr/cdrkit: ChangeLog cdrkit-1.1.11-r2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:18:34

  Modified: ChangeLog cdrkit-1.1.11-r2.ebuild
  Log:
  ia64/sparc stable wrt #498750
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.105app-cdr/cdrkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   5 Jul 2014 15:08:51 -   1.104
+++ ChangeLog   1 Aug 2014 10:18:34 -   1.105
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/cdrkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/ChangeLog,v 1.104 2014/07/05 
15:08:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/ChangeLog,v 1.105 2014/08/01 
10:18:34 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org cdrkit-1.1.11-r2.ebuild:
+  ia64/sparc stable wrt #498750
 
   05 Jul 2014; Tobias Klausmann klaus...@gentoo.org cdrkit-1.1.11-r2.ebuild:
   Stable on alpha, bug #498750



1.7  app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild

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

Index: cdrkit-1.1.11-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cdrkit-1.1.11-r2.ebuild 5 Jul 2014 15:08:51 -   1.6
+++ cdrkit-1.1.11-r2.ebuild 1 Aug 2014 10:18:34 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild,v 
1.6 2014/07/05 15:08:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild,v 
1.7 2014/08/01 10:18:34 armin76 Exp $
 
 EAPI=5
 inherit cmake-utils eutils
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~arm-linux ~x86-linux
 IUSE=debug hfs unicode
 
 RDEPEND=app-arch/bzip2






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

2014-08-01 Thread Mike Frysinger (vapier)
vapier  14/08/01 10:22:46

  Modified: util-linux-2.24.1-r3.ebuild ChangeLog
  Log:
  Mark arm64/hppa/m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 sys-apps/util-linux/util-linux-2.24.1-r3.ebuild

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

Index: util-linux-2.24.1-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util-linux-2.24.1-r3.ebuild 9 Jul 2014 18:56:58 -   1.11
+++ util-linux-2.24.1-r3.ebuild 1 Aug 2014 10:22:46 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v 1.11 
2014/07/09 18:56:58 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v 1.12 
2014/08/01 10:22:46 vapier Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
inherit git-2 autotools

EGIT_REPO_URI=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
 else
-   KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux

SRC_URI=mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz
 fi
 



1.479sys-apps/util-linux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -r1.478 -r1.479
--- ChangeLog   1 Aug 2014 06:55:12 -   1.478
+++ ChangeLog   1 Aug 2014 10:22:46 -   1.479
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.478 
2014/08/01 06:55:12 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.479 
2014/08/01 10:22:46 vapier Exp $
+
+  01 Aug 2014; Mike Frysinger vap...@gentoo.org util-linux-2.24.1-r3.ebuild:
+  Mark arm64/hppa/m68k/s390/sh stable.
 
   01 Aug 2014; Lars Wendler polynomia...@gentoo.org util-linux-.ebuild:
   Fixed live ebuild as well.






[gentoo-commits] gentoo-x86 commit in sys-apps/kbd: kbd-2.0.2.ebuild ChangeLog

2014-08-01 Thread Mike Frysinger (vapier)
vapier  14/08/01 10:35:43

  Modified: ChangeLog
  Added:kbd-2.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.130sys-apps/kbd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   23 Apr 2014 16:53:31 -  1.129
+++ ChangeLog   1 Aug 2014 10:35:43 -   1.130
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/kbd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.129 2014/04/23 
16:53:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.130 2014/08/01 
10:35:43 vapier Exp $
+
+*kbd-2.0.2 (01 Aug 2014)
+
+  01 Aug 2014; Mike Frysinger vap...@gentoo.org +kbd-2.0.2.ebuild:
+  Version bump.
 
   23 Apr 2014; Lars Wendler polynomia...@gentoo.org
   +files/kbd-2.0.1-big_endian.patch:



1.1  sys-apps/kbd/kbd-2.0.2.ebuild

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

Index: kbd-2.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-2.0.2.ebuild,v 1.1 
2014/08/01 10:35:43 vapier Exp $

EAPI=5

SCM=
if [[ ${PV} ==  ]] ; then
SCM=git-r3

EGIT_REPO_URI=http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git;
EGIT_BRANCH=master
else
SRC_URI=ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
fi

inherit autotools eutils ${SCM}

DESCRIPTION=Keyboard and console utilities
HOMEPAGE=http://kbd-project.org/;

LICENSE=GPL-2
SLOT=0
IUSE=nls pam test

RDEPEND=pam? ( virtual/pam )
DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( dev-libs/check )

src_unpack() {
if [[ ${PV} ==  ]] ; then
git-r3_src_unpack
else
default
fi

# Rename conflicting keymaps to have unique names, bug #293228
cd ${S}/data/keymaps/i386 || die
mv dvorak/no.map dvorak/no-dvorak.map || die
mv fgGIod/trf.map fgGIod/trf-fgGIod.map || die
mv olpc/es.map olpc/es-olpc.map || die
mv olpc/pt.map olpc/pt-olpc.map || die
mv qwerty/cz.map qwerty/cz-qwerty.map || die
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.0.0-tests.patch
eautoreconf
}

src_configure() {
econf \
$(use_enable nls) \
$(use_enable pam vlock) \
$(use_enable test tests)
}

src_install() {
default
dohtml docs/doc/*.html
}






[gentoo-commits] gentoo-x86 commit in x11-wm/pekwm: ChangeLog pekwm-0.1.17.ebuild pekwm-0.1.16.ebuild pekwm-0.1.15.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:35:27

  Modified: ChangeLog pekwm-0.1.17.ebuild pekwm-0.1.16.ebuild
pekwm-0.1.15.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.75 x11-wm/pekwm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/pekwm/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   13 Jul 2014 10:03:11 -  1.74
+++ ChangeLog   1 Aug 2014 10:35:27 -   1.75
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/pekwm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/ChangeLog,v 1.74 2014/07/13 
10:03:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/ChangeLog,v 1.75 2014/08/01 
10:35:27 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org pekwm-0.1.15.ebuild,
+  pekwm-0.1.16.ebuild, pekwm-0.1.17.ebuild:
+  Drop sparc keyword
 
   13 Jul 2014; Agostino Sarubbo a...@gentoo.org pekwm-0.1.17.ebuild:
   Stable for ppc, wrt bug #509342



1.6  x11-wm/pekwm/pekwm-0.1.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild?r1=1.5r2=1.6

Index: pekwm-0.1.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pekwm-0.1.17.ebuild 13 Jul 2014 10:03:11 -  1.5
+++ pekwm-0.1.17.ebuild 1 Aug 2014 10:35:27 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild,v 1.5 
2014/07/13 10:03:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.17.ebuild,v 1.6 
2014/08/01 10:35:27 armin76 Exp $
 
 EAPI=5
 inherit eutils
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~mips ppc ~sparc x86 ~x86-fbsd
+KEYWORDS= amd64 ~mips ppc x86 ~x86-fbsd
 IUSE=contrib debug themes truetype xinerama
 
 RDEPEND=



1.2  x11-wm/pekwm/pekwm-0.1.16.ebuild

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

Index: pekwm-0.1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pekwm-0.1.16.ebuild 22 Jan 2013 17:59:56 -  1.1
+++ pekwm-0.1.16.ebuild 1 Aug 2014 10:35:27 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.16.ebuild,v 1.1 
2013/01/22 17:59:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.16.ebuild,v 1.2 
2014/08/01 10:35:27 armin76 Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd
+KEYWORDS= ~amd64 ~mips ~ppc ~x86 ~x86-fbsd
 IUSE=debug truetype xinerama
 
 RDEPEND=virtual/jpeg



1.6  x11-wm/pekwm/pekwm-0.1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.15.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.15.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/pekwm-0.1.15.ebuild?r1=1.5r2=1.6

Index: pekwm-0.1.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/pekwm/pekwm-0.1.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pekwm-0.1.15.ebuild 6 Feb 2013 19:44:49 -   1.5
+++ pekwm-0.1.15.ebuild 1 Aug 2014 10:35:27 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo 

[gentoo-commits] gentoo-x86 commit in x11-misc/xdaliclock: xdaliclock-2.38.ebuild ChangeLog xdaliclock-2.41.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:38:39

  Modified: xdaliclock-2.38.ebuild ChangeLog
xdaliclock-2.41.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.7  x11-misc/xdaliclock/xdaliclock-2.38.ebuild

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

Index: xdaliclock-2.38.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.38.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdaliclock-2.38.ebuild  23 Sep 2013 19:15:11 -  1.6
+++ xdaliclock-2.38.ebuild  1 Aug 2014 10:38:39 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.38.ebuild,v 1.6 
2013/09/23 19:15:11 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.38.ebuild,v 1.7 
2014/08/01 10:38:39 armin76 Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ppc ppc64 sparc x86 ~x86-fbsd
+KEYWORDS= amd64 ppc ppc64 x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=x11-libs/libX11



1.46 x11-misc/xdaliclock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   16 Jul 2014 14:22:58 -  1.45
+++ ChangeLog   1 Aug 2014 10:38:39 -   1.46
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdaliclock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/ChangeLog,v 1.45 
2014/07/16 14:22:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/ChangeLog,v 1.46 
2014/08/01 10:38:39 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org xdaliclock-2.38.ebuild,
+  xdaliclock-2.41.ebuild:
+  Drop sparc keyword
 
   16 Jul 2014; Chema Alonso nim...@gentoo.org xdaliclock-2.41.ebuild:
   Stable for amd64 wrt bug #510612



1.4  x11-misc/xdaliclock/xdaliclock-2.41.ebuild

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

Index: xdaliclock-2.41.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.41.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdaliclock-2.41.ebuild  16 Jul 2014 14:22:58 -  1.3
+++ xdaliclock-2.41.ebuild  1 Aug 2014 10:38:39 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.41.ebuild,v 1.3 
2014/07/16 14:22:58 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xdaliclock/xdaliclock-2.41.ebuild,v 1.4 
2014/08/01 10:38:39 armin76 Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS= amd64 ~ppc ~ppc64 x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-1.8.5.5.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:41:05

  Modified: ChangeLog git-1.8.5.5.ebuild
  Log:
  ia64/sparc stable wrt #501662
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.273dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.273view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.273content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.272r2=1.273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   31 Jul 2014 17:43:41 -  1.272
+++ ChangeLog   1 Aug 2014 10:41:05 -   1.273
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.272 2014/07/31 
17:43:41 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.273 2014/08/01 
10:41:05 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org git-1.8.5.5.ebuild:
+  ia64/sparc stable wrt #501662
 
   31 Jul 2014;  tg...@gentoo.org git-1.8.5.5.ebuild, git-2.0.2.ebuild:
   Initial arm64, ~arm64 support



1.9  dev-vcs/git/git-1.8.5.5.ebuild

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

Index: git-1.8.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- git-1.8.5.5.ebuild  31 Jul 2014 17:43:41 -  1.8
+++ git-1.8.5.5.ebuild  1 Aug 2014 10:41:05 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v 1.8 
2014/07/31 17:43:41 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v 1.9 
2014/08/01 10:41:05 armin76 Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
KEYWORDS=






[gentoo-commits] gentoo-x86 commit in sys-process/procps: ChangeLog procps-3.3.9.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:41:31

  Modified: ChangeLog procps-3.3.9.ebuild
  Log:
  ia64/sparc stable wrt #510316
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.122sys-process/procps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   24 Jul 2014 09:55:50 -  1.121
+++ ChangeLog   1 Aug 2014 10:41:31 -   1.122
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/procps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.121 
2014/07/24 09:55:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.122 
2014/08/01 10:41:31 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org procps-3.3.9.ebuild:
+  ia64/sparc stable wrt #510316
 
   24 Jul 2014; Samuli Suominen ssuomi...@gentoo.org procps-3.3.9-r1.ebuild:
   Look for libsystemd.pc instead of libsystemd.pc and raise dependency from 206



1.8  sys-process/procps/procps-3.3.9.ebuild

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

Index: procps-3.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- procps-3.3.9.ebuild 18 Jul 2014 02:30:10 -  1.7
+++ procps-3.3.9.ebuild 1 Aug 2014 10:41:31 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v 
1.7 2014/07/18 02:30:10 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v 
1.8 2014/08/01 10:41:31 armin76 Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~ia64-linux ~x86-linux
 IUSE=+ncurses nls static-libs test unicode
 
 RDEPEND=ncurses? ( =sys-libs/ncurses-5.7-r7[unicode?] )






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

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:42:53

  Modified: ChangeLog tleds-1.05_beta11-r1.ebuild
tleds-1.05_beta11-r2.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.22 net-analyzer/tleds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   17 Jul 2014 21:07:04 -  1.21
+++ ChangeLog   1 Aug 2014 10:42:53 -   1.22
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tleds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.21 
2014/07/17 21:07:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.22 
2014/08/01 10:42:53 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org tleds-1.05_beta11-r1.ebuild,
+  tleds-1.05_beta11-r2.ebuild:
+  Drop sparc keyword
 
   17 Jul 2014; Jeroen Roovers j...@gentoo.org tleds-1.05_beta11-r2.ebuild,
   files/tleds-1.05_beta11-gentoo.patch, metadata.xml:



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

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

Index: tleds-1.05_beta11-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tleds-1.05_beta11-r1.ebuild 22 Jul 2007 08:04:24 -  1.4
+++ tleds-1.05_beta11-r1.ebuild 1 Aug 2014 10:42:53 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild,v 1.4 
2007/07/22 08:04:24 pva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild,v 1.5 
2014/08/01 10:42:53 armin76 Exp $
 
 inherit eutils toolchain-funcs
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc sparc x86
+KEYWORDS= amd64 ~ppc x86
 IUSE=X
 
 DEPEND=X? ( =x11-libs/libX11-1.0.0 )



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

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

Index: tleds-1.05_beta11-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tleds-1.05_beta11-r2.ebuild 17 Jul 2014 21:07:04 -  1.2
+++ tleds-1.05_beta11-r2.ebuild 1 Aug 2014 10:42:53 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.2 
2014/07/17 21:07:04 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.3 
2014/08/01 10:42:53 armin76 Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS= ~amd64 ~ppc ~x86
 IUSE=X
 
 DEPEND=X? ( x11-libs/libX11 )






[gentoo-commits] gentoo-x86 commit in app-shells/zsh: ChangeLog zsh-5.0.5.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:44:20

  Modified: ChangeLog zsh-5.0.5.ebuild
  Log:
  sparc stable wrt #505590
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.239app-shells/zsh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   17 Jul 2014 23:28:56 -  1.238
+++ ChangeLog   1 Aug 2014 10:44:20 -   1.239
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/zsh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.238 2014/07/17 
23:28:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.239 2014/08/01 
10:44:20 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org zsh-5.0.5.ebuild:
+  sparc stable wrt #505590
 
   17 Jul 2014; Matt Turner matts...@gentoo.org zsh-5.0.5.ebuild:
   alpha stable, bug 505590.



1.8  app-shells/zsh/zsh-5.0.5.ebuild

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

Index: zsh-5.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zsh-5.0.5.ebuild17 Jul 2014 23:28:56 -  1.7
+++ zsh-5.0.5.ebuild1 Aug 2014 10:44:20 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.7 
2014/07/17 23:28:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.8 
2014/08/01 10:44:20 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=ZSH gdbm? ( GPL-2 )
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=caps debug doc examples gdbm maildir pcre static unicode
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in app-admin/killproc: ChangeLog killproc-2.13-r1.ebuild killproc-2.13.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:44:59

  Modified: ChangeLog killproc-2.13-r1.ebuild
killproc-2.13.ebuild
  Log:
  Add ~sparc wrt #467210
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.31 app-admin/killproc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   4 Jul 2014 12:59:00 -   1.30
+++ ChangeLog   1 Aug 2014 10:44:59 -   1.31
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/killproc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.30 
2014/07/04 12:59:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.31 
2014/08/01 10:44:59 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org killproc-2.13.ebuild,
+  killproc-2.13-r1.ebuild:
+  Add ~sparc wrt #467210
 
   04 Jul 2014; Tobias Klausmann klaus...@gentoo.org killproc-2.13-r1.ebuild:
   Keyworded on alpha, bug #494254



1.3  app-admin/killproc/killproc-2.13-r1.ebuild

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

Index: killproc-2.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- killproc-2.13-r1.ebuild 4 Jul 2014 12:59:00 -   1.2
+++ killproc-2.13-r1.ebuild 1 Aug 2014 10:44:59 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.2 
2014/07/04 12:59:00 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.3 
2014/08/01 10:44:59 armin76 Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86
 
 src_prepare() {
epatch ${FILESDIR}/${P}-makefile.patch



1.12 app-admin/killproc/killproc-2.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild?r1=1.11r2=1.12

Index: killproc-2.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- killproc-2.13.ebuild1 Jul 2014 13:20:12 -   1.11
+++ killproc-2.13.ebuild1 Aug 2014 10:44:59 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild,v 
1.11 2014/07/01 13:20:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild,v 
1.12 2014/08/01 10:44:59 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~hppa ~ia64 ppc x86
+KEYWORDS=amd64 ~arm ~hppa ~ia64 ppc ~sparc x86
 IUSE=
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in app-emacs/wanderlust: ChangeLog wanderlust-2.15.9_pre20120923.ebuild wanderlust-2.14.0-r6.ebuild wanderlust-2.15.9_p20130619.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:47:21

  Modified: ChangeLog wanderlust-2.15.9_pre20120923.ebuild
wanderlust-2.14.0-r6.ebuild
wanderlust-2.15.9_p20130619.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.94 app-emacs/wanderlust/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Jul 2014 14:08:17 -  1.93
+++ ChangeLog   1 Aug 2014 10:47:21 -   1.94
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/wanderlust
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.93 
2014/07/18 14:08:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.94 
2014/08/01 10:47:21 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org wanderlust-2.14.0-r6.ebuild,
+  wanderlust-2.15.9_pre20120923.ebuild, wanderlust-2.15.9_p20130619.ebuild:
+  Drop sparc keyword
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   wanderlust-2.15.9_p20130619.ebuild:



1.2  app-emacs/wanderlust/wanderlust-2.15.9_pre20120923.ebuild

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

Index: wanderlust-2.15.9_pre20120923.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20120923.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wanderlust-2.15.9_pre20120923.ebuild21 Jan 2013 23:02:01 -  
1.1
+++ wanderlust-2.15.9_pre20120923.ebuild1 Aug 2014 10:47:21 -   
1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20120923.ebuild,v
 1.1 2013/01/21 23:02:01 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20120923.ebuild,v
 1.2 2014/08/01 10:47:21 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
+KEYWORDS=~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
 IUSE=bbdb ssl linguas_ja
 
 RDEPEND==app-emacs/apel-10.6



1.8  app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild

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

Index: wanderlust-2.14.0-r6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wanderlust-2.14.0-r6.ebuild 21 Jan 2013 23:02:01 -  1.7
+++ wanderlust-2.14.0-r6.ebuild 1 Aug 2014 10:47:21 -   1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild,v 1.7 
2013/01/21 23:02:01 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild,v 1.8 
2014/08/01 10:47:21 armin76 Exp $
 
 EAPI=3
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
+KEYWORDS=alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=bbdb ssl linguas_ja
 
 DEPEND==app-emacs/apel-10.6



1.5  app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in sys-fs/genext2fs: ChangeLog genext2fs-1.4.1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:49:11

  Modified: ChangeLog genext2fs-1.4.1.ebuild
  Log:
  sparc stable wrt #397225
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.16 sys-fs/genext2fs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   19 Jul 2014 18:50:07 -  1.15
+++ ChangeLog   1 Aug 2014 10:49:11 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/genext2fs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.15 
2014/07/19 18:50:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.16 
2014/08/01 10:49:11 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org genext2fs-1.4.1.ebuild:
+  sparc stable wrt #397225
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org genext2fs-1.4.1.ebuild:
   Stable on alpha, bug #397225



1.7  sys-fs/genext2fs/genext2fs-1.4.1.ebuild

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

Index: genext2fs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- genext2fs-1.4.1.ebuild  19 Jul 2014 18:50:07 -  1.6
+++ genext2fs-1.4.1.ebuild  1 Aug 2014 10:49:11 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 
1.6 2014/07/19 18:50:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 
1.7 2014/08/01 10:49:11 armin76 Exp $
 
 DESCRIPTION=generate ext2 file systems
 HOMEPAGE=http://sourceforge.net/projects/genext2fs;
@@ -8,7 +8,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~mips ~ppc ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ~mips ~ppc sparc x86
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in app-arch/fastjar: ChangeLog fastjar-0.98-r1.ebuild

2014-08-01 Thread Ralph Sennhauser (sera)
sera14/08/01 10:48:57

  Modified: ChangeLog
  Removed:  fastjar-0.98-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
3C5CF75A)

Revision  ChangesPath
1.28 app-arch/fastjar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   16 Dec 2012 13:53:42 -  1.27
+++ ChangeLog   1 Aug 2014 10:48:57 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/fastjar
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.27 
2012/12/16 13:53:42 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.28 
2014/08/01 10:48:57 sera Exp $
+
+  01 Aug 2014; Ralph Sennhauser s...@gentoo.org -fastjar-0.98-r1.ebuild:
+  Remove old
 
   16 Dec 2012; Agostino Sarubbo a...@gentoo.org fastjar-0.98-r2.ebuild:
   Stable for x86, wrt bug #441050






[gentoo-commits] gentoo-x86 commit in www-client/w3m: ChangeLog w3m-0.5.3-r5.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:51:19

  Modified: ChangeLog w3m-0.5.3-r5.ebuild
  Log:
  alpha/ia64/sparc stable wrt #516872
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.87 www-client/w3m/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/w3m/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   19 Jul 2014 16:07:29 -  1.86
+++ ChangeLog   1 Aug 2014 10:51:19 -   1.87
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/w3m
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/ChangeLog,v 1.86 2014/07/19 
16:07:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/ChangeLog,v 1.87 2014/08/01 
10:51:19 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org w3m-0.5.3-r5.ebuild:
+  alpha/ia64/sparc stable wrt #516872
 
   19 Jul 2014; Mikle Kolyada zlog...@gentoo.org w3m-0.5.3-r5.ebuild:
   x86 stable wrt bug #516872



1.6  www-client/w3m/w3m-0.5.3-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild?r1=1.5r2=1.6

Index: w3m-0.5.3-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- w3m-0.5.3-r5.ebuild 19 Jul 2014 16:07:29 -  1.5
+++ w3m-0.5.3-r5.ebuild 1 Aug 2014 10:51:19 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild,v 1.5 
2014/07/19 16:07:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/w3m-0.5.3-r5.ebuild,v 1.6 
2014/08/01 10:51:19 armin76 Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=w3m
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
+KEYWORDS=alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
 IUSE=X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla 
xface linguas_ja
 
 # We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't






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

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:54:54

  Modified: sqlalchemy-0.9.2.ebuild ChangeLog
  Log:
  sparc stable wrt #505840
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.11 dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild

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

Index: sqlalchemy-0.9.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sqlalchemy-0.9.2.ebuild 18 Jul 2014 15:08:41 -  1.10
+++ sqlalchemy-0.9.2.ebuild 1 Aug 2014 10:54:54 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v 1.10 
2014/07/18 15:08:41 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.2.ebuild,v 1.11 
2014/08/01 10:54:54 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples +sqlite test
 
 RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.132dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   30 Jul 2014 02:08:48 -  1.131
+++ ChangeLog   1 Aug 2014 10:54:54 -   1.132
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.131 
2014/07/30 02:08:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.132 
2014/08/01 10:54:54 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org sqlalchemy-0.9.2.ebuild:
+  sparc stable wrt #505840
 
   30 Jul 2014; Ian Delaney idel...@gentoo.org +files/0.9.7-test-fix.patch,
   sqlalchemy-0.9.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: ChangeLog unidecode-0.04.16.ebuild unidecode-0.04.14.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 10:56:59

  Modified: ChangeLog unidecode-0.04.16.ebuild
unidecode-0.04.14.ebuild
  Log:
  Add ~sparc wrt #505998
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.20 dev-python/unidecode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   20 Jul 2014 12:20:19 -  1.19
+++ ChangeLog   1 Aug 2014 10:56:59 -   1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/unidecode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.19 
2014/07/20 12:20:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.20 
2014/08/01 10:56:59 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org unidecode-0.04.14.ebuild,
+  unidecode-0.04.16.ebuild:
+  Add ~sparc wrt #505998
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org unidecode-0.04.14.ebuild:
   Stable on alpha, bug #509790



1.4  dev-python/unidecode/unidecode-0.04.16.ebuild

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

Index: unidecode-0.04.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unidecode-0.04.16.ebuild19 Jul 2014 17:25:14 -  1.3
+++ unidecode-0.04.16.ebuild1 Aug 2014 10:56:59 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.3 
2014/07/19 17:25:14 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.4 
2014/08/01 10:56:59 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~sparc ~x86
 
 S=${WORKDIR}/${MY_P}
 



1.8  dev-python/unidecode/unidecode-0.04.14.ebuild

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

Index: unidecode-0.04.14.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unidecode-0.04.14.ebuild20 Jul 2014 12:20:19 -  1.7
+++ unidecode-0.04.14.ebuild1 Aug 2014 10:56:59 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.7 
2014/07/20 12:20:19 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.8 
2014/08/01 10:56:59 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm hppa ~x86
+KEYWORDS=alpha ~amd64 ~arm hppa ~sparc ~x86
 
 S=${WORKDIR}/${MY_P}
 






[gentoo-commits] gentoo-x86 commit in dev-util/debhelper: debhelper-9.20140228.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:05:46

  Modified: debhelper-9.20140228.ebuild ChangeLog
  Log:
  sparc/x86 stable, bug #506100
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, RepoMan options: 
--include-arches=sparc x86, signed Manifest commit with key 0xF6AD3240)

Revision  ChangesPath
1.7  dev-util/debhelper/debhelper-9.20140228.ebuild

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

Index: debhelper-9.20140228.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140228.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debhelper-9.20140228.ebuild 19 Jul 2014 17:51:41 -  1.6
+++ debhelper-9.20140228.ebuild 1 Aug 2014 11:05:46 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140228.ebuild,v 1.6 
2014/07/19 17:51:41 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20140228.ebuild,v 1.7 
2014/08/01 11:05:46 armin76 Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-linux
 IUSE=test
 DH_LINGUAS=( de es fr )
 IUSE+= ${DH_LINGUAS[@]/#/linguas_}



1.106dev-util/debhelper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   19 Jul 2014 17:51:41 -  1.105
+++ ChangeLog   1 Aug 2014 11:05:46 -   1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debhelper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.105 
2014/07/19 17:51:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.106 
2014/08/01 11:05:46 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org debhelper-9.20140228.ebuild:
+  sparc/x86 stable, bug #506100
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   debhelper-9.20140228.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.59.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:07:11

  Modified: ChangeLog debootstrap-1.0.59.ebuild
  Log:
  sparc/x86 stable, bug #506100
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, RepoMan options: 
--include-arches=sparc x86, signed Manifest commit with key 0xF6AD3240)

Revision  ChangesPath
1.263dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog   19 Jul 2014 17:51:51 -  1.262
+++ ChangeLog   1 Aug 2014 11:07:11 -   1.263
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.262 
2014/07/19 17:51:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.263 
2014/08/01 11:07:11 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org debootstrap-1.0.59.ebuild:
+  sparc/x86 stable, bug #506100
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   debootstrap-1.0.59.ebuild:



1.7  dev-util/debootstrap/debootstrap-1.0.59.ebuild

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

Index: debootstrap-1.0.59.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.59.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debootstrap-1.0.59.ebuild   19 Jul 2014 17:51:51 -  1.6
+++ debootstrap-1.0.59.ebuild   1 Aug 2014 11:07:11 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.59.ebuild,v 1.6 
2014/07/19 17:51:51 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.59.ebuild,v 1.7 
2014/08/01 11:07:11 armin76 Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-linux 
~x86-linux
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in sci-calculators/units: units-2.11.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:07:41

  Modified: units-2.11.ebuild ChangeLog
  Log:
  Add ~sparc wrt #505998
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.6  sci-calculators/units/units-2.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?r1=1.5r2=1.6

Index: units-2.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- units-2.11.ebuild   20 Jul 2014 12:20:14 -  1.5
+++ units-2.11.ebuild   1 Aug 2014 11:07:41 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 
1.5 2014/07/20 12:20:14 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 
1.6 2014/08/01 11:07:41 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -13,7 +13,7 @@
 
 LICENSE=FDL-1.3 GPL-3
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm hppa ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=alpha ~amd64 ~arm hppa ~sparc ~x86 ~amd64-linux ~x86-linux
 IUSE=+units_cur
 
 DEPEND=



1.76 sci-calculators/units/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   20 Jul 2014 12:20:14 -  1.75
+++ ChangeLog   1 Aug 2014 11:07:41 -   1.76
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/units
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.75 
2014/07/20 12:20:14 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.76 
2014/08/01 11:07:41 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org units-2.11.ebuild:
+  Add ~sparc wrt #505998
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org units-2.11.ebuild:
   Stable on alpha, bug #509790






[gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.6.4.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:12:50

  Modified: ChangeLog gcc-4.6.4.ebuild
  Log:
  ia64 stable wrt #504798
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.1013   sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1012
retrieving revision 1.1013
diff -u -r1.1012 -r1.1013
--- ChangeLog   31 Jul 2014 06:32:24 -  1.1012
+++ ChangeLog   1 Aug 2014 11:12:50 -   1.1013
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1012 2014/07/31 
06:32:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1013 2014/08/01 
11:12:50 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org gcc-4.6.4.ebuild:
+  ia64 stable wrt #504798
 
   31 Jul 2014; Mike Frysinger vap...@gentoo.org gcc-4.7.4.ebuild:
   Update x32 patch #513686 by Bertrand Jacquin.



1.13 sys-devel/gcc/gcc-4.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?r1=1.12r2=1.13

Index: gcc-4.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gcc-4.6.4.ebuild28 Jul 2014 13:49:23 -  1.12
+++ gcc-4.6.4.ebuild1 Aug 2014 11:12:50 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.12 
2014/07/28 13:49:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.13 
2014/08/01 11:12:50 armin76 Exp $
 
 EAPI=2
 
@@ -25,7 +25,7 @@
 DESCRIPTION=The GNU Compiler Collection
 
 LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ 
gcc-runtime-library-exception-3.1 ) FDL-1.3+
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd
 
 RDEPEND=
 DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in app-editors/zile: zile-2.4.11.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:13:25

  Modified: zile-2.4.11.ebuild ChangeLog
  Log:
  sparc stable wrt #506330
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.6  app-editors/zile/zile-2.4.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild?r1=1.5r2=1.6

Index: zile-2.4.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zile-2.4.11.ebuild  19 Jul 2014 19:19:37 -  1.5
+++ zile-2.4.11.ebuild  1 Aug 2014 11:13:25 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild,v 1.5 
2014/07/19 19:19:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild,v 1.6 
2014/08/01 11:13:25 armin76 Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-3+
 SLOT=0
-KEYWORDS=alpha amd64 arm ~ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
 IUSE=acl test
 
 RDEPEND==dev-libs/boehm-gc-7.2



1.199app-editors/zile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.199view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.199content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.198r2=1.199

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   19 Jul 2014 19:19:37 -  1.198
+++ ChangeLog   1 Aug 2014 11:13:25 -   1.199
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.198 
2014/07/19 19:19:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.199 
2014/08/01 11:13:25 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org zile-2.4.11.ebuild:
+  sparc stable wrt #506330
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org zile-2.4.11.ebuild:
   Stable on alpha, bug #506330






[gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.21-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:15:29

  Modified: ChangeLog iptables-1.4.21-r1.ebuild
  Log:
  ia64/sparc stable wrt #506798
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.314net-firewall/iptables/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   19 Jul 2014 20:39:43 -  1.313
+++ ChangeLog   1 Aug 2014 11:15:29 -   1.314
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.313 
2014/07/19 20:39:43 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.314 
2014/08/01 11:15:29 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org iptables-1.4.21-r1.ebuild:
+  ia64/sparc stable wrt #506798
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   iptables-1.4.21-r1.ebuild:



1.8  net-firewall/iptables/iptables-1.4.21-r1.ebuild

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

Index: iptables-1.4.21-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iptables-1.4.21-r1.ebuild   19 Jul 2014 20:39:43 -  1.7
+++ iptables-1.4.21-r1.ebuild   1 Aug 2014 11:15:29 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.7 
2014/07/19 20:39:43 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.8 
2014/08/01 11:15:29 armin76 Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86
 IUSE=ipv6 netlink static-libs
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.9.5-r3.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:16:38

  Modified: ChangeLog bind-9.9.5-r3.ebuild
  Log:
  sparc stable wrt #506796
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.500net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.500view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.500content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.499r2=1.500

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -r1.499 -r1.500
--- ChangeLog   19 Jul 2014 20:34:30 -  1.499
+++ ChangeLog   1 Aug 2014 11:16:38 -   1.500
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.499 2014/07/19 
20:34:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.500 2014/08/01 
11:16:38 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org bind-9.9.5-r3.ebuild:
+  sparc stable wrt #506796
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org bind-9.9.5-r3.ebuild:
   Stable on alpha, bug #506796



1.10 net-dns/bind/bind-9.9.5-r3.ebuild

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

Index: bind-9.9.5-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bind-9.9.5-r3.ebuild19 Jul 2014 20:34:30 -  1.9
+++ bind-9.9.5-r3.ebuild1 Aug 2014 11:16:38 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v 1.9 
2014/07/19 20:34:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v 1.10 
2014/08/01 11:16:38 armin76 Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -53,7 +53,7 @@
 
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=berkdb caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql odbc postgres python rpz rrl sdb-ldap selinux ssl static-libs 
threads
 urandom xml






[gentoo-commits] gentoo-x86 commit in mail-filter/bogofilter: ChangeLog bogofilter-1.2.4-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:17:29

  Modified: ChangeLog bogofilter-1.2.4-r1.ebuild
  Log:
  sparc stable wrt #506822
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.161mail-filter/bogofilter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   20 Jul 2014 08:33:51 -  1.160
+++ ChangeLog   1 Aug 2014 11:17:29 -   1.161
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/bogofilter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.160 
2014/07/20 08:33:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.161 
2014/08/01 11:17:29 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org bogofilter-1.2.4-r1.ebuild:
+  sparc stable wrt #506822
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   bogofilter-1.2.4-r1.ebuild:



1.9  mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild?r1=1.8r2=1.9

Index: bogofilter-1.2.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bogofilter-1.2.4-r1.ebuild  20 Jul 2014 08:33:51 -  1.8
+++ bogofilter-1.2.4-r1.ebuild  1 Aug 2014 11:17:29 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v 1.8 
2014/07/20 08:33:51 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild,v 1.9 
2014/08/01 11:17:29 armin76 Exp $
 
 EAPI=5
 inherit autotools db-use eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd
 IUSE=berkdb sqlite tokyocabinet
 
 DEPEND=virtual/libiconv






[gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.9.5.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:18:57

  Modified: bind-tools-9.9.5.ebuild ChangeLog
  Log:
  sparc stable wrt #506796
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.10 net-dns/bind-tools/bind-tools-9.9.5.ebuild

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

Index: bind-tools-9.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bind-tools-9.9.5.ebuild 19 Jul 2014 20:34:40 -  1.9
+++ bind-tools-9.9.5.ebuild 1 Aug 2014 11:18:57 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v 1.9 
2014/07/19 20:34:40 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.5.ebuild,v 1.10 
2014/08/01 11:18:57 armin76 Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=ISC BSD BSD-2 HPND JNIC RSA openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=doc gost gssapi idn ipv6 readline ssl urandom xml
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



1.269net-dns/bind-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.269view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.269content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.268r2=1.269

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   19 Jul 2014 20:34:40 -  1.268
+++ ChangeLog   1 Aug 2014 11:18:57 -   1.269
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.268 
2014/07/19 20:34:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.269 
2014/08/01 11:18:57 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org bind-tools-9.9.5.ebuild:
+  sparc stable wrt #506796
 
   19 Jul 2014; Tobias Klausmann klaus...@gentoo.org bind-tools-9.9.5.ebuild:
   Stable on alpha, bug #506796






[gentoo-commits] gentoo-x86 commit in media-libs/libjpeg-turbo: ChangeLog libjpeg-turbo-1.3.1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:19:39

  Modified: ChangeLog libjpeg-turbo-1.3.1.ebuild
  Log:
  sparc stable wrt #506904
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.98 media-libs/libjpeg-turbo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   20 Jul 2014 08:44:23 -  1.97
+++ ChangeLog   1 Aug 2014 11:19:39 -   1.98
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libjpeg-turbo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.97 
2014/07/20 08:44:23 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.98 
2014/08/01 11:19:39 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org libjpeg-turbo-1.3.1.ebuild:
+  sparc stable wrt #506904
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   libjpeg-turbo-1.3.1.ebuild:



1.8  media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild?r1=1.7r2=1.8

Index: libjpeg-turbo-1.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libjpeg-turbo-1.3.1.ebuild  20 Jul 2014 08:44:23 -  1.7
+++ libjpeg-turbo-1.3.1.ebuild  1 Aug 2014 11:19:39 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v 
1.7 2014/07/20 08:44:23 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.3.1.ebuild,v 
1.8 2014/08/01 11:19:39 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD IJG
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 IUSE=java static-libs
 
 ASM_DEPEND=|| ( dev-lang/nasm dev-lang/yasm )






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-de-alt: ChangeLog myspell-de-alt-20120929.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:20:58

  Modified: ChangeLog myspell-de-alt-20120929.ebuild
  Log:
  sparc stable wrt #507252
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.24 app-dicts/myspell-de-alt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   20 Jul 2014 08:47:37 -  1.23
+++ ChangeLog   1 Aug 2014 11:20:58 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/myspell-de-alt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.23 
2014/07/20 08:47:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/ChangeLog,v 1.24 
2014/08/01 11:20:58 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org
+  myspell-de-alt-20120929.ebuild:
+  sparc stable wrt #507252
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   myspell-de-alt-20120929.ebuild:



1.9  app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild

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

Index: myspell-de-alt-20120929.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- myspell-de-alt-20120929.ebuild  20 Jul 2014 08:47:37 -  1.8
+++ myspell-de-alt-20120929.ebuild  1 Aug 2014 11:20:58 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild,v
 1.8 2014/07/20 08:47:37 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-de-alt/myspell-de-alt-20120929.ebuild,v
 1.9 2014/08/01 11:20:58 armin76 Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd
 
 src_prepare() {
# Nicely rename; 
http://www.iana.org/assignments/language-subtag-registry






[gentoo-commits] gentoo-x86 commit in media-libs/libmpeg3: ChangeLog libmpeg3-1.8-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:22:42

  Modified: ChangeLog libmpeg3-1.8-r1.ebuild
  Log:
  sparc stable wrt #502840
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.89 media-libs/libmpeg3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   18 Jul 2014 12:50:51 -  1.88
+++ ChangeLog   1 Aug 2014 11:22:42 -   1.89
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmpeg3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.88 
2014/07/18 12:50:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.89 
2014/08/01 11:22:42 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org libmpeg3-1.8-r1.ebuild:
+  sparc stable wrt #502840
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org libmpeg3-1.8-r1.ebuild:
   Stable on alpha, bug #502840



1.8  media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild

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

Index: libmpeg3-1.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmpeg3-1.8-r1.ebuild  18 Jul 2014 12:50:51 -  1.7
+++ libmpeg3-1.8-r1.ebuild  1 Aug 2014 11:22:42 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v 1.7 
2014/07/18 12:50:51 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild,v 1.8 
2014/08/01 11:22:42 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86
 IUSE=mmx
 
 RDEPEND=sys-libs/zlib






[gentoo-commits] gentoo-x86 commit in licenses: FAH-EULA-2014

2014-08-01 Thread Ulrich Mueller (ulm)
ulm 14/08/01 11:23:43

  Modified: FAH-EULA-2014
  Log:
  Whitespace, change line endings from CRLF to LF.

Revision  ChangesPath
1.2  licenses/FAH-EULA-2014

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/FAH-EULA-2014?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/FAH-EULA-2014?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/FAH-EULA-2014?r1=1.1r2=1.2

Index: FAH-EULA-2014
===
RCS file: /var/cvsroot/gentoo-x86/licenses/FAH-EULA-2014,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FAH-EULA-2014   16 Jul 2014 21:31:41 -  1.1
+++ FAH-EULA-2014   1 Aug 2014 11:23:43 -   1.2
@@ -1,23 +1,43 @@
-  Folding@home Software License 

-Copyright 2001-2014. Stanford University. All Rights Reserved.
-
-License Agreement:
-
-Please carefully read the following terms and conditions before using this 
software. Use of this software indicates acceptance of this license agreement 
and disclaimer of all warranties.
-
-Disclaimer of Warranty:
-
-IN NO EVENT SHALL STANFORD UNIVERSITY BE LIABLE TO ANY PARTY FOR DIRECT, 
INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST 
PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF 
STANFORD UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-STANFORD UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION PROVIDED 
HEREUNDER IS PROVIDED AS IS. Folding@home HAS NO OBLIGATION TO PROVIDE 
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
-Restrictions:
-
-You may use this software on a computer system only if you own the system or 
have the written permission of the owner.
-
-You may not alter the software or associated data files.
-
-You may only use unmodified versions of Folding@home obtained through 
authorized distributors to connect to the Folding@home servers. Use of other 
software to connect to the Folding@home servers is strictly prohibited. This 
prohibition includes 3rd party installers which download directly from Stanford 
web sites, unless written permission is granted from Stanford University.
-
-Distribution of this software is prohibited. It may only be obtained by 
downloading from Stanford's web site (http://folding.stanford.edu and pages 
linked therein) or the web site of one of our commercial partners (NVIDIA and 
AMD).
-
+  Folding@home Software License 

+Copyright 2001-2014. Stanford University. All Rights Reserved.
+
+License Agreement:
+
+Please carefully read the following terms and conditions before using
+this software. Use of this software indicates acceptance of this license
+agreement and disclaimer of all warranties.
+
+Disclaimer of Warranty:
+
+IN NO EVENT SHALL STANFORD UNIVERSITY BE LIABLE TO ANY PARTY FOR DIRECT,
+INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
+PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
+EVEN IF STANFORD UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
+STANFORD UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
+DOCUMENTATION PROVIDED HEREUNDER IS PROVIDED AS IS. Folding@home HAS
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+Restrictions:
+
+You may use this software on a computer system only if you own the
+system or have the written permission of the owner.
+
+You may not alter the software or associated data files.
+
+You may only use unmodified versions of Folding@home obtained through
+authorized distributors to connect to the Folding@home servers. Use of
+other software to connect to the Folding@home servers is strictly
+prohibited. This prohibition includes 3rd party installers which
+download directly from Stanford web sites, unless written permission is
+granted from Stanford University.
+
+Distribution of this software is prohibited. It may only be obtained by
+downloading from Stanford's web site (http://folding.stanford.edu and
+pages linked therein) or the web site of one of our commercial partners
+(NVIDIA and AMD).
+






[gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: ChangeLog libvorbis-1.3.4.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:23:48

  Modified: ChangeLog libvorbis-1.3.4.ebuild
  Log:
  sparc stable wrt #502210
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.169media-libs/libvorbis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   28 Jul 2014 13:46:15 -  1.168
+++ ChangeLog   1 Aug 2014 11:23:48 -   1.169
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvorbis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.168 
2014/07/28 13:46:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.169 
2014/08/01 11:23:48 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org libvorbis-1.3.4.ebuild:
+  sparc stable wrt #502210
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org libvorbis-1.3.4.ebuild:
   Stable for ppc, wrt bug #512012



1.10 media-libs/libvorbis/libvorbis-1.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild?r1=1.9r2=1.10

Index: libvorbis-1.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvorbis-1.3.4.ebuild  28 Jul 2014 13:46:15 -  1.9
+++ libvorbis-1.3.4.ebuild  1 Aug 2014 11:23:48 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v 1.9 
2014/07/28 13:46:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.4.ebuild,v 1.10 
2014/08/01 11:23:48 armin76 Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=static-libs
 
 RDEPEND==media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in net-libs/libtirpc: ChangeLog libtirpc-0.2.4-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:24:53

  Modified: ChangeLog libtirpc-0.2.4-r1.ebuild
  Log:
  ia64/sparc stable wrt #514912
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.39 net-libs/libtirpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   18 Jul 2014 13:26:58 -  1.38
+++ ChangeLog   1 Aug 2014 11:24:53 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtirpc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.38 
2014/07/18 13:26:58 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.39 
2014/08/01 11:24:53 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org libtirpc-0.2.4-r1.ebuild:
+  ia64/sparc stable wrt #514912
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org libtirpc-0.2.4-r1.ebuild:
   Stable on alpha, bug #514912



1.5  net-libs/libtirpc/libtirpc-0.2.4-r1.ebuild

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

Index: libtirpc-0.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtirpc-0.2.4-r1.ebuild18 Jul 2014 13:26:58 -  1.4
+++ libtirpc-0.2.4-r1.ebuild1 Aug 2014 11:24:53 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.4-r1.ebuild,v 1.4 
2014/07/18 13:26:58 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.4-r1.ebuild,v 1.5 
2014/08/01 11:24:53 armin76 Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86
 IUSE=ipv6 kerberos static-libs
 
 RDEPEND=kerberos? ( virtual/krb5 )






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.22-r3.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:25:47

  Modified: ChangeLog xemacs-21.4.22-r3.ebuild
  Log:
  sparc stable wrt #503112
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.176app-editors/xemacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   18 Jul 2014 13:19:27 -  1.175
+++ ChangeLog   1 Aug 2014 11:25:47 -   1.176
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.175 
2014/07/18 13:19:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.176 
2014/08/01 11:25:47 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org xemacs-21.4.22-r3.ebuild:
+  sparc stable wrt #503112
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org xemacs-21.4.22-r3.ebuild:
   Stable on alpha, bug #503112



1.7  app-editors/xemacs/xemacs-21.4.22-r3.ebuild

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

Index: xemacs-21.4.22-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xemacs-21.4.22-r3.ebuild18 Jul 2014 13:19:27 -  1.6
+++ xemacs-21.4.22-r3.ebuild1 Aug 2014 11:25:47 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v 1.6 
2014/07/18 13:19:27 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v 1.7 
2014/08/01 11:25:47 armin76 Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 sparc x86
 IUSE=eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn canna xim athena neXt Xaw3d gdbm berkdb
 
 X_DEPEND=x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps






[gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: libsndfile-1.0.25-r1.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:25:47

  Modified: libsndfile-1.0.25-r1.ebuild ChangeLog
  Log:
  sparc stable wrt #502210
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.14 media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild?r1=1.13r2=1.14

Index: libsndfile-1.0.25-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libsndfile-1.0.25-r1.ebuild 18 Jul 2014 12:43:35 -  1.13
+++ libsndfile-1.0.25-r1.ebuild 1 Aug 2014 11:25:47 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 
1.13 2014/07/18 12:43:35 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 
1.14 2014/08/01 11:25:47 armin76 Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=alsa minimal sqlite static-libs test
 
 RDEPEND=



1.148media-libs/libsndfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   18 Jul 2014 12:43:35 -  1.147
+++ ChangeLog   1 Aug 2014 11:25:47 -   1.148
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsndfile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.147 
2014/07/18 12:43:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.148 
2014/08/01 11:25:47 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org libsndfile-1.0.25-r1.ebuild:
+  sparc stable wrt #502210
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   libsndfile-1.0.25-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: ChangeLog openntpd-20080406-r8.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:27:43

  Modified: ChangeLog openntpd-20080406-r8.ebuild
  Log:
  sparc stable wrt #507846
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.120net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   20 Jul 2014 09:06:12 -  1.119
+++ ChangeLog   1 Aug 2014 11:27:43 -   1.120
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.119 
2014/07/20 09:06:12 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.120 
2014/08/01 11:27:43 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org openntpd-20080406-r8.ebuild:
+  sparc stable wrt #507846
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   openntpd-20080406-r8.ebuild:



1.9  net-misc/openntpd/openntpd-20080406-r8.ebuild

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

Index: openntpd-20080406-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openntpd-20080406-r8.ebuild 20 Jul 2014 09:06:12 -  1.8
+++ openntpd-20080406-r8.ebuild 1 Aug 2014 11:27:43 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.8 
2014/07/20 09:06:12 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.9 
2014/08/01 11:27:43 armin76 Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd
 IUSE=ssl selinux
 
 RDEPEND=ssl? ( dev-libs/openssl )






[gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: ChangeLog mgetty-1.1.37-r1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:28:27

  Modified: ChangeLog mgetty-1.1.37-r1.ebuild
  Log:
  ia64/sparc stable wrt #331953
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.110net-dialup/mgetty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   20 Jul 2014 09:10:01 -  1.109
+++ ChangeLog   1 Aug 2014 11:28:27 -   1.110
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/mgetty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.109 
2014/07/20 09:10:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.110 
2014/08/01 11:28:27 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org mgetty-1.1.37-r1.ebuild:
+  ia64/sparc stable wrt #331953
 
   20 Jul 2014; Pacho Ramos pa...@gentoo.org mgetty-1.1.37-r1.ebuild:
   x86 stable, bug #331953



1.6  net-dialup/mgetty/mgetty-1.1.37-r1.ebuild

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

Index: mgetty-1.1.37-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mgetty-1.1.37-r1.ebuild 20 Jul 2014 09:10:01 -  1.5
+++ mgetty-1.1.37-r1.ebuild 1 Aug 2014 11:28:27 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild,v 
1.5 2014/07/20 09:10:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild,v 
1.6 2014/08/01 11:28:27 armin76 Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs user
@@ -24,7 +24,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86
 IUSE=doc +fax fidonet
 
 pkg_setup() {






[gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: ChangeLog tightvnc-1.3.10-r2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:29:13

  Modified: ChangeLog tightvnc-1.3.10-r2.ebuild
  Log:
  sparc stable wrt #332601
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.161net-misc/tightvnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   20 Jul 2014 09:15:40 -  1.160
+++ ChangeLog   1 Aug 2014 11:29:13 -   1.161
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tightvnc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.160 
2014/07/20 09:15:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.161 
2014/08/01 11:29:13 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org tightvnc-1.3.10-r2.ebuild:
+  sparc stable wrt #332601
 
   20 Jul 2014; Pacho Ramos pa...@gentoo.org tightvnc-1.3.10-r2.ebuild:
   x86 stable, bug #332601



1.6  net-misc/tightvnc/tightvnc-1.3.10-r2.ebuild

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

Index: tightvnc-1.3.10-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tightvnc-1.3.10-r2.ebuild   20 Jul 2014 09:15:40 -  1.5
+++ tightvnc-1.3.10-r2.ebuild   1 Aug 2014 11:29:13 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r2.ebuild,v 1.5 
2014/07/20 09:15:40 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r2.ebuild,v 1.6 
2014/08/01 11:29:13 armin76 Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )
 HOMEPAGE=http://www.tightvnc.com/;
 
-KEYWORDS=alpha amd64 arm ~mips ~ppc ~sh ~sparc x86 ~x86-fbsd ~arm-linux 
~x86-linux
+KEYWORDS=alpha amd64 arm ~mips ~ppc ~sh sparc x86 ~x86-fbsd ~arm-linux 
~x86-linux
 LICENSE=GPL-2
 SLOT=0
 






[gentoo-commits] gentoo-x86 commit in net-dialup/gtkterm: gtkterm-0.99.5-r1.ebuild ChangeLog gtkterm-0.99.7_rc1.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:29:40

  Modified: gtkterm-0.99.5-r1.ebuild ChangeLog
gtkterm-0.99.7_rc1.ebuild
  Log:
  Drop sparc keyword
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.5  net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild

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

Index: gtkterm-0.99.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkterm-0.99.5-r1.ebuild3 May 2012 03:54:07 -   1.4
+++ gtkterm-0.99.5-r1.ebuild1 Aug 2014 11:29:40 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.4 
2012/05/03 03:54:07 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.5 
2014/08/01 11:29:40 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc sparc x86
+KEYWORDS= amd64 ppc x86
 IUSE=nls
 
 RDEPEND=x11-libs/gtk+:2



1.26 net-dialup/gtkterm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   20 Jul 2014 09:16:59 -  1.25
+++ ChangeLog   1 Aug 2014 11:29:40 -   1.26
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/gtkterm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.25 
2014/07/20 09:16:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.26 
2014/08/01 11:29:40 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org gtkterm-0.99.5-r1.ebuild,
+  gtkterm-0.99.7_rc1.ebuild:
+  Drop sparc keyword
 
   20 Jul 2014; Pacho Ramos pa...@gentoo.org gtkterm-0.99.7_rc1.ebuild:
   amd64/x86 stable, bug #452824



1.5  net-dialup/gtkterm/gtkterm-0.99.7_rc1.ebuild

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

Index: gtkterm-0.99.7_rc1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.7_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkterm-0.99.7_rc1.ebuild   20 Jul 2014 09:16:59 -  1.4
+++ gtkterm-0.99.7_rc1.ebuild   1 Aug 2014 11:29:40 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.7_rc1.ebuild,v 1.4 
2014/07/20 09:16:59 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.7_rc1.ebuild,v 1.5 
2014/08/01 11:29:40 armin76 Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~sparc x86
+KEYWORDS= amd64 ~ppc x86
 IUSE=nls
 
 inherit eutils autotools






[gentoo-commits] gentoo-x86 commit in x11-wm/sawfish: ChangeLog sawfish-1.9.1-r2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:30:48

  Modified: ChangeLog sawfish-1.9.1-r2.ebuild
  Log:
  ia64/sparc stable wrt #507244
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.135x11-wm/sawfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.135view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.135content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?r1=1.134r2=1.135

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   20 Jul 2014 10:23:52 -  1.134
+++ ChangeLog   1 Aug 2014 11:30:47 -   1.135
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/sawfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.134 2014/07/20 
10:23:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.135 2014/08/01 
11:30:47 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org sawfish-1.9.1-r2.ebuild:
+  ia64/sparc stable wrt #507244
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org sawfish-1.9.1-r2.ebuild:
   Stable on alpha, bug #507244



1.7  x11-wm/sawfish/sawfish-1.9.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild?r1=1.6r2=1.7

Index: sawfish-1.9.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sawfish-1.9.1-r2.ebuild 20 Jul 2014 10:23:52 -  1.6
+++ sawfish-1.9.1-r2.ebuild 1 Aug 2014 11:30:47 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.6 2014/07/20 10:23:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 
1.7 2014/08/01 11:30:47 armin76 Exp $
 
 EAPI=5
 inherit eutils elisp-common
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2 Artistic-2
 SLOT=0
-KEYWORDS=alpha amd64 ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd
 IUSE=emacs nls xinerama
 
 RDEPEND=emacs? ( virtual/emacs !app-emacs/sawfish )






[gentoo-commits] gentoo-x86 commit in sys-fs/e2fsprogs: ChangeLog e2fsprogs-1.42.10.ebuild

2014-08-01 Thread Mike Frysinger (vapier)
vapier  14/08/01 11:31:23

  Modified: ChangeLog e2fsprogs-1.42.10.ebuild
  Log:
  Drop mint support #516976 by Mikle Kolyada.

Revision  ChangesPath
1.287sys-fs/e2fsprogs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?rev=1.287view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?rev=1.287content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/ChangeLog?r1=1.286r2=1.287

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   23 Jul 2014 15:37:55 -  1.286
+++ ChangeLog   1 Aug 2014 11:31:23 -   1.287
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/e2fsprogs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.286 
2014/07/23 15:37:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.287 
2014/08/01 11:31:23 vapier Exp $
+
+  01 Aug 2014; Mike Frysinger vap...@gentoo.org e2fsprogs-1.42.10.ebuild:
+  Drop mint support #516976 by Mikle Kolyada.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org e2fsprogs-1.42.10.ebuild:
   Stable for x86, wrt bug #512012



1.12 sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild?r1=1.11r2=1.12

Index: e2fsprogs-1.42.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- e2fsprogs-1.42.10.ebuild23 Jul 2014 15:37:55 -  1.11
+++ e2fsprogs-1.42.10.ebuild1 Aug 2014 11:31:23 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.11 2014/07/23 15:37:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.10.ebuild,v 
1.12 2014/08/01 11:31:23 vapier Exp $
 
 EAPI=4
 
@@ -13,12 +13,11 @@
 
 DESCRIPTION=Standard EXT2/EXT3/EXT4 filesystem utilities
 HOMEPAGE=http://e2fsprogs.sourceforge.net/;
-SRC_URI=mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
-   elibc_mintlib? ( 
https://498412.bugs.gentoo.org/attachment.cgi?id=368058 - 
${PN}-1.42.9-mint-r1.patch )
+SRC_URI=mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE=GPL-2 BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint
+KEYWORDS=alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=nls static-libs elibc_FreeBSD
 
 RDEPEND=~sys-libs/${PN}-libs-${PV}
@@ -43,9 +42,6 @@
epatch ${FILESDIR}/${PN}-1.41.8-makefile.patch
epatch ${FILESDIR}/${PN}-1.40-fbsd.patch
epatch ${FILESDIR}/${P}-e2fsck-fix-makefile-dependency.patch
-   if [[ ${CHOST} == *-mint* ]] ; then
-   epatch ${DISTDIR}/${PN}-1.42.9-mint-r1.patch
-   fi
epatch ${FILESDIR}/${P}-fix-build-cflags.patch
# blargh ... trick e2fsprogs into using e2fsprogs-libs
rm -rf doc






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

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:31:47

  Modified: ChangeLog setuptools-2.2.ebuild
  Log:
  sparc stable wrt #508416
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.238dev-python/setuptools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   20 Jul 2014 11:10:28 -  1.237
+++ ChangeLog   1 Aug 2014 11:31:47 -   1.238
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.237 
2014/07/20 11:10:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.238 
2014/08/01 11:31:47 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org setuptools-2.2.ebuild:
+  sparc stable wrt #508416
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org setuptools-2.2.ebuild:
   Stable on alpha, bug #508416



1.11 dev-python/setuptools/setuptools-2.2.ebuild

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

Index: setuptools-2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- setuptools-2.2.ebuild   20 Jul 2014 11:10:28 -  1.10
+++ setuptools-2.2.ebuild   1 Aug 2014 11:31:47 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-2.2.ebuild,v 1.10 
2014/07/20 11:10:28 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-2.2.ebuild,v 1.11 
2014/08/01 11:31:47 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 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
+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
 
 # Force in-source build because build system modifies sources.
 DISTUTILS_IN_SOURCE_BUILD=1






[gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:32:30

  Modified: autogen-5.18.1.ebuild ChangeLog
  Log:
  sparc stable wrt #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.11 sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- autogen-5.18.1.ebuild   20 Jul 2014 11:27:45 -  1.10
+++ autogen-5.18.1.ebuild   1 Aug 2014 11:32:30 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 
1.10 2014/07/20 11:27:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 
1.11 2014/08/01 11:32:30 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos
 IUSE=libopts static-libs
 
 RDEPEND==dev-scheme/guile-1.8



1.109sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   20 Jul 2014 11:27:45 -  1.108
+++ ChangeLog   1 Aug 2014 11:32:30 -   1.109
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.108 
2014/07/20 11:27:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.109 
2014/08/01 11:32:30 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org autogen-5.18.1.ebuild:
+  sparc stable wrt #509056
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org autogen-5.18.1.ebuild:
   Stable on alpha, bug #509056






[gentoo-commits] gentoo-x86 commit in app-admin/sysstat: sysstat-10.2.1-r1.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:33:31

  Modified: sysstat-10.2.1-r1.ebuild ChangeLog
  Log:
  sparc stable wrt #509340
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.9  app-admin/sysstat/sysstat-10.2.1-r1.ebuild

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

Index: sysstat-10.2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sysstat-10.2.1-r1.ebuild20 Jul 2014 11:32:04 -  1.8
+++ sysstat-10.2.1-r1.ebuild1 Aug 2014 11:33:31 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.1-r1.ebuild,v 1.8 
2014/07/20 11:32:04 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.1-r1.ebuild,v 1.9 
2014/08/01 11:33:31 armin76 Exp $
 
 EAPI=5
 inherit eutils multilib systemd toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86
+KEYWORDS=alpha amd64 ~arm arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86
 IUSE=cron debug +doc isag nls lm_sensors selinux
 
 RDEPEND=



1.268app-admin/sysstat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   20 Jul 2014 11:32:04 -  1.267
+++ ChangeLog   1 Aug 2014 11:33:31 -   1.268
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/sysstat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.267 
2014/07/20 11:32:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.268 
2014/08/01 11:33:31 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org sysstat-10.2.1-r1.ebuild:
+  sparc stable wrt #509340
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org sysstat-10.2.1-r1.ebuild:
   Stable on alpha, bug #509340






[gentoo-commits] gentoo-x86 commit in net-misc/oidentd: oidentd-2.0.8-r5.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:34:06

  Modified: oidentd-2.0.8-r5.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #509520
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.8  net-misc/oidentd/oidentd-2.0.8-r5.ebuild

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

Index: oidentd-2.0.8-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- oidentd-2.0.8-r5.ebuild 20 Jul 2014 11:52:31 -  1.7
+++ oidentd-2.0.8-r5.ebuild 1 Aug 2014 11:34:06 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v 
1.7 2014/07/20 11:52:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/oidentd-2.0.8-r5.ebuild,v 
1.8 2014/08/01 11:34:06 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~x86-fbsd
 IUSE=debug ipv6 masquerade
 
 src_prepare() {



1.69 net-misc/oidentd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   20 Jul 2014 11:52:31 -  1.68
+++ ChangeLog   1 Aug 2014 11:34:06 -   1.69
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/oidentd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v 1.68 
2014/07/20 11:52:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/ChangeLog,v 1.69 
2014/08/01 11:34:06 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org oidentd-2.0.8-r5.ebuild:
+  ia64/sparc stable wrt #509520
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org oidentd-2.0.8-r5.ebuild:
   Stable on alpha, bug #509520






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

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:34:50

  Modified: gptfdisk-0.8.10.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #510150
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.7  sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild

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

Index: gptfdisk-0.8.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gptfdisk-0.8.10.ebuild  20 Jul 2014 12:54:07 -  1.6
+++ gptfdisk-0.8.10.ebuild  1 Aug 2014 11:34:50 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.6 2014/07/20 12:54:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 
1.7 2014/08/01 11:34:50 armin76 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux 
~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux
 IUSE=kernel_linux ncurses static
 
 LIB_DEPEND=dev-libs/popt[static-libs(+)]



1.52 sys-apps/gptfdisk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   20 Jul 2014 12:54:07 -  1.51
+++ ChangeLog   1 Aug 2014 11:34:50 -   1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/gptfdisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.51 
2014/07/20 12:54:07 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.52 
2014/08/01 11:34:50 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org gptfdisk-0.8.10.ebuild:
+  ia64/sparc stable wrt #510150
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org gptfdisk-0.8.10.ebuild:
   Stable on alpha, bug #510150






[gentoo-commits] gentoo-x86 commit in x11-libs/motif: motif-2.3.4-r2.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:35:44

  Modified: motif-2.3.4-r2.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #510454
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.10 x11-libs/motif/motif-2.3.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?r1=1.9r2=1.10

Index: motif-2.3.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- motif-2.3.4-r2.ebuild   20 Jul 2014 13:56:50 -  1.9
+++ motif-2.3.4-r2.ebuild   1 Aug 2014 11:35:44 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.9 
2014/07/20 13:56:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.10 
2014/08/01 11:35:44 armin76 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+ MIT
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=examples jpeg +motif22-compatibility png static-libs unicode xft
 
 RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] )



1.53 x11-libs/motif/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   20 Jul 2014 13:56:50 -  1.52
+++ ChangeLog   1 Aug 2014 11:35:44 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/motif
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.52 2014/07/20 
13:56:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.53 2014/08/01 
11:35:44 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org motif-2.3.4-r2.ebuild:
+  ia64/sparc stable wrt #510454
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org motif-2.3.4-r2.ebuild:
   Stable on alpha, bug #510454






[gentoo-commits] gentoo-x86 commit in app-editors/vim-core: ChangeLog vim-core-7.4.273.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:38:25

  Modified: ChangeLog vim-core-7.4.273.ebuild
  Log:
  sparc stable, bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 0xF6AD3240)

Revision  ChangesPath
1.444app-editors/vim-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.444view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.444content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.443r2=1.444

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- ChangeLog   20 Jul 2014 15:06:27 -  1.443
+++ ChangeLog   1 Aug 2014 11:38:25 -   1.444
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/vim-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.443 
2014/07/20 15:06:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.444 
2014/08/01 11:38:25 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org vim-core-7.4.273.ebuild:
+  sparc stable, bug #511190
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org vim-core-7.4.273.ebuild:
   Stable on alpha, bug #511190



1.7  app-editors/vim-core/vim-core-7.4.273.ebuild

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

Index: vim-core-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vim-core-7.4.273.ebuild 20 Jul 2014 15:06:27 -  1.6
+++ vim-core-7.4.273.ebuild 1 Aug 2014 11:38:25 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v 1.6 
2014/07/20 15:06:27 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v 1.7 
2014/08/01 11:38:25 armin76 Exp $
 
 EAPI=5
 VIM_VERSION=7.4
@@ -16,7 +16,7 @@
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2

http://dev.gentoo.org/~radhermit/vim/${PN}-7.3-gentoo-patches-r4.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES};
-   KEYWORDS=alpha amd64 arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+   KEYWORDS=alpha amd64 arm 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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 fi
 
 DESCRIPTION=vim and gvim shared files






[gentoo-commits] gentoo-x86 commit in app-editors/vim: ChangeLog vim-7.4.273.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:39:49

  Modified: ChangeLog vim-7.4.273.ebuild
  Log:
  sparc stable, bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 0xF6AD3240)

Revision  ChangesPath
1.465app-editors/vim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.465view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.465content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.464r2=1.465

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- ChangeLog   20 Jul 2014 15:06:04 -  1.464
+++ ChangeLog   1 Aug 2014 11:39:49 -   1.465
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/vim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.464 
2014/07/20 15:06:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.465 
2014/08/01 11:39:49 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org vim-7.4.273.ebuild:
+  sparc stable, bug #511190
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org vim-7.4.273.ebuild:
   Stable on alpha, bug #511190



1.8  app-editors/vim/vim-7.4.273.ebuild

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

Index: vim-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vim-7.4.273.ebuild  20 Jul 2014 15:06:04 -  1.7
+++ vim-7.4.273.ebuild  1 Aug 2014 11:39:49 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.7 
2014/07/20 15:06:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.8 
2014/08/01 11:39:49 armin76 Exp $
 
 EAPI=5
 VIM_VERSION=7.4
@@ -17,7 +17,7 @@
 
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES};
-   KEYWORDS=alpha amd64 arm 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+   KEYWORDS=alpha amd64 arm 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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 fi
 
 DESCRIPTION=Vim, an improved vi-style text editor






[gentoo-commits] gentoo-x86 commit in app-misc/banner: ChangeLog banner-1.3.3.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:39:50

  Modified: ChangeLog banner-1.3.3.ebuild
  Log:
  alpha/sparc/x86 stable wrt #517472
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.38 app-misc/banner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/banner/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   25 Jul 2014 15:07:15 -  1.37
+++ ChangeLog   1 Aug 2014 11:39:50 -   1.38
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/banner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/ChangeLog,v 1.37 2014/07/25 
15:07:15 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/ChangeLog,v 1.38 2014/08/01 
11:39:50 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org banner-1.3.3.ebuild:
+  alpha/sparc/x86 stable wrt #517472
 
   25 Jul 2014; Chema Alonso nim...@gentoo.org banner-1.3.3.ebuild:
   Stable for amd64 wrt bug #517472



1.4  app-misc/banner/banner-1.3.3.ebuild

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

Index: banner-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/banner/banner-1.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- banner-1.3.3.ebuild 25 Jul 2014 15:07:15 -  1.3
+++ banner-1.3.3.ebuild 1 Aug 2014 11:39:50 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/banner-1.3.3.ebuild,v 1.3 
2014/07/25 15:07:15 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/banner-1.3.3.ebuild,v 1.4 
2014/08/01 11:39:50 armin76 Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux
+KEYWORDS=alpha amd64 ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux
 
 DEPEND=!games-misc/bsd-games
 






[gentoo-commits] gentoo-x86 commit in x11-wm/sawfish: ChangeLog sawfish-1.9.1-r1.ebuild sawfish-1.9.1.ebuild

2014-08-01 Thread Ulrich Mueller (ulm)
ulm 14/08/01 11:39:33

  Modified: ChangeLog
  Removed:  sawfish-1.9.1-r1.ebuild sawfish-1.9.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.136x11-wm/sawfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.136view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?rev=1.136content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/ChangeLog?r1=1.135r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   1 Aug 2014 11:30:47 -   1.135
+++ ChangeLog   1 Aug 2014 11:39:33 -   1.136
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/sawfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.135 2014/08/01 
11:30:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.136 2014/08/01 
11:39:33 ulm Exp $
+
+  01 Aug 2014; Ulrich Müller u...@gentoo.org -sawfish-1.9.1.ebuild,
+  -sawfish-1.9.1-r1.ebuild:
+  Remove old.
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org sawfish-1.9.1-r2.ebuild:
   ia64/sparc stable wrt #507244






[gentoo-commits] gentoo-x86 commit in net-misc/iperf: ChangeLog iperf-2.0.5-r2.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:41:03

  Modified: ChangeLog iperf-2.0.5-r2.ebuild
  Log:
  sparc/x86 stable wrt #517430
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.52 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Jul 2014 14:01:38 -  1.51
+++ ChangeLog   1 Aug 2014 11:41:03 -   1.52
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/iperf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.51 2014/07/23 
14:01:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.52 2014/08/01 
11:41:03 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org iperf-2.0.5-r2.ebuild:
+  sparc/x86 stable wrt #517430
 
   23 Jul 2014; Jeroen Roovers j...@gentoo.org iperf-2.0.5-r2.ebuild:
   Stable for HPPA (bug #517430).



1.5  net-misc/iperf/iperf-2.0.5-r2.ebuild

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

Index: iperf-2.0.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.5-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iperf-2.0.5-r2.ebuild   23 Jul 2014 14:01:38 -  1.4
+++ iperf-2.0.5-r2.ebuild   1 Aug 2014 11:41:03 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.5-r2.ebuild,v 1.4 
2014/07/23 14:01:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.5-r2.ebuild,v 1.5 
2014/08/01 11:41:03 armin76 Exp $
 
 EAPI=5
 inherit base
@@ -11,7 +11,7 @@
 
 LICENSE=HPND
 SLOT=2
-KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
+KEYWORDS=~amd64 ~arm hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
 IUSE=ipv6 threads debug
 
 PATCHES=(






[gentoo-commits] gentoo-x86 commit in app-editors/gvim: ChangeLog gvim-7.4.273.ebuild

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 11:41:14

  Modified: ChangeLog gvim-7.4.273.ebuild
  Log:
  sparc stable, bug #511190
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 0xF6AD3240)

Revision  ChangesPath
1.433app-editors/gvim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.433view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.433content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?r1=1.432r2=1.433

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- ChangeLog   20 Jul 2014 15:06:17 -  1.432
+++ ChangeLog   1 Aug 2014 11:41:13 -   1.433
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/gvim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.432 
2014/07/20 15:06:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.433 
2014/08/01 11:41:13 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org gvim-7.4.273.ebuild:
+  sparc stable, bug #511190
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org gvim-7.4.273.ebuild:
   Stable on alpha, bug #511190



1.7  app-editors/gvim/gvim-7.4.273.ebuild

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

Index: gvim-7.4.273.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gvim-7.4.273.ebuild 20 Jul 2014 15:06:17 -  1.6
+++ gvim-7.4.273.ebuild 1 Aug 2014 11:41:13 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v 1.6 
2014/07/20 15:06:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v 1.7 
2014/08/01 11:41:13 armin76 Exp $
 
 EAPI=5
 VIM_VERSION=7.4
@@ -17,7 +17,7 @@
 
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES};
-   KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+   KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
 fi
 
 DESCRIPTION=GUI version of the Vim text editor






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

2014-08-01 Thread Mikle Kolyada (zlogene)
zlogene 14/08/01 11:42:11

  Modified: gentoo-sources-3.14.14.ebuild ChangeLog
  Log:
  x86 stable wrt bug #518600
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  sys-kernel/gentoo-sources/gentoo-sources-3.14.14.ebuild

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

Index: gentoo-sources-3.14.14.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-sources-3.14.14.ebuild   1 Aug 2014 09:54:56 -   1.4
+++ gentoo-sources-3.14.14.ebuild   1 Aug 2014 11:42:10 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.14.ebuild,v
 1.4 2014/08/01 09:54:56 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.14.ebuild,v
 1.5 2014/08/01 11:42:10 zlogene Exp $
 
 EAPI=5
 ETYPE=sources
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86
 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
 IUSE=deblob experimental
 



1.1380   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1379
retrieving revision 1.1380
diff -u -r1.1379 -r1.1380
--- ChangeLog   1 Aug 2014 09:54:56 -   1.1379
+++ ChangeLog   1 Aug 2014 11:42:10 -   1.1380
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1379 2014/08/01 09:54:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1380 2014/08/01 11:42:10 zlogene Exp $
+
+  01 Aug 2014; Mikle Kolyada zlog...@gentoo.org 
gentoo-sources-3.14.14.ebuild:
+  x86 stable wrt bug #518600
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org
   gentoo-sources-3.10.41-r1.ebuild, gentoo-sources-3.14.14.ebuild:






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

2014-08-01 Thread Sven Vermeulen
commit: eb973f14b8e146b7384d55101935473d16707bbc
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Fri Aug  1 11:47:35 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Fri Aug  1 11:47:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=eb973f14

Workaround for bug #514440 - sntp is in bin, not sbin

---
 policy/modules/contrib/ntp.fc | 4 
 1 file changed, 4 insertions(+)

diff --git a/policy/modules/contrib/ntp.fc b/policy/modules/contrib/ntp.fc
index 89b9cb1..6105583 100644
--- a/policy/modules/contrib/ntp.fc
+++ b/policy/modules/contrib/ntp.fc
@@ -24,3 +24,7 @@
 /var/log/xntpd.*   --  gen_context(system_u:object_r:ntpd_log_t,s0)
 
 /var/run/ntpd\.pid --  gen_context(system_u:object_r:ntpd_var_run_t,s0)
+
+ifdef(`distro_gentoo',`
+/usr/bin/sntp  --  gen_context(system_u:object_r:ntpdate_exec_t,s0)
+')



[gentoo-commits] gentoo-x86 commit in sys-apps/install-xattr: install-xattr-0.3.ebuild ChangeLog

2014-08-01 Thread Raul Porcel (armin76)
armin76 14/08/01 12:02:33

  Modified: install-xattr-0.3.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #511984
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.6  sys-apps/install-xattr/install-xattr-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild?r1=1.5r2=1.6

Index: install-xattr-0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install-xattr-0.3.ebuild27 Jul 2014 12:47:51 -  1.5
+++ install-xattr-0.3.ebuild1 Aug 2014 12:02:33 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild,v 1.5 
2014/07/27 12:47:51 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild,v 1.6 
2014/08/01 12:02:33 armin76 Exp $
 
 EAPI=5
 DESCRIPTION=Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes.
@@ -10,11 +10,11 @@
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/elfix.git
-   KEYWORDS=alpha hppa
+   KEYWORDS=alpha hppa ia64 ~sh sparc
inherit git-2
 else
SRC_URI=http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
-   KEYWORDS=alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc ~x86
+   KEYWORDS=alpha ~amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86
S=${WORKDIR}/${PN}
 fi
 



1.19 sys-apps/install-xattr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   27 Jul 2014 12:47:51 -  1.18
+++ ChangeLog   1 Aug 2014 12:02:33 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/install-xattr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.18 
2014/07/27 12:47:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.19 
2014/08/01 12:02:33 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel armi...@gentoo.org install-xattr-0.3.ebuild:
+  ia64/sparc stable wrt #511984
 
   27 Jul 2014; Anthony G. Basile bluen...@gentoo.org 
install-xattr-0.3.ebuild:
   Stable on arm, ppc and ppc64, bug #511984






[gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.4.ebuild musl-1.0.4.ebuild ChangeLog

2014-08-01 Thread Anthony G. Basile (blueness)
blueness14/08/01 12:48:00

  Modified: ChangeLog
  Added:musl-1.1.4.ebuild musl-1.0.4.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.28 sys-libs/musl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   21 Jul 2014 22:13:43 -  1.27
+++ ChangeLog   1 Aug 2014 12:48:00 -   1.28
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/musl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.27 2014/07/21 
22:13:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.28 2014/08/01 
12:48:00 blueness Exp $
+
+*musl-1.0.4 (01 Aug 2014)
+*musl-1.1.4 (01 Aug 2014)
+
+  01 Aug 2014; Anthony G. Basile bluen...@gentoo.org +musl-1.0.4.ebuild,
+  +musl-1.1.4.ebuild:
+  Version bumps
 
   21 Jul 2014; Anthony G. Basile bluen...@gentoo.org musl-1.0.3.ebuild,
   musl-1.1.3.ebuild:



1.1  sys-libs/musl/musl-1.1.4.ebuild

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

Index: musl-1.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.4.ebuild,v 1.1 
2014/08/01 12:48:00 blueness Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.musl-libc.org/musl
inherit git-2
fi

export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
export CTARGET=${CATEGORY/cross-}
fi
fi

DESCRIPTION=Lightweight, fast and simple C library focused on 
standards-conformance and safety
HOMEPAGE=http://www.musl-libc.org/;
if [[ ${PV} !=  ]] ; then
PATCH_VER=
SRC_URI=http://www.musl-libc.org/releases/${P}.tar.gz;
KEYWORDS=-* ~amd64 ~arm ~mips ~x86
fi

LICENSE=MIT
SLOT=0
IUSE=crosscompile_opts_headers-only nls

RDEPEND=nls? ( sys-devel/gettext )
if [[ ${CATEGORY} != cross-* ]] ; then
RDEPEND+= sys-apps/getent
fi

is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
}

just_headers() {
use crosscompile_opts_headers-only  is_crosscompile
}

pkg_setup() {
if [ ${CTARGET} == ${CHOST} ] ; then
case ${CHOST} in
*-musl*) ;;
*) die Use sys-devel/crossdev to build a musl toolchain ;;
esac
fi
}

src_prepare() {
use mips  epatch ${FILESDIR}/${PN}-fix-mips-dynlink.patch
}

src_configure() {
tc-export CC

./configure \
--target=${CTARGET} \
--prefix=/usr \
--disable-gcc-wrapper
}

src_compile() {
emake include/bits/alltypes.h || die
just_headers  return 0

emake || die
}

src_install() {
local sysroot=${D}
is_crosscompile  sysroot+=/usr/${CTARGET}

local target=install
just_headers  target=install-headers
emake DESTDIR=${sysroot} ${target} || die

# Make sure we install the sys-include symlink so that when
# we build a 2nd stage cross-compiler, gcc finds the target
# system headers correctly.  See gcc/doc/gccinstall.info
if is_crosscompile ; then
dosym usr/include /usr/${CTARGET}/sys-include
fi

# If we are going to use gnu's gettext then we have to
# move musl's libintl out of the way.
use nls  mv ${D}/usr/include/libintl{,-musl}.h
}

pkg_postinst() {
is_crosscompile  return 0

[ ${ROOT} != / ]  return 0

# TODO: musl doesn't use ldconfig, instead here we can
# create sym links to libraries outside of /lib and /usr/lib
ldconfig
# reload init ...
/sbin/telinit U 2/dev/null
}



1.1  sys-libs/musl/musl-1.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.0.4.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in net-misc/cgminer: ChangeLog cgminer-4.1.0.ebuild cgminer-3.7.2.ebuild cgminer-3.12.3.ebuild cgminer-4.0.1.ebuild

2014-08-01 Thread Anthony G. Basile (blueness)
blueness14/08/01 12:54:03

  Modified: ChangeLog
  Removed:  cgminer-4.1.0.ebuild cgminer-3.7.2.ebuild
cgminer-3.12.3.ebuild cgminer-4.0.1.ebuild
  Log:
  Remove older versions due to CVE-2014-4503, bug #517948
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.79 net-misc/cgminer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   30 Jul 2014 10:39:26 -  1.78
+++ ChangeLog   1 Aug 2014 12:54:02 -   1.79
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/cgminer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.78 
2014/07/30 10:39:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.79 
2014/08/01 12:54:02 blueness Exp $
+
+  01 Aug 2014; Anthony G. Basile bluen...@gentoo.org -cgminer-3.12.3.ebuild,
+  -cgminer-3.7.2.ebuild, -cgminer-4.0.1.ebuild, -cgminer-4.1.0.ebuild:
+  Remove older versions due to CVE-2014-4503, bug #517948
 
 *cgminer-4.5.0 (30 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-2.5.3.ebuild

2014-08-01 Thread Manuel Rueger (mrueg)
mrueg   14/08/01 12:55:38

  Modified: ChangeLog
  Removed:  test-unit-2.5.3.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.103dev-ruby/test-unit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   1 Aug 2014 10:13:23 -   1.102
+++ ChangeLog   1 Aug 2014 12:55:38 -   1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.102 
2014/08/01 10:13:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.103 
2014/08/01 12:55:38 mrueg Exp $
+
+  01 Aug 2014; Manuel Rüger mr...@gentoo.org -test-unit-2.5.3.ebuild:
+  Cleanup old.
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org test-unit-2.5.5-r1.ebuild:
   sparc stable wrt #490178






[gentoo-commits] gentoo-x86 commit in dev-ruby/metaclass: ChangeLog metaclass-0.0.1.ebuild

2014-08-01 Thread Manuel Rueger (mrueg)
mrueg   14/08/01 12:56:46

  Modified: ChangeLog
  Removed:  metaclass-0.0.1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.33 dev-ruby/metaclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/metaclass/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   1 Aug 2014 10:14:55 -   1.32
+++ ChangeLog   1 Aug 2014 12:56:46 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/metaclass
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metaclass/ChangeLog,v 1.32 
2014/08/01 10:14:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metaclass/ChangeLog,v 1.33 
2014/08/01 12:56:46 mrueg Exp $
+
+  01 Aug 2014; Manuel Rüger mr...@gentoo.org -metaclass-0.0.1.ebuild:
+  Cleanup old.
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org metaclass-0.0.1-r1.ebuild:
   sparc stable wrt #497488






  1   2   3   4   5   >