[gentoo-commits] repo/gentoo:master commit in: games-strategy/uqm/

2016-02-16 Thread Michael Sterrett
commit: 5fba591264a7db8ec981271df7a7bc9c040424e6
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed Feb 17 07:54:42 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed Feb 17 07:55:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fba5912

games-strategy/uqm: rev bump to add remix disc 4 as reported by Ryan Hill via 
bug #574930

Package-Manager: portage-2.2.26

 games-strategy/uqm/Manifest|   1 +
 games-strategy/uqm/uqm-0.7.0-r3.ebuild | 108 +
 2 files changed, 109 insertions(+)

diff --git a/games-strategy/uqm/Manifest b/games-strategy/uqm/Manifest
index f9f349b..76b7425 100644
--- a/games-strategy/uqm/Manifest
+++ b/games-strategy/uqm/Manifest
@@ -5,3 +5,4 @@ DIST uqm-0.7.0-voice.uqm 115143439 SHA256 
bcccf801b4ba37594ff6217b292744ea586ee2
 DIST uqm-remix-disc1.uqm 50188876 SHA256 
b697694745d939311e8ebffdd5edf692e010c25d7966e1481074940a4d0487e8 SHA512 
fed2a6e260ee96802898ad9b6c968acaac3613187fe38370fb557d6d220b499b922447ea04edd15763d0161f5c156ce03bc9d55a86ed3b4e2e0140a4fb17e99b
 WHIRLPOOL 
fee79171e43fb203dcc2b8cbca7d3e2edfa4c6334a1f0996fa8951dc67ef94e67f06edbe250810e1385f5887834a7a0755e1e40a9aa3cdae0cdfb937e238fe46
 DIST uqm-remix-disc2.uqm 60282662 SHA256 
7fbb4744102e31273e4459b01a156da052ec537c128fe91793643e348bc1bade SHA512 
3053693417facef6d01cdb366a15c1bd2a6272961df5870c4151a928845dd76e4ac5fc59f232da5034d56fd9476d3074840a2e9f16d63dba341aeffd92827c4e
 WHIRLPOOL 
e52f1eb1c8cd0007eb77d80719f8feeb044c61bb2d72c14fae92ba62ea8ad1225ffa427db39dadd864304818839c4df0e1e0fe9c0d8a2b265ceead14f70df56e
 DIST uqm-remix-disc3.uqm 39924875 SHA256 
e6d89f8f66cf1df1cb278fca1e92261b1776ee670dff26132e33f14dbd31e91d SHA512 
2337752e3a2447ab048cc6782153bbb120d2d6b890c5bfae9cbef60a46d12abf716917863286b0196bf6f5e8ef301b5f84338237520880b10cbf75e450076951
 WHIRLPOOL 
ba1ed49bb6761d9955fe9beced1987dd4458cd0203a9c8e712bb55034fd8d278f489c995969866cb7096bea75e88b330031f070b7aeb7e09f48fda0ece862e36
+DIST uqm-remix-disc4.uqm 86545760 SHA256 
a4c8197712a5b72a81c7ef7a2a33ea7d3ac90ab063c929dd68e7328a559a86d0 SHA512 
07f0fbe0b9889602eab43f376577c8e0a19c6db50bbb3f01f57836c7caab1eb18813e94d8d9f2d3098a6b6c9dc336290b7f5262c586f2fb41ffab0e2b0ba7f65
 WHIRLPOOL 
011859d9c7566c369c086925548fd4340e34d4f3657c6d4ff242451e7665acbac8c18ec2d6818856011e930a01406d947164ec0b8ed454b422424ec3fa78972c

diff --git a/games-strategy/uqm/uqm-0.7.0-r3.ebuild 
b/games-strategy/uqm/uqm-0.7.0-r3.ebuild
new file mode 100644
index 000..41d994a
--- /dev/null
+++ b/games-strategy/uqm/uqm-0.7.0-r3.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib toolchain-funcs games
+
+DESCRIPTION="The Ur-Quan Masters: Port of Star Control 2"
+HOMEPAGE="http://sc2.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sc2/${P}-source.tgz
+   mirror://sourceforge/sc2/${P}-content.uqm
+   music? ( mirror://sourceforge/sc2/${P}-3domusic.uqm )
+   voice? ( mirror://sourceforge/sc2/${P}-voice.uqm )
+   remix? ( mirror://sourceforge/sc2/${PN}-remix-disc1.uqm \
+   mirror://sourceforge/sc2/${PN}-remix-disc2.uqm \
+   mirror://sourceforge/sc2/${PN}-remix-disc3.uqm \
+   mirror://sourceforge/sc2/${PN}-remix-disc4.uqm )"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="music opengl remix voice"
+
+RDEPEND="media-libs/libmikmod
+   media-libs/libogg
+   >=media-libs/libpng-1.4:0
+   media-libs/libsdl[X,sound,joystick,video]
+   media-libs/libvorbis
+   media-libs/sdl-image[png]
+   sys-libs/zlib
+   opengl? ( virtual/opengl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   local myopengl
+
+   use opengl \
+   && myopengl=opengl \
+   || myopengl=pure
+
+   cat <<-EOF > config.state
+   CHOICE_debug_VALUE='nodebug'
+   CHOICE_graphics_VALUE='${myopengl}'
+   CHOICE_sound_VALUE='mixsdl'
+   CHOICE_accel_VALUE='plainc'
+   INPUT_install_prefix_VALUE='${GAMES_PREFIX}'
+   INPUT_install_bindir_VALUE='\$prefix/bin'
+   INPUT_install_libdir_VALUE='\$prefix/lib'
+   INPUT_install_sharedir_VALUE='${GAMES_DATADIR}/'
+   EOF
+
+   # Take out the read so we can be non-interactive.
+   sed -i \
+   -e '/read CHOICE/d' build/unix/menu_functions || die
+
+   # respect CFLAGS
+   sed -i \
+   -e "s/-O3//" build/unix/build.config || die
+
+   sed -i \
+   -e "s:@INSTALL_LIBDIR@:$(games_get_libdir)/:g" \
+   build/unix/uqm-wrapper.in || die
+
+   # respect CC
+   sed -i \
+   -e "s/PROG_gcc_FILE=\"gcc\"/PROG_gcc_FILE=\"$(tc-getCC)\"/" \
+   build/unix/config_proginfo_build || die
+}
+
+src_compile() {
+   MAKE_VERBOSE=1 ./build.sh uqm || die
+}
+
+src_install() {
+   # Using the 

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

2016-02-16 Thread Mike Frysinger
commit: 82f1ea7634d6ac645a06545a2855966ee81a0867
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 07:15:22 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 07:15:22 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=82f1ea76

TODO: drop a few completed entries

 TODO | 4 
 1 file changed, 4 deletions(-)

diff --git a/TODO b/TODO
index b6c3ae0..74bffac 100644
--- a/TODO
+++ b/TODO
@@ -42,7 +42,6 @@
 
 - qdepends:
- support querying uninstalled packages (via metadata/md5 cache)
-   - verify version matching works: qdepend =nano-2*
 
 - env vars only get expanded once, so this fails:
ACCEPT_LICENSE="foo"
@@ -55,6 +54,3 @@
- add a verbose output that describes why a package is cleaned
- newer binpkgs available
- newer installed version available
-
-- qlop:
-   - support atoms and version qualifiers `qlop '>gnuconfig-2015'`



[gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/

2016-02-16 Thread Jeroen Roovers
commit: f26579b817020db7c5cec0ce9486ac563e947b0a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 07:12:59 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 07:13:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26579b8

net-libs/nghttp2: Stable for HPPA PPC64 (bug #574780).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 net-libs/nghttp2/nghttp2-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nghttp2/nghttp2-1.7.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
index 776f0f6..032a291 100644
--- a/net-libs/nghttp2/nghttp2-1.7.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-2
 else

SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
-   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"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



[gentoo-commits] proj/portage-utils:master commit in: /, tests/qlop/

2016-02-16 Thread Mike Frysinger
commit: 61a961b295ff529961d0a29356a02465d0808790
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 07:12:02 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 07:12:02 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=61a961b2

qlop: fix default -l/-u match behavior

Adding atom parsing support accidentally broke the default behavior
of matching all packages.  Restore that edge case and add tests.

URL: https://bugs.gentoo.org/574832
Reported-by: Nikos Chantziaras  gmail.com>

 qlop.c | 14 +++---
 tests/qlop/dotest  | 14 +-
 tests/qlop/list02.good |  3 +++
 tests/qlop/list03.good |  4 
 tests/qlop/list04.good |  1 +
 tests/qlop/list05.good |  1 +
 tests/qlop/sync.log| 46 ++
 tests/qlop/test04.good |  0
 8 files changed, 79 insertions(+), 4 deletions(-)

diff --git a/qlop.c b/qlop.c
index 8a89fba..dbbae06 100644
--- a/qlop.c
+++ b/qlop.c
@@ -241,6 +241,7 @@ show_emerge_history(int listflag, array_t *atoms, const 
char *logfile)
size_t buflen, linelen;
char *buf, merged;
char *p, *q;
+   bool showit;
size_t i;
time_t t;
depend_atom *atom, *logatom;
@@ -283,10 +284,17 @@ show_emerge_history(int listflag, array_t *atoms, const 
char *logfile)
continue;
 
logatom = atom_explode(q);
-   array_for_each(atoms, i, atom) {
-   if (atom_compare(atom, logatom) != EQUAL)
-   continue;
+   if (array_cnt(atoms)) {
+   showit = false;
+   array_for_each(atoms, i, atom)
+   if (atom_compare(atom, logatom) == EQUAL) {
+   showit = true;
+   break;
+   }
+   } else
+   showit = true;
 
+   if (showit) {
if (!quiet)
printf("%s %s %s%s%s\n", chop_ctime(t), (merged 
? ">>>" : "<<<"), (merged ? GREEN : RED), q, NORM);
else {

diff --git a/tests/qlop/dotest b/tests/qlop/dotest
index 6525594..fad6011 100755
--- a/tests/qlop/dotest
+++ b/tests/qlop/dotest
@@ -22,9 +22,21 @@ test() {
 # We output dates, so make sure it matches our logs.
 export LC_TIME="C"
 
-# simple install check
+# simple sync check
 test 01 0 "qlop -s -f ${as}/sync.log"
 
+# check all installed pkgs
+test 02 0 "qlop -l -f ${as}/sync.log"
+
+# check all uninstalled pkgs
+test 03 0 "qlop -u -f ${as}/sync.log"
+
+# verify atom parsing works (and not partial strings)
+test 04 0 "qlop -l gcc -f ${as}/sync.log"
+
+# verify atom version parsing works
+test 05 0 "qlop -l '>> dev-util/ccache-2.3
+Thu Jan 27 05:56:39 2005 >>> sys-devel/gcc-config-1.3.9
+Thu Jan 27 06:17:10 2005 >>> sys-devel/gcc-3.4.3-r1

diff --git a/tests/qlop/list03.good b/tests/qlop/list03.good
new file mode 100644
index 000..add774a
--- /dev/null
+++ b/tests/qlop/list03.good
@@ -0,0 +1,4 @@
+Thu Jan 27 05:56:39 2005 <<< sys-devel/gcc-config-1.3.6-r3
+Thu Jan 27 05:58:04 2005 <<< sys-apps/pam-login-3.14
+Thu Jan 27 05:58:06 2005 <<< sys-libs/pam-0.77-r1
+Thu Jan 27 05:58:16 2005 <<< sys-fs/devfsd-1.3.25-r8

diff --git a/tests/qlop/list04.good b/tests/qlop/list04.good
new file mode 100644
index 000..c3de519
--- /dev/null
+++ b/tests/qlop/list04.good
@@ -0,0 +1 @@
+Thu Jan 27 06:17:10 2005 >>> sys-devel/gcc-3.4.3-r1

diff --git a/tests/qlop/list05.good b/tests/qlop/list05.good
new file mode 100644
index 000..c3de519
--- /dev/null
+++ b/tests/qlop/list05.good
@@ -0,0 +1 @@
+Thu Jan 27 06:17:10 2005 >>> sys-devel/gcc-3.4.3-r1

diff --git a/tests/qlop/sync.log b/tests/qlop/sync.log
index fc31edb..8979b23 100644
--- a/tests/qlop/sync.log
+++ b/tests/qlop/sync.log
@@ -1,3 +1,49 @@
+1098946153: Started emerge on: Oct 28, 2004 06:49:13
+1098946153:  *** emerge --buildpkg --usepkg --oneshot --nodeps ccache
+1098946153:  >>> emerge (1 of 1) dev-util/ccache-2.3 to /
+1098946153:  === (1 of 1) Merging Binary 
(dev-util/ccache-2.3::/usr/portage/packages/All/ccache-2.3.tbz2)
+1098946154:  >>> AUTOCLEAN: dev-util/ccache
+1098946154:  --- AUTOCLEAN: Nothing unmerged.
+1098946154:  ::: completed emerge (1 of 1) dev-util/ccache-2.3 to /
+1098946154:  *** Finished. Cleaning up...
+1098946154:  *** exiting successfully.
+1098946154:  *** terminating.
+
+1106805388: Started emerge on: Jan 27, 2005 05:56:28
+1106805388:  *** emerge  gcc
+1106805388:  >>> emerge (1 of 2) sys-devel/gcc-config-1.3.9 to /
+1106805388:  === (1 of 2) Cleaning 
(sys-devel/gcc-config-1.3.9::/usr/portage/sys-devel/gcc-config/gcc-config-1.3.9.ebuild)
+1106805388:  === (1 of 2) Compiling/Merging 
(sys-devel/gcc-config-1.3.9::/usr/portage/sys-devel/gcc-config/gcc-config-1.3.9.ebuild)
+1106805393:  === (1 of 2) Post-Build Cleaning

[gentoo-commits] repo/gentoo:master commit in: dev-lang/icon/files/, dev-lang/icon/

2016-02-16 Thread Ian Delaney
commit: c6ef21d44cb2201032e592b289c1cfa0d18a0197
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb 17 07:09:32 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb 17 07:09:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ef21d4

dev-lang/icon: bump to vn. 9.5.1

- updated patch added to match bumped version
- patches and unified diffs supplied by Cheyenne Wills,
set im metadata as new proxy maintainer under the proxy-maintainers project,
cross tested and reviewed within irc channel of the project,
fixes the gentoo bug

Gentoo bug: #500698

Package-Manager: portage-2.2.26

 dev-lang/icon/Manifest |   1 +
 dev-lang/icon/files/icon-9.5.1-flags.patch |  75 +
 dev-lang/icon/icon-9.5.1.ebuild| 103 +
 dev-lang/icon/metadata.xml |   9 +++
 4 files changed, 188 insertions(+)

diff --git a/dev-lang/icon/Manifest b/dev-lang/icon/Manifest
index 178e7a8..b56b03e 100644
--- a/dev-lang/icon/Manifest
+++ b/dev-lang/icon/Manifest
@@ -1,2 +1,3 @@
 DIST icon-v950src.tgz 3115766 SHA256 
ceb558bcf5b2edc3252b2d1d4ed640d2a218196f73d299b052f1e0c50e9b1557 SHA512 
32f01ca65863525d92846b505ea61f6fbad5a11991d0476c5e79647459dee12746b4448f8d32f2766c198b6713587e48eb0f7f2a942ce42a929f080a85039fa3
 WHIRLPOOL 
641db3d8d6cc384772649cd0a80884ea9bbb7027df772b19ea6216f164bc589ffc1331cc80447483455e05f54405ed18af0ce69d9d48d4ea7d42ff1b341811c0
+DIST icon-v951src.tgz 3133040 SHA256 
062a680862b1c10c21789c0c7c7687c970a720186918d5ed1f7aad9fdc6fa9b9 SHA512 
032dc9cfa57af5af2eb84b2116d0537124b5efb87b7cf744ecace2ccf49e461d5be5f91df99d85e8a988520d144fe4ecf06a6e78f7fff997b78afa95355449ad
 WHIRLPOOL 
b79ba827a94b71982ad6df4eb1d3218fc4b44bd7331e611616da3544202ed1bd5ea607a6934496b3267b24bf9096cacbf303f4ab949a06e44a43dd8c81e55704
 DIST icon.v943src.tgz 3218627 SHA256 
d6b6dc508922251748c4ceefbc3a96b54a9f488e260f9f517b5e08dc21615bff SHA512 
9f89c7f1aaea1caea586aeb1ef74346a0f258c26ae74581a9ce7b59c2b590eb79316bdb9530b70d9af59ad06e6c444eec92016d0e5b015f4d467bde0baac2695
 WHIRLPOOL 
e776f088ed6a4db10f9defc11a71187cdef4c6ca50b89f80c035b2981c650999cc27bebeab57b99b495653d42af2e34ea5827d6744d4b8f265c7d1883e864437

diff --git a/dev-lang/icon/files/icon-9.5.1-flags.patch 
b/dev-lang/icon/files/icon-9.5.1-flags.patch
new file mode 100644
index 000..ff659b2
--- /dev/null
+++ b/dev-lang/icon/files/icon-9.5.1-flags.patch
@@ -0,0 +1,75 @@
+--- icon-v951src/ipl/cfuncs/Makefile
 icon-v951src/ipl/cfuncs/Makefile
+@@ -25,7 +25,7 @@
+ # library
+ 
+ $(FUNCLIB):   $(FUNCS) mklib.sh
+-  CC="$(CC)" CFLAGS="$(CFLAGS)" BIN="../../bin" \
++  CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
BIN="../../bin" \
+   sh mklib.sh $(FUNCLIB) $(FUNCS)
+ $(FUNCS): icall.h
+ 
+--- icon-v951src/ipl/cfuncs/mklib.sh
 icon-v951src/ipl/cfuncs/mklib.sh
+@@ -12,7 +12,7 @@
+ set -x
+ case "$SYS" in
+Linux*|*BSD*|GNU*)
+-  $CC -shared -o $LIBNAME -fPIC "$@";;
++  $CC -shared -o $LIBNAME $CFLAGS $LDFLAGS -fPIC "$@";;
+CYGWIN*)
+   # move the win32 import library for iconx.exe callbacks
+   # created when iconx.exe was built
+--- icon-v951src/ipl/packs/loadfunc/Makefile
 icon-v951src/ipl/packs/loadfunc/Makefile
+@@ -28,7 +28,7 @@
+   echo '$$define FUNCLIB "./$(FUNCLIB)"'  >libnames.icn
+ 
+ $(FUNCLIB):   $(FUNCS)
+-  CC="$(CC)" CFLAGS="$(CFLAGS)" BIN="../../../bin" \
++  CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
BIN="../../../bin" \
+   sh $(MKLIB) $(FUNCLIB) $(FUNCS)
+ 
+ 
+--- icon-v951src/src/common/Makefile
 icon-v951src/src/common/Makefile
+@@ -8,7 +8,7 @@
+ common:   $(OBJS) gpxmaybe
+ 
+ patchstr: patchstr.c
+-  $(CC) $(CFLAGS) -o patchstr patchstr.c
++  $(CC) $(CFLAGS) $(LDFLAGS) -o patchstr patchstr.c
+ 
+ gpxmaybe:
+   -if [ "x$(XL)" != "x" ]; then $(MAKE) $(GDIR); fi
+@@ -25,7 +25,7 @@
+ ../h/typedefs.h ../h/mproto.h ../h/cpuconf.h
+ 
+ ../h/arch.h:  infer.c
+-  $(CC) $(CFLAGS) -o infer infer.c
++  $(CC) $(CFLAGS) $(LDFLAGS) -o infer infer.c
+   ./infer >../h/arch.h
+ 
+ identify.o: ../h/version.h
+--- icon-v951src/src/rtt/Makefile
 icon-v951src/src/rtt/Makefile
+@@ -22,7 +22,7 @@
+ 
+ 
+ rtt:  $(OBJ)
+-  $(CC) $(LDFLAGS) -o rtt $(OBJ)
++  $(CC) $(CFLAGS) $(LDFLAGS) -o rtt $(OBJ)
+ 
+ library:  $(OBJ)
+   rm -rf rtt.a
+--- icon-v951src/src/runtime/Makefile
 icon-v951src/src/runtime/Makefile
+@@ -30,7 +30,7 @@
+ 
+ iconx: $(COBJS) $(XOBJS)
+   cd ../common; $(MAKE)
+-  $(CC) $(RLINK) -o iconx $(XOBJS) $(COBJS) $(XL) $(RLIBS) $(TLIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(RLINK) -o iconx $(XOBJS) $(COBJS) $(XL) 
$(RLIBS) $(TLIBS)
+   cp iconx ../../bin
+   strip $(SFLAGS) ../../bin/iconx$(EXE)
+ 

diff --git a/dev-lang/icon/icon-9.5.1.ebuild b/dev-

[gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/

2016-02-16 Thread Ole Reifschneider
commit: 2b281bd2ff113ea44e69a65aabbb89b3e6be31b7
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Wed Feb 17 07:01:51 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Wed Feb 17 07:02:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b281bd2

app-editors/neovim: Bump version to 0.1.2

Package-Manager: portage-2.2.27

 app-editors/neovim/Manifest|  1 +
 app-editors/neovim/neovim-0.1.2.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/app-editors/neovim/Manifest b/app-editors/neovim/Manifest
index ebbad18..9c962ee 100644
--- a/app-editors/neovim/Manifest
+++ b/app-editors/neovim/Manifest
@@ -1,2 +1,3 @@
 DIST neovim-0.1.0.tar.gz 7644722 SHA256 
e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8 SHA512 
b91e5ce5561155ecb3554f56fd4371219612ed3bc35dfeb60a225eb1dbe1473fce5f573eb996bdb01fd9569f764da86493108665c98dc7555fc44f410befb00a
 WHIRLPOOL 
33d7b88588c214ddc670a7b3cffcfd855699e90b15c5e327ac0c17972fddb73bd519b1a8eb609f8454d6c463f18764f17bc1314b6b27448c5ac4607cdbce1551
 DIST neovim-0.1.1.tar.gz 7584560 SHA256 
f39bcab23457c66ce0d67dcf8029743703f860413db0070f75d4f0ffad27c6c1 SHA512 
7098bef9b81862f009789cff49a063d56d52d2f5c74e2fe68ad65c952c61c07eabeb6be150b369a5a179957f20187de3051caaa30b1e0cb4ec1e9e49b4e77333
 WHIRLPOOL 
9df0d6d59bdda2def2d8a393eec579f341256aff18c485cbb08c96637c597ee4df73a68a09105e776605194412274df2c82b78f7ca0e0bc1e20d4780fcdfa57f
+DIST neovim-0.1.2.tar.gz 7610804 SHA256 
549881465eff82454660ae92d857d6ffa22383d45c94c46f3753fd1b0e699247 SHA512 
dc03d92ff296f3ff55225d514479f1ac201a5a65eb8a6c02e71935ca44feb8ab15897b26a2ea46e53771f902c57b027d07e02f95673268ee060c6b77c4aa90e4
 WHIRLPOOL 
ef1253249120c89c6efc15520263c889a9972df0c11e9353dedeee112c46ee9b92355fa3dabdf2d15cb7d0416681d1c8b55a9c02266048154f3afe104fdf4ff9

diff --git a/app-editors/neovim/neovim-0.1.2.ebuild 
b/app-editors/neovim/neovim-0.1.2.ebuild
new file mode 100644
index 000..fdc0c7e
--- /dev/null
+++ b/app-editors/neovim/neovim-0.1.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Vim-fork focused on extensibility and agility."
+HOMEPAGE="https://neovim.io";
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/neovim/neovim.git"
+else
+   SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0 vim"
+SLOT="0"
+IUSE="+nvimpager perl python +jemalloc"
+
+CDEPEND="dev-lang/luajit:2
+   >=dev-libs/libtermkey-0.17
+   >=dev-libs/libuv-1.2.0
+   >=dev-libs/msgpack-1.0.0
+   >=dev-libs/unibilium-1.1.1
+   dev-libs/libvterm
+   dev-lua/lpeg
+   dev-lua/messagepack
+   jemalloc? ( dev-libs/jemalloc )
+"
+DEPEND="${CDEPEND}
+   virtual/libiconv
+   virtual/libintl"
+RDEPEND="${CDEPEND}
+   perl? ( dev-lang/perl )
+   python? ( dev-python/neovim-python-client )"
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_prepare() {
+   # use our system vim dir
+   sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
+   -i src/nvim/globals.h || die
+
+   # add eclass to bash filetypes
+   sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
+
+   # make less.sh macro actually work with neovim
+   sed -e 's|vim |nvim |g' -i runtime/macros/less.sh || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   export USE_BUNDLED_DEPS=OFF
+   append-cflags "-Wno-error"
+   local mycmakeargs=(
+   $(cmake-utils_use_enable jemalloc JEMALLOC)
+   -DLIBUNIBILIUM_USE_STATIC=OFF
+   -DLIBTERMKEY_USE_STATIC=OFF
+   -DLIBVTERM_USE_STATIC=OFF
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # install a default configuration file
+   insinto /etc/vim
+   doins "${FILESDIR}"/sysinit.vim
+
+   # conditionally install a symlink for nvimpager
+   if use nvimpager; then
+   dosym /usr/share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-mibs/

2016-02-16 Thread Jeroen Roovers
commit: fc6f5848e0e49ef1f81d123bcd21211609d33e69
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 06:49:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 06:49:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6f5848

dev-python/pysnmp-mibs: Add netmon as maintainer

netmon is already co-maintaining pysnmp and pysnmp-apps

Package-Manager: portage-2.2.27

 dev-python/pysnmp-mibs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pysnmp-mibs/metadata.xml 
b/dev-python/pysnmp-mibs/metadata.xml
index 64e133b..37a31ce 100644
--- a/dev-python/pysnmp-mibs/metadata.xml
+++ b/dev-python/pysnmp-mibs/metadata.xml
@@ -5,6 +5,10 @@
 pyt...@gentoo.org
 Python
   
+  
+net...@gentoo.org
+Gentoo network monitoring and analysis project
+  
   
 This is a Python implementation of SNMP v.1/v.2c engine. Its general
 functionality is to assemble/disassemble SNMP messages from/into



[gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/

2016-02-16 Thread Jeroen Roovers
commit: d840dd67a18eae0d6ffded1e103414f0e590cea2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 06:45:15 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 06:45:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d840dd67

dev-python/pysnmp: Version bump.

Package-Manager: portage-2.2.27

 dev-python/pysnmp/Manifest|  1 +
 dev-python/pysnmp/pysnmp-4.3.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index 7d26744..c374038 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,3 +1,4 @@
 DIST pysnmp-4.2.5.tar.gz 225014 SHA256 
c46e65d99a604f690b3d5800e2f6e26e1ed9a3c7f7e17e7b4b4d897150f7077f SHA512 
bf93d7dd7ca95ff8b272c90d0c7d4e528075c83d8d6d630ab50e392227188bd0abdd05ad98521d9c4c0a1891a0b448fb9e4411f8a1d6bc7a9c2f7bb132c0dca0
 WHIRLPOOL 
74724ca754a7f51d41d231e7c04a7dc027d167a293b2daf5e67b5a735ff92e0a57a44abee3355980e2d3b181aa31e8d10a205a151e44282878a1a3a4b31ac4d3
 DIST pysnmp-4.3.0.tar.gz 305695 SHA256 
8baf97fb1c8bc4376e151d570b6b8358a0e93f002fae6d67ea78b0283bf64574 SHA512 
6441c609d0720e517b51d5051318e89a9c5f82602ea23b003feaecf011c6e997873b45841edbe0fed869794ef473a264900c2e02135adfc70b165f80c97f885a
 WHIRLPOOL 
93412136091643cf2f4ca1ec0de04231c6edd22aa7caf1124511773afbd8ccc9d3abc1c75475c16dc2a4a806274f50fc43eaff2c723ce19910e198d004e60a37
 DIST pysnmp-4.3.1.tar.gz 397941 SHA256 
a24c1835a9c0fee7a8b29891650e5531ab0ceac25036129de1c03dc4b76e6129 SHA512 
caf1999c0764bcabd0b0ca22a30e512a6c6c263c23fb2de1284634fa9fdbcf72745790235c984bc22d1e9d807ee2e850e464a6a5571082bd28bcf78657ccd8b9
 WHIRLPOOL 
d17e8c0020c89b9c20e49f74acdd1779637a43f754d30a07dce378f002706bf6059f12ca4c506b1e3f41dcd4d4deca13923f7e117d74ccd0edae250f115628d0
+DIST pysnmp-4.3.2.tar.gz 398593 SHA256 
7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977 SHA512 
55696d03f20b37edcfc605b68d308691387dd870a6e477b6907885789d6993e00c689e866ba8170604711669bc28c0da01039e4f15d0058a6ebb5f78c3f0e450
 WHIRLPOOL 
2dc77e7d509a8fb31ecd4f56c418641cd77c825c008b89455ec05d0cc34e43c9c25d76b88b522f60ce1c3109f92b192f8f0d24e1be5c172a5911ede10f8b199e

diff --git a/dev-python/pysnmp/pysnmp-4.3.2.ebuild 
b/dev-python/pysnmp/pysnmp-4.3.2.ebuild
new file mode 100644
index 000..ae0b0e5
--- /dev/null
+++ b/dev-python/pysnmp/pysnmp-4.3.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python SNMP library"
+HOMEPAGE="http://pysnmp.sf.net/ https://pypi.python.org/pypi/pysnmp";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+   >=dev-python/pyasn1-0.1.2[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   default
+
+   if use doc; then
+   touch docs/source/conf.py
+   emake -C docs html
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/* )
+   use examples && local EXAMPLES=( examples/. docs/mibs )
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   elog "You may also be interested in the following packages: "
+   elog "dev-python/pysnmp-apps - example programs using pysnmp"
+   elog "dev-python/pysnmp-mibs - IETF and other mibs"
+   elog "net-libs/libsmi - to dump MIBs in python format"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-apps/

2016-02-16 Thread Jeroen Roovers
commit: b7289cc6994e17931c83d0424917fd6526d5850b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 06:46:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 06:46:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7289cc6

dev-python/pysnmp-apps: Version bump.

Package-Manager: portage-2.2.27

 dev-python/pysnmp-apps/Manifest |  1 +
 dev-python/pysnmp-apps/pysnmp-apps-0.4.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysnmp-apps/Manifest b/dev-python/pysnmp-apps/Manifest
index 324d60e..aba4bdc 100644
--- a/dev-python/pysnmp-apps/Manifest
+++ b/dev-python/pysnmp-apps/Manifest
@@ -1,2 +1,3 @@
 DIST pysnmp-apps-0.3.4.tar.gz 24617 SHA256 
c96c32d543c8f3866ee551962f0e1a0a8440e965bbcd8c1ed67c9a56cd17d18c SHA512 
d384b7b77c5e5b684c00e77d0fc03498722dd1b9d61e876592489527d51f14140e360dc1f60a5a62d91d2fefef9bdae9c34ce9a205b4537c2278ac9d82a2c8d9
 WHIRLPOOL 
edca9af1f891b2549edd3ee05c1441ff98f25c0aed00019c328adce0bc02a8fd844bdeab0f557936a0d28eb379cda2a9f5f6dd1ec46cee3847522687dbb8
 DIST pysnmp-apps-0.4.0.tar.gz 25404 SHA256 
c27934f37af2f32cc4817a7599af52f4c995f5f29a78334b8a8d29249a14f2c8 SHA512 
990d25652c79da42f7b08c0c131957edc12eeb65c19d9e44955f7cfd70590a73d0d7148dcc76ddda6042b53a4b1375f11fbe9e488bd26161503f0863e6cb8fee
 WHIRLPOOL 
a250ee92162418d93a1e9f05b816bb23761aaea12cb3293c1648b352d58e1ec6ea5670565e69e71f0d0edca9a21e4470ef0e9254a08264c76a2d58d1ebbf9a83
+DIST pysnmp-apps-0.4.1.tar.gz 25525 SHA256 
57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7 SHA512 
9edf80b3fb2732448a6a9a750ff4e13f1985300e8b45308866faeddfedd234e3b9352407837c1f5d1e6c959164daa9fc135567610a2398e1e83b6e5bdfaa3cd9
 WHIRLPOOL 
fc0bff4b9977e1c9ff4a46dd24f6a35c300633de7aef6e9563fa735b9860efc905d3c23ec4341f95cf7cb094a845eeabd09d9b2f933fe09482c0a8e16c69a8ca

diff --git a/dev-python/pysnmp-apps/pysnmp-apps-0.4.1.ebuild 
b/dev-python/pysnmp-apps/pysnmp-apps-0.4.1.ebuild
new file mode 100644
index 000..fe714a0
--- /dev/null
+++ b/dev-python/pysnmp-apps/pysnmp-apps-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="PySNMP applications"
+HOMEPAGE="http://pysnmp.sf.net/ https://pypi.python.org/pypi/pysnmp-apps";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/pysnmp-4.2.2[${PYTHON_USEDEP}]
+   dev-python/pysnmp-mibs[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp-mibs/

2016-02-16 Thread Jeroen Roovers
commit: 8f760dc55ab892ae747e33f4479cd17f782057f1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 06:47:01 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 06:47:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f760dc5

dev-python/pysnmp-mibs: Version bump.

Package-Manager: portage-2.2.27

 dev-python/pysnmp-mibs/Manifest |  1 +
 dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/pysnmp-mibs/Manifest b/dev-python/pysnmp-mibs/Manifest
index ff8c02b..621ff2b 100644
--- a/dev-python/pysnmp-mibs/Manifest
+++ b/dev-python/pysnmp-mibs/Manifest
@@ -1,2 +1,3 @@
 DIST pysnmp-mibs-0.1.4.tar.gz 1982745 SHA256 
a499ef45d942f42ab9e922c7da93efa084a7ec490ba6cad576b64a7d573ec043 SHA512 
12e285d1adb3d2f6d1f300b3ad56a5f9dcb359b840e51c4599cb3ed406cd5b34b189ec6eba94fc72e57703a3c374995b60176940eba0478f6cc2f8eb96fffaca
 WHIRLPOOL 
3d7079397aa1312abc30bc75aba9aab46d1286cd95dc7bf8d5c8470a8ea75857004ee597ceb33c0bac2e9fe21f61cdf65c3911491651ab9ec693a687907ca6a0
 DIST pysnmp-mibs-0.1.5.tar.gz 2086656 SHA256 
85db3b66eb686be46ccf82f77b5ff01520d49bafe459a479aeb15224a71216c5 SHA512 
90c380e410f4099049fdf94e438a659d807890577e615f28587f50d76d403351322695a63bb716ff8273bde7c29c5b123c1adf6db1475ed331ca27ecec0b13a5
 WHIRLPOOL 
f45972b2936e2455f1d0ef4b7ba081007cd1e080b0e0de84dce6b35dfb4796a47bfb7ffe874b468ce0155437b5267b8257fdfc50bacbca41422ecff816d47197
+DIST pysnmp-mibs-0.1.6.tar.gz 2113334 SHA256 
00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c SHA512 
6956d437f7815e31af13ac54ade7526e07fefb63a4c4bec95fb5d5c8f198f0d7bc8bee2cd9d0072c46d089f579d6cd6227152646a763e3342c626cce367e89b2
 WHIRLPOOL 
e0d2310049212bc87119ee55c42f13e5406aaad19f616cd5f18e0dfdc084ef0a0f36486157032be2ffe9d08f67ab0d0e2fef2b3af88657b0cb5591a75a1f

diff --git a/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild 
b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
new file mode 100644
index 000..cde25fa
--- /dev/null
+++ b/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="SNMP framework in Python - MIBs"
+HOMEPAGE="http://pysnmp.sf.net/ https://pypi.python.org/pypi/pysnmp-mibs";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-python/pysnmp-4.2.3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2016-02-16 Thread Jeroen Roovers
commit: 9c0b4501b3e3c28114b8e85df895d62ad83abb87
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 06:18:18 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 06:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0b4501

www-client/firefox: Stable for HPPA (bug #574596).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 www-client/firefox/firefox-38.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-38.6.1.ebuild 
b/www-client/firefox/firefox-38.6.1.ebuild
index 0d92a2e..e2a458b 100644
--- a/www-client/firefox/firefox-38.6.1.ebuild
+++ b/www-client/firefox/firefox-38.6.1.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/

2016-02-16 Thread Jeroen Roovers
commit: 32762cb370747148da2e308f864941add75b7505
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 05:56:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 05:57:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32762cb3

dev-python/hypothesis: Stable for HPPA PPC64 (bug #573084).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-python/hypothesis/hypothesis-1.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hypothesis/hypothesis-1.19.0.ebuild 
b/dev-python/hypothesis/hypothesis-1.19.0.ebuild
index a0feffe..eb87923 100644
--- a/dev-python/hypothesis/hypothesis-1.19.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-1.19.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 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=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/

2016-02-16 Thread Jeroen Roovers
commit: 6acde23e250079c3aba740838b81ac802da73e51
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 05:57:14 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 05:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acde23e

dev-python/numpy: Stable for HPPA (bug #572858).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-python/numpy/numpy-1.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numpy/numpy-1.10.4.ebuild 
b/dev-python/numpy/numpy-1.10.4.ebuild
index 28b5d19..0db0dae 100644
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ b/dev-python/numpy/numpy-1.10.4.ebuild
@@ -25,7 +25,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # It appears the docs haven't been upgraded, still @ 1.8.1
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/

2016-02-16 Thread Eray Aslan
commit: ffcc6f2dbc55a54a42866584829cabe347e39197
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Feb 17 05:56:18 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Feb 17 05:56:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcc6f2d

net-proxy/squid: remove vulnerable version

Package-Manager: portage-2.2.27

 net-proxy/squid/Manifest|   1 -
 net-proxy/squid/squid-3.5.13.ebuild | 249 
 2 files changed, 250 deletions(-)

diff --git a/net-proxy/squid/Manifest b/net-proxy/squid/Manifest
index c0b1c7f..f3926e9 100644
--- a/net-proxy/squid/Manifest
+++ b/net-proxy/squid/Manifest
@@ -1,7 +1,6 @@
 DIST squid-3.5.10.tar.xz 2297452 SHA256 
736e69fbddd6e985d2f85c995526f0a2bc4294c46dfb6737c0ccf09274a458b3 SHA512 
b577cf90ccc240ae7be42df36cb592399a5f43b7a38df47f3df404aa4b6fb8ceaf568696251376fbc5e30686e6d5b77942852fb94e79d71676aaf35ffde17d21
 WHIRLPOOL 
d422fcbf6d274fa4535c7bb2b8845e1f2f0d5ea42776a6ec517a34ceb87947b01c5412bec332fd634ed2fcef77e7de64fb138ef044fecfd00f3073c71c25513a
 DIST squid-3.5.11.tar.xz 2298436 SHA256 
c26211b8e349fd9a5fd357da33074ff6523c111024dd3a5a1f77153538aa40cf SHA512 
7d7557f949d7a5995eff4745f6bf58d3c4899b882828a83332e269c4396de8470d7847d76701f383fd889cf7990b8d5c9ace6d557d00a9dd4a8d326f9b116c09
 WHIRLPOOL 
47acb40ecdaee9ce166e8db0da8a9642125a6af8306b3fd47e29c2edb7e96242a9535f1dfb028310334863fe914458c8b3d6f0f0f9c26c1c44cf4fdea0b2ed02
 DIST squid-3.5.12.tar.xz 2299644 SHA256 
8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42 SHA512 
2620f2b560df58c9a6ca5be38e91e7b67ee04a5a28de133ecd0fed232094570c453690a08a4835ad59ebf1cd002a6e6d7c7c4ea502b6d719d74f97111a5302d1
 WHIRLPOOL 
758c5f9d0a7dd8c87052008ec994966263f6fc956fdd9a254977f79bc2cccabe22e1dda6c6119f4e411ecec8ace9af8a5b86430ceccc075481e46955cc69dd25
-DIST squid-3.5.13.tar.xz 2379460 SHA256 
e75d94671895270272883187296f17e26954bf00a090c97bfea8a4fc264a5b40 SHA512 
ed2d2d42956fe949b0452a212f3573182aef708e1135d61f067a741b012be39143145a709941540c77ed275439f2c1e3aecb2adaa5c9cadd4a6062c7659fca6d
 WHIRLPOOL 
91ff26aecc2e68ad8fc5782b4d2064d8dd33cc1e01ac9b2d260d3e0456069697f4e341546de4363d69b2cf5062033d2987aca5998d50668afd35781ab14d47f2
 DIST squid-3.5.14.tar.xz 2315320 SHA256 
79ec4cdd4f965314e6db8e3f6ddcebf2d24518edd790a68e0bd4d0a7735ace1b SHA512 
0b500dbe36fb9cd487e6954244bad7fbebd2bd6af442d1c5f7ebf9c73d846a1b1c061b035afa3bf34709e41e0fef4c8023f0d1114e21b794591ee49fe8843a1f
 WHIRLPOOL 
1c89b4aa961aa8c6b3c8f68662f506432b5f54922f49749d7977708f186bb4a842ef7182190c0ad403f4d3b0ac670d940044556db60dbcffae04dcb9b5b35738
 DIST squid-3.5.6.tar.xz 2291152 SHA256 
cd080e8d5eaabebf6808792751322bd05f2a9c8fe4377f54c7155682ef6c38d5 SHA512 
f6c2550cdb5b2f3317105c986caddf06d010bffa0c61d065cffcde72e5bc30c4608486c79c4b25418dfb9f0a8d7ef1d2fabb6b07d1f0262a19fafc945af98bef
 WHIRLPOOL 
863c6f73c3c26737d98cbff15afa5b6630310226ee9ec10a3e38f646b1416137e998f9bb1e5b492e5871129aed3c98e729b3a757d35088162e671d310a887336
 DIST squid-3.5.7.tar.xz 2294580 SHA256 
ec6f861bddee007b1dd320667a26ddc9ff76847bbe4cbb59c0134588e65c8699 SHA512 
13757da759c1a64fe13d451cff40c4ae30b18c2939f6971b4ef25e24b771ea973e3357f05ec89fccff51acc9e2c77418880b05f6020d58b7633141b928aaf349
 WHIRLPOOL 
9ce722647f6144ae5192a0a177d5d085252039eed3a7cbdf1fcb638c32097bf21710db7108fc98bdba7c15daefb79dee5912b4d0c41cbc0e0b0fda695ee1

diff --git a/net-proxy/squid/squid-3.5.13.ebuild 
b/net-proxy/squid/squid-3.5.13.ebuild
deleted file mode 100644
index f92b88f..000
--- a/net-proxy/squid/squid-3.5.13.ebuild
+++ /dev/null
@@ -1,249 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils linux-info pam toolchain-funcs user versionator
-
-DESCRIPTION="A full-featured web proxy cache"
-HOMEPAGE="http://www.squid-cache.org/";
-SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
-IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
-   ecap esi ssl-crtd \
-   mysql postgres sqlite \
-   qos tproxy \
-   +htcp +wccp +wccpv2 \
-   pf-transparent ipf-transparent kqueue \
-   elibc_uclibc kernel_linux"
-
-COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 )
-   pam? ( virtual/pam )
-   ldap? ( net-nds/openldap )
-   kerberos? ( virtual/krb5 )
-   qos? ( net-libs/libnetfilter_conntrack )
-   ssl? ( dev-libs/openssl:0 dev-libs/nettle >=net-libs/gnutls-3.1.5 )
-   sasl? ( dev-libs/cyrus-sasl )
-   ecap? ( net-libs/libecap:1 )
-   esi? ( dev-libs/expat dev-libs/libxml2 )
-   !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
-   >=sys-libs/db-4:*
-   dev-lang/perl
-   dev-libs/libltdl:0"
-DEPEND="${COMMON_DEPEND}
-   ecap? ( virtual/pkgconfig )
-   sys-apps/ed
-   test? ( dev-util

[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2016-02-16 Thread Jeroen Roovers
commit: 556c0e5bbc75fd45285e1971cd492b43b821999d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 05:53:18 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 05:53:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556c0e5b

dev-python/cryptography: Stable for HPPA PPC64 (bug #574150).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-python/cryptography/cryptography-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.1.2.ebuild 
b/dev-python/cryptography/cryptography-1.1.2.ebuild
index 6954ce0..0cdf522 100644
--- a/dev-python/cryptography/cryptography-1.1.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="libressl test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2016-02-16 Thread Jeroen Roovers
commit: fc1eb9ca2f7ad928d07e68f49fbf1af9629e1bd7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 05:52:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 05:52:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1eb9ca

dev-python/cryptography-vectors: Stable for HPPA PPC64 (bug #574150).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild
index 2cb4630..1910f0b 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.1.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2016-02-16 Thread Brian Dolbec
commit: cc7958c85d127afc169c34c83b28a77f51516789
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Feb 15 06:49:16 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 17 05:25:21 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=cc7958c8

catalyst/support.py: Fix a py3 compatibility issue

 catalyst/support.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/support.py b/catalyst/support.py
index 97fe562..4efe96c 100644
--- a/catalyst/support.py
+++ b/catalyst/support.py
@@ -225,7 +225,8 @@ def countdown(secs=5, doing="Starting"):
('>>> Waiting %s seconds before starting...\n'
 '>>> (Control-C to abort)...\n'
 '%s in: ') % (secs, doing))
-   ticks=range(secs)
+   # py3 now creates a range object, so wrap it with list()
+   ticks=list(range(secs))
ticks.reverse()
for sec in ticks:
sys.stdout.write(str(sec+1)+" ")



[gentoo-commits] proj/catalyst: New tag: 3.0_rc1

2016-02-16 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 17 05:25:12 2016 +

New tag: 3.0_rc1




[gentoo-commits] proj/catalyst:master commit in: targets/tinderbox/, targets/support/, targets/stage2/

2016-02-16 Thread Brian Dolbec
commit: b8c668164ca2fb5538e91f3817d95e5a2f890955
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Feb  7 04:02:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 17 05:15:51 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b8c66816

Catalyst: Fix regression from commit: 1d5d16c965 Remove hard coded portdir paths

Convert all clst_portdir use to the new clst_repo_basedir and clst_repo_name 
variables.
This de-couples the target setting from the source portdir setting for the 
source repo.
Without this if the source repo was not the same as theses two combined, it 
would fail to find
it's target scripts and information.

 targets/stage2/stage2-chroot.sh   | 2 +-
 targets/support/livecdfs-update.sh| 6 +++---
 targets/tinderbox/tinderbox-chroot.sh | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh
index 3b44868..38dfea3 100755
--- a/targets/stage2/stage2-chroot.sh
+++ b/targets/stage2/stage2-chroot.sh
@@ -18,7 +18,7 @@ fi
 
 
 ## START BUILD
-${clst_portdir}/scripts/bootstrap.sh ${bootstrap_opts} || exit 1
+${clst_repo_basedir}/${clst_repo_name}/scripts/bootstrap.sh ${bootstrap_opts} 
|| exit 1
 
 # Clean-up USE again
 sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"

diff --git a/targets/support/livecdfs-update.sh 
b/targets/support/livecdfs-update.sh
index c13a61f..31cdf04 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -95,7 +95,7 @@ echo "" 
>> /etc/fstab
 
 # fstab tweaks
 echo "tmpfs/   tmpfs   defaults
0 0" >> /etc/fstab
-echo "tmpfs${clst_portdir} tmpfs   defaults0 0" >> 
/etc/fstab
+echo "tmpfs${clst_repo_basedir}/${clst_repo_name}  tmpfs   
defaults0 0" >> /etc/fstab
 # If /usr/lib/X11/xkb/compiled then make it tmpfs
 if [ -d /usr/lib/X11/xkb/compiled ]
 then
@@ -299,8 +299,8 @@ case ${clst_livecd_type} in
USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -eqp 
@system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > 
/usr/livecd/systempkgs.txt
 
# This is my hack to reduce tmpfs usage
-   cp -r ${clst_portdir}/profiles /usr/livecd
-   cp -r ${clst_portdir}/eclass /usr/livecd
+   cp -r ${clst_repo_basedir}/${clst_repo_name}/profiles 
/usr/livecd
+   cp -r ${clst_repo_basedir}/${clst_repo_name}/eclass /usr/livecd
rm -rf 
/usr/livecd/profiles/{co*,default-{1*,a*,b*,d*,h*,i*,m*,p*,s*,x*},g*,hardened-*,n*,x*}
mv -f /etc/gconf /usr/livecd
ln -sf /usr/livecd/gconf /etc/gconf

diff --git a/targets/tinderbox/tinderbox-chroot.sh 
b/targets/tinderbox/tinderbox-chroot.sh
index c8ec529..431912e 100755
--- a/targets/tinderbox/tinderbox-chroot.sh
+++ b/targets/tinderbox/tinderbox-chroot.sh
@@ -7,7 +7,7 @@ setup_pkgmgr
 
 # Backup pristine system
 
-rsync -avx --exclude "/root/" --exclude "/tmp/" --exclude "${clst_portdir}/" / 
\
+rsync -avx --exclude "/root/" --exclude "/tmp/" --exclude 
"${clst_repo_basedir}/${clst_repo_name}/" / \
/tmp/rsync-bak/
 
 for x in ${clst_tinderbox_packages}
@@ -29,5 +29,5 @@ do
fi
echo "Syncing from original pristine tinderbox snapshot..."
rsync -avx --delete --exclude "/root/*" --exclude "/tmp/" --exclude \
-   "${clst_portdir}/" /tmp/rsync-bak/ /
+   "${clst_repo_basedir}/${clst_repo_name}/" /tmp/rsync-bak/ /
 done



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

2016-02-16 Thread Brian Dolbec
commit: 24dadb307566c7e7726c74de0fc9141211d4cf51
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb 17 05:17:52 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 17 05:17:52 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=24dadb30

Merge branch 'master' of git+ssh://git.gentoo.org/proj/catalyst

 catalyst/base/stagebase.py | 29 -
 catalyst/builder.py|  4 +++-
 2 files changed, 19 insertions(+), 14 deletions(-)



[gentoo-commits] proj/catalyst:master commit in: /, catalyst/

2016-02-16 Thread Brian Dolbec
commit: 1f2dc0319a8efc21bc2c455b0ac86c5cdc97299b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Feb  7 01:48:58 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 17 05:15:51 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1f2dc031

Set version for the first 3.0 release

Add python shebang to setup.py

 catalyst/version.py | 2 +-
 setup.py| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/version.py b/catalyst/version.py
index 3b82988..412854d 100644
--- a/catalyst/version.py
+++ b/catalyst/version.py
@@ -12,7 +12,7 @@ import os
 
 from snakeoil.version import get_git_version as get_ver
 
-__version__= "git"
+__version__= "3.0_rc1"
 _ver = None
 
 

diff --git a/setup.py b/setup.py
index a875db1..c6b52dc 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Catalyst is a release building tool used by Gentoo Linux"""
 
 from __future__ import print_function



[gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/

2016-02-16 Thread Anthony G. Basile
commit: 0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb 17 04:51:38 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb 17 04:51:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f41be14

sys-libs/musl: version 1.1.13 stable on amd64, arm and x86

Package-Manager: portage-2.2.26

 sys-libs/musl/musl-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/musl/musl-1.1.13.ebuild b/sys-libs/musl/musl-1.1.13.ebuild
index 85bdc9b..c983947 100644
--- a/sys-libs/musl/musl-1.1.13.ebuild
+++ b/sys-libs/musl/musl-1.1.13.ebuild
@@ -23,7 +23,7 @@ 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 ~ppc ~x86"
+   KEYWORDS="-* amd64 arm ~mips ~ppc x86"
 fi
 
 LICENSE="MIT LGPL-2 GPL-2"



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2016-02-16 Thread Ian Stakenvicius
commit: 501df9344f774c8416756bbb84ee9a325f47acda
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 17 03:55:00 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 17 03:59:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501df934

mail-client/thunderbird-bin: 38.6.0 version bump

Package-Manager: portage-2.2.26

 mail-client/thunderbird-bin/Manifest   |  58 
 .../thunderbird-bin/thunderbird-bin-38.6.0.ebuild  | 162 +
 2 files changed, 220 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 6fcce0d..f28dca8 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -163,9 +163,67 @@ DIST thunderbird-38.5.0-uk.xpi 509600 SHA256 
9868e0118257e6e7f3019954956fbb521e8
 DIST thunderbird-38.5.0-vi.xpi 519843 SHA256 
43d25bbbf7d16c0d789ae2f98c16835b2accd51e3f0c97b564ecbf50b41260fd SHA512 
687105a1cff243ece7f924ee92f3631cc4297209ef2f75b81965ea79bb166226daf40401c3e631351c4ad05c1c59d9cc2a36278fd01b5335b51dcdf5cff46820
 WHIRLPOOL 
36768ff5045c3814d0753913108827c5876b272ffd69e533c7b8029329d1852fe27a9057ce3042fb869fb3bef8523e041d4a3ba2455101fa5a3405672f3a872d
 DIST thunderbird-38.5.0-zh-CN.xpi 466412 SHA256 
5a655ebd5fbba862542973834b4d6cc2f8a13c065f734bbc490f8d838d71dc6e SHA512 
876e597c511721d3d83c74d1ad6cda7f73268ec7d5a91de312a11927986b9384886f42a2ac6ce0fb68fb0d9d7ce8aca081f5a90b116d5b9286ee3cbeaeac1a51
 WHIRLPOOL 
2d154a00f88ae784f4e51988d384f31bb18b2743f25ff78abb35f16f70ec6034598282467e43f105b41acd42fa11f2266c86645340fb9c537095cb4467ffb76e
 DIST thunderbird-38.5.0-zh-TW.xpi 41 SHA256 
87019d3d21edc402110fe3c18091f855e1946643b4e51392abecdd25ad775ffc SHA512 
957bce9dd781e8b8aa17778e12c3335d0a3823bbf9f54a9ed4837ab724e27cc03feb6b7e1d2d85069a9ed2d480c9939c9f68bd3797d45f02c6d65bfabdd2f0ab
 WHIRLPOOL 
4d79a8c4aa496c81af1751bb2830ed9e31886677a3b3aef58154cda37af7827ae355eb0a0de88a80ae765b071eb673e02c33851a65e21d41c8d9d5b25836e71a
+DIST thunderbird-38.6.0-ar.xpi 475296 SHA256 
28930a981335d7926c826870f803f49049ffd3274519b338c1ec5a0dec5764c9 SHA512 
c255b3473efb9f9e74cebac2c9adadd502a6f73153ca352313ff1c823c9c128c441600e112066406b54d08d5a908360c7cd4cd5f4ac971e68ba32d34f038494c
 WHIRLPOOL 
d198dfc62008259a65e1ebc72df93bc833d20a96bd4c6210ed3042786c5e1907ad730c22ee2306403d47be0234b03e34fa95849144d224c80b9a43039f331aca
+DIST thunderbird-38.6.0-ast.xpi 405872 SHA256 
a53b1c56fd6b5f7226e74da4ce9046272c6dd831d06d3188285b18ac80875332 SHA512 
2376da09fdb248ced96aa1da304342a7e20e74bd920df9b29493a35e78f5d5bd4aebd756912e739e26b1648e6fdb13de5f9026de4e651fa5c8b52181e3916651
 WHIRLPOOL 
accf9aac9ae24705c3c3cb27e5af3a789aa687ccd56d2d42c7a13b0a48a96b13a5524e19f9d5c3a27ae9bcec9eb2962c90cb2526f2738669187f0a44d8d87bde
+DIST thunderbird-38.6.0-be.xpi 442452 SHA256 
b3c78b9102efe155750a31ccfd3f964f410c9d00e6ca4fd02f886314805ae602 SHA512 
de7aa166df63d6885bd9c37a97f3397f2eb92a08d582a9e4bc8f3c5edc524eab3c7c04db3b44427dd849f245269f7540bf4e0fa63f587bb3d61e2f427b75fb33
 WHIRLPOOL 
b50b3acee2981f5766d4bfc3d73d822b50baa92a96b4cd453d642e4cbef9ae92bc81d5042a739a827545cf2e3091bde90c9c995dc919867c5beb0ab1ca7d3446
+DIST thunderbird-38.6.0-bg.xpi 506124 SHA256 
65b6ed62f315738ef7ca10fd0e43cc0c4b0a433bddfaf6114fbe2499441affee SHA512 
228d3e7c5553653a51f478698e1a28cc83ca6d2e3b307906a27ced788f2cefc6f68d6acbc43e82c6713485ac86238d4cd97f6be515b1013ac6f69006a0cb958b
 WHIRLPOOL 
4310b40b357590d51ccf08a34d59ca699dedbb73ee77e5af37e2b1d420308568cd57aa94e725b86783a7f858482bd7d1347cfd8a6e348f32ac4856f81838a8a7
+DIST thunderbird-38.6.0-bn-BD.xpi 560627 SHA256 
59e5b334ff1b58f6934fceb1573d12315ea258b4252c41c43f28da154251bede SHA512 
2668dcc956009a8055fec2f050647c8d91687ff0f884a39136a9b0a12e72a9321a01823e916a1f5ef669a5897a38df240162f70fbda198eb25ab64cce8fff703
 WHIRLPOOL 
4318eb4cbf96192e53a19c44b469732d8d7c8162c52faf5859bb64665d78e8f145c448eb056b2bc629f6af698214356e2d5af0f5d71deca945ef7ab6704f3121
+DIST thunderbird-38.6.0-br.xpi 449767 SHA256 
28bcd1093a2e2a2cab7cf6ca281bc14eb5051e34b8545f6f7bca11924a1c59f8 SHA512 
d5965d74c3f867bff8c44727dafa664e1096695be1a5c95cc9448c9fd3735b2354c7697022d1cbdf0f274580d51fdb9a3854c9b2d9cf26b697507928e5a20ad8
 WHIRLPOOL 
57b03323f63bb7a30c443039f2eae1d34b157d77e918855bea3dc4dbd5288d11995ce4bcc3907fc7bdcac02765e867828117b2d950411c22a248263c4d71d5c8
+DIST thunderbird-38.6.0-ca.xpi 450325 SHA256 
e5898fb1554dc18c083b2762100830806d4b22153fdf5d8f2583ee2c24b8b605 SHA512 
65a95368e7d03095e34afb3fa982cc65c743868c5d9479e4bc70062d25f488dc51abf599869293a110bc96432a5ba908abdc2fb7fafeccdd40a5d3cd1a24ef16
 WHIRLPOOL 
48e1349865159175a42265153991b6f6d9eea9912c34983da6e10a5a5d236ae85b20eb0fcb659618f9983a2e366dbbf845b8865511cb65360349daaa4ba82b58
+DIST thunderbird-38.6.0-cs.xpi 448724 SHA256 
8784f46765f33557fe14e89ef3142baa7280d490ed97ff7f29dfbe83695b87c8 SHA512 
49a517e56f53a2ab629c21c5cd7cea5d2c98ebfd2fb63f49464bee4448cda1734a493bf53ee9895c443f013d00e2b

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/, mail-client/thunderbird-bin/

2016-02-16 Thread Ian Stakenvicius
commit: 3a54d180ebeb5aee334ac453a9066cce2ae58dd8
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 17 03:57:38 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 17 03:59:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a54d180

mail-client/thunderbird{,-bin}: remove old/vulnerable 38.4.0

Package-Manager: portage-2.2.26

 mail-client/thunderbird-bin/Manifest   |  58 
 .../thunderbird-bin/thunderbird-bin-38.4.0.ebuild  | 162 -
 mail-client/thunderbird/Manifest   |  58 
 mail-client/thunderbird/thunderbird-38.4.0.ebuild  | 374 -
 4 files changed, 652 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index f28dca8..10c0dd9 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -51,62 +51,6 @@ DIST thunderbird-31.8.0-uk.xpi 499656 SHA256 
d5163a906069e20dd5e5b785dc1af32f694
 DIST thunderbird-31.8.0-vi.xpi 513835 SHA256 
9885e46bca6670d6659bc9ddfd4d41eacd4cfd13a0b95646001093598943a945 SHA512 
8b225f0b8a4d1d1dc11caaec9d043ee0e6cc5a4e86aaf608819f94182f67fac15bb540a9a95430bdb6053a46faa79ced741a8565b1bd926bfe7940ea8e87ed80
 WHIRLPOOL 
1cf0564d6293676c68335becb5e0294f2304359091a104ab7219cbef33082d6b3d78221fd57859c90f4f334d1553d1ac9afc5fe532ceb8e425605755c17e7f2d
 DIST thunderbird-31.8.0-zh-CN.xpi 462668 SHA256 
09116541b41128d53caa6c14c6c6607896c82592723d6990e1ddb068e1a3 SHA512 
823d24d53f025bbf8cc8d6fdb6a8056858659d743a2fd5c1c2851d138183186d6fc5c2ff1777005527a325f794d68c76df4ae007227d946b3ac3d19a011fbff9
 WHIRLPOOL 
573e35628df0f671a66a67313f4959963aa8807c717dbd88e96e325f7d2cef17a6fe6e148808d4ffeb5309fa2af948da1ffea890e5c2759dbd38e25332047303
 DIST thunderbird-31.8.0-zh-TW.xpi 463408 SHA256 
2bfd0efd2a0695733bf59d0a8f2c184c4798cc1f3589672f3095a77217d9bbe5 SHA512 
cd71d2e4a08ec157b95e70a2ff7acdd62c4c21ac93040b6183be55a14d6b3a4fdf5f9915078ce2487d544d3a2dde3954d5aed40ab3276f72615fb4462e4974a8
 WHIRLPOOL 
8939d94d9d5ca7ed72fe9e05ebbde37090410ed9b3d1d7d2a8f5495d718e2904f516a5bc123580c87d84baba01bde6c359c66ee371c003fbfc5f65a02111c6b1
-DIST thunderbird-38.4.0-ar.xpi 475296 SHA256 
d4e60e78da33e68a2d9d6c38fbc21da120774f071d1ad66c8f64e45e7a1ab1bc SHA512 
38dc4b83a5c008ae316336e82f32e1c8bbceb517f49457f5620fe5c2e1670b7fda930fc62f8b3c5a8684245d2e8c81c80bbc08e64f6ec45f3a346989b39c2e01
 WHIRLPOOL 
c3660a5c824c8ba03e65e906cb183f3d8f18d212258d35284f8176572c09e3a3439ff67ce9a16764757b3ba239270842d24ab3aad7cf123b35e731aec7a3404c
-DIST thunderbird-38.4.0-ast.xpi 405873 SHA256 
951fe8891f21179b800f540871c0845d29b33d1edaddf2b731e8359fd02b7d18 SHA512 
db53a5fb60e9f4cc1743835b015d56a64ca238264c76f1993601fd4c1b58b547a33eae255308eacd7c707dd275fe960ddf04b69e651de3b33ebe8162f3a7ee17
 WHIRLPOOL 
463ba492cf37b0d0a204ed2f818e11a03a8760668717db70b1bef56cf67bbba7633f0fc87581c369f7033d81351f4a8eb4b60d6ff49236a1c7d079d36c0ac5ae
-DIST thunderbird-38.4.0-be.xpi 442452 SHA256 
19da5332ba7beab567335fb53da020f00e37bc210b06606427c3da9663650569 SHA512 
75e9d618b98645178ee5a220d0717ed1adf412142e033243a8827182835401e0d6e3c7a32ed0735374151d478b90b5efe2b17d75eaa981a4c9695bbe454968fe
 WHIRLPOOL 
d80beaaf5e587fac2e5688840d56ed8f2f348eb8dbbd03f0e63206c505c5b0162a46687c7420ef007a892ce60320dd918cb9d7036d80fb84227432386e346090
-DIST thunderbird-38.4.0-bg.xpi 506124 SHA256 
81d7df7cf1e66d16801ce727c8142897e2f9a3ef78d6fcf84318f1d5bdced1c5 SHA512 
6ebca1c04a2cc49c47786d7fb1ff9b33949b61f1adc54799424e5bb98cde34f946a03bb03940dd801485c5af5f5342ff8f6fa2fb19056861a0ad1150a839
 WHIRLPOOL 
cd3087299d08e4cb77ba1ea01644de5c2089825d4b32a617e9b9f8a1963e9a127f6913a583013bc896a10da94ffae7a2dfcaa0475a3fc737e10d274467054f35
-DIST thunderbird-38.4.0-bn-BD.xpi 560626 SHA256 
444efce23211bb069b7528ae09e89129225a89fed49077d1cbfa4eb2c0a1d356 SHA512 
da0549ed826dc7fa8d59ec8d954c622f0d6e918fffdacd9ee02160291d04017053788c5103735d70e01b911b2bb7cfbbc87f25f5de73528bb915fe35772a5a5f
 WHIRLPOOL 
3588ea1ff9d9856584aa968fb9208080546e620ecc4866d3d05e8acf6cbd3e5b8e2b482fab9e0baeaa862739b648b937b2056ffc3c3a5b281bb0fe90608c48b8
-DIST thunderbird-38.4.0-br.xpi 449767 SHA256 
9ed680b42abce45726df6b45586789a4d5ff069a658e7266368503c0eb2e9b3f SHA512 
8f0e219755604ef5cf6fbd03ff02e658c22d8c3ebff70f9a44c841c9c28158b0c4fe836803467bd236d3e233a2be6c9ba4edb8204134b445332fcd7f4051017c
 WHIRLPOOL 
e574f2969ba0717103968e0a6922f58a25940c72ea22c3c94e2c089228adef61144e1f25974ad2b71cfb669b4980c0a0352e66798248ebdfbccb04dcfaa39713
-DIST thunderbird-38.4.0-ca.xpi 450326 SHA256 
4203b358f6d9fe362f47a777ed131397de49e0fd3e4956ffe05284fac3bdd6a8 SHA512 
9ef17ae680031eb3ef231285173cf4c176d93bb81c1777379be07973ffef6cd98b068fc1b3654eda7fc953a0a7c7358102d089ed5ddc0633e74586aae72fd2b3
 WHIRLPOOL 
044ba0db2697d198047925447da368fe09516bde6ede374a6cb798bc9976ff36bed45663297e013087fb17d7399a85506f2756ef8bdafe6c07144ff5f17cd13a
-DIST thunderbird-38.4.0-cs.xpi 448724 SHA256 
5a2c41694f56c2804c9f1c0a46262f

[gentoo-commits] gentoo commit in src/patchsets/glibc/2.22: 00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch 10_all_glibc-CVE-2015-7547.patch README.history

2016-02-16 Thread Mike Frysinger (vapier)
vapier  16/02/17 03:54:51

  Modified: README.history
  Added:   

00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
  Removed:  10_all_glibc-CVE-2015-7547.patch
  Log:
  move to the official patches pushed upstream

Revision  ChangesPath
1.11 src/patchsets/glibc/2.22/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?r1=1.10&r2=1.11

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.22/README.history,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- README.history  16 Feb 2016 20:39:04 -  1.10
+++ README.history  17 Feb 2016 03:54:51 -  1.11
@@ -1,3 +1,7 @@
+11 [pending]
+   + 00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
+   D 10_all_glibc-CVE-2015-7547.patch
+
 10 16 Feb 2016
+ 00_all_0027-BZ-18796.patch
+ 00_all_0028-strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch



1.1  
src/patchsets/glibc/2.22/00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch?rev=1.1&content-type=text/plain

Index: 00_all_0041-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
===
>From 258e9043d8f1a2dafac3754c651b46da1ccb7dba Mon Sep 17 00:00:00 2001
From: Carlos O'Donell 
Date: Tue, 16 Feb 2016 21:26:37 -0500
Subject: [PATCH] CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug
 18665).

* A stack-based buffer overflow was found in libresolv when invoked from
  libnss_dns, allowing specially crafted DNS responses to seize control
  of execution flow in the DNS client.  The buffer overflow occurs in
  the functions send_dg (send datagram) and send_vc (send TCP) for the
  NSS module libnss_dns.so.2 when calling getaddrinfo with AF_UNSPEC
  family.  The use of AF_UNSPEC triggers the low-level resolver code to
  send out two parallel queries for A and .  A mismanagement of the
  buffers used for those queries could result in the response of a query
  writing beyond the alloca allocated buffer created by
  _nss_dns_gethostbyname4_r.  Buffer management is simplified to remove
  the overflow.  Thanks to the Google Security Team and Red Hat for
  reporting the security impact of this issue, and Robert Holiday of
  Ciena for reporting the related bug 18665. (CVE-2015-7547)

See also:
https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html
https://sourceware.org/ml/libc-alpha/2016-02/msg00418.html

(cherry picked from commit e9db92d3acfe1822d56d11abcea5bfc4c41cf6ca)
(cherry picked from commit b995d95a5943785be3ab862b2d3276f3b4a22481)
---
 resolv/nss_dns/dns-host.c | 111 ++-
 resolv/res_query.c|   3 +
 resolv/res_send.c | 264 ++
 3 files changed, 309 insertions(+), 69 deletions(-)

diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c
index 357ac04..a0fe9a8 100644
--- a/resolv/nss_dns/dns-host.c
+++ b/resolv/nss_dns/dns-host.c
@@ -1031,7 +1031,10 @@ gaih_getanswer_slice (const querybuf *answer, int 
anslen, const char *qname,
   int h_namelen = 0;
 
   if (ancount == 0)
-return NSS_STATUS_NOTFOUND;
+{
+  *h_errnop = HOST_NOT_FOUND;
+  return NSS_STATUS_NOTFOUND;
+}
 
   while (ancount-- > 0 && cp < end_of_message && had_error == 0)
 {
@@ -1208,7 +1211,14 @@ gaih_getanswer_slice (const querybuf *answer, int 
anslen, const char *qname,
   /* Special case here: if the resolver sent a result but it only
  contains a CNAME while we are looking for a T_A or T_ record,
  we fail with NOTFOUND instead of TRYAGAIN.  */
-  return canon == NULL ? NSS_STATUS_TRYAGAIN : NSS_STATUS_NOTFOUND;
+  if (canon != NULL)
+{
+  *h_errnop = HOST_NOT_FOUND;
+  return NSS_STATUS_NOTFOUND;
+}
+
+  *h_errnop = NETDB_INTERNAL;
+  return NSS_STATUS_TRYAGAIN;
 }
 
 
@@ -1222,11 +1232,101 @@ gaih_getanswer (const querybuf *answer1, int anslen1, 
const querybuf *answer2,
 
   enum nss_status status = NSS_STATUS_NOTFOUND;
 
+  /* Combining the NSS status of two distinct queries requires some
+ compromise and attention to symmetry (A or  queries can be
+ returned in any order

[gentoo-commits] gentoo commit in src/patchsets/glibc/2.21: 00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch 10_all_glibc-CVE-2015-7547.patch README.history

2016-02-16 Thread Mike Frysinger (vapier)
vapier  16/02/17 03:54:51

  Modified: README.history
  Added:   

00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
  Removed:  10_all_glibc-CVE-2015-7547.patch
  Log:
  move to the official patches pushed upstream

Revision  ChangesPath
1.9  src/patchsets/glibc/2.21/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?r1=1.8&r2=1.9

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.21/README.history,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.history  16 Feb 2016 19:08:25 -  1.8
+++ README.history  17 Feb 2016 03:54:51 -  1.9
@@ -1,3 +1,7 @@
+7  [pending]
+   + 00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
+   D 10_all_glibc-CVE-2015-7547.patch
+
 6  16 Feb 2016
+ 00_all_0023-CVE-2014-8121-Do-not-close-NSS-files-database-during.patch
+ 00_all_0024-Fix-BZ-17905.patch



1.1  
src/patchsets/glibc/2.21/00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch?rev=1.1&content-type=text/plain

Index: 00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
===
>From 33f372c7df351d49db04aab021931f32ef2ef612 Mon Sep 17 00:00:00 2001
From: Carlos O'Donell 
Date: Tue, 16 Feb 2016 21:26:37 -0500
Subject: [PATCH] CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug
 18665).

* A stack-based buffer overflow was found in libresolv when invoked from
  libnss_dns, allowing specially crafted DNS responses to seize control
  of execution flow in the DNS client.  The buffer overflow occurs in
  the functions send_dg (send datagram) and send_vc (send TCP) for the
  NSS module libnss_dns.so.2 when calling getaddrinfo with AF_UNSPEC
  family.  The use of AF_UNSPEC triggers the low-level resolver code to
  send out two parallel queries for A and .  A mismanagement of the
  buffers used for those queries could result in the response of a query
  writing beyond the alloca allocated buffer created by
  _nss_dns_gethostbyname4_r.  Buffer management is simplified to remove
  the overflow.  Thanks to the Google Security Team and Red Hat for
  reporting the security impact of this issue, and Robert Holiday of
  Ciena for reporting the related bug 18665. (CVE-2015-7547)

See also:
https://sourceware.org/ml/libc-alpha/2016-02/msg00416.html
https://sourceware.org/ml/libc-alpha/2016-02/msg00418.html

(cherry picked from commit e9db92d3acfe1822d56d11abcea5bfc4c41cf6ca)
(cherry picked from commit 16d0a0ce7613552301786bf05d7eba8784b5732c)
---
 resolv/nss_dns/dns-host.c | 111 ++-
 resolv/res_query.c|   3 +
 resolv/res_send.c | 264 ++
 3 files changed, 309 insertions(+), 69 deletions(-)

diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c
index 40069a7..bd97a75 100644
--- a/resolv/nss_dns/dns-host.c
+++ b/resolv/nss_dns/dns-host.c
@@ -1032,7 +1032,10 @@ gaih_getanswer_slice (const querybuf *answer, int 
anslen, const char *qname,
   int h_namelen = 0;
 
   if (ancount == 0)
-return NSS_STATUS_NOTFOUND;
+{
+  *h_errnop = HOST_NOT_FOUND;
+  return NSS_STATUS_NOTFOUND;
+}
 
   while (ancount-- > 0 && cp < end_of_message && had_error == 0)
 {
@@ -1209,7 +1212,14 @@ gaih_getanswer_slice (const querybuf *answer, int 
anslen, const char *qname,
   /* Special case here: if the resolver sent a result but it only
  contains a CNAME while we are looking for a T_A or T_ record,
  we fail with NOTFOUND instead of TRYAGAIN.  */
-  return canon == NULL ? NSS_STATUS_TRYAGAIN : NSS_STATUS_NOTFOUND;
+  if (canon != NULL)
+{
+  *h_errnop = HOST_NOT_FOUND;
+  return NSS_STATUS_NOTFOUND;
+}
+
+  *h_errnop = NETDB_INTERNAL;
+  return NSS_STATUS_TRYAGAIN;
 }
 
 
@@ -1223,11 +1233,101 @@ gaih_getanswer (const querybuf *answer1, int anslen1, 
const querybuf *answer2,
 
   enum nss_status status = NSS_STATUS_NOTFOUND;
 
+  /* Combining the NSS status of two distinct queries requires some
+ compromise and attention to symmetry (A or  queries can be
+ returned in any order).  Wh

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

2016-02-16 Thread Brian Evans
commit: 0ad5f2b290c38ec5620e00ee86dbf392488b78b2
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Feb 17 03:27:34 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Feb 17 03:27:34 2016 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=0ad5f2b2

mysql-multilib-r1: Update to EAPI6

 eclass/mysql-multilib-r1.eclass | 42 ++---
 1 file changed, 27 insertions(+), 15 deletions(-)

diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 68e7126..60340d7 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -46,7 +46,7 @@ inherit eutils systemd flag-o-matic ${MYSQL_EXTRAS} mysql_fx 
versionator \
 #
 
 case "${EAPI:-0}" in
-   5) ;;
+   5|6) ;;
*) die "Unsupported EAPI: ${EAPI}" ;;
 esac
 
@@ -223,7 +223,7 @@ mysql-multilib-r1_pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]] ; then
local GCC_MAJOR_SET=$(gcc-major-version)
local GCC_MINOR_SET=$(gcc-minor-version)
-   if use_if_iuse tokudb && [[ ${GCC_MAJOR_SET} -lt 4 || \
+   if in_iuse tokudb && use tokudb && [[ ${GCC_MAJOR_SET} -lt 4 || 
\
${GCC_MAJOR_SET} -eq 4 && ${GCC_MINOR_SET} -lt 7 ]] ; 
then
eerror "${PN} with tokudb needs to be built with 
gcc-4.7 or later."
eerror "Please use gcc-config to switch to gcc-4.7 or 
later version."
@@ -285,14 +285,22 @@ mysql-multilib-r1_src_prepare() {
if [[ ${MY_EXTRAS_VER} != none ]]; then
 
# Apply the patches for this MySQL version
-   EPATCH_SUFFIX="patch"
-   mkdir -p "${EPATCH_SOURCE}" || die "Unable to create epatch 
directory"
-   # Clean out old items
-   rm -f "${EPATCH_SOURCE}"/*
-   # Now link in right patches
-   mysql_mv_patches
-   # And apply
-   epatch
+   if [[ "${EAPI}x" == "5x" ]]; then
+   EPATCH_SUFFIX="patch"
+   mkdir -p "${EPATCH_SOURCE}" || die "Unable to create 
epatch directory"
+   # Clean out old items
+   rm -f "${EPATCH_SOURCE}"/*
+   # Now link in right patches
+   mysql_mv_patches
+   # And apply
+   epatch
+   else
+   mkdir -p "${WORKDIR}/patch" || die "Unable to create 
epatch directory"
+   # Clean out old items
+   rm -f "${WORKDIR}"/patch/*
+   EPATCH_SOURCE="${WORKDIR}/patch" mysql_mv_patches
+   eapply "${WORKDIR}/patch"
+   fi
fi
 
# last -fPIC fixup, per bug #305873
@@ -332,7 +340,11 @@ mysql-multilib-r1_src_prepare() {
rm -r "${S}"/storage/mroonga/vendor/groonga || die "could not 
remove packaged groonga"
fi
 
-   epatch_user
+   if [[ "${EAPI}x" == "5x" ]] ; then
+   epatch_user
+   else
+   eapply_user
+   fi
 }
 
 # @FUNCTION: mysql-multilib-r1_src_configure
@@ -388,7 +400,7 @@ multilib_src_configure() {
-DINSTALL_UNIX_ADDRDIR=${EPREFIX}/var/run/mysqld/mysqld.sock
-DWITH_DEFAULT_COMPILER_OPTIONS=0
-DWITH_DEFAULT_FEATURE_SET=0
-   -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_unitdir)"
+   -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_systemunitdir)"
)
 
if in_iuse systemd ; then
@@ -680,7 +692,7 @@ mysql-multilib-r1_pkg_postinst() {
fi
done
 
-   if use_if_iuse pam ; then
+   if in_iuse pam && use pam; then
einfo
elog "This install includes the PAM authentication 
plugin."
elog "To activate and configure the PAM plugin, please 
read:"
@@ -708,7 +720,7 @@ mysql-multilib-r1_pkg_postinst() {
einfo
fi
 
-   if use_if_iuse galera ; then
+   if in_iuse galera && use galera ; then
einfo
elog "Be sure to edit the my.cnf file to activate your 
cluster settings."
elog "This should be done after running \"emerge 
--config =${CATEGORY}/${PF}\""
@@ -1038,7 +1050,7 @@ mysql-multilib-r1_disable_test() {
 # and some check WITHOUT_. Also, this can easily extend to non-storage plugins.
 mysql-cmake_use_plugin() {
[[ -z $2 ]] && die "mysql-cmake_use_plugin  "
-   if use_if_iuse $1 ; then
+   if in_iuse $1 && use $1 ; then
echo "-DWITH_$2=1 -DPLUGIN_$2=YES"
else
echo "-DWITHOUT_$2=1 -DWITH_$2=0 -DPLUGIN_$2=NO"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/

2016-02-16 Thread Anthony G. Basile
commit: bdca930be2036ed0121074723b8944b91ef875e8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb 17 01:00:21 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb 17 01:00:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca930b

sys-libs/musl: bring  version up to date  with upstream

Package-Manager: portage-2.2.26

 sys-libs/musl/musl-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index e480468..85bdc9b 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -32,6 +32,9 @@ IUSE="crosscompile_opts_headers-only"
 
 RDEPEND="!sys-apps/getent"
 
+QA_SONAME="/usr/lib/libc.so"
+QA_DT_NEEDED="/usr/lib/libc.so"
+
 is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
 }
@@ -78,7 +81,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake include/bits/alltypes.h
+   emake obj/include/bits/alltypes.h
just_headers && return 0
 
emake



[gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/

2016-02-16 Thread Anthony G. Basile
commit: f2d6427eaca4248a050a208cb75a947b53c8dd32
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb 17 00:56:29 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb 17 00:58:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d6427e

sys-libs/musl: fix compilation errors with 1.1.13

Package-Manager: portage-2.2.26

 sys-libs/musl/musl-1.1.13.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-libs/musl/musl-1.1.13.ebuild b/sys-libs/musl/musl-1.1.13.ebuild
index e480468..85bdc9b 100644
--- a/sys-libs/musl/musl-1.1.13.ebuild
+++ b/sys-libs/musl/musl-1.1.13.ebuild
@@ -32,6 +32,9 @@ IUSE="crosscompile_opts_headers-only"
 
 RDEPEND="!sys-apps/getent"
 
+QA_SONAME="/usr/lib/libc.so"
+QA_DT_NEEDED="/usr/lib/libc.so"
+
 is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
 }
@@ -78,7 +81,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake include/bits/alltypes.h
+   emake obj/include/bits/alltypes.h
just_headers && return 0
 
emake



[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/

2016-02-16 Thread Ian Delaney
commit: a489e844cba8d46ae5edd3e230c4a4539451d2c4
Author: Wes Cilldhaire  sol1  com  au>
AuthorDate: Tue Feb 16 23:58:36 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb 16 23:58:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a489e844

net-nds/389-ds-base: revbump to 1.3.4.7-r2 to fix bdb dep and nomenclature

Correct slotted dep for sys-libs/db:5.3
and rename ALL_DEPEND to COMMON_DEPEND

Package-Manager: portage-2.2.27

 net-nds/389-ds-base/389-ds-base-1.3.4.7-r2.ebuild | 151 ++
 1 file changed, 151 insertions(+)

diff --git a/net-nds/389-ds-base/389-ds-base-1.3.4.7-r2.ebuild 
b/net-nds/389-ds-base/389-ds-base-1.3.4.7-r2.ebuild
new file mode 100644
index 000..0166bf8
--- /dev/null
+++ b/net-nds/389-ds-base/389-ds-base-1.3.4.7-r2.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_AUTOMAKE="1.9"
+MY_P=${P/_alpha/.a}
+MY_P=${MY_P/_rc/.rc}
+
+inherit user eutils multilib flag-o-matic autotools
+
+DESCRIPTION="389 Directory Server (core librares and daemons )"
+HOMEPAGE="http://port389.org/";
+SRC_URI="http://directory.fedoraproject.org/sources/${MY_P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise 
+presence kerberos selinux"
+
+COMMON_DEPEND="
+   sys-libs/db:5.3
+   >=dev-libs/cyrus-sasl-2.1.19
+   >=net-analyzer/net-snmp-5.1.2
+   >=dev-libs/icu-3.4:=
+   dev-libs/nss[utils]
+   dev-libs/nspr
+   dev-libs/svrcore
+   dev-libs/openssl:0=
+   dev-libs/libpcre:3
+   >=dev-perl/perl-mozldap-1.5.3
+   dev-perl/NetAddr-IP
+   net-nds/openldap
+   sys-libs/pam
+   sys-libs/zlib
+   kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   sys-devel/libtool
+   doc? ( app-doc/doxygen )
+   sys-apps/sed"
+RDEPEND="${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-dirsrv )
+   virtual/perl-Time-Local
+   virtual/perl-MIME-Base64"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   enewgroup dirsrv
+   enewuser dirsrv -1 -1 -1 dirsrv
+}
+
+src_prepare() {
+   #0001-Ticket-47840-add-configure-option-to-disable-instanc.patch
+   epatch "${FILESDIR}/${P}-no-instance-script.patch"
+
+   #0001-Ticket-48448-dirsrv-start-stop-fail-in-certain-shell.patch
+   epatch "${FILESDIR}/${P}-shell-corrections.patch"
+
+   # as per 389 documentation, when 64bit, export USE_64
+   use amd64 && export USE_64=1
+
+   # This will be changed in 1.3.5.X
+   sed -i -e 's/nobody/dirsrv/g' configure.ac || die "sed failed on 
configure.ac"
+   eautoreconf
+
+   append-lfs-flags
+}
+
+src_configure() {
+   local myconf=""
+
+   use auto-dn-suffix && myconf="${myconf} --enable-auto-dn-suffix"
+
+   # for 1.3.5.X, will add --enable-gcc-security
+   econf \
+   $(use_enable debug) \
+   $(use_enable pam-passthru) \
+   $(use_enable ldapi) \
+   $(use_enable autobind) \
+   $(use_enable dna) \
+   $(use_enable bitwise) \
+   $(use_enable presence) \
+   $(use_with kerberos) \
+   $(use_enable debug) \
+   --enable-maintainer-mode \
+   --enable-autobind \
+   --with-fhs \
+   --with-openldap \
+   --with-db-inc=/usr/include/${CHOST}/db5.3/ \
+   --sbindir=/usr/sbin \
+   --bindir=/usr/bin \
+   $myconf
+
+   # This relies on bug https://fedorahosted.org/389/ticket/48447
+   #--without-initddir \
+}
+
+src_compile() {
+   default
+   if use doc; then
+   doxygen slapi.doxy || die "cannot run doxygen"
+   fi
+}
+
+src_install () {
+   emake DESTDIR="${D}" install
+
+   # remove redhat style init script
+   rm -rf "${D}"/etc/rc.d || die
+   # Needs a config option to remove this.
+   rm -rf "${D}"/etc/default || die
+
+   # and install gentoo style init script
+   # Get these merged upstream
+   newinitd "${FILESDIR}"/389-ds.initd-r1 389-ds
+   newinitd "${FILESDIR}"/389-ds-snmp.initd 389-ds-snmp
+
+   # cope with libraries being in /usr/lib/dirsrv
+   dodir /etc/env.d
+   echo "LDPATH=/usr/$(get_libdir)/dirsrv" > "${D}"/etc/env.d/08dirsrv
+
+   if use doc; then
+   cd "${S}" || die
+   docinto html/
+   dodoc -r docs/html/.
+   fi
+}
+
+pkg_postinst() {
+   echo
+   elog "If you are planning to use 389-ds-snmp (ldap-agent),"
+   elog "make sure to properly configure: 
/etc/dirsrv/config/ldap-agent.conf"
+   elog "adding proper 'server' entries, and adding the lines below to"
+   elog " => /etc/snmp/snmpd.conf"
+   el

[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/

2016-02-16 Thread Ian Delaney
commit: 9f537bcba61488d3c7a10022dd6eca6856ecd59e
Author: Wes Cilldhaire  sol1  com  au>
AuthorDate: Tue Feb 16 23:59:14 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb 16 23:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f537bcb

net-nds/389-ds-base: remove old ebuild revision

Package-Manager: portage-2.2.27

 net-nds/389-ds-base/389-ds-base-1.3.4.7-r1.ebuild | 151 --
 1 file changed, 151 deletions(-)

diff --git a/net-nds/389-ds-base/389-ds-base-1.3.4.7-r1.ebuild 
b/net-nds/389-ds-base/389-ds-base-1.3.4.7-r1.ebuild
deleted file mode 100644
index 7bdd50a..000
--- a/net-nds/389-ds-base/389-ds-base-1.3.4.7-r1.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WANT_AUTOMAKE="1.9"
-MY_P=${P/_alpha/.a}
-MY_P=${MY_P/_rc/.rc}
-
-inherit user eutils multilib flag-o-matic autotools
-
-DESCRIPTION="389 Directory Server (core librares and daemons )"
-HOMEPAGE="http://port389.org/";
-SRC_URI="http://directory.fedoraproject.org/sources/${MY_P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise 
+presence kerberos selinux"
-
-ALL_DEPEND="
-   =sys-libs/db-5*:*
-   >=dev-libs/cyrus-sasl-2.1.19
-   >=net-analyzer/net-snmp-5.1.2
-   >=dev-libs/icu-3.4:=
-   dev-libs/nss[utils]
-   dev-libs/nspr
-   dev-libs/svrcore
-   dev-libs/openssl:0=
-   dev-libs/libpcre:3
-   >=dev-perl/perl-mozldap-1.5.3
-   dev-perl/NetAddr-IP
-   net-nds/openldap
-   sys-libs/pam
-   sys-libs/zlib
-   kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
-
-DEPEND="${ALL_DEPEND}
-   virtual/pkgconfig
-   sys-devel/libtool
-   doc? ( app-doc/doxygen )
-   sys-apps/sed"
-RDEPEND="${ALL_DEPEND}
-   selinux? ( sec-policy/selinux-dirsrv )
-   virtual/perl-Time-Local
-   virtual/perl-MIME-Base64"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   enewgroup dirsrv
-   enewuser dirsrv -1 -1 -1 dirsrv
-}
-
-src_prepare() {
-   #0001-Ticket-47840-add-configure-option-to-disable-instanc.patch
-   epatch "${FILESDIR}/${P}-no-instance-script.patch"
-
-   #0001-Ticket-48448-dirsrv-start-stop-fail-in-certain-shell.patch
-   epatch "${FILESDIR}/${P}-shell-corrections.patch"
-
-   # as per 389 documentation, when 64bit, export USE_64
-   use amd64 && export USE_64=1
-
-   # This will be changed in 1.3.5.X
-   sed -i -e 's/nobody/dirsrv/g' configure.ac || die "sed failed on 
configure.ac"
-   eautoreconf
-
-   append-lfs-flags
-}
-
-src_configure() {
-   local myconf=""
-
-   use auto-dn-suffix && myconf="${myconf} --enable-auto-dn-suffix"
-
-   # for 1.3.5.X, will add --enable-gcc-security
-   econf \
-   $(use_enable debug) \
-   $(use_enable pam-passthru) \
-   $(use_enable ldapi) \
-   $(use_enable autobind) \
-   $(use_enable dna) \
-   $(use_enable bitwise) \
-   $(use_enable presence) \
-   $(use_with kerberos) \
-   $(use_enable debug) \
-   --enable-maintainer-mode \
-   --enable-autobind \
-   --with-fhs \
-   --with-openldap \
-   --with-db-inc=/usr/include/${CHOST}/db5.3/ \
-   --sbindir=/usr/sbin \
-   --bindir=/usr/bin \
-   $myconf
-
-   # This relies on bug https://fedorahosted.org/389/ticket/48447
-   #--without-initddir \
-}
-
-src_compile() {
-   default
-   if use doc; then
-   doxygen slapi.doxy || die "cannot run doxygen"
-   fi
-}
-
-src_install () {
-   emake DESTDIR="${D}" install
-
-   # remove redhat style init script
-   rm -rf "${D}"/etc/rc.d || die
-   # Needs a config option to remove this.
-   rm -rf "${D}"/etc/default || die
-
-   # and install gentoo style init script
-   # Get these merged upstream
-   newinitd "${FILESDIR}"/389-ds.initd-r1 389-ds
-   newinitd "${FILESDIR}"/389-ds-snmp.initd 389-ds-snmp
-
-   # cope with libraries being in /usr/lib/dirsrv
-   dodir /etc/env.d
-   echo "LDPATH=/usr/$(get_libdir)/dirsrv" > "${D}"/etc/env.d/08dirsrv
-
-   if use doc; then
-   cd "${S}" || die
-   docinto html/
-   dodoc -r docs/html/.
-   fi
-}
-
-pkg_postinst() {
-   echo
-   elog "If you are planning to use 389-ds-snmp (ldap-agent),"
-   elog "make sure to properly configure: 
/etc/dirsrv/config/ldap-agent.conf"
-   elog "adding proper 'server' entries, and adding the lines below to"
-   elog " => /etc/snmp/snmpd.conf"
-   elog
-   elog "master agentx"
-   elog "agentXSocket /var/agentx/master"
-   elog
-   elog "To st

[gentoo-commits] repo/gentoo:master commit in: /

2016-02-16 Thread Ian Delaney
commit: e5da7fd7a94cad6533cb1391617a2d1c0b006492
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb 17 00:43:06 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb 17 00:43:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5da7fd7

Merge remote-tracking branch 'remotes/anomaly256/389-ds-base'

Pull request: https://github.com/gentoo/gentoo/pull/869

 ...89-ds-base-1.3.4.7-r1.ebuild => 389-ds-base-1.3.4.7-r2.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: app-pda/barry/files/, app-pda/barry/

2016-02-16 Thread Ryan Hill
commit: ef9003abf6bfae6ec8ba8ee54a1bdc785a53f6f9
Author: Ryan Hill  gentoo  org>
AuthorDate: Tue Feb 16 23:50:46 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Tue Feb 16 23:51:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9003ab

app-pda/barry: Build with -std=c++11 for libsigc++ compatibility (bug #566910).

Package-Manager: portage-2.2.27

 app-pda/barry/barry-0.18.3.ebuild |  8 ++--
 app-pda/barry/files/barry-0.18.4-shared_ptr.patch | 25 +++
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/app-pda/barry/barry-0.18.3.ebuild 
b/app-pda/barry/barry-0.18.3.ebuild
index 09e88fb..0e72f70 100644
--- a/app-pda/barry/barry-0.18.3.ebuild
+++ b/app-pda/barry/barry-0.18.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit bash-completion-r1 eutils gnome2-utils udev
+inherit bash-completion-r1 eutils flag-o-matic gnome2-utils udev
 
 DESCRIPTION="Sync, backup, program management, and charging for BlackBerry 
devices"
 HOMEPAGE="http://www.netdirect.ca/software/packages/barry/";
@@ -36,6 +36,10 @@ DEPEND="${RDEPEND}
 DOCS=( AUTHORS ChangeLog KnownBugs NEWS README TODO )
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.18.4-shared_ptr.patch
+
+   append-cxxflags -std=c++11
+
sed -i -e 's:plugdev:usb:g' "${S}"/udev/99-blackberry-perms.rules || die
sed -i -e '/Icon/s:=.*:=barry:' "${S}"/menu/*.desktop || die
 }

diff --git a/app-pda/barry/files/barry-0.18.4-shared_ptr.patch 
b/app-pda/barry/files/barry-0.18.4-shared_ptr.patch
new file mode 100644
index 000..dbccfe6
--- /dev/null
+++ b/app-pda/barry/files/barry-0.18.4-shared_ptr.patch
@@ -0,0 +1,25 @@
+With -std=c++-11 shared_ptr is available in the standard library so pulling in
+the std::tr1 namespace creates an ambiguous reference.  Simple fix is to stop
+doing that but isn't backwards compatible.  We don't care in Gentoo since we'll
+always be building barry with -std=c++11 due to libsigc++ abi compatibility.
+
+--- a/tools/bio.cc
 b/tools/bio.cc
+@@ -42,7 +42,6 @@
+ #include "i18n.h"
+ 
+ using namespace std;
+-using namespace std::tr1;
+ using namespace Barry;
+ 
+ // keeping a record of all the -i device / -o device pin numbers, so
+--- a/tools/btool.cc
 b/tools/btool.cc
+@@ -59,7 +59,6 @@
+ #include "barrygetopt.h"
+ 
+ using namespace std;
+-using namespace std::tr1;
+ using namespace Barry;
+ 
+ std::map SortKeys;



[gentoo-commits] repo/gentoo:master commit in: dev-python/irc/

2016-02-16 Thread Patrice Clement
commit: c23ed6a3ac5d9bcb5a85f1cd43530a476b1d0d01
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Feb 16 23:19:26 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 16 23:19:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ed6a3

dev-python/irc: remove old

Package-Manager: portage-2.2.27

 dev-python/irc/Manifest|  1 -
 dev-python/irc/irc-13.2.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/irc/Manifest b/dev-python/irc/Manifest
index 5ce5fab..d899cfb 100644
--- a/dev-python/irc/Manifest
+++ b/dev-python/irc/Manifest
@@ -1,4 +1,3 @@
 DIST irc-11.0.1.zip 120409 SHA256 
25d818003780fd6d62e93d3ff32580e74c0e527c6290ae14b47af50b58339233 SHA512 
fca2fe653d921c9ec65dfb2b072c16658d88d4a22ae91568b1eaf722a90179920808db157f587afe6de0055af3a04a528eb9022122e539150e5635f05b58f466
 WHIRLPOOL 
dd9b9e8624e6bd86d27fead1f3006a2b80832d236ad21f50c147c07a27b2cc4933d68efd951dece44398dbc0299b73ba7a98e4eff2061d0e3a8a01833518113b
-DIST irc-13.2.tar.gz 81594 SHA256 
247e14fe9d7e25b41b2af39a81e5ced10bd45da44f4a86505d4f02895d710552 SHA512 
e0472eea9186d549d2c3a6733d623161f94a905627d32878f02a50198b29cc5fc5a1a1636d7d1b3432b56ac42d4f48efd32285ebe80f8a7a8311a923795688bd
 WHIRLPOOL 
cec6e5505f9461c6b16c6fabc1cac406fd99e718733512112da50bb34a87b50b12d3529f09cc40ee7a4a97871bf28417f030fa418fcf415d59fcaa416eefb1ba
 DIST irc-13.3.1.tar.gz 81931 SHA256 
be4b57f2fb296f0e83fe2bcfd91e886b13423d8cf4ebaf2b8077b8efa9783bee SHA512 
fd82712a8446dbccdd50ba75e0ec0f45f0b327ff35e4fa172fe4a1fe92ca8dbb81afecc0aa0b3ba14b2864e7d78ce0b03496bde64181d66ebd3c4a7670e20fd9
 WHIRLPOOL 
7baa08a978980baf09257886b4c89e62abce9439082197549e9ffdda9acb7711fec4c2464f2c811b5c70803e43c663957bf2b38f50cfc5ec8fbbbdac8309b1fa
 DIST irc-14.0.tar.gz 82116 SHA256 
e953bce286139c42de9a973db970dbf79de04817c74de0486a30b2bdc4350ba2 SHA512 
6928f66bf994800e06a2f00b43bba23f36ce9bdde066ecf602d01c19cee5c79ec0a75fd858d6bb0446676681118025ebdda2312374eaf481437247b0c63b20c4
 WHIRLPOOL 
e4af44e9269291219fb66d62b575b19a54f67b7d9cde79b7225f6bd071545488b399409c5fd0153e2dd16a3a853cc2bbeedf23c3c634097bb69ac741052c2ee9

diff --git a/dev-python/irc/irc-13.2.ebuild b/dev-python/irc/irc-13.2.ebuild
deleted file mode 100644
index de72b5b..000
--- a/dev-python/irc/irc-13.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="IRC client framework written in Python"
-HOMEPAGE="https://github.com/jaraco/irc";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/jaraco-collections[${PYTHON_USEDEP}]
-   dev-python/jaraco-text[${PYTHON_USEDEP}]
-   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
-   dev-python/jaraco-logging[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-functools-1.5[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   py.test || die "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( scripts/. )
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-16 Thread Patrice Clement
commit: e975919bec041f2eb2621008de7c8273e9e2e958
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb 16 23:42:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 16 23:42:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e975919b

Merge remote-tracking branch 'github/pr/868'.

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/irc/Manifest|  2 +-
 dev-python/irc/irc-13.2.ebuild | 50 --
 .../irc/{irc-13.3.1.ebuild => irc-14.0.ebuild} |  0
 3 files changed, 1 insertion(+), 51 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/irc/

2016-02-16 Thread Patrice Clement
commit: 3f1f74318b3d3a184eb20f2fd2847fb652c8258b
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Feb 16 23:18:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 16 23:18:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1f7431

dev-python/irc: bump to 14.0

Package-Manager: portage-2.2.27

 dev-python/irc/Manifest|  1 +
 dev-python/irc/irc-14.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/irc/Manifest b/dev-python/irc/Manifest
index b938a74..5ce5fab 100644
--- a/dev-python/irc/Manifest
+++ b/dev-python/irc/Manifest
@@ -1,3 +1,4 @@
 DIST irc-11.0.1.zip 120409 SHA256 
25d818003780fd6d62e93d3ff32580e74c0e527c6290ae14b47af50b58339233 SHA512 
fca2fe653d921c9ec65dfb2b072c16658d88d4a22ae91568b1eaf722a90179920808db157f587afe6de0055af3a04a528eb9022122e539150e5635f05b58f466
 WHIRLPOOL 
dd9b9e8624e6bd86d27fead1f3006a2b80832d236ad21f50c147c07a27b2cc4933d68efd951dece44398dbc0299b73ba7a98e4eff2061d0e3a8a01833518113b
 DIST irc-13.2.tar.gz 81594 SHA256 
247e14fe9d7e25b41b2af39a81e5ced10bd45da44f4a86505d4f02895d710552 SHA512 
e0472eea9186d549d2c3a6733d623161f94a905627d32878f02a50198b29cc5fc5a1a1636d7d1b3432b56ac42d4f48efd32285ebe80f8a7a8311a923795688bd
 WHIRLPOOL 
cec6e5505f9461c6b16c6fabc1cac406fd99e718733512112da50bb34a87b50b12d3529f09cc40ee7a4a97871bf28417f030fa418fcf415d59fcaa416eefb1ba
 DIST irc-13.3.1.tar.gz 81931 SHA256 
be4b57f2fb296f0e83fe2bcfd91e886b13423d8cf4ebaf2b8077b8efa9783bee SHA512 
fd82712a8446dbccdd50ba75e0ec0f45f0b327ff35e4fa172fe4a1fe92ca8dbb81afecc0aa0b3ba14b2864e7d78ce0b03496bde64181d66ebd3c4a7670e20fd9
 WHIRLPOOL 
7baa08a978980baf09257886b4c89e62abce9439082197549e9ffdda9acb7711fec4c2464f2c811b5c70803e43c663957bf2b38f50cfc5ec8fbbbdac8309b1fa
+DIST irc-14.0.tar.gz 82116 SHA256 
e953bce286139c42de9a973db970dbf79de04817c74de0486a30b2bdc4350ba2 SHA512 
6928f66bf994800e06a2f00b43bba23f36ce9bdde066ecf602d01c19cee5c79ec0a75fd858d6bb0446676681118025ebdda2312374eaf481437247b0c63b20c4
 WHIRLPOOL 
e4af44e9269291219fb66d62b575b19a54f67b7d9cde79b7225f6bd071545488b399409c5fd0153e2dd16a3a853cc2bbeedf23c3c634097bb69ac741052c2ee9

diff --git a/dev-python/irc/irc-14.0.ebuild b/dev-python/irc/irc-14.0.ebuild
new file mode 100644
index 000..4d101a4
--- /dev/null
+++ b/dev-python/irc/irc-14.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="IRC client framework written in Python"
+HOMEPAGE="https://github.com/jaraco/irc";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jaraco-collections[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/jaraco-logging[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-functools-1.5[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   py.test || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( scripts/. )
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/files/, dev-java/icu4j/

2016-02-16 Thread James Le Cuirot
commit: 44c89c44c9f180e5556dbbb6290bf7daa4e78c34
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Feb 16 23:35:04 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Feb 16 23:35:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c89c44

dev-java/icu4j: Remove old

The remaining versions are still used.

Package-Manager: portage-2.2.27

 dev-java/icu4j/Manifest|  7 --
 dev-java/icu4j/files/icu4j-3.8.1-manifest  | 21 -
 ...x-test-DataDrivenFormat-ConsistentPivot-1.patch | 18 
 ...x-test-DataDrivenFormat-ConsistentPivot-2.patch | 95 --
 dev-java/icu4j/icu4j-3.8.1-r1.ebuild   | 79 --
 dev-java/icu4j/icu4j-4.2.1.1.ebuild| 73 -
 dev-java/icu4j/icu4j-49.1.ebuild   | 49 ---
 dev-java/icu4j/icu4j-52.1.ebuild   | 53 
 dev-java/icu4j/icu4j-53.1.ebuild   | 48 ---
 9 files changed, 443 deletions(-)

diff --git a/dev-java/icu4j/Manifest b/dev-java/icu4j/Manifest
index 7a507b9..cdb6342 100644
--- a/dev-java/icu4j/Manifest
+++ b/dev-java/icu4j/Manifest
@@ -1,13 +1,6 @@
-DIST icu4j-3_8_1-docs.jar 1470606 SHA256 
e3acbb4523ebf90288bde1ff4ebe16241ff8d5a3e53ce9e29636f569a42f0b46 SHA512 
88f59573d1070f13ebce9116359603e4d0c6f0c1626ab18a2fc6a08ac5831d50341341e33576c52d97b0b763fe8a8babfd35b34d77466bef5da5ab34aec2bb6e
 WHIRLPOOL 
750c067d4df18780612f0d77c6f48c3c16e502d15d3fdf8339a22e4235e74a192ed2ecec80f4ae00f9e4ee8dc6b949a2969c44a7d7bc93538d53b349d5df324e
-DIST icu4j-3_8_1-src.jar 13782832 SHA256 
c6b42a4a9fe0d13302897ee0bf2c955b8a7a02af1ee01ad9cdb61a515638ca0f SHA512 
4b652886cff0ee490db0e0c0bf9b33828b8f1026ade7a956b86c1839727be04f5bca4783c31539e8cc8e309a7e2127315f84577db0d9b425d878121867d580ee
 WHIRLPOOL 
9936a512d2a1c259d905299e517aa64137c5ee4852a0bc646411aa85d878cdaf1b6fcbfb459f64764463c30b224924fd711e1e15e2f544edd7505d5572ff
-DIST icu4j-49_1.tgz 18487856 SHA256 
40e0c09cb8a12883bd5c06826f6651203baf214919be98f120cd89002362329a SHA512 
4287439b1e8bd1ce30e1c64bd97d3f4e6ba97de7b4242ca05cf53ab83ad3a495434d77cc2816224030d4662df2cdfc3afbb4a7ed45fce2ee0c10aa0ce1ec45b2
 WHIRLPOOL 
ef8961afff8f280db6730f0c4d64eabcc8fa8454db6d9ec7eab8d034f25646874edbc6cba5689f1993241bbfae538914ca4d4e6821eb4559e07a1a4e60b0a191
 DIST icu4j-4_0_1_1-docs.jar 1553089 SHA256 
44319c329b628c5e14e74eeb285ddb876c34e3529b06c69abd9a54799490cd8e SHA512 
15bf1cdb7c040403dcf0b7ebcf5355a192ce1e8841a13392badcce1d56c06a0e41bc8213f071a5530c892e2cc9e975cd9cbde6fa3f61e395cc437966e20733b8
 WHIRLPOOL 
0bd48dd1dc953f571da012b820b485f841ff3c5939b26e17cc92e872d94a7c122efce58cb0a6ac5479617687a8aa0f525f1650998f9e304d30274073d7c8f9fd
 DIST icu4j-4_0_1_1-src.jar 15138020 SHA256 
9d5484ccb3ad6849b6d3986ee2cf146984cbbb8adb2349dc79f6a4e006bc417e SHA512 
4eb02b50df0c7a008f6291c636cfc887b61ce503e0bd994d8cd5f3ec955b287e16ea640de98398414e000af8a859a4b087aa711cdaa53c8c17c7fdb760a4ca4e
 WHIRLPOOL 
032412b7a7cb533e1f037c32cfa74db65272ca9c735d412c0f5f4abd1c41d5c4a1db26d0d8339693ff7229a052fd3cf1b8504cc250c17a3a45e7f4d58bb7f279
-DIST icu4j-4_2_1_1-docs.jar 1633918 SHA256 
3749ec254d38b6ca2e13ed5cf493ac371ff3c548bf95302af41bb408e0bcbfa8 SHA512 
87eeb92f168b28aa4cce3b3547311020e0b052034ef160cb5ba3b8f7fc77829b231680f061686ea87dc388f961c4d1feffcb3fc24fe5df66e51c2983c4a5be30
 WHIRLPOOL 
2d1a2ad3c54624721c2e7e56bef927486ca82d6f8c7e00ad6b97707ca8b6c42186b5b45babdc73961e8e6b30ed9fc29f923cf580f17bcf974593f090ac3a767b
-DIST icu4j-4_2_1_1-src.jar 16057200 SHA256 
61e8d1f7879c580e7304222b80a1bf395455d50fa425a9d7e1b72164776a43fa SHA512 
3d61a219a67ff5682a4c1484f7239b60982b8e6c25138ccb15a92cfae18c67592acea0200b2954f7a021b1d3765aabae98d5346f22e134af2ca18514a7925274
 WHIRLPOOL 
cf87a51dd9f18c9f5af0549677fd971dfc9e527ee09c0e39d82fc0fa128eea6222c65d10df722b7d7f451bacaf5d80ce31122112fdcb720a2dcaaae05a61b163
 DIST icu4j-4_4_2-docs.jar 1783887 SHA256 
aa364c9e353e05e428112b05f9a9fda8e1c7d2b3404862e6df08a73f7f8b187a SHA512 
212d042ca27e442525a1dcd4f69a6668535d57e49a1302b97e32bfc7ed216146eedff52633770bb01f32f560fb6d7c00774b34385a7d87cab9f0b68188a37203
 WHIRLPOOL 
804ac774e6e9e4b06f1d06795ea70ecb68ee23ed7689d4b603682ca1271c2d18d258faf3c23e99ff8269275774b4ba0e1b605b2b7288b51e9ae5445d25c32d7c
 DIST icu4j-4_4_2-src.jar 14844670 SHA256 
c29fbf1464ad7fb88e8651953144884eea37adf36914e38a518774a99cf33b0d SHA512 
90949f007e073c0e78510c66c2a1644985367921550f61976af61089ffc8a08e34a51c36c21f241f3073c7b3c5329d1ba7234043790db8dd8eef7eaf3edff79d
 WHIRLPOOL 
82727e4e95ef662f9c6689bf5cd1d5c16f4238b682d2d88689ee561aae9c8ecc846f2bbb0adcfd125c7353b9ba160abc0c76d0d11af78047a59fd4504a39a720
-DIST icu4j-52_1.tgz 22584166 SHA256 
0d720ee63ec3976a0280bc5f42ef347a5823c0debe15bd42369316433f32ae05 SHA512 
4546daa126410c21ec65acc75581831c139873e2465b9fd898215cc52ebfbd6441c0a260bd449aa3d0753fe0584c02d1bd033de46904aef9e27aaa3266b78738
 WHIRLPOOL 
9bd5b5085289c776c221a0a85edca11185fed7787

[gentoo-commits] repo/gentoo:master commit in: /

2016-02-16 Thread Patrice Clement
commit: 876513ca5d80949c62d2f5a0e1de45ce6ed2ba57
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb 16 23:25:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 16 23:25:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876513ca

Merge remote-tracking branch 'github/pr/866'.

 media-video/mpv/mpv-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:master commit in: media-video/mpv/

2016-02-16 Thread Patrice Clement
commit: 238f542d1ac13135e3c123ea3bb3090a3fc82605
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Feb 16 18:09:32 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 16 18:09:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238f542d

media-video/mpv: depend on virtual/jack in  when jack USE is enabled

Instead of forcing Jack1 in the form of media-sound/jack-audio-connection-kit.
Quote from the upstream wiki [0]:

Jack 1 and Jack 2 are equivalent implementations of the same protocol.
...
Programs compiled against Jack 1 will work with Jack 2 without recompile
(and vice versa).

End quote.

[0]: 
https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2

Package-Manager: portage-2.2.27

 media-video/mpv/mpv-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index cfbfe7b..f100dc6 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -74,7 +74,7 @@ COMMON_DEPEND="
libguess? ( >=app-i18n/libguess-1.0 )
uchardet? ( dev-libs/uchardet )
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
lcms? ( >=media-libs/lcms-2.6:2 )
libass? (



[gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/files/, sys-libs/musl/

2016-02-16 Thread Anthony G. Basile
commit: a77db1ace19e04f6da7ac180cc035ccf567c0ff2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 16 23:30:40 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 16 23:31:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77db1ac

sys-libs/musl: version bump to 1.1.13

Package-Manager: portage-2.2.26

 sys-libs/musl/Manifest |  1 +
 sys-libs/musl/files/musl-1.1.11-fix-codeset.patch  | 12 
 sys-libs/musl/musl-1.1.12.ebuild   |  4 ++--
 sys-libs/musl/{musl-.ebuild => musl-1.1.13.ebuild} |  4 ++--
 sys-libs/musl/musl-.ebuild |  4 ++--
 5 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/sys-libs/musl/Manifest b/sys-libs/musl/Manifest
index a4d3803..6b764e3 100644
--- a/sys-libs/musl/Manifest
+++ b/sys-libs/musl/Manifest
@@ -1 +1,2 @@
 DIST musl-1.1.12.tar.gz 918757 SHA256 
720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e SHA512 
7cabbe2665e32bd3408c8865f89f474106e982b4e5de81d0cdeea19e19e20b4d2496faf1adc6b2811d996f30f39258184ba347e8eb5f3811eab89179e8f52d70
 WHIRLPOOL 
cd500c3457be42d8dd927420d2352bda87e7b424fabf19fbd387858b913636793a7ff8d0e249bcc292e58c6d0d3889738c8790f3a6409d6df2da81408a77238c
+DIST musl-1.1.13.tar.gz 894640 SHA256 
bbacdc64f557d0c4857f7d2daf592c32c29aec1babbb94fcf01a2e05bed15013 SHA512 
d5f4a6fdb6a2cdbd7ab1ad5a8d91b1c690b3bd31d9049dfc022067019bba11952e375374eed982a0ddac7347d17f9ff2300178c4d5f27bdd8480933cc6e67802
 WHIRLPOOL 
4e419cebdb4deef4f0828d2b762783e40b1292048c6ba94ba70c48ef5277a1410fe1724ef242e8cab6db51e167e87496de3a8e7c4c016dcd17eadff8d3b3b7fe

diff --git a/sys-libs/musl/files/musl-1.1.11-fix-codeset.patch 
b/sys-libs/musl/files/musl-1.1.11-fix-codeset.patch
deleted file mode 100644
index e846f5f..000
--- a/sys-libs/musl/files/musl-1.1.11-fix-codeset.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur musl-1.1.11.orig/src/locale/langinfo.c 
musl-1.1.11/src/locale/langinfo.c
 musl-1.1.11.orig/src/locale/langinfo.c 2015-08-30 00:15:56.0 
-0400
-+++ musl-1.1.11/src/locale/langinfo.c  2015-09-08 15:46:26.717980251 -0400
-@@ -34,7 +34,7 @@
-   const char *str;
- 
-   if (item == CODESET)
--  return MB_CUR_MAX==1 ? "UTF-8-CODE-UNITS" : "UTF-8";
-+  return "UTF-8";
-   
-   switch (cat) {
-   case LC_NUMERIC:

diff --git a/sys-libs/musl/musl-1.1.12.ebuild b/sys-libs/musl/musl-1.1.12.ebuild
index 239a045..574b31f 100644
--- a/sys-libs/musl/musl-1.1.12.ebuild
+++ b/sys-libs/musl/musl-1.1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
fi
 fi
 
-DESCRIPTION="Lightweight, fast and simple C library focused on 
standards-conformance and safety"
+DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
 HOMEPAGE="http://www.musl-libc.org/";
 if [[ ${PV} != "" ]] ; then
PATCH_VER=""

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-1.1.13.ebuild
similarity index 95%
copy from sys-libs/musl/musl-.ebuild
copy to sys-libs/musl/musl-1.1.13.ebuild
index 016d210..e480468 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-1.1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
fi
 fi
 
-DESCRIPTION="Lightweight, fast and simple C library focused on 
standards-conformance and safety"
+DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
 HOMEPAGE="http://www.musl-libc.org/";
 if [[ ${PV} != "" ]] ; then
PATCH_VER=""

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index 016d210..e480468 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
fi
 fi
 
-DESCRIPTION="Lightweight, fast and simple C library focused on 
standards-conformance and safety"
+DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
 HOMEPAGE="http://www.musl-libc.org/";
 if [[ ${PV} != "" ]] ; then
PATCH_VER=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/fleet/

2016-02-16 Thread Michał Górny
commit: 3884be42b5829350ef97ec45b0ca530175b1c79f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 23:09:20 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 23:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3884be42

app-admin/fleet: Fix invalid maintainer

 app-admin/fleet/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-admin/fleet/metadata.xml b/app-admin/fleet/metadata.xml
index dd062b3..220f4c6 100644
--- a/app-admin/fleet/metadata.xml
+++ b/app-admin/fleet/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-maintainer-nee...@gentoo.org
-  
   

   



[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2016-02-16 Thread Michał Górny
commit: d6342900fc9061513f429e8512d3fbcbc051
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 23:08:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 23:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6342900

app-editors/diakonos: Fix the maintainer, correctly this time

 app-editors/diakonos/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-editors/diakonos/metadata.xml 
b/app-editors/diakonos/metadata.xml
index defaad0..097975e 100644
--- a/app-editors/diakonos/metadata.xml
+++ b/app-editors/diakonos/metadata.xml
@@ -1,7 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   maintainer-nee...@gentoo.org
-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/

2016-02-16 Thread Ryan Hill
commit: 05da67fe9331ee44abfab037c79f99e8bb4c95b5
Author: Ryan Hill  gentoo  org>
AuthorDate: Tue Feb 16 22:58:13 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Tue Feb 16 23:00:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05da67fe

dev-util/creduce: Relax llvm SLOT a bit (bug #571188).

Package-Manager: portage-2.2.27

 dev-util/creduce/creduce-2.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/creduce/creduce-2.4.0.ebuild 
b/dev-util/creduce/creduce-2.4.0.ebuild
index 76098b7..ab95517 100644
--- a/dev-util/creduce/creduce-2.4.0.ebuild
+++ b/dev-util/creduce/creduce-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ DEPEND="
dev-perl/Sys-CPU
dev-util/astyle
dev-util/indent
-   sys-devel/clang:0/3.7
-   sys-devel/llvm:0/3.7.0[clang]"
+   =sys-devel/clang-3.7*:0=
+   =sys-devel/llvm-3.7*:0=[clang]"
 
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/

2016-02-16 Thread Michał Górny
commit: 9c9b6d0e04a162429da67b7678229b11ad9ab88b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 22:41:15 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 22:56:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9b6d0e

dev-lang/python-exec: Update the testing version to 2.3.1

 dev-lang/python-exec/Manifest | 2 +-
 .../{python-exec-2.3.ebuild => python-exec-2.3.1.ebuild}  | 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
index 51dfade..5c957a7 100644
--- a/dev-lang/python-exec/Manifest
+++ b/dev-lang/python-exec/Manifest
@@ -3,4 +3,4 @@ DIST python-exec-2.0.2.tar.bz2 82217 SHA256 
c411638fe94953c1e8ff57e7b66f601a8176
 DIST python-exec-2.1.tar.bz2 82167 SHA256 
adac4e9ae677ca0fbb9efc55573ecbb0e8361ed7a60a5241e7abc1056fba06ad SHA512 
cadfb7723aa412caec4a449909769b14a800c19650c64768b0ffb30b2c0645e70c9a039f960f3263c6c18490bb73c0129b83a72c7407f558bcaf3652cc4c8bcf
 WHIRLPOOL 
72b73b216faf7caa8afbc3ce316771bd832e468cf84835267dc3833d5c52fce24578e09f2d3aa8a322f324426eda5e53bd9611711ea976679574b2be764c2525
 DIST python-exec-2.2.1.tar.bz2 82990 SHA256 
c0fcb0c9593b26cf56cdf39ff265586a2203d608f6bfafecde0ff756de019f04 SHA512 
3ca01ce229e4ecdf09a55f6bad0c90c1f0a9cff1fecb0013bb2ada1e187044631ad01af0fa70fb805465dd4e6c953cc97203d91f55ccb5208f63bf4771c0bb20
 WHIRLPOOL 
92e9c4629f292a0f517927e05aceda68f0c797426070ec23139dedeb1eac4d2a315892fd231ee0fe019dd3e9c6bd148fad9764ad65617012b1ef0bfbe0415506
 DIST python-exec-2.2.tar.bz2 82269 SHA256 
041dccf96c31bfac5eee9c43bdf511821449313a5b7d0bd745bed09151e1bffe SHA512 
9492d94e7134b555a2f3b81cbd4e159074fed21b1471090547618da34dab70264a3fa40c8b7f79c42b61938655006dd5659e26389649a2401c26b4e0c90c9ac1
 WHIRLPOOL 
0b13d73c2e3c9606589201af34504c317965c29bb5cfe211479d893c606ca05dff62755fcba5f76d0a653a2719f36119e6f3db050ffa9f9bb01ef2ff7b68cb4d
-DIST python-exec-2.3.tar.bz2 84201 SHA256 
04f7c92727f666e4f950157a39ed6ac0a48d1a746736cc515a97195a30a3f9fe SHA512 
fc6b8702a7009873b42dcde4b1771913f43ab45d92c62b9856a903b48dbe32c4ab588abe239e4512d9e2026a24aff26ec572f5cd98613e6a0160dcbd642e0849
 WHIRLPOOL 
3c5c238dbbf174dbbede06109bfc32e9675f53ded011dffdc0ce9327adff778bec6d89aba18ea531548d3e1ed17808f1a29cc1085f620baada74d71695f56b41
+DIST python-exec-2.3.1.tar.bz2 83037 SHA256 
303a00b6706523db0e8a6bbcaf1985ebe209e2bc5a0800834302e3844d8f6c27 SHA512 
a6888ffa08784a1b8c2cc291ef1402bef2f49c40ae50a18ec7addf9f03821d35d54bb6dfae9747495e8c84f292c28de3b9d0d914c15b7bd8ef4610bed0ca3b8a
 WHIRLPOOL 
0e1828e822169edc1ad4e96a171b5e4d6e1cfe30d4c66368efb29cd167765daf5b70e9caae5740abbb78ff86155e2e1cb147e79a3296eb0c8f95c624e7b2704a

diff --git a/dev-lang/python-exec/python-exec-2.3.ebuild 
b/dev-lang/python-exec/python-exec-2.3.1.ebuild
similarity index 93%
rename from dev-lang/python-exec/python-exec-2.3.ebuild
rename to dev-lang/python-exec/python-exec-2.3.1.ebuild
index cbf297e..121f31e 100644
--- a/dev-lang/python-exec/python-exec-2.3.ebuild
+++ b/dev-lang/python-exec/python-exec-2.3.1.ebuild
@@ -55,11 +55,13 @@ src_install() {
 
local f
for f in python{,2,3}; do
-   # can't use symlinks here since random stuff
-   # loves to do readlink on sys.executable...
-   newbin python-exec2-c "${f}"
+   # symlink the C wrapper for python to avoid shebang recursion
+   # bug #568974
+   dosym python-exec2c /usr/bin/"${f}"
done
for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
+   # those are python scripts (except for new python-configs)
+   # so symlink them via the python wrapper
dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
done
 }



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/

2016-02-16 Thread Michał Górny
commit: 0e88751404e5a5b7f5b75472611254d2126fefc6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 22:40:41 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 22:56:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e887514

dev-lang/python-exec-: Use Python wrapper for Python scripts

 dev-lang/python-exec/python-exec-.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python-exec/python-exec-.ebuild 
b/dev-lang/python-exec/python-exec-.ebuild
index 2b77cc7..b835c89 100644
--- a/dev-lang/python-exec/python-exec-.ebuild
+++ b/dev-lang/python-exec/python-exec-.ebuild
@@ -68,11 +68,17 @@ src_install() {
insinto /etc/python-exec
doins "${T}"/python-exec.conf
 
-   # Create Python interpreter executable wrappers
local f
-   for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do
+   for f in python{,2,3}; do
+   # symlink the C wrapper for python to avoid shebang recursion
+   # bug #568974
dosym python-exec2c /usr/bin/"${f}"
done
+   for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
+   # those are python scripts (except for new python-configs)
+   # so symlink them via the python wrapper
+   dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
+   done
 }
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/

2016-02-16 Thread Michał Górny
commit: 44849504e7dda233834cb25455c1f604354ee530
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 22:39:51 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 22:56:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44849504

dev-lang/python-exec-: Update for another wrapper rename

 dev-lang/python-exec/python-exec-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-.ebuild 
b/dev-lang/python-exec/python-exec-.ebuild
index b13bf8b..2b77cc7 100644
--- a/dev-lang/python-exec/python-exec-.ebuild
+++ b/dev-lang/python-exec/python-exec-.ebuild
@@ -71,7 +71,7 @@ src_install() {
# Create Python interpreter executable wrappers
local f
for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do
-   dosym python-exec2-c /usr/bin/"${f}"
+   dosym python-exec2c /usr/bin/"${f}"
done
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/

2016-02-16 Thread Manuel Rüger
commit: 58e06c7d565d2cb6aff9fe59087563cc892dac11
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:46:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:46:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e06c7d

app-misc/pdfpc: Remove old

Package-Manager: portage-2.2.27

 app-misc/pdfpc/Manifest   |  1 -
 app-misc/pdfpc/pdfpc-4.0.1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/app-misc/pdfpc/Manifest b/app-misc/pdfpc/Manifest
index e8e21ec..5fb9c93 100644
--- a/app-misc/pdfpc/Manifest
+++ b/app-misc/pdfpc/Manifest
@@ -1,3 +1,2 @@
 DIST pdfpc-3.1.1.tgz 199004 SHA256 
ec5ffb9c2b55d1bac76172a6a13ed527ceed8cf0d659aca5e302f6a7185f00f2 SHA512 
554203094b18fe11fd085414961de6644df3c258ad52d46ad171cfd6c2199028bcbaa9560bdaba63d83f858b467407cc276972b34f341cc25260db1d1358e88d
 WHIRLPOOL 
bddcba6a4285ea2b58dd01f76b7b050db630eaa97de5bba32a66f7f85563e6a99763a52e82286297f605dfa59d9ff918007baab297e587968ac1c83e3d69e8a8
-DIST pdfpc-4.0.1.tar.gz 74405 SHA256 
7c40cb87f9f1ce5e1683e96cc815572ea4c0a30e9db691501401ad271d27a3fb SHA512 
701cf57b13b3abb2bacf086a29464a24d9eb67b095a89e770fade12f512d78773899bc9c71bc888e85b0a0acf2a122dd819b0259a1ab850a4f7af5fbc7369cdb
 WHIRLPOOL 
0e1054b2aedce013c7f4397b05c66f658e6de88fe4fe6e857e8bd6bf33b5b68f3acda8fd327cffb9b2db7d1726543cdb5afdd342be1b8286a55799f5c5be9688
 DIST pdfpc-4.0.2.tar.gz 75962 SHA256 
591da2f984dd7714b0607aff450b99649f9a8caaf311a38be8f5e2e1e565be96 SHA512 
01c957976d69b2e469989bb6b5957fd29b20e3a285c854fd42680f6c790849dfd3b4480c65ad5fcd5bd4106f92494626d46c943f6e9d6c0a0cb88168dc52b89f
 WHIRLPOOL 
94cf57074285a6f25f9292c7b2ea21392b78133ed4e13579e030429af6a179ad5e4e17a1a488fc2e6ff29041101cb140166335e699ba7041a5b992c330ed6311

diff --git a/app-misc/pdfpc/pdfpc-4.0.1.ebuild 
b/app-misc/pdfpc/pdfpc-4.0.1.ebuild
deleted file mode 100644
index 7faff15..000
--- a/app-misc/pdfpc/pdfpc-4.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VALA_MIN_API_VERSION="0.26"
-VALA_MAX_API_VERSION="0.30" # fix sed line if you increase this
-
-inherit vala cmake-utils
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="http://pdfpc.github.io";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/poppler:=[cairo]
-   dev-libs/glib:2
-   dev-libs/libgee:0.8
-   gnome-base/librsvg
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   sed -i -e "s/valac-0.20/valac-0.30 valac-0.28 valac-0.26/" 
cmake/vala/FindVala.cmake || die
-   vala_src_prepare
-}
-
-src_configure(){
-   local mycmakeargs=(
-   -DSYSCONFDIR="${EPREFIX}/etc"
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libwps/

2016-02-16 Thread Manuel Rüger
commit: ec89062342e7839cac52c1b134b5e241bf0a8767
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:34:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:34:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec890623

app-text/libwps: Remove old

Package-Manager: portage-2.2.27

 app-text/libwps/Manifest|  1 -
 app-text/libwps/libwps-0.4.1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index 7f2d236..f2378c9 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1,5 +1,4 @@
 DIST libwps-0.2.9.tar.xz 387340 SHA256 
cf9a17a6c0452ab32cce342c1410f1620c66f9cb6f9431b82f95da7fe9730177 SHA512 
60ddc8db5a90589248a0a8f90950907ca3be3362983f6c4847670e6eaf4d7ad22a2b6795b0a1b0a1920075f25f1ffcfd581757c26bfb74deacd000e94459da34
 WHIRLPOOL 
bc847cb65c72daa01db5d6f17a20cbaff741fab1fc7a63d789993334b7853009f59c1ca370d7d3798a26b294c96c3435664314b07ff5a2324fa7ca7980378fe8
 DIST libwps-0.3.1.tar.xz 410376 SHA256 
bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 
f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1
 WHIRLPOOL 
ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
-DIST libwps-0.4.1.tar.xz 476732 SHA256 
bf915125d647aec18f63d593eb9385bce1e3cdb48649c1c90782d0e0ff5e976a SHA512 
675b1d54436d568a990a305267daf33ebfb064e54b7b220f1ada850db85d1780590e161d27a68aa3b33807fab20a73e862f3dfffb62a8a5ff20192ed6f85063f
 WHIRLPOOL 
56d849615588d2a6e33f1f20367b8ce5685bcc1cac6651fd1f48cda238c851fdaa81658d73557ae5f2e4d4f0ca690517543cbeb0a940bbdca2f3347b938d7d7b
 DIST libwps-0.4.2.tar.xz 543052 SHA256 
e4fa907dd2b49b309fb4a860332bc44158570e02cb4ec07d4c8577b374b9f935 SHA512 
6e91a4dbb26335b6d4db47daec70d4f50313a8101de1dccce592cec49e00aaf50256580b3ea0c37f24b7ad1cc065a82e0a71deb0cfcd23dabf0a2627d915f48f
 WHIRLPOOL 
137f54be1a0d342205275891008a8de32ae3ee6ba6c2cdafccd61112e4e99e82039a471ef2aa98f0a935a470f48cc59690e8e783e676cde50a78ff1e56558e6c
 DIST libwps-0.4.3.tar.xz 539624 SHA256 
617d448a6c9bf935fc77a766e0b45d26f0886663d90b9bb00cfed9c28fbf13da SHA512 
b05375a956871386fe4e4448407868cdc6f09a8ff5c6329450396529bf148222a17dd9e82f92f443d5d86030e4ef10d18fc89363b91d1dd36f14d4c24d8645d9
 WHIRLPOOL 
807d0800f17ec0fb9fc82828b1b9f434c06f61a3d2acfdb23c8b2bb5d1989c8a94091fd508ab0a2d5b17a5ece89c03258ecf85d875b348039caea488b75c4d35

diff --git a/app-text/libwps/libwps-0.4.1.ebuild 
b/app-text/libwps/libwps-0.4.1.ebuild
deleted file mode 100644
index 5ac9cb1..000
--- a/app-text/libwps/libwps-0.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Microsoft Works file word processor format import filter library"
-HOMEPAGE="http://libwps.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
-IUSE="doc debug static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.10
-   dev-libs/boost:=
-   dev-libs/librevenge
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_with doc docs) \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libwps/

2016-02-16 Thread Manuel Rüger
commit: 1a2b3c1469a8b1acc8eac3ff25e2ea0813fafb19
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:33:18 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:33:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2b3c14

app-text/libwps: Version bump

Package-Manager: portage-2.2.27

 app-text/libwps/Manifest|  1 +
 app-text/libwps/libwps-0.4.3.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index 2321bf5..7f2d236 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -2,3 +2,4 @@ DIST libwps-0.2.9.tar.xz 387340 SHA256 
cf9a17a6c0452ab32cce342c1410f1620c66f9cb6
 DIST libwps-0.3.1.tar.xz 410376 SHA256 
bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 
f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1
 WHIRLPOOL 
ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
 DIST libwps-0.4.1.tar.xz 476732 SHA256 
bf915125d647aec18f63d593eb9385bce1e3cdb48649c1c90782d0e0ff5e976a SHA512 
675b1d54436d568a990a305267daf33ebfb064e54b7b220f1ada850db85d1780590e161d27a68aa3b33807fab20a73e862f3dfffb62a8a5ff20192ed6f85063f
 WHIRLPOOL 
56d849615588d2a6e33f1f20367b8ce5685bcc1cac6651fd1f48cda238c851fdaa81658d73557ae5f2e4d4f0ca690517543cbeb0a940bbdca2f3347b938d7d7b
 DIST libwps-0.4.2.tar.xz 543052 SHA256 
e4fa907dd2b49b309fb4a860332bc44158570e02cb4ec07d4c8577b374b9f935 SHA512 
6e91a4dbb26335b6d4db47daec70d4f50313a8101de1dccce592cec49e00aaf50256580b3ea0c37f24b7ad1cc065a82e0a71deb0cfcd23dabf0a2627d915f48f
 WHIRLPOOL 
137f54be1a0d342205275891008a8de32ae3ee6ba6c2cdafccd61112e4e99e82039a471ef2aa98f0a935a470f48cc59690e8e783e676cde50a78ff1e56558e6c
+DIST libwps-0.4.3.tar.xz 539624 SHA256 
617d448a6c9bf935fc77a766e0b45d26f0886663d90b9bb00cfed9c28fbf13da SHA512 
b05375a956871386fe4e4448407868cdc6f09a8ff5c6329450396529bf148222a17dd9e82f92f443d5d86030e4ef10d18fc89363b91d1dd36f14d4c24d8645d9
 WHIRLPOOL 
807d0800f17ec0fb9fc82828b1b9f434c06f61a3d2acfdb23c8b2bb5d1989c8a94091fd508ab0a2d5b17a5ece89c03258ecf85d875b348039caea488b75c4d35

diff --git a/app-text/libwps/libwps-0.4.3.ebuild 
b/app-text/libwps/libwps-0.4.3.ebuild
new file mode 100644
index 000..d2d292f
--- /dev/null
+++ b/app-text/libwps/libwps-0.4.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Microsoft Works file word processor format import filter library"
+HOMEPAGE="http://libwps.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+IUSE="doc debug static-libs"
+
+RDEPEND="
+   app-text/libwpd:0.10
+   dev-libs/boost:=
+   dev-libs/librevenge
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_enable static-libs static) \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_with doc docs) \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/

2016-02-16 Thread Manuel Rüger
commit: 27ddb6af521c79870d1c0c79f86fdea92ae56192
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:24:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:24:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ddb6af

dev-ruby/rubygems: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/rubygems/Manifest  |   1 +
 dev-ruby/rubygems/rubygems-2.5.2.ebuild | 111 
 2 files changed, 112 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 1b5bad9..89e0b1e 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,3 +1,4 @@
 DIST rubygems-2.2.5.tgz 416772 SHA256 
0f015d63ee3f48be2cc440332d992a33f6df113ced25b7a0007372d304bfeaa4 SHA512 
eac6d7c4801d7bf65ac8e244ff88677929e491db8c5054a31d936eaf1e1fabfc8c4b560040c01c7d9707758cfbad9a8063144bb37b494dd1b6f66a0222871e03
 WHIRLPOOL 
6e02359ce84352f39b13c3f59d9fd82788a5a2ae88d069df05642d5349cb33c06c3477de56c937a44742fb6aa6cfdb7b32dbadac131fb12e6387f983564879c6
 DIST rubygems-2.4.8.tgz 447712 SHA256 
5a4335fef5904ceb76d912a9d4a2464fbbb172df3b2abcb0c67003e77764845e SHA512 
1cc2e9e19d665268f475ce90547377d41a4ea5ce9a9afab4979de0247a0dd82b04529c087c899d9ced5564fa9051e1d2fe23ddb764ba411915bab2ce344ac419
 WHIRLPOOL 
e9fa65b3ff24a05082fd6ded221706c45e8d7c6677ccc31e6971991320800d47fef99651fb338c797e20ab4ab7775c7192e09f4575fc815640c4f2a8d5ea273b
 DIST rubygems-2.5.1.tgz 469494 SHA256 
02d4bb76687983d973ea8700912e798ca23be32bcce7956171254c93a2365273 SHA512 
fd98f9ce3a0c734fc66bf936a8287a64f8dfafe01987cf85497be57f021fc64c1015de9b4f0a36d24ffda152c2b02055a425c05cbd43266f55c0b1d5f052
 WHIRLPOOL 
8f4a7ee94cb9825ea35606347734e53c95dabfdf458cc6914ca4eb875451314a520a4849c607aff61afb25f29e6e44e7ed0667b0757ea15fe53f9d4a71710e3d
+DIST rubygems-2.5.2.tgz 475434 SHA256 
5171ce6fa04c74606991f9c318a924f095241d7ce18c21a00455c8ebe4aeecca SHA512 
43544619799ac6f0b22285954a3b46a2d8aea425ef16a26de4ebb5ea1b3a4f2d3a2031ac53bb890554fe935ca1d03101a5d4d9eae4619aaab72a079650fd8921
 WHIRLPOOL 
59806bd34ab0bfa66bd770c02054c16bd5c5bb836d0213018151339fda422780e5ace4bfecfad408075ae25d6c74e40d0925dccdc7a46aff545b93cc21faa4b2

diff --git a/dev-ruby/rubygems/rubygems-2.5.2.ebuild 
b/dev-ruby/rubygems/rubygems-2.5.2.ebuild
new file mode 100644
index 000..84e5804
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-2.5.2.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/";
+LICENSE="|| ( Ruby MIT )"
+
+SRC_URI="https://rubygems.org/rubygems/${P}.tgz";
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="server test"
+
+PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/minitest-4:0
+   dev-ruby/rdoc
+   )"
+
+all_ruby_prepare() {
+
+   mkdir -p lib/rubygems/defaults || die
+   cp "${FILESDIR}/gentoo-defaults.rb" 
lib/rubygems/defaults/operating_system.rb || die
+
+   eprefixify lib/rubygems/defaults/operating_system.rb
+
+   # Disable broken tests when changing default values:
+   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+
+   # Skip tests for default gems that all fail
+   sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+   sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
+   sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
+   sed -i -e '/test_execute_default_details/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_query_command.rb || die
+   sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
+   sed -i -e 
'/\(test_default_gem\|test_check_executable_overwrite\|test_require_works_after_cleanup\)/,/^
  end/ s:^:#:' \
+   test/rubygems/test_{gem_installer,require}.rb || die
+   sed -i -e '/test_\(load_default_gem\|default_spec_stub\)/,/^  end/ 
s:^:#:' test/rubygems/test_gem_specification.rb || die
+   sed -i -e '/test_uninstall_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_uninstaller.rb || die
+   rm -f test/rubygems/test_gem_indexer.rb || die
+
+   # Avoid tests playing tricks with ruby engine that don't seem to
+   # work for us.
+   rm test/rubygems/test_gem_request_set_gem

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/

2016-02-16 Thread Manuel Rüger
commit: 18e16b7fedbb6e8adb729972bbd84d72f78e3aa4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:25:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:25:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e16b7f

dev-ruby/rubygems: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/rubygems/Manifest  |   1 -
 dev-ruby/rubygems/rubygems-2.4.8.ebuild | 113 
 2 files changed, 114 deletions(-)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 89e0b1e..0bf3327 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,4 +1,3 @@
 DIST rubygems-2.2.5.tgz 416772 SHA256 
0f015d63ee3f48be2cc440332d992a33f6df113ced25b7a0007372d304bfeaa4 SHA512 
eac6d7c4801d7bf65ac8e244ff88677929e491db8c5054a31d936eaf1e1fabfc8c4b560040c01c7d9707758cfbad9a8063144bb37b494dd1b6f66a0222871e03
 WHIRLPOOL 
6e02359ce84352f39b13c3f59d9fd82788a5a2ae88d069df05642d5349cb33c06c3477de56c937a44742fb6aa6cfdb7b32dbadac131fb12e6387f983564879c6
-DIST rubygems-2.4.8.tgz 447712 SHA256 
5a4335fef5904ceb76d912a9d4a2464fbbb172df3b2abcb0c67003e77764845e SHA512 
1cc2e9e19d665268f475ce90547377d41a4ea5ce9a9afab4979de0247a0dd82b04529c087c899d9ced5564fa9051e1d2fe23ddb764ba411915bab2ce344ac419
 WHIRLPOOL 
e9fa65b3ff24a05082fd6ded221706c45e8d7c6677ccc31e6971991320800d47fef99651fb338c797e20ab4ab7775c7192e09f4575fc815640c4f2a8d5ea273b
 DIST rubygems-2.5.1.tgz 469494 SHA256 
02d4bb76687983d973ea8700912e798ca23be32bcce7956171254c93a2365273 SHA512 
fd98f9ce3a0c734fc66bf936a8287a64f8dfafe01987cf85497be57f021fc64c1015de9b4f0a36d24ffda152c2b02055a425c05cbd43266f55c0b1d5f052
 WHIRLPOOL 
8f4a7ee94cb9825ea35606347734e53c95dabfdf458cc6914ca4eb875451314a520a4849c607aff61afb25f29e6e44e7ed0667b0757ea15fe53f9d4a71710e3d
 DIST rubygems-2.5.2.tgz 475434 SHA256 
5171ce6fa04c74606991f9c318a924f095241d7ce18c21a00455c8ebe4aeecca SHA512 
43544619799ac6f0b22285954a3b46a2d8aea425ef16a26de4ebb5ea1b3a4f2d3a2031ac53bb890554fe935ca1d03101a5d4d9eae4619aaab72a079650fd8921
 WHIRLPOOL 
59806bd34ab0bfa66bd770c02054c16bd5c5bb836d0213018151339fda422780e5ace4bfecfad408075ae25d6c74e40d0925dccdc7a46aff545b93cc21faa4b2

diff --git a/dev-ruby/rubygems/rubygems-2.4.8.ebuild 
b/dev-ruby/rubygems/rubygems-2.4.8.ebuild
deleted file mode 100644
index 5b40d83..000
--- a/dev-ruby/rubygems/rubygems-2.4.8.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-ng prefix
-
-DESCRIPTION="Centralized Ruby extension management system"
-HOMEPAGE="http://rubyforge.org/projects/rubygems/";
-LICENSE="|| ( Ruby MIT )"
-
-SRC_URI="http://production.cf.rubygems.org/rubygems/${P}.tgz";
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="server test"
-
-PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/minitest-4:0
-   dev-ruby/rdoc
-   )"
-
-all_ruby_prepare() {
-
-   mkdir -p lib/rubygems/defaults || die
-   cp "${FILESDIR}/gentoo-defaults.rb" 
lib/rubygems/defaults/operating_system.rb || die
-
-   eprefixify lib/rubygems/defaults/operating_system.rb
-
-   # Disable broken tests when changing default values:
-   sed -i -e '/test_check_executable_overwrite_default_bin_dir/,/^  end/ 
s:^:#:' test/rubygems/test_gem_installer.rb || die
-   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
-
-   # Remove a test that fails when yard is installed.
-   sed -i -e '/test_self_attribute_names/,/^  end/ s:^:#:' 
test/rubygems/test_gem_specification.rb || die
-
-   # Skip tests for default gems that all fail
-   sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
-   sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
-   sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
-   sed -i -e '/test_execute_default_details/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_query_command.rb || die
-   sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
-   sed -i -e '/test_load_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_specification.rb || die
-   sed -i -e '/test_uninstall_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_uninstaller.rb || die
-   sed -i -e '/test_alien_default/,/^  end/ s:^:#:' 
test/rubygems/test_gem_validato

[gentoo-commits] repo/gentoo:master commit in: dev-python/husl/

2016-02-16 Thread Amadeusz Piotr Żołnowski
commit: 1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Feb 16 22:21:44 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Feb 16 22:21:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d93e628

dev-python/husl: Add missing dependency on setuptools

Package-Manager: portage-2.2.27

 dev-python/husl/husl-4.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/husl/husl-4.0.3.ebuild 
b/dev-python/husl/husl-4.0.3.ebuild
index 7cbefce..3f776a7 100644
--- a/dev-python/husl/husl-4.0.3.ebuild
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/husl/

2016-02-16 Thread Amadeusz Piotr Żołnowski
commit: 7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Feb 16 22:09:24 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Feb 16 22:10:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2959a2

dev-python/husl: Add new package

It's needed by new version of www-apps/nikola-7.7.5.

Package-Manager: portage-2.2.27

 dev-python/husl/Manifest  |  1 +
 dev-python/husl/husl-4.0.3.ebuild | 20 
 dev-python/husl/metadata.xml  | 16 
 3 files changed, 37 insertions(+)

diff --git a/dev-python/husl/Manifest b/dev-python/husl/Manifest
new file mode 100644
index 000..577e65a
--- /dev/null
+++ b/dev-python/husl/Manifest
@@ -0,0 +1 @@
+DIST husl-4.0.3.tar.gz 3880 SHA256 
8a1d622565a01ca553a87f52de97244f33d04c20d9e4d0dac76ddfeccb6850b9 SHA512 
1df5e08b24c3b815e4bf643d8bfc911aeeff25328565123122efb2a7042aea1e6e7709ed9d2c6a42390a0cece98863813a83952964c7df1dfcdc566671858034
 WHIRLPOOL 
a745b12d2cac76ecdcaa7a726d2332046871dcaff9091db11d29455230350b33fd7ed07c25209341dc287b87315db9722e0fe72710b6201dc5994a70ae99501f

diff --git a/dev-python/husl/husl-4.0.3.ebuild 
b/dev-python/husl/husl-4.0.3.ebuild
new file mode 100644
index 000..7cbefce
--- /dev/null
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Human-friendly HSL"
+HOMEPAGE="http://www.husl-colors.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-python/husl/metadata.xml b/dev-python/husl/metadata.xml
new file mode 100644
index 000..3885851
--- /dev/null
+++ b/dev-python/husl/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   husl
+   husl-colors/husl-python
+   
+



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmtp/

2016-02-16 Thread Manuel Rüger
commit: 75067f0b069743046827c0cd6cdd07138840b32b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:04:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:07:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75067f0b

media-libs/libmtp: Version bump

Package-Manager: portage-2.2.27

 media-libs/libmtp/Manifest |  1 +
 media-libs/libmtp/libmtp-1.1.11.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest
index c154e2a..2dfd465 100644
--- a/media-libs/libmtp/Manifest
+++ b/media-libs/libmtp/Manifest
@@ -1,3 +1,4 @@
 DIST libmtp-1.1.10.tar.gz 787654 SHA256 
1eee8d4c052fe29e58a408fedc08a532e28626fa3e232157abd8fca063c90305 SHA512 
7b0d06ac11a7476b6d8c84eb452c4abe08f8f61dafd8b1900e87f550665d5d3add182bbcba6d774426c8c9f6e978cef499a1f0d09283e5d6d02b812eb2eb3072
 WHIRLPOOL 
77df823382cb5756db4967e9131877888491eb11b9ef2ffdc8fecbb55a5f1df70223be54ef816899ddb0997bc73c8f445e25f2f8a22675da680d3017d2eb08df
+DIST libmtp-1.1.11.tar.gz 788911 SHA256 
15d96dff79a4f7ad14338894a4096d4ac584c6ad25fdcca955bc4726303287e9 SHA512 
966d5d831695dc02411fbe0a153873d9e5604a00e75bf0d4cc1a957887a2e7656c82209f5bf86150f7b9af037d66a96b3e3523e16d5b52ae013b835febf622c9
 WHIRLPOOL 
16e31709054de63d954c691b6396d7e1ad23c3327228188a5b918326a2ac9458d5701dabd73f86568dc5d7cd8512cbe2ddbaccb96d1e31d7e2c69ff0ac14b9a5
 DIST libmtp-1.1.8.tar.gz 757109 SHA256 
3f9e87536aa40e560d0c153a505e38096b1df5ea15fad783691e9a8ca4dd2282 SHA512 
34952fbe1ae1dcee456f4fc0d6208cf18e3ced22891bb748350927f06ee433f806e8339d6275085e70b6fd09a43eb0f18ac617e564c8d8162671245ecf0b8904
 WHIRLPOOL 
5ab0df9b566b7fe3193b0a09a0792eb2634d0775a8ee9a9358d13b2aeba4c82816f5ecb5e5d7355ed338d6171259b7a5c9802b4bc8ea2b0de3d4bbbd1aa8050c
 DIST libmtp-1.1.9.tar.gz 760593 SHA256 
23f1d3c0b54107388bf2824d56415e9e087c980c86e5d179865652c022b6b189 SHA512 
6be9f14602b05830ec01defaeb0f237ac4d021f76f4003d7178eda00d8bf86d7fbbeba0053dc111d2ab9eb32f1603c2dc4f2bc128f4cbe4819228486b9b85513
 WHIRLPOOL 
d357c949907b69f3a40291a79e05cc75790d86abb7fa0ea787c5ef0cd666b7f9888f9441f9893824520345d25799142f70c0ba0b773267fb9b374bb0d8b833e6

diff --git a/media-libs/libmtp/libmtp-1.1.11.ebuild 
b/media-libs/libmtp/libmtp-1.1.11.ebuild
new file mode 100644
index 000..84c6dd2
--- /dev/null
+++ b/media-libs/libmtp/libmtp-1.1.11.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils udev user
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd"
+fi
+
+DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"
+HOMEPAGE="http://libmtp.sourceforge.net/";
+
+LICENSE="LGPL-2.1" # LGPL-2+ and LGPL-2.1+ ?
+SLOT="0/9" # Based on SONAME of libmtp shared library
+IUSE="+crypt doc examples static-libs"
+
+RDEPEND="virtual/libusb:1
+   crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+   DOCS="AUTHORS README TODO"
+   enewgroup plugdev
+}
+
+src_prepare() {
+   # ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
+   rm -f ChangeLog
+
+   if [[ ${PV} == * ]]; then
+   local crpthf=config.rpath
+   local crpthd=/usr/share/gettext/${crpthf}
+   if has_version '>sys-devel/gettext-0.18.3' && [[ -e ${crpthd} 
]]; then
+   cp "${crpthd}" .
+   else
+   touch ${crpthf} # This is from upstream autogen.sh
+   fi
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable doc doxygen) \
+   $(use_enable crypt mtpz) \
+   --with-udev="$(get_udevdir)" \
+   --with-udev-group=plugdev \
+   --with-udev-mode=0660
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+
+   if use examples; then
+   docinto examples
+   dodoc examples/*.{c,h,sh}
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/

2016-02-16 Thread Manuel Rüger
commit: fd74bb1df142f5e3e33d33a8f0c95ca14fd58dc7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 22:07:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 22:07:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd74bb1d

media-libs/libcdr: Version bump

Package-Manager: portage-2.2.27

 media-libs/libcdr/Manifest|  1 +
 media-libs/libcdr/libcdr-0.1.2.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
index ff1bb4f..cc1bdc9 100644
--- a/media-libs/libcdr/Manifest
+++ b/media-libs/libcdr/Manifest
@@ -2,3 +2,4 @@ DIST libcdr-0.0.14.tar.xz 570728 SHA256 
720b693ba5e777f099f41ecd40418a16674ab29d
 DIST libcdr-0.0.16.tar.xz 569644 SHA256 
4c8a6586920f7b040ce51fa375eb87507291e0de4f568469db25f52915bc1135 SHA512 
59b65b95806bce3c97c1a0762bb80ce0845e444a23b7b4683c74d6c0c9155664e7a7e558d787f6cfa69460f657e4d7416ae8e8947e426f04e369b42fc5da4838
 WHIRLPOOL 
a0021dc4b8640fc2c192ead7b34a9c98536dcfcc2d13b65028768cb61a0ed96a163e8189a1b16751a62bdb7853d210fdfd9d3343870140eb6fe9cd95011c24af
 DIST libcdr-0.1.0.tar.xz 562240 SHA256 
a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8 SHA512 
823c98a7185d5dd31bac240d007056f36fb290085efa3392d75f4ed26a4703ffeb2b9be0d9a19417473fb44c4e3abad7242773f5455431040bcfffc8aa51d18e
 WHIRLPOOL 
a1dfe38eec531eb10c01416aa7b83ec70c9736cba24aa6d2e4cf3f7f0bf0e6260f38d746663537b97c2875af9f9c87fa755d695effdb58a87cf2f3ee9f24eeb5
 DIST libcdr-0.1.1.tar.xz 564668 SHA256 
d0a6e0667e5a37fe059bcb81d5077fc2abffc7e7bac86fe302fbcf927d58df1f SHA512 
a655b5390022fb5049d2f75fe836a693033943060d820942d59eb0a34548363ff183e0f32d22ec277d1f8b5c7ab89ab1fba933f17ef1239d14d053bd6a5cf624
 WHIRLPOOL 
f7d5b6b1655f86ac3b843957e476ab17f2ef234bb5073678d182760cd6a370d24c98b14570474221d9f5ef9b24ffc76a5f4f82d596f466a7324dac95a04b9d77
+DIST libcdr-0.1.2.tar.xz 602024 SHA256 
6bdb20bcdec5ad1a115d0a3aada7d4b2758e9d22801d72b4ecc2e55fb3d5d42c SHA512 
c5c08444fa28be13b60ba1aa515a47606de80b079cbabb0276f54064820fecb2a6ee50a8b33a6cc1b2f5f46323d3de7f00822aadec5c3058a14adebf5255da91
 WHIRLPOOL 
bd3137e234bfa37e82f121b431bb47c5fe5844d3ccf3d73b1aa5660ee732a2705fca0280777111f22bac4056f2f82be7df1e93eb6668dc7c4062727635d89b10

diff --git a/media-libs/libcdr/libcdr-0.1.2.ebuild 
b/media-libs/libcdr/libcdr-0.1.2.ebuild
new file mode 100644
index 000..dd033da
--- /dev/null
+++ b/media-libs/libcdr/libcdr-0.1.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/"
+inherit base eutils
+[[ ${PV} ==  ]] && inherit autotools git-2
+
+DESCRIPTION="Library parsing the Corel cdr documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
+[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="
+   dev-libs/icu:=
+   dev-libs/librevenge
+   media-libs/lcms:2
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   base_src_prepare
+   [[ -d m4 ]] || mkdir "m4"
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   $(use_enable static-libs static) \
+   --disable-werror \
+   $(use_with doc docs)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/

2016-02-16 Thread Mike Gilbert
commit: e2068a526639b4090c73184ef95fc4ffd11b8afe
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 16 22:05:48 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 16 22:05:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2068a52

package.mask: Drop sys-libs/efivar mask

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a74b769..cb66d26 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -43,10 +43,6 @@
 # Bug 574788
 >=media-video/ffmpeg-3.0
 
-# Mike Gilbert  (02 Feb 2016)
-# Fails to build, will fix it later.
-=sys-libs/efivar-0.22
-
 # Michael Palimaka  (12 Feb 2016)
 # Fails to build. No revdeps. Masked for removal in 30 days.
 # Bug 574432



[gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/

2016-02-16 Thread Mike Gilbert
commit: 986d8dcafea2e16380ce89e270f0ae12eb42b89a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 16 22:05:11 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 16 22:05:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d8dca

sys-libs/efivar: Bump to 0.23

Package-Manager: portage-2.2.27_p64

 sys-libs/efivar/Manifest   | 2 +-
 sys-libs/efivar/{efivar-0.22.ebuild => efivar-0.23.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-libs/efivar/Manifest b/sys-libs/efivar/Manifest
index ab7bf59..a84b8dc 100644
--- a/sys-libs/efivar/Manifest
+++ b/sys-libs/efivar/Manifest
@@ -1,2 +1,2 @@
 DIST efivar-0.21.tar.bz2 66677 SHA256 
04b9b9de9d9a1a013395400438a033daf4a4290f497ec5be04a120e2ac535094 SHA512 
851b5e29c2dab213bb81c6ea5c5c211d36fb6846de8aa1086b0657f06917c2f93bf154aa3a4c2dda22103bdf1d67ca877f9771dc3f979c9311ca24e0bc09492a
 WHIRLPOOL 
d6cdb2e2f047a22677d046581490ee4e64a2ac0631be8e41bf6250241b2554f62ddf81226fa3970ee80ebb9ec62665ca21f4fec94cc5ebe05414b0c674ad38dd
-DIST efivar-0.22.tar.bz2 67384 SHA256 
74f9700039c2c77b468ab2e174c17eb97bd5ee427d22b68a0ae0dbf8fd2d6e32 SHA512 
45b1b33e6928415f60de460086e6015e62ee65cab531b578b5a7ea78fd9c593220d8df00ee262171eb1ae3fc1bd1b733ce2c87c1dd91c2ac16a59c2764146e81
 WHIRLPOOL 
7000191aea4dd37639168e279e00ac4493683c956775d5887f37a860b25a76d3b1d1347b596f2cbb321673de7be3e77fcd10a3f155d483c06a0883a6b47fa8ee
+DIST efivar-0.23.tar.bz2 67558 SHA256 
9ca81f56b0c9177b6536c8187c9cf5974723abcaf57cd34173500c80bff3caa4 SHA512 
ff95c735425708cef0f85f1e9f8909e64651d10c303927d9e77d44fcb0a02ec90e4a364b0315cc3f5e30d77059ed2d8f43cc1efbed2db09a695ef7a6f1bb58f4
 WHIRLPOOL 
35207e4040041c03d105bbf7b2f7f103f1415dbc51dce9614ddba99786b6cacdf88136ab3a888551cf494c3d55685c7991c72fac1c6223255128c7c191e0318c

diff --git a/sys-libs/efivar/efivar-0.22.ebuild 
b/sys-libs/efivar/efivar-0.23.ebuild
similarity index 95%
rename from sys-libs/efivar/efivar-0.22.ebuild
rename to sys-libs/efivar/efivar-0.23.ebuild
index e811cf3..ba36200 100644
--- a/sys-libs/efivar/efivar-0.22.ebuild
+++ b/sys-libs/efivar/efivar-0.23.ebuild
@@ -20,7 +20,6 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
epatch "${FILESDIR}/0.21-nvme_ioctl.h.patch"
-   epatch "${FILESDIR}/0.22-flags.patch"
epatch_user
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/librevenge/

2016-02-16 Thread Manuel Rüger
commit: 4d1c3f8f73b79787c58ba07d188368ce9175412b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 16 21:54:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 16 21:54:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1c3f8f

dev-libs/librevenge: Version bump

Package-Manager: portage-2.2.27

 dev-libs/librevenge/Manifest|  1 +
 dev-libs/librevenge/librevenge-0.0.4.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/librevenge/Manifest b/dev-libs/librevenge/Manifest
index a6e65d9..2a920e8 100644
--- a/dev-libs/librevenge/Manifest
+++ b/dev-libs/librevenge/Manifest
@@ -1,3 +1,4 @@
 DIST librevenge-0.0.1.tar.xz 390796 SHA256 
0cb22773dd1b268f71b291fba0e27127853e8e55ac6ec0fcf5370487d77d SHA512 
65cc0e089a24e291700cca4a3f4d390d4646a1d6d847c060c068d53b525b7c69f0d870d2cafaf4d2f52cc102608e5a26c8883a455d031841e03cfbd32051e422
 WHIRLPOOL 
d0645652b4f7834e5f14ccc24ba567d1fcf036183185c5b00e64615fce303ac5f9137b729ebf62615390ad8a482205b545158b4cdb9ffdedc8b429d57ded5a78
 DIST librevenge-0.0.2.tar.xz 396628 SHA256 
f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f SHA512 
28e53aefdfe8585ef148781e53379a986b5becb459a27dffe8546341e7ada6a3323bc27ab3170227a532e796869b634ad0443324af72b16835a4287a64994637
 WHIRLPOOL 
648006d5024370e31e8b1bc2db4a7182572aa1ff5c4473754c02cbd33f30c51361fd4b6e6cd450aa40d08372eddd136c140cc7cac53e29188593b146fb55f121
 DIST librevenge-0.0.3.tar.xz 420288 SHA256 
7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4 SHA512 
568ad98c861c13cda3461aad50df164a37f53e8e169231da7043dbfcab963b7870169badbe67c73532278ea229fea36c7dba4f0f03ea95730c17f49d01c0a2be
 WHIRLPOOL 
025f5c2ef740c6ce59d378366b3cd78abab211e077a08029af8d58e6de05a28992c5457cbd8e77a84fb756ad5dc638b0cef9146c9d3b13519590b2e7872fc7ed
+DIST librevenge-0.0.4.tar.xz 421604 SHA256 
933f0729f04267cc354b9a02bc3e9afefa5512a3bdd0b45f159ee14a3e3347b2 SHA512 
c4c2c98bac3522c8bd487058f4db19d85ad0d99159c4de4ffde91a10ea3adb7f995ebe8ccf6afcf533d81f50fb654bf265b9cd197508f85b5b68a101ca279712
 WHIRLPOOL 
25e886e305799a983ecb23fc69452bd6936495305b248398c89e20add79828e6ae52a0b98e8e0465d241178a09b11ec0dfdc2e8bab78ade27c022e5933fff371

diff --git a/dev-libs/librevenge/librevenge-0.0.4.ebuild 
b/dev-libs/librevenge/librevenge-0.0.4.ebuild
new file mode 100644
index 000..66db901
--- /dev/null
+++ b/dev-libs/librevenge/librevenge-0.0.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="A helper library for REVerse ENGineered formats filters"
+HOMEPAGE="http://sf.net/p/libwpd/librevenge";
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
+   inherit git-r3 autotools
+   KEYWORDS=""
+else
+   SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~x86-fbsd"
+fi
+
+LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
+SLOT="0"
+IUSE="doc test"
+
+RDEPEND="
+   dev-libs/boost:=
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-static \
+   --disable-werror \
+   $(use_with doc docs) \
+   $(use_enable test tests) \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}"
+}
+
+multilib_src_install_all() {
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/

2016-02-16 Thread James Le Cuirot
commit: d54cf614f652e18f94c555e8c43fa3157d103563
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Feb 16 21:42:41 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Feb 16 21:45:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54cf614

profiles: Remove pointless global sybase USE mask

This should have been applied specifically to dev-lang/php but that
doesn't even use sybase any more, it uses sybase-ct, which doesn't
need to be masked.

 profiles/arch/x86/use.mask | 1 -
 profiles/base/use.mask | 1 -
 2 files changed, 2 deletions(-)

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 159d592..6b71e56 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -191,7 +191,6 @@ video_cards_newport
 
 # Diego Pettenò  (4 Jan 2007)
 # Unmask the flags for PHP that are available only on x86
--sybase
 -frontbase
 # Shared with amd64
 -oci8

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 266f2f7..3127dad 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -272,7 +272,6 @@ coreaudio
 
 # Diego Pettenò  (4 Jan 2007)
 # Mask the flags for PHP that are available only on x86
-sybase
 frontbase
 # Shared with amd64
 oci8



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/railties/

2016-02-16 Thread Hans de Graaff
commit: d98dfe454a2d4d34e9733a1e5ae4c1c3434524b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:39:08 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98dfe45

dev-ruby/railties: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/railties/railties-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/railties/railties-4.2.5.1.ebuild 
b/dev-ruby/railties/railties-4.2.5.1.ebuild
index 8a14333..6e83eef 100644
--- a/dev-ruby/railties/railties-4.2.5.1.ebuild
+++ b/dev-ruby/railties/railties-4.2.5.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/

2016-02-16 Thread Hans de Graaff
commit: c1cabb36646ae3dbc63c88272301b719b209f11f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:38:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cabb36

dev-ruby/activerecord: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/activerecord/activerecord-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild 
b/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild
index a347afb..de9e737 100644
--- a/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-4.2.5.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets-rails/

2016-02-16 Thread Hans de Graaff
commit: fdfbfa2cddbf346d5da9e94ce4b462acb6096895
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:41:30 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfbfa2c

dev-ruby/sprockets-rails: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/sprockets-rails/sprockets-rails-2.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-2.3.3-r1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-2.3.3-r1.ebuild
index 4186903..4b79246 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-2.3.3-r1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-2.3.3-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2016-02-16 Thread Hans de Graaff
commit: 5a8a4431122beb7498e99289c5b09c264ddaa03f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:19:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8a4431

dev-ruby/loofah: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/loofah/Manifest|  2 --
 dev-ruby/loofah/loofah-2.0.1.ebuild | 28 
 dev-ruby/loofah/loofah-2.0.2.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index e9b8e2e..80a9b60 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1 @@
-DIST loofah-2.0.1.gem 59392 SHA256 
e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c SHA512 
6bed99fced69538aa64c6ef67878420ef88d427c7cf6e74599f33ff9cfc9fcd6e9450de30a922d54bdead4851a39ec0b4bd58e58ab5ed1ef89610151c7f9270f
 WHIRLPOOL 
d100ba311a54303a11227cc50d82c4469f2d66462b8614e3a1ff9d512340981219431968282dd84c4cad0970c4b462a0f6ce0bfa792f34bc3f83ab4cc2789807
-DIST loofah-2.0.2.gem 59392 SHA256 
1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 SHA512 
f61b853847bd0dfecada1d8eb4f0ab1b179c804f0ac7c74f927a8275f6d1e9fb35456abdaa0ca3f81d8281f31c77088757fe2f994332ce0a742bb89fb1d2986c
 WHIRLPOOL 
a6ba55875d168e9a8c5bd3ad99e50f124f598ce21159025516ae7b4a7cf80e4a587f7c5f34c01ef568e4796a4a006ec4135b2da3938d40bbab7ce852a5ee54c4
 DIST loofah-2.0.3.gem 60416 SHA256 
48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 WHIRLPOOL 
6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf

diff --git a/dev-ruby/loofah/loofah-2.0.1.ebuild 
b/dev-ruby/loofah/loofah-2.0.1.ebuild
deleted file mode 100644
index abc8449..000
--- a/dev-ruby/loofah/loofah-2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}

diff --git a/dev-ruby/loofah/loofah-2.0.2.ebuild 
b/dev-ruby/loofah/loofah-2.0.2.ebuild
deleted file mode 100644
index abc8449..000
--- a/dev-ruby/loofah/loofah-2.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/

2016-02-16 Thread Hans de Graaff
commit: 4da3146c7359394f168c9985da0efff1f293f552
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:43:52 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da3146c

dev-ruby/jquery-rails: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild
index fe2ad73..70fd7a4 100644
--- a/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild
+++ b/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="http://www.rubyonrails.org";
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel/

2016-02-16 Thread Hans de Graaff
commit: 76b1e37feddd455efefec76b7149fc7b5416751e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:37:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b1e37f

dev-ruby/activemodel: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/activemodel/activemodel-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activemodel/activemodel-4.2.5.1.ebuild 
b/dev-ruby/activemodel/activemodel-4.2.5.1.ebuild
index 2a3deb3..f5059c3 100644
--- a/dev-ruby/activemodel/activemodel-4.2.5.1.ebuild
+++ b/dev-ruby/activemodel/activemodel-4.2.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/

2016-02-16 Thread Hans de Graaff
commit: 9527f427168ff54ac0f700b3883c1c4c5a3114df
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:46:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9527f427

dev-ruby/rails: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/rails/rails-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails/rails-4.2.5.1.ebuild 
b/dev-ruby/rails/rails-4.2.5.1.ebuild
index afa0052..6fcfbf2 100644
--- a/dev-ruby/rails/rails-4.2.5.1.ebuild
+++ b/dev-ruby/rails/rails-4.2.5.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="+asset-pipeline"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailer/

2016-02-16 Thread Hans de Graaff
commit: 5a57d3dc94f1369cb8098017339a2df84ff829a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:35:49 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a57d3dc

dev-ruby/actionmailer: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/actionmailer/actionmailer-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/actionmailer/actionmailer-4.2.5.1.ebuild 
b/dev-ruby/actionmailer/actionmailer-4.2.5.1.ebuild
index 82798c5..ea17641 100644
--- a/dev-ruby/actionmailer/actionmailer-4.2.5.1.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-4.2.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/

2016-02-16 Thread Hans de Graaff
commit: dfee57abcd56fd5240f9888fbc4405fadfa64e9d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:37:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfee57ab

dev-ruby/actionview: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/actionview/actionview-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/actionview/actionview-4.2.5.1.ebuild 
b/dev-ruby/actionview/actionview-4.2.5.1.ebuild
index 5a093fd..65eaceb 100644
--- a/dev-ruby/actionview/actionview-4.2.5.1.ebuild
+++ b/dev-ruby/actionview/actionview-4.2.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2016-02-16 Thread Hans de Graaff
commit: f8fee9b9888071325d8de4abfa88f7633e8a4e22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:13:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fee9b9

dev-ruby/loofah: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/loofah/loofah-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index abc8449..c45a620 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/

2016-02-16 Thread Hans de Graaff
commit: b58086dc354b3922a0ca22a905249db66c69a13b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:36:12 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58086dc

dev-ruby/globalid: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/globalid/globalid-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/globalid/globalid-0.3.6.ebuild 
b/dev-ruby/globalid/globalid-0.3.6.ebuild
index 3dd38ba..aaf063b 100644
--- a/dev-ruby/globalid/globalid-0.3.6.ebuild
+++ b/dev-ruby/globalid/globalid-0.3.6.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.1.0 
>=dev-ruby/railties-4.1.0 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-rails/

2016-02-16 Thread Hans de Graaff
commit: 49f30e070983f37c809743d821836f6934ad4ae2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:44:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f30e07

dev-ruby/sass-rails: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/sass-rails/sass-rails-5.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sass-rails/sass-rails-5.0.4-r1.ebuild 
b/dev-ruby/sass-rails/sass-rails-5.0.4-r1.ebuild
index a5698eb..0e7e1a7 100644
--- a/dev-ruby/sass-rails/sass-rails-5.0.4-r1.ebuild
+++ b/dev-ruby/sass-rails/sass-rails-5.0.4-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/coffee-rails/

2016-02-16 Thread Hans de Graaff
commit: 7ebf51d88cbf0c95e712c360ba64953af8a36426
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:45:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebf51d8

dev-ruby/coffee-rails: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/coffee-rails/coffee-rails-4.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/coffee-rails/coffee-rails-4.1.1-r1.ebuild 
b/dev-ruby/coffee-rails/coffee-rails-4.1.1-r1.ebuild
index d5f7425..26b1fee 100644
--- a/dev-ruby/coffee-rails/coffee-rails-4.1.1-r1.ebuild
+++ b/dev-ruby/coffee-rails/coffee-rails-4.1.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/coffee-rails/archive/v${PV}.tar.gz -> ${PV}.ta
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2016-02-16 Thread Hans de Graaff
commit: 8caa7f8a745808008f49251f676a70e5aa5baaa4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:28:46 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caa7f8a

dev-ruby/rails-dom-testing: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
index 29f5eef..993c873 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-deprecated_sanitizer/

2016-02-16 Thread Hans de Graaff
commit: 6dca222b00aae5d76382054639b5ab9525b3fd88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:32:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dca222b

dev-ruby/rails-deprecated_sanitizer: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 .../rails-deprecated_sanitizer/rails-deprecated_sanitizer-1.0.3.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/rails-deprecated_sanitizer/rails-deprecated_sanitizer-1.0.3.ebuild 
b/dev-ruby/rails-deprecated_sanitizer/rails-deprecated_sanitizer-1.0.3.ebuild
index a3394d7..6f99368 100644
--- 
a/dev-ruby/rails-deprecated_sanitizer/rails-deprecated_sanitizer-1.0.3.ebuild
+++ 
b/dev-ruby/rails-deprecated_sanitizer/rails-deprecated_sanitizer-1.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rails/rails-deprecated_sanitizer";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activesupport-4.2"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activejob/

2016-02-16 Thread Hans de Graaff
commit: 82de6a1b4e3ea19597f0a6da2d907d9c2a1c803a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:32:54 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82de6a1b

dev-ruby/activejob: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/activejob/activejob-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activejob/activejob-4.2.5.1.ebuild 
b/dev-ruby/activejob/activejob-4.2.5.1.ebuild
index 7ec4606..c42f4f3 100644
--- a/dev-ruby/activejob/activejob-4.2.5.1.ebuild
+++ b/dev-ruby/activejob/activejob-4.2.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2016-02-16 Thread Hans de Graaff
commit: 1308e5f033c603d7bb4762a95f023e2c0681ffc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:29:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1308e5f0

dev-ruby/rails-html-sanitizer: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
index f7cc832..8311e04 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
@@ -15,7 +15,7 @@ 
HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/loofah:0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack/

2016-02-16 Thread Hans de Graaff
commit: b01bca938699f89f07056b25d29f54ee8d6199cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:35:22 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:13:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01bca93

dev-ruby/actionpack: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/actionpack/actionpack-4.2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/actionpack/actionpack-4.2.5.1.ebuild 
b/dev-ruby/actionpack/actionpack-4.2.5.1.ebuild
index 6ac5189..ba3bfe9 100644
--- a/dev-ruby/actionpack/actionpack-4.2.5.1.ebuild
+++ b/dev-ruby/actionpack/actionpack-4.2.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/

2016-02-16 Thread Hans de Graaff
commit: 99effd05e3cffb54d5883a0dff0b7b7704229021
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:19:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99effd05

dev-ruby/loofah: fix repoman issues

Package-Manager: portage-2.2.26

 dev-ruby/loofah/loofah-2.0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index c45a620..43305ab 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
 
 inherit ruby-fakegem
 
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
 HOMEPAGE="https://github.com/flavorjones/loofah";
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplebayes/

2016-02-16 Thread Bernard Cafarelli
commit: caeaa736e6db0a77d93de78fac6336fbb696cdf0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Feb 16 14:13:37 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Feb 16 21:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caeaa736

dev-python/simplebayes: initial commit

Package-Manager: portage-2.2.27

 dev-python/simplebayes/Manifest |  1 +
 dev-python/simplebayes/metadata.xml | 17 +++
 dev-python/simplebayes/simplebayes-1.5.7.ebuild | 28 +
 3 files changed, 46 insertions(+)

diff --git a/dev-python/simplebayes/Manifest b/dev-python/simplebayes/Manifest
new file mode 100644
index 000..aef3127
--- /dev/null
+++ b/dev-python/simplebayes/Manifest
@@ -0,0 +1 @@
+DIST simplebayes-1.5.7.tar.gz 19260 SHA256 
71cb029768bd25c172bdb3bd37174d42f872da92c33329ec736c3748ffa3b4a7 SHA512 
417af72db13418e5a9df2fdb642fc63ed3eb4fbbf88cc7252a9e3603d31e35ccb68ae5838d8bb7d77554c1820a9db8aa944c639af4eb6418babb9d360ef3ddbc
 WHIRLPOOL 
826617d920c45411a138bc405f760229e79959b25f4cd7e3d6b4525cdd2e9fec43b88f0df011dd820a72484df5bf988e3a18b357fe2966e15a8349c686eba308

diff --git a/dev-python/simplebayes/metadata.xml 
b/dev-python/simplebayes/metadata.xml
new file mode 100644
index 000..9d1e5c1
--- /dev/null
+++ b/dev-python/simplebayes/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+   
+A memory-based, optional-persistence naïve bayesian text classifier.
+
+This work is heavily inspired by the python "redisbayes" module found here:
+[https://github.com/jart/redisbayes] and 
[https://pypi.python.org/pypi/redisbayes]
+   
+   
+   hickeroar/simplebayes
+   
+

diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild 
b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
new file mode 100644
index 000..affaca5
--- /dev/null
+++ b/dev-python/simplebayes/simplebayes-1.5.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="memory-based, optional-persistence naive bayesian text classifier"
+HOMEPAGE="https://github.com/hickeroar/simplebayes";
+SRC_URI="https://github.com/hickeroar/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/paperwork/

2016-02-16 Thread Bernard Cafarelli
commit: ea1a69ce87d07492d113f4393d2b5476ed4f04b0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Feb 16 21:08:57 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Feb 16 21:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1a69ce

app-text/paperwork: version bump, bug #574828 by mrueg

Package-Manager: portage-2.2.27

 app-text/paperwork/Manifest |  1 +
 app-text/paperwork/paperwork-0.3.0.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
index a30fb9e..d935852 100644
--- a/app-text/paperwork/Manifest
+++ b/app-text/paperwork/Manifest
@@ -1 +1,2 @@
 DIST paperwork-0.2.5.tar.gz 165234 SHA256 
98969bef91b51c72dfd493862c3f62a88c0a26a0654a4bdc9156d8b0d3993a20 SHA512 
6f541ebf6cfe02868f568a488754e48f1dcca2d239986e175ee76f6d14495f45a6ab746e2bd29dcf05204c7d1f8a71eb4e91cb3f8a8fd5710b6d2ef1c24637bf
 WHIRLPOOL 
ce631670f8c61d2a959243db73c179e5a605ebf9f4f91a0fa62ef8dc7ec8e6f09aeb35a749da2bcfba357f031eb39fdba2c1d77e24018770e08315e04aeb3b3a
+DIST paperwork-0.3.0.1.tar.gz 175755 SHA256 
3019264cbbfb449c1b7d9c04537e4aff72f17da4a59db3538b34cf7ee7ae5775 SHA512 
b167cc8b907cc40e98b019b3f51305b4648d5c0afea7481c532bf48d2f4ec3773ba9ec56b63806dba6f20d87d60c7e2d148d85ee4a8b138867003499fc5a9697
 WHIRLPOOL 
b3174f122ee7270d584950f7459b6a3c7e99a82e3d56e2fcbe87c9ce36492e0a70ab8da02c7572158c8e61622ff15a0835d7d8bf9edeffe84d0fec3392d36b25

diff --git a/app-text/paperwork/paperwork-0.3.0.1.ebuild 
b/app-text/paperwork/paperwork-0.3.0.1.ebuild
new file mode 100644
index 000..a604cde
--- /dev/null
+++ b/app-text/paperwork/paperwork-0.3.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
+HOMEPAGE="https://github.com/jflesch/paperwork";
+SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+   dev-python/joblib[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
+   >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
+   dev-python/python-levenshtein[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]
+   dev-python/simplebayes[${PYTHON_USEDEP}]
+   dev-util/glade[introspection,python]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-text/paperwork/

2016-02-16 Thread Bernard Cafarelli
commit: b997017feacd503a08e232f8bab6f3bb95cc91d5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Feb 16 14:42:42 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Feb 16 21:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b997017f

app-text/paperwork: drop old versions

Package-Manager: portage-2.2.27

 app-text/paperwork/Manifest   |  2 --
 app-text/paperwork/paperwork-0.2.3.ebuild | 35 ---
 app-text/paperwork/paperwork-0.2.4.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
index 31e07d5..a30fb9e 100644
--- a/app-text/paperwork/Manifest
+++ b/app-text/paperwork/Manifest
@@ -1,3 +1 @@
-DIST paperwork-0.2.3.tar.gz 164350 SHA256 
92f7ef27d26b9b4d3e1d4f87b2788e47cfef0fb386ca813daf02e486e791ccf6 SHA512 
e9b423dc35b1c952eca93a891b94b1d25d1af612c22671ccae0b37a32bc29ceb800d0ab9a300d12d0eb4dceb45843ef4123c1796f94a82a40292ad3848ba7d12
 WHIRLPOOL 
3d1f07a89e9a3177fc4c10d699328ce91e27e76fcb2b6ae704e7f12e11bcbd48fafc88ef07cf6c4903d9c8d7774e7daa47b8ce5bd7fb694ab303cbff8c6c6f94
-DIST paperwork-0.2.4.tar.gz 164449 SHA256 
361970a69995ead1a07a9fe63dde1055110194e447bbfb357b95ac45918ce23c SHA512 
a21875f78e38ef77c05f21b57491fa89b7bb9ceeda5d577cd1082825b7df7e56ce9a7a2f7477b066b81a8858183607a25e999e0f851848393c155c9f8588b634
 WHIRLPOOL 
f9b02780437feb0fb0eba2a2a436cf855d0efde85877f8d6533fb613110171e2ec9bf1dff31ffab5e5e21c1d7ac180f42eb5eed38a0416e6cba41cc36fadefa2
 DIST paperwork-0.2.5.tar.gz 165234 SHA256 
98969bef91b51c72dfd493862c3f62a88c0a26a0654a4bdc9156d8b0d3993a20 SHA512 
6f541ebf6cfe02868f568a488754e48f1dcca2d239986e175ee76f6d14495f45a6ab746e2bd29dcf05204c7d1f8a71eb4e91cb3f8a8fd5710b6d2ef1c24637bf
 WHIRLPOOL 
ce631670f8c61d2a959243db73c179e5a605ebf9f4f91a0fa62ef8dc7ec8e6f09aeb35a749da2bcfba357f031eb39fdba2c1d77e24018770e08315e04aeb3b3a

diff --git a/app-text/paperwork/paperwork-0.2.3.ebuild 
b/app-text/paperwork/paperwork-0.2.3.ebuild
deleted file mode 100644
index f2e47ca..000
--- a/app-text/paperwork/paperwork-0.2.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
-HOMEPAGE="https://github.com/jflesch/paperwork";
-SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/poppler[introspection]
-   dev-python/joblib[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pycountry[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   >=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
-   >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
-   dev-python/python-levenshtein[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]
-   https://github.com/jflesch/paperwork";
-SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-text/poppler[introspection]
-   dev-python/joblib[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pycountry[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   >=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
-   >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
-   dev-python/python-levenshtein[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]
-   dev-python/whoosh[${PYTHON_USEDEP}]
-   dev-util/glade[introspection,python]
-   sci-libs/scikits_learn[${PYTHON_USEDEP}]
-   sci-libs/scikits_image[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pixie/

2016-02-16 Thread Kristian Fiskerstrand
commit: 213eb2273dabbc84bf01f843b2aedc9719b9d8f2
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Feb 16 21:13:43 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Feb 16 21:13:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213eb227

media-gfx/pixie: Fix missing || die in previous commit

Package-Manager: portage-2.2.27

 media-gfx/pixie/pixie-2.2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pixie/pixie-2.2.6-r1.ebuild 
b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
index b5dfae9..5556a0c 100644
--- a/media-gfx/pixie/pixie-2.2.6-r1.ebuild
+++ b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
@@ -57,7 +57,7 @@ src_prepare() {
rm "${S}"/shaders/*.sdr
 
# FIX: flex does not translate variable name in custom YY_DECL
-   sed -i -e '/define YY_DECL/ s/yylval/riblval/' src/ri/rib.l
+   sed -i -e '/define YY_DECL/ s/yylval/riblval/' src/ri/rib.l || die
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pixie/

2016-02-16 Thread Kristian Fiskerstrand
commit: d2c4ba06caa43c1d2bfc297a8a4a409f8fdbc174
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Feb 16 21:11:06 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Feb 16 21:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c4ba06

media-gfx/pixie: Fix building with bison 3

Bug: 486148
Thanks-To: cmuelle8

Package-Manager: portage-2.2.27

 media-gfx/pixie/pixie-2.2.6-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/pixie/pixie-2.2.6-r1.ebuild 
b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
index 50baf2d..b5dfae9 100644
--- a/media-gfx/pixie/pixie-2.2.6-r1.ebuild
+++ b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -55,6 +55,9 @@ src_prepare() {
# parallelism can break the regeneration process, with resulting
# missing shaders.
rm "${S}"/shaders/*.sdr
+
+   # FIX: flex does not translate variable name in custom YY_DECL
+   sed -i -e '/define YY_DECL/ s/yylval/riblval/' src/ri/rib.l
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/

2016-02-16 Thread Lars Wendler
commit: ab2039ffbe1d42c7df13575aa3986b0fbbb1c1f6
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb 16 20:58:31 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb 16 20:58:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2039ff

sys-auth/libfprint: Removed old.

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler  gentoo.org>

 sys-auth/libfprint/libfprint-0.6.0-r1.ebuild | 54 
 1 file changed, 54 deletions(-)

diff --git a/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild 
b/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild
deleted file mode 100644
index 3da16ad..000
--- a/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils udev vcs-snapshot
-
-MY_PV="V_${PV//./_}"
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/";
-SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> 
${P}.tar.bz2
-   https://dev.gentoo.org/~xmw/${P}_vfs0050.patch.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug static-libs vanilla"
-
-RDEPEND="virtual/libusb:1
-   dev-libs/glib:2
-   dev-libs/nss
-   x11-libs/pixman"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   if ! use vanilla ; then
-   epatch "${WORKDIR}"/${P}_vfs0050.patch
-   fi
-
-   # upeke2 and fdu2000 were missing from all_drivers.
-   sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \
-   -i configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-drivers=all \
-   $(use_enable debug debug-log) \
-   $(use_enable static-libs static) \
-   -enable-udev-rules \
-   --with-udev-rules-dir=$(get_udevdir)/rules.d
-}
-
-src_install() {
-   default
-
-   prune_libtool_files
-
-   dodoc AUTHORS HACKING NEWS README THANKS TODO
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/files/, sys-auth/libfprint/

2016-02-16 Thread Lars Wendler
commit: 7c64231d37ba906f77ddc02e8f67b6d784e69b1f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb 16 20:57:56 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb 16 20:57:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c64231d

sys-auth/libfprint: Security revbump fixing broken udev rule (bug #562218).

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/libfprint-0.6.0-fix-udev-rules.patch | 23 +
 sys-auth/libfprint/libfprint-0.6.0-r2.ebuild   | 60 ++
 2 files changed, 83 insertions(+)

diff --git a/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch 
b/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch
new file mode 100644
index 000..128ac8c
--- /dev/null
+++ b/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch
@@ -0,0 +1,23 @@
+Remove spurious \n to fix udev rule generation
+
+Steven Newbury :
+libfprint generates 60-fprint-autosuspend.rules for all supported devices, 
+however there's a spurious \n before the ', MODE="0666"' which results in it 
+appearing on a new line after the match criteria.  At least on current 
+systemd/udev this results in MODE="0666" being applied unconditionally to all 
+device nodes.  This is an extremely serious security problem and effectively 
+gives root access to all users simply by having the ebuild emerged.
+
+https://bugs.gentoo.org/562218
+
+--- a/libfprint/fprint-list-udev-rules.c
 b/libfprint/fprint-list-udev-rules.c
+@@ -74,7 +74,7 @@
+   if (num_printed == 0)
+   printf ("# %s\n", driver->full_name);
+ 
+-  printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", TEST==\"power/control\", 
ATTR{power/control}=\"auto\"\n, MODE=\"0666\"\n", driver->id_table[i].vendor, 
driver->id_table[i].product);
++  printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", TEST==\"power/control\", 
ATTR{power/control}=\"auto\", MODE=\"0666\"\n", driver->id_table[i].vendor, 
driver->id_table[i].product);
+   printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ENV{LIBFPRINT_DRIVER}=\"%s\"\n", 
driver->id_table[i].vendor, driver->id_table[i].product, driver->full_name);
+   num_printed++;
+ }

diff --git a/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild 
b/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
new file mode 100644
index 000..4597a21
--- /dev/null
+++ b/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils udev vcs-snapshot
+
+MY_PV="V_${PV//./_}"
+DESCRIPTION="library to add support for consumer fingerprint readers"
+HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/";
+SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> 
${P}.tar.bz2
+   https://dev.gentoo.org/~xmw/${P}_vfs0050.patch.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug static-libs vanilla"
+
+RDEPEND="virtual/libusb:1
+   dev-libs/glib:2
+   dev-libs/nss
+   x11-libs/pixman"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-udev-rules.patch"
+)
+
+src_prepare() {
+   if ! use vanilla ; then
+   eapply "${WORKDIR}"/${P}_vfs0050.patch
+   fi
+
+   default
+
+   # upeke2 and fdu2000 were missing from all_drivers.
+   sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \
+   -i configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-drivers=all \
+   $(use_enable debug debug-log) \
+   $(use_enable static-libs static) \
+   -enable-udev-rules \
+   --with-udev-rules-dir=$(get_udevdir)/rules.d
+}
+
+src_install() {
+   default
+
+   prune_libtool_files
+
+   dodoc AUTHORS HACKING NEWS README THANKS TODO
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2016-02-16 Thread Mike Frysinger
commit: d50aaa25022cd1a2a0313c822a7f2dfccf4269c9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 16 20:38:22 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 16 20:41:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50aaa25

sys-libs/glibc: misc upstream fixes

 sys-libs/glibc/Manifest |   1 +
 sys-libs/glibc/glibc-2.22-r2.ebuild | 197 
 2 files changed, 198 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 209f615..9dc4eec 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -10,5 +10,6 @@ DIST glibc-2.20.tar.xz 12283992 SHA256 
f84b6d42aecc288d593c397b0a3d02260a33ee686
 DIST glibc-2.21-patches-5.tar.bz2 34237 SHA256 
8f6a5dd094ad2c4b82368ef4b081ce6c634f61ea2783cdc68bcd9250d61682e1 SHA512 
19b0e706cee387aa3a9ed40dd20081ffe98eaaf9a5ca027ee4abd3e46c3403af06c5189bd764d8d477cb356507e1142b5fde852ec710cf24e108c307f5843837
 WHIRLPOOL 
96c4ec00af41c60c238f681ea5448cec4db11dc59b4853eed5ba700aa21f804de2443166aa48d30f76af6b1a2eb74a47a7d1163e2067e5bbdcdbe3e4bf2a38c4
 DIST glibc-2.21-patches-6.tar.bz2 42366 SHA256 
01c0373a950b3df9bbd2e466718e3adbbbe0bd4a0fa00376386c95078e45e8f5 SHA512 
83dcbcd1733784dfde4fb6aa2431a929e8b5750797fecd30686a6b3145a2ac6a6245957a866cd745dad8e1b976e82ee584ca1b21888dfc26ae839bb7da71e702
 WHIRLPOOL 
870ee6d0d4a6695d55472870d13cb943cfd7b0a2662be51198d7e9ddb24e4eb26ccee4f032677e95584dccd48685990c144402e147c01b0c90fca30c9fcdfc45
 DIST glibc-2.21.tar.xz 12322092 SHA256 
aeeb362437965a5d3f40b151094ca79def04a115bd363fdd4a9a0c69482923b8 SHA512 
8cded6693618bec115f678fcbd0b77556f97dfa8337608f66e37224aefa55b38765ba61cb4d58beea37b5934e5ec8e30bad58613707388484906f2a0ce77997d
 WHIRLPOOL 
d07fec32bd92eade065a3b6170932b8bd41d07df4aa69dd5a860ebb9678c22bd1e20bf88b1fc05c3ecc18e709c0a63118e12525dc668e0399d7ef7fe4454702d
+DIST glibc-2.22-patches-10.tar.bz2 54312 SHA256 
0cf9935301d2cf427e35c7b3866dd0036e0ec473ba5ff1cf6684c424ed5638aa SHA512 
ebb4230705e61675ec0d70ad66816956479bd3ab7c20a3d970ba18d01b79de73e202cafe361c7f509cbfbc89bd99b19f75d5d3f3b9bb46d6f1fba6851ae0bf44
 WHIRLPOOL 
4fc98a7572070f1556410b8d20d078557a9786720d6a3425e2d924e6f86448810433911a4b3df2b8022f46e8b8e475f61bad12528efc988516422b89aee7e2cc
 DIST glibc-2.22-patches-9.tar.bz2 37781 SHA256 
724ebd9c068af2740b2058dfe6685e4c496c845a9e927efdacd763c22d5d9fbd SHA512 
dda6ce3908f4261744178c0a345c016a3b0a7ca1d75063e1b216b6b95aea663f1741391e71966e0ed8018eea1a628786ccd026c6616def721bbedb961d5245e8
 WHIRLPOOL 
9725fabb933d3b48cdce5df4e5e9ed9bc58f737836405e1345849764ae6013cd2a2ac73a23137e87964d940bd79115f82b777bc807ce4c58a28a247cdf22f68f
 DIST glibc-2.22.tar.xz 12969072 SHA256 
eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 SHA512 
a8719f3a4f8aa5fa8176fdafbea5082c6dfd85bd8c4cdce60571910263ab422b35bb8b55a84d37ccb146442133ba60a84d453ca4a439c8ccd35419bd051b
 WHIRLPOOL 
f7e707b3776fc197a2e7bf5633721925507237b154bbc1f94b9fc303c87e6fc039ff0758da6ee55b4c1a0daaa87c6e594a6c96e7b00a7ba8ae98ee29918709a7

diff --git a/sys-libs/glibc/glibc-2.22-r2.ebuild 
b/sys-libs/glibc/glibc-2.22-r2.ebuild
new file mode 100644
index 000..00c14a7
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.22-r2.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib 
systemd unpacker multiprocessing
+
+DESCRIPTION="GNU libc6 (also called glibc2) C library"
+HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
+
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+RESTRICT="strip" # strip ourself #46186
+EMULTILIB_PKG="true"
+
+# Configuration variables
+RELEASE_VER=""
+case ${PV} in
+*)
+   EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
+   EGIT_SOURCEDIRS="${S}"
+   inherit git-2
+   ;;
+*)
+   RELEASE_VER=${PV}
+   ;;
+esac
+GCC_BOOTSTRAP_VER="4.7.3-r1"
+PATCH_VER="10" # Gentoo patchset
+: ${NPTL_KERN_VER:="2.6.32"}   # min kernel version nptl 
requires
+
+IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla 
crosscompile_opts_headers-only"
+
+# Here's how the cross-compile logic breaks down ...
+#  CTARGET - machine that will target the binaries
+#  CHOST   - machine that will host the binaries
+#  CBUILD  - machine that will build the binaries
+# If CTARGET != CHOST, it means you want a libc for cross-compiling.
+# If CHOST != CBUILD, it means you want to cross-compile the libc.
+#  CBUILD = CHOST = CTARGET- native build/install
+#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
+#  (CBUILD = CHOST) != CTARGET - libc for cross-compiler
+#  CBUILD != CHOST != CTARGET  - cross-compile a libc for a cross-compiler
+# For

[gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/

2016-02-16 Thread Mike Frysinger
commit: c7b2796688c0b6a8da86a42920705e573b28f3be
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 16 20:34:45 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 16 20:41:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b27966

dev-python/httplib2: mark 0.9.1 alpha/arm/ia64/ppc/ppc64/sparc stable #570990

 dev-python/httplib2/httplib2-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httplib2/httplib2-0.9.1.ebuild 
b/dev-python/httplib2/httplib2-0.9.1.ebuild
index 05c7c26..b00504e 100644
--- a/dev-python/httplib2/httplib2-0.9.1.ebuild
+++ b/dev-python/httplib2/httplib2-0.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/

2016-02-16 Thread Mike Frysinger
commit: a8cd0d394853f0b4b3eb641ef639059f4fc661c1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 16 20:33:01 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 16 20:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cd0d39

dev-python/oauth2client: mark 1.5.2 arm stable #570990

 dev-python/oauth2client/oauth2client-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oauth2client/oauth2client-1.5.2.ebuild 
b/dev-python/oauth2client/oauth2client-1.5.2.ebuild
index d70153f..180ef5f 100644
--- a/dev-python/oauth2client/oauth2client-1.5.2.ebuild
+++ b/dev-python/oauth2client/oauth2client-1.5.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/google/oauth2client/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/

2016-02-16 Thread Mike Frysinger
commit: 83408bbe28abfb441a22010b2d0c834472651c59
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 16 20:41:35 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 16 20:41:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83408bbe

dev-python/rsa: mark 3.2.2-r1 arm stable #570990

 dev-python/rsa/rsa-3.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rsa/rsa-3.2.3-r1.ebuild 
b/dev-python/rsa/rsa-3.2.3-r1.ebuild
index f30cf00..1ecee73 100644
--- a/dev-python/rsa/rsa-3.2.3-r1.ebuild
+++ b/dev-python/rsa/rsa-3.2.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] gentoo commit in src/patchsets/glibc/2.22: 00_all_0027-BZ-18796.patch 00_all_0028-strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch 00_all_0029-Harden-tls_dtor_list-with-poin

2016-02-16 Thread Mike Frysinger (vapier)
vapier  16/02/16 20:39:04

  Modified: README.history
  Added:00_all_0027-BZ-18796.patch

00_all_0028-strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch

00_all_0029-Harden-tls_dtor_list-with-pointer-mangling-BZ-19018.patch

00_all_0030-PowerPC-Fix-a-race-condition-when-eliding-a-lock.patch

00_all_0031-Keep-only-ELF_RTYPE_CLASS_-PLT-COPY-bits-for-prelink.patch

00_all_0032-Better-workaround-for-aliases-of-_finite-symbols-in-.patch

00_all_0033-Corrected-path-to-installed-libmvec_nonshared.a.patch

00_all_0034-powerpc-Fix-usage-of-elision-transient-failure-adapt.patch

00_all_0035-alpha-hppa-fix-libc.abilist-sorting-wrt-fmemopen.patch
00_all_0036-Fix-BZ-17905.patch

00_all_0037-Fix-BZ-18985-out-of-range-data-to-strftime-causes-a-.patch

00_all_0038-Gracefully-handle-incompatible-locale-data.patch
00_all_0039-Handle-overflow-in-__hcreate_r.patch

00_all_0040-Improve-check-against-integer-wraparound-in-hcreate_.patch
10_all_glibc-CVE-2015-7547.patch
  Log:
  misc upstream fixes

Revision  ChangesPath
1.10 src/patchsets/glibc/2.22/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?r1=1.9&r2=1.10

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.22/README.history,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- README.history  17 Oct 2015 04:54:52 -  1.9
+++ README.history  16 Feb 2016 20:39:04 -  1.10
@@ -1,3 +1,20 @@
+10 16 Feb 2016
+   + 00_all_0027-BZ-18796.patch
+   + 00_all_0028-strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch
+   + 00_all_0029-Harden-tls_dtor_list-with-pointer-mangling-BZ-19018.patch
+   + 00_all_0030-PowerPC-Fix-a-race-condition-when-eliding-a-lock.patch
+   + 00_all_0031-Keep-only-ELF_RTYPE_CLASS_-PLT-COPY-bits-for-prelink.patch
+   + 00_all_0032-Better-workaround-for-aliases-of-_finite-symbols-in-.patch
+   + 00_all_0033-Corrected-path-to-installed-libmvec_nonshared.a.patch
+   + 00_all_0034-powerpc-Fix-usage-of-elision-transient-failure-adapt.patch
+   + 00_all_0035-alpha-hppa-fix-libc.abilist-sorting-wrt-fmemopen.patch
+   + 00_all_0036-Fix-BZ-17905.patch
+   + 00_all_0037-Fix-BZ-18985-out-of-range-data-to-strftime-causes-a-.patch
+   + 00_all_0038-Gracefully-handle-incompatible-locale-data.patch
+   + 00_all_0039-Handle-overflow-in-__hcreate_r.patch
+   + 00_all_0040-Improve-check-against-integer-wraparound-in-hcreate_.patch
+   + 10_all_glibc-CVE-2015-7547.patch
+
 9  17 Oct 2015
+ 00_all_0023-Fix-non-v9-32-bit-sparc-build.patch
+ 00_all_0024-BZ-18921-Fix-opendir-inverted-o_directory_works-test.patch



1.1  src/patchsets/glibc/2.22/00_all_0027-BZ-18796.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0027-BZ-18796.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0027-BZ-18796.patch?rev=1.1&content-type=text/plain

Index: 00_all_0027-BZ-18796.patch
===
>From 68baefe5b845e0a035ccc393d32a128542ea837b Mon Sep 17 00:00:00 2001
From: Andrew Senkevich 
Date: Wed, 19 Aug 2015 19:02:32 +0300
Subject: [PATCH] [BZ #18796] * scripts/test-installation.pl: Don't add
 -lmvec to build options if libmvec wasn't built. * NEWS: Mention this
 fix.

(cherry picked from commit 9031106ea063f0476bdabf3f5ec22758cdcf987b)
---
 scripts/test-installation.pl | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index cac1562..79b2b3e 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -80,16 +80,25 @@ arglist: while (@ARGV) {
 # We expect none or one argument.
 if ($#ARGV == -1) {
 $soversions="soversions.mk";
+$config="config.make";
 } elsif ($#ARGV == 0) {
 if (-d $ARGV[0]) {
   $soversions = "$ARGV[0]/soversions.mk";
+  $config = "$ARGV[0]/config.make";
 } else {
-  $soversions = $ARGV[0];
+  $soversions = $dir = $ARGV[0];
+  $dir =~ s!/?[^/]*/*$!!;
+  $config = $dir . "/config.make";
 }
 } else {
 die "Wrong number of ar

[gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/vcs/None/, pym/repoman/modules/vcs/bzr/, ...

2016-02-16 Thread Brian Dolbec
commit: 16407a22bd2099f880fe3aabe3b985f8683d34c1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Feb 16 20:06:30 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Feb 16 20:06:30 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=16407a22

repoman: Migrate the commit code to the vcs modules

 pym/repoman/actions.py  | 84 +
 pym/repoman/modules/vcs/None/changes.py | 13 +
 pym/repoman/modules/vcs/bzr/changes.py  |  1 -
 pym/repoman/modules/vcs/changes.py  | 20 
 pym/repoman/modules/vcs/cvs/changes.py  |  1 -
 pym/repoman/modules/vcs/git/changes.py  | 10 
 pym/repoman/modules/vcs/hg/changes.py   | 16 +++
 7 files changed, 82 insertions(+), 63 deletions(-)

diff --git a/pym/repoman/actions.py b/pym/repoman/actions.py
index cdd..4393e52 100644
--- a/pym/repoman/actions.py
+++ b/pym/repoman/actions.py
@@ -7,21 +7,19 @@ import io
 import logging
 import platform
 import signal
-import subprocess
 import sys
 import tempfile
 from itertools import chain
 
 from _emerge.UserQuery import UserQuery
 
-import portage
+from repoman._portage import portage
 from portage import os
 from portage import _encodings
 from portage import _unicode_encode
 from portage.output import (
bold, create_color_func, green, red)
 from portage.package.ebuild.digestgen import digestgen
-from portage.process import find_binary, spawn
 from portage.util import writemsg_level
 
 from repoman.gpg import gpgsign, need_signature
@@ -432,43 +430,18 @@ class Actions(object):
mymsg.write(_unicode_encode(commitmessage))
mymsg.close()
 
-   commit_cmd = []
-   if self.options.pretend and self.vcs_settings.vcs is None:
-   # substitute a bogus value for pretend output
-   commit_cmd.append("cvs")
-   else:
-   commit_cmd.append(self.vcs_settings.vcs)
-   commit_cmd.extend(self.vcs_settings.vcs_global_opts)
-   commit_cmd.append("commit")
-   commit_cmd.extend(self.vcs_settings.vcs_local_opts)
-   if self.vcs_settings.vcs == "hg":
-   commit_cmd.extend(["--logfile", commitmessagefile])
-   commit_cmd.extend(myfiles)
-   else:
-   commit_cmd.extend(["-F", commitmessagefile])
-   commit_cmd.extend(f.lstrip("./") for f in myfiles)
-
+   retval = self.vcs_settings.changes.commit(myfiles, 
commitmessagefile)
+   # cleanup the commit message before possibly exiting
try:
-   if self.options.pretend:
-   print("(%s)" % (" ".join(commit_cmd),))
-   else:
-   retval = spawn(commit_cmd, 
env=self.repo_settings.commit_env)
-   if retval != os.EX_OK:
-   if 
self.repo_settings.repo_config.sign_commit and not 
self.vcs_settings.status.supports_gpg_sign():
-   # Inform user that newer git is 
needed (bug #403323).
-   logging.error(
-   "Git >=1.7.9 is 
required for signed commits!")
-
-   writemsg_level(
-   "!!! Exiting on %s (shell) "
-   "error code: %s\n" % 
(self.vcs_settings.vcs, retval),
-   level=logging.ERROR, 
noiselevel=-1)
-   sys.exit(retval)
-   finally:
-   try:
-   os.unlink(commitmessagefile)
-   except OSError:
-   pass
+   os.unlink(commitmessagefile)
+   except OSError:
+   pass
+   if retval != os.EX_OK:
+   writemsg_level(
+   "!!! Exiting on %s (shell) "
+   "error code: %s\n" % (self.vcs_settings.vcs, 
retval),
+   level=logging.ERROR, noiselevel=-1)
+   sys.exit(retval)
 
 
def priming_commit(self, myupdates, myremoved, commitmessage):
@@ -492,29 +465,18 @@ class Actions(object):
# so strip the prefix.
myfiles = [f.lstrip("./") for f in myfiles]
 
-   commit_cmd = [self.vcs_settings.vcs]
-   commit_cmd.extend(self.vcs_settings.vcs_global_opts)
-   commit_cmd.append("commit")
-   commit_cmd.extend(self.vcs_settings.vcs_local_opts)
-   commit_cmd.extend(["-F", commitmessagefile])
-   commit_cmd.extend(myfiles)

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-02-16 Thread Mike Gilbert
commit: 79fd00cb3cca97fd014e42976a8870bd7d032447
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 16 20:02:15 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 16 20:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fd00cb

www-client/chromium: Stable channel bump (48.0.2564.109)

Package-Manager: portage-2.2.27_p15

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-48.0.2564.109.ebuild | 690 ++
 2 files changed, 691 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 650818f..bf286a0 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
+DIST chromium-48.0.2564.109.tar.xz 432310300 SHA256 
2eb1e5b6dda718a5e501ba26f47015c1629adeb9f2bf2877bd9d8bf346abeb03 SHA512 
2891384385a6ac1ebab218837ce609c16abcf2500e1d49396fea931bf0f709097b4a99c6ca11ae409d757c7c94b0f3af9d6848084047d981597c0bb0f73257cd
 WHIRLPOOL 
b5e4e8e185937b61e3e38c74be86bb1a7808090ab713cc284a38a307ad4eca4a6080fd81c42981834857845caaedd3edcd2541f90a9514a0b95236c271d62d0c
 DIST chromium-48.0.2564.82.tar.xz 432281684 SHA256 
cda64bf427d01bae7d45863812edcd7fa43176238ec07c7752e42afd3e1714fd SHA512 
45e50fa0a4a4ac593e95c27fc16c2699736fbdf0bb88fd84be70e17cf1b2058c8cc55cccfe5c7ab381e8d80a0816ffb1e327626992779204d85fc558a946d076
 WHIRLPOOL 
db51d66242d8989f7db7a2c1a1e87c012b59fa6afd21b8dae745f8b9a7d5f8c5249dee95c152a9e9f4da13950b17cbc03a1d2bd23622c50e61d7f97d03181398
 DIST chromium-49.0.2623.0.tar.xz 452249352 SHA256 
1637e2d16c233c75c4c4094bb83af9f8ef5add2d84a1df544ad08f53d7958357 SHA512 
3f1ca7cedc121fc09823a9ecd0d8a544a0ce7561e7d9e9c5c97bfab7a0d3157ede0377ace4ae124a755844eae33d551efc07b52cb55e06ffaf54749539f55edc
 WHIRLPOOL 
06c7f034bc007a2fe04bab8323000bcaad058a2395cf7d6affcac682466f8a81e32a5fc231ab8e8851ea4f183dae51eb0842bf352c70fea2b90d2e3d6ffb39ef
 DIST chromium-49.0.2623.28.tar.xz 452236624 SHA256 
88e15a295fd584424603a3aac0f39fdb66223f2e35284ec20487bf693873efb2 SHA512 
b63df71e45fb12b012d25ec2d3de66006e4597b88b814d44aa595e3762f8405f6242758729909d378fa3010634b65829d46172b07eec7639e6b65432ad5a4f63
 WHIRLPOOL 
62405dfd90ca731c5e8fe0d816473506fb30956493f303e55d1af8cca6604af58ac9f1a247fa774bad2db0591e7000a795d54e2e6bc4171bef16fabd92c7a0ac

diff --git a/www-client/chromium/chromium-48.0.2564.109.ebuild 
b/www-client/chromium/chromium-48.0.2564.109.ebuild
new file mode 100644
index 000..1d0b2eb
--- /dev/null
+++ b/www-client/chromium/chromium-48.0.2564.109.ebuild
@@ -0,0 +1,690 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh_CN zh_TW"
+
+inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
+   portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
+
+LICENSE="BSD hotwording? ( no-source-code )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos 
neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc 
widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+REQUIRED_USE="gn? ( kerberos !system-ffmpeg )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+RDEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   gnome? ( >=gnome-base/gconf-2.24.0:= )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   media-libs/libexif:=
+   media-libs/speex:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   >=sys-libs/libcap-2.22:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:=
+   gtk3? ( x11-libs/gtk+:3= )
+   !gtk3? ( x11-libs/gtk+:2= )
+   x11-libs/libdrm
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes

[gentoo-commits] dev/graaff:master commit in: dev-python/django-evolution/

2016-02-16 Thread Hans de Graaff
commit: 6306fe6ba9e0430af6662883384228c37696bc4b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Feb 16 19:56:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:56:10 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6306fe6b

dev-python/django-evolution: add 0.7.6

Needed for latest reviewboard and this version is not
in the gentoo tree yet.

Package-Manager: portage-2.2.26

 dev-python/django-evolution/Manifest   |  1 +
 .../django-evolution/django-evolution-0.7.6.ebuild | 37 ++
 dev-python/django-evolution/metadata.xml   |  5 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/django-evolution/Manifest 
b/dev-python/django-evolution/Manifest
new file mode 100644
index 000..a34aa16
--- /dev/null
+++ b/dev-python/django-evolution/Manifest
@@ -0,0 +1 @@
+DIST django_evolution-0.7.6.tar.gz 90642 SHA256 
400e43dd134c20bb8b73a2347485ec644f528d7517e1ed289157c057127998eb SHA512 
539d12771e538a3e3522fbc5af049a5621161ead4065dd815cfd3001d59fb4b359e24dd99220cf4242cbdd853111a47edbbc49e6c52e66e7d65d400e3eaf6424
 WHIRLPOOL 
15405b16853fd005d14c3b03d5aef6ebfcbc4e97d6fb5e8fe078d52cccb9b9e61c878a9c5980f0ead0021d9f874a43f2e264219c434ee668f20681ac13da5be5

diff --git a/dev-python/django-evolution/django-evolution-0.7.6.ebuild 
b/dev-python/django-evolution/django-evolution-0.7.6.ebuild
new file mode 100644
index 000..e502e93
--- /dev/null
+++ b/dev-python/django-evolution/django-evolution-0.7.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# This is now py3 compatible however is only re'd for Djblets which is py2.7 
compat only
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+RELEASE="0.7"
+
+DESCRIPTION="A Django application that will run cron jobs for other django 
apps"
+HOMEPAGE="https://code.google.com/p/django-evolution/ 
https://pypi.python.org/pypi/django_evolution/";
+SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+DOCS=( NEWS docs/{evolution.txt,faq.txt} )
+
+python_test() {
+   # Draws 1 trivial fail under django django-1.4.x
+   einfo "The testsuite is not compatible with >=django-1.7"
+   "${PYTHON}" tests/runtests.py || die
+}

diff --git a/dev-python/django-evolution/metadata.xml 
b/dev-python/django-evolution/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-python/django-evolution/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+gra...@gentoo.org
+



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

2016-02-16 Thread Hans de Graaff
commit: e6b05bc20bc392cf91702849fec924de63ae0d91
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Feb 16 19:57:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:57:44 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e6b05bc2

dev-util/reviewboard: update django-evolution version

This version of reviewboard actually needs 0.7.6.
Thanks to Consus for the notification.

Package-Manager: portage-2.2.26

 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild 
b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
index 7005756..acc9452 100644
--- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
+++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_PN}-${PV}
 
 RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
=dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
+   >=dev-python/django-evolution-0.7.6[${PYTHON_USEDEP}]
=dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
dev-python/django-multiselectfield[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/

2016-02-16 Thread Hans de Graaff
commit: b9b667f764a62cfcab25cc972ebe05dbf9473c2c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 19:18:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:36:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b667f7

dev-ruby/rb-gsl: fix broken narray patch

Rework narray sed script to work with the current version of
the extconf.rb script.

Package-Manager: portage-2.2.26

 dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild 
b/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
index 1ea1568..42f79f9 100644
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
+++ b/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_NAME="gsl"
 inherit ruby-fakegem multilib
@@ -28,8 +28,8 @@ RUBY_S="${PN}-${P}"
 ruby_add_bdepend "dev-ruby/narray"
 ruby_add_rdepend "dev-ruby/narray"
 
-each_ruby_prepare() {
-   sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so 
"+$LDFLAGS' -e 's/src/lib/' ext/gsl_native/extconf.rb || die
+all_ruby_prepare() {
+   sed -i -e '/LOCAL_LIBS/ s: -l: -L#{path.gsub("src", "lib")} -l:' 
ext/gsl_native/extconf.rb || die
 }
 
 each_ruby_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/

2016-02-16 Thread Hans de Graaff
commit: 73ed2ce65c434b0b80fa23cea7f28f50028ee6c0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 18:34:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:36:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ed2ce6

dev-ruby/rb-gsl: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rb-gsl/Manifest   |  3 ---
 dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild | 45 -
 dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild | 45 -
 dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild | 46 --
 4 files changed, 139 deletions(-)

diff --git a/dev-ruby/rb-gsl/Manifest b/dev-ruby/rb-gsl/Manifest
index b168378..fbeac69 100644
--- a/dev-ruby/rb-gsl/Manifest
+++ b/dev-ruby/rb-gsl/Manifest
@@ -1,4 +1 @@
 DIST gsl-1.16.0.6.gem 594944 SHA256 
3fa354277d68a729e239a8c9eb3408f2978a444b7da3708cff120a9cb69cdcff SHA512 
99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490
 WHIRLPOOL 
e2b0c71e5262242586e02ffba632978057a0a467171974a0acab9e43e0f268741815b93a43a573dbffa56fe8448b95d909622207dba2f52ecb231d92abc648b2
-DIST rb-gsl-1.16.0.3.gem 587776 SHA256 
fb88cab2be18c422fa9cdabc3e43952d3ae9af72fc4be5109b76c1b6ae2c7f45 SHA512 
e1640d616069c90d9e3929dd2d8649a463bb720d318ff6d5aaf263d3be216387f1eb5137aca58a40b5cfd7a5c5796e3c68d94f298ef10a309dfe923507dfe8c3
 WHIRLPOOL 
3bae2beaaf91ac09e2b0f8e5e1d14accc5ef393ab85f3885c889e99c99ffe035f24515f1ba45a68de2974415c0d5c46dc3f930988dc8323215f94cd60c29a58e
-DIST rb-gsl-1.16.0.4.gem 588288 SHA256 
bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94 SHA512 
93d9064b3a268b81c4cd2bdc9c6a22871ec31daa327a254cbc3c7b715eb9fa20da3b3ebc370413675045cf9fbf9ae843e7aa4b6c53469b4f46ecbab27c560deb
 WHIRLPOOL 
44cea9a3571005aeef993b81d56350f76006c05b8887ec3cb6e49b33b101e6a566c39d637ba36d4084af0bb32a406dcce782a6091aebe24098dfa9564718d367
-DIST rb-gsl-1.16.0.5.gem 594944 SHA256 
00e35dd3b23a3b37e7e2e52887bcbd130ef3949289284fc05e40397da18b8e37 SHA512 
39ebdd04efa7995fe3a601af62246a4baaf92aceddf975a93693db199277e9c84e36c4dbc8d08c5cd66ca4e9cb2300c6d0fb1ee8f226c32a78e7ae1c453211d6
 WHIRLPOOL 
2e496d46965f57c2e0b9bd4dfe7a7bd6f792778c3c0af6688ff8eff2ead48b5853cc2eaa4f5690a120ed8647c2948c247a57629899cf5fd22c8ea2b4a4f13cf1

diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild 
b/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild
deleted file mode 100644
index 690566c..000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="https://github.com/david-macmahon/rb-gsl";
-#SRC_URI="https://github.com/david-macmahon/${PN}/archive/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND+=" sci-libs/gsl"
-RDEPEND+=" sci-libs/gsl"
-
-RUBY_S="${PN}-${P}"
-
-ruby_add_rdepend "dev-ruby/narray"
-
-each_ruby_prepare() {
-   sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so 
"+$LDFLAGS' -e 's/src/lib/' ext/gsl/extconf.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/gsl extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/gsl V=1
-   cp ext/gsl/*$(get_modname) lib/gsl || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S testrb -Ilib -Itest test/*.rb test/*/*.rb || die
-}

diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild 
b/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
deleted file mode 100644
index 6e02280..000
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-inherit ruby-fakegem multilib
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-RUBY_FAKEGEM_TASK_TEST="test:libs"
-DESCRIPTION="Ruby interface to GNU Scientific Library"
-HOMEPAGE="https://github.com/david-macmahon/rb-gsl";
-#SRC_URI="https://github.com/david-macmahon/${PN}/archive/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND+=" sci-libs/gsl"
-RDEPEND+=" sci-libs/gsl"
-
-RUBY_S="${PN}-${P}"
-
-ruby_add_rdepend "dev-ruby/narray"
-
-each_ruby_prepare() {
-   sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so 
"+$LDFLAGS' -e 's/src/lib/' ext/gsl/extconf.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/gsl extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/gsl V=1
-   cp ext/gsl/*$(get_modname) lib/gsl || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S testrb -Ilib -Itest test

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/

2016-02-16 Thread Hans de Graaff
commit: c246ea50bb37245a6aa2498bc11e4cb2554a3a50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 19:21:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:36:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c246ea50

dev-ruby/rb-gsl: update upstream remote-id

Package-Manager: portage-2.2.26

 dev-ruby/rb-gsl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rb-gsl/metadata.xml b/dev-ruby/rb-gsl/metadata.xml
index bd1c8c5..32e472e 100644
--- a/dev-ruby/rb-gsl/metadata.xml
+++ b/dev-ruby/rb-gsl/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-david-macmahon/rb-gsl
+SciRuby/rb-gsl
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-gsl/

2016-02-16 Thread Hans de Graaff
commit: 606483b14bf74b2ecbf4676767d503610dabb02d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 19:35:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 19:36:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606483b1

dev-ruby/rb-gsl: update gsl dependency, bug 574742

Update dependency on sci-libs/gsl to only include versions
that work. Currently gsl-2.1 is no longer compatible.

Package-Manager: portage-2.2.26

 dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild 
b/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
index 42f79f9..57d572c 100644
--- a/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
+++ b/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild
@@ -20,8 +20,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-DEPEND+=" >=sci-libs/gsl-1.15"
-RDEPEND+=" >=sci-libs/gsl-1.15"
+DEPEND+=" >=sci-libs/gsl-1.15 

[gentoo-commits] repo/proj/prefix:master commit in: sys-libs/ncurses/

2016-02-16 Thread Fabian Groffen
commit: 6a0855368870cd8044e58e65d5ce79f9a4af41d4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb 16 19:20:29 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb 16 19:20:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6a085536

sys-libs/ncurses: fix installation location on Prefix

Package-Manager: portage-2.2.20-prefix

 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild 
b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
index 3167ffb..302e6b7 100644
--- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
@@ -112,6 +112,8 @@ do_configure() {
# add '--with-terminfo-dirs' and then populate /etc/terminfo in
# src_install() ...

--with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo"
+   # do not install in subdir (EPREFIX/usr/include/ncurses)
+   --enable-overwrite
 
# Disabled until #245417 is sorted out.
#$(use_with berkdb hashed-db)



[gentoo-commits] gentoo commit in src/patchsets/glibc/2.21: README.history

2016-02-16 Thread Mike Frysinger (vapier)
vapier  16/02/16 19:08:25

  Modified: README.history
  Log:
  fix date

Revision  ChangesPath
1.8  src/patchsets/glibc/2.21/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?r1=1.7&r2=1.8

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.21/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history  16 Feb 2016 19:03:14 -  1.7
+++ README.history  16 Feb 2016 19:08:25 -  1.8
@@ -1,4 +1,4 @@
-6  16 Feb 2015
+6  16 Feb 2016
+ 00_all_0023-CVE-2014-8121-Do-not-close-NSS-files-database-during.patch
+ 00_all_0024-Fix-BZ-17905.patch
+ 00_all_0025-Fix-BZ-18985-out-of-range-data-to-strftime-causes-a-.patch






  1   2   >