[gentoo-commits] dev/maksbotan:master commit in: dev-libs/re2/

2018-03-10 Thread Maxim Koltsov
commit: 4515e37e92cb80e3e62bcb036d393fcb8f6e0a01
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Sun Mar 11 07:58:06 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Sun Mar 11 07:58:06 2018 +
URL:https://gitweb.gentoo.org/dev/maksbotan.git/commit/?id=4515e37e

dev-libs/re2: remove in favor of in-tree ebuild

Signed-off-by: Maxim Koltsov  gentoo.org>

 dev-libs/re2/Manifest|  1 -
 dev-libs/re2/metadata.xml|  8 ---
 dev-libs/re2/re2-20120329.ebuild | 47 
 3 files changed, 56 deletions(-)

diff --git a/dev-libs/re2/Manifest b/dev-libs/re2/Manifest
deleted file mode 100644
index 587689e..000
--- a/dev-libs/re2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST re2-20120329.tar.bz2 340201 SHA256 
9a8f70dfcd3f7b9fbeb37d0e084b115e444fd318b76cd7eb4b437c87a456675c

diff --git a/dev-libs/re2/metadata.xml b/dev-libs/re2/metadata.xml
deleted file mode 100644
index d0f..000
--- a/dev-libs/re2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   maksbo...@gentoo.org
-   Maxim Koltsov
-
-

diff --git a/dev-libs/re2/re2-20120329.ebuild b/dev-libs/re2/re2-20120329.ebuild
deleted file mode 100644
index a99617a..000
--- a/dev-libs/re2/re2-20120329.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="An efficient, principled regular expression library"
-HOMEPAGE="http://code.google.com/p/re2/;
-SRC_URI="http://dev.gentoo.org/~maksbotan/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   emake \
-   CXX="$(tc-getCXX)" \
-   AR="$(tc-getAR)" \
-   NM="$(tc-getNM)" \
-   CXXFLAGS="${CXXFLAGS} -pthread" \
-   LDFLAGS="${LDFLAGS} -pthread"
-}
-
-src_install() {
-   emake \
-   prefix="${EPREFIX}"/usr \
-   libdir="${EPREFIX}"/usr/$(get_libdir) \
-   DESTDIR="${D}" \
-   install
-}
-
-src_test() {
-   emake \
-   CXX="$(tc-getCXX)" \
-   AR="$(tc-getAR)" \
-   NM="$(tc-getNM)" \
-   CXXFLAGS="${CXXFLAGS} -pthread" \
-   LDFLAGS="${LDFLAGS} -pthread" \
-   test
-   dodoc README AUTHORS
-}



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

2018-03-10 Thread Matt Turner
commit: 5ba206c24738022e96693a5591fb3a6227f51a6a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:24:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba206c2

sys-apps/keyutils: Don't check for KEYS_DEBUG_PROC_KEYS after Linux 4.0

Closes: https://bugs.gentoo.org/552512
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/keyutils/keyutils-1.5.10.ebuild   | 9 ++---
 sys-apps/keyutils/keyutils-1.5.9-r4.ebuild | 7 +--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/sys-apps/keyutils/keyutils-1.5.10.ebuild 
b/sys-apps/keyutils/keyutils-1.5.10.ebuild
index 658882242f2..298b6bed808 100644
--- a/sys-apps/keyutils/keyutils-1.5.10.ebuild
+++ b/sys-apps/keyutils/keyutils-1.5.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,9 +25,12 @@ PATCHES=(
 
 pkg_setup() {
CONFIG_CHECK="~KEYS"
-   use test && CONFIG_CHECK="${CONFIG_CHECK} ~KEYS_DEBUG_PROC_KEYS"
ERROR_KEYS="You must have CONFIG_KEYS to use this package!"
-   ERROR_KEYS_DEBUG_PROC_KEYS="You must have CONFIG_KEYS_DEBUG_PROC_KEYS 
to run the package testsuite!"
+
+   if use test && kernel_is lt 4 0 0; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~KEYS_DEBUG_PROC_KEYS"
+   ERROR_KEYS_DEBUG_PROC_KEYS="You must have 
CONFIG_KEYS_DEBUG_PROC_KEYS to run the package testsuite!"
+   fi
linux-info_pkg_setup
 }
 

diff --git a/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild 
b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
index d032a53dabd..2526784ea7b 100644
--- a/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
+++ b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
@@ -19,9 +19,12 @@ DEPEND="!prefix? ( >=sys-kernel/linux-headers-2.6.11 )"
 
 pkg_setup() {
CONFIG_CHECK="~KEYS"
-   use test && CONFIG_CHECK="${CONFIG_CHECK} ~KEYS_DEBUG_PROC_KEYS"
ERROR_KEYS="You must have CONFIG_KEYS to use this package!"
-   ERROR_KEYS_DEBUG_PROC_KEYS="You must have CONFIG_KEYS_DEBUG_PROC_KEYS 
to run the package testsuite!"
+
+   if use test && kernel_is lt 4 0 0; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~KEYS_DEBUG_PROC_KEYS"
+   ERROR_KEYS_DEBUG_PROC_KEYS="You must have 
CONFIG_KEYS_DEBUG_PROC_KEYS to run the package testsuite!"
+   fi
linux-info_pkg_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xtscal/

2018-03-10 Thread Matt Turner
commit: 0c608ed3294c6ab55f6031abc3f9afe5a8aa68e5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:13:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c608ed3

x11-misc/xtscal: Remove

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

 x11-misc/xtscal/Manifest   |  2 --
 x11-misc/xtscal/metadata.xml   | 12 
 x11-misc/xtscal/xtscal-0.6.3-r1.ebuild | 30 --
 3 files changed, 44 deletions(-)

diff --git a/x11-misc/xtscal/Manifest b/x11-misc/xtscal/Manifest
deleted file mode 100644
index 7b7d72135f3..000
--- a/x11-misc/xtscal/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xtscal-0.6.3-patches-0.2.tar.bz2 6152 BLAKE2B 
fa9b6e907bb6dd63ca9e46cc0da21ffdfea8250f36e9733b1a09f8b1fafaff9a335a0ab8d4bc48ee4f88f79eb68c45ed934305ffc0688351f63f111f195b410c
 SHA512 
ee2285b380e62e661c1765658dc8fe970b7bc970b15b0bc257d7dec40391bc3ddeae74ec083ce0142ea103d4a9711df100f3bd3a486924fd731cf9d8fe3e26ea
-DIST xtscal-0.6.3.tar.bz2 80155 BLAKE2B 
21db1fd4fa3d923a44e149a33b4fe2b8955d6964b740a023512475a095a3e29bd1036cd472536051bc68a76899ee862bfd7bdaa6be437c5be189a333de63b312
 SHA512 
f6f0ea5332f707151873e7130d4275d584a77d764b4d79e02602b777a67be4e0c02562a31b0cd988490ab89069fb01e7d589e8cd21838988dfabf7b774d79153

diff --git a/x11-misc/xtscal/metadata.xml b/x11-misc/xtscal/metadata.xml
deleted file mode 100644
index c7b47913b66..000
--- a/x11-misc/xtscal/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-
-   embed...@gentoo.org
-   Embedded Gentoo
-
-

diff --git a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild 
b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild
deleted file mode 100644
index 9e5d711c4ad..000
--- a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Touchscreen calibration utility"
-HOMEPAGE="http://gpe.linuxtogo.org/;
-SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 
mirror://gentoo/xtscal-0.6.3-patches-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-libs/libXCalibrate
-   x11-libs/libXft
-   x11-proto/xcalibrateproto"
-
-src_prepare() {
-   epatch "${WORKDIR}"/patch/*.patch
-   eautoreconf
-}
-
-src_install() {
-   dobin xtscal
-}



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

2018-03-10 Thread Matt Turner
commit: a91493433e58c46efd5cb3042423ecf8e848067c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:13:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9149343

x11-libs/libXfontcache: Remove

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

 x11-libs/libXfontcache/Manifest  |  1 -
 x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild | 15 ---
 x11-libs/libXfontcache/metadata.xml  |  8 
 3 files changed, 24 deletions(-)

diff --git a/x11-libs/libXfontcache/Manifest b/x11-libs/libXfontcache/Manifest
deleted file mode 100644
index f2ab98e3e5b..000
--- a/x11-libs/libXfontcache/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libXfontcache-1.0.5.tar.bz2 240293 BLAKE2B 
e27b5285cc7891d458c7169ddc0d6103792df77865e7b444f9555b6b90b0e0a3074eebfa48645011bb41925d235750b1189074852c252c2c241a5a0d266c92a8
 SHA512 
cd11231b95d3d3be9deb82e61506e58281150d743b07d05716aa627ab31005cf0f963ef2b96eafc65c4a0438f7ff93cdfab25022a05961ea1ff184d47c131310

diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild 
b/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild
deleted file mode 100644
index 146320862e8..000
--- a/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org Xfontcache library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-proto/fontcacheproto"
-DEPEND="${RDEPEND}"

diff --git a/x11-libs/libXfontcache/metadata.xml 
b/x11-libs/libXfontcache/metadata.xml
deleted file mode 100644
index e943b72b8a4..000
--- a/x11-libs/libXfontcache/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-



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

2018-03-10 Thread Matt Turner
commit: 50304fca3c3078c4f7da94bafadfb22ea3ac3792
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:15:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50304fca

profiles: Remove mask entires for deleted X11 packages

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d11c2fc76ee..4b9a686d5e4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,16 +282,6 @@ app-crypt/monkeysign
 =sys-firmware/intel-microcode-20180108
 =sys-firmware/intel-microcode-20180108-r1
 
-# Matt Turner  (06 Feb 2018)
-# Dead and unused
-# Masked for removal in 30 days. Bug #646838
-x11-libs/libXCalibrate
-x11-libs/libXfontcache
-x11-misc/xtscal
-x11-proto/fontcacheproto
-x11-proto/xcalibrateproto
-x11-proto/xf86rushproto
-
 # Tim Harder  (05 Feb 2018)
 # Unmaintained, replaced by newsboat fork.
 # Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: x11-proto/fontcacheproto/

2018-03-10 Thread Matt Turner
commit: ccf289a0ee42c3a50adda942348dc2acf22eb619
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:14:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf289a0

x11-proto/fontcacheproto: Remove

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

 x11-proto/fontcacheproto/Manifest|  1 -
 x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild | 13 -
 x11-proto/fontcacheproto/metadata.xml|  8 
 3 files changed, 22 deletions(-)

diff --git a/x11-proto/fontcacheproto/Manifest 
b/x11-proto/fontcacheproto/Manifest
deleted file mode 100644
index aa67741f4ca..000
--- a/x11-proto/fontcacheproto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fontcacheproto-0.1.3.tar.bz2 84470 BLAKE2B 
ebdbbfe433a7d11059607436c7d27ba4d0652e6ce90a4a6b77e2bf8268063f0391f956450146c05982d6640c8ef9120c30bb185cb66ad2ad567b36bed18d3b86
 SHA512 
f9ae358c2e5f8bfc81dd4e62528ada3c0dc05c01abd614e8821e661723f070013fa9ba50560e7f45de254dcab148947b9ffb0d696f6f8265b8878aa341dfbe04

diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild 
b/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild
deleted file mode 100644
index c2d4ff880cd..000
--- a/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org Fontcache protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/x11-proto/fontcacheproto/metadata.xml 
b/x11-proto/fontcacheproto/metadata.xml
deleted file mode 100644
index e943b72b8a4..000
--- a/x11-proto/fontcacheproto/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcalibrateproto/

2018-03-10 Thread Matt Turner
commit: a86daf7b8184dc2c1d33cf0edbf9c20004a479a8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:14:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86daf7b

x11-proto/xcalibrateproto: Remove

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

 x11-proto/xcalibrateproto/Manifest   |  1 -
 x11-proto/xcalibrateproto/metadata.xml   | 12 
 .../xcalibrateproto-0.1_pre20081210.ebuild   | 20 
 3 files changed, 33 deletions(-)

diff --git a/x11-proto/xcalibrateproto/Manifest 
b/x11-proto/xcalibrateproto/Manifest
deleted file mode 100644
index b9cace8f7de..000
--- a/x11-proto/xcalibrateproto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST calibrateproto-20081210.tar.bz2 2457 BLAKE2B 
9e4bf0cb6908deb4ead1ccb1f9a2358d8ad80ceffb261529c098c21ae0945e2eec3f709d8d94a2f24e461d4daf2cebaf1a165d1ba67c032773dde317e6915364
 SHA512 
be00ff957050ac10659795a3736e308800a1fa26857feb9f6dcfde822888eec7cf921d0106a6a83a511a36eb6fb031275b34949b041e06c4999c24aa77c87491

diff --git a/x11-proto/xcalibrateproto/metadata.xml 
b/x11-proto/xcalibrateproto/metadata.xml
deleted file mode 100644
index c7b47913b66..000
--- a/x11-proto/xcalibrateproto/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-
-   embed...@gentoo.org
-   Embedded Gentoo
-
-

diff --git a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild 
b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
deleted file mode 100644
index 68e76adbb49..000
--- a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${PN/x/}-${PV#*_pre}"
-XORG_EAUTORECONF="yes"
-inherit xorg-2
-
-DESCRIPTION="Touchscreen calibration protocol"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xf86rushproto/

2018-03-10 Thread Matt Turner
commit: 5bd3eeaa5d388835ab968561f4e27c81f1988fc1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:14:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd3eeaa

x11-proto/xf86rushproto: Remove

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

 x11-proto/xf86rushproto/Manifest  |  1 -
 x11-proto/xf86rushproto/metadata.xml  |  8 
 x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild | 10 --
 3 files changed, 19 deletions(-)

diff --git a/x11-proto/xf86rushproto/Manifest b/x11-proto/xf86rushproto/Manifest
deleted file mode 100644
index 7630a18db11..000
--- a/x11-proto/xf86rushproto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xf86rushproto-1.1.2.tar.bz2 37695 BLAKE2B 
f84a33b8167ba7e2eed7b783b2cd641cd4b37903793b3faa91cf57e979b3b6b880e04270e7161cb2a6be2312c18f57287e1cc8211658872d695600f8534378e2
 SHA512 
d92f7b8d40188fee1f0cbcb759aff46dd482b367b0519e103fc912b7a5d80d8c626eb2fa9d1f64a2563c13cba2d2ba4e9de3dae3fda7d5ae78bbf5d029dc8a60

diff --git a/x11-proto/xf86rushproto/metadata.xml 
b/x11-proto/xf86rushproto/metadata.xml
deleted file mode 100644
index e943b72b8a4..000
--- a/x11-proto/xf86rushproto/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-

diff --git a/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild 
b/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild
deleted file mode 100644
index f5b52c416c1..000
--- a/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org XF86Rush protocol headers"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
-IUSE=""



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

2018-03-10 Thread Matt Turner
commit: e65a83b672c6590fc7c1b27b66922f5b56b45ce5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 06:12:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 06:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65a83b6

x11-libs/libXCalibrate: Remove

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

 x11-libs/libXCalibrate/Manifest|  1 -
 .../libXCalibrate-0.1_pre20081207-r1.ebuild| 27 --
 x11-libs/libXCalibrate/metadata.xml| 12 --
 3 files changed, 40 deletions(-)

diff --git a/x11-libs/libXCalibrate/Manifest b/x11-libs/libXCalibrate/Manifest
deleted file mode 100644
index 5346aee0017..000
--- a/x11-libs/libXCalibrate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libXCalibrate-20081207.tar.bz2 16962 BLAKE2B 
4cb19a69e8b7ce55db6bdb699e82a1ab4bc36deb45683ee0a2b63750b6597e0d51ef985ee264bf52c067fbb1a61afe0af6fdabd2fb05173867567eecc126
 SHA512 
c41f484cbaccb8bffdbf9185d861495cb62b8e03f2b1fbd9f611394063bcfd3a8bd832cedc69861dac9a943e5dbc49d0f41423baa25a51516adbdae840eecaba

diff --git a/x11-libs/libXCalibrate/libXCalibrate-0.1_pre20081207-r1.ebuild 
b/x11-libs/libXCalibrate/libXCalibrate-0.1_pre20081207-r1.ebuild
deleted file mode 100644
index 31be01dc1b1..000
--- a/x11-libs/libXCalibrate/libXCalibrate-0.1_pre20081207-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-XORG_EAUTORECONF=yes
-
-inherit xorg-2
-
-MY_PV=${PV#*_pre}
-
-DESCRIPTION="X.Org Calibrate client-side protocol library"
-SRC_URI="mirror://gentoo/${PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xcalibrateproto
-   x11-proto/xextproto"
-
-S=${WORKDIR}/${PN}

diff --git a/x11-libs/libXCalibrate/metadata.xml 
b/x11-libs/libXCalibrate/metadata.xml
deleted file mode 100644
index c7b47913b66..000
--- a/x11-libs/libXCalibrate/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-
-   embed...@gentoo.org
-   Embedded Gentoo
-
-



[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2018-03-10 Thread Matt Turner
commit: 92e85fa2dcd72ee10ebef6b489d427608d237007
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:29:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:29:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e85fa2

net-fs/nfs-utils-2.3.1-r2: hppa stable, bug 615396

 net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
index 8162f181f05..eba1ec16fe9 100644
--- a/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.3.1-r2.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" = *_rc* ]] ; then
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 else
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 fi
 
 LICENSE="GPL-2"



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

2018-03-10 Thread Matt Turner
commit: 1a6b3dcc699fabc24852da922db189767c094430
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:32:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6b3dcc

sys-process/time-1.7.2: hppa stable, bug 643016

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

diff --git a/sys-process/time/time-1.7.2.ebuild 
b/sys-process/time/time-1.7.2.ebuild
index 9fde22bd4f1..f52925eb25d 100644
--- a/sys-process/time/time-1.7.2.ebuild
+++ b/sys-process/time/time-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



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

2018-03-10 Thread Matt Turner
commit: 3fff81b43161f5fc05f3b7a53bad36166e84488c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:58:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:58:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fff81b4

sys-devel/distcc-3.2_rc1-r5: added ~hppa, bug 643082

 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
index f023eaf67f6..7ee0b1b96e8 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86"
 IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"
 
 RESTRICT="test"



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

2018-03-10 Thread Matt Turner
commit: 55decd44d9a078b15629cefd62bfa7cf64d500ff
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:58:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:58:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55decd44

sys-devel/icecream-1.0.0-r2: added ~hppa, bug 643082

 sys-devel/icecream/icecream-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild 
b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
index 68485a1e7f5..6cef8bb2f8e 100644
--- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild
+++ b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="



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

2018-03-10 Thread Matt Turner
commit: b45a57b4d38d9bebacc0f0ae48efafa436cf98fc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:58:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:58:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45a57b4

dev-util/ccache-3.3.4-r1: added ~hppa, bug 643082

 dev-util/ccache/ccache-3.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild 
b/dev-util/ccache/ccache-3.3.4-r1.ebuild
index 158eb5f1469..7d0c0f6de84 100644
--- a/dev-util/ccache/ccache-3.3.4-r1.ebuild
+++ b/dev-util/ccache/ccache-3.3.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-fbsd"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



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

2018-03-10 Thread Matt Turner
commit: ffb272811ce01780fe79f578df9a7e1241b20430
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:28:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:28:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb27281

app-arch/tar-1.29-r3: hppa stable, bug 641484

 app-arch/tar/tar-1.29-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.29-r3.ebuild b/app-arch/tar/tar-1.29-r3.ebuild
index 88345083735..a509618d212 100644
--- a/app-arch/tar/tar-1.29-r3.ebuild
+++ b/app-arch/tar/tar-1.29-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-03-10 Thread Matt Turner
commit: 4670d26366fb5ba8be7421fc225561c04d4f10d8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:58:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:58:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4670d263

dev-util/shadowman-2: added ~hppa, bug 643082

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

diff --git a/dev-util/shadowman/shadowman-2.ebuild 
b/dev-util/shadowman/shadowman-2.ebuild
index b13b0bcc36b..bbc7760a8b6 100644
--- a/dev-util/shadowman/shadowman-2.ebuild
+++ b/dev-util/shadowman/shadowman-2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="app-admin/eselect"



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

2018-03-10 Thread Matt Turner
commit: 2f503b1a5183aba09972cde72edb6a97af8b53ab
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:16:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:16:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f503b1a

sys-apps/portage-2.3.24-r1: hppa stable, bug 650060

 sys-apps/portage/portage-2.3.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.24-r1.ebuild 
b/sys-apps/portage/portage-2.3.24-r1.ebuild
index cc236237718..91f70d15157 100644
--- a/sys-apps/portage/portage-2.3.24-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.24-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions rsync-verify selinux 
xattr"
 



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

2018-03-10 Thread Matt Turner
commit: f67df3eaed6783f77ab7e5768457e31a3ddbbc04
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:19:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:19:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67df3ea

net-libs/libnfsidmap-0.25-r1: hppa stable, bug 648400

 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
index 57fc3127c9b..5096ef44480 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
 IUSE="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2018-03-10 Thread Matt Turner
commit: 46b3df8f2ccf11a6b205d11e27376d4a12f7c24b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:17:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:17:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b3df8f

dev-perl/libintl-perl-1.240.0-r2: hppa stable, bug 621642

 dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
index c046936f0bf..aa2da1b0e93 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl 
${HOMEPAGE}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/libintl"



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

2018-03-10 Thread Matt Turner
commit: 2d8544998fa138566fe6438220e16a6eeb17c6ec
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:20:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:20:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d854499

net-misc/dhcp-4.3.6_p1: hppa stable, bug 649010

 net-misc/dhcp/dhcp-4.3.6_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild 
b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
index bcadccf48ac..cd7650e8bb8 100644
--- a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
+++ b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
 
 LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-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"
 IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax"
 
 DEPEND="



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

2018-03-10 Thread Matt Turner
commit: a44b6cd4791658360867889970c4ec4c1d9c5c2b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:10:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:10:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44b6cd4

app-editors/vim-8.0.1298: hppa stable, bug 639710

 app-editors/vim/vim-8.0.1298.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.0.1298.ebuild 
b/app-editors/vim/vim-8.0.1298.ebuild
index fa71bf4e6f5..3b1ca501115 100644
--- a/app-editors/vim/vim-8.0.1298.ebuild
+++ b/app-editors/vim/vim-8.0.1298.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"



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

2018-03-10 Thread Matt Turner
commit: bbef333ef583328bb3bab27c899be6d4d90e7ca7
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 05:10:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 05:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbef333e

app-editors/vim-core-8.0.1298: hppa stable, bug 639710

 app-editors/vim-core/vim-core-8.0.1298.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.0.1298.ebuild 
b/app-editors/vim-core/vim-core-8.0.1298.ebuild
index 21e2c3b1634..fee41423502 100644
--- a/app-editors/vim-core/vim-core-8.0.1298.ebuild
+++ b/app-editors/vim-core/vim-core-8.0.1298.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"



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

2018-03-10 Thread Matt Turner
commit: bb8bbcdd8378566027f9135ec84f0ce2b46bba59
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 04:44:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 04:44:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8bbcdd

dev-util/cmdtest-0.30: added ~hppa, bug 530672

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

diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild 
b/dev-util/cmdtest/cmdtest-0.30.ebuild
index fa1e19245ea..d46c90b08c1 100644
--- a/dev-util/cmdtest/cmdtest-0.30.ebuild
+++ b/dev-util/cmdtest/cmdtest-0.30.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 
 RDEPEND="
dev-python/cliapp[${PYTHON_USEDEP}]



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

2018-03-10 Thread Anthony G. Basile
commit: cbbe96bd3260884fa279fab4e8c3ff3e9918e33f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Mar 11 04:29:29 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 11 04:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbe96bd

dev-libs/isl: Call preserve_old_lib() to fix upgrade path.

Closes: https://bugs.gentoo.org/650164

 dev-libs/isl/isl-0.19.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-libs/isl/isl-0.19.ebuild b/dev-libs/isl/isl-0.19.ebuild
index f0dde9963d8..2aba0579285 100644
--- a/dev-libs/isl/isl-0.19.ebuild
+++ b/dev-libs/isl/isl-0.19.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit eutils multilib-minimal
+inherit eutils multilib-minimal preserve-libs
 
 DESCRIPTION="A library for manipulating integer points bounded by linear 
constraints"
 HOMEPAGE="http://isl.gforge.inria.fr/;
@@ -37,3 +37,15 @@ multilib_src_install_all() {
einstalldocs
prune_libtool_files
 }
+
+pkg_preinst() {
+   preserve_old_lib \
+   /usr/$(get_libdir)/libisl$(get_libname 14) \
+   /usr/$(get_libdir)/libisl$(get_libname 15)
+}
+
+pkg_postinst() {
+   preserve_old_lib_notify \
+   /usr/$(get_libdir)/libisl$(get_libname 14) \
+   /usr/$(get_libdir)/libisl$(get_libname 15)
+}



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

2018-03-10 Thread Mike Gilbert
commit: 208664c8fc8d374e5aefae4f50cf88f87ae67ff7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 11 03:26:10 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 11 03:26:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208664c8

sys-apps/systemd: fix file collisions with sysv-utils disabled

Closes: https://bugs.gentoo.org/650160
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 .../systemd/{systemd-238.ebuild => systemd-238-r1.ebuild}  | 14 --
 sys-apps/systemd/systemd-.ebuild   | 14 --
 2 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/sys-apps/systemd/systemd-238.ebuild 
b/sys-apps/systemd/systemd-238-r1.ebuild
similarity index 97%
rename from sys-apps/systemd/systemd-238.ebuild
rename to sys-apps/systemd/systemd-238-r1.ebuild
index 00e28112485..d32d1e9d3d3 100644
--- a/sys-apps/systemd/systemd-238.ebuild
+++ b/sys-apps/systemd/systemd-238-r1.ebuild
@@ -302,17 +302,11 @@ multilib_src_install_all() {
einstalldocs
dodoc "${FILESDIR}"/nsswitch.conf
 
-   if use sysv-utils; then
-   local app
-   for app in halt poweroff reboot runlevel shutdown telinit; do
-   dosym ../bin/systemctl /sbin/${app}
-   done
-   dosym ../lib/systemd/systemd /sbin/init
-   else
-   # we just keep sysvinit tools, so no need for the mans
-   rm 
"${ED%/}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 
\
-   || die
+   if ! use sysv-utils; then
+   rm 
"${ED%/}"/sbin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit} || die
+   rmdir "${ED%/}"/sbin || die
rm "${ED%/}"/usr/share/man/man1/init.1 || die
+   rm 
"${ED%/}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 
|| die
fi
 
# Preserve empty dirs in /etc & /var, bug #437008

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 60dd1f8efd1..6c34c1b92a0 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -300,17 +300,11 @@ multilib_src_install_all() {
einstalldocs
dodoc "${FILESDIR}"/nsswitch.conf
 
-   if use sysv-utils; then
-   local app
-   for app in halt poweroff reboot runlevel shutdown telinit; do
-   dosym ../bin/systemctl /sbin/${app}
-   done
-   dosym ../lib/systemd/systemd /sbin/init
-   else
-   # we just keep sysvinit tools, so no need for the mans
-   rm 
"${ED%/}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 
\
-   || die
+   if ! use sysv-utils; then
+   rm 
"${ED%/}"/sbin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit} || die
+   rmdir "${ED%/}"/sbin || die
rm "${ED%/}"/usr/share/man/man1/init.1 || die
+   rm 
"${ED%/}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 
|| die
fi
 
# Preserve empty dirs in /etc & /var, bug #437008



[gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/

2018-03-10 Thread Michael Palimaka
commit: 592f387c8b1ad2567884d875e8e906fbd91d20f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 11 02:34:28 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 02:34:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f387c

net-irc/unrealircd: version bump 4.0.17

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-irc/unrealircd/Manifest |   1 +
 net-irc/unrealircd/unrealircd-4.0.17.ebuild | 250 
 2 files changed, 251 insertions(+)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 4c9235b5404..fd9ff1973e2 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,2 +1,3 @@
 DIST Unreal3.2.10.7.tar.gz 3539026 BLAKE2B 
a61fcd7cd4329c6b0991219a331482ca84aecfa37638762aa1c20166ab2ce0d4facb2a51b2010a9dd2fbc32278de91acaf8fd209ce5b8a2d4232dce154880904
 SHA512 
7d5fd4729fdde56c6b3e38a93bc365857b5b4faf58cb39e844b43e87872623abc7527025247eeda8c8535576e2b1b8ef14d482c964ce940cafb5de77cc9e1667
 DIST unrealircd-4.0.12.tar.gz 5521686 BLAKE2B 
d55973387f58cabd80156e1113491adec623a56d83e0043dcd89457b00cc6519ab37459eb2c0a10176b5d5bb1518a81fa288bdea43f0e4b9303f629103c5ea1d
 SHA512 
3df18e07226673d7691f91f0f6c2129955523f1330519e5cada7989c8987382d78770c95837d520737796cf4fa84f1de3eb0f08ef017c5c56f775cf45420
+DIST unrealircd-4.0.17.tar.gz 5325068 BLAKE2B 
d6d1c05234ee5921e65e0a7a4223152bd729878a5d8b40dfb4b1b2d066a891564b8cd66097e03a8a47f84878aeeadb7356ff222dd4d8efece69a9f1df5fe3542
 SHA512 
e02684ba7b61747f6d0edb8105c3d9cb1f383c79b9ff563b374fefe1ed5224c168d8f9e3e482a122acd7a2af12ee8595812e4c46654e651cde7115656fb3d36e

diff --git a/net-irc/unrealircd/unrealircd-4.0.17.ebuild 
b/net-irc/unrealircd/unrealircd-4.0.17.ebuild
new file mode 100644
index 000..fd9b43877ff
--- /dev/null
+++ b/net-irc/unrealircd/unrealircd-4.0.17.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+SSL_CERT_MANDATORY=1
+inherit ssl-cert versionator user
+
+DESCRIPTION="An advanced Internet Relay Chat daemon"
+HOMEPAGE="https://www.unrealircd.org/;
+SRC_URI="https://www.unrealircd.org/${PN}$(get_version_component_range 
1)/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux"
+IUSE="class-nofakelag curl +extban-stacking +operoverride operoverride-verify 
+prefixaq
+   showlistmodes shunnotices topicisnuhost +usermod"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   dev-libs/libpcre2
+   dev-libs/tre
+   >=net-dns/c-ares-1.7:=
+   sys-libs/zlib
+   curl? ( net-misc/curl[adns] )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+DOCS=( 
doc/{Authors,Donation,RELEASE-NOTES{,.old},tao.of.irc,technical/,translations.txt}
 )
+
+pkg_pretend() {
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   version_is_at_least 4 "${v}" && continue
+   ewarn "The configuration file format has changed since ${v}."
+   ewarn "Please be prepared to manually update them and visit:"
+   ewarn "https://www.unrealircd.org/docs/Upgrading_from_3.2.x;
+   break
+   done
+}
+
+pkg_setup() {
+   enewuser unrealircd
+}
+
+src_prepare() {
+   # QA check against bundled pkgs
+   rm -r extras || die
+
+   if use class-nofakelag; then
+   sed -i -e 's:#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
+   fi
+
+   # By default looks in /etc/unrealircd/ssl/curl-ca-bundle.crt. Fix
+   # that to look for ca-certificates-provided file instead. %s is
+   # CONFDIR. #618066
+   sed -i -e 
's:%s/ssl/curl-ca-bundle.crt:%s/../ssl/certs/ca-certificates.crt:' src/s_conf.c 
|| die
+
+   eapply_user
+}
+
+src_configure() {
+   # Default value for privatelibdir adds a build path to -Wl,-rpath.
+   econf \
+   --with-bindir="${EPREFIX}"/usr/bin \
+   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
+   --with-confdir="${EPREFIX}"/etc/${PN} \
+   --with-datadir="${EPREFIX}"/var/lib/${PN} \
+   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --with-logdir="${EPREFIX}"/var/log/${PN} \
+   
--with-modulesdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \
+   --without-privatelibdir \
+   --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
+   --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
+   --with-nick-history=2000 \
+   --with-sendq=300 \
+   --with-permissions=0640 \
+   --with-fd-setsize=1024 \
+   --with-system-cares \
+   --with-system-pcre2 \
+   --with-system-tre \
+   --enable-dynamic-linking \
+   --enable-ssl="${EPREFIX}"/usr \
+   $(use_enable curl libcurl "${EPREFIX}"/usr) \

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

2018-03-10 Thread Thomas Deutschmann
commit: 40e1b04e06ed609cd0dfd01f1c3cc4d3226326e9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:09:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e1b04e

net-misc/ipsorcery: x86 stable (bug #648372)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild 
b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
index 21d2e184dab..8771173f252 100644
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
+++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2018-03-10 Thread Thomas Deutschmann
commit: 5c0606bb26b09c96bff21f05795a7f802c7d1716
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:10:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0606bb

dev-games/openscenegraph: x86 stable (bug #649688)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index 9ed851d257c..f501458 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz;
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 x86"
 IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer gtk 
jpeg
 jpeg2k las libav lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff
 truetype vnc wxwidgets xine xrandr zlib"



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2018-03-10 Thread Thomas Deutschmann
commit: d999fe7e3d42b1306f635ed87a178d8033e30b02
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:06:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d999fe7e

net-mail/cyrus-imapd: x86 stable (bug #649996)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild
index 13ed85c3a1d..41ed463d0e0 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
 
 LICENSE="BSD-with-attribution"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sphinx sqlite ssl static-libs tcpd test xapian"



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

2018-03-10 Thread Thomas Deutschmann
commit: 4fee81cffb8166c68442e451dad4e0d06baf118d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:11:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee81cf

sys-apps/paludis: x86 stable (bug #643056)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
index f2a2976a3d9..6e9bec6bc7b 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
 IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/

2018-03-10 Thread Thomas Deutschmann
commit: a1e004a2304a8a1bca4a13c9c471e4a1f564f06f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:08:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e004a2

dev-java/icedtea-bin: x86 stable (bug #649968)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-java/icedtea-bin/icedtea-bin-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.7.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.7.0.ebuild
index 1843f79dd46..fd55761a25f 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.7.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.7.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Don't block arm. See bug #600134.
 #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} )
-KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86"
 
 inherit java-vm-2 multilib-build toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2018-03-10 Thread Thomas Deutschmann
commit: ab8b06e79fee8410991cf772bd5a0aa225cda533
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:15:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b06e7

net-dialup/xl2tpd: x86 stable (bug #649884)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild
index 32fb054177d..230098c14a5 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
 IUSE="dnsretry"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-03-10 Thread Thomas Deutschmann
commit: 9417b9e611482c791d7d740c68e251433cffe0d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:15:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9417b9e6

x11-misc/xosview: x86 stable (bug #649856)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/xosview/xosview-1.20-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index f342c4311c8..ca6458b56c7 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



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

2018-03-10 Thread Thomas Deutschmann
commit: d54f595c52bbcf564dbe2caca95e00dba65fe53f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:09:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54f595c

dev-libs/libgit2: x86 stable (bug #649984)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-libs/libgit2/libgit2-0.26.2.ebuild 
b/dev-libs/libgit2/libgit2-0.26.2.ebuild
index 91ef9bb9412..46749043768 100644
--- a/dev-libs/libgit2/libgit2-0.26.2.ebuild
+++ b/dev-libs/libgit2/libgit2-0.26.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/

2018-03-10 Thread Thomas Deutschmann
commit: f666e5930ca7fa85a593ec70bccc69a93622e695
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:14:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666e593

net-p2p/transmission: x86 stable (bug #644406)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/transmission/transmission-2.93.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/transmission/transmission-2.93.ebuild 
b/net-p2p/transmission/transmission-2.93.ebuild
index f4d38bcde3f..a28f3c6a22a 100644
--- a/net-p2p/transmission/transmission-2.93.ebuild
+++ b/net-p2p/transmission/transmission-2.93.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.t
 LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
 SLOT=0
 IUSE="ayatana gtk libressl lightweight systemd qt5 xfs"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 
 RDEPEND=">=dev-libs/libevent-2.0.10:=
!libressl? ( dev-libs/openssl:0= )



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

2018-03-10 Thread Thomas Deutschmann
commit: 16dc01dd10692b33ef6cc7d6d6b7e591fb93d2c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:13:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dc01dd

sys-apps/portage: x86 stable (bug #650060)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/portage/portage-2.3.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.24-r1.ebuild 
b/sys-apps/portage/portage-2.3.24-r1.ebuild
index 5ae50b68d9d..cc236237718 100644
--- a/sys-apps/portage/portage-2.3.24-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.24-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions rsync-verify selinux 
xattr"
 



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

2018-03-10 Thread Thomas Deutschmann
commit: c4eb258c94a0ac9942227a202c1383f32027a830
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:07:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4eb258c

app-editors/emacs: x86 stable (bug #649910)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs/emacs-25.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-25.3-r3.ebuild 
b/app-editors/emacs/emacs-25.3-r3.ebuild
index b6a41e50068..8be28d21098 100644
--- a/app-editors/emacs/emacs-25.3-r3.ebuild
+++ b/app-editors/emacs/emacs-25.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/

2018-03-10 Thread Thomas Deutschmann
commit: 19a363e10ef0cc0d2cff87a7eb8a2080ee258132
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:14:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a363e1

mail-filter/spamassassin: x86 stable (bug #649822)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-filter/spamassassin/spamassassin-3.4.1-r20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r20.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r20.ebuild
index 16109c5a2f0..408d0456c73 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r20.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r20.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
 
 # The Makefile.PL script checks for dependencies, but only fails if a



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

2018-03-10 Thread Tim Harder
commit: f8e1793b71a8e554e89660c3bfcfeeb093df2258
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar  9 20:01:15 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 11 02:05:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e1793b

dev-python/polib: remove old

 dev-python/polib/Manifest   |  1 -
 dev-python/polib/polib-1.0.4.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/polib/Manifest b/dev-python/polib/Manifest
index 34f53c7909d..14efa1d4ec5 100644
--- a/dev-python/polib/Manifest
+++ b/dev-python/polib/Manifest
@@ -1,3 +1,2 @@
-DIST polib-1.0.4.tar.gz 151634 BLAKE2B 
d0f28ae50e1c082f695867da2b65721d161b9df56b4978feda59388b20fee3c3a060438aac0f1f08420d5133d1b5425715a3c0cb00dffe0e7515d642e287d2cf
 SHA512 
a38d57acdaded0371be83825a28f14f178aebdbc0435724f33eebda109adb2b8210e33659ebec88d2d9e98aa60c482d7f8a958ec18f6769fda7a2fb14edd2744
 DIST polib-1.0.7.tar.gz 156282 BLAKE2B 
4d4a9f9901fe7b7b7aa5fc54b9391e051b8d02d1749752e1c9a563d9285670db5d43d7c5015fe266f78c89d1ff7a334bd2afe2d7d8b68fb376df35f8902cb0ed
 SHA512 
bfec3538f9ab499ff2149bb40e0685b4cb6d5f0bc7ce8dc33e1fc511a6169e01c1a317e652daed7b3bfd9bbfe6ee1d545b4d8913f54e91504c4debb5b1b94b6e
 DIST polib-1.1.0.tar.gz 158484 BLAKE2B 
41766f00e3928eacf3c98406b6acce224f0d0cb44d79326c834db900ed8b91181911ab7e26845a737057dd07c067a784d0b06278952708c17888db42d8c1e303
 SHA512 
74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f

diff --git a/dev-python/polib/polib-1.0.4.ebuild 
b/dev-python/polib/polib-1.0.4.ebuild
deleted file mode 100644
index dd0fc2c7f09..000
--- a/dev-python/polib/polib-1.0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to manipulate gettext files (.po and .mo files)"
-HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home;
-SRC_URI="https://www.bitbucket.org/izi/polib/downloads/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx )
-"
-
-python_compile_all() {
-   if use doc; then
-   cd docs || die
-   emake html
-   fi
-}
-
-python_test() {
-   python tests/tests.py || die
-}
-
-python_install_all() {
-   local DOCS="CHANGELOG README.rst"
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2018-03-10 Thread Tim Harder
commit: f0c867ddc8ce438e8da68b200b69ffb372f0ade1
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar  9 19:59:36 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 11 02:05:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c867dd

dev-python/polib: version bump to 1.1.0

 dev-python/polib/Manifest   |  1 +
 dev-python/polib/polib-1.1.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/polib/Manifest b/dev-python/polib/Manifest
index bb909a56294..34f53c7909d 100644
--- a/dev-python/polib/Manifest
+++ b/dev-python/polib/Manifest
@@ -1,2 +1,3 @@
 DIST polib-1.0.4.tar.gz 151634 BLAKE2B 
d0f28ae50e1c082f695867da2b65721d161b9df56b4978feda59388b20fee3c3a060438aac0f1f08420d5133d1b5425715a3c0cb00dffe0e7515d642e287d2cf
 SHA512 
a38d57acdaded0371be83825a28f14f178aebdbc0435724f33eebda109adb2b8210e33659ebec88d2d9e98aa60c482d7f8a958ec18f6769fda7a2fb14edd2744
 DIST polib-1.0.7.tar.gz 156282 BLAKE2B 
4d4a9f9901fe7b7b7aa5fc54b9391e051b8d02d1749752e1c9a563d9285670db5d43d7c5015fe266f78c89d1ff7a334bd2afe2d7d8b68fb376df35f8902cb0ed
 SHA512 
bfec3538f9ab499ff2149bb40e0685b4cb6d5f0bc7ce8dc33e1fc511a6169e01c1a317e652daed7b3bfd9bbfe6ee1d545b4d8913f54e91504c4debb5b1b94b6e
+DIST polib-1.1.0.tar.gz 158484 BLAKE2B 
41766f00e3928eacf3c98406b6acce224f0d0cb44d79326c834db900ed8b91181911ab7e26845a737057dd07c067a784d0b06278952708c17888db42d8c1e303
 SHA512 
74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f

diff --git a/dev-python/polib/polib-1.1.0.ebuild 
b/dev-python/polib/polib-1.1.0.ebuild
new file mode 100644
index 000..ae58824f7b1
--- /dev/null
+++ b/dev-python/polib/polib-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to manipulate gettext files (.po and .mo files)"
+HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" tests/tests.py || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-03-10 Thread Matt Turner
commit: 3e451ddc14c80fe350e4173ebbd0718ab4304b20
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:45:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:46:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e451ddc

profiles/arch/hppa: Mask USE=dmraid

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index aaeb6258c96..9ffd0fb7216 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matt Turner  (10 Mar 2018)
+# sys-fs/dmraid has not been tested on HPPA
+dmraid
+
 # James Le Cuirot  (29 Jun 2017)
 # Unmask as this profile is big endian.
 -big-endian



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

2018-03-10 Thread Matt Turner
commit: ee317446067ab77f9701d08926227271b8c4a25c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:45:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:46:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee317446

profiles/arch/hppa: Mask USE=iscsi

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 5ac4ed6d6ea..40fb7091c90 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matt Turner  (10 Mar 2018)
+# sys-block/open-iscsi has not been tested on HPPA
+iscsi
+
 # Matt Turner  (10 Mar 2018)
 # sys-boot/plymouth has not been tested on HPPA
 plymouth



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

2018-03-10 Thread Matt Turner
commit: 1fb4a19dd847a5bd4fa48fc4273ac05e95ff7d18
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:45:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:46:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb4a19d

profiles/arch/hppa: Mask USE=plymouth

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 9ffd0fb7216..5ac4ed6d6ea 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matt Turner  (10 Mar 2018)
+# sys-boot/plymouth has not been tested on HPPA
+plymouth
+
 # Matt Turner  (10 Mar 2018)
 # sys-fs/dmraid has not been tested on HPPA
 dmraid



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

2018-03-10 Thread Andrey Utkin
commit: 75a993727d67848cc995d05705803dd529e2a770
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sun Mar 11 01:27:23 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Sun Mar 11 01:30:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a99372

profiles: prefix/darwin/macos: unmask appkit USE flag of ffmpeg

Apple AppKit is available on macOS 10.0 and later, so it applies to all
existing sub-profiles.

Bug: https://bugs.gentoo.org/637482
Suggested-by: Alexis Ballier  gentoo.org>
Cc: prefix  gentoo.org
Cc: media-video  gentoo.org
Acked-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/package.use.mask | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/darwin/macos/package.use.mask 
b/profiles/prefix/darwin/macos/package.use.mask
index cd0aa4ef5db..095bcbda726 100644
--- a/profiles/prefix/darwin/macos/package.use.mask
+++ b/profiles/prefix/darwin/macos/package.use.mask
@@ -1,6 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrey Utkin  (11 Mar 2018)
+# This flag can be sensibly enabled only on macos
+# hence it is masked in base profile. Bug #637482
+media-video/ffmpeg -appkit
+
 # James Le Cuirot  (29 Jul 2015)
 # JavaFX is included on Mac OS. I think a browser plugin is too but as
 # libjvm rather than libnpjp2 like on Linux so keep nsplugin masked.



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

2018-03-10 Thread Matt Turner
commit: 23cacde1e36bbd1c5fe5471fcc7c7b66919cc83f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:18:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:18:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cacde1

app-arch/pigz-2.3.4: hppa stable

 app-arch/pigz/pigz-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild
index 575fbbfdcba..8ce1f35518a 100644
--- a/app-arch/pigz/pigz-2.3.4.ebuild
+++ b/app-arch/pigz/pigz-2.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
 IUSE="static symlink test"
 
 LIB_DEPEND="sys-libs/zlib[static-libs(+)]"



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

2018-03-10 Thread Matt Turner
commit: 7bf3f32927bb4de0d3467708147cfd0602b23e6e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:12:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:12:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf3f329

sys-apps/keyutils-1.5.9-r4: hppa stable, bug 643406

 sys-apps/keyutils/keyutils-1.5.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild 
b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
index 4b42896f732..d032a53dabd 100644
--- a/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
+++ b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static static-libs test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2018-03-10 Thread Matt Turner
commit: 2691a6a40713eefad13c29bbea192b390e79d8d2
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:04:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:04:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2691a6a4

app-shells/autojump-22.5.1: added ~hppa

 app-shells/autojump/autojump-22.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/autojump/autojump-22.5.1.ebuild 
b/app-shells/autojump/autojump-22.5.1.ebuild
index 6c2501ca72b..01c828b05a7 100644
--- a/app-shells/autojump/autojump-22.5.1.ebuild
+++ b/app-shells/autojump/autojump-22.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="ipython test"
 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel-next/

2018-03-10 Thread Matt Turner
commit: a013024513cdbb179e21da49bdbe1925bf3a870d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:04:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:04:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0130245

sys-kernel/genkernel-next-68: added ~hppa

 sys-kernel/genkernel-next/genkernel-next-68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-68.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-68.ebuild
index 6e1cfabce93..6c6dc85a4fb 100644
--- a/sys-kernel/genkernel-next/genkernel-next-68.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-68.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"



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

2018-03-10 Thread Matt Turner
commit: 0b01c5c194f6ce8a69f59a4f9ff609b30297bd5d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 01:04:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 01:04:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b01c5c1

app-admin/stow-2.2.2-r1: added ~hppa

 app-admin/stow/stow-2.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild 
b/app-admin/stow/stow-2.2.2-r1.ebuild
index 0b5bca7840f..bd7405804f2 100644
--- a/app-admin/stow/stow-2.2.2-r1.ebuild
+++ b/app-admin/stow/stow-2.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/stow/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="test"
 
 DEPEND="dev-lang/perl



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

2018-03-10 Thread Matt Thode
commit: dad95023ffdfbe4cd567bcb6347f3429b652befe
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 11 00:46:36 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar 11 00:46:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad95023

sys-cluster/swift: 2.17.0 stable amd64 and x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/swift/swift-2.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/swift/swift-2.17.0.ebuild 
b/sys-cluster/swift/swift-2.17.0.ebuild
index b7e5a59b1a2..9c09fe33ba4 100644
--- a/sys-cluster/swift/swift-2.17.0.ebuild
+++ b/sys-cluster/swift/swift-2.17.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="proxy account container object +memcached"
 REQUIRED_USE="|| ( proxy account container object )"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/lastfmplayer/files/, media-sound/lastfmplayer/

2018-03-10 Thread Michael Palimaka
commit: 56c3b6294bd8f45053443aef0f0abf54410f4791
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 11 00:36:15 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:36:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c3b629

media-sound/lastfmplayer: remove last rited package

Closes: https://bugs.gentoo.org/637014

 media-sound/lastfmplayer/Manifest  |   3 -
 .../files/lastfmplayer-1.5.4.27091-gcc47.patch |  50 
 .../files/lastfmplayer-1.5.4.27091-glib.h.patch|  16 ---
 .../files/lastfmplayer-extensions-path.patch   |  44 ---
 .../lastfmplayer-1.5.4.27091-r3.ebuild | 136 -
 media-sound/lastfmplayer/metadata.xml  |   8 --
 6 files changed, 257 deletions(-)

diff --git a/media-sound/lastfmplayer/Manifest 
b/media-sound/lastfmplayer/Manifest
deleted file mode 100644
index cc6768c30b9..000
--- a/media-sound/lastfmplayer/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dbusextension-2.0.tar.bz2 11101 BLAKE2B 
0d90822e77e87d95a55089a3f516e5bdb5735baf49121cb0b55b49d19752415806988bf72539c88683eafc034f1772f1a4315267156c033484e31a6cac2a482a
 SHA512 
f277a8e4452f2d80b93111ef956f54999881d44df6beaf4294a8dc9468c5f6c2660bbd34f7d363c0541e2f46078fd6ab311b6d30547f5369fe84be1045f849f8
-DIST lastfm-1.5.4.27091+dfsg.tar.gz 1480448 BLAKE2B 
2b5bebc00db132b80bbfa3d5076005d8e0b8fc0081495c676bf29c61d00e77a80aa3c865971f5de4c43733000770c9ea97d1140d4ce3e4e87d85737a5a9c8e20
 SHA512 
72506c942217973fc170c2f37bf3a91fbd6378e626d891913aefa6bf7fcfa96751e2fb7c048405d7f1aad18bc9121bf066afb78b1a2498172af59d03fd80493b
-DIST lastfm_1.5.4.27091+dfsg-2.debian.tar.gz 69004 BLAKE2B 
b89925107a83c31ada7a7fb170e6d8c058b64f0ae13ab4c54adb554098bbacd706d6f2d5ce0876492c275a96cfcb0c0fd6aae95fb88207a6f4a7153acc05ff50
 SHA512 
ef4f9995681f77ff8751d1d4d28bb68f5640b54f9646c79fafc53b3d20ba155b60baca29047ebe01f01919c89d2bfb1aeee573aa2946ac382c6de984eb81f923

diff --git 
a/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-gcc47.patch 
b/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-gcc47.patch
deleted file mode 100644
index 5a6009b2185..000
--- a/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-gcc47.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: Fix compilation with gcc 4.7
-Author: John Stamp 
-http://bugs.debian.org/667236
-https://bugs.gentoo.org/show_bug.cgi?id=423221
 a/src/libUnicorn/UnicornCommon.cpp
-+++ b/src/libUnicorn/UnicornCommon.cpp
-@@ -32,6 +32,8 @@
- #ifdef WIN32
- #include 
- #include 
-+#else
-+#include 
- #endif
- 
- using namespace std;
 a/src/lastfmapplication.cpp
-+++ b/src/lastfmapplication.cpp
-@@ -59,6 +59,8 @@
- 
- #ifdef WIN32
- #include 
-+#else
-+#include 
- #endif
- 
- #ifdef Q_WS_MAC
 a/src/libUnicorn/Settings.h
-+++ b/src/libUnicorn/Settings.h
-@@ -105,7 +105,7 @@
- public:
- MyQSettings( const UserSettings* const s )
- {
--beginGroup( s->username() );
-+this->beginGroup( s->username() );
- }
- };
- 
 a/src/playerlistener.cpp
-+++ b/src/playerlistener.cpp
-@@ -33,6 +33,10 @@
- #include 
- #include 
- 
-+#ifdef Q_OS_UNIX
-+#include 
-+#endif
-+
- using namespace std;
- 
- 

diff --git 
a/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-glib.h.patch 
b/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-glib.h.patch
deleted file mode 100644
index 146fd1b361b..000
--- a/media-sound/lastfmplayer/files/lastfmplayer-1.5.4.27091-glib.h.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/mediadevices/ipod/IpodDevice.cpp |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/mediadevices/ipod/IpodDevice.cpp 
b/src/mediadevices/ipod/IpodDevice.cpp
-index 3e40672..f3bad0e 100644
 a/src/mediadevices/ipod/IpodDevice.cpp
-+++ b/src/mediadevices/ipod/IpodDevice.cpp
-@@ -35,7 +35,7 @@
- extern "C"
- {
- #include 
--#include 
-+#include 
- }
- 
- #define TABLE_NAME "IpodDeviceTracks"

diff --git a/media-sound/lastfmplayer/files/lastfmplayer-extensions-path.patch 
b/media-sound/lastfmplayer/files/lastfmplayer-extensions-path.patch
deleted file mode 100644
index 6805dd0eb7e..000
--- a/media-sound/lastfmplayer/files/lastfmplayer-extensions-path.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: lastfm-1.5.4.27091+dfsg/definitions.pro.inc
-===
 lastfm-1.5.4.27091+dfsg.orig/definitions.pro.inc
-+++ lastfm-1.5.4.27091+dfsg/definitions.pro.inc
-@@ -10,7 +10,7 @@ CONFIG( service ) {
- CONFIG += plugin
- 
- win32: DESTDIR = $$BIN_DIR
--else:  DESTDIR = $$BIN_DIR/services
-+else:  DESTDIR = $$BIN_DIR/lastfm_services
- 
- TARGET = srv_$$TARGET
- }
-@@ -19,7 +19,7 @@ CONFIG( extension ) {
- CONFIG += plugin
- 
- win32: DESTDIR = $$BIN_DIR
--else:  DESTDIR = $$BIN_DIR/extensions
-+

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

2018-03-10 Thread Michael Palimaka
commit: 576470a3f28ef551c55515ff19b6afae1230ef9b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 11 00:36:30 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:36:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576470a3

profiles: drop mask for removed media-sound/lastfmplayer

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f78516269db..d11c2fc76ee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,11 +269,6 @@ media-gfx/qiviewer
 # Bug: #647352
 app-crypt/monkeysign
 
-# Michael Palimamka  (11 Feb 2018
-# Fails to build (bug #538400). Requires dead Qt 4 (bug #637014).
-# Dead upstream. Masked for removal in 30 days.
-media-sound/lastfmplayer
-
 # Eray Aslan  (08 Feb 2018)
 # Mask experimental software
 =mail-mta/postfix-3.4*



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

2018-03-10 Thread Matt Turner
commit: ac82d8481c78009363312796b2d4a5b2f5d1f982
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 00:29:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 00:31:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac82d848

app-admin/stow: Depend on dev-perl/IO-stringy for tests

Closes: https://bugs.gentoo.org/623212
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/stow/stow-2.2.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild 
b/app-admin/stow/stow-2.2.2-r1.ebuild
index d4c2355c595..0b5bca7840f 100644
--- a/app-admin/stow/stow-2.2.2-r1.ebuild
+++ b/app-admin/stow/stow-2.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,7 @@ IUSE="test"
 
 DEPEND="dev-lang/perl
test? (
+   dev-perl/IO-stringy
virtual/perl-Test-Harness
dev-perl/Test-Output
)"



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

2018-03-10 Thread Michael Palimaka
commit: 4e3361d04d9a07f9e585ec6c3b2781c0dfd4092b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 11 00:29:11 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:29:19 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e3361d0

cmake-utils.eclass: use consistent style for SET

 eclass/cmake-utils.eclass | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index c71ccfd64b..5d89de88ed 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -570,10 +570,10 @@ cmake-utils_src_configure() {
# When cross-compiling with a sysroot (e.g. with 
crossdev's emerge wrappers)
# we need to tell cmake to use libs/headers from the 
sysroot but programs from / only.
cat >> "${toolchain_file}" <<- _EOF_ || die
-   set(CMAKE_FIND_ROOT_PATH "${SYSROOT}")
-   set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
-   set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
-   set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+   SET (CMAKE_FIND_ROOT_PATH "${SYSROOT}")
+   SET (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+   SET (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+   SET (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
_EOF_
fi
fi
@@ -589,11 +589,11 @@ cmake-utils_src_configure() {
 
ELSE ()
 
-   SET(CMAKE_PREFIX_PATH "${EPREFIX}/usr" CACHE STRING "" 
FORCE)
-   SET(CMAKE_MACOSX_RPATH ON CACHE BOOL "" FORCE)
-   SET(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL "" FORCE)
-   SET(CMAKE_SKIP_RPATH OFF CACHE BOOL "" FORCE)
-   SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE CACHE BOOL 
"" FORCE)
+   SET (CMAKE_PREFIX_PATH "${EPREFIX}/usr" CACHE STRING "" 
FORCE)
+   SET (CMAKE_MACOSX_RPATH ON CACHE BOOL "" FORCE)
+   SET (CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL "" FORCE)
+   SET (CMAKE_SKIP_RPATH OFF CACHE BOOL "" FORCE)
+   SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE CACHE BOOL 
"" FORCE)
 
ENDIF (NOT APPLE)
_EOF_
@@ -606,8 +606,8 @@ cmake-utils_src_configure() {
SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package 
build")
SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path 
suffix" FORCE)
SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output 
directory for libraries")
-   set (CMAKE_INSTALL_INFODIR "${EPREFIX}/usr/share/info" CACHE 
PATH "")
-   set (CMAKE_INSTALL_MANDIR "${EPREFIX}/usr/share/man" CACHE PATH 
"")
+   SET (CMAKE_INSTALL_INFODIR "${EPREFIX}/usr/share/info" CACHE 
PATH "")
+   SET (CMAKE_INSTALL_MANDIR "${EPREFIX}/usr/share/man" CACHE PATH 
"")
_EOF_
[[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET 
(CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> 
"${common_config}"
 



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/

2018-03-10 Thread Anthony G. Basile
commit: 5791bc736123840f8ec75884a52da772897f909d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 11 00:15:38 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 11 00:15:38 2018 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=5791bc73

Update akismet 4.0.3

Signed-off-by: Anthony G. Basile  gentoo.org>

 plugins/akismet/akismet.php   |  6 +++---
 plugins/akismet/class.akismet.php | 42 ++-
 plugins/akismet/readme.txt| 10 --
 3 files changed, 52 insertions(+), 6 deletions(-)

diff --git a/plugins/akismet/akismet.php b/plugins/akismet/akismet.php
index 9e24901..a8ea4a1 100644
--- a/plugins/akismet/akismet.php
+++ b/plugins/akismet/akismet.php
@@ -6,7 +6,7 @@
 Plugin Name: Akismet Anti-Spam
 Plugin URI: https://akismet.com/
 Description: Used by millions, Akismet is quite possibly the best way in the 
world to protect your blog from spam. It keeps your site 
protected even while you sleep. To get started: activate the Akismet plugin and 
then go to your Akismet Settings page to set up your API key.
-Version: 4.0.2
+Version: 4.0.3
 Author: Automattic
 Author URI: https://automattic.com/wordpress-plugins/
 License: GPLv2 or later
@@ -37,7 +37,7 @@ if ( !function_exists( 'add_action' ) ) {
exit;
 }
 
-define( 'AKISMET_VERSION', '4.0.2' );
+define( 'AKISMET_VERSION', '4.0.3' );
 define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
 define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
 define( 'AKISMET_DELETE_LIMIT', 10 );
@@ -63,4 +63,4 @@ require_once( AKISMET__PLUGIN_DIR . 'wrapper.php' );
 
 if ( defined( 'WP_CLI' ) && WP_CLI ) {
require_once( AKISMET__PLUGIN_DIR . 'class.akismet-cli.php' );
-}
\ No newline at end of file
+}

diff --git a/plugins/akismet/class.akismet.php 
b/plugins/akismet/class.akismet.php
index 867430f..0ed53fc 100644
--- a/plugins/akismet/class.akismet.php
+++ b/plugins/akismet/class.akismet.php
@@ -30,6 +30,7 @@ class Akismet {
 
add_action( 'akismet_scheduled_delete', array( 'Akismet', 
'delete_old_comments' ) );
add_action( 'akismet_scheduled_delete', array( 'Akismet', 
'delete_old_comments_meta' ) );
+   add_action( 'akismet_scheduled_delete', array( 'Akismet', 
'delete_orphaned_commentmeta' ) );
add_action( 'akismet_schedule_cron_recheck', array( 'Akismet', 
'cron_recheck' ) );
 
add_action( 'comment_form',  array( 'Akismet',  
'add_comment_nonce' ), 1 );
@@ -348,6 +349,7 @@ class Akismet {
 
foreach ( $comment_ids as $comment_id ) {
do_action( 'delete_comment', $comment_id );
+   do_action( 'akismet_batch_delete_count', 
__FUNCTION__ );
}
 
// Prepared as strings since comment_id is an unsigned 
BIGINT, and using %d will constrain the value to the maximum signed BIGINT.
@@ -369,7 +371,7 @@ class Akismet {
 
$interval = apply_filters( 
'akismet_delete_commentmeta_interval', 15 );
 
-   # enfore a minimum of 1 day
+   # enforce a minimum of 1 day
$interval = absint( $interval );
if ( $interval < 1 )
$interval = 1;
@@ -384,6 +386,7 @@ class Akismet {
 
foreach ( $comment_ids as $comment_id ) {
delete_comment_meta( $comment_id, 
'akismet_as_submitted' );
+   do_action( 'akismet_batch_delete_count', 
__FUNCTION__ );
}
 
do_action( 'akismet_delete_commentmeta_batch', count( 
$comment_ids ) );
@@ -393,6 +396,43 @@ class Akismet {
$wpdb->query("OPTIMIZE TABLE {$wpdb->commentmeta}");
}
 
+   // Clear out comments meta that no longer have corresponding comments 
in the database
+   public static function delete_orphaned_commentmeta() {
+   global $wpdb;
+
+   $last_meta_id = 0;
+   $start_time = isset( $_SERVER['REQUEST_TIME_FLOAT'] ) ? 
$_SERVER['REQUEST_TIME_FLOAT'] : microtime( true );
+   $max_exec_time = max( ini_get('max_execution_time') - 5, 3 );
+
+   while ( $commentmeta_results = $wpdb->get_results( 
$wpdb->prepare( "SELECT m.meta_id, m.comment_id, m.meta_key FROM 
{$wpdb->commentmeta} as m LEFT JOIN {$wpdb->comments} as c USING(comment_id) 
WHERE c.comment_id IS NULL AND m.meta_id > %d ORDER BY m.meta_id LIMIT 1000", 
$last_meta_id ) ) ) {
+   if ( empty( $commentmeta_results ) )
+   return;
+
+   $wpdb->queries = array();
+
+   $commentmeta_deleted = 0;
+
+   foreach ( $commentmeta_results as $commentmeta ) {
+   if ( 'akismet_' == substr( 
$commentmeta->meta_key, 0, 8 ) ) 

[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/wordpress-importer/, plugins/wordpress-importer/languages/

2018-03-10 Thread Anthony G. Basile
commit: a3f92de33bff286d20fde5c575e407fcb3d58c2b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 11 00:20:38 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 11 00:20:38 2018 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=a3f92de3

Update wordpress-importer 0.6.4

Signed-off-by: Anthony G. Basile  gentoo.org>

 .../languages/wordpress-importer.pot   | 239 -
 plugins/wordpress-importer/parsers.php |  61 +++---
 plugins/wordpress-importer/readme.txt  |  23 +-
 plugins/wordpress-importer/wordpress-importer.php  |  30 ++-
 4 files changed, 69 insertions(+), 284 deletions(-)

diff --git a/plugins/wordpress-importer/languages/wordpress-importer.pot 
b/plugins/wordpress-importer/languages/wordpress-importer.pot
deleted file mode 100644
index 97f2d76..000
--- a/plugins/wordpress-importer/languages/wordpress-importer.pot
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright (C) 2016 WordPress Importer
-# This file is distributed under the same license as the WordPress Importer 
package.
-msgid ""
-msgstr ""
-"Project-Id-Version: WordPress Importer 0.6.3\n"
-"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-;
-"importer\n"
-"POT-Creation-Date: 2016-08-19 13:28:24+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
-
-#: parsers.php:42 parsers.php:72 parsers.php:80
-msgid "There was an error when reading this WXR file"
-msgstr ""
-
-#: parsers.php:43
-msgid ""
-"Details are shown above. The importer will now try again with a different "
-"parser..."
-msgstr ""
-
-#: parsers.php:84 parsers.php:89 parsers.php:306 parsers.php:495
-msgid ""
-"This does not appear to be a WXR file, missing/invalid WXR version number"
-msgstr ""
-
-#: wordpress-importer.php:132 wordpress-importer.php:141
-#: wordpress-importer.php:192 wordpress-importer.php:196
-#: wordpress-importer.php:205
-msgid "Sorry, there has been an error."
-msgstr ""
-
-#: wordpress-importer.php:133
-msgid "The file does not exist, please try again."
-msgstr ""
-
-#: wordpress-importer.php:176
-msgid "All done."
-msgstr ""
-
-#: wordpress-importer.php:176
-msgid "Have fun!"
-msgstr ""
-
-#: wordpress-importer.php:177
-msgid "Remember to update the passwords and roles of imported users."
-msgstr ""
-
-#: wordpress-importer.php:197
-msgid ""
-"The export file could not be found at %s. It is likely that "
-"this was caused by a permissions problem."
-msgstr ""
-
-#: wordpress-importer.php:213
-msgid ""
-"This WXR file (version %s) may not be supported by this version of the "
-"importer. Please consider updating."
-msgstr ""
-
-#: wordpress-importer.php:238
-msgid ""
-"Failed to import author %s. Their posts will be attributed to the current "
-"user."
-msgstr ""
-
-#: wordpress-importer.php:264
-msgid "Assign Authors"
-msgstr ""
-
-#: wordpress-importer.php:265
-msgid ""
-"To make it easier for you to edit and save the imported content, you may "
-"want to reassign the author of the imported item to an existing user of this "
-"site. For example, you may want to import all the entries as admins entries."
-msgstr ""
-
-#: wordpress-importer.php:267
-msgid ""
-"If a new user is created by WordPress, a new password will be randomly "
-"generated and the new users role will be set as %s. Manually changing "
-"the new users details will be necessary."
-msgstr ""
-
-#: wordpress-importer.php:277
-msgid "Import Attachments"
-msgstr ""
-
-#: wordpress-importer.php:280
-msgid "Download and import file attachments"
-msgstr ""
-
-#: wordpress-importer.php:284
-msgid "Submit"
-msgstr ""
-
-#: wordpress-importer.php:297
-msgid "Import author:"
-msgstr ""
-
-#: wordpress-importer.php:308
-msgid "or create new user with login name:"
-msgstr ""
-
-#: wordpress-importer.php:311
-msgid "as a new user:"
-msgstr ""
-
-#: wordpress-importer.php:319
-msgid "assign posts to an existing user:"
-msgstr ""
-
-#: wordpress-importer.php:321
-msgid "or assign posts to an existing user:"
-msgstr ""
-
-#: wordpress-importer.php:322
-msgid "- Select -"
-msgstr ""
-
-#: wordpress-importer.php:372
-msgid ""
-"Failed to create new user for %s. Their posts will be attributed to the "
-"current user."
-msgstr ""
-
-#: wordpress-importer.php:424
-msgid "Failed to import category %s"
-msgstr ""
-
-#: wordpress-importer.php:467
-msgid "Failed to import post tag %s"
-msgstr ""
-
-#: wordpress-importer.php:516 wordpress-importer.php:738
-msgid "Failed to import %s %s"
-msgstr ""
-
-#: wordpress-importer.php:605
-msgid "Failed to import %s: Invalid post type %s"
-msgstr ""
-
-#: wordpress-importer.php:642
-msgid "%s %s already exists."
-msgstr ""
-
-#: wordpress-importer.php:704
-msgid "Failed to import %s %s"
-msgstr ""
-
-#: wordpress-importer.php:869
-msgid "Menu 

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

2018-03-10 Thread Michael Palimaka
commit: 555fcc6bd1c4572edc4477c08be224211767827a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 15:37:23 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:18:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=555fcc6b

cmake-utils.eclass: Override CMAKE_INSTALL_{INFO,MAN}DIR

Provide an explicit override for CMAKE_INSTALL_INFODIR
and CMAKE_INSTALL_MANDIR to force Gentoo standards for those locations.
This is needed for Gentoo/FreeBSD where CMake defaults to /usr/info
and /usr/man; while PMS specifies /usr/share/info and /usr/share/man
via econf & do* helpers.

Closes: https://bugs.gentoo.org/649200

 eclass/cmake-utils.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 814cc78f8d..c71ccfd64b 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -606,6 +606,8 @@ cmake-utils_src_configure() {
SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package 
build")
SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path 
suffix" FORCE)
SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output 
directory for libraries")
+   set (CMAKE_INSTALL_INFODIR "${EPREFIX}/usr/share/info" CACHE 
PATH "")
+   set (CMAKE_INSTALL_MANDIR "${EPREFIX}/usr/share/man" CACHE PATH 
"")
_EOF_
[[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo 'SET 
(CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "pretty colors during make" FORCE)' >> 
"${common_config}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/comix-xcursors/

2018-03-10 Thread Michael Palimaka
commit: 3088c9dd3c0e581fc2f4838a3c7bb68a79a0f67a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 11 00:01:23 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:03:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3088c9dd

x11-themes/comix-xcursors: remove 0.7.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-themes/comix-xcursors/Manifest |  4 ---
 .../comix-xcursors/comix-xcursors-0.7.3.ebuild | 29 --
 2 files changed, 33 deletions(-)

diff --git a/x11-themes/comix-xcursors/Manifest 
b/x11-themes/comix-xcursors/Manifest
index 72b7fe4d036..8705b5678df 100644
--- a/x11-themes/comix-xcursors/Manifest
+++ b/x11-themes/comix-xcursors/Manifest
@@ -1,8 +1,4 @@
-DIST ComixCursors-0.7.3.tar.bz2 2199528 BLAKE2B 
416fbc0ad4241de19930d75c50a149f8038830b655b3e2bd861fa1edc0af00c73421aabda25a5b408d33f4693afda59f5ff8a5132afafd51ccbbddbed2236235
 SHA512 
0005876769064b6d30eb18e8b984e65df77487da22838b8a6d194d8b5c2f3fc6f76221288f9908c2acd013c587f85464de849cd629e627b5fdea673efd5dea75
 DIST ComixCursors-0.8.2.tar.bz2 2190951 BLAKE2B 
ebbee6e1668d622a89a63dbdc7d6011456be7ce70efdd57aa4f0581064fc45ae687cb1ffd8e5194bcf0111eb808ed80bddd60256d71e12caf0dbbcd4e7f56172
 SHA512 
2061207f4a646903774151b17fdfa0749bd613cae12674c4ccaf5f277f7f5ee2d5ab82ae5dcda0a3d22df57e66a6576764b26b9ba004c639301bd6ca18aa9ee1
-DIST ComixCursors-LH-0.7.3.tar.bz2 2070054 BLAKE2B 
f96582b70e6613b5139fc69c228fa96fc2f47edfae0210ed5e81aa98d6de96e5f5189f41c7f4dd5c9017e10b12ff2629c9bd09c2b92e161bc80bd66051925ab8
 SHA512 
2f5264d74b4b3161d1dc2bc67a6c2930510587dbe1a667136881d1b447edfdca43ee07e9d9c774fd6fb196ea59a1bf5e553ee4cfbf60258fcf6057d97bb0dd95
 DIST ComixCursors-LH-0.8.2.tar.bz2 2194027 BLAKE2B 
83fb3a7cf7f9281dbd1db379d9d7b90bb7e981637b8b9d4f48728a9c91e51f7bd511654cdc2546533f062df5741fa6652152b842e6682ecb322b6972aad62dfe
 SHA512 
35b843f0cede89e4599b52bb2e5bc7180691767b5125ab7bb7b8fc1cf28a68a60ab1464e1cb7561484235b9ea8b58604ce35ff6e1ffc055d8c399ab484986eb4
-DIST ComixCursors-LH-Opaque-0.7.3.tar.bz2 1796359 BLAKE2B 
d7a560bb231755b42208295cb4be214d74d362b6d52af09ad187e8c1ccd77c4e501a817b2e6d6d7071686057394edd7610daf5370715c322511628f58296c9c8
 SHA512 
9aef722e185a5a8f912f4f0633c8a3bf2bfa0610234cad785d081a9b27e19621b0c7bde86959397cb5e444f9c44c257cb33204cca17e68eed7fc9442d264fce2
 DIST ComixCursors-LH-Opaque-0.8.2.tar.bz2 1915132 BLAKE2B 
b43374b7e6d706038a1ee3899ffa08d519186ad4c892c56922a678d1e97bd2f5014de0eb8de8e04fe958a6430f3d5fadd6dea822c9a0d2cf4487b1aa49f79ae7
 SHA512 
86a11adc280b732bd1d813b2e43ab3256bdadba7054f818a4134b44fc5891477377d01c23f2c4cb50ccc68c65c57f5022fbd15fdf215e556eaa6c2888410f78a
-DIST ComixCursors-Opaque-0.7.3.tar.bz2 1797887 BLAKE2B 
ac67eaa3f2854ea8f0f21a04dd7a82366bcb1e6a7828fbd5749abd491d65ca4bb2434fde7b12f6d57988b72035e32a13535d646300a425a0422ebb565fb1c925
 SHA512 
9a290293aa8c872325e605a441a2af751eca87644ba3d81c072a0d2340209b8856f45ba26926db324a20854dd264b86d3e180ea6530987981afbc1176eab01d1
 DIST ComixCursors-Opaque-0.8.2.tar.bz2 1910390 BLAKE2B 
51f3a0c7e7ae697d3278074e1820a1341edd3f198a2dd117ed5eb5f6641f19f99fcad072146171b25d4882b478afa643004fd915dcf4c98e81fd064a464cbc96
 SHA512 
07c59aca614283af36c01b1c7b0f485f1d9a116dd596c86aa2cd4ddce6317d0bd08b96898e6655b7ef19082f16a1042bdc166e92fda801c0e95b6516d0ad1b14

diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild 
b/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
deleted file mode 100644
index 3b4e5c1f545..000
--- a/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="ComixCursors"
-
-DESCRIPTION="X11 mouse theme with a comics feeling"
-HOMEPAGE="http://kde-look.org/content/show.php/ComixCursors?content=32627;
-SRC_URI="http://www.limitland.de/comixcursors/${MY_PN}-${PV}.tar.bz2
-   lefthanded? ( 
http://www.limitland.de/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 )
-   opaque? ( 
http://www.limitland.de/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 )
-   lefthanded? ( opaque? ( 
http://www.limitland.de/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="lefthanded opaque"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXcursor"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto "/usr/share/cursors/xorg-x11"
-   doins -r "${S}"/*
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/

2018-03-10 Thread Michael Palimaka
commit: 3f5fc02e0394b63b338ca8ec9d1ebb49cd6843c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 10 23:57:35 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 11 00:03:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5fc02e

net-irc/unrealircd: add myself as maintainer

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-irc/unrealircd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-irc/unrealircd/metadata.xml b/net-irc/unrealircd/metadata.xml
index 3917e0ce39f..da34a4fb08f 100644
--- a/net-irc/unrealircd/metadata.xml
+++ b/net-irc/unrealircd/metadata.xml
@@ -1,6 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   kensing...@gentoo.org
+   

Enable an unsupported 
class::options flag called “nofakelag” allowing you to grant fakelag exemption 
to normal user (instead of just opers).
Enable extended channel bans (such 
as +b ~c: and +b ~n:) to contain other extended bans instead of just 
hostmasks.



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/files/, sci-mathematics/twelf/

2018-03-10 Thread Mark Wright
commit: b9158c1f69eaa08468fb2a7bb40ca742773e1b20
Author: Mark Wright  gentoo  org>
AuthorDate: Sat Mar 10 23:58:41 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sat Mar 10 23:58:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9158c1f

sci-mathematics/twelf: Fix 622848 in 1.7.1-r1 by requiring mlton 20180207.

Fix 630782. Thanks to Toralf Forster for reporting.

Closes: https://bugs.gentoo.org/622848
Closes: https://bugs.gentoo.org/630782
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../twelf/files/twelf-1.7.1-mlton-20180207.patch  | 11 +++
 .../{twelf-1.7.1.ebuild => twelf-1.7.1-r1.ebuild} | 19 +++
 sci-mathematics/twelf/twelf-1.7.1.ebuild  | 12 +++-
 3 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/sci-mathematics/twelf/files/twelf-1.7.1-mlton-20180207.patch 
b/sci-mathematics/twelf/files/twelf-1.7.1-mlton-20180207.patch
new file mode 100644
index 000..823d3e37a8d
--- /dev/null
+++ b/sci-mathematics/twelf/files/twelf-1.7.1-mlton-20180207.patch
@@ -0,0 +1,11 @@
+--- twelf-orig/Makefile2018-03-06 23:30:35.055598250 +1100
 twelf/Makefile 2018-03-06 23:24:44.403762472 +1100
+@@ -11,7 +11,7 @@
+ polyml = poly
+ smlnj = sml
+ oldnj = sml
+-mlton = mlton -default-ann 'nonexhaustiveMatch ignore'
++mlton = mlton -disable-ann nonexhaustiveMatch
+ make = make
+ 
+ twelfdir = `pwd`

diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild 
b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild
similarity index 86%
copy from sci-mathematics/twelf/twelf-1.7.1.ebuild
copy to sci-mathematics/twelf/twelf-1.7.1-r1.ebuild
index 02712b874f0..56b41fcc37e 100644
--- a/sci-mathematics/twelf/twelf-1.7.1.ebuild
+++ b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit elisp-common eutils multilib
 
@@ -21,7 +21,7 @@ IUSE="doc emacs examples"
 RESTRICT="test"
 
 RDEPEND="
-   dev-lang/mlton
+   >=dev-lang/mlton-20180207
doc? (
virtual/latex-base
app-text/texi2html
@@ -42,10 +42,11 @@ PATCHES=(
"${FILESDIR}/${PN}-1.7.1-emacs-twelf-init.patch"
"${FILESDIR}/${PN}-1.7.1-Makefile.patch"
"${FILESDIR}/${PN}-1.7.1-mlton-mlb.patch"
+   "${FILESDIR}/${PN}-1.7.1-mlton-20180207.patch"
 )
 
 src_prepare() {
-   epatch "${PATCHES[@]}"
+   default
sed \
-e "s@/usr/bin@${ROOT}usr/bin@g" \
-e "s@/usr/share@${ROOT}usr/share@" \
@@ -91,10 +92,12 @@ src_install() {
ins_example_dir examples-delphin
fi
dobin bin/twelf-server
-   dohtml doc/html/index.html
-   doinfo doc/guide/twelf.info
-   dodoc doc/guide/twelf.dvi doc/guide/twelf.ps doc/guide/twelf.pdf
-   dohtml doc/guide/twelf/*
+   if use doc; then
+   local DOCS=( doc/guide/twelf.dvi doc/guide/twelf.ps 
doc/guide/twelf.pdf )
+   local HTML_DOCS=( doc/html/index.html doc/guide/twelf/. )
+   doinfo doc/guide/twelf.info
+   einstalldocs
+   fi
 }
 
 pkg_postinst() {

diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild 
b/sci-mathematics/twelf/twelf-1.7.1.ebuild
index 02712b874f0..f9334067c38 100644
--- a/sci-mathematics/twelf/twelf-1.7.1.ebuild
+++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -91,10 +91,12 @@ src_install() {
ins_example_dir examples-delphin
fi
dobin bin/twelf-server
-   dohtml doc/html/index.html
-   doinfo doc/guide/twelf.info
-   dodoc doc/guide/twelf.dvi doc/guide/twelf.ps doc/guide/twelf.pdf
-   dohtml doc/guide/twelf/*
+   if use doc; then
+   dohtml doc/html/index.html
+   doinfo doc/guide/twelf.info
+   dodoc doc/guide/twelf.dvi doc/guide/twelf.ps doc/guide/twelf.pdf
+   dohtml doc/guide/twelf/*
+   fi
 }
 
 pkg_postinst() {



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

2018-03-10 Thread Mark Wright
commit: 41d92750d0948ebb53e6d0559ac7d1b378fecc9a
Author: Mark Wright  gentoo  org>
AuthorDate: Sat Mar 10 23:43:42 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sat Mar 10 23:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d92750

dev-lang/mlton: Bump to 20180207, fix 295112 and 581128.

Fix 295112, thanks to flameeyes for reporting.  Fix 581128, thanks to
Toralf Forster for reporting.

Closes: https://bugs.gentoo.org/295112
Closes: https://bugs.gentoo.org/581128
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/mlton/Manifest|   2 +
 .../mlton/files/mlton-20180207-bootstrap.patch |  27 +++
 dev-lang/mlton/files/mlton-20180207-paxmark.patch  |  18 ++
 dev-lang/mlton/metadata.xml|   9 +-
 dev-lang/mlton/mlton-20130715.ebuild   |   6 +-
 dev-lang/mlton/mlton-20180207.ebuild   | 264 +
 6 files changed, 322 insertions(+), 4 deletions(-)

diff --git a/dev-lang/mlton/Manifest b/dev-lang/mlton/Manifest
index da29ca5c77d..11ed417f884 100644
--- a/dev-lang/mlton/Manifest
+++ b/dev-lang/mlton/Manifest
@@ -1,3 +1,5 @@
 DIST mlton-20130715-1.amd64-linux.tgz 19512324 BLAKE2B 
972688dcf6fc6ec17146e2597e6f5dab3b5df4e894697a98c68de61cf4728bf7e2e3ef1cee96befae90f9b555bed0b09cef846912225f8b770d20782fa833212
 SHA512 
ac41cf8b2afbba80ed25908b1842348eac1507b2aada103648171db1482358c4176b01d9266dfee053b20fc224653ec58ee9d3265672c02fa3774b7562a319bf
 DIST mlton-20130715-1.x86-linux.tgz 18065793 BLAKE2B 
d05ca4f46fb35b0b819e2678f282943fc9cd8f701bdf2a20da68b285db4618401b4138a227352e8aacef9f604528c7fafc0973631115954cfd91e01e9dd01a9d
 SHA512 
13a996952df27420f05f8290920055231156c8982c1cf3c31259d73e0c534258e2aad91596e51809719ffb0b74652aa052d296000f2ab99462714d4ef9a41859
 DIST mlton-20130715.src.tgz 25606142 BLAKE2B 
3fa3e8cf4991faef98e23ae4cbe9e0db5cae2e46ce27be57b784a81b576eeed17a179018e8b70d1264cb9595a3467900f034a2b4a7c114d1bac74025450741e1
 SHA512 
db273de47dc0059e830332b559918567f5153a0518e067ba71927e3705157f1984d6f6202201cef25aaef29d1a71a637e9a1cb30951e94dbfae4ab1a5e5d40d1
+DIST mlton-20180207-1.amd64-linux.tgz 18772644 BLAKE2B 
7fe2d9db7edfb2d3e301be88e90b7dffe1441ff315ddac1464ef42fb436be1a9dc4e2c03fdb93880779360aed04cb7662a1a5a733f2d4158082d228f718d8b93
 SHA512 
74ab847ff567cde365a113f8819bae69cc18df20c441a6cb600980d2687faf143311f42be21a261b2493dc5c45fbecb4737c599cf767c3680afec06c2e0c
+DIST mlton-20180207.src.tgz 25003695 BLAKE2B 
8cddfe83c76e05fda446917ddc85035b3d74534fe4bc597a839cd13cb59a15538f40a3f68bb8f7136f9cf8cb27a582e88ca0d14b8f7a4582a202b3bd075f3c9a
 SHA512 
3599159950e857d257abce92abf5c548dd9c0b0cdc4ba0d7cdf9badb5d997f73386cd1ff79f563221b394dd831cb344e287927f90683b0715678edb3ca0ae15a

diff --git a/dev-lang/mlton/files/mlton-20180207-bootstrap.patch 
b/dev-lang/mlton/files/mlton-20180207-bootstrap.patch
new file mode 100644
index 000..5287a809f5a
--- /dev/null
+++ b/dev-lang/mlton/files/mlton-20180207-bootstrap.patch
@@ -0,0 +1,27 @@
+--- mlton-20180207-orig/Makefile   2018-02-07 21:22:55.0 +1100
 mlton-20180207/Makefile2018-02-28 11:28:00.639642560 +1100
+@@ -137,18 +137,22 @@
+ .PHONY: bootstrap-smlnj
+ bootstrap-smlnj:
+   $(MAKE) smlnj-mlton
+-  $(RM) "$(BIN)/mlton"
++  $(MV) "$(BIN)/mlton" "$(BIN)/mlton.mlton"
++  $(CP) "$(BIN)/mlton.smlnj" "$(BIN)/mlton"
+   $(MAKE) BOOTSTRAP_MLTON=mlton.smlnj all
+   smlnj_heap_suffix=`echo 'TextIO.output (TextIO.stdErr, 
SMLofNJ.SysInfo.getHeapSuffix ());' | sml 2>&1 1> /dev/null` && $(RM) 
"$(LIB)/mlton/mlton-smlnj.$$smlnj_heap_suffix"
+   $(RM) "$(BIN)/mlton.smlnj"
++  $(MV) "$(BIN)/mlton.mlton" "$(BIN)/mlton"
+ 
+ .PHONY: bootstrap-polyml
+ bootstrap-polyml:
+   $(MAKE) polyml-mlton
+-  $(RM) "$(BIN)/mlton"
++  $(MV) "$(BIN)/mlton" "$(BIN)/mlton.mlton"
++  $(CP) "$(BIN)/mlton.polyml" "$(BIN)/mlton"
+   $(MAKE) BOOTSTRAP_MLTON=mlton.polyml all
+   $(RM) "$(LIB)/mlton-polyml$(EXE)"
+   $(RM) "$(BIN)/mlton.polyml"
++  $(MV) "$(BIN)/mlton.mlton" "$(BIN)/mlton"
+ 
+ .PHONY: clean
+ clean:

diff --git a/dev-lang/mlton/files/mlton-20180207-paxmark.patch 
b/dev-lang/mlton/files/mlton-20180207-paxmark.patch
new file mode 100644
index 000..00f4b84c7dc
--- /dev/null
+++ b/dev-lang/mlton/files/mlton-20180207-paxmark.patch
@@ -0,0 +1,18 @@
+--- mlton-20180207-orig/Makefile   2018-02-07 21:22:55.0 +1100
 mlton-20180207/Makefile2018-02-28 11:27:30.448517470 +1100
+@@ -51,6 +51,7 @@
+ SED := sed
+ TAR := tar
+ XARGS := xargs
++PAXMARK := true
+ 
+ ##
+ ##
+@@ -97,6 +98,7 @@
+ all:
+   $(MAKE) dirs runtime
+   $(MAKE) compiler CHECK_FIXPOINT=false  # tools0 + mlton0 -> mlton1
++  $(PAXMARK) -m lib/mlton/mlton-compile bin/mllex bin/mlyacc
+   $(MAKE) script 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/

2018-03-10 Thread Andreas Sturmlechner
commit: 328d04de903ca76d3a6bf134280e08b79ffb626e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 10 23:37:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 10 23:37:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328d04de

kde-frameworks/kio: Tarball respun

Closes: https://bugs.gentoo.org/650154
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-frameworks/kio/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index 79f2b741686..1437e1cdf89 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,3 +1,3 @@
 DIST kio-5.40.0.tar.xz 3100424 BLAKE2B 
27f69f10febc327d1f935e2b8f3c24dc8b64e85ef35830841f99fdefb6238f590dc8a1284bd0896d6e0e2eb86f123e6788ebd277ca208df18312e8ac475221dc
 SHA512 
e35a7fed3c38f91c056d5ac04b4839ebbf199e4509187e997d6d8a217175a9dc442c7beacccf333ec092c0d110f8f008144293364006888f25b570d697c10bed
 DIST kio-5.43.0.tar.xz 3139276 BLAKE2B 
1fbaf93e7bd3565ff5c85a8a3e33b3dbe2e7a4314cb866711a3be72bb8f1eb320fb3a6c9af421914b440787cdee393ca3762ffd8ac881e2427f8f3e5c47e739e
 SHA512 
23885d851dade24bb08ba1de2eda65db3ab13c8f378a42281f8a50230c9e836b5255643c89fbfca3dedc1e41ee259e67aaed2933cdf739ee4fb1c7eb650b95f6
-DIST kio-5.44.0.tar.xz 3145508 BLAKE2B 
7e75f0e95764f7d058b0ccd81582d5b92819d69bda683177ef99f3b1d5684c5b5496ac41d625b3cecfe0f0ced6e83a232514424a518480f9ea84c18323490e0b
 SHA512 
c5ff8dbd21fe194c3ac676ea8b3d8fe764f9f3f673a2d8c43f59df76a89bf3bbf6cbe2da4c423eba99cc9d96e1b06ecfc46cc92a81aed42038037a189b32e6a8
+DIST kio-5.44.0.tar.xz 3145388 BLAKE2B 
0e76a55706cc0f487752967b29495e1b706181e607760afc4ac922bb54889003b8fb9cad1e5847254558b243efc1567ab8da7d0b18416990856cfaa720972784
 SHA512 
ec50fce1b60eda5ba637abd37a14e10d853bbf35be2d1ef48ee69681ed2f5356d919e06f0156558187f0e7bc5f642790e72af6f7554a1c72ffd445d22844429b



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

2018-03-10 Thread Anthony G. Basile
commit: 5c92beb023fa333c80af92c3cb66c09180a04854
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 10 23:33:56 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 10 23:34:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c92beb0

dev-libs/isl: version bump to 0.19

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/isl/Manifest  |  1 +
 dev-libs/isl/files/isl-0.19-gdb-autoload-dir.patch | 17 ++
 dev-libs/isl/isl-0.19.ebuild   | 39 ++
 3 files changed, 57 insertions(+)

diff --git a/dev-libs/isl/Manifest b/dev-libs/isl/Manifest
index 1df588490ee..223448f1371 100644
--- a/dev-libs/isl/Manifest
+++ b/dev-libs/isl/Manifest
@@ -6,3 +6,4 @@ DIST isl-0.15.tar.xz 1406988 BLAKE2B 
baa3a7d8c77e7d8416a1c9215c35fc1d6d0034c1c2c
 DIST isl-0.16.1.tar.xz 1449164 BLAKE2B 
8c048ad398d7c3de79f4d6a6c3d906b4086bbcf59c4c014a1f02cff472dc7ce92d8fec518dd3f13d389a8ffefda431ee335084c68191ec1350e78c12cf8cda03
 SHA512 
6faff2fe07267ba05c156158c36c25aa9beec6058f949b7bb9b8f042c5d01b7a3a17a6117c2c2a13ad6180308c8d03cfd469b237abf85290411599dde614788f
 DIST isl-0.17.1.tar.xz 1440564 BLAKE2B 
ab2dfd50a4c5adc5ebba172ab969475adf15f541305e63bed273e6a30d6087bcb9383cce16207bbcf89578bd98527f56df86b2a264c078dc9d730e3d59c326d2
 SHA512 
03d73e81db2a01c5dd31bec12816975988bf731f29b95637bc15ea24abf0becad6e8d650ca0bad45eaad4197cb0a1f5ca189aec638db162c56092a001e35d86b
 DIST isl-0.18.tar.xz 1475708 BLAKE2B 
216d4d75e2bc03b3027c67ac7ab373aca6040ead12b2844504890d6fe6dd80e82c66d0f89eb1fc7451a23470445d2656f704971d3b8bfa2916154973e9b52038
 SHA512 
3606609765fc34740ab3014e2256d6bba7ff730463b014a0e4f5fcfb2e3dbef974503dff1f3702b307ef79ff86c5bc2c3ce3c3c8511533971fd5d53ab45f6eea
+DIST isl-0.19.tar.xz 1515156 BLAKE2B 
1be213df736f59123072778b9721db06130c935edf0805fd489d74c9effeb9eaf5b191de0a28e8a5138f79dc23ac9ebb213c57c020d0411afb305788b5f312cd
 SHA512 
eeda0405d38f77a18c6e69128948dc29af7e44ce827e9fb538d3844c6e22db3b4126287ca0937d9bee7b528bbab7aad8d3729db36e74864196f57e81943dade4

diff --git a/dev-libs/isl/files/isl-0.19-gdb-autoload-dir.patch 
b/dev-libs/isl/files/isl-0.19-gdb-autoload-dir.patch
new file mode 100644
index 000..6f8111707e8
--- /dev/null
+++ b/dev-libs/isl/files/isl-0.19-gdb-autoload-dir.patch
@@ -0,0 +1,17 @@
+diff -Naur isl-0.19.orig/Makefile.in isl-0.19/Makefile.in
+--- isl-0.19.orig/Makefile.in  2018-03-03 11:32:15.0 -0500
 isl-0.19/Makefile.in   2018-03-10 17:29:30.039182728 -0500
+@@ -2269,10 +2269,10 @@
+   case $$libisl in \
+   '') echo Cannot find isl library name. GDB bindings not installed.;; \
+   *) echo $(INSTALL_DATA) $(srcdir)/libisl-gdb.py \
+-  $(DESTDIR)$(libdir)/$$libisl-gdb.py; \
+-  test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"; \
++  
$(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; \
++  test -z "$(libdir)" || $(MKDIR_P) 
"$(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)"; \
+   $(INSTALL_DATA) $(srcdir)/libisl-gdb.py \
+-  $(DESTDIR)$(libdir)/$$libisl-gdb.py; \
++  $(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; \
+   esac
+ 
+ uninstall-local:

diff --git a/dev-libs/isl/isl-0.19.ebuild b/dev-libs/isl/isl-0.19.ebuild
new file mode 100644
index 000..f0dde9963d8
--- /dev/null
+++ b/dev-libs/isl/isl-0.19.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="A library for manipulating integer points bounded by linear 
constraints"
+HOMEPAGE="http://isl.gforge.inria.fr/;
+SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0/19"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS doc/manual.pdf )
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
+
+   # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf
+   # https://groups.google.com/group/isl-development/t/37ad876557e50f2c
+   sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



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

2018-03-10 Thread Mark Wright
commit: b740f3f14324d405b1dddf4335e168e1ea2eee21
Author: Mark Wright  gentoo  org>
AuthorDate: Sat Mar 10 23:29:58 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sat Mar 10 23:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b740f3f1

dev-lang/smlnj: Bump to 110.82, fix install dirs, build on pax kernels.

Bump to 110.82, fixes 487064 , thanks to Keshav Kini and OGINO Masanori for
reporting.

Install to the smlnj subdirectory underneath the 32 bit lib directory if it
exists, or the 64 bit lib directory otherwise, and create symlinks in /usr/bin
to point to the executables.  Fixes 248162, thanks to flameeyes for reporting,
xmv and hkbst for helping.

Fix build on pax kernels, fixes 564132, thanks to Fedja Beader for reporting.

Closes: https://bugs.gentoo.org/487064
Closes: https://bugs.gentoo.org/248162
Closes: https://bugs.gentoo.org/564132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/smlnj/Manifest|  24 
 dev-lang/smlnj/files/smlnj-110.82-pax-p1.patch | 116 +
 dev-lang/smlnj/files/smlnj-110.82-pax-p2.patch | 132 
 dev-lang/smlnj/files/smlnj-110.82-pax-p3.patch | 137 
 dev-lang/smlnj/metadata.xml|   4 +
 dev-lang/smlnj/smlnj-110.82.ebuild | 166 +
 6 files changed, 579 insertions(+)

diff --git a/dev-lang/smlnj/Manifest b/dev-lang/smlnj/Manifest
index a697a566b71..fef1dbe5976 100644
--- a/dev-lang/smlnj/Manifest
+++ b/dev-lang/smlnj/Manifest
@@ -20,3 +20,27 @@ DIST smlnj-110.75-smlnj-c.tgz 10531 BLAKE2B 
602a7b98690277c7311080d46c5e3aceadd3
 DIST smlnj-110.75-smlnj-lib.tgz 396628 BLAKE2B 
62ae526edb69b3b7695039ec27d33b09200fc23f51b190dc4bc445888693be258fbab5853df6c565bd2fc9a32ada772bfb19846c7190ac912165d4f219640a65
 SHA512 
47d20c09fbd0a6e59db429e02b55b6307f5c61a9166bfc839261a21267da6e4ca0f99aa1080b2a8556a6046818177ad61b854a2dac0248b17a2ef79eac4ad35d
 DIST smlnj-110.75-system.tgz 227376 BLAKE2B 
ee1d9c5880a3168a30bd8eb6543b17fab81131ae8a58978511ab4ae5aa6add32092868cb39b8bca3d85308f661ea02c5e3a78311232a6b12c12a89685aae8e17
 SHA512 
ee6a941f269d51bdd48328c35ae642d6b5f35ef7e9516fef58fad7f6ac3b4a527678265eb7a8a9783eb5e483713fbade17cd6e204234fb9419ad430e42a536a4
 DIST smlnj-110.75-trace-debug-profile.tgz 3902 BLAKE2B 
54e5152b250776806b1f3a086fdf2e684b67b75b5505bce253deb7eebb4339259ca77a737a9ab0c25f7f92bf8c19055659a73d8ad120f932f8bab61e5f362d18
 SHA512 
b2eed46e58f7b2dd6857debea4ae329dcc79946bd59a63747746d916b2dc29866d3e23a3accd678a981f2ebed0924d1fe1d03744000e877313abc33b144ec694
+DIST smlnj-110.82-MLRISC.tgz 1435372 BLAKE2B 
1b18539d98a7339fc4062ea0e2afaddf67f6195719798a6041f456b904b6476f6c830c4529e9756040a6bdce32d5e6b271bd73d7f89c1df05df42e0030b6dc95
 SHA512 
23c0e4cb8432d39b4df8e51d06762c96ae6223a860bacb15e07020b17d7020667f5a8b1ad62b1ed17ff97f3f8fcee4899b70ac62979f12a4d7fd470fc968f3a0
+DIST smlnj-110.82-boot.ppc-unix.tgz 5666299 BLAKE2B 
6c0e7dc0408f731bc2b26d3d962e88c5c2d678fb1ac5783e7252cb8ae6b26b98a3a9a4fe8e135198c3260f5735be4e98db123d4baf6cee620b8fe85780ab0a80
 SHA512 
5b3491ba2d264716579ec6070d063ab707aa04a4e74fcdb8ab47632e0660b15dabf3502719374dfde101583ebe4a88590792a8c790a7f4bb1c010ab907738569
+DIST smlnj-110.82-boot.sparc-unix.tgz 5788662 BLAKE2B 
623e30a97714e83487085a83261f571a91ab587f5d7741363bde804941dee7348b2e9546292ca022e362524f0645f7aa8c019ccdbe786fa4c0348861e49ad556
 SHA512 
d719c5415c433f7aaf3dcc53f748ca6839e62a54819e4e66e26470104edc3fb7e960595e7ea859f1507f7da792fa52ecaebe4e703534a96f6a8dbfceb29ad8b0
+DIST smlnj-110.82-boot.x86-unix.tgz 5735380 BLAKE2B 
1624e75f8a6518408cae8ccf36b5f2f4348bb8553794725b7e509636cfd62fed5ebbc2b9e29ce1eb5ec9f5264381dd93c3de1ccd6c22edb4bf9026f599046d02
 SHA512 
e1371c11d083c61f747b8f8154c60612853aa2387450b0abbd918c6096f05519a0258cc8a8744f1b486e5b8e984ce3ab5a4bb454a2d14c2d5a74aea41220d428
+DIST smlnj-110.82-ckit.tgz 194555 BLAKE2B 
c4dfab41c02f21ae088c7ca10c5c40c1f71bdc9f6b8b2721e10ac25ac4351c57359927f111f0801175ed32e8849e01ae83fb58758bc34203cb605c74dea109c7
 SHA512 
d753d22c2f382d8b91f34f7e6bfcadc8ff5cde051909d3344eb1eaf2adfaaa75420d31cdddfe1cdcf77cf146dc5800cc05fd0896c5942b6edf12533661d09459
+DIST smlnj-110.82-cm.tgz 217857 BLAKE2B 
f7d142bfa4fd2666ec2ddc4ef4c0bec90063d6e7c711b8435bda116c61197943964712bec490f765f5abfe8dc64d270b41cf8521ad4e9ee9a8536cb1be1317b0
 SHA512 
940436242ca5f077b03ce9e5b9fa5b6e4c7fe6ddbefc628644bdef9c5e672bc4ba50aa6814c0715d364d9d1f5ef29231e42ba11d34dc8a70d95f023874b46f43
+DIST smlnj-110.82-cml.tgz 106141 BLAKE2B 
3ffdba33d9a84e796d48248cc2c6eeb33e7bd560cf22dd212ca4b0892f5144458adb02e8a4f933fe11a034b46e885e65927340891ef1c095107726af40edf6b9
 SHA512 
2fe4b64c61c2228bf6439dbd0403a068151115358d9caebdf9abf0f18ada37c77492e4debb02af0fcddda0504e280e8574144a974d74b5f877a8dbe747f18680
+DIST smlnj-110.82-compiler.tgz 825030 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/

2018-03-10 Thread Andreas Sturmlechner
commit: 98c11ba44e6e9ceab3131821e66a49d48ba6148d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 10 23:03:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 10 23:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c11ba4

app-leechcraft/lc-lmp: Sort DEPENDs

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-leechcraft/lc-lmp/lc-lmp-.ebuild | 35 
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-.ebuild 
b/app-leechcraft/lc-lmp/lc-lmp-.ebuild
index d2dadbaf3dd..c5c71f57d95 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-.ebuild
@@ -11,32 +11,31 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
 
-# depend on gstreamer:0.10 to match current Qt deps
-DEPEND="~app-leechcraft/lc-core-${PV}
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtxml:5
-   media-libs/gstreamer:1.0
-
-   mpris? ( dev-qt/qtdbus:5 )
-   media-libs/taglib
-   mtp? ( media-libs/libmtp )
-   potorchu? ( media-libs/libprojectm )"
+DEPEND="
+   ~app-leechcraft/lc-core-${PV}
+   dev-qt/qtconcurrent:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/gstreamer:1.0
+   media-libs/taglib
+   mpris? ( dev-qt/qtdbus:5 )
+   mtp? ( media-libs/libmtp )
+   potorchu? ( media-libs/libprojectm )"
 RDEPEND="${DEPEND}
-   mtp? ( ~app-leechcraft/lc-devmon-${PV} )
-   graffiti? ( media-libs/flac )"
+   graffiti? ( media-libs/flac )
+   mtp? ( ~app-leechcraft/lc-devmon-${PV} )"
 
 src_configure() {
local mycmakeargs=(
+   -DENABLE_LMP_LIBGUESS=OFF
-DENABLE_LMP_FRADJ=$(usex fradj)
-DENABLE_LMP_GRAFFITI=$(usex graffiti)
-   -DENABLE_LMP_LIBGUESS=OFF
+   -DENABLE_LMP_MP3TUNES=$(usex mp3tunes)
-DENABLE_LMP_MPRIS=$(usex mpris)
-DENABLE_LMP_MTPSYNC=$(usex mtp)
-   -DENABLE_LMP_MP3TUNES=$(usex mp3tunes)
-DENABLE_LMP_POTORCHU=$(usex potorchu)
)
cmake-utils_src_configure



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

2018-03-10 Thread Andreas Sturmlechner
commit: 84b8dba2f960dc493c6e832ba34a9883c966d949
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 10 23:21:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 10 23:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b8dba2

profiles: Mask app-i18n/libguess for removal

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

 profiles/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c36d030ff4..f78516269db 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (11 Mar 2018)
+# Dead upstream, no revdeps left. Bug #639358
+app-i18n/libguess
+
 # José María Alonso  (09 Mar 2018)
 # Obsolete package
 # Masked for removal in 30 days. Bug #646742



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/

2018-03-10 Thread Andreas Sturmlechner
commit: abb4431bfb8bbfdca53c84f8cb7f269287ffc76c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 10 23:02:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 10 23:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb4431b

app-leechcraft/lc-lmp: Drop USE=guess

Prepare for impending app-i18n/libguess last-rites.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-leechcraft/lc-lmp/lc-lmp-.ebuild | 7 +++
 app-leechcraft/lc-lmp/metadata.xml   | 1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-.ebuild 
b/app-leechcraft/lc-lmp/lc-lmp-.ebuild
index fb184522e15..d2dadbaf3dd 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video 
player"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug +fradj +graffiti +guess +mpris +mtp +mp3tunes potorchu"
+IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
 
 # depend on gstreamer:0.10 to match current Qt deps
 DEPEND="~app-leechcraft/lc-core-${PV}
@@ -22,7 +22,6 @@ DEPEND="~app-leechcraft/lc-core-${PV}
media-libs/gstreamer:1.0
 
mpris? ( dev-qt/qtdbus:5 )
-   guess? ( app-i18n/libguess )
media-libs/taglib
mtp? ( media-libs/libmtp )
potorchu? ( media-libs/libprojectm )"
@@ -34,7 +33,7 @@ src_configure() {
local mycmakeargs=(
-DENABLE_LMP_FRADJ=$(usex fradj)
-DENABLE_LMP_GRAFFITI=$(usex graffiti)
-   -DENABLE_LMP_LIBGUESS=$(usex guess)
+   -DENABLE_LMP_LIBGUESS=OFF
-DENABLE_LMP_MPRIS=$(usex mpris)
-DENABLE_LMP_MTPSYNC=$(usex mtp)
-DENABLE_LMP_MP3TUNES=$(usex mp3tunes)

diff --git a/app-leechcraft/lc-lmp/metadata.xml 
b/app-leechcraft/lc-lmp/metadata.xml
index 87c916e3cb8..4a780c0800e 100644
--- a/app-leechcraft/lc-lmp/metadata.xml
+++ b/app-leechcraft/lc-lmp/metadata.xml
@@ -12,7 +12,6 @@

Build FrAdj, the equalizer effect 
module
Build media tags editor plugin
-   Enable tags encoding guessing via the 
libguess library
Enable MPRIS support
Build plugin for supporting the 
mp3tunes.com music locker service
 Enable the projectM-based visualization 
effects module for LMP



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/

2018-03-10 Thread Davide Pesavento
commit: 357d058043bee9e83625d01e074973e625e664e3
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Mar 10 23:10:14 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Mar 10 23:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357d0580

dev-qt/qtsvg: fix qtwidgets dependency

Amends 2e134cfc5ca0b1ef24116749340c4a5d08d1bf66

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtsvg/{qtsvg-5.9.4-r1.ebuild => qtsvg-5.9.4-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsvg/qtsvg-5.9.4-r1.ebuild 
b/dev-qt/qtsvg/qtsvg-5.9.4-r2.ebuild
similarity index 92%
rename from dev-qt/qtsvg/qtsvg-5.9.4-r1.ebuild
rename to dev-qt/qtsvg/qtsvg-5.9.4-r2.ebuild
index c2c09ebafb0..dbfe1d62576 100644
--- a/dev-qt/qtsvg/qtsvg-5.9.4-r1.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.9.4-r2.ebuild
@@ -15,7 +15,7 @@ IUSE=""
 RDEPEND="
>=dev-qt/qtcore-${PV}-r1:${SLOT}
~dev-qt/qtgui-${PV}
-   >=dev-qt/qtwidgets-${PV}:${SLOT}
+   >=dev-qt/qtwidgets-${PV}-r1:${SLOT}
>=sys-libs/zlib-1.2.5
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-vim/l9/

2018-03-10 Thread Patrice Clement
commit: 2598d90c75c3edb564c91e9b7b248ae43842eaf3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:00:32 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2598d90c

app-vim/l9: use HTTPS.

Closes: https://github.com/gentoo/gentoo/pull/7369

 app-vim/l9/l9-1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild
index e3cc5560008..9bee6627521 100644
--- a/app-vim/l9/l9-1.1.ebuild
+++ b/app-vim/l9/l9-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: library for vim scripts"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3252;
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13948 -> 
${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3252;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13948 -> 
${P}.zip"
 LICENSE="MIT"
 KEYWORDS="amd64 x86"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/yankring/

2018-03-10 Thread Patrice Clement
commit: 3c3ac9d4c4380c39204bc82d383b3f4044037e97
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 18:44:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3ac9d4

app-vim/yankring: use HTTPS.

 app-vim/yankring/yankring-19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/yankring/yankring-19.0.ebuild 
b/app-vim/yankring/yankring-19.0.ebuild
index 1877e6a615e..5f82da83915 100644
--- a/app-vim/yankring/yankring-19.0.ebuild
+++ b/app-vim/yankring/yankring-19.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1234;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1234;
 LICENSE="vim"
 KEYWORDS="amd64 x86"
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/tlib/

2018-03-10 Thread Patrice Clement
commit: 900d3cafec3466f1c8932b1bd001cdb64cd57700
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:49:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900d3caf

app-vim/tlib: use HTTPS.

 app-vim/tlib/tlib-1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/tlib/tlib-1.20.ebuild b/app-vim/tlib/tlib-1.20.ebuild
index 794c046e041..3b64cc06f5e 100644
--- a/app-vim/tlib/tlib-1.20.ebuild
+++ b/app-vim/tlib/tlib-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ MY_PN=${PN}_vim
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="vim plugin: a library of utility functions"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1863 
https://github.com/tomtom/tlib_vim;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 
https://github.com/tomtom/tlib_vim;
 SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3"
 KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/matrix/

2018-03-10 Thread Patrice Clement
commit: 87052f745cfee9a475b3142f2c5b8853e9d4db04
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:03:45 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87052f74

app-vim/matrix: use HTTPS

 app-vim/matrix/matrix-1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/matrix/matrix-1.10-r1.ebuild 
b/app-vim/matrix/matrix-1.10-r1.ebuild
index bdcbef0f202..91f50bb2f9f 100644
--- a/app-vim/matrix/matrix-1.10-r1.ebuild
+++ b/app-vim/matrix/matrix-1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189;
 
 LICENSE="vim.org"
 KEYWORDS="amd64 ~mips ppc sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/tagbar/

2018-03-10 Thread Patrice Clement
commit: a21b14e32445becf9e8cccfedad43c426672cb53
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:40:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21b14e3

app-vim/tagbar: use HTTPS.

Closes: https://github.com/gentoo/gentoo/pull/7406

 app-vim/tagbar/tagbar-2.6.1.ebuild | 4 ++--
 app-vim/tagbar/tagbar-2.7.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild 
b/app-vim/tagbar/tagbar-2.6.1.ebuild
index d82891b65ce..a1c2e7fb7e0 100644
--- a/app-vim/tagbar/tagbar-2.6.1.ebuild
+++ b/app-vim/tagbar/tagbar-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
 HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
+   https://www.vim.org/scripts/script.php?script_id=3465;
 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
index 560f75868dd..211696e57ae 100644
--- a/app-vim/tagbar/tagbar-2.7.ebuild
+++ b/app-vim/tagbar/tagbar-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
 HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
+   https://www.vim.org/scripts/script.php?script_id=3465;
 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/merginal/

2018-03-10 Thread Patrice Clement
commit: ad689a17f6d39dc346d5fbec3ea5ff686c7c5642
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:04:47 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad689a17

app-vim/merginal: use HTTPS

 app-vim/merginal/merginal-2.0.2.ebuild | 4 ++--
 app-vim/merginal/merginal-2.1.0.ebuild | 4 ++--
 app-vim/merginal/merginal-.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-vim/merginal/merginal-2.0.2.ebuild 
b/app-vim/merginal/merginal-2.0.2.ebuild
index a6860bda0a0..d74ee03f7bc 100644
--- a/app-vim/merginal/merginal-2.0.2.ebuild
+++ b/app-vim/merginal/merginal-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_PN=vim-${PN}
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
 SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/merginal/merginal-2.1.0.ebuild 
b/app-vim/merginal/merginal-2.1.0.ebuild
index 642e1deb87a..fbe6b96d461 100644
--- a/app-vim/merginal/merginal-2.1.0.ebuild
+++ b/app-vim/merginal/merginal-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ else
 fi
 
 DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
 LICENSE="vim"
 
 RDEPEND="app-vim/fugitive"

diff --git a/app-vim/merginal/merginal-.ebuild 
b/app-vim/merginal/merginal-.ebuild
index 642e1deb87a..fbe6b96d461 100644
--- a/app-vim/merginal/merginal-.ebuild
+++ b/app-vim/merginal/merginal-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ else
 fi
 
 DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
 LICENSE="vim"
 
 RDEPEND="app-vim/fugitive"



[gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/

2018-03-10 Thread Patrice Clement
commit: 3c6352f07238bf799f457d390548c864033ba45f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 18:44:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6352f0

app-vim/xsl-syntas: use HTTPS.

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild 
b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
index 3776c50a125..8bc90a7472c 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,11 +6,11 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257;
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257;
+VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257;
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-vim/tt2-syntax/

2018-03-10 Thread Patrice Clement
commit: 2ba881da56bb1d61a447ea5f57d6885c89c4040e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:50:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba881da

app-vim/tt2-syntax: use HTTPS.

 app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 4 ++--
 app-vim/tt2-syntax/tt2-syntax-1.13.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild 
b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
index 00390f9f7e6..729c11c0fd3 100644
--- a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=830;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830;
 LICENSE="vim"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""

diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild 
b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
index 811edd7c7b5..21c48ac6f37 100644
--- a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=830;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830;
 LICENSE="vim"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-vim/tasklist/

2018-03-10 Thread Patrice Clement
commit: 18cd28ff40e03204b06837dd5c0636bbc3b3583a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:40:52 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cd28ff

app-vim/tasklist: use HTTPS.

 app-vim/tasklist/tasklist-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild 
b/app-vim/tasklist/tasklist-1.0.1.ebuild
index 165b0a12dfa..b855acd9718 100644
--- a/app-vim/tasklist/tasklist-1.0.1.ebuild
+++ b/app-vim/tasklist/tasklist-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2607;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607;
 SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-vim/multiplesearch/

2018-03-10 Thread Patrice Clement
commit: b0415ddda6e72d4fbd87be2c57da025f910a8259
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:05:20 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0415ddd

app-vim/multiplesearch: use HTTPS

 app-vim/multiplesearch/multiplesearch-1.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild 
b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
index c497fda29fc..23969f4db75 100644
--- a/app-vim/multiplesearch/multiplesearch-1.3.ebuild
+++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: allows multiple highlighted searches"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479;
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=9276 -> 
${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> 
${P}.zip"
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/tcomment/

2018-03-10 Thread Patrice Clement
commit: c271f8b14695be2657d5bf799d936ca62cc1364f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:42:07 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c271f8b1

app-vim/tcomment: use HTTPS.

 app-vim/tcomment/tcomment-3.08.1.ebuild | 4 ++--
 app-vim/tcomment/tcomment-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild 
b/app-vim/tcomment/tcomment-3.08.1.ebuild
index 3fafd8d493c..2e4d330ed1d 100644
--- a/app-vim/tcomment/tcomment-3.08.1.ebuild
+++ b/app-vim/tcomment/tcomment-3.08.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 
https://github.com/tomtom/tcomment_vim;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1173 
https://github.com/tomtom/tcomment_vim;
 LICENSE="GPL-3"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"

diff --git a/app-vim/tcomment/tcomment-.ebuild 
b/app-vim/tcomment/tcomment-.ebuild
index ab0decbf1e3..4b803fc97fe 100644
--- a/app-vim/tcomment/tcomment-.ebuild
+++ b/app-vim/tcomment/tcomment-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 
https://github.com/tomtom/tcomment_vim;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1173 
https://github.com/tomtom/tcomment_vim;
 LICENSE="GPL-3"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/txtfmt/

2018-03-10 Thread Patrice Clement
commit: 6546bd07b9f67959a8e9809c3923d367574833be
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:52:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6546bd07

app-vim/txtfmt: use HTTPS.

 app-vim/txtfmt/txtfmt-2.4-r1.ebuild | 6 +++---
 app-vim/txtfmt/txtfmt-3.1.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild 
b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
index 05e0149577c..4adcc7962d6 100644
--- a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
+++ b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208;
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> 
${P}.tar.gz"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13856 -> 
${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
 

diff --git a/app-vim/txtfmt/txtfmt-3.1.ebuild b/app-vim/txtfmt/txtfmt-3.1.ebuild
index 737dbf320ec..97b915a6b3b 100644
--- a/app-vim/txtfmt/txtfmt-3.1.ebuild
+++ b/app-vim/txtfmt/txtfmt-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: rich text highlighting in vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208;
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=24489 -> 
${P}.tar.gz"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24489 -> 
${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/alee-fonts/

2018-03-10 Thread Patrice Clement
commit: 90f2f107130a1be647e27e99fa05baa72230263f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  2 21:24:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f2f107

media-fonts/alee-fonts: EAPI6, fix HOMEPAGE, fix SRC_URI.

Closes: https://github.com/gentoo/gentoo/pull/7340

 media-fonts/alee-fonts/alee-fonts-13-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild 
b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
new file mode 100644
index 000..2d414e5daea
--- /dev/null
+++ b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="A Lee's Hangul truetype fonts"
+HOMEPAGE="https://screenshots.debian.net/package/ttf-alee;
+SRC_URI="http://turul.canonical.com/pool/main/t/ttf-alee/ttf-alee_13.tar.gz;
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+FONT_SUFFIX="ttf"
+FONT_S="${WORKDIR}/ttf-alee-${PV}"
+
+S=${FONT_S}



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

2018-03-10 Thread Patrice Clement
commit: e7356993ca5f353b01a507d66c81667799760c23
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 18:48:10 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7356993

dev-libs/msgpack: use HTTPS.

 dev-libs/msgpack/msgpack-1.1.0.ebuild | 4 ++--
 dev-libs/msgpack/msgpack-1.4.2.ebuild | 4 ++--
 dev-libs/msgpack/msgpack-2.0.0.ebuild | 4 ++--
 dev-libs/msgpack/msgpack-2.1.1.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild 
b/dev-libs/msgpack/msgpack-1.1.0.ebuild
index 0743ad515c8..9b281e2b23f 100644
--- a/dev-libs/msgpack/msgpack-1.1.0.ebuild
+++ b/dev-libs/msgpack/msgpack-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ else
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
+HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/;
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-libs/msgpack/msgpack-1.4.2.ebuild 
b/dev-libs/msgpack/msgpack-1.4.2.ebuild
index 186ab46e8bf..bda3e971dac 100644
--- a/dev-libs/msgpack/msgpack-1.4.2.ebuild
+++ b/dev-libs/msgpack/msgpack-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ else
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
+HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/;
 
 LICENSE="Boost-1.0"
 SLOT="0"

diff --git a/dev-libs/msgpack/msgpack-2.0.0.ebuild 
b/dev-libs/msgpack/msgpack-2.0.0.ebuild
index 11a00b6a7a3..8f7503aa83b 100644
--- a/dev-libs/msgpack/msgpack-2.0.0.ebuild
+++ b/dev-libs/msgpack/msgpack-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ else
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
+HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/;
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-libs/msgpack/msgpack-2.1.1.ebuild 
b/dev-libs/msgpack/msgpack-2.1.1.ebuild
index e0def45df75..6f48d0e5952 100644
--- a/dev-libs/msgpack/msgpack-2.1.1.ebuild
+++ b/dev-libs/msgpack/msgpack-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
+HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/;
 
 LICENSE="Boost-1.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-vim/multvals/

2018-03-10 Thread Patrice Clement
commit: a8b59d86ba9c76f8abcaddd646a3de116b11d3af
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:05:44 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b59d86

app-vim/multvals: use HTTPS

 app-vim/multvals/multvals-3.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/multvals/multvals-3.10-r1.ebuild 
b/app-vim/multvals/multvals-3.10-r1.ebuild
index b4070481b61..99c87201ac8 100644
--- a/app-vim/multvals/multvals-3.10-r1.ebuild
+++ b/app-vim/multvals/multvals-3.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: library for helping with arrays"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=171;
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/

2018-03-10 Thread Patrice Clement
commit: bdb0f82be17dddffa36db271b6e4dd230bb7767f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:53:27 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb0f82b

app-vim/undotree: use HTTPS.

 app-vim/undotree/undotree-5.0.ebuild  | 4 ++--
 app-vim/undotree/undotree-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/undotree/undotree-5.0.ebuild 
b/app-vim/undotree/undotree-5.0.ebuild
index a3b9c665fc0..f494f607ca9 100644
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin vcs-snapshot
 
 DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 
https://github.com/mbbill/undotree;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 
https://github.com/mbbill/undotree;
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/undotree/undotree-.ebuild 
b/app-vim/undotree/undotree-.ebuild
index e257084dc78..af693593620 100644
--- a/app-vim/undotree/undotree-.ebuild
+++ b/app-vim/undotree/undotree-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,5 +7,5 @@ inherit vim-plugin git-r3
 
 EGIT_REPO_URI="https://github.com/mbbill/undotree.git;
 DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 
https://github.com/mbbill/undotree;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 
https://github.com/mbbill/undotree;
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/

2018-03-10 Thread Patrice Clement
commit: 3179802af72cbbd854b3d5f7ab116b16efc30fbf
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:52:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3179802a

app-vim/udev-syntax: use HTTPS.

 app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild 
b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
index 77a1748c27a..85154af6b84 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381;
 LICENSE="vim"
 KEYWORDS="amd64 hppa ~mips ppc sparc x86"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/uptime/

2018-03-10 Thread Patrice Clement
commit: 7331406e1ca166e2a215a446b53dd386bd0a789e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:54:10 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7331406e

app-vim/uptime: use HTTPS.

 app-vim/uptime/uptime-1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/uptime/uptime-1.3-r1.ebuild 
b/app-vim/uptime/uptime-1.3-r1.ebuild
index a7090aae74a..c1c65ceeca8 100644
--- a/app-vim/uptime/uptime-1.3-r1.ebuild
+++ b/app-vim/uptime/uptime-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: display vim uptimes"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=965;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=965;
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-vim/languagetool/

2018-03-10 Thread Patrice Clement
commit: 28e23bc90da113ee741b30567b248d5970cec9bb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:02:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e23bc9

app-vim/languagetool: use HTTPS.

 app-vim/languagetool/languagetool-1.29.ebuild | 4 ++--
 app-vim/languagetool/languagetool-1.30.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/languagetool/languagetool-1.29.ebuild 
b/app-vim/languagetool/languagetool-1.29.ebuild
index b02abf5fdeb..271bff06b7c 100644
--- a/app-vim/languagetool/languagetool-1.29.ebuild
+++ b/app-vim/languagetool/languagetool-1.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 MY_PN=LanguageTool
 DESCRIPTION="grammar checker for various languages"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223;
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 

diff --git a/app-vim/languagetool/languagetool-1.30.ebuild 
b/app-vim/languagetool/languagetool-1.30.ebuild
index ee2e5b4a770..b3e96c572a4 100644
--- a/app-vim/languagetool/languagetool-1.30.ebuild
+++ b/app-vim/languagetool/languagetool-1.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 MY_PN=LanguageTool
 DESCRIPTION="grammar checker for various languages"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223;
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/

2018-03-10 Thread Patrice Clement
commit: b10cc9d109de249276e9efa321f43f90f78bd931
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar  5 21:02:50 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10cc9d1

app-vim/locateopen: use HTTPS.

 app-vim/locateopen/locateopen-1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild 
b/app-vim/locateopen/locateopen-1.3-r1.ebuild
index cbc60e66275..0074be8f297 100644
--- a/app-vim/locateopen/locateopen-1.3-r1.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858;
 
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/toggle/

2018-03-10 Thread Patrice Clement
commit: 27bab6bc65a5a596d3567896966e94f51e262807
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:50:07 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bab6bc

app-vim/toggle: use HTTPS.

 app-vim/toggle/toggle-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild 
b/app-vim/toggle/toggle-0.5-r1.ebuild
index cc6ea38f9cc..7e312a8c91d 100644
--- a/app-vim/toggle/toggle-0.5-r1.ebuild
+++ b/app-vim/toggle/toggle-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895;
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2018-03-10 Thread Patrice Clement
commit: f383f9a830166cd15646efd188a70a8929ec57e2
Author: Torsten Alex  itc-gmbh  de>
AuthorDate: Thu Mar  8 04:15:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f383f9a8

net-dialup/xl2tpd: version bump to 1.3.11.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7390

 net-dialup/xl2tpd/Manifest |  1 +
 net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/net-dialup/xl2tpd/Manifest b/net-dialup/xl2tpd/Manifest
index cdc236b25af..16cbb31b21a 100644
--- a/net-dialup/xl2tpd/Manifest
+++ b/net-dialup/xl2tpd/Manifest
@@ -1,4 +1,5 @@
 DIST xl2tpd-1.3.1.tar.gz 551923 BLAKE2B 
2e0429167c73f0afab1bb79e0b81e0500ff8c4b1c32318fc7ec64f16bbffbf4099b8fba4efc172ad3e9cfbba1ad5eb4fb6a3a8243da592465bb07409c93d
 SHA512 
2265a19eda1521fd4314ad1b28cc1bb781d2f0edb06ad619afbb364f5896e23db7e444ac10709c1ae9b9ac648e4354aea7af57bb5bc20b706b00e2a131fc29d6
 DIST xl2tpd-1.3.10.tar.gz 510777 BLAKE2B 
15ec09a6186d20facd4eceeca87a33a4676644a6976c2b69a61b288a2534c354bcc9b64eca4305aa7774d3b5fc29c97078478bebec7e81f8071865b29a97809e
 SHA512 
304b8cd098608a866d32c65c55ba98a01e10abb473d8bff488c723fd1f6d4a66cf98c6d3044f7986a334739693767608c48999f873e95a51f0fa6c23cb61ecd4
+DIST xl2tpd-1.3.11.tar.gz 510652 BLAKE2B 
c120ba0a2bb96a87334743319808e4a1dfb1b95140fc37df51c33e176bdefdac547ad27d38731bab9d94a939b9a3ca93404ef17c8076e16567a3ecc5b568fb47
 SHA512 
9fd478aa6b7e22867aa977aa0c22ba9d856e3b659aa0ffdcdb17aa0d8358cceab37da565eeb799590d65fc2914720715423e006f6bbe7ca742f09d7cced52cb7
 DIST xl2tpd-1.3.6.tar.gz 553981 BLAKE2B 
3e79534fe3eaa906cf09da93b7f6be2931e4c7fc8ff43dd9683ae846e1e2351c3bee81ac8853dee6c7e45ad8b60f8727edbd95d6dd30cc508288227b09da351c
 SHA512 
868c65660e6a45fb8dc22b95542e9d6ca0dc8e5033cc9df04171a651ef273bc5d711a85f61d4a971d714089f7a10ee67460d8ab9f3c007fcffe0e11e81ae0bfd
 DIST xl2tpd-1.3.9.tar.gz 510538 BLAKE2B 
cf0ee309f13ab4024b97b1ca6fec2ec412b8084524b3bc6c108ba464c0b11b2483c4a166cf3f9afe8d6d64cd6db49b6cd6275ba204c4d8f2401d6fa58a7301de
 SHA512 
858e342e3f5b9c460c8fd041cb2873c79dbb9fbef1e5caf8c367a6c74ca175c2a020a4b152757892c24950eebf701324c0ba682eafd23cd370d36da7118cb3d9

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
new file mode 100644
index 000..0c4c41e9011
--- /dev/null
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
+HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/;
+SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="dnsretry"
+
+DEPEND="
+   net-libs/libpcap
+   >sys-kernel/linux-headers-2.6"
+
+RDEPEND="
+   ${DEPEND}
+   net-dialup/ppp"
+
+DOCS=(CREDITS README.xl2tpd BUGS CHANGES TODO doc/README.patents)
+
+src_prepare() {
+   default
+   # The below patch is questionable. Why wasn't it submitted upstream? If 
it
+   # ever breaks, it will just be removed. -darkside 20120914
+   # Patch has been discussed with upstream and is marked as feature by 
now:
+   # https://github.com/xelerance/xl2tpd/issues/134 // -- tenX 2017-08-06
+   use dnsretry && eapply -p0 "${FILESDIR}/${PN}-dnsretry.patch"
+}
+
+src_compile() {
+   tc-export CC
+   emake OSFLAGS="-DLINUX"
+}
+
+src_install() {
+   emake PREFIX=/usr DESTDIR="${D}" install
+
+   insinto /etc/xl2tpd
+   newins doc/l2tpd.conf.sample xl2tpd.conf
+   newins doc/l2tp-secrets.sample l2tp-secrets
+   fperms 0600 /etc/xl2tpd/l2tp-secrets
+
+   newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
+
+   systemd_dounit "${FILESDIR}"/xl2tpd.service
+   systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/tmpl/

2018-03-10 Thread Patrice Clement
commit: a1d343f249f3bca2716aea63a35c26d7dc9d0eeb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:48:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d343f2

app-vim/tmpl: use HTTPS.

 app-vim/tmpl/tmpl-0.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/tmpl/tmpl-0.1-r1.ebuild b/app-vim/tmpl/tmpl-0.1-r1.ebuild
index 8eb46f8ee06..c61adb98ae8 100644
--- a/app-vim/tmpl/tmpl-0.1-r1.ebuild
+++ b/app-vim/tmpl/tmpl-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,9 +6,9 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=254;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=254;
 LICENSE="vim"
 KEYWORDS="x86 alpha ia64 sparc amd64 ppc"
 IUSE=""
 
-VIM_PLUGIN_HELPURL="http://www.vim.org/scripts/script.php?script_id=254;
+VIM_PLUGIN_HELPURL="https://www.vim.org/scripts/script.php?script_id=254;



[gentoo-commits] repo/gentoo:master commit in: app-vim/thlnk/

2018-03-10 Thread Patrice Clement
commit: 85f1e7c3dcbc0f3d402b83a999f40927e31363ca
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:49:09 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f1e7c3

app-vim/thlnk: use HTTPS.

 app-vim/thlnk/thlnk-1.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/thlnk/thlnk-1.2.1-r1.ebuild 
b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild
index f63b21dae08..430077ec35f 100644
--- a/app-vim/thlnk/thlnk-1.2.1-r1.ebuild
+++ b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: linking in plaintext"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=293;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=293;
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-vim/unite/

2018-03-10 Thread Patrice Clement
commit: a325edc0ae1050d680db030fffba83da5d19d45c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:53:49 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:55:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a325edc0

app-vim/unite: use HTTPS.

 app-vim/unite/unite-4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/unite/unite-4.0-r1.ebuild 
b/app-vim/unite/unite-4.0-r1.ebuild
index 000a1b6c8ed..8c036e471fa 100644
--- a/app-vim/unite/unite-4.0-r1.ebuild
+++ b/app-vim/unite/unite-4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: unite all sources"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396;
 LICENSE="MIT"
 KEYWORDS="amd64 x86"
 



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

2018-03-10 Thread Michał Górny
commit: a34ef8993c608ab08152385504b6ec122bf63ad6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 10 22:11:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 10 22:25:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34ef899

app-arch/xar: Tested on ~amd64-fbsd

 app-arch/xar/xar-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xar/xar-1.8.ebuild b/app-arch/xar/xar-1.8.ebuild
index 5da3f33af2f..49672e6bc72 100644
--- a/app-arch/xar/xar-1.8.ebuild
+++ b/app-arch/xar/xar-1.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libressl kernel_Darwin"
 
 DEPEND="



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

2018-03-10 Thread William Hubbs
commit: e17921229200c9e6b12a934084ddc6c890848b93
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar 10 22:14:42 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar 10 22:15:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1792122

dev-util/meson: Finish 0.44.1 stabilization for bug #649290.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/meson/meson-0.44.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.44.1.ebuild 
b/dev-util/meson/meson-0.44.1.ebuild
index 22780b0bf0c..a645215fdf0 100644
--- a/dev-util/meson/meson-0.44.1.ebuild
+++ b/dev-util/meson/meson-0.44.1.ebuild
@@ -9,7 +9,8 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-fbsd ~x64-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64
+   ~s390 ~sh sparc x86 ~amd64-fbsd ~x64-solaris"
 fi
 
 inherit distutils-r1



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

2018-03-10 Thread James Le Cuirot
commit: 0692f677947c1b422ab0d896209239e154df3b2d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 10 21:58:54 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 10 21:58:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0692f677

dev-libs/beecrypt: Override JNI CFLAG detection with eclass helper

The detection was failing for some people. I wasn't able to reproduce
this but the detection is a bit convoluted in any case so using the
eclass helper is much safer.

Closes: https://bugs.gentoo.org/582052
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild 
b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
index a5e42cb2075..a04082f9c8a 100644
--- a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
+++ b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
@@ -43,7 +43,7 @@ PATCHES=(
 
 pkg_setup() {
use python && python-single-r1_pkg_setup
-   use java && java-pkg-opt-2_pkg_setup
+   java-pkg-opt-2_pkg_setup
 }
 
 src_prepare() {
@@ -57,6 +57,7 @@ src_configure() {
append-cxxflags -std=c++14
 
# cplusplus needs threads support
+   ac_cv_java_include=$(use java && java-pkg_get-jni-cflags) \
econf \
--disable-expert-mode \
$(use_enable static-libs static) \



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/, dev-java/oracle-jdk-bin/files/

2018-03-10 Thread James Le Cuirot
commit: 48b7242b8ddfc78f4a3a7d2beb5a8fc8ae125ac7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 10 21:43:43 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 10 21:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b7242b

dev-java/oracle-jdk-bin: Fix installation of fontconfig.properties

I previously simplified this but accidentally changed the filename.

Closes: https://bugs.gentoo.org/649022
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/{fontconfig.Gentoo.properties => fontconfig.properties}   | 0
 ...acle-jdk-bin-1.8.0.162.ebuild => oracle-jdk-bin-1.8.0.162-r1.ebuild} | 2 +-
 .../{oracle-jdk-bin-9.0.4-r1.ebuild => oracle-jdk-bin-9.0.4-r2.ebuild}  | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/files/fontconfig.Gentoo.properties 
b/dev-java/oracle-jdk-bin/files/fontconfig.properties
similarity index 100%
rename from dev-java/oracle-jdk-bin/files/fontconfig.Gentoo.properties
rename to dev-java/oracle-jdk-bin/files/fontconfig.properties

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162-r1.ebuild
similarity index 99%
rename from dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162.ebuild
rename to dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162-r1.ebuild
index a57793e032f..8da2c3466fa 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.162-r1.ebuild
@@ -239,7 +239,7 @@ src_install() {
# 
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
if ! use fontconfig ; then
insinto "${dest}"/jre/lib/
-   doins "$(prefixify_ro 
"${FILESDIR}"/fontconfig.Gentoo.properties)"
+   doins "$(prefixify_ro "${FILESDIR}"/fontconfig.properties)"
fi
 
# Needs to be done before CDS, bug #215225.

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r1.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r2.ebuild
similarity index 98%
rename from dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r1.ebuild
rename to dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r2.ebuild
index 216d6da2217..272910669d9 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r1.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-9.0.4-r2.ebuild
@@ -185,7 +185,7 @@ src_install() {
# 
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
if ! use fontconfig ; then
insinto "${dest}"/lib/
-   doins "$(prefixify_ro 
"${FILESDIR}"/fontconfig.Gentoo.properties)"
+   doins "$(prefixify_ro "${FILESDIR}"/fontconfig.properties)"
fi
 
# Needs to be done before CDS, bug #215225.



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/, dev-java/oracle-jre-bin/files/

2018-03-10 Thread James Le Cuirot
commit: 5628fb77eca475b17e311da4f5564f6e56622d28
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 10 21:44:41 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 10 21:45:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5628fb77

dev-java/oracle-jre-bin: Fix installation of fontconfig.properties

I previously simplified this but accidentally changed the filename.

Closes: https://bugs.gentoo.org/649022
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/{fontconfig.Gentoo.properties => fontconfig.properties} | 0
 ...le-jre-bin-1.8.0.162.ebuild => oracle-jre-bin-1.8.0.162-r1.ebuild} | 2 +-
 .../{oracle-jre-bin-9.0.4.ebuild => oracle-jre-bin-9.0.4-r1.ebuild}   | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/oracle-jre-bin/files/fontconfig.Gentoo.properties 
b/dev-java/oracle-jre-bin/files/fontconfig.properties
similarity index 100%
rename from dev-java/oracle-jre-bin/files/fontconfig.Gentoo.properties
rename to dev-java/oracle-jre-bin/files/fontconfig.properties

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162-r1.ebuild
similarity index 98%
rename from dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162.ebuild
rename to dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162-r1.ebuild
index 01e3433b5fd..517737cee4d 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162-r1.ebuild
@@ -169,7 +169,7 @@ src_install() {
# 
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
if ! use fontconfig ; then
insinto "${dest}"/lib/
-   doins "$(prefixify_ro 
"${FILESDIR}"/fontconfig.Gentoo.properties)"
+   doins "$(prefixify_ro "${FILESDIR}"/fontconfig.properties)"
fi
 
# Needs to be done before CDS, bug #215225.

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4-r1.ebuild
similarity index 98%
rename from dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4.ebuild
rename to dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4-r1.ebuild
index 81ca64dc5cc..f95added7c3 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -169,7 +169,7 @@ src_install() {
# 
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/fontconfig.html
if ! use fontconfig ; then
insinto "${dest}"/lib/
-   doins "$(prefixify_ro 
"${FILESDIR}"/fontconfig.Gentoo.properties)"
+   doins "$(prefixify_ro "${FILESDIR}"/fontconfig.properties)"
fi
 
# Needs to be done before CDS, bug #215225.



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

2018-03-10 Thread Doug Goldstein
commit: 1651c6c3a70a1ee310ecb2ad1253683d8dc3c4d7
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Feb  4 19:53:51 2018 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sat Mar 10 21:44:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1651c6c3

app-misc/pax-utils: fix python dependencies

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

 app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild | 64 
 1 file changed, 64 insertions(+)

diff --git a/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
new file mode 100644
index 000..5c7748c2097
--- /dev/null
+++ b/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit eutils python-single-r1 toolchain-funcs unpacker
+
+DESCRIPTION="ELF utils that can check files for security relevant properties"
+HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
+SRC_URI="mirror://gentoo/${P}.tar.xz
+   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="caps debug python seccomp"
+
+RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/pyelftools[${PYTHON_USEDEP}]
+   )
+   seccomp? ( sys-libs/libseccomp )"
+DEPEND="${RDEPEND}
+   caps? ( virtual/pkgconfig )
+   seccomp? ( virtual/pkgconfig )
+   app-arch/xz-utils"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+_emake() {
+   emake \
+   USE_CAP=$(usex caps) \
+   USE_DEBUG=$(usex debug) \
+   USE_PYTHON=$(usex python) \
+   USE_SECCOMP=$(usex seccomp) \
+   "$@"
+}
+
+src_configure() {
+   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
+   if use prefix || ! use kernel_linux || \
+  has_version '

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

2018-03-10 Thread Doug Goldstein
commit: 448c175ebf98e9da0c02ec5685c503b1113d2c32
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sat Mar 10 21:43:06 2018 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sat Mar 10 21:44:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448c175e

dev-util/crash: version bump

no-op the tests since there aren't any to avoid issues like bug #631050

Bug: https://bugs.gentoo.org/631050
Signed-off-by: Doug Goldstein  gentoo.org>

 dev-util/crash/Manifest   |  1 +
 dev-util/crash/crash-7.2.1.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/crash/Manifest b/dev-util/crash/Manifest
index 4cab44b612c..5671725f4af 100644
--- a/dev-util/crash/Manifest
+++ b/dev-util/crash/Manifest
@@ -5,3 +5,4 @@ DIST crash-7.0.7.tar.gz 32041666 BLAKE2B 
80593221da82c978eec8edb7916cef0585d6218
 DIST crash-7.1.4.tar.gz 32137593 BLAKE2B 
829335875e111bcf09d3dfc49ce17c893ad8c75b4f275a6e68d3e8698f0da209d769b6667b58569a373046d6553678e6168b50785e18c25c29c47713f8dc71a9
 SHA512 
6d536397418b99baaf8ae2bd76d72e60c5f92a7aaeef929f81301e58930ee9848e3e146a43ccac7350602c49c1cea4a31f0b74c267d6afd3b5a23f960a1c9cc6
 DIST crash-7.1.8.tar.gz 32154942 BLAKE2B 
e918e0e1be435edc0c0f6dfa0f2a73ed1e418c1c9f0291a4d6e5429bb51fd94f9530cdf13b812e6ba40a92537d79a8a1d36ea4c17b052b36ed8d56c0209f94db
 SHA512 
21aa71b61077f7f361360f19214d8259a4e813ca5c3a5fb027f32376a7367e7eb16cf2f8a0a4b49b205c5e8550192c49fc64812afd1ccaceacf8d7649ba20bf1
 DIST crash-7.1.9.tar.gz 32160154 BLAKE2B 
efba2011dc583ee386107aa6808a25d74d0de175c92872ed22daa8d3a3cf756e569e514e1e703bf653de2744a94205b97cf3bec037c0f1d021d8041f52970681
 SHA512 
1200df0d2509ea864f568ee4861c3b6819b61c2594d61a5f993560b03f3f50a3388ba8fbde2e9d630c96ee9d390ba03eb687732352153b50866c65519591c4ab
+DIST crash-7.2.1.tar.gz 32178379 BLAKE2B 
290841a2c430021993074cb870e4532f6eaafbe9c8b799fbc876fd2784504440e9eae9ce08c4e06acadd30a2e095ac5ddfe95880222867670ceac18d7a3a01ad
 SHA512 
c20bc0e901bd91f642f73ef5bf624bf6d898f771e4fbb3f8c3ced4575baf3373e116dbd4c9ed72f0c1f232a4c38c6317072b5138fa3dbd39bbe6d6c032ee1b36

diff --git a/dev-util/crash/crash-7.2.1.ebuild 
b/dev-util/crash/crash-7.2.1.ebuild
new file mode 100644
index 000..f5ba2740d29
--- /dev/null
+++ b/dev-util/crash/crash-7.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils
+
+DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
+HOMEPAGE="https://people.redhat.com/anderson/;
+SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
+IUSE=""
+# there is no "make test" target, but there is a test.c so the automatic
+# make rules catch it and tests fail
+RESTRICT="test"



  1   2   3   >