[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2016-10-24 Thread Jason Zaman
commit: 637d52d3c1047ab58fb02d032ceda0b67dde22fb
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Oct 25 05:07:39 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Oct 25 05:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637d52d3

xfce-base/xfconf: bump to 4.12.1

Package-Manager: portage-2.3.0

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.12.1.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index f3c136b..0f94d4c 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1 +1,2 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
+DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
new file mode 100644
index ..bab0849
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A flexible, easy-to-use configuration management system for Xfce"
+HOMEPAGE="http://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/dbus-glib-0.98
+   >=dev-libs/glib-2.30
+   >=xfce-base/libxfce4util-4.10
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   perl? (
+   dev-perl/ExtUtils-Depends
+   dev-perl/extutils-pkgconfig
+   )"
+
+pkg_setup() {
+   XFCONF=(
+   $(use_enable perl perl-bindings)
+   $(xfconf_use_debug)
+   $(use_enable debug checks)
+   --with-perl-options=INSTALLDIRS=vendor
+   )
+
+   [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
+
+   DOCS=( AUTHORS ChangeLog NEWS TODO )
+}
+
+src_prepare() {
+   # https://bugzilla.xfce.org/show_bug.cgi?id=9556
+   cat <<-EOF >> po/POTFILES.skip
+   xfconf-perl/xs/Xfconf.c
+   xfconf-perl/xs/XfconfBinding.c
+   xfconf-perl/xs/XfconfChannel.c
+   EOF
+   xfconf_src_prepare
+}
+
+src_compile() {
+   emake OTHERLDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   xfconf_src_install
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -exec rm -f {} +
+   find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} +
+   fi
+}



[gentoo-commits] proj/x11:master commit in: profiles/, x11-apps/radeontop/

2016-10-24 Thread Matt Turner
commit: 88c5619b97b29c6f36ee30d20387aef6e99902eb
Author: Matt Turner  gmail  com>
AuthorDate: Tue Oct 25 03:58:14 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 03:58:14 2016 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=88c5619b

x11-apps/radeontop: Delete (already in the main tree)

 profiles/package.mask|  1 -
 x11-apps/radeontop/metadata.xml  |  8 ---
 x11-apps/radeontop/radeontop-0.7.ebuild  | 36 
 x11-apps/radeontop/radeontop-.ebuild | 36 
 4 files changed, 81 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f5d8c18..88dd47a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -2,7 +2,6 @@
 =dev-libs/libevdev-
 =x11-apps/mkfontdir-
 =x11-apps/mkfontscale-
-=x11-apps/radeontop-
 =x11-apps/smproxy-
 =x11-apps/x11perf-
 =x11-apps/xcursorgen-

diff --git a/x11-apps/radeontop/metadata.xml b/x11-apps/radeontop/metadata.xml
deleted file mode 100644
index c753f86..000
--- a/x11-apps/radeontop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   nik...@gmx.us
-   Nikoli
-   
-

diff --git a/x11-apps/radeontop/radeontop-0.7.ebuild 
b/x11-apps/radeontop/radeontop-0.7.ebuild
deleted file mode 100644
index 16f7383..000
--- a/x11-apps/radeontop/radeontop-0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop;
-LICENSE="GPL-3"
-SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   sys-libs/ncurses
-   x11-libs/libpciaccess
-   nls? ( sys-libs/ncurses[unicode] virtual/libintl )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-   epatch_user
-}
-
-src_configure() {
-   tc-export CC
-   export nls=$(usex nls 1 0)
-   # Do not add -g or -s to CFLAGS
-   export plain=1
-}

diff --git a/x11-apps/radeontop/radeontop-.ebuild 
b/x11-apps/radeontop/radeontop-.ebuild
deleted file mode 100644
index 1a09ead..000
--- a/x11-apps/radeontop/radeontop-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs git-r3
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop;
-LICENSE="GPL-3"
-EGIT_REPO_URI="https://github.com/clbr/radeontop.git;
-
-SLOT="0"
-KEYWORDS=""
-IUSE="nls"
-
-RDEPEND="
-   sys-libs/ncurses
-   x11-libs/libpciaccess
-   nls? ( sys-libs/ncurses[unicode] virtual/libintl )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-   epatch_user
-}
-
-src_configure() {
-   tc-export CC
-   export nls=$(usex nls 1 0)
-   # Do not add -g or -s to CFLAGS
-   export plain=1
-}



[gentoo-commits] proj/x11:master commit in: profiles/, x11-libs/libXfont/

2016-10-24 Thread Matt Turner
commit: e8bff29e851b7673b0d830b0cc9f8a405bcfc9f2
Author: Matt Turner  gmail  com>
AuthorDate: Tue Oct 25 03:51:49 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 03:51:49 2016 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=e8bff29e

x11-libs/libXfont: Delete (moved to main tree)

 profiles/package.mask  |  1 -
 x11-libs/libXfont/libXfont-.ebuild | 33 -
 x11-libs/libXfont/metadata.xml |  5 -
 3 files changed, 39 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b7b0b64..f5d8c18 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -47,7 +47,6 @@
 =x11-libs/libXdmcp-
 =x11-libs/libXext-
 =x11-libs/libXfixes-
-=x11-libs/libXfont-
 =x11-libs/libXfontcache-
 =x11-libs/libXft-
 =x11-libs/libXi-

diff --git a/x11-libs/libXfont/libXfont-.ebuild 
b/x11-libs/libXfont/libXfont-.ebuild
deleted file mode 100644
index 0e7f8ec..000
--- a/x11-libs/libXfont/libXfont-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xfont library"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 ipv6 truetype"
-
-RDEPEND="x11-libs/xtrans
-   x11-libs/libfontenc
-   truetype? ( >=media-libs/freetype-2 )
-   bzip2? ( app-arch/bzip2 )
-   x11-proto/xproto
-   x11-proto/fontsproto"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable ipv6)
-   $(use_enable doc devel-docs)
-   $(use_with doc xmlto)
-   $(use_with bzip2)
-   $(use_enable truetype freetype)
-   --without-fop
-   )
-   xorg-2_src_configure
-}

diff --git a/x11-libs/libXfont/metadata.xml b/x11-libs/libXfont/metadata.xml
deleted file mode 100644
index 01c4c00..000
--- a/x11-libs/libXfont/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-x11
-



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/

2016-10-24 Thread Matt Turner
commit: f2cfed7a4bc36e58ebcf5a4edff9aa2facf5be43
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 25 03:49:26 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 03:52:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cfed7a

x11-libs/libXfont2: Add  ebuild.

Bug: https://bugs.gentoo.org/594296

 x11-libs/libXfont2/libXfont2-.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/x11-libs/libXfont2/libXfont2-.ebuild 
b/x11-libs/libXfont2/libXfont2-.ebuild
new file mode 100644
index ..d2124d1
--- /dev/null
+++ b/x11-libs/libXfont2/libXfont2-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/lib/libXfont"
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS=""
+IUSE="bzip2 ipv6 truetype"
+
+RDEPEND="x11-libs/xtrans
+   x11-libs/libfontenc
+   truetype? ( >=media-libs/freetype-2 )
+   bzip2? ( app-arch/bzip2 )
+   x11-proto/xproto
+   >=x11-proto/fontsproto-2.1.3"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable ipv6)
+   $(use_enable doc devel-docs)
+   $(use_with doc xmlto)
+   $(use_with bzip2)
+   $(use_enable truetype freetype)
+   --without-fop
+   )
+   xorg-2_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/

2016-10-24 Thread Matt Turner
commit: fe1a46550b65bf542f64419e2c66c732185fb4ef
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 25 03:36:14 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 03:36:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1a4655

x11-libs/libXi: Version bump to 1.7.8.

Fixes a crash introduced in 1.7.7, so commit straight to stable.

 x11-libs/libXi/Manifest   |  1 +
 x11-libs/libXi/libXi-1.7.8.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/x11-libs/libXi/Manifest b/x11-libs/libXi/Manifest
index cc77bdc..61412b1 100644
--- a/x11-libs/libXi/Manifest
+++ b/x11-libs/libXi/Manifest
@@ -2,3 +2,4 @@ DIST libXi-1.7.4.tar.bz2 458378 SHA256 
2cffc2686618dc1803725636cd92b36342c512dc6
 DIST libXi-1.7.5.tar.bz2 464719 SHA256 
d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 SHA512 
5dfdf872399a85692ef681f4fb8632866783317971e72b046685a906d98007c6b19d1650270861b3457d0a817365ce57e532481b682dd2e36558c815f8919a59
 WHIRLPOOL 
069a84a180f3513dcaff1969a1a0395bd6a0734f2dcc9afbbb3fb7311a61a43601582140361692a5cf807b460da814f3a8e8dfa8f15baea4a053021f88d5fd26
 DIST libXi-1.7.6.tar.bz2 484485 SHA256 
1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac SHA512 
229e1e6e1486808ffad9610a8fd7930bd3348fa5d11709adcb6239b5c01af877ac549072e8d3aec605a3835d8278fd48146db50577fa031407d20c1e871d8f4a
 WHIRLPOOL 
90a3eff541f6ab582acf7ff143aa8a9b0db4e514ef6712dbfe4879af39f4dbb45177cf516d947a85cafe125305301a337527a500a74bc3daca634278b716dee1
 DIST libXi-1.7.7.tar.bz2 460047 SHA256 
996f834fa57b9b33ba36690f6f5c6a29320bc8213022943912462d8015b1e030 SHA512 
2501ee104753c54cc067b71c07d8add35c4c2f961eb8041cc6aa1963ec34032fa827c2db4d88097ec3e667a591c759b75007f92daa3b6834db5c5485fc243557
 WHIRLPOOL 
d28c415c0cd6df2ade8081cab15fa396e10b169573b1343035e07fcd9c5e84b9ca508909987245549ab8c81910488851dc0fe2af6ec14a0cbc8379a02038a215
+DIST libXi-1.7.8.tar.bz2 486332 SHA256 
d8f2fa8d53141c41ff521627df9b2fa9c05f6f142fd9881152bab36549ac27bb SHA512 
36d8b48a4f98d3d41a65ba30c19506f776d72093380e66192048a72bb24868edb9fc7304071ca9207e9ac5c389398da59c639bb17abab5d6ef7a905ecd4c8816
 WHIRLPOOL 
bc34b67c3f29687fc4ecdc94336b1d6eba5e04969eeea202293492dc08906151797ba24742f271d97e7b32c5b49819c770a8fe05bfdb4f3844b4476215bb6b89

diff --git a/x11-libs/libXi/libXi-1.7.8.ebuild 
b/x11-libs/libXi/libXi-1.7.8.ebuild
new file mode 100644
index ..9a5178c
--- /dev/null
+++ b/x11-libs/libXi/libXi-1.7.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# bogus commit to force manifest regeneration #596462
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Xi library"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+   >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]
+   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable doc specs)
+   $(use_with doc xmlto)
+   $(use_with doc asciidoc)
+   --without-fop
+   )
+   xorg-2_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2016-10-24 Thread Göktürk Yüksek
commit: c8d241849779484956fba16744a1df046ad05739
Author: Stéphane Veyret  neptura  org>
AuthorDate: Sat Aug 20 08:19:06 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Oct 25 02:46:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d24184

sys-boot/refind: improve metadata

 sys-boot/refind/metadata.xml | 45 +++-
 1 file changed, 36 insertions(+), 9 deletions(-)

diff --git a/sys-boot/refind/metadata.xml b/sys-boot/refind/metadata.xml
index f9342b6..99f8fd6 100644
--- a/sys-boot/refind/metadata.xml
+++ b/sys-boot/refind/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

@@ -6,16 +6,43 @@
Sam Jorna


-svey...@gmail.com
-Stephane Veyret
-   Proxy - Maintainer.CC on bugs
-
+   svey...@gmail.com
+   Stéphane Veyret
+   

-proxy-ma...@gentoo.org
-Proxy Maintainers
+   proxy-ma...@gentoo.org
+   Proxy Maintainers

-   EFI Boot Manager
-   Gestionnaire d'amorçage EFI
+   
+A graphical boot manager for EFI- and UEFI-based computers, such as all
+Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
+boot menu showing all the EFI boot loaders on the EFI-accessible
+partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot
+entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux,
+provide boot loaders that rEFInd can detect and launch. rEFInd can launch
+Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and
+later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs,
+ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot
+loaders from these filesystems, too. rEFInd's ability to detect boot
+loaders at runtime makes it very easy to use, particularly when paired with
+Linux kernels that provide EFI stub support.
+   
+   
+Un gestionnaire d'amorçage pour ordinateur EFI ou UEFI tel que tous les Macs
+contenant un processeur Intel et les PC récents (2011 et après). rEFInd affiche
+un menu d'amorçage montrant tous les gestionnaires d'amorçage sur les
+partitions EFI accessibles et optionnellement les partitions démarrable en BIOS
+sur Macs et les entrées BIOS sur les PC UEFI avec CSM. Les systèmes
+d'exploitation compatibles EFI, incluant Linux, fournissent des gestionnaires
+d'amorçage que rEFInd détect et démarre. rEFInd peut démarrer les gestionnaires
+d'amorçage EFI Linux tel que ELILO, GRUB Legacy, GRUB 2 ainsi que les noyaux
+3.3.0 et suivants avec le support EFI stub. Les pilotes EFI pour les sytèmes de
+fichiers ext2/3/4fs, ReiserFS, Btrfs, NTFS, HFS+ et ISO-9660 permettent à
+rEFInd de lire les gestionnaires d'amorçage également depuis ces systèmes de
+fichiers. La capacité de rEFInd à détecter les gestionnaires d'amorçage au
+moment de l'exécution le rend très facile à utiliser, en particulier associé à
+des noyau Linux qui fournissent un support EFI stub.
+   

Builds the EFI binary ext2 filesystem 
driver
Builds the EFI binary ext4 filesystem 
driver



[gentoo-commits] repo/gentoo:master commit in: sys-boot/udk/, sys-boot/udk/files/

2016-10-24 Thread Göktürk Yüksek
commit: c797b0d1ab196a6d0fbdbfbd0334ac5d5faea750
Author: Stéphane Veyret  neptura  org>
AuthorDate: Sun Jul 17 14:57:43 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Oct 25 02:46:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c797b0d1

sys-boot/udk: New package, bug #588440

UEFI Development Kit is a stable release of the TianoCore EDK II project.
EDK II is a modern, feature-rich, cross-platform firmware development 
environment for the UEFI and PI specifications.

 sys-boot/udk/Manifest  |   1 +
 sys-boot/udk/files/2015-makefile.template  |  54 +++
 sys-boot/udk/files/2015-tools_def.template |  42 +
 sys-boot/udk/metadata.xml  |  28 
 sys-boot/udk/udk-2015.ebuild   | 246 +
 5 files changed, 371 insertions(+)

diff --git a/sys-boot/udk/Manifest b/sys-boot/udk/Manifest
new file mode 100644
index ..ca2feeb
--- /dev/null
+++ b/sys-boot/udk/Manifest
@@ -0,0 +1 @@
+DIST UDK2015.Complete.MyWorkSpace.zip 121736982 SHA256 
ff11e68feafae13510ad5ee951bf7b219b3483ab335c1d0c85f45a5b7ba48b5e SHA512 
7856a8f29296f817e8fd09d8eaf7207f4e25a13faa10936d1ceb10cb6a900be265379722c0ade0ef93b1c640fef8693667d2567962e3288b20ae77f607f03d39
 WHIRLPOOL 
8b1e283e0ae3ec422eea609a418784260119410a87c5397803730f1c73be0b113eec41ed4cd1920d32735a23377acd80bedf1867518733be6d698c3891775276

diff --git a/sys-boot/udk/files/2015-makefile.template 
b/sys-boot/udk/files/2015-makefile.template
new file mode 100644
index ..c8ae8b6
--- /dev/null
+++ b/sys-boot/udk/files/2015-makefile.template
@@ -0,0 +1,54 @@
+TOP := $(abspath $(dir $(lastword $(MAKEFILE_LIST
+EXEC = «MODULE».efi
+SRC = $(shell find $(TOP) -type f -name '*.c')
+OBJ = $(SRC:.c=.o)
+INC_DIR = /usr/include/«PACKAGE_NAME»
+LIB_DIR = /usr/lib
+«STATIC_LIBS»
+
+EFI_LDS = $(LIB_DIR)/GccBase.lds
+
+«MODULE_TYPE»
+«IMAGE_ENTRY_POINT»
+
+«CP»
+«RM»
+«CC»
+«DLINK»
+«OBJCOPY»
+«GENFW»
+
+CC_FLAGS = -g -fshort-wchar -fno-strict-aliasing -Wall -Werror \
+   -Wno-array-bounds -ffunction-sections -fdata-sections -c -iquote$(TOP) \
+   -include AutoGen.h -I$(INC_DIR) -DSTRING_ARRAY_NAME=«MODULE»Strings 
-m64 \
+   -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" 
-DNO_BUILTIN_VA_FUNCS \
+   -mno-red-zone -Wno-address -mcmodel=large -Wno-address \
+   -Wno-unused-but-set-variable
+DLINK_FLAGS=-nostdlib -n -q --gc-sections --entry $(IMAGE_ENTRY_POINT) \
+   -u $(IMAGE_ENTRY_POINT) -melf_x86_64 --oformat=elf64-x86-64 -L 
$(LIB_DIR) \
+   --script=$(EFI_LDS) --defsym=PECOFF_HEADER_SIZE=«PECOFF_HEADER_SIZE»
+«OBJCOPY_FLAGS»
+«GENFW_FLAGS»
+
+all:   $(EXEC)
+
+%.efi: $(OBJ)
+   $(DLINK) -o $(@:.efi=.dll) $(DLINK_FLAGS) \
+   --start-group $(STATIC_LIBRARY_FILES) $^ --end-group
+   $(OBJCOPY) $(OBJCOPY_FLAGS) $(@:.efi=.dll)
+   $(CP) $(@:.efi=.dll) $(@:.efi=.debug)
+   $(OBJCOPY) --strip-unneeded -R .eh_frame $(@:.efi=.dll)
+   $(OBJCOPY) --add-gnu-debuglink=$(@:.efi=.debug) $(@:.efi=.dll)
+   $(GENFW) -e $(MODULE_TYPE) -o $@ $(@:.efi=.dll) $(GENFW_FLAGS)
+   $(RM) $(@:.efi=.dll)
+
+%.o:   %.c
+   $(CC) $(CC_FLAGS) -o $@ $^
+
+clean:
+   $(RM) *.o
+
+mrproper: clean
+   $(RM) $(EXEC) $(EXEC:.efi=.debug)
+
+.PHONY: all clean mrproper

diff --git a/sys-boot/udk/files/2015-tools_def.template 
b/sys-boot/udk/files/2015-tools_def.template
new file mode 100644
index ..5c86635
--- /dev/null
+++ b/sys-boot/udk/files/2015-tools_def.template
@@ -0,0 +1,42 @@
+
+#
+# My custom toolchain
+#
+*_CUSTOM_*_*_FAMILY  = GCC
+*_CUSTOM_*_MAKE_PATH = make
+*_CUSTOM_*_ASL_PATH  = DEF(UNIX_IASL_BIN)
+*_CUSTOM_*_OBJCOPY_PATH  = «OBJCOPY»
+*_CUSTOM_*_CC_PATH   = «CC»
+*_CUSTOM_*_SLINK_PATH= «AR»
+*_CUSTOM_*_DLINK_PATH= «LD»
+*_CUSTOM_*_ASLDLINK_PATH = «LD»
+*_CUSTOM_*_ASM_PATH  = «CC»
+*_CUSTOM_*_PP_PATH   = «CC»
+*_CUSTOM_*_VFRPP_PATH= «CC»
+*_CUSTOM_*_ASLCC_PATH= «CC»
+*_CUSTOM_*_ASLPP_PATH= «CC»
+*_CUSTOM_*_RC_PATH   = «OBJCOPY»
+*_CUSTOM_*_PP_FLAGS  = DEF(GCC_PP_FLAGS)
+*_CUSTOM_*_ASLPP_FLAGS   = DEF(GCC_ASLPP_FLAGS)
+*_CUSTOM_*_ASLCC_FLAGS   = DEF(GCC_ASLCC_FLAGS)
+*_CUSTOM_*_VFRPP_FLAGS   = DEF(GCC_VFRPP_FLAGS)
+*_CUSTOM_*_APP_FLAGS =
+*_CUSTOM_*_ASL_FLAGS = DEF(IASL_FLAGS)
+*_CUSTOM_*_ASL_OUTFLAGS  = DEF(IASL_OUTFLAGS)
+*_CUSTOM_*_OBJCOPY_FLAGS =
+*_CUSTOM_IA32_ASLCC_FLAGS= DEF(GCC_ASLCC_FLAGS) -m32
+*_CUSTOM_IA32_ASM_FLAGS  = DEF(GCC_ASM_FLAGS) -m32 -march=i386
+*_CUSTOM_IA32_CC_FLAGS   = «CFLAGS» -include AutoGen.h 
-DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -D EFI32
+*_CUSTOM_IA32_ASLDLINK_FLAGS = -nostdlib -n -q --gc-sections -z 
common-page-size=0x40 --entry ReferenceAcpiTable -u ReferenceAcpiTable -m 
elf_i386
+*_CUSTOM_IA32_DLINK_FLAGS= -nostdlib -n -q --gc-sections -z 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2016-10-24 Thread Göktürk Yüksek
commit: 431a8c34984840855a1a1ba023bfe77cb8c3694a
Author: Stéphane Veyret  neptura  org>
AuthorDate: Mon Oct 24 15:15:35 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Oct 25 02:46:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431a8c34

sys-boot/refind: version bump, bug #597812

 sys-boot/refind/Manifest |   1 +
 sys-boot/refind/refind-0.10.4.ebuild | 183 +++
 2 files changed, 184 insertions(+)

diff --git a/sys-boot/refind/Manifest b/sys-boot/refind/Manifest
index 566c555..497d93a 100644
--- a/sys-boot/refind/Manifest
+++ b/sys-boot/refind/Manifest
@@ -1,5 +1,6 @@
 DIST refind-src-0.10.0.tar.gz 3336917 SHA256 
845dc3a18d4c82c1e29d4dbef14a53f4de1401c5bb3ea10f3f39442efa870e2e SHA512 
111caea0c1dbd9dde50e7b3cf47c7ad0d5e7f3bec3bb784397171950865cffd8cf589c6a1b821fabd6ed4be191a322757bf94255bfd449ee4a647ad597c3d7ab
 WHIRLPOOL 
8e9070c89b83ff7e49b34c45f5f7d3ecd90824f8ba95eae4105636125500eafc29a7ae34a602cb268bd7bd4e90fe2a7e2a8bad4a9b68baa283a59d0a34ae1d1f
 DIST refind-src-0.10.2.tar.gz 2949593 SHA256 
ef6aa17e911ea899c0d5e9482bfe657bc63b425976b0e2f936e67cbec3f1c34c SHA512 
7f74109a2f2a8dd5889834c0d9cf9b186ed5487a737b442caed5ce2df06de13efc2553d264792e5f72e4bb281926a772aeca96187209d856a8b9abe9f831580c
 WHIRLPOOL 
224c168b1eb980c850b008f0a6e2148b8bbc0ed1d591c4bdfb1c182af9430e5eb9ac8a58ec8f83a50320d30a946b1feeda12eb02a36450e7912462c6058cc7fc
 DIST refind-src-0.10.3.tar.gz 3967340 SHA256 
652be9a25a026b4d4a6a3e73e8765fe31c948a88a2f413cde814815f93b858e4 SHA512 
2a2274f508c66fa62352b34daab7faf9c7ff33f197b0ec125c0d025ab7c0ecb3e4cc2925f5e6888f06dc3a4fb4008a353d8b59e96d0a047695b0efb989f9f72d
 WHIRLPOOL 
8a417cc1da124967618b379cb71737b83b9f4cfd3dd22f6896ed8720945c456b4785fe18fb2b51bb5b10c808e660341c2e86656195a24e5d39fcd13d24f97e8d
+DIST refind-src-0.10.4.tar.gz 3970380 SHA256 
c3e428b27a0d4c61ee052603aedea7118bf04a7917216b10bfde2a3d2a2442a5 SHA512 
a75a6210ee51427c474e69c2de8c719545b2599c19f1c7541048b77ab1996a0e4b4b5fd4840f6240cd6704e5f5338cbaff432d7dc5ec4042854e26d6df18bed5
 WHIRLPOOL 
a5d84831ea3c6282560fcc7491e7aabeb4a0598c34843a09b7baadf9398092a9495290180d05fbd935ad09207814a3fa4f72cfa3bf798f2422fecf07dc27037d
 DIST refind-src-0.9.0.zip 2939724 SHA256 
842a01d7964bc8c8000a66e6d08f6fadb4c257d251b1277cebff0bf731e024aa SHA512 
c49e3110e6b9f8d44dadae1ab828d3bf59bbce2da9170efed73db961135144ae9963b57d4cc39af2b15ecdf1f289359bda56c3d3e8f72d05be165ae5a3e2654d
 WHIRLPOOL 
225a6b84ea7044e8fe0bab5e268c8c46a4523ab6f408d1bb2a94adfe54afe80c9c83ec0dc104945b332ae6c375c9d041972dee39baa43665588eb0dfc1fe4362
 DIST refind-src-0.9.2.zip 2941986 SHA256 
9022da3d46493395c273e2d2fc555d1c786fb1b9c11b2912751a88fe3328212a SHA512 
6636cf02bb69ffe699d5f9717d09b80db0e4330aa52c14949e8612caed11f032370db17700c15d285173729271d2434fd0fbc39f5b445a3c05255ee14d125d47
 WHIRLPOOL 
2d81427bf6cc9cf021a4ffc7238bcf914e380fea091cbefaa601e391cf28f43f7c3ef1181744e4aab3d71d2535d88ba633b13cdae696f0baddd26d3c2511a88d

diff --git a/sys-boot/refind/refind-0.10.4.ebuild 
b/sys-boot/refind/refind-0.10.4.ebuild
new file mode 100644
index ..1ce9c8d
--- /dev/null
+++ b/sys-boot/refind/refind-0.10.4.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic versionator
+
+DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
+HOMEPAGE="http://www.rodsbooks.com/refind/;
+
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
+IUSE="${FS_USE} -gnuefi doc"
+
+DEPEND="gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
+   !gnuefi? ( >=sys-boot/udk-2015 )"
+
+DOCS="NEWS.txt README.txt docs/refind docs/Styles"
+
+pkg_setup() {
+   if use x86 ; then
+   export EFIARCH=ia32
+   export BUILDARCH=ia32
+   elif use amd64; then
+   export EFIARCH=x64
+   export BUILDARCH=x86_64
+   else
+   # Try to support anyway
+   export BUILDARCH=$( uname -m | sed s,i[3456789]86,ia32, )
+   if [[ ${BUILDARCH} == "x86_64" ]] ; then
+   export EFIARCH=x64
+   else
+   export EFIARCH=${ARCH}
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+   local f
+   for f in "${S}"/*/Make.tiano "${S}"/Make.common; do
+   sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
+   -e 
's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
+   -e '/^\s*-I \$(EDK2BASE).*$/d' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   for f in "${S}"/*/Make.tiano; do
+   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2016-10-24 Thread Göktürk Yüksek
commit: 1244bd61402c6de3d791eed2f018c906758c00fc
Author: Stéphane Veyret  neptura  org>
AuthorDate: Mon Oct 24 19:52:49 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Oct 25 02:46:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1244bd61

sys-boot/refind: use flags and udk for rEFInd, bug #566930

This new release has 2 major changes:
* it is now using user defined flags, if possible,
* it is now able to compile against udk (default compilation).

 sys-boot/refind/metadata.xml|   2 +
 sys-boot/refind/refind-0.10.2-r1.ebuild | 175 
 2 files changed, 177 insertions(+)

diff --git a/sys-boot/refind/metadata.xml b/sys-boot/refind/metadata.xml
index a5bf904..f9342b6 100644
--- a/sys-boot/refind/metadata.xml
+++ b/sys-boot/refind/metadata.xml
@@ -24,6 +24,7 @@
Builds the EFI binary hfs filesystem 
driver
Builds the EFI binary btrfs filesystem 
driver
Builds the EFI binary ntfs filesystem 
driver
+   Compile using GNU-EFI instead of 
Tianocore
Install document files


@@ -34,6 +35,7 @@
Construire le gestionnaire EFI pour le système 
de fichier hfs
Construire le gestionnaire EFI pour le 
système de fichier btrfs
Construire le gestionnaire EFI pour le 
système de fichier ntfs
+   Compiler en utilisant GNU-EFI au lieu de 
Tianocore
Installer les fichiers de documentation



diff --git a/sys-boot/refind/refind-0.10.2-r1.ebuild 
b/sys-boot/refind/refind-0.10.2-r1.ebuild
new file mode 100644
index ..5ef91b1
--- /dev/null
+++ b/sys-boot/refind/refind-0.10.2-r1.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
+HOMEPAGE="http://www.rodsbooks.com/refind/;
+
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
+IUSE="${FS_USE} -gnuefi doc"
+
+DEPEND="gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
+   !gnuefi? ( >=sys-boot/udk-2015 )"
+
+DOCS="NEWS.txt README.txt docs/refind docs/Styles"
+
+pkg_setup() {
+   if use x86 ; then
+   export EFIARCH=ia32
+   export BUILDARCH=ia32
+   elif use amd64; then
+   export EFIARCH=x64
+   export BUILDARCH=x86_64
+   else
+   # Try to support anyway
+   export BUILDARCH=$( uname -m | sed s,i[3456789]86,ia32, )
+   if [[ ${BUILDARCH} == "x86_64" ]] ; then
+   export EFIARCH=x64
+   else
+   export EFIARCH=${ARCH}
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+   local f
+   for f in "${S}"/*/Make.tiano "${S}"/Make.common; do
+   sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
+   -e 
's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
+   -e '/^\s*-I \$(EDK2BASE).*$/d' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   for f in "${S}"/*/Make.tiano; do
+   sed -i -e 's@^\(EFILIB\s*=\s*\).*$@\1/usr/lib@' \
+   -e 's@\$(EFILIB).*/\([^/]*\).lib@-l\1@' \
+   -e 's/\(--start-group\s*\$(ALL_EFILIBS)\)/-L \$(EFILIB) 
\1/' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   sed -i -e '/Guids/i#include "AutoGen.h"\n' "${S}/filesystems/AutoGen.c" 
\
+   || die "Failed to patch AutoGen.c"
+   for f in "${S}"/*/AutoGen.c; do
+   cat >>"${f}" <<-EOF || die "Failed to patch AutoGen.c"
+
+   #define _PCD_TOKEN_PcdFixedDebugPrintErrorLevel  11U
+   #define _PCD_SIZE_PcdFixedDebugPrintErrorLevel 4
+   #define _PCD_GET_MODE_SIZE_PcdFixedDebugPrintErrorLevel 
 _PCD_SIZE_PcdFixedDebugPrintErrorLevel
+   #define _PCD_VALUE_PcdFixedDebugPrintErrorLevel  
0xU
+   GLOBAL_REMOVE_IF_UNREFERENCED const UINT32 
_gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel = 
_PCD_VALUE_PcdFixedDebugPrintErrorLevel;
+   extern const  UINT32  
_gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel;
+   #define _PCD_GET_MODE_32_PcdFixedDebugPrintErrorLevel  
_gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel
+   //#define _PCD_SET_MODE_32_PcdFixedDebugPrintErrorLevel 
 ASSERT(FALSE)  // It is not allowed to set value for a 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2016-10-24 Thread Göktürk Yüksek
commit: dbf034440f700f0978be911053efeda098e5d280
Author: Stéphane Veyret  neptura  org>
AuthorDate: Sun Jul 17 17:28:58 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Oct 25 02:46:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf03444

sys-boot/refind: version bump, bug #582716

 sys-boot/refind/Manifest |   1 +
 sys-boot/refind/refind-0.10.3.ebuild | 183 +++
 2 files changed, 184 insertions(+)

diff --git a/sys-boot/refind/Manifest b/sys-boot/refind/Manifest
index a023872..566c555 100644
--- a/sys-boot/refind/Manifest
+++ b/sys-boot/refind/Manifest
@@ -1,4 +1,5 @@
 DIST refind-src-0.10.0.tar.gz 3336917 SHA256 
845dc3a18d4c82c1e29d4dbef14a53f4de1401c5bb3ea10f3f39442efa870e2e SHA512 
111caea0c1dbd9dde50e7b3cf47c7ad0d5e7f3bec3bb784397171950865cffd8cf589c6a1b821fabd6ed4be191a322757bf94255bfd449ee4a647ad597c3d7ab
 WHIRLPOOL 
8e9070c89b83ff7e49b34c45f5f7d3ecd90824f8ba95eae4105636125500eafc29a7ae34a602cb268bd7bd4e90fe2a7e2a8bad4a9b68baa283a59d0a34ae1d1f
 DIST refind-src-0.10.2.tar.gz 2949593 SHA256 
ef6aa17e911ea899c0d5e9482bfe657bc63b425976b0e2f936e67cbec3f1c34c SHA512 
7f74109a2f2a8dd5889834c0d9cf9b186ed5487a737b442caed5ce2df06de13efc2553d264792e5f72e4bb281926a772aeca96187209d856a8b9abe9f831580c
 WHIRLPOOL 
224c168b1eb980c850b008f0a6e2148b8bbc0ed1d591c4bdfb1c182af9430e5eb9ac8a58ec8f83a50320d30a946b1feeda12eb02a36450e7912462c6058cc7fc
+DIST refind-src-0.10.3.tar.gz 3967340 SHA256 
652be9a25a026b4d4a6a3e73e8765fe31c948a88a2f413cde814815f93b858e4 SHA512 
2a2274f508c66fa62352b34daab7faf9c7ff33f197b0ec125c0d025ab7c0ecb3e4cc2925f5e6888f06dc3a4fb4008a353d8b59e96d0a047695b0efb989f9f72d
 WHIRLPOOL 
8a417cc1da124967618b379cb71737b83b9f4cfd3dd22f6896ed8720945c456b4785fe18fb2b51bb5b10c808e660341c2e86656195a24e5d39fcd13d24f97e8d
 DIST refind-src-0.9.0.zip 2939724 SHA256 
842a01d7964bc8c8000a66e6d08f6fadb4c257d251b1277cebff0bf731e024aa SHA512 
c49e3110e6b9f8d44dadae1ab828d3bf59bbce2da9170efed73db961135144ae9963b57d4cc39af2b15ecdf1f289359bda56c3d3e8f72d05be165ae5a3e2654d
 WHIRLPOOL 
225a6b84ea7044e8fe0bab5e268c8c46a4523ab6f408d1bb2a94adfe54afe80c9c83ec0dc104945b332ae6c375c9d041972dee39baa43665588eb0dfc1fe4362
 DIST refind-src-0.9.2.zip 2941986 SHA256 
9022da3d46493395c273e2d2fc555d1c786fb1b9c11b2912751a88fe3328212a SHA512 
6636cf02bb69ffe699d5f9717d09b80db0e4330aa52c14949e8612caed11f032370db17700c15d285173729271d2434fd0fbc39f5b445a3c05255ee14d125d47
 WHIRLPOOL 
2d81427bf6cc9cf021a4ffc7238bcf914e380fea091cbefaa601e391cf28f43f7c3ef1181744e4aab3d71d2535d88ba633b13cdae696f0baddd26d3c2511a88d

diff --git a/sys-boot/refind/refind-0.10.3.ebuild 
b/sys-boot/refind/refind-0.10.3.ebuild
new file mode 100644
index ..1ce9c8d
--- /dev/null
+++ b/sys-boot/refind/refind-0.10.3.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic versionator
+
+DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
+HOMEPAGE="http://www.rodsbooks.com/refind/;
+
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
+IUSE="${FS_USE} -gnuefi doc"
+
+DEPEND="gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
+   !gnuefi? ( >=sys-boot/udk-2015 )"
+
+DOCS="NEWS.txt README.txt docs/refind docs/Styles"
+
+pkg_setup() {
+   if use x86 ; then
+   export EFIARCH=ia32
+   export BUILDARCH=ia32
+   elif use amd64; then
+   export EFIARCH=x64
+   export BUILDARCH=x86_64
+   else
+   # Try to support anyway
+   export BUILDARCH=$( uname -m | sed s,i[3456789]86,ia32, )
+   if [[ ${BUILDARCH} == "x86_64" ]] ; then
+   export EFIARCH=x64
+   else
+   export EFIARCH=${ARCH}
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+   local f
+   for f in "${S}"/*/Make.tiano "${S}"/Make.common; do
+   sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
+   -e 
's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
+   -e '/^\s*-I \$(EDK2BASE).*$/d' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   for f in "${S}"/*/Make.tiano; do
+   sed -i -e 's@^\(EFILIB\s*=\s*\).*$@\1/usr/lib@' \
+   -e 's@\$(EFILIB).*/\([^/]*\).lib@-l\1@' \
+   -e 's/\(--start-group\s*\$(ALL_EFILIBS)\)/-L \$(EFILIB) 
\1/' \
+   "${f}" || die "Failed to patch Tianocore make file in" \
+   $(basename $(dirname ${f}))
+   done
+   sed -i -e '/Guids/i#include "AutoGen.h"\n' 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/

2016-10-24 Thread Benda XU
commit: ffcd38e7d281a84821df62a23b4b30ea729db200
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Oct 25 01:05:30 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Oct 25 01:06:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcd38e7

sys-devel/autoconf: trivial Prefix update.

Package-Manager: portage-2.3.0

 sys-devel/autoconf/autoconf-2.13.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/autoconf/autoconf-2.13.ebuild 
b/sys-devel/autoconf/autoconf-2.13.ebuild
index aa6636a..2093cb3 100644
--- a/sys-devel/autoconf/autoconf-2.13.ebuild
+++ b/sys-devel/autoconf/autoconf-2.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$
 
@@ -51,7 +51,7 @@ src_configure() {
ac_cv_prog_AWK="${prepend}awk" \
LC_ALL=C \
econf \
-   --exec-prefix=/usr \
-   --bindir=/usr/bin \
+   --exec-prefix="${EPREFIX}"/usr \
+   --bindir="${EPREFIX}"/usr/bin \
--program-suffix="-${PV}"
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/sword/files/, app-text/sword/

2016-10-24 Thread Chris Reffett
commit: ea26c138a5a7b151457852959532d6ddac9f0945
Author: Chris Reffett  gentoo  org>
AuthorDate: Tue Oct 25 00:42:52 2016 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Tue Oct 25 00:43:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea26c138

app-text/sword: Add patch for building with GCC 6

Gentoo-Bug: 593818

Package-Manager: portage-2.3.2

 app-text/sword/files/sword-1.7.4-gcc6.patch | 22 ++
 app-text/sword/sword-1.7.4.ebuild   |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/app-text/sword/files/sword-1.7.4-gcc6.patch 
b/app-text/sword/files/sword-1.7.4-gcc6.patch
new file mode 100644
index ..54c7967
--- /dev/null
+++ b/app-text/sword/files/sword-1.7.4-gcc6.patch
@@ -0,0 +1,22 @@
+--- sword-1.7.4/configure.ac.old   2016-09-21 18:04:55.029088352 -0400
 sword-1.7.4/configure.ac   2016-09-21 18:05:37.870349308 -0400
+@@ -197,7 +197,7 @@
+ fi
+ 
+ 
+-AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
++AM_CXXFLAGS="$AM_CXXFLAGS"
+ 
+ if test x$enable_warnings = xyes; then
+   AM_CFLAGS="$AM_CFLAGS -Werror"
+--- sword-1.7.4/configure.old  2016-09-21 18:05:05.98373 -0400
 sword-1.7.4/configure  2016-09-21 18:06:03.822112657 -0400
+@@ -16793,7 +16793,7 @@
+ fi
+ 
+ 
+-AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
++AM_CXXFLAGS="$AM_CXXFLAGS"
+ 
+ if test x$enable_warnings = xyes; then
+   AM_CFLAGS="$AM_CFLAGS -Werror"

diff --git a/app-text/sword/sword-1.7.4.ebuild 
b/app-text/sword/sword-1.7.4.ebuild
index 1567283..3943b6f 100644
--- a/app-text/sword/sword-1.7.4.ebuild
+++ b/app-text/sword/sword-1.7.4.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$
 
@@ -39,6 +39,7 @@ src_prepare() {
[Install]
DataPath=${EPREFIX}/usr/share/${PN}/
EOF
+   epatch "${FILESDIR}/${PN}-1.7.4-gcc6.patch"
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/

2016-10-24 Thread Doug Goldstein
commit: 02e913dd42a6ab3a1d8ce2cf271ea9bcb6f55072
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Oct 25 00:12:41 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Oct 25 00:12:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e913dd

dev-lang/rust-bin: remove older versions

Remove older versions that aren't matched by the source based version.

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.2.0.ebuild |  93 -
 dev-lang/rust-bin/rust-bin-1.3.0.ebuild |  93 -
 dev-lang/rust-bin/rust-bin-1.5.0.ebuild | 102 
 dev-lang/rust-bin/rust-bin-1.6.0.ebuild | 102 
 dev-lang/rust-bin/rust-bin-1.7.0.ebuild | 102 
 dev-lang/rust-bin/rust-bin-1.8.0.ebuild | 102 
 6 files changed, 594 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.2.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
deleted file mode 100644
index f364f85..
--- a/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils bash-completion-r1
-
-MY_P="rustc-${PV}"
-
-DESCRIPTION="Systems programming language from Mozilla"
-HOMEPAGE="http://www.rust-lang.org/;
-SRC_URI="amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz )
-   x86? ( 
http://static.rust-lang.org/dist/${MY_P}-i686-unknown-linux-gnu.tar.gz )"
-
-LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
-SLOT="stable"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
-   !dev-lang/rust:0
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-   default
-
-   local postfix
-   use amd64 && postfix=x86_64-unknown-linux-gnu
-   use x86 && postfix=i686-unknown-linux-gnu
-   mv "${WORKDIR}/${MY_P}-${postfix}" "${S}" || die
-}
-
-src_install() {
-   local components=rustc
-   ./install.sh \
-   --components="${components}" \
-   --disable-verify \
-   --prefix="${D}/opt/${P}" \
-   --mandir="${D}/usr/share/${P}/man" \
-   --disable-ldconfig \
-   || die
-
-   local rustc=rustc-bin-${PV}
-   local rustdoc=rustdoc-bin-${PV}
-   local rustgdb=rust-gdb-bin-${PV}
-
-   mv "${D}/opt/${P}/bin/rustc" "${D}/opt/${P}/bin/${rustc}" || die
-   mv "${D}/opt/${P}/bin/rustdoc" "${D}/opt/${P}/bin/${rustdoc}" || die
-   mv "${D}/opt/${P}/bin/rust-gdb" "${D}/opt/${P}/bin/${rustgdb}" || die
-
-   dosym "/opt/${P}/bin/${rustc}" "/usr/bin/${rustc}"
-   dosym "/opt/${P}/bin/${rustdoc}" "/usr/bin/${rustdoc}"
-   dosym "/opt/${P}/bin/${rustgdb}" "/usr/bin/${rustgdb}"
-
-   cat <<-EOF > "${T}"/50${P}
-   LDPATH="/opt/${P}/lib"
-   MANPATH="/usr/share/${P}/man"
-   EOF
-   doenvd "${T}"/50${P}
-
-   cat <<-EOF > "${T}/provider-${P}"
-   /usr/bin/rustdoc
-   /usr/bin/rust-gdb
-   EOF
-   dodir /etc/env.d/rust
-   insinto /etc/env.d/rust
-   doins "${T}/provider-${P}"
-}
-
-pkg_postinst() {
-   eselect rust update --if-unset
-
-   elog "Rust installs a helper script for calling GDB now,"
-   elog "for your convenience it is installed under 
/usr/bin/rust-gdb-bin-${PV},"
-
-   if has_version app-editors/emacs || has_version app-editors/emacs-vcs; 
then
-   elog "install app-emacs/rust-mode to get emacs support for 
rust."
-   fi
-
-   if has_version app-editors/gvim || has_version app-editors/vim; then
-   elog "install app-vim/rust-vim to get vim support for rust."
-   fi
-
-   if has_version 'app-shells/zsh'; then
-   elog "install app-shells/rust-zshcomp to get zsh completion for 
rust."
-   fi
-}
-
-pkg_postrm() {
-   eselect rust unset --if-invalid
-}

diff --git a/dev-lang/rust-bin/rust-bin-1.3.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.3.0.ebuild
deleted file mode 100644
index f364f85..
--- a/dev-lang/rust-bin/rust-bin-1.3.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils bash-completion-r1
-
-MY_P="rustc-${PV}"
-
-DESCRIPTION="Systems programming language from Mozilla"
-HOMEPAGE="http://www.rust-lang.org/;
-SRC_URI="amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz )
-   x86? ( 
http://static.rust-lang.org/dist/${MY_P}-i686-unknown-linux-gnu.tar.gz )"
-
-LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
-SLOT="stable"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
-   !dev-lang/rust:0
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/

2016-10-24 Thread Doug Goldstein
commit: 365445ecea846dc1a8922144189bd1ff38d9a7ee
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Oct 25 00:10:55 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Oct 25 00:11:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365445ec

dev-lang/rust-bin: version bump

Bump to 1.12.1

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-lang/rust-bin/Manifest   |   2 +
 dev-lang/rust-bin/rust-bin-1.12.1.ebuild | 102 +++
 2 files changed, 104 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 5d8a298..4963c72 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -1,3 +1,5 @@
+DIST rust-1.12.1-i686-unknown-linux-gnu.tar.gz 123818795 SHA256 
ede9b9d14d1ddbc29975d1ead73fcf2758719b4b371363afe1c32eb8d6e96bb3 SHA512 
8393bd91652ebe2a3a6decdd53bcb388d308a8867736ea68f75c2d073a0356583d90f74ce0af6105bd867ab03feed02af17422f25cf3bbf0601d59062aa1c70a
 WHIRLPOOL 
20fab3b60d94e5e75c086ed86bde745c1a915347f4c0af16d3289c57d6cb4396656e1fd93a52d61ea2425c0e37d7c89c5d7a62ea424cd54f5ef2b4eaf5443e97
+DIST rust-1.12.1-x86_64-unknown-linux-gnu.tar.gz 120844880 SHA256 
9e546aec13e389429ba2d86c8f4e67eba5af146c979e4faa16ffb40ddaf9984c SHA512 
888ad195b9d4b8d1d7ccaffd460e6fe0f6003461a6818937b4b6f80a92462eb96095888729188421f21e6bd0e21fa558a7ea81327b78eab5c3b70807c5069492
 WHIRLPOOL 
309c0dfbf25a20bf8a48609d83212e29d409b21f51fcc228b2f83242df1486cd65a9fb884e5b3737fbc90db0a59e6b155528b445412466a84988a77b3999bcdc
 DIST rust-1.5.0-i686-unknown-linux-gnu.tar.gz 97897323 SHA256 
ee45a91c5b1b3542fc349c743667216dec52ea924166ced90675500baf2c42cd SHA512 
1fdbb197fc2f28c846da2099e5c671fd165236a0e611eadd9faf07cdd8a3312f0085d992e97da1f97e1e10fb3d9f4d06215208242349a7d7857008d003495eb2
 WHIRLPOOL 
d3a4dd5e002cd85d71648822274e8d4e1085618c38efdda602ab2afe647ad0415360c84fd18a5e1cda544ae54d18daa3a6e6ecd92b7529fb5263a8edcd3577c3
 DIST rust-1.5.0-x86_64-unknown-linux-gnu.tar.gz 97177085 SHA256 
60b83f74d882ce2ba5bc979b5b0589dca56659f215b3259e7188fed8c50aac9d SHA512 
2ccb6fcb7479ce6d7a5c9a55b3dde7dacc723012a8d8065f431492c7060aeb3dcf3c5df120a583aa890c659b08cbd9cb6df0846e936fdb808afb5efb2410e3b6
 WHIRLPOOL 
bd20965ba143ef95ea7da378f8b312bc1f6340635fcbc9ef8c351bf2f5488825d4f96f3b43d5f88dba8587273ea73586e69c5f5adaf88f32fe01f5ffe5100abb
 DIST rust-1.6.0-i686-unknown-linux-gnu.tar.gz 99521439 SHA256 
4d46ab71e057c66ff6805e5935038371b661aae908bb907d65cedc112bbaa109 SHA512 
473a3e946b9d650f157c3eedb926b6f6c657a7116d8c7173417e6ad065f8f504548992eb2f1c0a10f3033d06520da54dba780aabc1921bb264f7b85bc1c416ad
 WHIRLPOOL 
ca8ccb07a7c60d0217ddb3a3082d8a0ee99ae7c048f603f3d3fbcd6fc24c8ab959de98e85967bb69a457d37e51677dede4672b6b13502601be105b6e7c1dc2dc

diff --git a/dev-lang/rust-bin/rust-bin-1.12.1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.12.1.ebuild
new file mode 100644
index ..444dc27
--- /dev/null
+++ b/dev-lang/rust-bin/rust-bin-1.12.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils bash-completion-r1
+
+MY_P="rust-${PV}"
+
+DESCRIPTION="Systems programming language from Mozilla"
+HOMEPAGE="http://www.rust-lang.org/;
+SRC_URI="amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz )
+   x86? ( 
http://static.rust-lang.org/dist/${MY_P}-i686-unknown-linux-gnu.tar.gz )"
+
+LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
+SLOT="stable"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
+   !dev-lang/rust:0
+"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="
+   opt/${P}/bin/rustc-bin-${PV}
+   opt/${P}/bin/rustdoc-bin-${PV}
+   opt/${P}/lib/*.so
+   opt/${P}/lib/rustlib/*/lib/*.so
+"
+
+src_unpack() {
+   default
+
+   local postfix
+   use amd64 && postfix=x86_64-unknown-linux-gnu
+   use x86 && postfix=i686-unknown-linux-gnu
+   mv "${WORKDIR}/${MY_P}-${postfix}" "${S}" || die
+}
+
+src_install() {
+   local std=$(grep 'std' ./components)
+   local components="rustc,${std}"
+   use doc && components="${components},rust-docs"
+   ./install.sh \
+   --components="${components}" \
+   --disable-verify \
+   --prefix="${D}/opt/${P}" \
+   --mandir="${D}/usr/share/${P}/man" \
+   --disable-ldconfig \
+   || die
+
+   local rustc=rustc-bin-${PV}
+   local rustdoc=rustdoc-bin-${PV}
+   local rustgdb=rust-gdb-bin-${PV}
+
+   mv "${D}/opt/${P}/bin/rustc" "${D}/opt/${P}/bin/${rustc}" || die
+   mv "${D}/opt/${P}/bin/rustdoc" "${D}/opt/${P}/bin/${rustdoc}" || die
+   mv "${D}/opt/${P}/bin/rust-gdb" "${D}/opt/${P}/bin/${rustgdb}" || die
+
+   dosym "/opt/${P}/bin/${rustc}" "/usr/bin/${rustc}"
+   dosym "/opt/${P}/bin/${rustdoc}" "/usr/bin/${rustdoc}"
+   dosym 

[gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/

2016-10-24 Thread David Seifert
commit: 0aac30462244120dbebf37848ebe8c303cf6aad2
Author: David Seifert  gentoo  org>
AuthorDate: Tue Oct 25 00:08:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Oct 25 00:08:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aac3046

app-arch/zstd: Fix ebuild

* Replace EROOT in src_* functions
* Call einstalldocs to install basic docs
* Use proper || die's for removing static libraries
* Pass CC and AR to make commands

Package-Manager: portage-2.3.2

 app-arch/zstd/zstd-1.1.0.ebuild | 28 +---
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/app-arch/zstd/zstd-1.1.0.ebuild b/app-arch/zstd/zstd-1.1.0.ebuild
index bcfe360..4e42b4f 100644
--- a/app-arch/zstd/zstd-1.1.0.ebuild
+++ b/app-arch/zstd/zstd-1.1.0.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+inherit toolchain-funcs
+
 DESCRIPTION="zstd fast compression library"
 HOMEPAGE="http://facebook.github.io/zstd/;
 SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -16,15 +18,27 @@ IUSE="static-libs"
 PATCHES=( "${FILESDIR}/${P}-fix_build_system.patch" )
 
 src_compile() {
-   emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" zstd
-   cd lib &&
-   emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" 
libzstd
+   emake \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" zstd
+
+   emake -C lib \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" libzstd
 }
 
 src_install() {
-   emake DESTDIR="${D}" \
-   PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" install
+   emake \
+   DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+   einstalldocs
 
-   ! use static-libs &&
-   rm -f $ "${ED}usr/$(get_libdir)/libzstd.a"
+   if ! use static-libs; then
+   rm "${ED%/}"/usr/$(get_libdir)/libzstd.a || die
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/, dev-libs/c-blosc/files/

2016-10-24 Thread David Seifert
commit: a183cd2a914e830b91c97445f32ffd7d9a073536
Author: David Seifert  gentoo  org>
AuthorDate: Mon Oct 24 23:38:39 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Oct 25 00:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a183cd2a

dev-libs/c-blosc: Version bump to 1.11.1

* EAPI=6

Package-Manager: portage-2.3.2

 dev-libs/c-blosc/Manifest  |  1 +
 dev-libs/c-blosc/c-blosc-1.11.1.ebuild | 55 ++
 .../files/c-blosc-1.11.1-fix-build-system.patch| 30 
 dev-libs/c-blosc/metadata.xml  | 37 ---
 4 files changed, 105 insertions(+), 18 deletions(-)

diff --git a/dev-libs/c-blosc/Manifest b/dev-libs/c-blosc/Manifest
index 8d8c475..2e4943a 100644
--- a/dev-libs/c-blosc/Manifest
+++ b/dev-libs/c-blosc/Manifest
@@ -1,3 +1,4 @@
+DIST c-blosc-1.11.1.tar.gz 622500 SHA256 
d15937961d37b0780b8fb0641483eb9f6d4c379f88ac7ee84ff5dd06c2b72360 SHA512 
75100cd8447c78c97b02ed8242d966c37c4050f216805d927b3d41367cb7899adfa13a9b61bc3bf3306be976f99f1a668c95f5a83f61929ccdf48f4edf630cb7
 WHIRLPOOL 
db9226096078519002cfd3c93db92fa9ed71f2d6c3a9bca3cf267e63ea6c7d2f34ace6947af652a208e1b715e1aed53674733e67428381c04ff6c31f3a455b11
 DIST c-blosc-1.3.2.tar.gz 229790 SHA256 
7c21c4484c1ad7d6beddd73f35379e0d980530466cd6d87402e035c931983697 SHA512 
0488042628b8b3d02e8e7b58d3d942751a43567e99e1e89f452765ad1aeba395248322df6a37daf828571b3c262ebaa54d3ca49cfed78ab44454faf6bbdb
 WHIRLPOOL 
195232123fbbd4f76f3a209069e7895c3ba900e98c49ca8334e1975634770463d993ae36f99fefb680d7c78a28ca979c27cd4af4412e83c804315f6cf52420fe
 DIST c-blosc-1.3.5.tar.gz 231653 SHA256 
60efbbd2ef613480d135dbb245260e7cd904cfd785cc2504458615d7b397675a SHA512 
4c11309a3f5dd0e2ecb35f62480cf86a9ad8d8d84b0d744c0597a51d8f51010a2ed0ad868cc3aef1f674efc1c35ee3312ad727cb308b348026f08db0ac9ab04a
 WHIRLPOOL 
58742b85bf1d9637492871cab0f0c0b87c96162b2dfbf196e91f62569f6a06077b901a202fab43f39472ccf728550340a85bd60f3fee1d6e0e76d655659db3f0
 DIST c-blosc-1.5.3.tar.gz 240821 SHA256 
d6d7c72d8e49311618f5f1609df1a9b2ca070655b563b9f7b80d5dc92fceaf4f SHA512 
92f0a47ff6af2b776795315fce52e49c12e947e9007f97d05182a8369831e0ba80ff7b2b116fdedc4ef2b984106b014c90f82e233d5aed85cd91e3256f4a7313
 WHIRLPOOL 
9178c1a4e8e476b2a0556106ecbf58eb10bd076e3c731048d988f1e3dcaefa593cea176c6f5ec391c54a651421cce40858f1eae4ba9fc91d60a0fc158fe9fbc7

diff --git a/dev-libs/c-blosc/c-blosc-1.11.1.ebuild 
b/dev-libs/c-blosc/c-blosc-1.11.1.ebuild
new file mode 100644
index ..4c6ff57
--- /dev/null
+++ b/dev-libs/c-blosc/c-blosc-1.11.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Blocking, shuffling and lossless compression library"
+HOMEPAGE="http://www.blosc.org/;
+SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="cpu_flags_x86_avx2 +lz4 +snappy static-libs test zlib zstd"
+
+RDEPEND="
+   lz4? ( >=app-arch/lz4-0_p120:= )
+   snappy? ( app-arch/snappy )
+   zlib? ( sys-libs/zlib )
+   zstd? ( app-arch/zstd )"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.rst RELEASE_NOTES.rst THOUGHTS_FOR_2.0.txt ANNOUNCE.rst )
+PATCHES=( "${FILESDIR}/${PN}-1.11.1-fix-build-system.patch" )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # remove bundled libs
+   rm -rf internal-complibs || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_BENCHMARKS=OFF
+
+   -DDEACTIVATE_AVX2=$(usex !cpu_flags_x86_avx2)
+   -DDEACTIVATE_LZ4=$(usex !lz4)
+   -DDEACTIVATE_SNAPPY=$(usex !snappy)
+   -DDEACTIVATE_ZLIB=$(usex !zlib)
+   -DDEACTIVATE_ZSTD=$(usex !zstd)
+
+   -DPREFER_EXTERNAL_LZ4=ON
+   -DPREFER_EXTERNAL_SNAPPY=ON
+   -DPREFER_EXTERNAL_ZLIB=ON
+   -DPREFER_EXTERNAL_ZSTD=ON
+   )
+   cmake-utils_src_configure
+}

diff --git a/dev-libs/c-blosc/files/c-blosc-1.11.1-fix-build-system.patch 
b/dev-libs/c-blosc/files/c-blosc-1.11.1-fix-build-system.patch
new file mode 100644
index ..02c5fc2
--- /dev/null
+++ b/dev-libs/c-blosc/files/c-blosc-1.11.1-fix-build-system.patch
@@ -0,0 +1,30 @@
+Make the build system respect CFLAGS
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -195,7 +195,7 @@
+CMAKE_SYSTEM_PROCESSOR STREQUAL AMD64)
+ if(CMAKE_C_COMPILER_ID STREQUAL GNU)
+ # We need C99 (GNU99 more exactly)
+-SET(CMAKE_C_FLAGS "-std=gnu99")
++SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
+ set(COMPILER_SUPPORT_SSE2 TRUE)
+ if(CMAKE_C_COMPILER_VERSION VERSION_GREATER 4.7 OR 
CMAKE_C_COMPILER_VERSION VERSION_EQUAL 4.7)
+   

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

2016-10-24 Thread Doug Goldstein
commit: f6bec6c8995b8932f50356a2853d92343cd7313c
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Oct 25 00:04:20 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Oct 25 00:05:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bec6c8

dev-lang/rust: PDEPEND on dev-util/cargo

A number of people have pointed out to me that on most distros
installing Rust results in a fully working environment (e.g. includes
Cargo) so we should really provide the same.

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-lang/rust/rust-1.12.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild
index e608fbd..54e3fd4 100644
--- a/dev-lang/rust/rust-1.12.1.ebuild
+++ b/dev-lang/rust/rust-1.12.1.ebuild
@@ -23,6 +23,7 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
+CARGO_VERSION="0.$(($(get_version_component_range 2) + 1)).0"
 STAGE0_VERSION="1.$(($(get_version_component_range 2) - 1)).0"
 RUST_STAGE0_amd64="rustc-${STAGE0_VERSION}-x86_64-unknown-linux-gnu"
 RUST_STAGE0_x86="rustc-${STAGE0_VERSION}-i686-unknown-linux-gnu"
@@ -51,7 +52,8 @@ DEPEND="${RDEPEND}
clang? ( sys-devel/clang )
 "
 
-PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425"
+PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
+   >=dev-util/cargo-${CARGO_VERSION}"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xtrans/

2016-10-24 Thread Matt Turner
commit: fc6a3e7f8656e3344e3f6479b24888a50487dee8
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 25 00:00:43 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 00:00:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6a3e7f

x11-libs/xtrans: Drop old versions 1.3.3 and 1.3.4.

 x11-libs/xtrans/Manifest|  2 --
 x11-libs/xtrans/xtrans-1.3.3.ebuild | 26 --
 x11-libs/xtrans/xtrans-1.3.4.ebuild | 27 ---
 3 files changed, 55 deletions(-)

diff --git a/x11-libs/xtrans/Manifest b/x11-libs/xtrans/Manifest
index 1ac42df..528c5de 100644
--- a/x11-libs/xtrans/Manifest
+++ b/x11-libs/xtrans/Manifest
@@ -1,3 +1 @@
-DIST xtrans-1.3.3.tar.bz2 177244 SHA256 
622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf SHA512 
9db9464f8e9f1b48e5b8953e764fce7dc0e454c50c794c7871023380f6881b7e9d2e754831c906000c18467a7946d67c86eb4574f11175f8dc27b53599af01b5
 WHIRLPOOL 
6413999c16f6fe14bec5436249df941ec4ac91a45dd5e7c33a4b04ceaadb1c9c9923930768a525b3574f63638c05b35e0543e07ba9699d862d460cdee5cec02c
-DIST xtrans-1.3.4.tar.bz2 182341 SHA256 
054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a SHA512 
0bdf6f120d9a7f5cf39e53e81fd3a6e41ee5949931cb05119261fbfd26c32c7793358ed353f20c8a9efb12897c936f0eca3e63891b4f3b4a3eea3652913715d5
 WHIRLPOOL 
070ff0a8f12c7469d5307126d41c939b5e201be933e436195c687f87d8092b5be957fda14efbde5b93d3878c91f2fe96b4dde2be73fdf25891aae99af8bf1596
 DIST xtrans-1.3.5.tar.bz2 186833 SHA256 
adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301 SHA512 
049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b
 WHIRLPOOL 
69cbdb9c329a6302c7dcc284d86c7f548f371e90cd1d360e56377fa60e0ce1631f720dc9fa62b457ebab673c99712a2d0f9f54edeb9fa0728a21d4b21b83aba0

diff --git a/x11-libs/xtrans/xtrans-1.3.3.ebuild 
b/x11-libs/xtrans/xtrans-1.3.3.ebuild
deleted file mode 100644
index 536d975..
--- a/x11-libs/xtrans/xtrans-1.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_PACKAGE_NAME="lib${PN}"
-# this package just installs some .c and .h files, no libraries
-XORG_STATIC=no
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org xtrans library"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable doc docs)
-   $(use_with doc xmlto)
-   --without-fop
-   )
-}

diff --git a/x11-libs/xtrans/xtrans-1.3.4.ebuild 
b/x11-libs/xtrans/xtrans-1.3.4.ebuild
deleted file mode 100644
index 8b06933..
--- a/x11-libs/xtrans/xtrans-1.3.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_PACKAGE_NAME="lib${PN}"
-# this package just installs some .c and .h files, no libraries
-XORG_STATIC=no
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org xtrans library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable doc docs)
-   $(use_with doc xmlto)
-   --without-fop
-   )
-   xorg-2_src_configure
-}



[gentoo-commits] proj/x11:master commit in: profiles/, x11-base/xorg-server/, x11-base/xorg-server/files/

2016-10-24 Thread Matt Turner
commit: 36586624625a4ace2c29cd50de75be7417d46fb7
Author: Matt Turner  gmail  com>
AuthorDate: Mon Oct 24 23:28:05 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 24 23:28:05 2016 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=36586624

x11-base/xorg-server: Delete (moved to main tree)

 profiles/package.mask  |   1 -
 x11-base/xorg-server/files/xdm-setup.initd-1   |  14 --
 x11-base/xorg-server/files/xdm.confd-4 |  10 -
 x11-base/xorg-server/files/xdm.initd-11| 231 
 .../files/xorg-server-1.12-unloadsubmodule.patch   |  53 -
 x11-base/xorg-server/files/xorg-sets.conf  |   6 -
 x11-base/xorg-server/metadata.xml  |  18 --
 x11-base/xorg-server/xorg-server-.ebuild   | 239 -
 8 files changed, 572 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bfdad86..b7b0b64 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -15,7 +15,6 @@
 =x11-apps/xman-
 =x11-apps/xrandr-
 =x11-apps/xwininfo-
-=x11-base/xorg-server-
 =x11-drivers/xf86-input-evdev-
 =x11-drivers/xf86-input-joystick-
 =x11-drivers/xf86-input-keyboard-

diff --git a/x11-base/xorg-server/files/xdm-setup.initd-1 
b/x11-base/xorg-server/files/xdm-setup.initd-1
deleted file mode 100644
index 6ed3922..000
--- a/x11-base/xorg-server/files/xdm-setup.initd-1
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm-setup.initd-1,v 
1.5 2009/09/24 17:07:56 williamh Exp $
-
-depend() {
-   need localmount
-}
-
-start() {
-   if get_bootparam "nox" ; then
-   touch /etc/.noxdm
-   fi
-}

diff --git a/x11-base/xorg-server/files/xdm.confd-4 
b/x11-base/xorg-server/files/xdm.confd-4
deleted file mode 100644
index c82fece..000
--- a/x11-base/xorg-server/files/xdm.confd-4
+++ /dev/null
@@ -1,10 +0,0 @@
-# We always try and start X on a static VT. The various DMs normally default
-# to using VT7. If you wish to use the xdm init script, then you should ensure
-# that the VT checked is the same VT your DM wants to use. We do this check to
-# ensure that you haven't accidentally configured something to run on the VT
-# in your /etc/inittab file so that you don't get a dead keyboard.
-CHECKVT=7
-
-# What display manager do you use ?  [ xdm | gdm | kdm | gpe | entrance ]
-# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
-DISPLAYMANAGER="xdm"

diff --git a/x11-base/xorg-server/files/xdm.initd-11 
b/x11-base/xorg-server/files/xdm.initd-11
deleted file mode 100644
index 2f7b47c..000
--- a/x11-base/xorg-server/files/xdm.initd-11
+++ /dev/null
@@ -1,231 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/files/xdm.initd-11,v 
1.1 2014/04/14 16:19:25 chithanh Exp $
-
-# This is here to serve as a note to myself, and future developers.
-#
-# Any Display manager (gdm,kdm,xdm) has the following problem:  if
-# it is started before any getty, and no vt is specified, it will
-# usually run on vt2.  When the getty on vt2 then starts, and the
-# DM is already started, the getty will take control of the keyboard,
-# leaving us with a "dead" keyboard.
-#
-# Resolution: add the following line to /etc/inittab
-#
-#  x:a:once:/etc/X11/startDM.sh
-#
-# and have /etc/X11/startDM.sh start the DM in daemon mode if
-# a lock is present (with the info of what DM should be started),
-# else just fall through.
-#
-# How this basically works, is the "a" runlevel is a additional
-# runlevel that you can use to fork processes with init, but the
-# runlevel never gets changed to this runlevel.  Along with the "a"
-# runlevel, the "once" key word means that startDM.sh will only be
-# run when we specify it to run, thus eliminating respawning
-# startDM.sh when "xdm" is not added to the default runlevel, as was
-# done previously.
-#
-# This script then just calls "telinit a", and init will run
-# /etc/X11/startDM.sh after the current runlevel completes (this
-# script should only be added to the actual runlevel the user is
-# using).
-#
-# Martin Schlemmer
-# aka Azarah
-# 04 March 2002
-
-depend() {
-   need localmount xdm-setup
-
-   # this should start as early as possible
-   # we can't do 'before *' as that breaks it
-   # (#139824) Start after ypbind and autofs for network authentication
-   # (#145219 #180163) Could use lirc mouse as input device
-   # (#70689 comment #92) Start after consolefont to avoid display 
corruption
-   # (#291269) Start after quota, since some dm need readable home
-   # (#390609) gdm-3 will fail when dbus is not running
-   # 

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2016-10-24 Thread Matt Turner
commit: 72b671e22b154a05dc0cadfccaf94c0a48c538d4
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 24 23:28:44 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 24 23:55:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b671e2

x11-base/xorg-server: Import  ebuild.

 x11-base/xorg-server/xorg-server-.ebuild | 242 +++
 1 file changed, 242 insertions(+)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
new file mode 100644
index ..95a3ad2
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -0,0 +1,242 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+KEYWORDS=""
+
+IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib 
+udev unwind wayland"
+
+CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   media-libs/freetype
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   glamor? (
+   media-libs/libepoxy
+   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   !x11-libs/glamor
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-10.3.4-r1
+   )
+   tslib? ( >=x11-libs/tslib-1.0 )
+   udev? ( >=virtual/udev-150 )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   media-libs/libepoxy
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )"
+
+DEPEND="${CDEPEND}
+   sys-devel/flex
+   >=x11-proto/bigreqsproto-1.1.0
+   >=x11-proto/compositeproto-0.4
+   >=x11-proto/damageproto-1.1
+   >=x11-proto/fixesproto-5.0
+   >=x11-proto/fontsproto-2.1.3
+   >=x11-proto/glproto-1.4.17-r1
+   >=x11-proto/inputproto-2.3
+   >=x11-proto/kbproto-1.0.3
+   >=x11-proto/randrproto-1.5.0
+   >=x11-proto/recordproto-1.13.99.1
+   >=x11-proto/renderproto-0.11
+   >=x11-proto/resourceproto-1.2.0
+   >=x11-proto/scrnsaverproto-1.1
+   >=x11-proto/trapproto-3.4.3
+   >=x11-proto/videoproto-2.2.2
+   >=x11-proto/xcmiscproto-1.2.0
+   >=x11-proto/xextproto-7.2.99.901
+   >=x11-proto/xf86dgaproto-2.0.99.1
+   >=x11-proto/xf86rushproto-1.1.2
+   >=x11-proto/xf86vidmodeproto-2.2.99.1
+   >=x11-proto/xineramaproto-1.1.3
+   >=x11-proto/xproto-7.0.31
+   >=x11-proto/presentproto-1.0
+   >=x11-proto/dri3proto-1.0
+   dmx? (
+   >=x11-proto/dmxproto-2.2.99.1
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+   www-client/w3m
+   )
+   )
+   )
+   !minimal? (
+   >=x11-proto/xf86driproto-2.1.0
+   >=x11-proto/dri2proto-2.8
+   )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-xserver )
+   !x11-drivers/xf86-video-modesetting
+"
+
+PDEPEND="
+   xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )"
+
+REQUIRED_USE="!minimal? (
+   || ( ${IUSE_SERVERS} )
+   )
+   xephyr? ( 

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/

2016-10-24 Thread Matt Turner
commit: 0f26449868d8412b9629ee3b7cd4ba18427b5b36
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 24 23:20:31 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 24 23:55:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f264498

x11-base/xorg-drivers: Add VIDEO_CARDS=i965.

This changes the default for i965 to modesetting/glamor (part of the
xserver) from xf86-video-intel. xf86-video-intel is still used for
i8xx/i915/i945.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=592026

 x11-base/xorg-drivers/xorg-drivers-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-.ebuild
index 61d4881..a90363f 100644
--- a/x11-base/xorg-drivers/xorg-drivers-.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-.ebuild
@@ -45,6 +45,7 @@ IUSE_VIDEO_CARDS="
video_cards_glint
video_cards_i128
video_cards_i740
+   video_cards_i965
video_cards_intel
video_cards_mach64
video_cards_mga
@@ -117,7 +118,8 @@ PDEPEND="
video_cards_glint? ( x11-drivers/xf86-video-glint )
video_cards_i128?  ( x11-drivers/xf86-video-i128 )
video_cards_i740?  ( x11-drivers/xf86-video-i740 )
-   video_cards_intel? ( x11-drivers/xf86-video-intel )
+   video_cards_i965?  ( ~x11-base/xorg-server-${PV}[glamor] )
+   video_cards_intel? ( !video_cards_i965? ( 
x11-drivers/xf86-video-intel ) )
video_cards_mach64?( x11-drivers/xf86-video-mach64 )
video_cards_mga?   ( x11-drivers/xf86-video-mga )
video_cards_neomagic?  ( x11-drivers/xf86-video-neomagic )



[gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/

2016-10-24 Thread Robin H. Johnson
commit: 573e4e7200e4d2c23a24ddbe2eb302150aa8b4a4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 23:29:05 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 23:44:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573e4e72

net-misc/netifrc: bump, MANY fixes.

This release of netifrc should hopefully represent the next stable
candidate. The 0.3.x and 0.4.x series had some bugs that should not be
in stable.

One specific change to note, is that if an address or route is already
configured on an interface, prior to starting the interface service, the
interface will now start successfully, whereas it would previously fail.
If the parameters on the existing route and new route are slightly
different, this may lead to non-deterministic behavior.

Bugs fixed:
420941, 588872: l2tp/dummy/hsr support.
487208: support busybox better, no scope=host on loopback.
488250, 488260, 488262: better IPv6 address handling.
489398: more reliable interface startup
507346: resolvconf-gentoo renamed to openresolv
524156: DHCP classless static routes for udhcpc
525958: Better POSIX sh support
540728, 547906: macchanger 1.7 support
545364: Switch to /run instead of /var/run
575128: newer udev support
596234: New iproute keywords: noprefixroute mngtmpaddr
596844: metric_SSID support

Package-Manager: portage-2.3.2
Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/netifrc/Manifest |  1 +
 net-misc/netifrc/netifrc-0.5.0.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 6e887b7..8946cc7 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -4,3 +4,4 @@ DIST netifrc-0.2.4.tar.bz2 61828 SHA256 
9b53eb3c8e6e80cd4073a34f911a28055c28b9f7
 DIST netifrc-0.3.0.tar.bz2 68461 SHA256 
9b0bd794a7714c06d2baa11553af018f694c2c71d121e657630d9c9ee94cafc6 SHA512 
e28c00e5318c17e46bbdbcd471252729b73a4a0af930a4bf6213d30441650390b6bb83678cfd1fbeddd8102f947016a18976538dcf316cfab08461adf301686c
 WHIRLPOOL 
aa868e8b9dccb6d2ba48f37318adae57cf8314d1b45d9ad1fdc5d6b85b0b432b7b3f5b784d9d3ae824612699947b6bd47810c4cf44daf25aef52673a1fa2120c
 DIST netifrc-0.3.1.tar.bz2 69213 SHA256 
a92a96b6f065981ee1c0232a507f3695230eeb7fb6172ec9048c2538b36cfea8 SHA512 
de7d9291c3303e077c86e1fd42c6d9319308f0b51f28a034f9ed830aa504d2830ce96816a391811bcfadd07500e9c439acd4c436d7a3e47e58178b53465b
 WHIRLPOOL 
b2b0384880abb52a6d31a640688ecbdf17e4ba02aed9660e63c99c80eed315384459984abe1ef527526bed5a142e2c13275b7e7f68332fc6d9368bd98dcdd461
 DIST netifrc-0.4.0.tar.bz2 75517 SHA256 
cc5c10d567530f64ca8c4fb8dcfc8218d102144f83393e1db769a5a5374c00df SHA512 
a6b525a8f084a3cc9e4afa452617c001a225475689ed5ecb86703178eb252b70eb2dfc294789e29c6001098087a7ca2238ff9c8763accf3a66d39cff86614e85
 WHIRLPOOL 
cdaa38a549106a3f73db88aa6376f77d71868cf774a1bb346276a52f6503ccc28f0049d12cbad6e068ab9af87b0fc37e69caa43f31efcbeb4e1a548a6b069c16
+DIST netifrc-0.5.0.tar.bz2 78738 SHA256 
2937cd4fd0f0a6eee050b00cc0b32ba37d2793eee09de21e0366d4e0886f8257 SHA512 
2348c0df590d6060de3756a5111ac2916047e21ce56d43fc0b8d99946f93ca02ce300abcd9243e1e4cbcd5ab89ea6ed0869785cdb5297a669aeb6812788933b0
 WHIRLPOOL 
32bca5ecc6a3f6b75e541778b9d0548102c69cc86fb9d61458bc36f458766470489f5bf86b9373e8db598ee0883c65e6986efa2a37d1873484297df9aad73015

diff --git a/net-misc/netifrc/netifrc-0.5.0.ebuild 
b/net-misc/netifrc/netifrc-0.5.0.ebuild
new file mode 100644
index ..918a70a
--- /dev/null
+++ b/net-misc/netifrc/netifrc-0.5.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils systemd udev
+
+DESCRIPTION="Gentoo Network Interface Management Scripts"
+HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
+   #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
+   inherit git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="kernel_linux? ( virtual/pkgconfig )
+   !"${S}"/ChangeLog
+   fi
+
+   # Allow user patches to be applied without modifying the ebuild
+   epatch_user
+}
+
+src_compile() {
+   MAKE_ARGS="${MAKE_ARGS}
+   UDEVDIR=${EPREFIX}$(get_udevdir)
+   LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}"
+
+   use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"
+
+   emake ${MAKE_ARGS} all
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+   dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog
+
+   # Install the service file
+   

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/fog-rackspace/

2016-10-24 Thread Manuel Rüger
commit: 92e123a52a823d424ee2ef2f91e72bf48722c757
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 23:40:52 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 23:40:52 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=92e123a5

dev-ruby/fog-rackspace: Initial version

Package-Manager: portage-2.3.2

 dev-ruby/fog-rackspace/Manifest   |  1 +
 dev-ruby/fog-rackspace/fog-rackspace-0.1.1.ebuild | 39 +++
 dev-ruby/fog-rackspace/metadata.xml   |  8 +
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/fog-rackspace/Manifest b/dev-ruby/fog-rackspace/Manifest
new file mode 100644
index 000..c7e23af
--- /dev/null
+++ b/dev-ruby/fog-rackspace/Manifest
@@ -0,0 +1 @@
+DIST fog-rackspace-0.1.1.gem 227328 SHA256 
4a8c7a2432dd32321958c869f3b1b8190cf4eac292024e6ea267bc6040a44b78 SHA512 
a4fc0f7ff58a3c779f514e75bd43e6753eca50cd3a5b9f87edbaf9c91d54c4eca8ed33ae5890973fafc04410257763c1a770887bc1634bf16ce7f29107a7757a
 WHIRLPOOL 
90192aab4e56a5e5886b8f9301b357f6085a03dda6ead4c40f8f80e85756047999b6daebd061ff4512ea63e616d5b4182e4191bb4164c7197b76af8bdb39b82a

diff --git a/dev-ruby/fog-rackspace/fog-rackspace-0.1.1.ebuild 
b/dev-ruby/fog-rackspace/fog-rackspace-0.1.1.ebuild
new file mode 100644
index 000..6d82fda
--- /dev/null
+++ b/dev-ruby/fog-rackspace/fog-rackspace-0.1.1.ebuild
@@ -0,0 +1,39 @@
+# 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"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rackspace provider gem for Fog"
+HOMEPAGE="https://github.com/fog/fog-rackspace 
https://rubygems.org/gems/fog-rackspace http://developer.rackspace.com;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/fog-core-1.35
+   >=dev-ruby/fog-json-1.0
+   >=dev-ruby/fog-xml-0.1
+   >=dev-ruby/ipaddress-0.8"
+
+ruby_add_bdepend "
+   dev-ruby/mime-types
+   dev-ruby/mime-types-data
+   >=dev-ruby/vcr-3.0.1:3
+   >=dev-ruby/shindo-0.3
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/

2016-10-24 Thread Manuel Rüger
commit: 1d64b9f3dbcd77f8264563606bb13d83281494c8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 23:22:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 23:22:12 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1d64b9f3

dev-util/gitlab-ci-multi-runner: Version bump to 1.7.0

Package-Manager: portage-2.3.2

 dev-util/gitlab-ci-multi-runner/Manifest   |  3 ++
 .../gitlab-ci-multi-runner-1.7.0.ebuild| 46 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/gitlab-ci-multi-runner/Manifest 
b/dev-util/gitlab-ci-multi-runner/Manifest
index cd2987e..ba64a64 100644
--- a/dev-util/gitlab-ci-multi-runner/Manifest
+++ b/dev-util/gitlab-ci-multi-runner/Manifest
@@ -1,3 +1,6 @@
 DIST gitlab-ci-multi-runner-1.6.1-prebuilt-arm.tar.xz 9314916 SHA256 
73d5d611f4aa8b2a0d8bc61f7cbd1e4cd4e7d089015084338c0e4b1eba1a6482 SHA512 
1d231910686fe94e27251aaf5c63e1b358eaa66b18cc2add7f35763cdd9137851c461fba573c4a1fc704ee58350a2cc20291441279dfc046c509d502f8d92aa5
 WHIRLPOOL 
bfd15f424aa0e2feef5da4557cec709d8b7caf2d31eddb20ab27c90421b38453d61660126a64b2e450d008d656b6aab3f3a4cb477fb9ead896e8a24794f91685
 DIST gitlab-ci-multi-runner-1.6.1-prebuilt-x86_64.tar.xz 8350044 SHA256 
18d7e08e13beded578a6de57de17de5f844c341558231446486aabff1d48e3e1 SHA512 
91049b4d6a530c506953d10257ac203714837503c2a9905e2f18789823e2444c21cecd88c5f62d655852b0f801fae89e9b379b4b52af50d350e5a7b1653d2b83
 WHIRLPOOL 
314d35573a9829481ba6b3a0406b49fb0936d92618889ed0654aa47040ebf022815f187ef1cb47d2994d79602753cdfb6a61054d1e2e6d2e7b94fab5200ff365
 DIST gitlab-ci-multi-runner-1.6.1.tar.gz 3046449 SHA256 
9a3419e0ff35af6a06c8186eceecf13f32452563f1ef34bac39fea4969c024f5 SHA512 
c45e54fee0d54f003c1931484761c96ec7f24ff785129644333838e01b9dc4e4778a27dc58824ee165c08439811090bec657cec2c2d337e4f5973a7fae9d9fd1
 WHIRLPOOL 
562d7a5ac359236ae203d1e06571aa0f11c2eef0cd742c252eee4d68310bf9317508b48d3b829211ff026a35e56c60fb2238081b17afcdb2475ecf6029897acf
+DIST gitlab-ci-multi-runner-1.7.0-prebuilt-arm.tar.xz 9333580 SHA256 
854c8b7986470f682ec686bec97911c9198ae3868797a55463b0710f2d6e9b4a SHA512 
89c59c265581b59251f40c544cfade40f5c7218eb3ef583da5d1918c0d4c3d8da49047a17e46cab7ee4ca3ba0bee4cbd05f1e263d6561b1b107b5f0cb49d3c9e
 WHIRLPOOL 
609eef4568e34550c47d514e406fc4732771567033519582b0fee16dd5b0df11dd79a2512ce61cc84c9958e50fa355e3c39b897a37a9c8fe1eeb79917acb5988
+DIST gitlab-ci-multi-runner-1.7.0-prebuilt-x86_64.tar.xz 8370796 SHA256 
b471c15b7b1b6214a3ce94eeaa510b56120a86c24211f52e24c58318cec5a977 SHA512 
549e7d99f76177c07f26bc294981d04cc8f2973a123aeb49fdb60493b1a0b734468d35914867d425ca3acb8119b9f155e4f4725d958fbe8d87ae76daeedf40e8
 WHIRLPOOL 
0ecb7891786f5134ad66e74fe517a1e173c0fd3866f3f554d1ce347bc8db0ea4f88ed7dd4a20053f5387509984beb0f5f006ecbf4a6ccdeffc08c36d0e2ee04f
+DIST gitlab-ci-multi-runner-1.7.0.tar.gz 3527772 SHA256 
ffcc18bfc54d4e2846bbfb21e72798c90ca5af214ac606ea07fbbeec24bb155f SHA512 
06289c910f599ce180d62bad2e36cf4ac0f261f740c7ae3d4baf42aa4926b9dd2229b8c25ce8191613957017e1b1af4cdde76512eff2460f4a3db7f085a0e2a1
 WHIRLPOOL 
17d1259123bd0e8275f72453ba89e59f557e568b6698a0f61a511217b22a28d60350925928275072b1599cf4cf841d3f720eebd7a4e409627ad9257e8e2829f8

diff --git 
a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.7.0.ebuild 
b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.7.0.ebuild
new file mode 100644
index 000..03555b5
--- /dev/null
+++ b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="gitlab.com/gitlab-org/gitlab-ci-multi-runner/..."
+
+DESCRIPTION="Official GitLab CI Runner written in Go"
+HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-ci-multi-runner;
+SRC_URI="https://gitlab.com/gitlab-org/${PN}/repository/archive.tar.gz?ref=v${PV}
 -> ${P}.tar.gz
+   !docker-build? ( 
https://dev.gentoo.org/~mrueg/files/${P}-prebuilt-x86_64.tar.xz
+   https://dev.gentoo.org/~mrueg/files/${P}-prebuilt-arm.tar.xz )"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0/${PVR}"
+IUSE="docker-build"
+
+DEPEND="dev-go/gox
+   dev-go/go-bindata
+   docker-build? ( >=app-emulation/docker-1.5 )"
+
+RESTRICT="test"
+
+src_prepare() {
+   if ! use docker-build; then
+   mkdir -p src/${EGO_PN%/*}/out/docker || die
+   cp "${DISTDIR}"/${P}-prebuilt-x86_64.tar.xz 
src/${EGO_PN%/*}/out/docker/prebuilt-x86_64.tar.xz || die
+   cp "${DISTDIR}"/${P}-prebuilt-arm.tar.xz 
src/${EGO_PN%/*}/out/docker/prebuilt-arm.tar.xz || die
+   else
+   einfo "You need to have docker running on your system during 
build time"
+   einfo "$(docker info)"
+   fi
+}
+
+src_compile() {
+   emake GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" RELEASE=true -C 
src/${EGO_PN%/*} build

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/deckar01-task_list/

2016-10-24 Thread Manuel Rüger
commit: be0902019ffa81f041aba4ee856b426c410be191
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 20:56:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 20:56:01 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=be090201

dev-ruby/deckar01-task_list: Initial version

Package-Manager: portage-2.3.2

 dev-ruby/deckar01-task_list/Manifest   |  1 +
 .../deckar01-task_list-1.0.6.ebuild| 31 ++
 dev-ruby/deckar01-task_list/metadata.xml   |  8 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/deckar01-task_list/Manifest 
b/dev-ruby/deckar01-task_list/Manifest
new file mode 100644
index 000..0ae16a7
--- /dev/null
+++ b/dev-ruby/deckar01-task_list/Manifest
@@ -0,0 +1 @@
+DIST deckar01-task_list-1.0.6.gem 17920 SHA256 
38dbe6fcffebee34dd1661439657717b6f341e3f4a60abd369ea9cbc8892cb59 SHA512 
f74ec7fc6ac5e940bacd93698ae42c5fa3dcef69c7ea8fbd988f3b3ac287d0ac09fd734b24457f1a42e69d4daa350de4fc08046396446b424e4638dbf721b5e6
 WHIRLPOOL 
7a9430087742c12c5156e3cc1a76b54988d0c96f8ecac3caea0e76f44ed95a51ce86e0a2058fe7803180ab127e9e3a524e3b9df887e77a83e0cab997f4e42c3a

diff --git a/dev-ruby/deckar01-task_list/deckar01-task_list-1.0.6.ebuild 
b/dev-ruby/deckar01-task_list/deckar01-task_list-1.0.6.ebuild
new file mode 100644
index 000..b9367d1
--- /dev/null
+++ b/dev-ruby/deckar01-task_list/deckar01-task_list-1.0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="GitHub-flavored-Markdown TaskList components"
+HOMEPAGE="https://rubygems.org/gems/deckar01-task_list 
https://github.com/deckar01/task_list;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/html-pipeline"
+ruby_add_bdepend "test? ( dev-ruby/coffee-script
+   dev-ruby/github-markdown
+   >=dev-ruby/minitest-5.3.2
+   dev-ruby/rack
+   dev-ruby/rake
+   dev-ruby/sprockets )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile || die
+}

diff --git a/dev-ruby/deckar01-task_list/metadata.xml 
b/dev-ruby/deckar01-task_list/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/deckar01-task_list/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] proj/netifrc: New tag: 0.5.0

2016-10-24 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 23:19:25 2016 +

New tag: 0.5.0




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

2016-10-24 Thread Brian Dolbec
commit: b6213f9d62ec707ee229c1b50a82386c7e6a6365
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Oct 24 23:15:30 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Oct 24 23:16:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6213f9d

dev-python/twisted: Version bump

Package-Manager: portage-2.3.2

 dev-python/twisted/Manifest  |   1 +
 dev-python/twisted/twisted-16.4.1.ebuild | 167 +++
 2 files changed, 168 insertions(+)

diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest
index 61d1a6e..da7dc2a 100644
--- a/dev-python/twisted/Manifest
+++ b/dev-python/twisted/Manifest
@@ -1,2 +1,3 @@
 DIST Twisted-16.2.0.tar.bz2 2942537 SHA256 
a090e8dc675e97fb20c3bb5f8114ae94169f4e29fd3b3cbede35705fd3cdbd79 SHA512 
a1942c15a84946e8bd4833801fffe7be01443560209972e10043262fd17a73c5d0c50592bd037130b6a1de08d7223cbdc1e2398c8c67f559d42e3e8ec81df840
 WHIRLPOOL 
f847d57b833f7fbd9135c4a07af163afaa1e7a821d3aa657b34b2b465540bdce6472682ec20d7f8244117e99a4301e485afe6a765c07b7b64ac9bc90a9592af4
 DIST Twisted-16.3.2.tar.bz2 2916410 SHA256 
22c32e68feb6be7ea68bcbc8f89184f06b5693a9f1b59d052927d19597645967 SHA512 
6ddca880a06087717487d8a5cc128da81f1acbc97e5c372b1ba51eaeb87390ae7f91925e8e4cc90f29df21692bc11b6e0fe3772341b8488940895e57942e5149
 WHIRLPOOL 
ad381b36f94351c15713e35d6312bae35c78ff90eb485892131f7db8c89168ccf5ddbc9d486bfeb47db695e75280bc73401194c6b36815c5859cc945d0191a7b
+DIST Twisted-16.4.1.tar.bz2 2975697 SHA256 
1d8d73f006c990744effb35588359fd44d43608649ac0b6b7edc71176e88e816 SHA512 
7d841f5ef7fbcc5c215e5fb0d56934c6b37ecb0835a9e602a2b788a76960c669eb910a58c1f40f3e15121a7852a1055d377891c7ce3f2e360292a41341ab6bfe
 WHIRLPOOL 
1c79ea538cddd2026d2aa02367e37f22dec23746f720ce3a25c8065d9db616c622faa89b0011966a27a47f3336fcca066ad85645d3316bbaa318f6143ac8f8cf

diff --git a/dev-python/twisted/twisted-16.4.1.ebuild 
b/dev-python/twisted/twisted-16.4.1.ebuild
new file mode 100644
index ..ff816b6
--- /dev/null
+++ b/dev-python/twisted/twisted-16.4.1.ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{4,5})
+PYTHON_REQ_USE="threads(+)"
+TWISTED_PN="Twisted"
+
+inherit eutils flag-o-matic twisted-r1
+
+DESCRIPTION="An asynchronous networking framework written in Python"
+SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN};
+SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2"
+
+# Dropped keywords due to new deps not keyworded
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86"
+IUSE="conch crypt http2 serial +soap test"
+
+RDEPEND=">=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
+   conch? (
+   dev-python/gmpy[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   )
+   crypt? (
+   >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
+   dev-python/service_identity[${PYTHON_USEDEP}]
+   >=dev-python/idna-0.6[${PYTHON_USEDEP}]
+   )
+   serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )
+   soap? ( $(python_gen_cond_dep 'dev-python/soappy[${PYTHON_USEDEP}]' 
python2_7) )
+   http2? (
+   >=dev-python/hyper-h2-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/priority-1.1.0[${PYTHON_USEDEP}]
+   https://twistedmatrix.com/trac/ticket/8872
+   sed \
+   -e "s/test_unicodeErrorMessageTruncated(self)/_&/" \
+   -e "s/test_unicodeError/_&/" \
+   -i twisted/test/test_twistd.py
+
+   # disable due to removing some tests from installation
+   sed \
+   -e "s/test_exist/_&/" \
+   -i twisted/python/test/test_dist3.py
+}
+
+python_prepare_all() {
+   # disable tests that don't work in our sandbox
+   # and other test failures due to our conditions
+   if use test ; then
+   _twisted_prepare_test
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if ! python_is_python3; then
+   # Needed to make the sendmsg extension work
+   # (see http://twistedmatrix.com/trac/ticket/5701 )
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   distutils_install_for_testing
+
+   # workaround for the eclass not installing the entry points
+   # in the test environment.  copy the old 16.3.2 start script
+   # to run the tests with
+ 

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

2016-10-24 Thread Brian Dolbec
commit: 47285099bb19cbeb3c11abcfa545641289c3d952
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Oct 24 23:11:56 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Oct 24 23:16:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47285099

dev-python/u-msgpack: Version bump

Package-Manager: portage-2.3.2

 dev-python/u-msgpack/Manifest   |  1 +
 dev-python/u-msgpack/u-msgpack-2.3.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/u-msgpack/Manifest b/dev-python/u-msgpack/Manifest
index 4f46b95..eac6f6f 100644
--- a/dev-python/u-msgpack/Manifest
+++ b/dev-python/u-msgpack/Manifest
@@ -1 +1,2 @@
 DIST u-msgpack-2.1.tar.gz 6128 SHA256 
66a39ddc6830be29b6d304dee9d4ab37104550ac4565eab1aa4c2bd3d34d759f SHA512 
c1f52f57b30f69c9312ba10b9d3d15aab1cbb6259729fc470e31d5828dc0d74efdfa93990b8b85fe817e2831acb72b1f5b7a7c0555bb75ad53950336622ef8ed
 WHIRLPOOL 
a77a9ad4d978315cf9a047b892c264e44c3eff91feb98364cbf3b97f137cc142783e7d92d02b7f2fa9ba69d501a6187a4d6ba269c5c897a26748193d15e1f4b3
+DIST u-msgpack-2.3.0.tar.gz 11644 SHA256 
d8df6bb0e2a838aa227c39cfd14aa147ab32b3df6871001874e9b9da9ce1760c SHA512 
f39a30fd6b413f1fb57acee6faf0b2d032f940d048b47f04d7f51d46c7f5efc2cede8e298ffef2304c4bcb3e00ade730f76c5b89ebc50ec5766a3c0a69fff316
 WHIRLPOOL 
147b95349a0a8b631f3d4775ebd46563530cbd72f743ee19723c3330ef45c2866da1fac160d2876b3c949c4769e00f95e75cc59cfb4626f373c982ee8790c21a

diff --git a/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild 
b/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild
new file mode 100644
index ..40bd1b6
--- /dev/null
+++ b/dev-python/u-msgpack/u-msgpack-2.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+MY_PN="${PN}-python"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer"
+HOMEPAGE="https://github.com/vsergeev/u-msgpack-python 
https://pypi.python.org/pypi/u-msgpack-python;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}



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

2016-10-24 Thread Brian Dolbec
commit: c9a278adfe18c17ef66e87379aa49a19cf66fd2b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Oct 24 23:10:35 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Oct 24 23:16:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a278ad

dev-python/hyper-h2: Version bump, bugfix release

Package-Manager: portage-2.3.2

 dev-python/hyper-h2/Manifest  |  1 +
 dev-python/hyper-h2/hyper-h2-2.4.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest
index 5dad240..ebdc53b 100644
--- a/dev-python/hyper-h2/Manifest
+++ b/dev-python/hyper-h2/Manifest
@@ -1 +1,2 @@
 DIST hyper-h2-2.4.0.tar.gz 77440 SHA256 
c673efad0b8ee3c3c604375dd5e0c3dbc74f3c4e0385dae120d22b7d6f6ec301 SHA512 
76835d6c97d4aed515b460bdbbcb8aea1ea061a416386cadf66a0e9b3c213a9ffe67948ce49b922d99e1895615a03159aa6aed198857e1ce73eb734b8bd9a016
 WHIRLPOOL 
9a5c1d313f53ee842403c77a8324aa432ff3d04d3d3737f6f7da83e5ff85e51ea6794419fa8886368cf34d4a7be3ff3b7ed19eb13a74ef8318fad738a71b9ef4
+DIST hyper-h2-2.4.1.tar.gz 78056 SHA256 
a914161895f60a16d7049386c77f2eee72af7fd49b117856033906e16110c9f4 SHA512 
f7a29350a3f31740acf6fc199fb5f3fa06d751abcfbf5a2742370c40c656417ccc659d49b9754e5faeb09ad121c362a478076af81325644d04473d56fc83b07a
 WHIRLPOOL 
4917deb305cca78a6cc8fcfeb34e8f4ef8982c213edc7c3f242422e992d1105ccb151168ad7387fd53faca6061a693cf76f7cb3f91880470cd7bf03bb7a73b26

diff --git a/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild 
b/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
new file mode 100644
index ..fbf71d6
--- /dev/null
+++ b/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+MY_PN="h2"
+
+DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
+HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2;
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
+   =dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep '

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

2016-10-24 Thread Robin H. Johnson
commit: ec018a89e9a44a2088c69fb4f04096465f25da2b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:53:44 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:53:44 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=ec018a89

Makefile.inc: prepare for next release.

Signed-off-by: Robin H. Johnson  gentoo.org>

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 55906a7..becc3f5 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  netifrc
-VERSION=   0.4.0
+VERSION=   0.5.0
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] proj/netifrc:master commit in: udev_rules/

2016-10-24 Thread Robin H. Johnson
commit: 4264b34e2ce5a57501ac38fb18db8f44307d006d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:33:49 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:33:49 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=4264b34e

udev_rules: %k obsolete.

X-Gentoo-Bug: 575128
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=575128
Signed-off-by: Robin H. Johnson  gentoo.org>

 udev_rules/90-network.rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/udev_rules/90-network.rules b/udev_rules/90-network.rules
index 50903af..50ccb94 100644
--- a/udev_rules/90-network.rules
+++ b/udev_rules/90-network.rules
@@ -3,6 +3,5 @@
 # /etc/udev/rules/90-network.rules:  triggering network init-scripts
 
 # Activate our network if we can
-SUBSYSTEM=="net", ACTION=="add",RUN+="net.sh %k start"
-SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"
-
+SUBSYSTEM=="net", ACTION=="add",RUN+="net.sh $name start"
+SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh $name stop"



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

2016-10-24 Thread Robin H. Johnson
commit: a4b0df7acbe67c535fa0736ffd59a55f01249635
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:53:19 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:53:19 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a4b0df7a

Update TODO.

Signed-off-by: Robin H. Johnson  gentoo.org>

 TODO | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO b/TODO
index 023bbb4..99f732b 100644
--- a/TODO
+++ b/TODO
@@ -27,5 +27,8 @@
   - macvtap:
   - ipoib: ..
   - geneve: ip link add gen0 type geneve id 0 remote 192.168.53.53
+  - macsec:
+  - bridge_slave, bond_slave: (alter existing code)
+  - veth
 
 




[gentoo-commits] proj/netifrc:master commit in: net/

2016-10-24 Thread Robin H. Johnson
commit: edd52106d7c868c86c396e0c2f486e58a6132d3c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 23:14:06 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 23:14:06 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=edd52106

net/macchanger: support newer macchanger tool.

Newer versions of macchanger require -m to specify the MAC (it used to
be a non-option argument).

Also don't depend on the output format at all anymore, instead reading
the new MAC from sysfs on after macchanger reports success.

X-Gentoo-Bug: 540728
X-Gentoo-Bug: 547906
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=540728
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=547906
Signed-off-by: Robin H. Johnson  gentoo.org>

 net/macchanger.sh | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/net/macchanger.sh b/net/macchanger.sh
index ff13770..ae9ff9b 100644
--- a/net/macchanger.sh
+++ b/net/macchanger.sh
@@ -14,7 +14,7 @@ macchanger_pre_start()
# We don't change MAC addresses from background
yesno ${IN_BACKGROUND} && return 0
 
-   local mac= opts=
+   local mac= opts= try= output= rc=
 
eval mac=\$mac_${IFVAR}
[ -z "${mac}" ] && return 0
@@ -60,7 +60,7 @@ macchanger_pre_start()
random-full|random) opts="${opts} -r";;
 
# default case is just to pass on all the options
-   *) opts="${opts} ${mac}";;
+   *) opts="${opts} -m ${mac}";;
esac
 
if [ ! -x /sbin/macchanger ]; then
@@ -68,24 +68,24 @@ macchanger_pre_start()
return 1
fi
 
-   mac=$(/sbin/macchanger ${opts} "${IFACE}" \
-   | sed -n -e 's/^\(Faked\|New\) 
MAC:.*\<\(..:..:..:..:..:..\)\>.*/\U\2/p' )
-   _up
+   for try in 1 2; do
+   # Sometimes the interface needs to be up
+   [ "${try}" -eq 2 ] && _up
+   output=$(/sbin/macchanger ${opts} "${IFACE}")
+   rc=$?
+   [ "${rc}" -eq 0 ] && break
+   done
 
-   # Sometimes the interface needs to be up 
-   if [ -z "${mac}" ]; then
-   mac=$(/sbin/macchanger ${opts} "${IFACE}" \
-   | sed -n -e 's/^\(Faked\|New\) 
MAC:.*\<\(..:..:..:..:..:..\)\>.*/\U\2/p' )
-   fi
-
-   if [ -z "${mac}" ]; then
+   if [ "${rc}" -ne 0 ]; then
+   eerror "${output}"
eend 1 "Failed to set MAC address"
return 1
fi
 
eend 0
eindent
-   einfo "changed to" "${mac}"
+   newmac=$(_get_mac_address)
+   einfo "changed to ${newmac}"
eoutdent
 
return 0



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

2016-10-24 Thread Sebastien Fabbro
commit: e98d7df4068a1a7a04b1109b7a938315bfccf102
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Oct 24 22:11:46 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Mon Oct 24 22:51:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98d7df4

dev-python/pytest-mpl: initial import

Package-Manager: portage-2.3.2

 dev-python/pytest-mpl/Manifest  |  1 +
 dev-python/pytest-mpl/metadata.xml  | 15 ++
 dev-python/pytest-mpl/pytest-mpl-0.5.ebuild | 32 +
 3 files changed, 48 insertions(+)

diff --git a/dev-python/pytest-mpl/Manifest b/dev-python/pytest-mpl/Manifest
new file mode 100644
index ..d34fbe1
--- /dev/null
+++ b/dev-python/pytest-mpl/Manifest
@@ -0,0 +1 @@
+DIST pytest-mpl-0.5.tar.gz 112523 SHA256 
fee0da4a81e2a3e966cf6488a6bcc81a144688e145048ad1f66799a25135dad3 SHA512 
9056982403994572a33c861ebe0d7bbcb48579ef95f7cf93f716f06510fa09c187a8daad0ed4a55667444b74461a5a02d7f9217d89de57f3cc10116c88aaa662
 WHIRLPOOL 
4416015f78113bcfc74119a8a04fa55385e496395be9af2e7bcda317ac846744e0bf1221e18eac28efdc5a2b5a5305b2eaa25eef4c8c1051e1949702e92768d6

diff --git a/dev-python/pytest-mpl/metadata.xml 
b/dev-python/pytest-mpl/metadata.xml
new file mode 100644
index ..53dc396
--- /dev/null
+++ b/dev-python/pytest-mpl/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pytest-mpl
+astrofrog/pytest-mpl
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+This is a plugin to faciliate image comparison for Matplotlib figures in 
pytest.
+  
+

diff --git a/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild 
b/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild
new file mode 100644
index ..b383a41
--- /dev/null
+++ b/dev-python/pytest-mpl/pytest-mpl-0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1 virtualx
+
+DOCS=( README.md CHANGES.md )
+
+DESCRIPTION="pytest plugin to faciliate image comparison for matplotlib 
figures"
+HOMEPAGE="https://github.com/astrofrog/pytest-mpl/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   echo "backend : Agg" > matplotlibrc || die
+   MPLCONFIGDIR=. virtx py.test -v || die
+}



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

2016-10-24 Thread Sebastien Fabbro
commit: dd506961916fb05a4e19b4340b77d7d45a0cd788
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Oct 24 22:36:45 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Mon Oct 24 22:51:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd506961

dev-python/aplpy: version bump

Package-Manager: portage-2.3.2

 dev-python/aplpy/Manifest   |  1 +
 dev-python/aplpy/aplpy-1.1.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/aplpy/Manifest b/dev-python/aplpy/Manifest
index bbbae14..9ec2535 100644
--- a/dev-python/aplpy/Manifest
+++ b/dev-python/aplpy/Manifest
@@ -1 +1,2 @@
 DIST APLpy-1.0.tar.gz 1169280 SHA256 
09a8a24b46b93a1eacdbc0e6fd480fa38e4dd890a24963136d76185924602ff0 SHA512 
658b626c2a94c73cc8ba45fde86409659555ed3ec065d07313f08b67c0bcdc596c8dc94562c924de2f3f32d6884051e6756e22384d9594c4538578b482fa7590
 WHIRLPOOL 
0c884cecbbc9a7cd4ca4ba48cee4e03f039fa2edf4aa5aa4ac945b58c889084acb762f9cff2014911b383b0b14ebd2e51d2ce28b01b87eb0053ba06c3cc6c5c3
+DIST APLpy-1.1.1.tar.gz 938943 SHA256 
1c3bc9972da5f738435449e5e8483824129f2a18e7426f0a8c2c06a1ef3b4b4b SHA512 
accc355fb56145db33a931b77b9d5b56e5e0f5a486a3a8d776b0645991883df4b78fae58cfe87c1575dad7f02baa5c68c95427c1de18c2435abd13c4a85eee93
 WHIRLPOOL 
38539eb997fb804717553988eddbebbe15b5fc74d61f8a87153ed27560b0e4bc0671053f0c0fa829ded6c81ea651c798f09bcadc223c8d7c5c09aa7de943717d

diff --git a/dev-python/aplpy/aplpy-1.1.1.ebuild 
b/dev-python/aplpy/aplpy-1.1.1.ebuild
new file mode 100644
index ..6508cbd
--- /dev/null
+++ b/dev-python/aplpy/aplpy-1.1.1.ebuild
@@ -0,0 +1,59 @@
+# 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_4,3_5} )
+
+inherit distutils-r1 virtualx xdg-utils
+
+MYPN=APLpy
+MYP=${MYPN}-${PV}
+
+DESCRIPTION="Astronomical Plotting Library in Python"
+HOMEPAGE="https://aplpy.github.com/;
+SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mpl[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MYP}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0-fix-dependencies.patch"
+)
+
+python_prepare_all() {
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   xdg_environment_reset
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   distutils-r1_python_compile --use-system-libraries
+}
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}" || die
+   echo "backend: Agg" > matplotlibrc
+   virtx "${EPYTHON}" -c "import aplpy, sys;r = aplpy.test();sys.exit(r)"
+}
+
+pkg_postinst() {
+   optfeature "Interact with Montage"  
dev-python/montage-wrapper
+   optfeature "Read DS9 regions files" 
dev-python/pyregion
+   optfeature "Extend image i/o formats"   
dev-python/pillow
+   optfeature "Astronomy Visualization Metadata tagging" dev-python/pyavm
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/

2016-10-24 Thread Matt Turner
commit: c89eeb7e41e69be7d1ca2365a35c9a23a991a651
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 24 22:48:27 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 24 22:50:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89eeb7e

x11-base/xorg-drivers: Import  ebuild.

Package-Manager: portage-2.3.0

 x11-base/xorg-drivers/xorg-drivers-.ebuild | 170 +
 1 file changed, 170 insertions(+)

diff --git a/x11-base/xorg-drivers/xorg-drivers-.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-.ebuild
new file mode 100644
index ..61d4881
--- /dev/null
+++ b/x11-base/xorg-drivers/xorg-drivers-.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Meta package containing deps on all xorg drivers"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS=""
+
+IUSE_INPUT_DEVICES="
+   input_devices_acecad
+   input_devices_aiptek
+   input_devices_elographics
+   input_devices_evdev
+   input_devices_fpit
+   input_devices_hyperpen
+   input_devices_joystick
+   input_devices_keyboard
+   input_devices_libinput
+   input_devices_mouse
+   input_devices_mutouch
+   input_devices_penmount
+   input_devices_tslib
+   input_devices_vmmouse
+   input_devices_void
+   input_devices_synaptics
+   input_devices_wacom
+"
+IUSE_VIDEO_CARDS="
+   video_cards_amdgpu
+   video_cards_apm
+   video_cards_ast
+   video_cards_chips
+   video_cards_cirrus
+   video_cards_dummy
+   video_cards_epson
+   video_cards_fbdev
+   video_cards_freedreno
+   video_cards_geode
+   video_cards_glint
+   video_cards_i128
+   video_cards_i740
+   video_cards_intel
+   video_cards_mach64
+   video_cards_mga
+   video_cards_neomagic
+   video_cards_nouveau
+   video_cards_nv
+   video_cards_omap
+   video_cards_omapfb
+   video_cards_qxl
+   video_cards_r128
+   video_cards_radeon
+   video_cards_radeonsi
+   video_cards_rendition
+   video_cards_s3
+   video_cards_s3virge
+   video_cards_savage
+   video_cards_siliconmotion
+   video_cards_sisusb
+   video_cards_sunbw2
+   video_cards_suncg14
+   video_cards_suncg3
+   video_cards_suncg6
+   video_cards_sunffb
+   video_cards_sunleo
+   video_cards_suntcx
+   video_cards_tdfx
+   video_cards_tegra
+   video_cards_tga
+   video_cards_trident
+   video_cards_tseng
+   video_cards_vesa
+   video_cards_via
+   video_cards_virtualbox
+   video_cards_vmware
+   video_cards_voodoo
+   video_cards_fglrx
+   video_cards_nvidia
+"
+
+IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
+
+PDEPEND="
+   input_devices_acecad?  ( x11-drivers/xf86-input-acecad )
+   input_devices_aiptek?  ( x11-drivers/xf86-input-aiptek )
+   input_devices_elographics? ( x11-drivers/xf86-input-elographics )
+   input_devices_evdev?   ( x11-drivers/xf86-input-evdev )
+   input_devices_fpit?( x11-drivers/xf86-input-fpit )
+   input_devices_hyperpen?( x11-drivers/xf86-input-hyperpen )
+   input_devices_joystick?( x11-drivers/xf86-input-joystick )
+   input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
+   input_devices_libinput?( x11-drivers/xf86-input-libinput )
+   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
+   input_devices_mutouch? ( x11-drivers/xf86-input-mutouch )
+   input_devices_penmount?( x11-drivers/xf86-input-penmount )
+   input_devices_tslib?   ( x11-drivers/xf86-input-tslib )
+   input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
+   input_devices_void?( x11-drivers/xf86-input-void )
+   input_devices_synaptics?   ( x11-drivers/xf86-input-synaptics )
+   input_devices_wacom?   ( x11-drivers/xf86-input-wacom )
+
+   video_cards_amdgpu?( x11-drivers/xf86-video-amdgpu )
+   video_cards_apm?   ( x11-drivers/xf86-video-apm )
+   video_cards_ast?   ( x11-drivers/xf86-video-ast )
+   video_cards_chips? ( x11-drivers/xf86-video-chips )
+   video_cards_cirrus?( x11-drivers/xf86-video-cirrus )
+   video_cards_dummy? ( x11-drivers/xf86-video-dummy )
+   video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
+   video_cards_freedreno? ( x11-drivers/xf86-video-freedreno )
+   video_cards_geode? ( x11-drivers/xf86-video-geode )
+   video_cards_glint? ( x11-drivers/xf86-video-glint )
+   video_cards_i128?  ( x11-drivers/xf86-video-i128 )
+   video_cards_i740?  ( x11-drivers/xf86-video-i740 )
+   video_cards_intel? ( 

[gentoo-commits] proj/x11:master commit in: profiles/, x11-base/xorg-drivers/

2016-10-24 Thread Matt Turner
commit: 9a45dc7f747a9db61df2b91c716e75c0790cf81e
Author: Matt Turner  gmail  com>
AuthorDate: Mon Oct 24 22:47:12 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 24 22:48:04 2016 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=9a45dc7f

x11-base/xorg-drivers: Delete (moved to main tree)

 profiles/package.mask  |   1 -
 x11-base/xorg-drivers/xorg-drivers-.ebuild | 164 -
 2 files changed, 165 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f34957..bfdad86 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -15,7 +15,6 @@
 =x11-apps/xman-
 =x11-apps/xrandr-
 =x11-apps/xwininfo-
-=x11-base/xorg-drivers-
 =x11-base/xorg-server-
 =x11-drivers/xf86-input-evdev-
 =x11-drivers/xf86-input-joystick-

diff --git a/x11-base/xorg-drivers/xorg-drivers-.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-.ebuild
deleted file mode 100644
index 933aa09..000
--- a/x11-base/xorg-drivers/xorg-drivers-.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Meta package containing deps on all xorg drivers"
-HOMEPAGE="http://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-
-IUSE_INPUT_DEVICES="
-   input_devices_acecad
-   input_devices_aiptek
-   input_devices_elographics
-   input_devices_evdev
-   input_devices_fpit
-   input_devices_hyperpen
-   input_devices_joystick
-   input_devices_keyboard
-   input_devices_libinput
-   input_devices_mouse
-   input_devices_mutouch
-   input_devices_penmount
-   input_devices_tslib
-   input_devices_vmmouse
-   input_devices_void
-   input_devices_synaptics
-   input_devices_wacom
-"
-IUSE_VIDEO_CARDS="
-   video_cards_apm
-   video_cards_ast
-   video_cards_chips
-   video_cards_cirrus
-   video_cards_dummy
-   video_cards_epson
-   video_cards_fbdev
-   video_cards_freedreno
-   video_cards_geode
-   video_cards_glint
-   video_cards_i128
-   video_cards_i740
-   video_cards_intel
-   video_cards_mach64
-   video_cards_mga
-   video_cards_neomagic
-   video_cards_nouveau
-   video_cards_nv
-   video_cards_omap
-   video_cards_omapfb
-   video_cards_qxl
-   video_cards_r128
-   video_cards_radeon
-   video_cards_radeonsi
-   video_cards_rendition
-   video_cards_s3
-   video_cards_s3virge
-   video_cards_savage
-   video_cards_siliconmotion
-   video_cards_sisusb
-   video_cards_sunbw2
-   video_cards_suncg14
-   video_cards_suncg3
-   video_cards_suncg6
-   video_cards_sunffb
-   video_cards_sunleo
-   video_cards_suntcx
-   video_cards_tdfx
-   video_cards_tegra
-   video_cards_tga
-   video_cards_trident
-   video_cards_tseng
-   video_cards_vesa
-   video_cards_via
-   video_cards_virtualbox
-   video_cards_vmware
-   video_cards_voodoo
-   video_cards_fglrx
-   video_cards_nvidia
-"
-
-IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
-
-PDEPEND="
-   input_devices_acecad?  ( x11-drivers/xf86-input-acecad )
-   input_devices_aiptek?  ( x11-drivers/xf86-input-aiptek )
-   input_devices_elographics? ( x11-drivers/xf86-input-elographics )
-   input_devices_evdev?   ( x11-drivers/xf86-input-evdev )
-   input_devices_fpit?( x11-drivers/xf86-input-fpit )
-   input_devices_hyperpen?( x11-drivers/xf86-input-hyperpen )
-   input_devices_joystick?( x11-drivers/xf86-input-joystick )
-   input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
-   input_devices_libinput?( x11-drivers/xf86-input-libinput )
-   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
-   input_devices_mutouch? ( x11-drivers/xf86-input-mutouch )
-   input_devices_penmount?( x11-drivers/xf86-input-penmount )
-   input_devices_tslib?   ( x11-drivers/xf86-input-tslib )
-   input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
-   input_devices_void?( x11-drivers/xf86-input-void )
-   input_devices_synaptics?   ( x11-drivers/xf86-input-synaptics )
-   input_devices_wacom?   ( x11-drivers/xf86-input-wacom )
-
-   video_cards_apm?   ( x11-drivers/xf86-video-apm )
-   video_cards_ast?   ( x11-drivers/xf86-video-ast )
-   video_cards_chips? ( x11-drivers/xf86-video-chips )
-   video_cards_cirrus?( x11-drivers/xf86-video-cirrus )
-   video_cards_dummy? ( x11-drivers/xf86-video-dummy )
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/

2016-10-24 Thread Christoph Junghans
commit: ef99c4775e6802611ac2175a67a8c837cb3d4924
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 24 22:38:28 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 24 22:38:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef99c477

sys-cluster/legion: version bump

Package-Manager: portage-2.3.0

 sys-cluster/legion/Manifest  |  1 +
 sys-cluster/legion/legion-16.10.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index f02219e..0008690 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -1 +1,2 @@
 DIST legion-16.08.0.tar.gz 2501054 SHA256 
c2a344e54124172b49d97e0e0033021e9ed3d9ddb4158b0620430c5597f6ccba SHA512 
8847fa8c0c7683812dd6ffb038a4d6d3427fdfde62ec917ab32e9a15cd7320321cab2b106479589aa2451cabd98cd0b1dc88b4ff668f991bb4c95f383de785a5
 WHIRLPOOL 
355f54164fca71c49891869644c841814600c09253bc807297bc79391f13f05fbe93029f29918167cd79a745928b0d991bc671ccd841320a32ce67941f34705c
+DIST legion-16.10.0.tar.gz 2474656 SHA256 
92190ae5ff0a1f6356890446e026479ed715230d4761a40d4834af256a722099 SHA512 
cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5
 WHIRLPOOL 
3a0e083b9d8d5c5071f1914e7cc3fda0c7c5bc2f4d187506aee9d3c1def8a046ec7732f2ce105bc3ee93075f35fc2ee7952020e2806e7f43be962018147111fb

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild 
b/sys-cluster/legion/legion-16.10.0.ebuild
new file mode 100644
index ..be31488
--- /dev/null
+++ b/sys-cluster/legion/legion-16.10.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+CMAKE_MIN_VERSION=3.6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/;
+SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gasnet +hwloc"
+
+DEPEND="
+   gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+   hwloc? ( sys-apps/hwloc )
+   "
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   mycmakeargs=(
+   -DLegion_USE_HWLOC=$(usex hwloc)
+   -DLegion_USE_GASNet=$(usex gasnet)
+   -DBUILD_SHARED_LIBS=ON
+   -DLegion_BUILD_EXAMPLES=ON
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/netifrc:master commit in: sh/, test/src/, net/

2016-10-24 Thread Robin H. Johnson
commit: fdf03428319c30a617edc160007fb8803d9e8158
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:29:22 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:29:22 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=fdf03428

Switch /var/run to /run.

Use /run directly, instead of /var/run, for starting any internal
daemons. This allows netifrc to earlier, before /var is available.

X-Gentoo-Bug: 545364
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=545364
Signed-off-by: Robin H. Johnson  gentoo.org>

 net/adsl.sh|  6 +++---
 net/br2684ctl.sh   |  4 ++--
 net/clip.sh| 14 +++---
 net/dhclient.sh|  4 ++--
 net/dhcpcd.sh  |  4 ++--
 net/ifplugd.sh |  4 ++--
 net/ipppd.sh   |  4 ++--
 net/netplugd.sh|  4 ++--
 net/pppd.sh| 10 +-
 net/udhcpc.sh.Linux.in | 10 +-
 net/wpa_supplicant.sh  | 20 ++--
 sh/udhcpc-hook.sh.in   |  4 ++--
 test/src/netifrc.py|  4 ++--
 13 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/net/adsl.sh b/net/adsl.sh
index 744ebc2..4bfe51f 100644
--- a/net/adsl.sh
+++ b/net/adsl.sh
@@ -48,7 +48,7 @@ adsl_start()
(
cat "${cfgfile}";
echo "ETH=${IFACE}";
-   echo "PIDFILE=/var/run/rp-pppoe-${IFACE}.pid";
+   echo "PIDFILE=/run/rp-pppoe-${IFACE}.pid";
[ -n "${user}" ] && echo "USER=${user}";
) | ${exe} >/dev/null
eend $?
@@ -58,7 +58,7 @@ adsl_stop()
 {
local exe= cfgfile=
 
-   [ ! -f /var/run/rp-pppoe-"${IFACE}".pid ] && return 0
+   [ ! -f /run/rp-pppoe-"${IFACE}".pid ] && return 0
 
adsl_setup_vars stop || return 1
 
@@ -66,7 +66,7 @@ adsl_stop()
(
cat "${cfgfile}";
echo "ETH=${IFACE}";
-   echo "PIDFILE=/var/run/rp-pppoe-${IFACE}.pid";
+   echo "PIDFILE=/run/rp-pppoe-${IFACE}.pid";
) | ${exe} >/dev/null
eend $?
 

diff --git a/net/br2684ctl.sh b/net/br2684ctl.sh
index b3f6119..8e48016 100644
--- a/net/br2684ctl.sh
+++ b/net/br2684ctl.sh
@@ -34,14 +34,14 @@ br2684ctl_pre_start()
 
einfo "Starting RFC 2684 Bridge control on ${IFACE}"
start-stop-daemon --start --exec $(_which br2684ctl) --background \
-   --make-pidfile --pidfile "/var/run/br2684ctl-${IFACE}.pid" \
+   --make-pidfile --pidfile "/run/br2684ctl-${IFACE}.pid" \
-- -c "${IFACE#nas*}" ${opts}
eend $?
 }
 
 br2684ctl_post_stop()
 {
-   local pidfile="/var/run/br2684ctl-${IFACE}.pid"
+   local pidfile="/run/br2684ctl-${IFACE}.pid"
[ -e "${pidfile}" ] || return 0
 
einfo "Stopping RFC 2684 Bridge control on ${IFACE}"

diff --git a/net/clip.sh b/net/clip.sh
index ca98250..3416075 100644
--- a/net/clip.sh
+++ b/net/clip.sh
@@ -21,7 +21,7 @@ atmclip_svc_start()
 ebegin "Starting $2 Daemon ($1)"
 start-stop-daemon --start \
--background \
-   --make-pidfile --pidfile "/var/run/$1.pid" \
+   --make-pidfile --pidfile "/run/$1.pid" \
--exec "/usr/sbin/$1" -- -l syslog
 eend $?
 }
@@ -49,7 +49,7 @@ atmclip_svc_stop()
 {
 ebegin "Stopping $2 Daemon ($1)"
 start-stop-daemon --stop --quiet \
-   --pidfile "/var/run/$1.pid" \
+   --pidfile "/run/$1.pid" \
--exec "/usr/sbin/$1"
 eend $?
 }
@@ -73,13 +73,13 @@ atmclip_svcs_stop()
 
 are_atmclip_svcs_running()
 {
-   [ -f /var/run/atmarpd.pid ] || return 1
-   start-stop-daemon --quiet --test --stop --pidfile /var/run/atmarpd.pid 
|| return 1
+   [ -f /run/atmarpd.pid ] || return 1
+   start-stop-daemon --quiet --test --stop --pidfile /run/atmarpd.pid || 
return 1
 
if yesno ${clip_full:-yes}; then
-   [ -f /var/run/ilmid.pid -a -f /var/run/atmsigd.pid ] || return 1
-   start-stop-daemon --quiet --test --stop --pidfile 
/var/run/ilmid.pid || return 1
-   start-stop-daemon --quiet --test --stop --pidfile 
/var/run/atmsigd.pid || return 1
+   [ -f /run/ilmid.pid -a -f /run/atmsigd.pid ] || return 1
+   start-stop-daemon --quiet --test --stop --pidfile 
/run/ilmid.pid || return 1
+   start-stop-daemon --quiet --test --stop --pidfile 
/run/atmsigd.pid || return 1
fi
 
 return 0

diff --git a/net/dhclient.sh b/net/dhclient.sh
index 8c100dd..1c4238e 100644
--- a/net/dhclient.sh
+++ b/net/dhclient.sh
@@ -12,7 +12,7 @@ _config_vars="$_config_vars dhcp dhcpcd"
 
 dhclient_start()
 {
-   local args= opt= opts= pidfile="/var/run/dhclient-${IFACE}.pid"
+   local args= opt= opts= pidfile="/run/dhclient-${IFACE}.pid"
local sendhost=true dconf=
 
# Get our options
@@ -55,7 +55,7 @@ dhclient_start()
 
 dhclient_stop()
 {
-   local pidfile="/var/run/dhclient-${IFACE}.pid" opts=
+   local pidfile="/run/dhclient-${IFACE}.pid" opts=

[gentoo-commits] proj/netifrc:master commit in: sh/

2016-10-24 Thread Robin H. Johnson
commit: 8a92e2a697c2f250e39917442a365f8e666da3fb
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:25:08 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:25:08 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8a92e2a6

sh/udhcpc-hook.sh: classless static routes

Support RFC3442 (DHCP classless static routes).

Thanks to Jack Suter  suter.io>.

X-Gentoo-Bug: 524156
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=524156
Signed-off-by: Robin H. Johnson  gentoo.org>

 sh/udhcpc-hook.sh.in | 26 +-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/sh/udhcpc-hook.sh.in b/sh/udhcpc-hook.sh.in
index 0744a04..c756061 100644
--- a/sh/udhcpc-hook.sh.in
+++ b/sh/udhcpc-hook.sh.in
@@ -61,11 +61,35 @@ update_interface()
ifconfig "${interface}" ${ip} ${broadcast} ${netmask} ${mtu}
 }
 
+update_classless_routes()
+{
+   if [ -n "${staticroutes}" ] ; then
+   max_routes=128
+   metric=
+   [ -n "${IF_METRIC}" ] && metric="metric ${IF_METRIC}"
+   while [ -n "$1" -a -n "$2" -a $max_routes -gt 0 ]; do
+   gw_arg=
+   if [ "$2" != '0.0.0.0' ]; then
+   gw_arg="gw $2"
+   fi
+
+   [ ${1##*/} -eq 32 ] && type=host || type=net
+   route add -$type "$1" ${gw_arg} ${metric} dev 
"${interface}"
+   max=$(($max-1))
+   shift 2
+   done
+   fi
+}
 update_routes()
 {
peer_var "${PEER_ROUTERS}" && return
 
-   if [ -n "${router}" ] ; then
+   # RFC 3442
+   [ -n "${staticroutes}" ] && update_classless_routes $staticroutes
+
+   # If the DHCP server returns both a Classless Static Routes option and
+   # a Router option, the DHCP client MUST ignore the Router option.
+   if [ -n "${router}" -a -z "${staticroutes}" ] ; then
metric=
[ -n "${IF_METRIC}" ] && metric="metric ${IF_METRIC}"
for i in ${router} ; do



[gentoo-commits] proj/netifrc:master commit in: doc/

2016-10-24 Thread Robin H. Johnson
commit: 1665c1214e1f45127f69150a1c083f3dc66eb24b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 22:12:45 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 22:12:45 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1665c121

doc: resolvconf-gentoo is now openresolv.

X-Gentoo-Bug: 507346
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=507346
Signed-off-by: Robin H. Johnson  gentoo.org>

 doc/net.example.BSD.in   | 4 ++--
 doc/net.example.Linux.in | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index d3bd15b..1df32e0 100644
--- a/doc/net.example.BSD.in
+++ b/doc/net.example.BSD.in
@@ -367,8 +367,8 @@
 # will be listed in /etc/resolv.conf even if there were any there to start
 # with.
 # If this is an issue for you then maybe you should look into a resolv.conf
-# manager like resolvconf-gentoo to manage this file for you. All packages
-# that baselayout supports use resolvconf-gentoo if installed.
+# manager like net-dns/openresolv to manage this file for you. All packages
+# that baselayout supports use net-dns/openresolv if installed.
 
 #-
 # Cable in/out detection

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index e6cc180..c895a17 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -1096,8 +1096,8 @@
 # will be listed in /etc/resolv.conf even if there were any there to start
 # with.
 # If this is an issue for you then maybe you should look into a resolv.conf
-# manager like resolvconf-gentoo to manage this file for you. All packages
-# that baselayout supports use resolvconf-gentoo if installed.
+# manager like net-dns/openresolv to manage this file for you. All packages
+# that baselayout supports use net-dns/openresolv if installed.
 
 #-
 # Cable in/out detection



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

2016-10-24 Thread Manuel Rüger
commit: 46bb0bf96ba6c93b378a54dec6928a10591ccb73
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:53:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:53:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bb0bf9

app-misc/ckb: Fix dependency on quazip

Gentoo-Bug: 597944

Package-Manager: portage-2.3.2

 app-misc/ckb/{ckb-0.2.6.ebuild => ckb-0.2.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/ckb/ckb-0.2.6.ebuild b/app-misc/ckb/ckb-0.2.6-r1.ebuild
similarity index 87%
rename from app-misc/ckb/ckb-0.2.6.ebuild
rename to app-misc/ckb/ckb-0.2.6-r1.ebuild
index a17723e..5cbd36a 100644
--- a/app-misc/ckb/ckb-0.2.6.ebuild
+++ b/app-misc/ckb/ckb-0.2.6-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-libs/quazip[qt5]
+DEPEND=">=dev-libs/quazip-0.7.2[qt5]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -26,7 +26,7 @@ DOCS=( README.md BUILD.md DAEMON.md )
 
 src_prepare() {
sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
-   sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" 
src/ckb/ckb.pro || die
+   sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip5/" 
src/ckb/ckb.pro || die
 }
 
 src_configure() {



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

2016-10-24 Thread Patrice Clement
commit: b7eb33702583246d76bba1e2f30b8b7cec976e51
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 24 21:50:10 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 24 21:50:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb3370

app-misc/mosquitto: add back missing patch.

Gentoo-Bug: https://bugs.gentoo.org/595548

Package-Manager: portage-2.3.0

 .../files/mosquitto-1.4.10-conditional-tests.patch | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/app-misc/mosquitto/files/mosquitto-1.4.10-conditional-tests.patch 
b/app-misc/mosquitto/files/mosquitto-1.4.10-conditional-tests.patch
new file mode 100644
index ..12b4fc5
--- /dev/null
+++ b/app-misc/mosquitto/files/mosquitto-1.4.10-conditional-tests.patch
@@ -0,0 +1,43 @@
+--- a/test/broker/Makefile 2016-06-02 22:20:22.0 +0100
 b/test/broker/Makefile 2016-07-08 14:17:33.772666865 +0100
+@@ -63,6 +63,7 @@
+   ./05-clean-session-qos1.py 
+ 
+ 06 :
++ifeq ($(WITH_BRIDGE),yes)
+   ./06-bridge-reconnect-local-out.py
+   ./06-bridge-br2b-disconnect-qos1.py
+   ./06-bridge-br2b-disconnect-qos2.py
+@@ -70,6 +71,7 @@
+   ./06-bridge-b2br-disconnect-qos2.py
+   ./06-bridge-fail-persist-resend-qos1.py
+   ./06-bridge-fail-persist-resend-qos2.py
++endif
+ 
+ 07 :
+   ./07-will-qos0.py
+@@ -87,10 +89,12 @@
+   ./08-ssl-connect-cert-auth-crl.py
+   ./08-ssl-connect-identity.py
+   ./08-ssl-connect-no-identity.py
++ifeq ($(WITH_BRIDGE),yes)
+   ./08-ssl-bridge.py
+   ./08-tls-psk-pub.py
+   ./08-tls-psk-bridge.py
+ endif
++endif
+ 
+ 09 :
+   ./09-plugin-auth-unpwd-success.py
+--- a/test/broker/c/Makefile   2016-02-14 14:36:55.0 +
 b/test/broker/c/Makefile   2016-05-05 09:40:31.440608209 +0100
+@@ -13,7 +13,9 @@
+   $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
+ 
+ 08-tls-psk-bridge.test : 08-tls-psk-bridge.c
++ifeq ($(WITH_BRIDGE),yes)
+   $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
++endif
+ 
+ 
+ reallyclean : clean



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2016-10-24 Thread Manuel Rüger
commit: af8790152a2a9b950040467a30aea970be94a3e2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:46:54 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:48:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af879015

app-crypt/certbot-apache: Initial version

Package-Manager: portage-2.3.2

 .../certbot-apache/certbot-apache-0.9.3.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/certbot-apache/certbot-apache-0.9.3.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.9.3.ebuild
new file mode 100644
index ..5714f37
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-0.9.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+RDEPEND="app-crypt/certbot[${PYTHON_USEDEP}]
+   app-crypt/acme[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${P}/certbot-apache
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2016-10-24 Thread Manuel Rüger
commit: 071e1af15ef25155f6ca12ebe2713e48241d9590
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:47:54 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:48:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071e1af1

app-crypt/certbot-apache: Sync live

Package-Manager: portage-2.3.2

 app-crypt/certbot-apache/certbot-apache-.ebuild | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-.ebuild
index 5714f37..0363587 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-.ebuild
@@ -5,20 +5,27 @@
 EAPI=5
 PYTHON_COMPAT=(python2_7)
 
-EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-
-inherit git-r3 distutils-r1
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
 
 DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
 HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
-RDEPEND="app-crypt/certbot[${PYTHON_USEDEP}]
-   app-crypt/acme[${PYTHON_USEDEP}]
+RDEPEND="~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-augeas[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
@@ -27,8 +34,6 @@ DEPEND="test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-S=${WORKDIR}/${P}/certbot-apache
-
 python_test() {
nosetests || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/

2016-10-24 Thread Andreas Hüttel
commit: 8349cc6f6e786263aa75b2c414de5fa9693fa729
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:42:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8349cc6f

dev-perl/UNIVERSAL-isa: Stable for remaining arches (ALLARCHES; bug 588522)

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild 
b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild
index 5beb8b6..3a91746 100644
--- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild
+++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.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$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a 
function"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix"
+KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/

2016-10-24 Thread Andreas Hüttel
commit: 1b6cc68f601653614a1d0a7547d425ff295c5f65
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:43:14 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6cc68f

dev-perl/UNIVERSAL-isa: Remove old

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-isa/Manifest  |  1 -
 .../UNIVERSAL-isa-1.201.207.260-r1.ebuild| 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/UNIVERSAL-isa/Manifest b/dev-perl/UNIVERSAL-isa/Manifest
index 07219e1..7ec66c0 100644
--- a/dev-perl/UNIVERSAL-isa/Manifest
+++ b/dev-perl/UNIVERSAL-isa/Manifest
@@ -1,2 +1 @@
-DIST UNIVERSAL-isa-1.20120726.tar.gz 12371 SHA256 
c1b0ef6909c92dd5a0727e932b48c7f3ec7cbd73695ac527280b2174754a54e1 SHA512 
f611e8b4b64969dae861ca8488f9a6ffc9871fa1565e994d6245e2c1af3a53a3bf18d60614b8859a2fb2276ef46c5af78a3c304d0d58128a792ac4c95cb96c03
 WHIRLPOOL 
0d2d7a65688df92bb1084a9571bd2602e145e76c02a0eb70cc5de3591f17fc84c4154c6dfd4083693613383ccd640cd8c4242a70087d3204c967d40bec3cd645
 DIST UNIVERSAL-isa-1.20150614.tar.gz 27124 SHA256 
6ebf0376b9e897008733114d80a57f7520cea193f4f3440385d888ed2fd4 SHA512 
f35ac6dd8762702f47ff7df5276ffd8a1ccfeeb531751cd41fc08f374c6309f76ea0cf1e57e1386b39ae46003464ac1f819f98708d191eee171474122362
 WHIRLPOOL 
a2b8c808706fb85d67fa43ffea93d449ea6646f69f2a98bdd9b69e6828797239730203c70ab8d3537795bed6ea9a74fb40fb385de8c12a68ecf115e9a3b79e8c

diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild 
b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild
deleted file mode 100644
index 56578f8..
--- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=CHROMATIC
-MODULE_VERSION=1.20120726
-inherit perl-module
-
-DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a 
function"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
-IUSE=""
-
-RDEPEND="virtual/perl-Scalar-List-Utils"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/

2016-10-24 Thread Robin H. Johnson
commit: febad4b67e45e1d0840bb5565cc29da66003c5f9
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 21:41:55 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 21:41:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febad4b6

net-misc/netifrc: restore openrc dep: bug #536282.

Netifrc uses start-stop-daemon for many of the modules, and it's only
available if openrc is installed.

X-Gentoo-Bug: 536282
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=536282
Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/netifrc/netifrc-0.3.0.ebuild| 3 ++-
 net-misc/netifrc/netifrc-0.3.1.ebuild| 3 ++-
 net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 3 ++-
 net-misc/netifrc/netifrc-0.4.0.ebuild| 3 ++-
 net-misc/netifrc/netifrc-.ebuild | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild 
b/net-misc/netifrc/netifrc-0.3.0.ebuild
index 0a9d2da..eeaf277 100644
--- a/net-misc/netifrc/netifrc-0.3.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.0.ebuild
@@ -24,7 +24,8 @@ IUSE=""
 
 DEPEND="kernel_linux? ( virtual/pkgconfig )
!

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/gasnet/

2016-10-24 Thread Christoph Junghans
commit: 60fce5cda9542eb57a01df36192c6aafebca330b
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 24 21:41:36 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 24 21:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fce5cd

sys-cluster/gasnet: version bump

Package-Manager: portage-2.3.0

 sys-cluster/gasnet/Manifest |  1 +
 sys-cluster/gasnet/gasnet-1.28.0.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/sys-cluster/gasnet/Manifest b/sys-cluster/gasnet/Manifest
index 9c9b7f9..c9ab382 100644
--- a/sys-cluster/gasnet/Manifest
+++ b/sys-cluster/gasnet/Manifest
@@ -1 +1,2 @@
 DIST GASNet-1.26.4.tar.gz 2656498 SHA256 
a2c8a9c306ade58f4eba641f1c6e310a31fc722812dde1154fcc01efab4173d3 SHA512 
9faa0281177afc67f2bf75e3a487accdf87b67a3da6afabcd625a26a3533033313b545893dead7ac1d176c57fe7547cd077d3bb368bc9e3211ffb0b316f3af0c
 WHIRLPOOL 
5c920e69728343266929a18ff48eb98bd8dc35803507d205ef479e545a3eae885367a01e403eebf3518b65eaffe59ae8a797643a8e16326a3c610f4f11cd71e6
+DIST GASNet-1.28.0.tar.gz 2654757 SHA256 
a7999fbaa1f220c2eb9657279c7e7cccd1b21865d5383c9a5685cfe05a0702bc SHA512 
3edef7efc55833d286b1d562f670b9605b1c8c37f9cf5582a46a5e7d8b2fbb7deca695597accda6f39c75e840da1879e8bb3d8b9f25da6be4aad60eca4aad169
 WHIRLPOOL 
ce1e5b9c52b1dfbae8badd610f458563296d1eb9c593a614b8c5462b9d4f269ef22616e2857913e0641347ca156ea82b6449fd33a89c38e3aed61be3c437

diff --git a/sys-cluster/gasnet/gasnet-1.28.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.28.0.ebuild
new file mode 100644
index ..35781d5
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-1.28.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs multilib
+
+MY_P="${PN^^[gasn]}-${PV}"
+DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
+HOMEPAGE="http://gasnet.lbl.gov/;
+SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+
+SOVER="${PV%%.*}"
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="mpi test threads"
+
+DEPEND="mpi? ( virtual/mpi )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+static_to_shared() {
+   local libstatic="${1}"; shift
+   local libname="${libstatic%.a}"
+   libname="${libname##*/}"
+   local soname="${libname}$(get_libname ${SOVER})"
+   local libdir="${libstatic%/*}"
+
+   einfo "Making ${soname} from ${libstatic} with libs ${@}"
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   ${LINK:-$(tc-getCXX)} ${LDFLAGS}  \
+   -dynamiclib -install_name 
"${EPREFIX}"/usr/lib/"${soname}" \
+   -Wl,-all_load -Wl,${libstatic} \
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   else
+   ${LINK:-$(tc-getCXX)} ${LDFLAGS}  \
+   -shared -Wl,-soname=${soname} \
+   -Wl,-z,defs \
+   -Wl,--whole-archive ${libstatic} -Wl,--no-whole-archive 
\
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   ln -s ${soname} ${libdir}/${libname}$(get_libname)
+   fi
+}
+
+src_prepare() {
+   find . \
+   \( -name Makefile.am -or -name "*.mak" \) \
+   -exec sed -i '/^docdir/s/^/#/' {} + || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable mpi) \
+   $(use_enable threads pthreads) \
+   CC="$(tc-getCC) ${CFLAGS} -fPIC" \
+   MPI_CC="mpicc ${CFLAGS} -fPIC" \
+   CXX="$(tc-getCXX) ${CXXFLAGS} -fPIC"
+}
+
+src_compile() {
+   emake MANUAL_CFLAGS="${CFLAGS} -fPIC" MANUAL_MPICFLAGS="${CFLAGS} 
-fPIC" MANUAL_CXXFLAGS="${CXXFLAGS} -fPIC"
+}
+
+src_test() {
+   emake check MANUAL_CFLAGS="${CFLAGS} -fPIC" MANUAL_MPICFLAGS="${CFLAGS} 
-fPIC" MANUAL_CXXFLAGS="${CXXFLAGS} -fPIC"
+}
+
+src_install() {
+   local l libs
+   default
+   for l in "${ED}/usr/$(get_libdir)"/lib{gasnet_tools-seq,am*,*}.a; do
+   [[ -f ${l} ]] || continue
+   libs=
+   [[ ${l} = */libgasnet-*-par* ]] && libs+=" -lpthread"
+   [[ ${l} = */libamudp.a ]] && libs+=" -L${ED}/usr/$(get_libdir) 
-lgasnet_tools-seq"
+   [[ ${l} = */libammpi.a ]] && libs+=" -lmpi"
+   [[ ${l} = */libgasnet-udp-* ]] && libs+=" 
-L${ED}/usr/$(get_libdir) -lamudp"
+   [[ ${l} = */libgasnet-mpi-* ]] && libs+=" 
-L${ED}/usr/$(get_libdir) -lammpi"
+   [[ ${l} = */libgasnet-*-* ]] && libs+=" -lrt"
+   static_to_shared "${l}" ${libs}
+   rm ${l} || die
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/

2016-10-24 Thread Andreas Hüttel
commit: 95cc66b71fc10df0840a3e574519dbb051a6adcf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:40:45 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:40:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cc66b7

dev-perl/UNIVERSAL-require: Stable for remaining arches (ALLARCHES; bug 588524)

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild 
b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
index f931806..5ec7677 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.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$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/

2016-10-24 Thread Andreas Hüttel
commit: d48a5601a4761bc2cb2fb34dae6a9aafff67cbcb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:41:10 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:41:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a5601

dev-perl/UNIVERSAL-require: Remove old

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-require/Manifest |  1 -
 .../UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild  | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/Manifest 
b/dev-perl/UNIVERSAL-require/Manifest
index 1d54c79..aeab4bb 100644
--- a/dev-perl/UNIVERSAL-require/Manifest
+++ b/dev-perl/UNIVERSAL-require/Manifest
@@ -1,2 +1 @@
-DIST UNIVERSAL-require-0.16.tar.gz 5412 SHA256 
42fdf1b90c60cd07a078b34c59447faa39186a8992633d891d936d9a861b7d39 SHA512 
d1d11edbe60fe02df659fc66a3237783400230cc133789293f6a7945ea498ea2d3ce42d7b3186d6349c624c801f237abc8e48c66c0a76c8d0a35742ed08a4e32
 WHIRLPOOL 
8ad3e9fd1ea9bfac93a07a9139f76ef66f0f458abc38f7c233e3542cb58ba9bf972af5a1dff6fd5b53288df603ce50c4f460024e08a45175b11764ce1f00
 DIST UNIVERSAL-require-0.18.tar.gz 5885 SHA256 
b2a736a87967a143dab58c8a110501d5235bcdd2c8b2a3bfffcd3c0bd06b38ed SHA512 
4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d
 WHIRLPOOL 
da65521001f41a594d7a8ab73e5f5fc5d258bea7c58c9ba7a061d7b195a593dd9ddb9ce3ef0284989a4ed8ef28ce4ebe83df783e5d80906b990a773cab73

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild 
b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild
deleted file mode 100644
index 4b918a8..
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos"
-IUSE=""
-
-SRC_TEST="do"



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

2016-10-24 Thread Sergei Trofimovich
commit: db25119bb63114b8d80c260aab7e1a8683bc172b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 24 21:32:42 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 24 21:33:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db25119b

dev-lang/nim: added missing '|| die' in rm call

Noticed by Soap__.

Package-Manager: portage-2.3.2

 dev-lang/nim/nim-0.14.2.ebuild| 2 +-
 dev-lang/nim/nim-0.15.0-r1.ebuild | 2 +-
 dev-lang/nim/nim-0.15.2.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/nim/nim-0.14.2.ebuild b/dev-lang/nim/nim-0.14.2.ebuild
index 1e4b185..42f421e 100644
--- a/dev-lang/nim/nim-0.14.2.ebuild
+++ b/dev-lang/nim/nim-0.14.2.ebuild
@@ -43,7 +43,7 @@ src_test() {
 
 src_install() {
./koch install "${D}/usr" || die "koch install failed"
-   rm -r "${D}/usr/nim/doc"
+   rm -r "${D}/usr/nim/doc" || die "failed to remove 'doc'"
 
dodir /usr/bin
dosym ../nim/bin/nim /usr/bin/nim

diff --git a/dev-lang/nim/nim-0.15.0-r1.ebuild 
b/dev-lang/nim/nim-0.15.0-r1.ebuild
index 092c19f..b3fe865 100644
--- a/dev-lang/nim/nim-0.15.0-r1.ebuild
+++ b/dev-lang/nim/nim-0.15.0-r1.ebuild
@@ -45,7 +45,7 @@ src_test() {
 
 src_install() {
./koch install "${D}/usr" || die "koch install failed"
-   rm -r "${D}/usr/nim/doc"
+   rm -r "${D}/usr/nim/doc" || die "failed to remove 'doc'"
 
dodir /usr/bin
dosym ../nim/bin/nim /usr/bin/nim

diff --git a/dev-lang/nim/nim-0.15.2.ebuild b/dev-lang/nim/nim-0.15.2.ebuild
index 1e4b185..42f421e 100644
--- a/dev-lang/nim/nim-0.15.2.ebuild
+++ b/dev-lang/nim/nim-0.15.2.ebuild
@@ -43,7 +43,7 @@ src_test() {
 
 src_install() {
./koch install "${D}/usr" || die "koch install failed"
-   rm -r "${D}/usr/nim/doc"
+   rm -r "${D}/usr/nim/doc" || die "failed to remove 'doc'"
 
dodir /usr/bin
dosym ../nim/bin/nim /usr/bin/nim



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Filter-DOMFilter-LibXML/

2016-10-24 Thread Andreas Hüttel
commit: 246fb9c983f9df768e10c256f1eed47fa1941775
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:36:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:37:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246fb9c9

dev-perl/XML-Filter-DOMFilter-LibXML: Stable for remaining arches (ALLARCHES; 
bug 594974)

Package-Manager: portage-2.3.2

 .../XML-Filter-DOMFilter-LibXML-0.40.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
 
b/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
index 5990beb..6bd6e16 100644
--- 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
+++ 
b/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="SAX Filter allowing DOM processing of selected 
subtrees"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ia64 sparc x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-LibXML-1.53"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Filter-DOMFilter-LibXML/

2016-10-24 Thread Andreas Hüttel
commit: d4dfaffa469d9eddab0c303a7a3c30de7e60ff93
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 24 21:36:28 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Oct 24 21:37:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dfaffa

dev-perl/XML-Filter-DOMFilter-LibXML: Remove old

Package-Manager: portage-2.3.2

 dev-perl/XML-Filter-DOMFilter-LibXML/Manifest   |  1 -
 .../XML-Filter-DOMFilter-LibXML-0.20.0-r1.ebuild| 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/XML-Filter-DOMFilter-LibXML/Manifest 
b/dev-perl/XML-Filter-DOMFilter-LibXML/Manifest
index 5b006fb..5c1ee2d 100644
--- a/dev-perl/XML-Filter-DOMFilter-LibXML/Manifest
+++ b/dev-perl/XML-Filter-DOMFilter-LibXML/Manifest
@@ -1,2 +1 @@
-DIST XML-Filter-DOMFilter-LibXML-0.02.tar.gz 4215 SHA256 
dfc401aec6ae749e6c8d5675ddf3e7a7219c526d205f6a08af7a15fbc28db56a SHA512 
7a3d96c457f78c8390f66ca7c572251c81340939e3f4555061db50780c317cb9f75714935010601dcd724c82a0635b2e6fa1bd32ab24919bcf12bcbe8f6b6964
 WHIRLPOOL 
469012be2ce868041461543f36ba9970bba2f158fe0368d9c13e9a0cb060f250a768e09ce1cc8106c82776db5227a5fab1d50d433b94d5871099db512ce7ecdf
 DIST XML-Filter-DOMFilter-LibXML-0.04.tar.gz 5382 SHA256 
320e6d113b21e4e4ac852071e4967e3ca22fa371e08987ddce220e10b7c4e55e SHA512 
7a82262ca50b95da663fcc4fdb8de75a8526c623da2e05d4932b3ad4fbc94f72e341e34c32ab92223a5e1161f0807b6fc7caa1b7cacb4724bb0cf8d648c32ae3
 WHIRLPOOL 
8d335c88c39d755ea99d9dfd7f80f6f9e987e968b8fa51136bd4c5a0998996bbbff473c65a77e80b167f3f65184399d5fd43cd6f2fe33ffcd07f146cacc58eec

diff --git 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.20.0-r1.ebuild
 
b/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.20.0-r1.ebuild
deleted file mode 100644
index 53aa414..
--- 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PAJAS
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="SAX Filter allowing DOM processing of selected subtrees"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/XML-LibXML-1.53"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/

2016-10-24 Thread Manuel Rüger
commit: 9406930786e022fee5b97318b59ff746549b0608
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:28:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:28:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94069307

app-crypt/certbot: Remove no longer needed dependency on psutil

Gentoo-Bug: #597332

Package-Manager: portage-2.3.2

 app-crypt/certbot/{certbot-0.9.3.ebuild => certbot-0.9.3-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-0.9.3.ebuild 
b/app-crypt/certbot/certbot-0.9.3-r1.ebuild
similarity index 97%
rename from app-crypt/certbot/certbot-0.9.3.ebuild
rename to app-crypt/certbot/certbot-0.9.3-r1.ebuild
index 32d09fe..6a6d79f 100644
--- a/app-crypt/certbot/certbot-0.9.3.ebuild
+++ b/app-crypt/certbot/certbot-0.9.3-r1.ebuild
@@ -33,7 +33,6 @@ RDEPEND="
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:python-2' 
python2_7)



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/

2016-10-24 Thread Manuel Rüger
commit: c193a16543e73d1078130c9449d557c434ca38d0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:28:59 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:28:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c193a165

app-crypt/certbot: Sync live

Package-Manager: portage-2.3.2

 app-crypt/certbot/certbot-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index 693e420..c0c4f61 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.ebuild
@@ -32,7 +32,6 @@ RDEPEND="
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:python-2' 
python2_7)



[gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll/

2016-10-24 Thread Manuel Rüger
commit: 3bdd18bb08fc75e156ecddc2a9e3d90acf7f76be
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 21:24:15 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 21:24:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdd18bb

www-apps/jekyll: Fix rouge dependency

Package-Manager: portage-2.3.2

 www-apps/jekyll/{jekyll-3.1.6.ebuild => jekyll-3.1.6-r1.ebuild}| 2 +-
 www-apps/jekyll/{jekyll-3.2.1-r1.ebuild => jekyll-3.2.1-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/jekyll/jekyll-3.1.6.ebuild 
b/www-apps/jekyll/jekyll-3.1.6-r1.ebuild
similarity index 98%
rename from www-apps/jekyll/jekyll-3.1.6.ebuild
rename to www-apps/jekyll/jekyll-3.1.6-r1.ebuild
index 8c1eec9..d9ed120 100644
--- a/www-apps/jekyll/jekyll-3.1.6.ebuild
+++ b/www-apps/jekyll/jekyll-3.1.6-r1.ebuild
@@ -24,7 +24,7 @@ ruby_add_rdepend "=dev-ruby/liquid-3.0:3
>=dev-ruby/mercenary-0.3.3
>=dev-ruby/safe_yaml-1.0
-   >=dev-ruby/rouge-1.7
+   >=dev-ruby/rouge-1.7:0
>=www-apps/jekyll-sass-converter-1.0
>=www-apps/jekyll-watch-1.1"
 

diff --git a/www-apps/jekyll/jekyll-3.2.1-r1.ebuild 
b/www-apps/jekyll/jekyll-3.2.1-r2.ebuild
similarity index 98%
rename from www-apps/jekyll/jekyll-3.2.1-r1.ebuild
rename to www-apps/jekyll/jekyll-3.2.1-r2.ebuild
index c845e04..da79cc0 100644
--- a/www-apps/jekyll/jekyll-3.2.1-r1.ebuild
+++ b/www-apps/jekyll/jekyll-3.2.1-r2.ebuild
@@ -29,7 +29,7 @@ ruby_add_rdepend ">=dev-ruby/colorator-1.0
>=dev-ruby/mercenary-0.3.3
>=dev-ruby/pathutil-0.9
>=dev-ruby/safe_yaml-1.0
-   >=dev-ruby/rouge-1.7
+   >=dev-ruby/rouge-1.7:0
>=www-apps/jekyll-sass-converter-1.0
>=www-apps/jekyll-watch-1.1"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/

2016-10-24 Thread James Le Cuirot
commit: 91a3f8dbbe34b351d07f2b69b5060d1fe3c0655b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Oct 24 21:20:56 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Oct 24 21:20:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a3f8db

net-misc/r8168: Version bump to 8.043.01

Tested on Linux 4.8.3.

Package-Manager: portage-2.3.2

 net-misc/r8168/Manifest  |  1 +
 net-misc/r8168/r8168-8.043.01.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/net-misc/r8168/Manifest b/net-misc/r8168/Manifest
index 2374ff3..7cc7000 100644
--- a/net-misc/r8168/Manifest
+++ b/net-misc/r8168/Manifest
@@ -1,2 +1,3 @@
 DIST r8168-8.040.00.tar.bz2 87770 SHA256 
da0444fcd7aabb7762310cdf2047fd0aeb7a9ed97a3d6b80d62a0fc71e0730bf SHA512 
58ec8c1ff8742ad1ee0e2a0fa1141a8ace26cac954542b16325c0d9eba6113a2baaf4de2c61025a6fc6532eb17aa2e7645daee0fef539b219f863355c731d6d8
 WHIRLPOOL 
80ca19d49e03ca6d1b9524710511a3b632a13ec8045515c3264663a73394cede1e04d4cad2f8f1ea5d7a8b3ab9554c1bfaec7ae356bcdf397ba6d045123d314c
 DIST r8168-8.042.00.tar.bz2 91472 SHA256 
fddf7f3af575a60207cebe95a8d2993b3730f3c5594cd9d6a55999fc1e843605 SHA512 
d8c3ae44838dcdc57045b79d566f279e7d9273a77c78dcf054d799663355ea1535ba75d0d72202d5dd1e233f760e58c7f36c0bddc13e9b1d3fd129f994f4cd5b
 WHIRLPOOL 
a236614c3b3acca70dfc33aacaf7b04cba8712918c9e8a5b85ed3a08a6a3379d24d019754f6731283a4c3a15c04d744ef052ec89500d29de83d7adbdbf5a9d5f
+DIST r8168-8.043.01.tar.bz2 92785 SHA256 
b25c9d3a368ca0aad7f5b1a82e82e41861f481a49ab54e68e20737d94ce7eddc SHA512 
a06a30f9b2dbc5120b8734d87b55dc977e98d45b348af36d013da753b8a98863f0f615784764eb17c1b8db637fadd92096fb80f6ff1cddf7a0fdcd95d53521d5
 WHIRLPOOL 
35189db9da253016bc694dc59c91bd9b4e6c744ae6af66f5b39bd031c71efe1eb5f3bb8dcc8595ba21dcc2d330d64f3d4816b7958b00a25f3d2239d49e7c5f9b

diff --git a/net-misc/r8168/r8168-8.043.01.ebuild 
b/net-misc/r8168/r8168-8.043.01.ebuild
new file mode 100644
index ..5649ccf
--- /dev/null
+++ b/net-misc/r8168/r8168-8.043.01.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit linux-info linux-mod eutils
+
+DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs"
+HOMEPAGE="http://www.realtek.com.tw;
+SRC_URI="http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0006-${P}.tar.bz2
 -> ${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+MODULE_NAMES="r8168(net:${S}/src)"
+BUILD_TARGETS="modules"
+CONFIG_CHECK="!R8169"
+
+ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter 
(CONFIG_R8169) to be DISABLED"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="KERNELDIR=${KV_DIR}"
+}
+
+src_install() {
+   linux-mod_src_install
+   dodoc README
+}



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

2016-10-24 Thread Sergei Trofimovich
commit: 97f9114bd814164ec95434e59d3c5b8ff1d27ec6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 24 21:12:45 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 24 21:13:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f9114b

dev-lang/nim: bump up to 0.15.2

Package-Manager: portage-2.3.2

 dev-lang/nim/Manifest  |  1 +
 dev-lang/nim/nim-0.15.2.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index 33bc541..ced7ca1 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1,2 +1,3 @@
 DIST nim-0.14.2.tar.xz 4778444 SHA256 
8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92 SHA512 
34afd07fafd066f6b4acc423c21e1cc275dce00f575d01f0d1edc147946930cf13c772abe0c4a081e2e0091ad41f6ae5cead20cc4d9a7cb3bc628ad7469f6459
 WHIRLPOOL 
7109f28fd8e0e83a386e9a26b46a3fbb2ad9cc0c8736107fe7eb573c301768d0c3d149407657478431f8107a539cb18bb6db5ce0e0de6e96e25769dfec43a2df
 DIST nim-0.15.0.tar.xz 3786260 SHA256 
c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb SHA512 
b115ed08e888a1a92fca601ca5580815ed7c1e8baf158a4bc6d351933f99a06fb4725983feae2fded50ce46c46c5b3ca6485671e66eb71962dc2a2956bc83fd8
 WHIRLPOOL 
15312851dbeda771dfa6f9a061d6a8358e847668efba2a31f8506c4b9398bd96d02d587c55bab0955714d6894877c3cbf7be9625e4802ca17a150c678b5b245a
+DIST nim-0.15.2.tar.xz 3251764 SHA256 
905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a SHA512 
708bcb5e4defed46982eff6434e9a54505d744e65336129f0fadc187ec3e6d538974b67ad1d0305e7d55e33582bfaa87c52224335d169517714a9f07b533eda6
 WHIRLPOOL 
fae86470d350aca4c65fcdc73a02a3f94eb288642a7294374581eb0e3bc3cc5e92d0bc48a2daec16fee54a1376722289886f7438fbf13b8645305f38d26ab902

diff --git a/dev-lang/nim/nim-0.15.2.ebuild b/dev-lang/nim/nim-0.15.2.ebuild
new file mode 100644
index ..1e4b185
--- /dev/null
+++ b/dev-lang/nim/nim-0.15.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+MY_PN=Nim
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="compiled, garbage-collected systems programming language"
+HOMEPAGE="http://nim-lang.org/;
+SRC_URI="http://nim-lang.org/download/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +readline test"
+
+DEPEND="
+   readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+
+nim_use_enable() {
+   [[ -z $2 ]] && die "usage: nim_use_enable  "
+   use $1 && echo "-d:$2"
+}
+
+src_compile() {
+   ./build.sh || die "build.sh failed"
+
+   ./bin/nim c koch || die "csources nim failed"
+   ./koch boot -d:release $(nim_use_enable readline useGnuReadline) || die 
"koch boot failed"
+
+   if use doc; then
+   PATH="./bin:$PATH" ./koch web || die "koch web failed"
+   fi
+}
+
+src_test() {
+   PATH="./bin:$PATH" ./koch test || die "test suite failed"
+}
+
+src_install() {
+   ./koch install "${D}/usr" || die "koch install failed"
+   rm -r "${D}/usr/nim/doc"
+
+   dodir /usr/bin
+   dosym ../nim/bin/nim /usr/bin/nim
+
+   if use doc; then
+   insinto /usr/share/doc/${PF}
+   dodoc doc/*.html
+   fi
+}



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

2016-10-24 Thread Manuel Rüger
commit: 363fcb50f48d02f58bd1318c66a99e010201ca26
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 20:59:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 20:59:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363fcb50

dev-ruby/rouge: Version bump, block other slot

Package-Manager: portage-2.3.2

 dev-ruby/rouge/Manifest| 1 +
 dev-ruby/rouge/{rouge-1.11.1.ebuild => rouge-1.11.1-r1.ebuild} | 3 ++-
 dev-ruby/rouge/{rouge-1.11.1.ebuild => rouge-2.0.6.ebuild} | 8 
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index cdc5922..cd6d4ae 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1 +1,2 @@
 DIST rouge-1.11.1.tar.gz 491281 SHA256 
da89a26cc995b9084e75041fbca8425c57fbe9576339b6b6c10be42fad038cb0 SHA512 
0419c4c1ca4fa4acc250349d9fd72164c7f293facc31588e5cffb533f3d321787cd3cc50acd7bfd13037d1ba77ee2f91ec37ddaeeb80180f6958f05d52181f56
 WHIRLPOOL 
a915e367ff2edf776ffc6b8b33b200dba840db2cc263bf70613cbd493bdc951c31a74de6116bde9e811351f4686be042fd6d9b4c8d1eb48197be779bfcde93c8
+DIST rouge-2.0.6.gem 232960 SHA256 
40fd67c9d8433aaf1f490d2310611580cd2ecd34230a8358b9a33d039db850a0 SHA512 
eef9b10b07b4853fd98c3b1a9df7f0c71f3198b8c21afe16332c4b94176d5233b5e57167886a485e187b6f70502055acd14056965cbc63e444ab6b7a02b53c20
 WHIRLPOOL 
953625f389aa79e1a465b80c69d26942de2be1b0a21940020664ff650452dcea74e66d909c6e2cdca0b7d1055d55476cb3dae1d111f566b8e613e3dd7ca41050

diff --git a/dev-ruby/rouge/rouge-1.11.1.ebuild 
b/dev-ruby/rouge/rouge-1.11.1-r1.ebuild
similarity index 92%
copy from dev-ruby/rouge/rouge-1.11.1.ebuild
copy to dev-ruby/rouge/rouge-1.11.1-r1.ebuild
index f797649..492625d 100644
--- a/dev-ruby/rouge/rouge-1.11.1.ebuild
+++ b/dev-ruby/rouge/rouge-1.11.1-r1.ebuild
@@ -22,7 +22,8 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
-ruby_add_rdepend "dev-ruby/redcarpet"
+ruby_add_rdepend "dev-ruby/redcarpet
+   !!dev-ruby/rouge:2"
 
 RESTRICT="test"
 # Depends on dev-ruby/wrong, which is not packaged yet.

diff --git a/dev-ruby/rouge/rouge-1.11.1.ebuild 
b/dev-ruby/rouge/rouge-2.0.6.ebuild
similarity index 76%
rename from dev-ruby/rouge/rouge-1.11.1.ebuild
rename to dev-ruby/rouge/rouge-2.0.6.ebuild
index f797649..66d13ea 100644
--- a/dev-ruby/rouge/rouge-1.11.1.ebuild
+++ b/dev-ruby/rouge/rouge-2.0.6.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
 RUBY_FAKEGEM_TASK_TEST="spec"
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 
@@ -13,16 +12,17 @@ inherit ruby-fakegem
 
 DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
 HOMEPAGE="https://github.com/jneen/rouge;
-SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+#SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 
-SLOT="0"
+SLOT="2"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
-ruby_add_rdepend "dev-ruby/redcarpet"
+ruby_add_rdepend "dev-ruby/redcarpet
+   !!dev-ruby/rouge:0"
 
 RESTRICT="test"
 # Depends on dev-ruby/wrong, which is not packaged yet.



[gentoo-commits] proj/netifrc:master commit in: net/

2016-10-24 Thread Robin H. Johnson
commit: 699636d47ce69ad2ada2748e4522447dc57aadf9
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 20:56:20 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 20:56:20 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=699636d4

net/iproute2: no automatic scope=host on loopback.

Busybox 'ip address add' does not support the 'scope' argument.

It DOES support the scope argument for 'ip address show', as well as all
of 'ip route'. The kernel does get automatic scope correct now, so drop
any automatic setting of scope to host when it was not otherwise
specified, and let the kernel make it's own decision.

X-Gentoo-Bug: 487208
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208
Signed-off-by: Robin H. Johnson  gentoo.org>

 net/iproute2.sh | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net/iproute2.sh b/net/iproute2.sh
index 32d3c88..6efa2e7 100644
--- a/net/iproute2.sh
+++ b/net/iproute2.sh
@@ -162,11 +162,6 @@ _add_address()
esac
done
 
-   # Always scope lo addresses as host unless specified otherwise
-   if [ "${IFACE}" = "lo" ]; then
-   [ -z "$scope" ] && scope="host"
-   fi
-
# figure out the broadcast address if it is not specified
# This must NOT be set for IPv6 addresses
case $family in



[gentoo-commits] proj/netifrc:master commit in: init.d/

2016-10-24 Thread Robin H. Johnson
commit: 2af03b659eb8028bc0dc5101a22ed31e330073f5
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Oct  4 20:11:01 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 20:52:32 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=2af03b65

net.lo: Add metric to supported config variables

This allows us to use metric_ for configuration.

Signed-off-by: Sven Wegener  gentoo.org>
(cherry picked from commit 3cd367c958e533bbeae011699eef0da2fdf1079e)

 init.d/net.lo.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 72a5427..d7108a5 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -6,7 +6,7 @@
 SHDIR="@LIBEXECDIR@/sh"
 MODULESDIR="@LIBEXECDIR@/net"
 MODULESLIST="${RC_SVCDIR}/nettree"
-_config_vars="config routes"
+_config_vars="config metric routes"
 
 [ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO"
 



[gentoo-commits] proj/netifrc:master commit in: udev_helper/, net/

2016-10-24 Thread Robin H. Johnson
commit: 9bfa24d64ea686ff7416bfd990624a54788525a0
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 19:56:08 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 19:56:08 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=9bfa24d6

bashisms: Fix bashisms for dash support.

Signed-off-by: Robin H. Johnson  gentoo.org>

 net/bonding.sh | 2 +-
 udev_helper/net.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/bonding.sh b/net/bonding.sh
index ba75239..d0ed319 100644
--- a/net/bonding.sh
+++ b/net/bonding.sh
@@ -82,7 +82,7 @@ bonding_pre_start()
n=${x##*/}
eval s=\$${n}_${IFVAR}
# skip mode and miimon
-   [ "${n}" == "mode" -o "${n}" == "miimon" ] && continue
+   [ "${n}" = "mode" -o "${n}" = "miimon" ] && continue
if [ -n "${s}" ]; then
einfo "Setting ${n}: ${s}"
echo "${s}" >"${x}" || \

diff --git a/udev_helper/net.sh b/udev_helper/net.sh
index 85b304b..b15b187 100644
--- a/udev_helper/net.sh
+++ b/udev_helper/net.sh
@@ -48,6 +48,6 @@ fi
 
 # If we're stopping then sleep for a bit in-case a daemon is monitoring
 # the interface. This to try and ensure we stop after they do.
-[ "${ACTION}" == "stop" ] && sleep 2
+[ "${ACTION}" = "stop" ] && sleep 2
 
 IN_HOTPLUG=1 "${SCRIPT}" --quiet "${ACTION}"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/excon/

2016-10-24 Thread Manuel Rüger
commit: c9c3481d42c73f5fae0c8b55e43b42f0bd817512
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 20:51:10 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 20:51:10 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c9c3481d

dev-ruby/excon: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/excon/Manifest | 2 +-
 dev-ruby/excon/{excon-0.53.0.ebuild => excon-0.54.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 392c744..6cff001 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1 +1 @@
-DIST excon-0.53.0.gem 235520 SHA256 
639dbf92f8aa54bb6c7d9486888ad7cd11e45a8e5016a1ab1c122f2a8dc1dae6 SHA512 
a61d326167e9039b69c7bc9ffee17d8f981ca83de1daa436ee160d13ef3808d3a5468bffdbe18d7c16447ce9f84fa22ff689b8e75eda66f8c723c37a7d18df01
 WHIRLPOOL 
557264d3888abd07cfb7918e689f08a931e588c62dc4ca6f95677614f405d436b8d3c110b8c986f1990830d243aee0a414ec918d48212247d06b1aa9758590fd
+DIST excon-0.54.0.gem 236032 SHA256 
a32d6e509dd99b9b201c4d3a50b08e4ea7279dfc99bc05332799a00d92368b48 SHA512 
e23fb38d0edb7414cb9556c4831fbfe9f0b77ad7d17e5a2520d43c2271887bf4112d2f75ba1137cdd7295689ccc411be16805e36bb0ed62ed45c3683ffa67267
 WHIRLPOOL 
269024cda211d6312bd4d9945577620bbd1245814b15b0a6821ebb758e75a18f4849aa54b3a12a26c0e743e8f033ae96e0457d8c4155667a0eb68b4c2bbaf3d1

diff --git a/dev-ruby/excon/excon-0.53.0.ebuild 
b/dev-ruby/excon/excon-0.54.0.ebuild
similarity index 100%
rename from dev-ruby/excon/excon-0.53.0.ebuild
rename to dev-ruby/excon/excon-0.54.0.ebuild



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

2016-10-24 Thread Robin H. Johnson
commit: cfe807849856f9929801d24e4f37c4540a507207
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Oct 24 20:51:05 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 24 20:51:05 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=cfe80784

Merge remote-tracking branch 'github/pull/23/head'

 doc/net.example.Linux.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



[gentoo-commits] proj/netifrc:master commit in: doc/

2016-10-24 Thread Robin H. Johnson
commit: 08789e3964d8d577b76e91d016f0fb3e4554b392
Author: Alon Bar-Lev  gmail  com>
AuthorDate: Sat Oct 15 21:12:57 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Oct 17 19:21:05 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=08789e39

doc: bridge: add explicit iproute2 hint

Signed-off-by: Alon Bar-Lev  gmail.com>

 doc/net.example.Linux.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 72608bb..e6cc180 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -896,7 +896,8 @@
 
 #-
 # Bridging (802.1d)
-# For bridging support emerge net-misc/bridge-utils
+# Preferred: iproute2, emerge sys-apps/iproute2
+# Legacy: brctl, emerge net-misc/bridge-utils
 
 # To add ports to bridge br0
 #bridge_br0="eth0 eth1"
@@ -931,7 +932,7 @@
 #sethello 2
 #stp on"
 
-# You can also configure the bridge or bridge members via sysfs on 2.6 kernels
+# You can configure the bridge or bridge members via sysfs on 2.6 kernels
 # or newer. See the kernel bridge documentation for a description of these
 # options.
 #bridge_stp_state_br0="0"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/rufus-scheduler/

2016-10-24 Thread Manuel Rüger
commit: dc5c4abd7afdb4a0de146d8bbac152c995375d10
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 20:12:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 20:12:38 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=dc5c4abd

dev-ruby/rufus-scheduler: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/rufus-scheduler/Manifest   | 2 +-
 .../{rufus-scheduler-3.2.1.ebuild => rufus-scheduler-3.2.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rufus-scheduler/Manifest 
b/dev-ruby/rufus-scheduler/Manifest
index dc48444..16a46db 100644
--- a/dev-ruby/rufus-scheduler/Manifest
+++ b/dev-ruby/rufus-scheduler/Manifest
@@ -1 +1 @@
-DIST rufus-scheduler-3.2.1.tar.gz 68971 SHA256 
e9c3d67a112345865bb8774d64a535ab34c5b1a5fb41ed0222bfe3be9fceddf4 SHA512 
3fb973e713bdea5366e1519ea65f4d2290321078b7eb8af0575ffb5d739dc61c3d203b3b351781ab99d19699bd06f65a333c94ac47844a9b01852710a6c0f752
 WHIRLPOOL 
f73bb8f54498746ae04488d5806b59b36f056ddc9889d966d09ffccbdbab7adbe5b464a2e5105260fb2594e1b6b9787eef7f259975fb5d7bb61a54fb7ff3b085
+DIST rufus-scheduler-3.2.2.tar.gz 69564 SHA256 
be451d98f2c96bd98d4d4df931f7e4bdfde9abef3baf3c3f79e6d8586617eee2 SHA512 
912300f0804d2e6e4bdcacc94d74efa1f8b6761ff7950830caf775ad605df3872e90b14d5f94b12eaac65abddb57a8f02d5664ebb13a4e90062ef589fddfff6e
 WHIRLPOOL 
41a82abf77b3a9ca550caf10b455ca4188109fef70120347bd815c9947301670a101a0b009dc99b9a3902c5b4ca384bff434f96b0a173010c145fb4f29def095

diff --git a/dev-ruby/rufus-scheduler/rufus-scheduler-3.2.1.ebuild 
b/dev-ruby/rufus-scheduler/rufus-scheduler-3.2.2.ebuild
similarity index 100%
rename from dev-ruby/rufus-scheduler/rufus-scheduler-3.2.1.ebuild
rename to dev-ruby/rufus-scheduler/rufus-scheduler-3.2.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/slib/

2016-10-24 Thread Ettore Di Giacinto
commit: 95d5232a230d9f2b93e48a9690332a38798e042d
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Oct 24 20:10:58 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Oct 24 20:11:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d5232a

dev-scheme/slib: Drop old

Package-Manager: portage-2.3.1

 dev-scheme/slib/Manifest |   1 -
 dev-scheme/slib/slib-3.1.5-r1.ebuild | 133 ---
 2 files changed, 134 deletions(-)

diff --git a/dev-scheme/slib/Manifest b/dev-scheme/slib/Manifest
index 616218d..3dae90f 100644
--- a/dev-scheme/slib/Manifest
+++ b/dev-scheme/slib/Manifest
@@ -1,4 +1,3 @@
 DIST slib-3b1.zip 1063227 SHA256 
8e3ec24d51be03ebb7357ad9a2f3554056b86dafbc9e48d1d491aeda1efa566f SHA512 
28eb997a094cfb0a97eb924ed7bd965bb094db773343529f1593446b507908ccdec3086c6ce0b6b938a9742ed84bd8f5f36b14911296549660cc4b301f84c977
 WHIRLPOOL 
5c5a20fca0ad605d3ade593449071ca3afdc47522b1158c3e013477811a3720e82ed742873de7b75c0354fa456725090357c214c7b638110b2438e874b3e242d
 DIST slib-3b2.zip 1067021 SHA256 
b1cb9c1b7c888e32918ebdd8fca80d9c875024b064bc6989e4700905873bcae8 SHA512 
199b5ddaffd1213dd144dc7f60de020029586babc83f702830d95a0d387c4f1aad9fcbe1603c0f8d4351e0ec1650fad745fd463a56c3bb86394e81eadae6afd5
 WHIRLPOOL 
d31902c7780d528a1a130d5d8f3f77692b033a7227d6cf398a67829dcc8ad20976f55d7ac60b3ba7376ff4fd246b042f842674d05f10287799e24413d783da10
 DIST slib-3b5.tar.gz 987735 SHA256 
ea26e5170c6db6d6c69e4aaf91e9b1c9619174fc92d5dc63c71fff2a935e51ba SHA512 
e5d1210b70cd882cd5e810b3c4102d6060ec82fb2093f472bf31b597f6273e0a02f4d35a82c4b5c8cdc3f8b2c7b9e498fa3e35c7f265fa864cd9dc50e7a874c8
 WHIRLPOOL 
2d962de080e2786c72bfa4fa9bb2c907f1e3cc934cdb696a22f117e5733abfc49e176c9731841dbb0f735cfd59fd6c0bdbb1706c3510b8fc3d3f886afacdc5fb
-DIST slib3a5.zip 1055491 SHA256 
3c4fbfc08de9220f456ed1cd58ca0fb49b4a8cdd4d03697fbea11d9407a16e30 SHA512 
62462f3ac308e8133801f77a1ee72d907639a5e9bb1c33d474afc58ee9272c59dcd4524f1a40cd99ad84b0bc5fb81d35ffacc7dfb4423b122244a7a7916071a9
 WHIRLPOOL 
b27a1f0ede3e83ed3ae52e3f22a38074f8534e8f55fbb7e89f578e2f6ccb9ec879f2e75b511a8c55f2f40d8cd11ea6d52d2016745332ba25b80702d17330aba5

diff --git a/dev-scheme/slib/slib-3.1.5-r1.ebuild 
b/dev-scheme/slib/slib-3.1.5-r1.ebuild
deleted file mode 100644
index d85c302..
--- a/dev-scheme/slib/slib-3.1.5-r1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit versionator eutils
-
-#version magic thanks to masterdriverz and UberLord using bash array instead 
of tr
-trarr="0abcdefghi"
-MY_PV="$(get_version_component_range 1)${trarr:$(get_version_component_range 
2):1}$(get_version_component_range 3)"
-
-MY_P=${PN}${MY_PV}
-S=${WORKDIR}/${PN}
-DESCRIPTION="library providing functions for Scheme implementations"
-SRC_URI="http://swiss.csail.mit.edu/ftpdir/scm/${MY_P}.zip;
-
-HOMEPAGE="http://swiss.csail.mit.edu/~jaffer/SLIB;
-
-SLOT="0"
-LICENSE="public-domain BSD"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="" #test"
-
-#unzip for unpacking
-RDEPEND=""
-DEPEND="app-arch/unzip"
-#  test? ( dev-scheme/scm )"
-
-INSTALL_DIR="/usr/share/slib/"
-
-src_unpack() {
-   unpack ${A}; cd "${S}"
-
-#  cp Makefile Makefile.old
-
-   sed "s:prefix = /usr/local/:prefix = ${D}/usr/:" -i Makefile
-
-   sed 's:libdir = $(exec_prefix)lib/:libdir = $(exec_prefix)share/:' -i 
Makefile
-   sed 's_mandir = $(prefix)man/_mandir = $(prefix)/share/man/_' -i 
Makefile
-   sed 's_infodir = $(prefix)info/_infodir = $(prefix)share/info/_' -i 
Makefile
-
-   sed 's:echo SCHEME_LIBRARY_PATH=$(libslibdir)  >> $(bindir)slib:echo 
SCHEME_LIBRARY_PATH=/usr/share/slib/ >> $(bindir)slib:' -i Makefile
-
-#  diff -u Makefile.old Makefile
-
-   sed 's:(lambda () "/usr/local/share/gambc/")):(lambda () 
"/usr/share/gambit")):' -i gambit.init
-}
-
-src_compile() {
-   emake || die "make failed"
-}
-
-#tests are unmaintained upstream and have been removed for 3a6
-RESTRICT="test"
-#slib needs scm for tests, but scm needs slib so we can't depend on it
-src_test() {
-   if has_version dev-scheme/scm; then
-   make test || die "Make test failed. See above for details."
-   else
-   einfo "Skipping test, because dev-scheme/scm is not installed."
-   fi
-}
-
-src_install() {
-   emake infoz || die "infoz failed"
-   emake install || die "install failed"
-
-   dodoc ANNOUNCE ChangeLog FAQ README
-   dodir /usr/share/gambit/
-   more_install
-}
-
-more_install() {
-   dosym ${INSTALL_DIR} /usr/share/guile/slib # link from guile dir
-   dosym ${INSTALL_DIR} /usr/lib/slib
-   dodir /etc/env.d/ && echo "SCHEME_LIBRARY_PATH=\"${INSTALL_DIR}\"" > 
"${D}"/etc/env.d/50slib
-
-   mkdir "${S}"/installers
-   pushd installers; make_installers; popd
-   dosbin installers/*
-}
-

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

2016-10-24 Thread Manuel Rüger
commit: 9f47cf11957a0b1d8e4c49c9882bb400be8dd574
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 20:05:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 20:05:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f47cf11

dev-ruby/mixlib-shellout: Version bump to 2.2.7

Package-Manager: portage-2.3.2

 dev-ruby/mixlib-shellout/Manifest  |  1 +
 .../mixlib-shellout/mixlib-shellout-2.2.7.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/mixlib-shellout/Manifest 
b/dev-ruby/mixlib-shellout/Manifest
index 14f1e67..ba1529e 100644
--- a/dev-ruby/mixlib-shellout/Manifest
+++ b/dev-ruby/mixlib-shellout/Manifest
@@ -1,2 +1,3 @@
 DIST mixlib-shellout-2.2.5.tar.gz 34197 SHA256 
7ae14c18731359e823ecadece612480cb7097e4d73a0f07158452dd46c86d7c7 SHA512 
5d65c3665ef2a51fe9468268efc595cded6a798cd8a1879f12a3e7712be718cad0706a2602406683d039f1e4675a8e023f2cce8d9d4e3af8e95d7597c8381826
 WHIRLPOOL 
813395d956296b70bfc97e26fcbce047acf228664cada0642bff504d29d65b460daa3cb7ce6eb7e8fa2af5be7034123fc4e5d839ac01aae25fa8e6937eb575bb
 DIST mixlib-shellout-2.2.6.tar.gz 34296 SHA256 
55e98741c35edfa5149d1c046dac898504c22747840a96baee2e98d15b41f5ea SHA512 
f329c19ae560ac36349efa106600aa52287fbfb89aebeebbc3a0865bc81b97216a21f59517a904ca558000808546c4f7d05768f50a82e2488c1b016454f000b2
 WHIRLPOOL 
20d48ca4f9eadedc130bea1c470307ec4c7bdb18fea6cd8fa9bbf3563ed1d17cd55f0d937971d35f147f62ef917c2b75b95970a5115864e69b06c8b2de82ed13
+DIST mixlib-shellout-2.2.7.tar.gz 35122 SHA256 
9fc9cd467d27ac3cb50cb3993a55d1aeb04ec92e74de4b2d73d839bce9f2e6e9 SHA512 
e1179e296471d3aa0c22f2d7a9dfd957da4870f7fd5456c9f6788fca6a1efc62487fd719e45a6c3f85539db46cad0fbf4a67eddac087393004a179a19ce36fa3
 WHIRLPOOL 
35e98ebedb21c5a5852cac4d734ea90206a1a727c2884a82411126b42d03ef39ef611447240ba8ebe7b0b91448fc86d501eb83ef709a194d5115bd632ff4132e

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild 
b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild
new file mode 100644
index ..4b84f80
--- /dev/null
+++ b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Run external commands on Unix or Windows"
+HOMEPAGE="https://github.com/opscode/mixlib-shellout;
+SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+each_ruby_prepare() {
+   # Make sure we actually use the right interpreter for testing
+   sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb 
|| die
+}



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

2016-10-24 Thread Manuel Rüger
commit: 49cb3c80631ffe54c2c587a480402fbba4544dda
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:58:32 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:58:32 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=49cb3c80

dev-ruby/omniauth-saml: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/omniauth-saml/Manifest | 2 +-
 .../{omniauth-saml-1.6.0.ebuild => omniauth-saml-1.7.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/omniauth-saml/Manifest b/dev-ruby/omniauth-saml/Manifest
index 0c759de..cd1ec74 100644
--- a/dev-ruby/omniauth-saml/Manifest
+++ b/dev-ruby/omniauth-saml/Manifest
@@ -1 +1 @@
-DIST omniauth-saml-1.6.0.tar.gz 15991 SHA256 
f320216be4188d53dea44a3511c2a96d7cf783935a53af890a89032e0245bff6 SHA512 
bbb174d27b7cd6458c0b0a4fca65ce7c034f8ba115d8345818e70c6a75842bd7424f5cc502b76c7e0344a667067effb95390a36d49ee7dd8c3746436032f8b52
 WHIRLPOOL 
b244b46d45a3830a1755f116e34230869e5e2e54128ffeac5d5bd35fc92696e8777ab2719b20b8dbd39a725c4e029a4c466be08abd161a3dbdcd4cdd8f75e7d8
+DIST omniauth-saml-1.7.0.tar.gz 18932 SHA256 
4b0ba80b29d3ad36bf30e8db18d7ff6ab414fe3aba4d88df6417ff22ad061478 SHA512 
1209228f1f3013e3045803553886194ca53a871d1686641e574d2fc5dd6f7bf16d9b26a4f959ac807b4457c29419046bef0decb0a6cdbfddc6dcdec6d734c293
 WHIRLPOOL 
0ce4da4a2c50bcdf0c134fb76958c298ba407bc086cfea4c4edbdd6fd43151878fcaf8889357951fff6155ca4a74cb69037fa3a60c1bb62bb040b71dc6136234

diff --git a/dev-ruby/omniauth-saml/omniauth-saml-1.6.0.ebuild 
b/dev-ruby/omniauth-saml/omniauth-saml-1.7.0.ebuild
similarity index 96%
rename from dev-ruby/omniauth-saml/omniauth-saml-1.6.0.ebuild
rename to dev-ruby/omniauth-saml/omniauth-saml-1.7.0.ebuild
index 35d1099..ffb14c5 100644
--- a/dev-ruby/omniauth-saml/omniauth-saml-1.6.0.ebuild
+++ b/dev-ruby/omniauth-saml/omniauth-saml-1.7.0.ebuild
@@ -22,7 +22,7 @@ IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/omniauth-1.3
=dev-ruby/ruby-saml-1.3
+   >=dev-ruby/ruby-saml-1.4
=dev-ruby/rack-test-0.6


[gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab-markup/

2016-10-24 Thread Manuel Rüger
commit: 2bcc94933b35e955e898f4729897b06577598570
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:56:24 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:56:24 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2bcc9493

dev-ruby/gitlab-markup: Initial version

Package-Manager: portage-2.3.2

 dev-ruby/gitlab-markup/Manifest   |  1 +
 dev-ruby/gitlab-markup/gitlab-markup-1.5.0.ebuild | 41 +++
 dev-ruby/gitlab-markup/metadata.xml   |  8 +
 3 files changed, 50 insertions(+)

diff --git a/dev-ruby/gitlab-markup/Manifest b/dev-ruby/gitlab-markup/Manifest
new file mode 100644
index 000..0f14682
--- /dev/null
+++ b/dev-ruby/gitlab-markup/Manifest
@@ -0,0 +1 @@
+DIST gitlab-markup-1.5.0.gem 26624 SHA256 
aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b SHA512 
1171a162fe4242aac54416dc7e1e900c45efcc7139422e922d8a130fa87b874942560c21a8ab4b08f4ed120fe5ae527c9cde04d2a69b307309b163b263155278
 WHIRLPOOL 
fd4dfff8a411f613ae6d61a31e6d111b622ec704733928dffa6a4f4e992cbfe33d107b483e92fc9d37eeaf909976de991f0f8d9ef3eef73c0a92493c034870b2

diff --git a/dev-ruby/gitlab-markup/gitlab-markup-1.5.0.ebuild 
b/dev-ruby/gitlab-markup/gitlab-markup-1.5.0.ebuild
new file mode 100644
index 000..c4ff184
--- /dev/null
+++ b/dev-ruby/gitlab-markup/gitlab-markup-1.5.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Used on GitLab when rendering README or any other rich text file"
+HOMEPAGE="https://gitlab.com/gitlab-org/markup;
+#SRC_URI="https://github.com/github/markup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" dev-python/docutils
+   virtual/perl-Pod-Simple"
+
+ruby_add_rdepend "
+   dev-ruby/redcarpet
+   dev-ruby/rdiscount
+   dev-ruby/maruku
+   dev-ruby/kramdown
+   dev-ruby/posix-spawn
+   dev-ruby/redcloth
+   dev-ruby/org-ruby
+   dev-ruby/rinku
+   dev-ruby/creole
+   dev-ruby/wikicloth
+   >=dev-ruby/asciidoctor-1.5.2"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/markup_test.rb || die
+}

diff --git a/dev-ruby/gitlab-markup/metadata.xml 
b/dev-ruby/gitlab-markup/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/gitlab-markup/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/github-linguist/

2016-10-24 Thread Manuel Rüger
commit: 5b87a3185eadebf62cf05f6e2908b6cac531deed
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:52:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:52:47 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5b87a318

dev-ruby/github-linguist: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/github-linguist/Manifest   | 2 +-
 .../{github-linguist-4.8.9.ebuild => github-linguist-4.8.15.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/github-linguist/Manifest 
b/dev-ruby/github-linguist/Manifest
index e022c87..8447aad 100644
--- a/dev-ruby/github-linguist/Manifest
+++ b/dev-ruby/github-linguist/Manifest
@@ -1 +1 @@
-DIST github-linguist-4.8.9.gem 1809408 SHA256 
36495d0960a42e489c2ee41d2d1852cb3d8db06f9b3a09593a89e06f47bc1f6b SHA512 
7830ded205e6b73b72c88085688bfa622d3979c5c6678c4dd878f853e9ab5cfa65d92c2fa4480963e633507aa82e9b1b0e03f6d27a05dc0f1c130a2540834a7b
 WHIRLPOOL 
056002c2c9aefc32caac5b180386d747bac1e44ccdc433306c64780e0a8a0636422dbb63004902f5f3308f2e8684947c0f384d1cc3077727ebb82b23a673146f
+DIST github-linguist-4.8.15.gem 1864192 SHA256 
ec0ae30711e55f476dc71359633f49097761d5f68c4ff04d82bbeaf37c6b597d SHA512 
2642e98ead3b05d29a95d76dcb7f5bd2062d66f59df97405006c62047e24f290d4a43ed998f22ab47c27868d6f617bd026f83a2138e2f0dbf525e18e8cc93696
 WHIRLPOOL 
25ed512863a33e82be2580f256e5c4efe2d42cb21673d13d68b50086f6cdb5c41c890ec4de4f6153dec9437af60212ae9095efe74e93253335a68612f5745d14

diff --git a/dev-ruby/github-linguist/github-linguist-4.8.9.ebuild 
b/dev-ruby/github-linguist/github-linguist-4.8.15.ebuild
similarity index 100%
rename from dev-ruby/github-linguist/github-linguist-4.8.9.ebuild
rename to dev-ruby/github-linguist/github-linguist-4.8.15.ebuild



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

2016-10-24 Thread Manuel Rüger
commit: d3911b63c5ffeadc9327880f568f1b11cbb7b023
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:49:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:49:27 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d3911b63

dev-ruby/ruby-saml: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/ruby-saml/Manifest   | 2 +-
 .../ruby-saml/{ruby-saml-1.4.0.ebuild => ruby-saml-1.4.1.ebuild}  | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 6acc333..c5b4600 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1 +1 @@
-DIST ruby-saml-1.4.0.gem 249856 SHA256 
8b13585cf9784a9b0ccb0f7d77caaf87572842d406a2ec0993858ddac8b87848 SHA512 
d00764ad963993ea99ba79d47482b3569ed72330a468e0e2bb6edef416e82269be83a3639944ce1b5c9775f008650132c95fc9dd3cdfb3be80046330ff7444d1
 WHIRLPOOL 
968cc6f3cb6e985fdb1e4ef58d5c23e5a2b4946685074f1b62596138cd8a3210c80ff214504d4f20315d40d939cc84cceb4f47145c52539373c42ae73d19c49c
+DIST ruby-saml-1.4.1.gem 251392 SHA256 
856e6c4f4b30352eef975a0b649ca20fa0930a2b0d1bb02f99ecfbb54d7070a9 SHA512 
e70afeebd7334efe5a85e86b75246c275f91cf505182698da5d24188a59e2a0d436a7f393f765bb40eec423544d2035795d752f31c6cf947569b45d2a2210c86
 WHIRLPOOL 
1c102e8b268b2df8df1b34b6b75b4ff0b8ab48487b6d5405dbaf215e5c8d9b7256c3e39752bfd29ab5fa404b09a2ade7ccf938901355ca3c500d7a993292b7c7

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.4.0.ebuild 
b/dev-ruby/ruby-saml/ruby-saml-1.4.1.ebuild
similarity index 84%
rename from dev-ruby/ruby-saml/ruby-saml-1.4.0.ebuild
rename to dev-ruby/ruby-saml/ruby-saml-1.4.1.ebuild
index e8ede8d..ff669ad 100644
--- a/dev-ruby/ruby-saml/ruby-saml-1.4.0.ebuild
+++ b/dev-ruby/ruby-saml/ruby-saml-1.4.1.ebuild
@@ -34,13 +34,13 @@ ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5
 
 all_ruby_prepare() {
sed -i -e '/ruby-debug/d' \
-   -e '/bundler/I s:^:#:' \
-   -e '/simplecov/ s:^:#:' \
-   -e '/SimpleCov/,/end/ s:^:#:' test/test_helper.rb || die
+   -e '/[Bb]undler/d' \
+   -e '/simplecov/d' \
+   -e '1,7d' test/test_helper.rb || die
 
sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
 
-   sed -i -e '2i gem "shoulda", "~> 2.11"' test/test_helper.rb || die
+   sed -i -e '1i gem "shoulda", "~> 2.11"' test/test_helper.rb || die
 
sed -i -e '3irequire "onelogin/ruby-saml/http_error"' 
test/idp_metadata_parser_test.rb || die
 }



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/sidekiq/

2016-10-24 Thread Manuel Rüger
commit: bd9a80bcc4deb558e7608c8166174685fad1e7b3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:43:02 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:43:02 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=bd9a80bc

dev-ruby/sidekiq: Version bump, remove old

Package-Manager: portage-2.3.2

 dev-ruby/sidekiq/Manifest   | 2 +-
 dev-ruby/sidekiq/{sidekiq-4.2.2.ebuild => sidekiq-4.2.3.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ruby/sidekiq/Manifest b/dev-ruby/sidekiq/Manifest
index 23127c4..45ac2c1 100644
--- a/dev-ruby/sidekiq/Manifest
+++ b/dev-ruby/sidekiq/Manifest
@@ -1 +1 @@
-DIST sidekiq-4.2.2.gem 291328 SHA256 
22aba7a8695521b7f00a0ef1492bbfceb1b176063c2139f5829a4a14e250646d SHA512 
86a2c94f6ff6c5a828f8919929bd0e1ccf97024a5aa5ab1930c1fde9d0261a34303e5afe4146978a21ba5221eef939e48469c0e78f1206c452a24316f7df8534
 WHIRLPOOL 
998f0c97f38c377c5cec04ebddee280ca6b53993762af4fead220e2c7e1d1882e5e8b26376025b0826e91db1b19b2eccfd1f6492b5aab3f2254dc61be8b757de
+DIST sidekiq-4.2.3.gem 292864 SHA256 
f148e318ce9457b4c064aa6c51355247b0989237301246fd8b6bbf64a217f257 SHA512 
fac36a89d9a4c95dfde983cd4979c0e7eca65a192aedebdb708605164495608802e4c089c078658eec2b91a0c5b55eb95591fd21d04fca4095178d601126f842
 WHIRLPOOL 
85969fad06449e375a63edd0e3f05e1089970d5f8d074138d82084619ba9e717f3870fe2a916efac9560f7e848022891c064e7a6fef8e461cf8a13684870a508

diff --git a/dev-ruby/sidekiq/sidekiq-4.2.2.ebuild 
b/dev-ruby/sidekiq/sidekiq-4.2.3.ebuild
similarity index 97%
rename from dev-ruby/sidekiq/sidekiq-4.2.2.ebuild
rename to dev-ruby/sidekiq/sidekiq-4.2.3.ebuild
index a21eb8c..feb781e 100644
--- a/dev-ruby/sidekiq/sidekiq-4.2.2.ebuild
+++ b/dev-ruby/sidekiq/sidekiq-4.2.3.ebuild
@@ -23,7 +23,6 @@ ruby_add_rdepend ">=dev-ruby/concurrent-ruby-1.0
>=dev-ruby/connection_pool-2.2.0
=dev-ruby/rack-protection-1.5
-   =dev-ruby/redis-3.2.1
=dev-ruby/minitest-5.7.0



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2016-10-24 Thread Manuel Rüger
commit: 3938b6ba11654b4075e3a657895fabdf5636fd3d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:39:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:39:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3938b6ba

x11-drivers/xf86-video-intel: Update snapshot

Package-Manager: portage-2.3.2

 x11-drivers/xf86-video-intel/Manifest  |  1 +
 .../xf86-video-intel-2.99.917_p20161024.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 52f64fe..27a4455 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -5,3 +5,4 @@ DIST xf86-video-intel-2.99.917_p20160621.tar.xz 941280 SHA256 
1dcb1ba06321921f7d
 DIST xf86-video-intel-2.99.917_p20160704.tar.xz 941312 SHA256 
182bc9c0463fafd82a317222c85572b7dcb49c745e9048f9fce877242cea7994 SHA512 
4baa94fcbeb93a3ff50c4b626563d31c313fd100979c0ea1be396dde62bc1a7f999835e4762056117a82f929a88f4bca9f37a09177fad7bb6749900a69f2ec1d
 WHIRLPOOL 
82f1f96cf9a0a1d49418f3506f0079fb89473a51d5add9d0cfc269d5bfe472f9654c4713f3972d1f3d99ef2f0e6fa21b5f29cd22aab2a48bda8a3cea6ba1b782
 DIST xf86-video-intel-2.99.917_p20160829.tar.xz 942680 SHA256 
0541e3a0eb3ee1a30968fa4a2ae0db9a1f5768d0931582f7fc647cc8ee26127e SHA512 
7b35f1f994639f017c1201231f659704fb5f2ddbdda73d054780922e7f9a29a0dba859c477651c59be9d84831dd5473794a52cd18e97185dbbdb0c051cef5d26
 WHIRLPOOL 
53126bfb47e51371420715dbb5dde64828e734899debd022de2efa2d04cc069f70d88dae3e6a3b4f4e70887d315dae1d26605d8b591d1684583ed576f317f614
 DIST xf86-video-intel-2.99.917_p20161007.tar.xz 944344 SHA256 
5769028d523f37224eaba94db346b97e27b36d6e4a9f5633db8757203ca218c2 SHA512 
84f3f5fb86a94d7817a3f1ed63e83d0608090df33344f1f9d5a1ccadc450b54847495872c4ee60dde97ca5bfdc9ec2aa1935b06600acc302c16d766a468ea76d
 WHIRLPOOL 
3f5f38e28754511133ccf3cc05bc3f07d78a79c4657109cdeb667338a6e45e94e593d3ea92a4deaffbd49727551203a5e4e71f3af5c76853591fe6be8018ed3f
+DIST xf86-video-intel-2.99.917_p20161024.tar.xz 944712 SHA256 
d2c33f653b27a3b2e064126fadf5e43efb20e68b490f5bebc8e13f0f1a19bfcc SHA512 
5222e43693d407b52aaa32de20378c36a32a1e7a0184774aa0d2b314cae4e7d3e1fb0f4d9bd6866d51c93e2e73d284d4132071903e40d10ee74ca6ab205e175f
 WHIRLPOOL 
79cfe31214bb33d41199a74b2e90f34d77412e89020b939b5c319d332d463b1f907145128759cae7f90f90b7df220a76f9ef8d0c4a80b4997937c69bd070b269

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161024.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161024.ebuild
new file mode 100644
index ..ea00a52
--- /dev/null
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161024.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=dri
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2 flag-o-matic
+
+DESCRIPTION="X.Org driver for Intel cards"
+
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
+IUSE="debug dri3 +sna +udev uxa xvmc"
+COMMIT_ID="325570e731b5819e28ce6bae72242914bb2d7f8e"
+SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+REQUIRED_USE="
+   || ( sna uxa )
+"
+RDEPEND="x11-libs/libXext
+   x11-libs/libXfixes
+   >=x11-libs/pixman-0.27.1
+   >=x11-libs/libdrm-2.4.29[video_cards_intel]
+   dri3? (
+   >=x11-base/xorg-server-1.18
+   )
+   sna? (
+   >=x11-base/xorg-server-1.10
+   )
+   udev? (
+   virtual/udev
+   )
+   xvmc? (
+   x11-libs/libXvMC
+   >=x11-libs/libxcb-1.5
+   x11-libs/xcb-util
+   )
+"
+DEPEND="${RDEPEND}
+   >=x11-proto/dri2proto-2.6
+   x11-proto/dri3proto
+   x11-proto/presentproto
+   x11-proto/resourceproto"
+
+src_configure() {
+   replace-flags -Os -O2
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable debug)
+   $(use_enable dri)
+   $(use_enable dri dri3)
+   $(usex dri3 "--with-default-dri=3")
+   $(use_enable sna)
+   $(use_enable udev)
+   $(use_enable uxa)
+   $(use_enable xvmc)
+   )
+   xorg-2_src_configure
+}
+
+pkg_postinst() {
+   if linux_config_exists && \
+   kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; 
then
+   echo
+   ewarn "This driver requires KMS support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "Graphics support --->"
+   ewarn "  Direct Rendering Manager (XFree86 4.1.0 and higher 
DRI support)  --->"
+   ewarn "  <*>   Intel 830M, 845G, 852GM, 855GM, 865G (i915 
driver)  --->"
+   ewarn "   i915 driver"
+   

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2016-10-24 Thread Manuel Rüger
commit: c4d60eedf01dc77093b03458c422bbc7df08f29b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 24 19:40:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 24 19:40:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d60eed

x11-drivers/xf86-video-intel: Remove old

Package-Manager: portage-2.3.2

 x11-drivers/xf86-video-intel/Manifest  |  2 -
 .../xf86-video-intel-2.99.917_p20160704.ebuild | 82 -
 .../xf86-video-intel-2.99.917_p20160829.ebuild | 83 --
 3 files changed, 167 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 27a4455..b1d4c1c 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -2,7 +2,5 @@ DIST xf86-video-intel-2.21.15.tar.bz2 1977431 SHA256 
7d5a140f82a72fd1cbc8a664d66
 DIST xf86-video-intel-2.9.1.tar.bz2 789001 SHA256 
95347c88854c2b41c07ab3bcdfadd1b8d27fb181a20520f185892877eb8d9d76 SHA512 
62a7c1852b2d0b89be93536e7852caf398fc743e11a12c5071baed5e767b29c382ff5eb9d6c3ab453fc4d94aa16245b607ef33b94198bf7c7626746772fcc290
 WHIRLPOOL 
7e61c5d1396829aa354c9fdfbe5a21723171390d86b3307a2a331061e128a9866408993410090fe5d607609d245c55843633730bc4521e9cb0ec478c8d6ede1c
 DIST xf86-video-intel-2.99.917.tar.bz2 2259040 SHA256 
00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9 SHA512 
cbf4d46ad1ad5e5587c0f1f620ff534ef0645270517b60056b9f03e83d8216e2f456de46352a06c37c0c46963cc4ed20b71b815b20ec1bf680ff046e535f580f
 WHIRLPOOL 
b26f1b303a27825120e1036f15493119e8869ebae74a2663204fe1ee63cf9fc217e593c469d6c33151a73c9ea6e9df88d0e3a0bb74ece5109b51593785fd4d7d
 DIST xf86-video-intel-2.99.917_p20160621.tar.xz 941280 SHA256 
1dcb1ba06321921f7de84d95ba25e18277df74bb09d143b3ec759ffe5c6be392 SHA512 
9face5d348a0805b9bdd98fa42a466ad4dcca1050f8abdc114f8475e713ae7315d2ac19ff50756071f305bcca8526fe9be0d448d2d10fab51300d0d2d50fe60a
 WHIRLPOOL 
886064d7f75c59be7a24429eb04dc70f47ae48a580734234a71f1a570c39926f11b8d6807082b537f0bb843ae677c54b3a303dbd1830b29186d0338ce88a36ba
-DIST xf86-video-intel-2.99.917_p20160704.tar.xz 941312 SHA256 
182bc9c0463fafd82a317222c85572b7dcb49c745e9048f9fce877242cea7994 SHA512 
4baa94fcbeb93a3ff50c4b626563d31c313fd100979c0ea1be396dde62bc1a7f999835e4762056117a82f929a88f4bca9f37a09177fad7bb6749900a69f2ec1d
 WHIRLPOOL 
82f1f96cf9a0a1d49418f3506f0079fb89473a51d5add9d0cfc269d5bfe472f9654c4713f3972d1f3d99ef2f0e6fa21b5f29cd22aab2a48bda8a3cea6ba1b782
-DIST xf86-video-intel-2.99.917_p20160829.tar.xz 942680 SHA256 
0541e3a0eb3ee1a30968fa4a2ae0db9a1f5768d0931582f7fc647cc8ee26127e SHA512 
7b35f1f994639f017c1201231f659704fb5f2ddbdda73d054780922e7f9a29a0dba859c477651c59be9d84831dd5473794a52cd18e97185dbbdb0c051cef5d26
 WHIRLPOOL 
53126bfb47e51371420715dbb5dde64828e734899debd022de2efa2d04cc069f70d88dae3e6a3b4f4e70887d315dae1d26605d8b591d1684583ed576f317f614
 DIST xf86-video-intel-2.99.917_p20161007.tar.xz 944344 SHA256 
5769028d523f37224eaba94db346b97e27b36d6e4a9f5633db8757203ca218c2 SHA512 
84f3f5fb86a94d7817a3f1ed63e83d0608090df33344f1f9d5a1ccadc450b54847495872c4ee60dde97ca5bfdc9ec2aa1935b06600acc302c16d766a468ea76d
 WHIRLPOOL 
3f5f38e28754511133ccf3cc05bc3f07d78a79c4657109cdeb667338a6e45e94e593d3ea92a4deaffbd49727551203a5e4e71f3af5c76853591fe6be8018ed3f
 DIST xf86-video-intel-2.99.917_p20161024.tar.xz 944712 SHA256 
d2c33f653b27a3b2e064126fadf5e43efb20e68b490f5bebc8e13f0f1a19bfcc SHA512 
5222e43693d407b52aaa32de20378c36a32a1e7a0184774aa0d2b314cae4e7d3e1fb0f4d9bd6866d51c93e2e73d284d4132071903e40d10ee74ca6ab205e175f
 WHIRLPOOL 
79cfe31214bb33d41199a74b2e90f34d77412e89020b939b5c319d332d463b1f907145128759cae7f90f90b7df220a76f9ef8d0c4a80b4997937c69bd070b269

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160704.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160704.ebuild
deleted file mode 100644
index 25282e7..
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160704.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
-IUSE="debug dri3 +sna +udev uxa xvmc"
-COMMIT_ID="26f8ab5429a554801641415f0ab3b2d68cea1d00"
-SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
-
-S=${WORKDIR}/${COMMIT_ID}
-
-REQUIRED_USE="
-   || ( sna uxa )
-"
-RDEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   >=x11-libs/pixman-0.27.1
-   >=x11-libs/libdrm-2.4.29[video_cards_intel]
-   dri3? (
-   >=x11-base/xorg-server-1.18
-   )
-   sna? (
-   >=x11-base/xorg-server-1.10
-   )
-   udev? (
-   virtual/udev
-   )
-   xvmc? (
-  

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

2016-10-24 Thread Alon Bar-Lev
commit: 7ed857121a3df8686a1aba76ef4ac543e092705f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Oct 24 19:26:24 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Oct 24 19:27:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed85712

dev-libs/crypto++: add noloader  gmail.com as maintainer

Package-Manager: portage-2.3.0

 dev-libs/crypto++/metadata.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/crypto++/metadata.xml b/dev-libs/crypto++/metadata.xml
index 2714a77..da25a4d 100644
--- a/dev-libs/crypto++/metadata.xml
+++ b/dev-libs/crypto++/metadata.xml
@@ -5,7 +5,11 @@
cry...@gentoo.org
Crypto

+   
+   noloa...@gmail.com
+   Jeffrey Walton
+   

-   cryptopp
+   weidai11/cryptopp

 



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

2016-10-24 Thread Markus Meier
commit: 4399e3b4b45b0e35eda0bb02690c3585df64c6b5
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:13:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:13:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4399e3b4

dev-python/python-cdb: arm stable, bug #593132

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-python/python-cdb/python-cdb-0.34-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-cdb/python-cdb-0.34-r1.ebuild 
b/dev-python/python-cdb/python-cdb-0.34-r1.ebuild
index d823701..772fb2b 100644
--- a/dev-python/python-cdb/python-cdb-0.34-r1.ebuild
+++ b/dev-python/python-cdb/python-cdb-0.34-r1.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$
 
@@ -14,7 +14,7 @@ HOMEPAGE="http://pilcrow.madison.wi.us/#pycdb;
 SLOT="0"
 IUSE=""
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos"
 
 DEPEND="|| ( dev-db/cdb dev-db/tinycdb )"
 RDEPEND="${DEPEND}"



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

2016-10-24 Thread Markus Meier
commit: 74ea75edb15ad35eed6fcaf581bf29f932669e33
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:07:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:07:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ea75ed

media-gfx/imagemagick: arm stable, bug #596004

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
index 108c1cc..8fcd925 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2016-10-24 Thread Markus Meier
commit: 9cc77845a81b3950d5a157304a49c878ef9db842
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:15:02 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:15:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc77845

dev-python/sancho: arm stable, bug #593136

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/sancho/sancho-2.4-r1.ebuild 
b/dev-python/sancho/sancho-2.4-r1.ebuild
index e2d9b56..78e294e 100644
--- a/dev-python/sancho/sancho-2.4-r1.ebuild
+++ b/dev-python/sancho/sancho-2.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz;
 
 LICENSE="CNRI"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/files/, dev-python/sqlalchemy/

2016-10-24 Thread Mike Gilbert
commit: a47eb9bf1b6d9f14b573a0f43d0a823751bb570e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 24 18:14:53 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 24 18:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47eb9bf

Revert "dev-python/sqlalchemy: Removed old."

This reverts commit 00379ec116760089ae33535a250f5b4c172d.

 dev-python/sqlalchemy/Manifest |  5 ++
 .../files/sqlalchemy-0.7-logging.handlers.patch| 12 +++
 dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild | 68 +
 dev-python/sqlalchemy/sqlalchemy-1.0.10.ebuild | 86 ++
 dev-python/sqlalchemy/sqlalchemy-1.0.11.ebuild | 86 ++
 dev-python/sqlalchemy/sqlalchemy-1.0.14.ebuild | 74 +++
 dev-python/sqlalchemy/sqlalchemy-1.0.9.ebuild  | 86 ++
 7 files changed, 417 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index 433fdbe..a3c45e1 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -1,5 +1,10 @@
+DIST SQLAlchemy-0.7.10.tar.gz 3541639 SHA256 
77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 SHA512 
631bc4ffb419defa531a66d82449fe48f93c88371ba0b8ab4217d900a0d1d90efe9699d8a9048d5c2ed33948c6d2f7cae46452ee45d442914018f3361e804367
 WHIRLPOOL 
74ffc17efbcbb2ac67712b9e11aa48431d18970f46ae5985aaa345aa8691f96e4acc4cf6fa37606699fbba83fcb7f74b0360fea2ac5e93a451585019e110f2ed
 DIST SQLAlchemy-0.9.8.tar.gz 4080098 SHA256 
de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389 SHA512 
3df7d7a64cdfe7b684be98e7e9d6836da54c391343bb047224a11df888041034bcc54cc30d15dc3d56b5d397b35e6aabe5732e7ca8fbf553bd8d98731c249ea5
 WHIRLPOOL 
2cedf7713753a6cf8838741fcf06c5510387aa4e661ea3c0ecc2bb7bdb5b03fb90f072ccd1a5671f03943952340c6c3525836e1ebe9246506143b055a1ca1991
+DIST SQLAlchemy-1.0.10.tar.gz 4705865 SHA256 
963415bf4ea4fa13698893464bc6917d291331e0e82020ebfed2864ef7e3 SHA512 
c28663a28e460abc724998f1fa605c31d0060e77f654f7c392da75f36e337158e9955cb37ba1c6ee517ef182f42c25e682a279d6865c9ee438bfb13dffa475c5
 WHIRLPOOL 
7f15d92722e54bc38a991f5639d7dae645f8845d1229a54bf0eff854aef5de7ff4c2df4a51db0d9fe74c08129cd4b1fc09e5e99dd0af7ff52ea374f732efa355
+DIST SQLAlchemy-1.0.11.tar.gz 4708987 SHA256 
0b24729787fa1455009770880ea32b1fa5554e75170763b1aef8b1eb470de8a3 SHA512 
b7f4d97faffefad65bbfb0c16c1ac0e27addc28546637ad323273311cfe4ef17be6e77e6279331b575ffd6cfdc6e57634666e4898aa484b275142cf665ba4920
 WHIRLPOOL 
24f434d6baeffb478636517e9d5fbf49f8f5fd80dbd8ce7cdb065de61055cd873a79c5afbfb2be2fbb07a14bf65a91f33d93ca180b27f07c08cb5a4619adc9bf
 DIST SQLAlchemy-1.0.12.tar.gz 4748974 SHA256 
6679e20eae780b67ba136a4a76f83bb264debaac2542beefe02069d0206518d1 SHA512 
67878cd5dd43bebcf17ec40e6879084e661652d0cef3a848eaa3fbc89dcd499ba7bba595ae514a531889496c182a76cd78e2e7ea37ab366ce6b373cbe963c8af
 WHIRLPOOL 
fb9c9a8598338f58c837d7a3593244b9f7748495ee588162dae64b0fac2f053e36bfe436656f58aa0a8e671ccb04d01d52154a07bb149526d6a36f02de9e49ce
+DIST SQLAlchemy-1.0.14.tar.gz 4765726 SHA256 
da4d1a39c1e99c7fecc2aaa3a050094b6aa7134de7d89f77e6216e7abd1705b3 SHA512 
ae504f413ca8d803e90f4bb383a32196e9242764c966b42a0dcbac96aa75cd716079e9acd9ed2e4ab621a1224de4675af5407cacc95de47331a3befdbc1ab662
 WHIRLPOOL 
792d92b449070bae90d4b18b4b933b664f41dbb2bd3c5e2426b1ee89dc1ab8a8204eb0969d4b0d2aa67cbe7321a8fa868be2513073e3176d85f09350413e09db
 DIST SQLAlchemy-1.0.15.tar.gz 4776213 SHA256 
586f5ccf068211795a89ed22d196c5cc3006b6be00261bcac6f584c0b8e0845a SHA512 
12ca4afc8d26a666d721c70399ae30a3c63087265ee0debc10261fd6f1a31b15d5e43c6203da1703f8803c449cf650357d631e12be42fce605311e7acdb2c135
 WHIRLPOOL 
2ea6f6645fc416f3118adb4d4746f028dcf0e8e9f6c1eb20fb853609fad9a2ab8de5c167b0d9d00dc8de62fd3d244a997b327b55f244172827d44820be646caf
 DIST SQLAlchemy-1.0.8.tar.gz 4627601 SHA256 
950c79c0abf9e9f99c43c627c51d40d14a946810a90c35e7cd827bfd0bffe46f SHA512 
921f847a20548095cb1f41fe6147b393110e08f8f3ff0aee6081e7811e7c15b3c03583afd41ddf5aacdc1dde090c0512afb94c7cc33d9c27135a5525ed121e74
 WHIRLPOOL 
757f2a3832c8fefd5789cd981eb1b2028419362ed2714927198df6b91742236896d4ab0131969afa08e5508843e32e018a1361e28df3f22a15f811d78275f8cf
+DIST SQLAlchemy-1.0.9.tar.gz 4662673 SHA256 
c3d37501e36ec5d74c2d7b4a3764719db86a9cdab4a24431bf58b386743ab10e SHA512 
5032977e4fd3ff12d7ae10ca87f0ec9cd2d9eb5d200020b74faad1309eb1de5bacc9b4f5e53cb1b0b0b9c7f59b923a87a12ba050b37a631f9c77af2b896eb076
 WHIRLPOOL 
5e824f8581b98ac26f47d0bc8ae706783602ebe6bf921c6767f46db83b8322b022ea51603d1002017052144946256583c4fd9d2a92742c752333b530ed356121
 DIST SQLAlchemy-1.1.2.tar.gz 5104171 SHA256 
1692c35bc0f7026d20cabd43b0f6f265e855129f44eb4574fea361e3c5cc89a5 SHA512 
5b7b8af5e7e96c844ee5e9b85314ede7dbdfd411ff88bc32517661108abcc2338fe1949a1378b135e2be6c5943de168dfe735bcd74d0581df95d98fe40a03c4a
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/

2016-10-24 Thread Markus Meier
commit: fef1b3921dc13f5460b920bd9d933eb3183ced12
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:12:53 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:12:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef1b392

sys-apps/i2c-tools: arm stable, bug #593098

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild 
b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
index 61b5553..790ef4f 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://dl.lm-sensors.org/i2c-tools/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="python"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/

2016-10-24 Thread Markus Meier
commit: d05500e67ea59838578310a1b228ce59f2e67d66
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:11:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:11:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05500e6

sys-fs/mtd-utils: arm stable, bug #592742

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild 
b/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild
index 176261d..52f5d16 100644
--- a/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-1.5.2.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$
 
@@ -20,7 +20,7 @@ else
MY_PV="${PV}-02ae0aac87576d07202a62d11294ea55b56f450b"
SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.xz"
fi
-   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+   KEYWORDS="~amd64 arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2016-10-24 Thread Markus Meier
commit: b920753c527342dbd3cd27bd92c67bc13be2f6fe
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:10:56 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:10:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b920753c

sys-process/procps: arm stable, bug #593054

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 sys-process/procps/procps-3.3.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.12.ebuild 
b/sys-process/procps/procps-3.3.12.ebuild
index 743aeaa..e0cf72c 100644
--- a/sys-process/procps/procps-3.3.12.ebuild
+++ b/sys-process/procps/procps-3.3.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/5" # libprocps.so
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode"
 
 RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )



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

2016-10-24 Thread Markus Meier
commit: b1c70f2efb68e9f2511fefceeb6b2f4de341e43a
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:10:00 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:10:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c70f2e

dev-libs/libpcre: arm stable, bug #592034

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-libs/libpcre/libpcre-8.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpcre/libpcre-8.39.ebuild 
b/dev-libs/libpcre/libpcre-8.39.ebuild
index 058e8a0..43c9026 100644
--- a/dev-libs/libpcre/libpcre-8.39.ebuild
+++ b/dev-libs/libpcre/libpcre-8.39.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/

2016-10-24 Thread Markus Meier
commit: c6621cb8172d00fe9ddc0301a7e73162da60c2a3
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:09:04 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:09:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6621cb8

sys-apps/dbus: arm stable, bug #596772

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 sys-apps/dbus/dbus-1.10.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.10.12.ebuild 
b/sys-apps/dbus/dbus-1.10.12.ebuild
index 517c9b1..e0ab10c 100644
--- a/sys-apps/dbus/dbus-1.10.12.ebuild
+++ b/sys-apps/dbus/dbus-1.10.12.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="debug doc selinux static-libs systemd test user-session X"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2016-10-24 Thread Markus Meier
commit: 79d1893272b7b88a805c9e0a3b6f2dfb55188bb6
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 24 18:05:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 24 18:06:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d18932

sys-devel/gcc: arm stable, bug #595560

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 sys-devel/gcc/gcc-4.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-4.9.4.ebuild b/sys-devel/gcc/gcc-4.9.4.ebuild
index 044db85..f0e3e5d 100644
--- a/sys-devel/gcc/gcc-4.9.4.ebuild
+++ b/sys-devel/gcc/gcc-4.9.4.ebuild
@@ -22,7 +22,7 @@ SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
 
 inherit eutils toolchain
 
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2016-10-24 Thread Jeroen Roovers
commit: c413a0713f99f01fd8552585142dc6cff9e98bd9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 24 18:02:43 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 24 18:02:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c413a071

www-client/vivaldi: Version bump.

Package-Manager: portage-2.3.2

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.5.644.7_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index f3cbd75..9752fd1 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -6,3 +6,5 @@ DIST vivaldi-1.5.633.16_p1-amd64.deb 46849638 SHA256 
7d6a7fd15db609281f67c5188d7
 DIST vivaldi-1.5.633.16_p1-i386.deb 48471168 SHA256 
40ffd38faabb0b79a4caf2b8411a6d3307597e667b48852dc85d707bff19b981 SHA512 
c1c2b475c201144c90bac6bdb92127737b1ea31f9b92ac3564697dbb321320af9e53ead06b29b94ecfdf587e267a64e7b6bedaa5aac048a498e90aab8d137039
 WHIRLPOOL 
7d832a0b5ed986923e96841a5a547dfdd026d9d84b80afbdc849a435e03d3566508c7fd8ca5d52079ca3a7b7916bd64c897241af3a0c6e8873b4c09a47174bb7
 DIST vivaldi-1.5.638.3_p1-amd64.deb 47964136 SHA256 
867d4ab4d6168f869820ef96a5b660fcc7330bcb5cb9982d929bdd075c9b36a7 SHA512 
c4f87e1fe5fd0c7b34308410cfd415fd759df3242ff23f4a3c6189e8019970f4e09a56ef60af3713c73c4b5ef372329a7555d14e92b2245f9683aacd785111da
 WHIRLPOOL 
f4eba0beb2ab13f1afee194d433efac15760a62f5d8edb27279037c40d1ceb90b3f1097d0963923300c3e5c520671165f7a8ed2133e3cf91a9ea48c064ccdef8
 DIST vivaldi-1.5.638.3_p1-i386.deb 48246804 SHA256 
ee9ac8261a18538038396c1c3ee474bd1cd686f8026f87e1b59c8cb4167216e5 SHA512 
77bedac6ee9f095a49f239e09117cd595c70f1acd62a7f8d5d0d0f5d4f2322292a745a90046868f72a1f8481ff108bce1e5450e8a68461b145e2b72692be0c24
 WHIRLPOOL 
5b86f30ddba4bda71003c97375e9a3647dae82ef49af8d3f722194f2520c40d8357e9df63f0cfe57b830a5e193783ea3d1d3d08eb66d7080fca8cb6d265835f9
+DIST vivaldi-1.5.644.7_p1-amd64.deb 48002658 SHA256 
bc6a0dec7734042655c387b2e9e5d308fc1b4dd21e2448b3bd376c47560190ba SHA512 
2eda168f44af0fb36ab8432016ae299b686638cb26dbdc437bf4f10179ce936e35af0da7f2f61d85cfc159a6702e196021ab645528b98c9424d29f28e0833b81
 WHIRLPOOL 
8e69c45c3fd7fa60e93ce3200488ed41ddd774117bb54b737955a703cb2d5e59529f2fb8f86fe877c3728e7d108784573f0293b095481a3abb466e2985dd07c6
+DIST vivaldi-1.5.644.7_p1-i386.deb 48270544 SHA256 
4c8927ad48febf235b4802b05d9fecf00d51f5e842378ce3380ba02d33241b50 SHA512 
14ec01a072d4d94ef0e6396d6c551a15e71ebf6535859058446769f3313775a0e4e1712db949d868ed5e74dbc6159dd27217c386a2c2d4eb7f77113063ccbf05
 WHIRLPOOL 
2dfb53f7ddfdf14402ae306510d7213495c5843db4ec242e971f2121b5367faf3bdb0f8ab4e381efd2bc1739d365786b21d8d9426aa3a740e852c664f060810a

diff --git a/www-client/vivaldi/vivaldi-1.5.644.7_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.5.644.7_p1.ebuild
new file mode 100644
index ..19616d9
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.5.644.7_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 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 chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   

[gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/

2016-10-24 Thread Daniel Pielmeier
commit: 44b72c8e33681b4977e7af1a590da14bb65a1759
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:55:54 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:55:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b72c8e

media-sound/puddletag: Remove old.

Package-Manager: portage-2.3.0

 media-sound/puddletag/Manifest   |  1 -
 media-sound/puddletag/puddletag-1.0.5.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 568df71..735bdb8 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1 @@
-DIST puddletag-1.0.5.tar.gz 958207 SHA256 
4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2 SHA512 
73a3535cf6f4c527c25cbe0e9d81be42ac0078df63542278b6636e7f448f5bff2eba6badf0ef0ff03a8d00727eb4a3277f395cbba09f0261fd9f13e902e78441
 WHIRLPOOL 
152dca34004277abcf36b40fb65b297a56e123a2566547d6021ee980b9c22545e668db92c7ff5a99914e59044105cd95ff8c184dc0a6e3e29e94200e30d5ace3
 DIST puddletag-1.1.1.tar.gz 973076 SHA256 
0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 
10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b
 WHIRLPOOL 
572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05

diff --git a/media-sound/puddletag/puddletag-1.0.5.ebuild 
b/media-sound/puddletag/puddletag-1.0.5.ebuild
deleted file mode 100644
index a6132cb..
--- a/media-sound/puddletag/puddletag-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 fdo-mime
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
-
-DEPEND=""
-RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
-   >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
-   >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
-   acoustid? ( >=media-libs/chromaprint-0.6 )
-   musicbrainz? ( 
>=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
-   cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
-   quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
-   >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
-
-DOCS=(changelog HACKING NEWS README THANKS TODO)
-
-PATCHES=("${FILESDIR}/${P}-pyqt4.11.4.patch")



[gentoo-commits] proj/openrc:master commit in: src/rc/

2016-10-24 Thread William Hubbs
commit: 4fd144c0a6526963c70f18cb34a65354c2f0a48c
Author: William Hubbs  gmail  com>
AuthorDate: Mon Oct 24 17:39:14 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 24 17:47:49 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4fd144c0

src/rc/rc-misc.c: report error if call to flock() fails

X-Gentoo-Bug: 597390
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=597390

 src/rc/rc-misc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 250b369..8afff0a 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -228,6 +228,7 @@ svc_lock(const char *applet)
if (fd == -1)
return -1;
if (flock(fd, LOCK_EX | LOCK_NB) == -1) {
+   eerror("Call to flock failed: %s", strerror(errno));
close(fd);
return -1;
}



[gentoo-commits] proj/openrc:master commit in: src/rc/

2016-10-24 Thread William Hubbs
commit: 9d5f321acf4d090cb3a79e23e06af8d1add8fe43
Author: William Hubbs  gmail  com>
AuthorDate: Mon Oct 24 17:39:14 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 24 17:39:14 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9d5f321a

src/rc/rc-misc.c: report error if call to flock() fails

X-Gentoo-Bug: 597390
X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=597390

 src/rc/rc-misc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 250b369..8afff0a 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -228,6 +228,7 @@ svc_lock(const char *applet)
if (fd == -1)
return -1;
if (flock(fd, LOCK_EX | LOCK_NB) == -1) {
+   eerror("Call to flock failed: %s", strerror(errno));
close(fd);
return -1;
}



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

2016-10-24 Thread Daniel Pielmeier
commit: 8bf8547ec8bd69121b1a7101047c3b52cbb85601
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:42:30 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf8547e

dev-libs/libisoburn: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libisoburn/Manifest|  1 -
 dev-libs/libisoburn/libisoburn-1.4.4.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index efa3fe3..9019f99 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1,3 +1,2 @@
 DIST libisoburn-1.3.8.tar.gz 1429974 SHA256 
b75c9a7f17faab5280ddc34ea6610c4e8bcf630762ee386d10bc52c4b50f6806 SHA512 
369299e491a379e048038d8a46040feb628b6b9dfb6d6ffac01808b6814e6ca936bb7e4fe75f904ce755e9957011403a5d38bff9f37901086d284f5c1014deb7
 WHIRLPOOL 
3dc40ab34838bb3d79f0cbb08b16480106de16b2c8401859c52fa139eb8a555f4182402dacf51ee481ec8f490a33a2e09cfc4ec3ba63db9fc876854c80f4dd12
-DIST libisoburn-1.4.4.tar.gz 1514261 SHA256 
7b02a1930382d7ebb4ed9e32917aebd4967c2255fdb3549a95ace5c6276fc2d6 SHA512 
63cbb9afb02fdbe32c47e8cab6fe38082580d00296bdd2b7d9514fe42338e913d837dc56513048c37874a29bb279dad9bb84d39b00a29d85eaf29aad88f5e81b
 WHIRLPOOL 
1b06feddeeaae6f90d68d454840a58280740ef477d9dee45a9f32f0a88066f52b271ed41b320247b9ffd8c8139d9c13ddda3760eef1471e6f412dcc140c4cbce
 DIST libisoburn-1.4.6.tar.gz 1528141 SHA256 
69efe9490e9ed6dbb1d8cad387ccaf5dcc5bb39dd466eef208a6b77a48584def SHA512 
329d3234e8ae31abcab8d8a61a6531ab7ccdd8340148f84a6c77a23bbe16b303bf1dc95cafc751bf13f83e855f158b59ddd9e93c3dd1fe6046c1b5ea27eefb69
 WHIRLPOOL 
2b325541fe72e32acbd19c261a82b2c1475046467e33f5e1dd47d4aa64ed73f1a9f5d69281acd5978d65c046ff4c70dd7a4b6f3ef713f971e646cc5d12b7eb20

diff --git a/dev-libs/libisoburn/libisoburn-1.4.4.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.4.ebuild
deleted file mode 100644
index 7369ce2..
--- a/dev-libs/libisoburn/libisoburn-1.4.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media 
supported by libburn"
-HOMEPAGE="http://libburnia-project.org/;
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
-   launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
-
-REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid 
) )"
-
-RDEPEND=">=dev-libs/libburn-1.4.4
-   >=dev-libs/libisofs-1.4.4
-   readline? ( sys-libs/readline:0= )
-   !readline? ( libedit? ( dev-libs/libedit ) )
-   acl? ( virtual/acl )
-   xattr? ( sys-apps/attr )
-   zlib? ( sys-libs/zlib )
-   cdio? ( >=dev-libs/libcdio-0.83 )
-   launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 )
-   launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 )
-   frontend-optional? ( dev-tcltk/bwidget )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable readline libreadline) \
-   $(usex readline --disable-libedit $(use_enable libedit)) \
-   $(use_enable acl libacl) \
-   $(use_enable xattr) \
-   $(use_enable zlib) \
-   --disable-libjte \
-   $(use_enable cdio libcdio) \
-   $(use_enable external-filters) \
-   $(use_enable external-filters-setuid) \
-   $(use_enable launch-frontend) \
-   $(use_enable launch-frontend-setuid) \
-   --disable-ldconfig-at-install \
-   --enable-pkg-check-modules \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-
-   dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
-
-   docinto frontend
-   dodoc frontend/README-tcltk
-   docinto xorriso
-   dodoc xorriso/{changelog.txt,README_gnu_xorriso}
-
-   prune_libtool_files --all
-}



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

2016-10-24 Thread Daniel Pielmeier
commit: 7edde38d4076f92c21add43595f82412558b4c6c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:40:39 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:40:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edde38d

dev-libs/libisofs: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libisofs/Manifest  |  1 -
 dev-libs/libisofs/libisofs-1.4.4.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index 2340f49..502166b 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1,3 +1,2 @@
 DIST libisofs-1.3.8.tar.gz 802154 SHA256 
acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5 SHA512 
7e078a4070741d975234ac10ed6cd2a0366724e9fa440e7063c64f91a60c9454c6828e2b7737d6105f36067008495bfcba8327e56892ccb0962027dc78e251ce
 WHIRLPOOL 
660f2cba77e8b83306fe4d40e34f0e94ecc18a8defd0375cadc84c0d964d6c868b2965329e51e3b5139c88e7cb20ee78f817004cb141e8be5528aa00a25d5647
-DIST libisofs-1.4.4.tar.gz 824640 SHA256 
2418f0feeea652dc122a39840d58c6931aa1008480385f7403881d82a629bdfd SHA512 
1d4e7f8c8cea20d1c4a6e809b3d3240eb227f6a25412199c512aef74e9c5b57f3c0e8e1e899c9782cd3db2ede384587cc19370a7bbfed16ad5c075a7b608bd8c
 WHIRLPOOL 
bea0e74107bbaf2d2fdba779dd676d1d4033fb86ad7f5ab3a3093bb54337fb7440e5eacabd812420267d164a0d884083d4c24d744b4224be99b85979fa4813f3
 DIST libisofs-1.4.6.tar.gz 826874 SHA256 
14ab0b384e988d651092ca184d5f18dba83a9cfa05ff5e581770d6baa879a50a SHA512 
7eed78a4194f96a019465e8f80bed0cd9f75a803eb11e31e60815b94712c7aa3ac218c6c6f39202a35cbe27b323f94f6d87502395975aa86805116cfbaf2b13e
 WHIRLPOOL 
428ee41a7f611d45988ade4b60c2b2c6dc8b313521fffcd7e803c9f90d77fc6658147cfe98a24ac9f611173bcdf621f6a450c3073d8163920fd2d1a91e1b3707

diff --git a/dev-libs/libisofs/libisofs-1.4.4.ebuild 
b/dev-libs/libisofs/libisofs-1.4.4.ebuild
deleted file mode 100644
index c618109..
--- a/dev-libs/libisofs/libisofs-1.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
-HOMEPAGE="http://libburnia-project.org/;
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl debug static-libs verbose-debug xattr zlib"
-
-RDEPEND="acl? ( virtual/acl )
-   xattr? ( sys-apps/attr )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug) \
-   $(use_enable verbose-debug) \
-   $(use_enable acl libacl) \
-   $(use_enable xattr) \
-   $(use_enable zlib) \
-   --disable-libjte \
-   --disable-ldconfig-at-install
-}
-
-src_install() {
-   default
-
-   dodoc Roadmap doc/{*.txt,Tutorial}
-
-   prune_libtool_files --all
-}



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

2016-10-24 Thread Daniel Pielmeier
commit: cd8cf016e0a239155290a0f1b86579a35a44351a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:38:27 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:38:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8cf016

dev-libs/libburn: Remove old.

Package-Manager: portage-2.3.0

 dev-libs/libburn/Manifest |  1 -
 dev-libs/libburn/libburn-1.4.4.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest
index 4aca6c6..d71c523 100644
--- a/dev-libs/libburn/Manifest
+++ b/dev-libs/libburn/Manifest
@@ -1,3 +1,2 @@
 DIST libburn-1.3.8.tar.gz 967404 SHA256 
46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283 SHA512 
4f279319b49bc5f5d42751fcab16bfe949e14e6e1018f9138bcc9f8e10a298ecf9795780d5f8807c5c2bf1cc0332f931b709f1fb5809f30abb8054297370f3c6
 WHIRLPOOL 
a814ab1c88b70b03788d490c1d6f9305878613d529fdd58df65a13bc683cf2e6c4e877192f85ffca07474a866115a34ef3932e838097e88db08d73554ed2ad3c
-DIST libburn-1.4.4.tar.gz 972931 SHA256 
1bf7040d6f1274acd868aec02a3c13241d0da8d9078067d228f2966ca40e7d14 SHA512 
03af832c3149ac9b91f2bdb77fbf7a73587710728aee952aaff3a456b7f84532b6e2a35d1d4bad933a20f2f5cb9bd0d8314495cea22dd44b40ce4cbc26e31861
 WHIRLPOOL 
2b8c25b5ee9d36ce0d130313b09d8fd8da3d996e69b818ba98b40ee4fc94f289898ce93471ac8141a9dad14263005f6a4a4f312b5f881c9765fbe3e4d3c3c8ec
 DIST libburn-1.4.6.tar.gz 975088 SHA256 
9d36faab25478c01122a65873133b7fc60eb5ffbe12710d5757a7c3574227071 SHA512 
2bdbe832168ed430a66d8f733e9f28bf0c2fc8180673da383c4aa014448569614b9f0680d9f0ea5d61b2ed76bd8b9ecc38bd5a63788fc6b32ba0f4bdac2cee78
 WHIRLPOOL 
59e05928d2b5df73cac0514eef0f9d7fc133fa0d7256b0201daf702422b0d2b0a0e3c4ae0772faf681c5a17583d8d778501da048ea040deabdd49c19f5fd530b

diff --git a/dev-libs/libburn/libburn-1.4.4.ebuild 
b/dev-libs/libburn/libburn-1.4.4.ebuild
deleted file mode 100644
index 39235de..
--- a/dev-libs/libburn/libburn-1.4.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
-HOMEPAGE="http://libburnia-project.org;
-SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cdio debug static-libs track-src-odirect"
-
-RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
-DEPEND="$RDEPEND
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable track-src-odirect) \
-   --enable-pkg-check-modules \
-   $(use_enable cdio libcdio) \
-   --disable-ldconfig-at-install \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-
-   dodoc CONTRIBUTORS doc/{comments,*.txt}
-
-   docinto cdrskin
-   dodoc cdrskin/{*.txt,README}
-   docinto cdrskin/html
-   dodoc cdrskin/cdrskin_eng.html
-
-   prune_libtool_files --all
-}



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

2016-10-24 Thread Alon Bar-Lev
commit: 278e44542a0295571714047e199da9b4c0e176d2
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Oct 24 17:25:42 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Oct 24 17:25:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278e4454

dev-libs/crypto++: cleanup a bit test phase

Package-Manager: portage-2.3.0

 dev-libs/crypto++/crypto++-5.6.5.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/dev-libs/crypto++/crypto++-5.6.5.ebuild 
b/dev-libs/crypto++/crypto++-5.6.5.ebuild
index 28647fc..bd0d663 100644
--- a/dev-libs/crypto++/crypto++-5.6.5.ebuild
+++ b/dev-libs/crypto++/crypto++-5.6.5.ebuild
@@ -38,20 +38,6 @@ src_compile() {
emake -f GNUmakefile all shared
 }
 
-src_test() {
-   # ensure that all test vectors have Unix line endings
-   local file
-   for file in TestVectors/* ; do
-   edos2unix "${file}"
-   done
-
-   if ! emake test; then
-   eerror "Crypto++ self-tests failed."
-   eerror "Try to remove some optimization flags and reemerge 
Crypto++."
-   die "emake test failed"
-   fi
-}
-
 src_install() {
default
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2016-10-24 Thread Daniel Pielmeier
commit: 62bdc2afcddcfeca86061c3ac2e9d1d2b627a1d6
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:24:14 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:24:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bdc2af

net-print/hplip: Remove old.

Package-Manager: portage-2.3.0

 net-print/hplip/Manifest |   3 -
 net-print/hplip/hplip-3.14.10.ebuild | 266 --
 net-print/hplip/hplip-3.16.8.ebuild  | 268 ---
 net-print/hplip/hplip-3.16.9.ebuild  | 268 ---
 4 files changed, 805 deletions(-)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 808f76d..90ca31a 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,7 +1,4 @@
-DIST hplip-3.14.10-patches-1.tar.xz 8140 SHA256 
33116a5e2c104495d60f0b15e923b2ae5eaaf269cd5ee8e988b035eb20aa23ab SHA512 
a8deb03979c55b660ef299505afc328fc930786ea9d473109a9fafd83d72528a9c3700faf4742f2e05829824fc97c3656538e1a607e2191e617f3944f0482e9a
 WHIRLPOOL 
bbf5d62f29c0fb0162f34b7815fc190459c619fdaf4f96e33d085f9b7228fa5431b6d668322256995a0a1d16aa1cccb75171000bbb2334ad3b51fec47f2653c0
-DIST hplip-3.14.10.tar.gz 21773429 SHA256 
11b3cd8311dea6b22a4c80be1e5d021e84d15a5f3e7e22cbd43798e5c1a89598 SHA512 
ed184c8d0d3d8d5aad454831013d7c5e0b1685b088ee8099b6efc1b152f8b159a2349f23f0c5c77a7a5f1a48165b0e22f2ff83ced1beb14633bd278d4ef4d6dc
 WHIRLPOOL 
8e1985cfd370849db96765f792655da36e22b6cecb660dd4707b0ff33dd53c8b66b2ec73a9596c7e60036edc1843c195bbbde64f37c5a1c319752bf0ebc08eb6
 DIST hplip-3.16.2-patches-1.tar.xz 8188 SHA256 
8a9a78e0caac1731eae79f047a6054b411c237c579fdfd07bc59d435db708705 SHA512 
7eb03c093cfb9ef6b9a980ef5520575310d080c45ed13191933a5facaf9bbb04b38c8381762a3ecd33884ad582830e61e17b6c17f2ed7cdf910670e05eed2510
 WHIRLPOOL 
6721eac17977485eae0cb22b1702d0479003e3639e806ecd3c5888f1b5015a0bf904512104ebefee4b3d5f64abebd0608090e00310ec8d5b48f210c7e4a95e4e
 DIST hplip-3.16.3.tar.gz 22408596 SHA256 
42d2302ee38bda41caa0f2f9524a91f531e3aa432814ffd45b3e5c396dc30194 SHA512 
32d2f88c0983208e77592f73bf65cf2900cd6aa234d09220a18b45b5fc4bd0d10e9cfc8c7a10639e5a51ad5f5d0f8ed7bd477d08c86b89c633a1bbcd42682915
 WHIRLPOOL 
b287ecf80c2e7b0da0de0afefcf60c507f9d42c74dbba1e745b4b43f253a5b0dedb6398a1f073e14d196296da47764e983138c0151e05bfc7a5dd416458662a0
 DIST hplip-3.16.5-patches-1.tar.xz 8200 SHA256 
98866e57a247e7a30d9cd584ed9411aa79a6185294a73b4cc5961efe9a5e5fa6 SHA512 
36d33da5fc4105183cbc5137845ddccd8ab2b6abbff053a3a51f3da61c26c2d9d48dcb735345fb453abd67b6a0797aa337102c366cce037bc7006599b20b1646
 WHIRLPOOL 
8ac91bdefeb177c092b1d6de16474e8e1da57ad046dbc579f14fd40a27d1837d9bf142573137ef8d91c37dc7b03ca908fd5bfad23a9815af2015b521091c2700
-DIST hplip-3.16.8.tar.gz 22942175 SHA256 
a9da67ae51c17487a8d725eb9c0bf9c6f0416e1fffa7db6cdff5302b1c556ceb SHA512 
213a39739834eca4e8b247706394cbeb6cf4ada547711d7b3e9187a43e8da8988b1b3efebdffb709cb73bc9ca863200d1405297d5797260eafae6a68531dc15f
 WHIRLPOOL 
ce6c00b8602589c7c16e6e6efb4ac47999c45f95519817f728be2bcdc1269916a5ff6e1f67a45a8f51cd16834ecdf599dfbd0ac18946aa68532b286560ba9956
 DIST hplip-3.16.9.tar.gz 23057361 SHA256 
cc8cf2a7baa1403cddd6503f120c58780c786b42fad073da6caec7535d3797a6 SHA512 
801bf6578759b1204eb8ede376ee0a22a12c7821ceafeb8c84a2aa5596bfccef222a15af896c33ba46c53b3e4776629efee264b6d67487cbf197b028d22b68ff
 WHIRLPOOL 
3374e43630a39c245541180ac9e6b76431687f5b977271a4bc09cd8de897bfc992ab43ab5235bb4806da33a65d22aeb0ea2783fa52501aaafdd142e229621492

diff --git a/net-print/hplip/hplip-3.14.10.ebuild 
b/net-print/hplip/hplip-3.14.10.ebuild
deleted file mode 100644
index c14e24c..
--- a/net-print/hplip/hplip-3.14.10.ebuild
+++ /dev/null
@@ -1,266 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads,xml"
-
-inherit eutils fdo-mime linux-info python-single-r1 udev autotools 
toolchain-funcs
-
-DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
-   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.14.10-patches-1.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-
-# zeroconf does not work properly with >=cups-1.4.
-# Thus support for it is also disabled in hplip.
-IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit 
qt4 scanner snmp static-ppds X"
-
-# TODO: check if net-print/cups, net-analyzer/net-snmp
-# are migrated to python-r1
-
-COMMON_DEPEND="
-   virtual/jpeg:0
-   hpijs? (
-   || ( >=net-print/cups-filters-1.0.43-r1[foomatic] 
>=net-print/foomatic-filters-3.0.20080507[cups] )
-   )
-   !minimal? (
-   ${PYTHON_DEPS}
-   

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2016-10-24 Thread Daniel Pielmeier
commit: 2cacbf819a90fa0b865794f413e124f7c3861aad
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Oct 24 17:21:18 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Oct 24 17:21:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cacbf81

net-print/hplip-plugin: Remove old.

Package-Manager: portage-2.3.0

 net-print/hplip-plugin/Manifest|  2 -
 net-print/hplip-plugin/hplip-plugin-3.14.10.ebuild | 69 --
 net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild  | 69 --
 3 files changed, 140 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index a7af2c2..6455078 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST hplip-3.14.10-plugin.run 1869038 SHA256 
b395b480ad86b9f27b6a2f63b6ecb00beb78e762a6137efb81dc1104837f9b81 SHA512 
3e5bea924e989d902aea0de182941be692a124ba8c27f53ce2e4f137308bad8373462c6128c26716e481e758f76533163d311a2676df034c1b15d6ef6ed008be
 WHIRLPOOL 
18375de4cc92cb73bcaa109927bd34f8487938b02472f0b7adbf44ad4688e5c6a1d030077b1e3c14f15f9b8e4cc86d195b0195e2d08121f746c62624db4658db
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
-DIST hplip-3.16.8-plugin.run 2087862 SHA256 
dd0b67fc1958bcf30c7ec7cb013d36d8071db6f78cc531e2169d139ba29117eb SHA512 
f7ca720f343aef9b0d2fd4b3ded909c63fd6d7abce10060d5854b73c63d4a7c4e50c38da55728a53103dddac651068a242e07ae54be84b0ff6cb61fadba35245
 WHIRLPOOL 
5da94f21d59b51dcec1241046d1f9b7e4a44a8a9d56a4d5d615d2b117487556e67749c72a7d33e81536c0e25652614f88c0c8c6a8a65dcc45a6feac6da03293e
 DIST hplip-3.16.9-plugin.run 2084344 SHA256 
7394ab79dd943bb530a7117266dec3f280ac0f825c4d12831c14eec922349c9f SHA512 
fdf6fd5d2ff458a5c68bce039914c72d1b118dd8909ef0333861ac26472801185bea43947b983fe164b1a1f80e99800fe3e098e045a0d3c7cbebd03ab83bcbe0
 WHIRLPOOL 
a20d5c582b817eeb1900f6e2b1d650ff63b6eb6f08c4088fc462b66bfeafcbaa4122560fda87cdd0b85d7577a092abd2213c0606d91523306f6ad6349000bc58

diff --git a/net-print/hplip-plugin/hplip-plugin-3.14.10.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.14.10.ebuild
deleted file mode 100644
index 8408448..
--- a/net-print/hplip-plugin/hplip-plugin-3.14.10.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PRESTRIPPED="
-   /usr/share/hplip/fax/plugins/fax_marvell.so
-   /usr/share/hplip/prnt/plugins/hbpl1.so
-   /usr/share/hplip/prnt/plugins/lj.so
-   /usr/share/hplip/scan/plugins/bb_marvell.so
-   /usr/share/hplip/scan/plugins/bb_soapht.so
-   /usr/share/hplip/scan/plugins/bb_soap.so
-"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_unpack() {
-   unpack_makeself "hplip-${PV}-plugin.run"
-}
-
-src_install() {
-   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   fax_*) plugin_type=fax ;;
-   bb_*)  plugin_type=scan ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   mkdir -p "${ED}/var/lib/hp/"
-   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
deleted file mode 100644
index 8408448..
--- a/net-print/hplip-plugin/hplip-plugin-3.16.8.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"

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

2016-10-24 Thread Mike Gilbert
commit: e49bd486fa2c82a58c8f3b36899a68b23006
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 24 17:19:43 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 24 17:19:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49bd486

profiles: update chromium mask for M56

 profiles/package.mask | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 430a400..afc3dc6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (24 Oct 2016)
+# Dev channel releases are only for people who are developers or want more
+# experimental features and accept a more unstable release.
+>=www-client/chromium-56
+
 # Hanno Böck  (16 Oct 2016)
 # The current package is broken (depends on perl modules
 # not in the tree) and there is probably no interest in
@@ -571,11 +576,6 @@ dev-haskell/base64-conduit
 # now provides 'agda' binary.
 sci-mathematics/agda-executable
 
-# Pawel Hajdan jr  (10 Sep 2016)
-# Dev channel releases are only for people who are developers or want more
-# experimental features and accept a more unstable release.
->=www-client/chromium-55
-
 # Lars Wendler  (06 Sep 2016)
 # Breaks samba's nmbd process (bug #592502)
 # Masked the possible fixed samba version until more testing has been 
performed.



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

2016-10-24 Thread Mike Gilbert
commit: 301dfd5283c73d93dc207d81335d104efd455bf1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 24 17:16:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 24 17:16:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301dfd52

www-client/chromium: dev channel bump (56.0.2897.0)

Removes all gyp support.

Package-Manager: portage-2.3.2

 www-client/chromium/Manifest|   1 +
 www-client/chromium/chromium-56.0.2897.0.ebuild | 621 
 www-client/chromium/files/chromium-gn-r8.patch  |  24 +
 3 files changed, 646 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 60fcebe..6d12b97 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
 DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
 DIST chromium-55.0.2873.0.tar.xz 505121804 SHA256 
7f0a502e18951215693567ab668c2a0b4031bd8a1b3d10f8c9d1711079f56c1a SHA512 
352349314b6f7565dbef9425152efee1546c116346b6ec2094b9c7ccf30d7caa2b2b2a4b8aa97deb66e25e692741bd63675d3c1f95ee99e1e7345406509c0ad3
 WHIRLPOOL 
de4c5f31ecbe072c5cf5718a889f383ec49d5100fb4dfbeda456e78c6665d80e3f85044efc6d56c6d575579992d90bfddbe23c16530b1cf5c570c5ce2cd3d0ac
 DIST chromium-55.0.2883.21.tar.xz 510946676 SHA256 
32edbf5b425ed866128204465be13d65cb18edb3b5f5e21e68fb528498b7b2ad SHA512 
e2d852e8bbadd3060367397844972b38f55913e676dfa7fd80e256e7e4edc05e16670c9645b2e250ef4be3507b9e146d8f373932bd6e62e991be079e4f7fdf67
 WHIRLPOOL 
98b307b83c196e111598875b7716065cc9c27c3e1b612bf6c3f7e49c7a44a9caab650b72d7c2bf9bd8bcf961666ae49b42979a9cf8ec151f6d3345303d8d190b
+DIST chromium-56.0.2897.0.tar.xz 512048692 SHA256 
a91e43b3747d22192b4712bb59db64cc90d3dbb75716fe1d3ca5dd9c16f9f40b SHA512 
101b803ded07767c92e938a7b31444ca984208ea28a6005ebd9895f1255cd98ffa999ba9b0ce2ab159a7708a739b62a4ebbdcd3d4bac22ccb345433c0abad9e7
 WHIRLPOOL 
0fd43cb2a8ef5604c22971f24f1aed9cfa61f0e562f2fb15b2a42e8d03fefda3b14f728bb7eda27d8f44f5595f58f0739091a80067cfe652ad13d4fdf8bde63c

diff --git a/www-client/chromium/chromium-56.0.2897.0.ebuild 
b/www-client/chromium/chromium-56.0.2897.0.ebuild
new file mode 100644
index ..9548dbb
--- /dev/null
+++ b/www-client/chromium/chromium-56.0.2897.0.ebuild
@@ -0,0 +1,621 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 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-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cups gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+# 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"
+
+COMMON_DEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   dev-libs/icu:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   >=dev-libs/re2-0.2016.05.01:=
+   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/libjpeg-turbo:=
+   media-libs/libpng:=
+   media-libs/libvpx:=[svc]
+   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
+   

[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2016-10-24 Thread Sven Vermeulen
commit: 05ca719e56beb535f7fee58e0874e2a6f15bfaae
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 12 16:49:07 2016 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Mon Oct 24 17:08:02 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=05ca719e

virt: add policy for virtlogd

 policy/modules/contrib/virt.fc |  1 +
 policy/modules/contrib/virt.te | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/policy/modules/contrib/virt.fc b/policy/modules/contrib/virt.fc
index f7e0ce8..7d9456a 100644
--- a/policy/modules/contrib/virt.fc
+++ b/policy/modules/contrib/virt.fc
@@ -32,6 +32,7 @@ HOME_DIR/VirtualMachines/isos(/.*)?   
gen_context(system_u:object_r:virt_content_t
 /usr/sbin/libvirt-qmf  --  
gen_context(system_u:object_r:virt_qmf_exec_t,s0)
 /usr/sbin/libvirtd --  gen_context(system_u:object_r:virtd_exec_t,s0)
 /usr/sbin/virtlockd--  
gen_context(system_u:object_r:virtlockd_exec_t,s0)
+/usr/sbin/virtlogd --  
gen_context(system_u:object_r:virtlogd_exec_t,s0)
 
 /var/cache/libvirt(/.*)?   
gen_context(system_u:object_r:virt_cache_t,s0-mls_systemhigh)
 

diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te
index c45ba2d..16c2970 100644
--- a/policy/modules/contrib/virt.te
+++ b/policy/modules/contrib/virt.te
@@ -208,12 +208,21 @@ files_pid_file(virtlockd_run_t)
 type virtlockd_var_lib_t;
 files_type(virtlockd_var_lib_t)
 
+type virtlogd_t;
+type virtlogd_exec_t;
+init_daemon_domain(virtlogd_t, virtlogd_exec_t)
+
+type virtlogd_run_t;
+files_pid_file(virtlogd_run_t)
+
 ifdef(`enable_mcs',`
init_ranged_daemon_domain(virtlockd_t, virtlockd_exec_t, s0 - 
mcs_systemhigh)
+   init_ranged_daemon_domain(virtlogd_t, virtlogd_exec_t, s0 - 
mcs_systemhigh)
 ')
 
 ifdef(`enable_mls',`
init_ranged_daemon_domain(virtlockd_t, virtlockd_exec_t, s0 - 
mls_systemhigh)
+   init_ranged_daemon_domain(virtlogd_t, virtlogd_exec_t, s0 - 
mls_systemhigh)
 ')
 
 
@@ -234,6 +243,9 @@ allow virt_domain virtd_t:fd use;
 allow virt_domain virtd_t:fifo_file rw_fifo_file_perms;
 allow virt_domain virtd_t:process sigchld;
 
+allow virt_domain virtlogd_t:fd use;
+allow virt_domain virtlogd_t:fifo_file rw_fifo_file_perms;
+
 dontaudit virt_domain virtd_t:unix_stream_socket { read write };
 
 manage_dirs_pattern(virt_domain, virt_cache_t, virt_cache_t)
@@ -472,6 +484,9 @@ dontaudit virtd_t virt_domain:process { siginh noatsecure 
rlimitinh };
 allow virtd_t { virt_domain svirt_lxc_domain }:unix_stream_socket { 
create_stream_socket_perms connectto };
 allow virtd_t svirt_lxc_domain:process signal_perms;
 
+allow virtd_t virtlogd_t:fd use;
+allow virtd_t virtlogd_t:fifo_file rw_fifo_file_perms;
+
 allow virtd_t virtd_lxc_t:process { signal signull sigkill };
 
 domtrans_pattern(virtd_t, virtd_lxc_exec_t, virtd_lxc_t)
@@ -558,6 +573,7 @@ filetrans_pattern(virtd_t, virt_var_run_t, 
virtd_lxc_var_run_t, dir, "lxc")
 stream_connect_pattern(virtd_t, virtd_lxc_var_run_t, virtd_lxc_var_run_t, 
virtd_lxc_t)
 stream_connect_pattern(virtd_t, svirt_var_run_t, svirt_var_run_t, virt_domain)
 stream_connect_pattern(virtd_t, virt_var_run_t, virtlockd_run_t, virtlockd_t)
+stream_connect_pattern(virtd_t, virt_var_run_t, virtlogd_run_t, virtlogd_t)
 
 can_exec(virtd_t, virt_tmp_t)
 
@@ -1319,3 +1335,29 @@ miscfiles_read_localization(virtlockd_t)
 
 virt_append_log(virtlockd_t)
 virt_read_config(virtlockd_t)
+
+
+#
+# Virtlogd local policy
+#
+
+allow virtlogd_t self:fifo_file rw_fifo_file_perms;
+
+allow virtlogd_t virtd_t:dir list_dir_perms;
+allow virtlogd_t virtd_t:file read_file_perms;
+allow virtlogd_t virtd_t:lnk_file read_lnk_file_perms;
+
+manage_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t)
+manage_sock_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t)
+filetrans_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t, sock_file)
+files_pid_filetrans(virtlogd_t, virtlogd_run_t, file)
+
+can_exec(virtlogd_t, virtlogd_exec_t)
+
+files_read_etc_files(virtlogd_t)
+files_list_var_lib(virtlogd_t)
+
+miscfiles_read_localization(virtlogd_t)
+
+virt_manage_log(virtlogd_t)
+virt_read_config(virtlogd_t)



  1   2   3   >