[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2018-04-07 Thread Andreas Sturmlechner
commit: b50914de0aeb0dd48dbf59d30499cf2af1458f27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 17:58:34 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50914de

sci-mathematics/octave: Drop obsolete qt4 comment

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-mathematics/octave/octave-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild 
b/sci-mathematics/octave/octave-4.2.2.ebuild
index f120643f017..308659f6f62 100644
--- a/sci-mathematics/octave/octave-4.2.2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.2.ebuild
@@ -95,7 +95,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   # nasty prefix hacks for fltk:1 and qt4 linking
+   # nasty prefix hacks for fltk:1 linking
if use prefix; then
use opengl && append-ldflags 
-Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/fltk-1"
fi



[gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/

2018-04-07 Thread Andreas Sturmlechner
commit: f30b5ae726b9109ca13925c3c7d83e7a5204c305
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 20:41:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b5ae7

sci-libs/avogadrolibs: Fix DEPEND

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild 
b/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild
index ea71fa95ce6..7c4a4362b85 100644
--- a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild
+++ b/sci-libs/avogadrolibs/avogadrolibs-0.9.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
@@ -33,7 +33,7 @@ RDEPEND="
)
vtk? ( sci-libs/vtk )
 "
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-cpp/eigen:3
test? ( dev-cpp/gtest )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2018-04-07 Thread Andreas Sturmlechner
commit: bb6e872865d032decf26a8174b49e1c136d1bb51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 18:12:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6e8728

sci-mathematics/octave: Update GTK+ icon cache

Closes: https://bugs.gentoo.org/646470
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-mathematics/octave/octave-4.2.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild 
b/sci-mathematics/octave/octave-4.2.2.ebuild
index 70a76ad3ef6..3992dc9da4e 100644
--- a/sci-mathematics/octave/octave-4.2.2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils 
toolchain-funcs xdg-utils
+inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils 
toolchain-funcs xdg-utils
 
 DESCRIPTION="High-level interactive language for numerical computations"
 LICENSE="GPL-3"
@@ -177,11 +177,13 @@ src_install() {
 }
 
 pkg_postinst() {
+   gnome2_icon_cache_update
xdg_mimeinfo_database_update
xdg_desktop_database_update
 }
 
 pkg_postrm() {
+   gnome2_icon_cache_update
xdg_mimeinfo_database_update
xdg_desktop_database_update
 }



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

2018-04-07 Thread Andreas Sturmlechner
commit: dfc6d810f76e3d9777f622a8108b0cbf060b1c04
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 17:56:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc6d810

sci-mathematics/octave: Drop 4.2.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-mathematics/octave/Manifest|   1 -
 .../octave-4.2.0-fix-qscintilla-detection.patch|  14 --
 .../files/octave-4.2.0-imagemagick-configure.patch |  16 --
 .../files/octave-4.2.0-ncurses-pkgconfig.patch |  37 
 sci-mathematics/octave/octave-4.2.1.ebuild | 187 -
 5 files changed, 255 deletions(-)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 7bc14e5915b..5a47e212d7a 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,2 +1 @@
-DIST octave-4.2.1.tar.gz 25409651 BLAKE2B 
c53dd025cbad023d4d343d47ff13051f6f66bc8cfeece6c56eda83a80c92d2256fd1e75d5574ae024e42d707eb22b60420269f91a4930642aec8e3391a17b035
 SHA512 
c437c57eb145ddea7b97124dc6406d130fd91c9141198b93bc756bb05cb3f7645a7c591443faeb65e69edf6abc2b8d5612e515f7703a04eed27213a2133009b7
 DIST octave-4.2.2.tar.gz 25624087 BLAKE2B 
c46de90d9a985c2b6b4f87b94b56f2ba4fb648ca0a0aff1f64e9b9d27a6d791e8657c2bff0c4daa3de5ac3622c23b34724e740ec1fe0f1a71d8f416c9f58d88a
 SHA512 
b94edd79adc0e19229bb654037910201b51b6cfa373d63de5e3aa69e9b659b2e2790e2d2b4b5e8d2f12b26846c20ba5c12eae657155c8329e85e970f738d08c2

diff --git 
a/sci-mathematics/octave/files/octave-4.2.0-fix-qscintilla-detection.patch 
b/sci-mathematics/octave/files/octave-4.2.0-fix-qscintilla-detection.patch
deleted file mode 100644
index ea714ecbfbb..000
--- a/sci-mathematics/octave/files/octave-4.2.0-fix-qscintilla-detection.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-In Gentoo, QScintilla for Qt5 has the same library name
-as its Qt4 variant.
-
 a/m4/acinclude.m4
-+++ b/m4/acinclude.m4
-@@ -1327,7 +1327,7 @@
- ;;
- 5)
-   QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
--  octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
-+  octave_qscintilla_libnames="qscintilla2_qt5 qscintilla2"
- ;;
- *)
-   AC_MSG_ERROR([Unrecognized Qt version $qt_version])

diff --git 
a/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch 
b/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch
deleted file mode 100644
index d5b2870185b..000
--- a/sci-mathematics/octave/files/octave-4.2.0-imagemagick-configure.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -1560,11 +1560,11 @@
-   MAGICK_LIBS=
- 
-   PKG_CHECK_EXISTS([$magick++], [
--## Make sure we only get -I, -L, and -l flags.  Some 
Graphics/ImageMagick++
-+## Make sure we only get -I, -D, -L, and -l flags.  Some 
Graphics/ImageMagick++
- ## packages add extra flags that are useful when building
- ## Graphics/ImageMagick++ extentions.  These extra flags break the
- ## Octave build.
--MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags-only-I $magick++`
-+MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags $magick++ | sed -e 
's/\(-@<:@DI@:>@@<:@^ \t@:>@*\)\|\(-@<:@^ \t@:>@*\)/\1/g'`
- MAGICK_LDFLAGS=`$PKG_CONFIG --libs-only-L $magick++`
- MAGICK_LIBS=`$PKG_CONFIG --libs-only-l $magick++`
- 

diff --git a/sci-mathematics/octave/files/octave-4.2.0-ncurses-pkgconfig.patch 
b/sci-mathematics/octave/files/octave-4.2.0-ncurses-pkgconfig.patch
deleted file mode 100644
index 89f6f6e7014..000
--- a/sci-mathematics/octave/files/octave-4.2.0-ncurses-pkgconfig.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 a/m4/acinclude.m4
-+++ b/m4/acinclude.m4
-@@ -1194,32 +1194,8 @@
- dnl Find a suitable termlib to use.
- dnl
- AC_DEFUN([OCTAVE_CHECK_LIB_TERMLIB], [
--  TERM_LIBS=
--  ac_octave_save_LIBS="$LIBS"
--  AC_SEARCH_LIBS([tputs],
-- [ncurses curses termcap terminfo termlib],
-- [], [])
--  LIBS="$ac_octave_save_LIBS"
--  case "$ac_cv_search_tputs" in
---l*)
--  TERM_LIBS="$ac_cv_search_tputs"
--;;
--no)
--  warn_termlibs="I couldn't find -ltermcap, -lterminfo, -lncurses, 
-lcurses, or -ltermlib!"
--  AC_MSG_WARN([$warn_termlibs])
--;;
--  esac
--
--dnl  Old code (9/9/2012).  Delete when new code is definitely proven.
--dnl
--dnl  for _termlib in ncurses curses termcap terminfo termlib; do
--dnlAC_CHECK_LIB([${_termlib}], [tputs], [
--dnl  TERM_LIBS="-l${termlib}"
--dnl  octave_cv_lib_found_termlib=yes
--dnl  break])
--dnl  done
--
--  AC_SUBST(TERM_LIBS)
-+  PKG_CHECK_MODULES([TERM], [ncurses])
-+  CPPFLAGS="${CPPFLAGS} ${TERM_CFLAGS}"
- ])
- dnl
- dnl Check for the Qhull version.

diff --git a/sci-mathematics/octave/octave-4.2.1.ebuild 
b/sci-mathematics/octave/octave-4.2.1.ebuild
deleted file mode 100644
index e7ecf516cc4..000
--- a/sci-mathematics/o

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2018-04-07 Thread Andreas Sturmlechner
commit: da7b6cc34b74d180ce2a5543b32978d90070d395
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 18:08:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7b6cc3

sci-mathematics/octave: Sort DEPENDs

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-mathematics/octave/octave-4.2.2.ebuild | 32 +++---
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild 
b/sci-mathematics/octave/octave-4.2.2.ebuild
index 308659f6f62..70a76ad3ef6 100644
--- a/sci-mathematics/octave/octave-4.2.2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.2.ebuild
@@ -27,6 +27,13 @@ RDEPEND="
fftw? ( sci-libs/fftw:3.0= )
glpk? ( sci-mathematics/glpk:0= )
gnuplot? ( sci-visualization/gnuplot )
+   gui? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)]
+   )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? (
!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
@@ -36,9 +43,9 @@ RDEPEND="
opengl? (
media-libs/freetype:2=
media-libs/fontconfig:1.0=
+   virtual/glu
>=x11-libs/fltk-1.3:1=[opengl,xft]
x11-libs/gl2ps:0=
-   virtual/glu
)
openssl? ( dev-libs/openssl:0= )
portaudio? ( media-libs/portaudio )
@@ -49,13 +56,6 @@ RDEPEND="
)
qhull? ( media-libs/qhull:0= )
qrupdate? ( sci-libs/qrupdate:0= )
-   gui? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)]
-   )
readline? ( sys-libs/readline:0= )
sndfile? ( media-libs/libsndfile )
sparse? (
@@ -69,19 +69,19 @@ RDEPEND="
)
X? ( x11-libs/libX11:0= )"
 DEPEND="${RDEPEND}
-   gui? ( dev-qt/linguist-tools:5 )
-   qrupdate? ( app-misc/pax-utils )
-   sparse? ( app-misc/pax-utils )
-   java? ( >=virtual/jdk-1.6.0 )
+   dev-util/gperf
+   sys-apps/texinfo
+   virtual/pkgconfig
doc? (
-   virtual/latex-base
dev-texlive/texlive-fontsrecommended
|| ( dev-texlive/texlive-plaingeneric 
dev-texlive/texlive-genericrecommended )
dev-texlive/texlive-metapost
+   virtual/latex-base
)
-   sys-apps/texinfo
-   dev-util/gperf
-   virtual/pkgconfig"
+   gui? ( dev-qt/linguist-tools:5 )
+   java? ( >=virtual/jdk-1.6.0 )
+   qrupdate? ( app-misc/pax-utils )
+   sparse? ( app-misc/pax-utils )"
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.2.0-texi.patch



[gentoo-commits] repo/gentoo:master commit in: sci-libs/chemkit/

2018-04-07 Thread Andreas Sturmlechner
commit: c8389e1c9e041e336307c25edf71fe77e38e5a32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 19:22:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8389e1c

sci-libs/chemkit: Fix HOMEPAGE, chemkit.org dead for some time

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/chemkit/chemkit-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/chemkit/chemkit-0.1-r2.ebuild 
b/sci-libs/chemkit/chemkit-0.1-r2.ebuild
index d48fef817b3..c687d55922e 100644
--- a/sci-libs/chemkit/chemkit-0.1-r2.ebuild
+++ b/sci-libs/chemkit/chemkit-0.1-r2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit cmake-utils python-single-r1 virtualx
 
 DESCRIPTION="Library for chemistry applications"
-HOMEPAGE="http://www.chemkit.org/";
+HOMEPAGE="https://github.com/kylelutz/chemkit";
 SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/files/, net-p2p/bitcoin-qt/

2018-04-07 Thread Andreas Sturmlechner
commit: 1040395f2b3a9951e450b81b1da096a1118d122f
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon Apr  2 18:35:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1040395f

net-p2p/bitcoin-qt-0.16.0*: Add missing  include

Closes: https://bugs.gentoo.org/652142
Closes: https://github.com/gentoo/gentoo/pull/7833

 net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild  |  2 ++
 .../files/bitcoin-qt-0.16.0-fix_memory_include.patch| 13 +
 2 files changed, 15 insertions(+)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
index f3fc18a6875..07a5658ba4b 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
@@ -95,6 +95,8 @@ src_prepare() {
eapply "${FILESDIR}/${P}-fix_mempoolstats.patch"
fi
 
+   eapply "${FILESDIR}/${P}-fix_memory_include.patch"
+
eapply_user
 
if ! use bitcoin_policy_rbf; then

diff --git 
a/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch 
b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch
new file mode 100644
index 000..66b7d361ee5
--- /dev/null
+++ b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch
@@ -0,0 +1,13 @@
+diff --git a/src/qt/walletmodeltransaction.h b/src/qt/walletmodeltransaction.h
+index cd531dba4b..816b0c35af 100644
+--- a/src/qt/walletmodeltransaction.h
 b/src/qt/walletmodeltransaction.h
+@@ -7,6 +7,8 @@
+ 
+ #include 
+ 
++#include 
++
+ #include 
+ 
+ class SendCoinsRecipient;



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

2018-04-07 Thread Andreas Sturmlechner
commit: 630eeac2d924ef8eaf1dbf3a9467896ec08f2914
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 18:17:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630eeac2

net-p2p/bitcoin-qt: Drop 0.16.0 (r0)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild | 182 
 1 file changed, 182 deletions(-)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild
deleted file mode 100644
index 4e08a581606..000
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DB_VER="4.8"
-inherit autotools bash-completion-r1 db-use gnome2-utils xdg-utils
-
-BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991"
-KNOTS_PV="${PV}.knots20180322"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="+asm +bip70 +bitcoin_policy_rbf dbus kde +libevent knots libressl 
+qrcode test upnp +wallet zeromq"
-
-RDEPEND="
-   >=dev-libs/boost-1.52.0:=[threads(+)]
-   >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery]
-   dev-libs/univalue:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   virtual/bitcoin-leveldb
-   bip70? ( dev-libs/protobuf:= )
-   dbus? (
-   dev-qt/qtdbus:5
-   )
-   libevent? ( dev-libs/libevent:= )
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   qrcode? (
-   media-gfx/qrencode:=
-   )
-   upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
-   wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
-   zeromq? ( net-libs/zeromq:= )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   knots? (
-   gnome-base/librsvg
-   media-gfx/imagemagick[png]
-   )
-"
-
-DOCS=( doc/bips.md doc/files.md doc/release-notes.md )
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html";
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/";
-   fi
-   if use bitcoin_policy_rbf; then
-   elog "Replace By Fee policy is enabled: Your node will 
preferentially mine and"
-   elog "relay transactions paying the highest fee, regardless of 
receive order."
-   else
-   elog "Replace By Fee policy is disabled: Your node will only 
accept the first"
-   elog "transaction seen consuming a conflicting input, 
regardless of fee"
-   elog "offered by later ones."
-   fi
-}
-
-src_prepare() {
-   sed -i 's/^\(complete -F _bitcoind \)bitcoind \(bitcoin-qt\)$/\1\2/' 
contrib/bitcoind.bash-completion || die
-
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   eapply "${FILESDIR}/${P}-fix_mempoolstats.patch"
-   fi
-
-   eapply_user
-
-   if ! use bitcoin_policy_rbf; then
-   sed -i 's/\(DEFAULT_ENABLE_REPLACEMENT = \)true/\1false/' 
src/validation.h || die
-   fi
-
-   echo '#!/bin/true' >share/genbuild.sh || die
-   mkdir -p src/obj || die
-   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
-
-   sed -i 
's/^\(Icon=\).*$/\1bitcoin-qt/;s/^\(Categories=.*\)$/\1P2P;Network;Qt;/' 
contrib/debian/bitcoin-qt.desktop || die
-
-   eautoreconf
-   rm -r src/leveldb src/secp256k1 || die
-}
-
-src_configure() {
-   local my_econf=(
-   $(use_enable asm)
-   $(use_enable bip70)
-   $(use_with dbus qtdbus)
-   $(use_with libevent)
-   $(use_with qrcode qrencode)
-  

[gentoo-commits] repo/gentoo:master commit in: sci-libs/chemkit/

2018-04-07 Thread Andreas Sturmlechner
commit: 95b09ae3813e6ce1c6f491c6782f9f910dea7128
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 19:18:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b09ae3

sci-libs/chemkit: Drop unused multilib.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/chemkit/chemkit-0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/chemkit/chemkit-0.1-r2.ebuild 
b/sci-libs/chemkit/chemkit-0.1-r2.ebuild
index 987c32161c1..d48fef817b3 100644
--- a/sci-libs/chemkit/chemkit-0.1-r2.ebuild
+++ b/sci-libs/chemkit/chemkit-0.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils multilib python-single-r1 virtualx
+inherit cmake-utils python-single-r1 virtualx
 
 DESCRIPTION="Library for chemistry applications"
 HOMEPAGE="http://www.chemkit.org/";



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

2018-04-07 Thread Andreas Sturmlechner
commit: 36118ca20461b5421246550de2b2af247b5cec7b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 20:32:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 20:48:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36118ca2

media-video/vcdimager: 2.0.1 version bump

Bug: https://bugs.gentoo.org/641550
Closes: https://bugs.gentoo.org/641470
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-video/vcdimager/Manifest   |  1 +
 media-video/vcdimager/vcdimager-2.0.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/media-video/vcdimager/Manifest b/media-video/vcdimager/Manifest
index e56f0870de7..f0057c24754 100644
--- a/media-video/vcdimager/Manifest
+++ b/media-video/vcdimager/Manifest
@@ -1 +1,2 @@
 DIST vcdimager-0.7.24.tar.gz 1066815 BLAKE2B 
b58648a4ab54b3151448c2aa17306105ada45d9708375c7461c7f9087b851339f8288855c0d38d1521317b303c79b432b5e99b39ca7b8f59da8ae7aff7238582
 SHA512 
162f361d3c871c85887f0b25e70c207c511dcf597f337633be3ce925e8c589a8ba26275b8378d1002b8c5eb56995eda017f5f1cf52e52a38e9ff900acba7a214
+DIST vcdimager-2.0.1.tar.gz 1115207 BLAKE2B 
edf70212e81a89924e64115cae9eab77619f7e639e5529b85cc6a80c6ef4f4028c8a207bec86c41283b9768f6a0f56ef56adfad18c7bba20c315b1e5554a83a9
 SHA512 
55a9d235149a35fe26576703c623a2c9a3f7deedd2e42e01271fdf1e1fdf14c51ee040ee3b5d15fe1b5860fbd4cbeb437362b1a1f40187c8d4d691b6b89a2230

diff --git a/media-video/vcdimager/vcdimager-2.0.1.ebuild 
b/media-video/vcdimager/vcdimager-2.0.1.ebuild
new file mode 100644
index 000..618eb4d7ef3
--- /dev/null
+++ b/media-video/vcdimager/vcdimager-2.0.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-minimal
+
+DESCRIPTION="GNU VCDimager"
+HOMEPAGE="https://www.gnu.org/software/vcdimager/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE="static-libs +xml"
+
+RDEPEND="
+   >=dev-libs/libcdio-2.0.0:0=[-minimal,${MULTILIB_USEDEP}]
+   dev-libs/popt
+   xml? ( dev-libs/libxml2:2 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS BUGS ChangeLog FAQ HACKING NEWS README THANKS TODO )
+
+src_prepare() {
+   default
+
+   # Avoid building useless programs. Bug #226249
+   sed -i \
+   -e 's/check_PROGRAMS =/check_PROGRAMS +=/' \
+   -e 's/noinst_PROGRAMS =/check_PROGRAMS =/' \
+   test/Makefile.in || die
+   sed -i \
+   -e 's/noinst_PROGRAMS =/check_PROGRAMS =/' \
+   example/Makefile.in || die
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   )
+   multilib_is_native_abi || myeconfargs+=( --without-cli-frontend )
+   if ! use xml || ! multilib_is_native_abi ; then
+   myeconfargs+=( --without-xml-frontend )
+   fi
+
+   ECONF_SOURCE="${S}" \
+   econf ${myeconfargs[@]}
+}
+
+multilib_src_install_all() {
+   find "${D}" -name '*.la' -delete || die
+   einstalldocs
+}



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

2018-04-07 Thread Matt Turner
commit: 43ee1c04e2259547f8cc23c2b5d93f43a99cfb7c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ee1c04

dev-python/pyflakes-1.6.0: ppc64 stable, bug 649350

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

diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild 
b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
index 1bd408d2a40..e6d99c9efff 100644
--- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2018-04-07 Thread Matt Turner
commit: a7012b0f40addb8d4593278f8bfbf15b3057c630
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7012b0f

dev-python/configparser-3.5.0-r1: ppc64 stable, bug 649350

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

diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild 
b/dev-python/configparser/configparser-3.5.0-r1.ebuild
index 35ef60e9941..0af73f402b7 100644
--- a/dev-python/configparser/configparser-3.5.0-r1.ebuild
+++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2018-04-07 Thread Matt Turner
commit: cbd0302bb89b527afe7ba2876c87a3b9dc6a6936
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd0302b

dev-python/flake8-3.5.0: ppc64 stable, bug 649350

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

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
index b91c4bc744f..138b6a16dc9 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



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

2018-04-07 Thread Matt Turner
commit: a1840df4afd463d0d4184e1fabffc1c891e22a27
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:32:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:32:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1840df4

dev-python/flake8-3.5.0: ppc stable, bug 649350

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

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
index 20834fd7bd0..b91c4bc744f 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



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

2018-04-07 Thread Matt Turner
commit: d3f8050da15304f8865bea267e6ffa2c7a1419cc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f8050d

dev-python/mock-2.0.0: ppc stable, bug 649350

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

diff --git a/dev-python/mock/mock-2.0.0.ebuild 
b/dev-python/mock/mock-2.0.0.ebuild
index 36df22a6604..e7d98dc0dd9 100644
--- a/dev-python/mock/mock-2.0.0.ebuild
+++ b/dev-python/mock/mock-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 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 ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 
 CDEPEND="



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

2018-04-07 Thread Matt Turner
commit: b5319b59dcd5caa2537029b622537022f50a3913
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5319b59

dev-python/pyflakes-1.6.0: ppc stable, bug 649350

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

diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild 
b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
index e0b9f73ab1b..1bd408d2a40 100644
--- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2018-04-07 Thread Matt Turner
commit: e5448a0857be36873acdef1c6319336ea1048e18
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5448a08

dev-python/mccabe-0.6.1: ppc64 stable, bug 649350

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

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
index 37db873dd61..343e122472b 100644
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



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

2018-04-07 Thread Matt Turner
commit: 851eba88b6a27d75bdba6803ca9342cf0b61f90a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851eba88

dev-python/funcsigs-1.0.2-r1: ppc64 stable, bug 649350

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

diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild 
b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
index a850bf4664f..34f1aa75183 100644
--- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
+++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-04-07 Thread Matt Turner
commit: e047171b587f3cba261c1ed00b467d0b398561f3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e047171b

dev-python/mock-2.0.0: ppc64 stable, bug 649350

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

diff --git a/dev-python/mock/mock-2.0.0.ebuild 
b/dev-python/mock/mock-2.0.0.ebuild
index e7d98dc0dd9..ee262713d5e 100644
--- a/dev-python/mock/mock-2.0.0.ebuild
+++ b/dev-python/mock/mock-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 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 ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 
 CDEPEND="



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

2018-04-07 Thread Matt Turner
commit: 2a5178ca3471cfd6b78e16e9457328f10a0e50af
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5178ca

dev-python/pycodestyle-2.3.1: ppc64 stable, bug 649350

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 1addf2a852d..38c779a4b3c 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/

2018-04-07 Thread Matt Turner
commit: e3d2949c5205071dd0a7dcf5368c19ba61ff71bd
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d2949c

virtual/python-funcsigs-1: ppc64 stable, bug 649350

 virtual/python-funcsigs/python-funcsigs-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-1.ebuild
index 041d5dfbd45..4a7f3f7a343 100644
--- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2018-04-07 Thread Matt Turner
commit: c1b6d7260b364aafd594c8e712a371f114ed1d3e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b6d726

dev-python/pycodestyle-2.3.1: ppc stable, bug 649350

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index b977897d1a8..1addf2a852d 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-04-07 Thread Matt Turner
commit: 5e48d45c1be3786a2dcc2ba64ca80b3a97c06de6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:32:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:32:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e48d45c

dev-python/funcsigs-1.0.2-r1: ppc stable, bug 649350

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

diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild 
b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
index f300a92655a..a850bf4664f 100644
--- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
+++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-04-07 Thread Matt Turner
commit: 5640b856286d03288b5d8418cdd9f322c84b52d3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:32:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5640b856

dev-python/configparser-3.5.0-r1: ppc stable, bug 649350

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

diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild 
b/dev-python/configparser/configparser-3.5.0-r1.ebuild
index 12ef27784d4..35ef60e9941 100644
--- a/dev-python/configparser/configparser-3.5.0-r1.ebuild
+++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2018-04-07 Thread Matt Turner
commit: 672f0e43f0c76681f29269d760a5361592ea7908
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:32:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:32:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672f0e43

dev-python/mccabe-0.6.1: ppc stable, bug 649350

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

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
index d8680e1ff0b..37db873dd61 100644
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/

2018-04-07 Thread Matt Turner
commit: ad46bf7ddd3502024b4077b008727735db9572d3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad46bf7d

virtual/python-funcsigs-1: ppc stable, bug 649350

 virtual/python-funcsigs/python-funcsigs-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-1.ebuild
index e35cd1ef4ca..041d5dfbd45 100644
--- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2018-04-07 Thread Sergei Trofimovich
commit: 7d61928648acb9b643f8aa3dcd9bc252318e04fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:30:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:30:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d619286

dev-perl/DateTime-TimeZone: keyworded 2.130.0 for ppc, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
index 36c6434e9a1..236b9517f08 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Sergei Trofimovich
commit: 362899bac48bdf425ae79c59b505bcff15976eee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:31:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:31:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362899ba

dev-perl/DateTime: keyworded 1.440.0 for ppc, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/DateTime/DateTime-1.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild 
b/dev-perl/DateTime/DateTime-1.440.0.ebuild
index dee0fefc9b6..50e91756f89 100644
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.440.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 CONFLICTS="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File-ShareDir/

2018-04-07 Thread Sergei Trofimovich
commit: 548675ac1cb7e19af59b3ccb2b2c17367c151d2e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:30:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:30:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548675ac

dev-perl/Test-File-ShareDir: keyworded 1.1.2 for ppc, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index a22d9857283..16c3c4d7b88 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



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

2018-04-07 Thread Sergei Trofimovich
commit: 1b2dc94e2230d8b18e7a33ae88ab09326974ac9e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:31:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:31:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2dc94e

dev-perl/DateTime-Locale: keyworded 1.160.0 for ppc, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index 8f250d5f388..9eff2b99ebc 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Sergei Trofimovich
commit: 148f03a46c0a6a532f37ca7e752009a8748dcf53
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:26:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:26:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148f03a4

dev-perl/Scope-Guard: keyworded 0.210.0 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild 
b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
index e647b13568b..ead6150f908 100644
--- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lexically scoped resource management"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~mips ppc ~ppc64 x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2018-04-07 Thread Sergei Trofimovich
commit: a0943b80622bc1a29583207e44cc2c7bc1ca8b3a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:26:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:26:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0943b80

dev-perl/DateTime-TimeZone: keyworded 2.130.0 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
index 2ca9c6c8499..36c6434e9a1 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Sergei Trofimovich
commit: 3346ea5018029b211fbecc9ba8cbf26b22001986
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:26:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:26:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3346ea50

dev-perl/DateTime: keyworded 1.440.0 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/DateTime/DateTime-1.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild 
b/dev-perl/DateTime/DateTime-1.440.0.ebuild
index 6c188cf2487..dee0fefc9b6 100644
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.440.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 CONFLICTS="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/

2018-04-07 Thread Sergei Trofimovich
commit: bd34442c3cc8164f38483da06646a7b27581e2d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:26:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:26:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd34442c

dev-perl/File-Copy-Recursive: keyworded 0.380.0-r1 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild 
b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
index efc69f94689..d5006908864 100644
--- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="uses File::Copy to recursively copy dirs"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 SRC_TEST="do"



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

2018-04-07 Thread Sergei Trofimovich
commit: fa10a600052ccda9edb3dafca83beded4b6a71e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:27:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa10a600

dev-perl/DateTime-Locale: keyworded 1.160.0 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index 578643c0533..8f250d5f388 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File-ShareDir/

2018-04-07 Thread Sergei Trofimovich
commit: cd192df64de2f4f4b37ec59962a4010bcf8ffbc1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:26:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:26:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd192df6

dev-perl/Test-File-ShareDir: keyworded 1.1.2 for ppc64, bug #652718

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index f49a0130442..a22d9857283 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



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

2018-04-07 Thread Sergei Trofimovich
commit: d9b6c9d77873c092b6b339d5adc20308c0415440
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b6c9d7

net-libs/libnfsidmap: stable 0.25-r1 for ppc64, bug #648400

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 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 bc8a5da211d..c87adfee89a 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: x11-themes/golden-xcursors/

2018-04-07 Thread Sergei Trofimovich
commit: f228fa93ed8cbb85601aa9fb6136f1b01bfad4aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f228fa93

x11-themes/golden-xcursors: stable 0.8-r1 for ppc64, bug #648368

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild 
b/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild
index 7bf9b6f6262..ceefb8fd1b0 100644
--- a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild
+++ b/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
 
 S=${WORKDIR}/${MY_P:5}
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2018-04-07 Thread Sergei Trofimovich
commit: cbe68e521a8d0caf24cbb3ec8b934ffa35c52ea4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:22:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:22:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe68e52

gnome-extra/gucharmap: stable 10.0.3 for ppc64, bug #648464

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 gnome-extra/gucharmap/gucharmap-10.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
index f21650f5fb5..8476a60e86d 100644
--- a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap";
 
 LICENSE="GPL-3"
 SLOT="2.90"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 
 IUSE="debug +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-04-07 Thread Sergei Trofimovich
commit: 3174035b7c777b3f24ffe2713cc85b134954cb41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:22:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:22:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3174035b

app-i18n/unicode-data: stable 10.0.0 for ppc64, bug #648464

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index 52c12875205..fb8ec1b75a9 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/oftpd/

2018-04-07 Thread Sergei Trofimovich
commit: 78f90a109617fd9507536eea6c9235913b0dd019
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f90a10

net-ftp/oftpd: stable 0.3.7-r10 for ppc64, bug #648398

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 net-ftp/oftpd/oftpd-0.3.7-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/oftpd/oftpd-0.3.7-r10.ebuild 
b/net-ftp/oftpd/oftpd-0.3.7-r10.ebuild
index 0a2bee26eec..ac5e5c1b08e 100644
--- a/net-ftp/oftpd/oftpd-0.3.7-r10.ebuild
+++ b/net-ftp/oftpd/oftpd-0.3.7-r10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~sh sparc x86"
 IUSE="ipv6"
 
 DEPEND="net-ftp/ftpbase"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/szip/

2018-04-07 Thread Sergei Trofimovich
commit: 9390eb31dec4c860d05c11d4e427dc380a62e1f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9390eb31

sci-libs/szip: stable 2.1-r2 for ppc64, bug #648344

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 sci-libs/szip/szip-2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/szip/szip-2.1-r2.ebuild b/sci-libs/szip/szip-2.1-r2.ebuild
index fca656b73b0..3f07f2a9542 100644
--- a/sci-libs/szip/szip-2.1-r2.ebuild
+++ b/sci-libs/szip/szip-2.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/src/${P}.tar.gz";
 LICENSE="szip"
 
 SLOT="0/2"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 IUSE="static-libs"
 RDEPEND="!sci-libs/libaec[szip]"



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

2018-04-07 Thread Sergei Trofimovich
commit: 8de7b45434145ed09eb390425e4eca373d8d4050
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de7b454

x11-libs/libast: stable 0.7-r1 for ppc64, bug #648364

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-libs/libast/libast-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libast/libast-0.7-r1.ebuild 
b/x11-libs/libast/libast-0.7-r1.ebuild
index a19d9e68d25..9164ebae050 100644
--- a/x11-libs/libast/libast-0.7-r1.ebuild
+++ b/x11-libs/libast/libast-0.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="imlib cpu_flags_x86_mmx pcre"
 
 RDEPEND="



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

2018-04-07 Thread Sergei Trofimovich
commit: 32a2a2f3c26bd9d665962053b6c265cab86b8164
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a2a2f3

x11-libs/neXtaw: stable 0.15.1-r2 for ppc64, bug #648366

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-libs/neXtaw/neXtaw-0.15.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/neXtaw/neXtaw-0.15.1-r2.ebuild 
b/x11-libs/neXtaw/neXtaw-0.15.1-r2.ebuild
index 1d2b70999d8..9fde6ad6d63 100644
--- a/x11-libs/neXtaw/neXtaw-0.15.1-r2.ebuild
+++ b/x11-libs/neXtaw/neXtaw-0.15.1-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libICE



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

2018-04-07 Thread Sergei Trofimovich
commit: 2af183aaa29cedd722cd70802381b34fb6e5b6a5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:22:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:22:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af183aa

app-misc/astrolog: stable 5.40-r3 for ppc64, bug #648482

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-misc/astrolog/astrolog-5.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/astrolog/astrolog-5.40-r3.ebuild 
b/app-misc/astrolog/astrolog-5.40-r3.ebuild
index f32d6379968..d742e39d831 100644
--- a/app-misc/astrolog/astrolog-5.40-r3.ebuild
+++ b/app-misc/astrolog/astrolog-5.40-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.astrolog.org/ftp/ast54unx.shr";
 
 LICENSE="astrolog"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="X"
 
 DEPEND="X? ( x11-libs/libX11 )"



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

2018-04-07 Thread Sergei Trofimovich
commit: c228e6d44c17ab2c33d460cdf92257f0bd12
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c228e6d4

x11-libs/dnd: stable 1.1-r2 for ppc64, bug #648362

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-libs/dnd/dnd-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index 58cbce52483..1859fa9f719 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix";
 SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz";
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
 
 RDEPEND="
x11-libs/libXt



[gentoo-commits] repo/gentoo:master commit in: dev-db/phpmyadmin/

2018-04-07 Thread Sergei Trofimovich
commit: cfbc421437439d333ccffada67f53c8db6faae29
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:21:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:21:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbc4214

dev-db/phpmyadmin: stable 4.7.8 for ppc64, bug #648330

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
index d21c17de88e..388c0a19120 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.7.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



[gentoo-commits] proj/portage:master commit in: pym/portage/util/_eventloop/

2018-04-07 Thread Zac Medico
commit: db3d216676831d8b6c184fb25f94dc54f8710a11
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Apr  7 20:19:26 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr  7 20:20:15 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=db3d2166

GlibEventLoop: remove (unused and unmaintained)

 pym/portage/util/_eventloop/GlibEventLoop.py | 23 ---
 pym/portage/util/_eventloop/global_event_loop.py |  1 -
 2 files changed, 24 deletions(-)

diff --git a/pym/portage/util/_eventloop/GlibEventLoop.py 
b/pym/portage/util/_eventloop/GlibEventLoop.py
deleted file mode 100644
index f2f5c5e64..0
--- a/pym/portage/util/_eventloop/GlibEventLoop.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-class GlibEventLoop(object):
-
-   # TODO: Support multiprocessing by using a separate glib.MainContext
-   # instance for each process.
-   supports_multiprocessing = False
-
-   def __init__(self):
-   import gi.repository.GLib as glib
-   self.IO_ERR = glib.IO_ERR
-   self.IO_HUP = glib.IO_HUP
-   self.IO_IN = glib.IO_IN
-   self.IO_NVAL = glib.IO_NVAL
-   self.IO_OUT = glib.IO_OUT
-   self.IO_PRI = glib.IO_PRI
-   self.iteration = glib.main_context_default().iteration
-   self.child_watch_add = glib.child_watch_add
-   self.idle_add = glib.idle_add
-   self.io_add_watch = glib.io_add_watch
-   self.timeout_add = glib.timeout_add
-   self.source_remove = glib.source_remove

diff --git a/pym/portage/util/_eventloop/global_event_loop.py 
b/pym/portage/util/_eventloop/global_event_loop.py
index 502dab882..e2c7d71ea 100644
--- a/pym/portage/util/_eventloop/global_event_loop.py
+++ b/pym/portage/util/_eventloop/global_event_loop.py
@@ -6,7 +6,6 @@ import os
 from .EventLoop import EventLoop
 
 _default_constructor = EventLoop
-#from .GlibEventLoop import GlibEventLoop as _default_constructor
 
 # If _default_constructor doesn't support multiprocessing,
 # then _multiprocessing_constructor is used in subprocesses.



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

2018-04-07 Thread Sergei Trofimovich
commit: e1e764680bc329188cf0daa515e3741b7e5d0c50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:03:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:03:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e76468

sys-devel/binutils: fix s/annd/all/ typo

Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r1.ebuild | 2 +-
 sys-devel/binutils/binutils-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
index 1940638068c..3666a095749 100644
--- a/sys-devel/binutils/binutils-2.30-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -401,7 +401,7 @@ pkg_postrm() {
 # Note [tooldir hack for ldscripts]
 # -
 # Build system does not allow ./configure to tweak every location
-# we need for slotting binutils hence annd the shuffling in
+# we need for slotting binutils hence all the shuffling in
 # src_install(). This note is about SCRIPTDIR define handling.
 #
 # SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index 2c6b66e54bb..bab46c55f2e 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -398,7 +398,7 @@ pkg_postrm() {
 # Note [tooldir hack for ldscripts]
 # -
 # Build system does not allow ./configure to tweak every location
-# we need for slotting binutils hence annd the shuffling in
+# we need for slotting binutils hence all the shuffling in
 # src_install(). This note is about SCRIPTDIR define handling.
 #
 # SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value



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

2018-04-07 Thread Sergei Trofimovich
commit: bcab49022f23201eb970383cda56842c028f4622
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 19:48:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 19:48:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcab4902

sys-devel/binutils: fix typos and add accidentally words

Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r1.ebuild | 9 +
 sys-devel/binutils/binutils-.ebuild| 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
index 145bbe7e290..1940638068c 100644
--- a/sys-devel/binutils/binutils-2.30-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -390,7 +390,7 @@ pkg_postrm() {
 # Note [slotting support]
 # ---
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -400,10 +400,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # -
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index 1c3f3623a94..2c6b66e54bb 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -387,7 +387,7 @@ pkg_postrm() {
 # Note [slotting support]
 # ---
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -397,10 +397,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # -
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.



[gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils-config/files/, sys-devel/binutils-config/

2018-04-07 Thread Fabian Groffen
commit: e3db9ab7035d02c9e902615b8745b86cd2360638
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Apr  7 19:43:06 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Apr  7 19:43:06 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e3db9ab7

sys-devel/binutils-config: stop breaking our gcc installs

Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

 sys-devel/binutils-config/Manifest |  2 -
 .../binutils-config/binutils-config-5-r03.1.ebuild | 78 --
 ...r03.2.ebuild => binutils-config-5-r03.5.ebuild} |  9 +--
 sys-devel/binutils-config/files/binutils-config-5  |  7 +-
 4 files changed, 10 insertions(+), 86 deletions(-)

diff --git a/sys-devel/binutils-config/Manifest 
b/sys-devel/binutils-config/Manifest
index 290abb8cfc..a28d45bba6 100644
--- a/sys-devel/binutils-config/Manifest
+++ b/sys-devel/binutils-config/Manifest
@@ -1,3 +1 @@
-DIST binutils-config-ldwrapper-5.3.1.c 8342 BLAKE2B 
18658a8188acfcd7494981bd60f53590f5610c7ffd9173f223da740c09acd9ed40aaf911faa6f9a517e5e8779cbaaea9d4398679b7a3037655a7994d9c319345
 SHA512 
af21c1b9bb465990e8490641023403ec27e31bd69f94fc86572392285a540ddc25d59fd8f682c0cb2d2a84c5e33fea08bd0ec2cb52861147075ccfd5e18067b0
-DIST binutils-config-ldwrapper-5.3.2.c 11791 BLAKE2B 
7284c1f201b581b87a3dccfd9c572e0e03fa81af1c72fcd4edce15c53c04329316aa20a1135f7b728e35b3551ebb418eacc599da6a4803924dfddf7fbccaf1be
 SHA512 
5e0917d50ba1cb0daee71bdd225809579bfc0a129c7bed234346f17a21aec6a0cddde35d5bc598924e840c45d6f9e738fd09f969904ca5df6041d38e5e0f0c2e
 DIST binutils-config-ldwrapper-5.3.4.c 13467 BLAKE2B 
132c497c59c1315c4d9e85c842fa5636aac5d96aa2db69e1f677c31cd8a509653589c178058285c4e2e72d5095734f6849969f9ff99edfe1794c69733b60047c
 SHA512 
cd4f33e37b2cd9e66d2e80aec28bec56e3d5383f15018b20c1afccd00e74d5f8ac2c6c2d8dde0de4be36aeec1237e2cc9b07326bceb24b2ca819e54c65ae6478

diff --git a/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild 
b/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild
deleted file mode 100644
index c42663d6d1..00
--- a/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils prefix
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://www.gentoo.org/";
-GIT_REV="d469b099b5e8aed45ff2edf78f91822b805440d3"
-WRAPPER_REV="${PV}.3.1"
-SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV}
 -> ${PN}-ldwrapper-${WRAPPER_REV}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions
-   !https://www.gentoo.org/";
-GIT_REV="e30f557eb73bff37366a44ebbbf4efdc0c616c58"
-WRAPPER_REV="${PV}.3.2"
+GIT_REV="edc0d44f70c27daebcc080ac5d08e8e191bccd95"
+WRAPPER_REV="${PV}.3.4"
 
SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV}
 -> ${PN}-ldwrapper-${WRAPPER_REV}.c"
 
 LICENSE="GPL-2"
@@ -29,6 +29,7 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-5-ldwrapper.patch"
fi
eprefixify ${PN}
+   eapply_user
 }
 
 src_configure() {

diff --git a/sys-devel/binutils-config/files/binutils-config-5 
b/sys-devel/binutils-config/files/binutils-config-5
index e6c5fac002..46eb2b21c4 100755
--- a/sys-devel/binutils-config/files/binutils-config-5
+++ b/sys-devel/binutils-config/files/binutils-config-5
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Format of /etc/env.d/binutils/:
@@ -159,7 +159,10 @@ switch_profile() {
mkdir -p "${dstlib}"
rm -rf "${ROOT}/${BINPATH_LINKS}"/ldscripts
atomic_ln "${LIBPATH}/ldscripts" "${dstlib}" "ldscripts"
-   find -L "${dstlib}" -xtype l -name 'lib*' -exec rm -f {} +
+   # PREFIX LOCAL: we have gcc under dstlib here, and wiping symlinks
+   # is a very bad idea there, or our symlinked sonames disappear!
+   find -L "${dstlib}"/ldscripts -xtype l -name 'lib*' -exec rm -f {} +
+   # END PREFIX LOCAL
 
#
# Clean out old generated include symlinks



[gentoo-commits] repo/gentoo:master commit in: app-doc/mkdoxy/

2018-04-07 Thread Sergei Trofimovich
commit: b45b7622c086593c505bc8f2a88b0728a341d8e8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:06:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:06:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45b7622

app-doc/mkdoxy: stable 1.0.0-r1 for ppc, bug #647382

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild 
b/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
index da5050b66f1..98ce30fe032 100644
--- a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
+++ b/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2018-04-07 Thread Sergei Trofimovich
commit: 9e6bcb59e0e8ebc2efb8be35627521cbfca2e951
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:07:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6bcb59

app-misc/away: stable 0.9.5-r2 for ppc, bug #647384

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/away/away-0.9.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/away/away-0.9.5-r2.ebuild 
b/app-misc/away/away-0.9.5-r2.ebuild
index 879e37460c9..daf7c44d333 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 RDEPEND=">=sys-libs/pam-0.75"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2018-04-07 Thread Sergei Trofimovich
commit: e25c9a89c7e9629e66c384efae346738cc950078
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:06:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:06:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25c9a89

mail-mta/exim: stable 4.90.1 for ppc, bug #647240

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 mail-mta/exim/exim-4.90.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.90.1.ebuild b/mail-mta/exim/exim-4.90.1.ebuild
index cd09df930e6..9bc64560b94 100644
--- a/mail-mta/exim/exim-4.90.1.ebuild
+++ b/mail-mta/exim/exim-4.90.1.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="http://www.exim.org/";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=sys-libs/db-3.2:=



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

2018-04-07 Thread Sergei Trofimovich
commit: 7c60f4480178f682a84a451c42fee5f1efec702f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:07:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:07:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c60f448

app-misc/calendar: stable 0.9.1-r1 for ppc, bug #647386

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild 
b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index ceb410dac85..0f07c38b782 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 
 DOCS=( README )
 



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

2018-04-07 Thread Sergei Trofimovich
commit: 1b764468842e3d805d767ffb8e4e5069c2a7e17c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 17:50:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 17:50:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b764468

sys-apps/dbus: stable 1.10.24 for ppc64, bug #648306

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

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



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2018-04-07 Thread Andrey Utkin
commit: ae4f183c118118bf3fd617cd44df318649a30fb2
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Apr  7 17:20:21 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Sat Apr  7 17:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4f183c

net-wireless/hostapd: correct license

Since 2.0 release, hostapd is BSD only, according to changelog.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/hostapd/hostapd-2.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r1.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
index 6b492e80327..8a0d613bea7 100644
--- a/net-wireless/hostapd/hostapd-2.6-r1.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-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 @@ DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
 HOMEPAGE="http://hostap.epitest.fi";
 SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz";
 
-LICENSE="|| ( GPL-2 BSD )"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~mips ppc x86"
 IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda"



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

2018-04-07 Thread Sergei Trofimovich
commit: a5f1a12c51742a4fa3c0b4fd88da0055a79eff73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 17:14:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 17:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f1a12c

media-libs/mesa: stable 17.3.8 for ia64, bug #652350

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 media-libs/mesa/mesa-17.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-17.3.8.ebuild 
b/media-libs/mesa/mesa-17.3.8.ebuild
index 0f839a82366..ed41635c1d0 100644
--- a/media-libs/mesa/mesa-17.3.8.ebuild
+++ b/media-libs/mesa/mesa-17.3.8.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-04-07 Thread Sergei Trofimovich
commit: 47ea39bc96e4c775f5f1ca24a083358a765ffc15
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 17:14:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 17:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ea39bc

x11-libs/libdrm: stable 2.4.89 for ia64, bug #652350

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 x11-libs/libdrm/libdrm-2.4.89.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild 
b/x11-libs/libdrm/libdrm-2.4.89.ebuild
index f89932d4003..15d95319ca1 100644
--- a/x11-libs/libdrm/libdrm-2.4.89.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.89.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2018-04-07 Thread Zac Medico
commit: c26bcc33c40e2259ae71e8f2666e29e087de420e
Author: kewl fft  alto  eu  org>
AuthorDate: Sat Apr  7 14:21:44 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr  7 17:09:27 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c26bcc33

etc-update: add antergos to Arch Linux derivatives

Closes: https://github.com/gentoo/portage/pull/294

 bin/etc-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/etc-update b/bin/etc-update
index 7cd880d7c..5a4041c07 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -36,7 +36,7 @@ OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' 
| cut -d'=' -f2)
 
 case $OS_RELEASE_ID in
suse|opensuse) OS_FAMILY='suse' NEW_EXT='rpmnew';;
-   arch|manjaro) OS_FAMILY='arch' NEW_EXT='pacnew';;
+   arch|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';;
*) OS_FAMILY='gentoo' ;;
 esac
 



[gentoo-commits] data/glep:master commit in: /

2018-04-07 Thread Ulrich Müller
commit: 528339fc6abc189665cbc5d90cddd4aa800e037f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Apr  7 14:48:56 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Apr  7 16:59:48 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=528339fc

glep-{0044,0058,0060}: Replaced by GLEP 74.

GLEP 74 has been accepted and replaces GLEPs 44, 58, and 60. Update
their status to Replaced and add corresponding Replaced-By headers.

 glep-0044.rst | 5 +++--
 glep-0058.rst | 5 +++--
 glep-0060.rst | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/glep-0044.rst b/glep-0044.rst
index 0b21cf4..345d70e 100644
--- a/glep-0044.rst
+++ b/glep-0044.rst
@@ -3,12 +3,13 @@ GLEP: 44
 Title: Manifest2 format
 Author: Marius Mauch 
 Type: Standards Track
-Status: Final
+Status: Replaced
 Version: 1
 Created: 2005-12-04
-Last-Modified: 2014-01-23
+Last-Modified: 2018-04-07
 Post-History: 2005-12-06, 2006-01-23, 2006-09-03
 Content-Type: text/x-rst
+Replaced-By: 74
 ---
 
 

diff --git a/glep-0058.rst b/glep-0058.rst
index 9a9e96c..1be9037 100644
--- a/glep-0058.rst
+++ b/glep-0058.rst
@@ -3,13 +3,14 @@ GLEP: 58
 Title: Security of distribution of Gentoo software - Infrastructure to User 
distribution - MetaManifest
 Author: Robin Hugh Johnson 
 Type: Standards Track
-Status: Accepted
+Status: Replaced
 Version: 1
 Created: 2008-10-22
-Last-Modified: 2014-01-23
+Last-Modified: 2018-04-07
 Post-History: 2009-12-01, 2010-01-31
 Content-Type: text/x-rst
 Requires: 44, 60
+Replaced-By: 74
 ---
 
 

diff --git a/glep-0060.rst b/glep-0060.rst
index 37fef47..c2e158e 100644
--- a/glep-0060.rst
+++ b/glep-0060.rst
@@ -3,13 +3,14 @@ GLEP: 60
 Title: Manifest2 filetypes
 Author: Robin Hugh Johnson 
 Type: Standards Track
-Status: Accepted
+Status: Replaced
 Version: 1
 Created: 2008-10-22
-Last-Modified: 2014-01-23
+Last-Modified: 2018-04-07
 Post-History: 2009-12-01, 2010-01-31
 Content-Type: text/x-rst
 Requires: 44
+Replaced-By: 74
 ---
 
 Abstract



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

2018-04-07 Thread Patrice Clement
commit: f9e03e19d51f6b981e0ad1039a704590452d3c98
Author: Muhammad Herdiansyah  netc  eu>
AuthorDate: Thu Apr  5 23:12:43 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:42:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e03e19

app-misc/neofetch: remove old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7831

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.0.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 315f75845de..38b7a9a01b4 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.0.1.tar.gz 66571 BLAKE2B 
e11b39d851359fa1d83778b3b96bc4016bd42d42848c6a37c70aff0ff48f48f52fcdd7b2e5076933dc64dedad8d8727975bab488b2270af2c45d835aba12939d
 SHA512 
e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad
 DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 
4809b972f0cb3ea641cbda00e617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc
 SHA512 
0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0

diff --git a/app-misc/neofetch/neofetch-3.0.1.ebuild 
b/app-misc/neofetch/neofetch-3.0.1.ebuild
deleted file mode 100644
index ed8aa03c69f..000
--- a/app-misc/neofetch/neofetch-3.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch";
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"
-
-pkg_postinst() {
-   ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
-   ewarn "guarantee that your config will work in neofetch 3.0. As such,"
-   ewarn "we recommend you to use a new config. You can delete your 
current"
-   ewarn "config from $HOME/.config/neofetch"
-
-   einfo "The system-wide config has been moved from 
/usr/share/neofetch/config"
-   einfo "to /etc/neofetch/config."
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/

2018-04-07 Thread Patrice Clement
commit: 407bfc6f65518dbc49360673997d68e2b3d1b5ba
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 06:56:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:09:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407bfc6f

lxde-base/lxsession: improve HOMEPAGE and use HTTPS.

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

 lxde-base/lxsession/lxsession-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxsession/lxsession-0.5.2.ebuild 
b/lxde-base/lxsession/lxsession-0.5.2.ebuild
index cbfa54102c4..acb3e77566e 100644
--- a/lxde-base/lxsession/lxsession-0.5.2.ebuild
+++ b/lxde-base/lxsession/lxsession-0.5.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit vala autotools
 
 DESCRIPTION="LXDE session manager"
-HOMEPAGE="http://lxde.org/";
+HOMEPAGE="https://wiki.lxde.org/en/LXSession";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxrandr/

2018-04-07 Thread Patrice Clement
commit: 4d3984c9cc720e77234af0d0f4012e43d75a762c
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 07:05:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:18:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3984c9

lxde-base/lxrandr: improve HOMEPAGE and use HTTPS.

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

 lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild | 2 +-
 lxde-base/lxrandr/lxrandr-0.3.1.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
index 8ade7e9fef0..06bb4e51b5d 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
@@ -12,7 +12,7 @@ PLOCALE_BACKUP="en_GB"
 inherit l10n
 
 DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="http://lxde.org/";
+HOMEPAGE="https://wiki.lxde.org/en/LXRandR";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
index e9a1e018cb3..74a652865ae 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="http://lxde.org/";
+HOMEPAGE="https://wiki.lxde.org/en/LXRandR";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2018-04-07 Thread Patrice Clement
commit: a174505d5bfdaba4ff7b2e4d4a919455930ab50b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Apr  7 16:40:50 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:42:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a174505d

app-misc/neofetch: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/neofetch/neofetch-3.3.0.ebuild | 4 ++--
 app-misc/neofetch/neofetch-3.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild 
b/app-misc/neofetch/neofetch-3.3.0.ebuild
index d80e7afe694..6cba23e37f8 100644
--- a/app-misc/neofetch/neofetch-3.3.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.3.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
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch";
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 74d58f58175..0bfd665036b 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.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
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch";
 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
 LICENSE="MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2018-04-07 Thread Patrice Clement
commit: 05684301a6365a5fb5fa1cafaaac6dfc6d6fd5a6
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 07:29:16 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:18:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05684301

lxde-base/lxappearance-obconf: improve HOMEPAGE and use HTTPS.

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

 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild | 4 ++--
 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
index 02085b0ea6d..f5174e1d6d5 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="http://lxde.sourceforge.net";
+HOMEPAGE="https://lxde.org/";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
index 548138f3815..6c7d48be772 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.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 eutils
 
 DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="http://lxde.org/";
+HOMEPAGE="https://lxde.org/";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2018-04-07 Thread Patrice Clement
commit: aa6405a5189eae5bf47710a5463d55d0808f1f00
Author: Muhammad Herdiansyah  netc  eu>
AuthorDate: Fri Apr  6 00:37:12 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6405a5

app-misc/neofetch: version bump to 3.4.0.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 +
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 38b7a9a01b4..2770c0b618f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,4 @@
 DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 
4809b972f0cb3ea641cbda00e617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc
 SHA512 
0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
+DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
new file mode 100644
index 000..74d58f58175
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch";
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+   X? (
+   x11-apps/xprop
+   x11-apps/xwininfo
+   x11-apps/xrandr
+   www-client/w3m[imlib]
+   media-libs/imlib2
+   media-gfx/imagemagick
+   )"



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

2018-04-07 Thread Patrice Clement
commit: 8558a4fd80566015247c8eb165226555b43f58b2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Apr  7 16:33:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:41:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8558a4fd

www-client/w3m: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3-r9.ebuild| 2 +-
 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild 
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 61d0335e916..b4bce71092f 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${PV}+${MY_REL}.tar.gz -> ${MY_P
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 2960721b3b1..cf96341722f 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/

2018-04-07 Thread Fabian Groffen
commit: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Apr  7 15:59:03 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Apr  7 15:59:03 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1ef7ed6d

sys-apps/coreutils: fix sed not to produce invalid code

Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

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

diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild 
b/sys-apps/coreutils/coreutils-8.29.ebuild
index 6c8a9c89a4..a7ce6492fd 100644
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ b/sys-apps/coreutils/coreutils-8.29.ebuild
@@ -73,7 +73,7 @@ src_prepare() {
# we need replacement libs from libcoreutils.a here in 
order
# to finish the linking
sed -i \
-   -e 
"/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \
+   -e "/src_libstdbuf_so_LDADD/s:$: 
lib/libcoreutils.a:" \
Makefile.in \
|| die
fi



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

2018-04-07 Thread Sergei Trofimovich
commit: 3b51089b55836bb36e0e0123f68068642ee0437f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 15:56:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 15:56:49 2018 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=3b51089b

README: wordsmithing, fixed a few typos

Signed-off-by: Sergei Trofimovich  gentoo.org>

 README | 146 ++---
 1 file changed, 76 insertions(+), 70 deletions(-)

diff --git a/README b/README
index 65703cb..99287a1 100644
--- a/README
+++ b/README
@@ -6,27 +6,31 @@ crossdev is a cross-compiler environment generator for Gentoo.
 It is useful for various purposes:
 
 - build cross-compiler toolchain for an operating system
-- build cross-compiler toolchain for embedded targets (bare metal)
+- build cross-compiler toolchain for embedded target (bare metal)
 - cross-compile whole Gentoo on a new (or existing) target
 - cross-compile your favourite tool for every target out there
   just to make sure it still compiles and works. Countless bugs
-  were found fixed like that :)
+  were found and fixed like that :)
 
 Crossdev nano HOWTO
 ---
 
-So you want to cross-compile a Gentoo package (say busybox):
+So you want to cross-compile a Gentoo package (say busybox to s390x):
 
-# crossdev -t s390x-unknown-linux-gnu
-# (optional) ARCH=s390 PORTAGE_CONFIGROOT=/usr/s390x-unknown-linux-gnu eselect 
profile set default/linux/s390/17.0/s390x
-# USE=static s390x-unknown-linux-gnu emerge -v1 busybox
-# file /usr/s390x-unknown-linux-gnu/bin/busybox
-/usr/s390x-unknown-linux-gnu/bin/busybox: ELF 64-bit MSB executable, IBM 
S/390, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, stripped
+  # crossdev -t s390x-unknown-linux-gnu
+  # (optional) ARCH=s390 PORTAGE_CONFIGROOT=/usr/s390x-unknown-linux-gnu 
eselect profile set default/linux/s390/17.0/s390x
+  # USE=static s390x-unknown-linux-gnu-emerge -v1 busybox
+  # file /usr/s390x-unknown-linux-gnu/bin/busybox
+  /usr/s390x-unknown-linux-gnu/bin/busybox: ELF 64-bit MSB executable, IBM 
S/390, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, stripped
 
 Done!
 
-You can even use qemu-user to run this binary (or even chroot
-to /usr/s390x-unknown-linux-gnu!
+You can use qemu-user to run this binary:
+
+  $ qemu-s390x -L /usr/s390x-unknown-linux-gnu/ 
/usr/s390x-unknown-linux-gnu/bin/busybox uname -m
+  s390x
+
+or even chroot to /usr/s390x-unknown-linux-gnu directory!
 
 https://wiki.gentoo.org/wiki/Crossdev_qemu-static-user-chroot
 
@@ -36,7 +40,7 @@ Supported platforms
 Cross-compilation is fairly well supported to linux targets.
 Windows is not too broken either.
 
-But prepare for rough corners. This doc will try to help you
+Be prepared for rough corners. This doc will try to help you
 understand what crossdev does and does not do.
 
 A few examples of targets that worked today (produce running
@@ -75,31 +79,31 @@ executables or kernels if applies):
  x86_64-pc-linux-gnu-7.3.0
  x86_64-w64-mingw32-7.3.0
 
-A few more things are likely to Just Work
-and many more can be made work with a litle touch.
+A few more targets are likely to Just Work.
+And many more can be made to work with a litle touch.
 
 How crossdev works (high-level overview)
 
 
-crossdev is a tiny shell wrapper around emerge. Wrapper overrides
-a few variabled to aim emerge to another target.
+crossdev is a tiny shell wrapper around emerge tool. The wrapper
+overrides a few variables to aim emerge at another target.
 
-Crossdev leverages following features of portage (and ::gentoo ebulds):
+Crossdev leverages the following features of portage (and ::gentoo
+ebulds):
 
 - ability to override ROOT=/usr/ to install cross-compiled
   packages into a new root on a filesystem to avoid cluttering host.
 
 - ability to override PORTAGE_CONFIGROOT=/usr/ to untangle
-  from host's portage configuration.
-
-  Namely crossdev populates /usr//etc/portage/ with defaults
-  suitable for cross-compiling (ARCH, KERNEL, ELIBC variables and so on).
-  You can change all of it.
+  from host's /etc/portage/ configuration. Namely crossdev populates
+  /usr//etc/portage/
+  with defaults suitable for cross-compiling (ARCH, KERNEL, ELIBC
+  variables and so on). You can change all of them.
 
 - set CBUILD/CHOST/CTARGET variables accordingly to force build
   system into cross-compiling mode. For autotools-based system
-  it means running the following configure script:
-./configure --build=${CBUILD} --host=${CHOST} --target=${CTARGET}
+  it means running ./configure script using following options:
+./configure --build=${CBUILD} --host=${CHOST} --target=${CTARGET} ...
 
 If toolchains were simple programs crossdev would be a one-liner script:
 
@@ -114,27 +118,29 @@ Unfortunately todays' toolchains have loops in their 
build-time dependencies:
 
 - cross-compiler itself normally ne

[gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/

2018-04-07 Thread Jonas Stein
commit: 01e80846784f5d8bdbf20c19eca6c06cf7d144c9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr  7 15:43:20 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Apr  7 15:43:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e80846

app-office/texstudio: Bump to 2.12.8

Thanks to charIes17, who made a PR at the same time.
Closes: https://bugs.gentoo.org/652642
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/texstudio/Manifest|  1 +
 app-office/texstudio/texstudio-2.12.8.ebuild | 89 
 2 files changed, 90 insertions(+)

diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
index 7bc0fdefeab..9b59224be56 100644
--- a/app-office/texstudio/Manifest
+++ b/app-office/texstudio/Manifest
@@ -2,3 +2,4 @@ DIST texstudio-2.11.2.tar.gz 24143941 BLAKE2B 
2c17b70cd497338ee9c7cd7fda0bdcb877
 DIST texstudio-2.12.2.tar.gz 26311798 BLAKE2B 
1eb3add771a28918f39c69bb167eee31456ab87afcff0f4ae66ccd73d96fdfba5cbfbc57666908f7e7ffb5c69fd2d5aebf342338b9e3a56d3c31fb774f9cd1a7
 SHA512 
255b211fe715ffc91706ab20877ffaa4b8e0710d3e6f381e7a6b8eed19bb889d89d0913756839c1f0c427029c0da9713b78bd1e21769ccc46cf976b65c91c6f6
 DIST texstudio-2.12.4.tar.gz 26401510 BLAKE2B 
53f1aca4f28154c5ae0f941e074e2da6d727dedf6b5604b301efccd95eea256a6cb91bf887985d81c65964c0e407cd1a8c2037a3bd73559aa115bec3954df744
 SHA512 
6e1d114ae87c854231399004504e460d078b9bf26ceb25c7fc592b79d3234f9880f8c021c3ddb2ef26a883dbddc2b94f98f368c976aa16973d3c1a6823a4150d
 DIST texstudio-2.12.6.tar.gz 26511069 BLAKE2B 
95f2043222e15f96ed56dabb9937e3f8f1869cb667897bbdb48b99626089bf14a5e321c57ca5c9196d1cf2ce0beaad322b04d90f8a0b62189ff7c5be0d33
 SHA512 
16e846137b529f89f10dba3f847afe5a875ce1bc4029d002f76a1bcde491dd44756b27e38b4c5c159fcdb12b025759c8a0e8d8bd296e954b53032434170a
+DIST texstudio-2.12.8.tar.gz 26555418 BLAKE2B 
172c36aed91d273629109412e43f947c00e7d37d392098cc012826391c88f461659764b6b8c4fcff3d84e6ba7b10a4adddcc4298267e0fa0448a61f4c9b9da15
 SHA512 
0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb

diff --git a/app-office/texstudio/texstudio-2.12.8.ebuild 
b/app-office/texstudio/texstudio-2.12.8.ebuild
new file mode 100644
index 000..7d52ce3ecf4
--- /dev/null
+++ b/app-office/texstudio/texstudio-2.12.8.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils prefix qmake-utils xdg-utils
+
+DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
+HOMEPAGE="http://www.texstudio.org/ https://github.com/texstudio-org/texstudio";
+SRC_URI="https://github.com/texstudio-org/texstudio/archive/2.12.8.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="video"
+
+COMMON_DEPEND="
+   app-text/hunspell:=
+   app-text/poppler[qt5]
+   >=dev-libs/quazip-0.7.2[qt5(+)]
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsvg:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   x11-libs/libX11
+   x11-libs/libXext
+   video? ( media-libs/phonon[qt5(+)] )"
+RDEPEND="${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   app-text/psutils
+   media-libs/netpbm
+   virtual/latex-base"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   # TODO: find hunspell quazip utilities/poppler-data qtsingleapplication 
-delete || die
+
+   if use video; then
+   sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
+   fi
+
+   sed \
+   -e '/qtsingleapplication.pri/d' \
+   -i ${PN}.pro || die
+
+   cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
+   eprefixify ${PN}.pri
+
+   # fix build with quazip-0.7.2 - bug 597930
+   sed -i ${PN}.pro -e "s|include/quazip|&5|" || die
+   sed -i ${PN}.pri -i ${PN}.pro -e "s/-lquazip/&5/" || die
+}
+
+src_configure() {
+   eqmake5 USE_SYSTEM_HUNSPELL=1 USE_SYSTEM_QUAZIP=1
+}
+
+src_install() {
+   local i
+   for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
+   newicon -s ${i} utilities/${PN}${i}.png ${PN}.png
+   done
+   emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/localepurge/files/, app-admin/localepurge/

2018-04-07 Thread Andreas Sturmlechner
commit: 2fa99908795c6b9bd4248b461dba8070a65122d9
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr  6 12:31:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa99908

app-admin/localepurge: EAPI bump, epatch->eapply

Removed eutils and switched epatch's to PATCH=() array.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7843

 .../files/localepurge-0.5.4-directorysum.patch  |  4 ++--
 .../files/localepurge-0.5.4-evaltotal.patch |  4 ++--
 .../files/localepurge-0.5.4-parentdir.patch |  4 ++--
 .../files/localepurge-0.5.4-prefix.patch|  4 ++--
 app-admin/localepurge/localepurge-0.5.4-r2.ebuild   | 21 +++--
 5 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
index f837d2845d5..ebca3b755ae 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-04 23:15:29.422756767 +0100
-+++ localepurge2012-12-04 23:16:13.313756491 +0100
+--- a/localepurge
 b/localepurge
 @@ -198,7 +198,7 @@
  
  if [ "$SHOWFREEDSPACE" = "enabled" ]; then

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
index df80a7f9c8a..aed40828334 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
@@ -1,5 +1,5 @@
 localepurge.original   2012-12-02 18:32:35.0 +0400
-+++ localepurge2013-01-14 19:31:35.327821252 +0400
+--- a/localepurge
 b/localepurge
 @@ -254,7 +254,7 @@
  
  # Calculating and reporting total disk space freed:

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
index 2b052ddf4d9..2d8d6dac572 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-04 23:08:17.754765708 +0100
-+++ localepurge2012-12-04 23:09:02.397765264 +0100
+--- a/localepurge
 b/localepurge
 @@ -165,7 +165,14 @@
  ${ACTION} `find ${REMOVEPATH} -type f -o -type l`
  

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
index 66ebbf09ac9..488871381ae 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-02 19:56:18.0 +0100
-+++ localepurge2012-12-02 20:00:38.0 +0100
+--- a/localepurge
 b/localepurge
 @@ -1,14 +1,14 @@
 -#!/bin/bash
 +#!@GENTOO_PORTAGE_EPREFIX@/bin/bash

diff --git a/app-admin/localepurge/localepurge-0.5.4-r2.ebuild 
b/app-admin/localepurge/localepurge-0.5.4-r2.ebuild
index cb6dca5900a..2375b29b4a0 100644
--- a/app-admin/localepurge/localepurge-0.5.4-r2.ebuild
+++ b/app-admin/localepurge/localepurge-0.5.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
-inherit eutils prefix
+inherit prefix
 
 DESCRIPTION="Script to recover diskspace on unneeded locale files & localized 
man pages"
 HOMEPAGE="https://gentoo.org
@@ -20,14 +20,15 @@ RDEPEND="app-shells/bash"
 
 S=${WORKDIR}/${PN}
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.4-prefix.patch
+   "${FILESDIR}"/${PN}-0.5.4-directorysum.patch # 164544
+   "${FILESDIR}"/${PN}-0.5.4-parentdir.patch #445910
+   "${FILESDIR}"/${PN}-0.5.4-evaltotal.patch #452208
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-prefix.patch
-   # 164544
-   epatch "${FILESDIR}"/${P}-directorysum.patch
-   # 445910
-   epatch "${FILESDIR}"/${P}-parentdir.patch
-# 452208
-   epatch "${FILESDIR}"/${P}-evaltotal.patch
+   default
eprefixify ${PN}
 }
 



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

2018-04-07 Thread Andreas Sturmlechner
commit: c9526cde161497cd43721f89c6d8aa23328be8e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 18 14:06:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9526cde

app-text/poppler: Cleanup vulnerable

Bug: https://bugs.gentoo.org/644388
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/poppler/Manifest  |   2 -
 .../files/poppler-0.26.0-qt5-dependencies.patch|  31 ---
 .../poppler/files/poppler-0.33.0-openjpeg2.patch   |  15 --
 app-text/poppler/files/poppler-0.40-FindQt4.patch  |  31 ---
 .../files/poppler-0.53.0-respect-cflags.patch  |  52 -
 .../files/poppler-0.57.0-CVE-2017-14517.patch  |  27 ---
 .../files/poppler-0.57.0-CVE-2017-14518.patch  |  27 ---
 .../files/poppler-0.57.0-CVE-2017-14519.patch  | 100 
 .../files/poppler-0.57.0-CVE-2017-14520.patch  |  24 --
 .../files/poppler-0.57.0-CVE-2017-14617.patch  |  31 ---
 .../files/poppler-0.57.0-CVE-2017-14926.patch  |  36 ---
 .../files/poppler-0.57.0-CVE-2017-14927.patch  |  32 ---
 .../files/poppler-0.57.0-CVE-2017-14928.patch  |  69 --
 .../files/poppler-0.57.0-CVE-2017-14929.patch  | 252 -
 .../files/poppler-0.57.0-CVE-2017-15565.patch  |  28 ---
 app-text/poppler/poppler-0.57.0-r1.ebuild  | 158 -
 app-text/poppler/poppler-0.61.1.ebuild | 145 
 17 files changed, 1060 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index b0c5d45b7c7..2a44f3b9a7f 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,4 +1,2 @@
-DIST poppler-0.57.0.tar.xz 1703300 BLAKE2B 
e4126dff2e0ee140fa4c5c30d5a57da5aff38d4c1f566e4ace22d3fe625949db3a662a8513881702cd5c5c302845998dd462048b5158abaf1d119650c997c84c
 SHA512 
197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f
-DIST poppler-0.61.1.tar.xz 1433696 BLAKE2B 
6749466223d3bb0e891c6b26c7f1faa5c774dd47ac94c22474efe4a52af228aeb2abbb8ab268667acaa83fb41293246266124a111740df764eeedbe229fa70aa
 SHA512 
780ebf07ad757635f3f71c7b1f61ad0849526f99f0dc514c3290c4e8db7000a68dfe50c17253d4c086aec5c5390055102478eba96699088179822f3be5ce278d
 DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 
01c8745d0c1fa5b412ec92295a8784f5c1deff8b9fa709d09a3236d630f78fecc6af23fe3302964478d6356562712726db422ef51fe59a8b42e13e08370a77ac
 SHA512 
91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706
 DIST poppler-0.63.0.tar.xz 1439552 BLAKE2B 
9bf5cff7f5fec93ec7d49d1745aadb2b03a68d38216003e4bff54a5d264c9dda10265da79a755af1f31b582602d034cfefb16b807185d674a2cfe0d20e5de277
 SHA512 
a151d08480e9940a02191355ef5e7499d6494cff05f22f49de2bb8223512f5e5c9bb9b33651943ded30b4cd7096a2423fb7a01fa62228fbcd1d3a221b885cfe9

diff --git a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch 
b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
deleted file mode 100644
index bf1effd4377..000
--- a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 95f6a96e390830233d953f8afa37817499912b35 Mon Sep 17 00:00:00 2001
-From: Johannes Huber 
-Date: Sat, 10 May 2014 15:00:48 +0200
-Subject: [PATCH] [Qt5] Drop unused dependencies
-

- CMakeLists.txt | 6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fbafc4e..073f39b 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -106,12 +106,10 @@ 
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_
-   find_package(Qt5Core)
-   find_package(Qt5Gui)
-   find_package(Qt5Xml)
--  find_package(Qt5Widgets)
--  find_package(Qt5Test)
--  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND 
AND Qt5Test_FOUND)
-+  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND)
- set(QT5_FOUND true)
-   else ()
--message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test 
not found")
-+message("-- Package Qt5Core or Qt5Gui or Qt5Xml not found")
- set(QT5_FOUND false)
-   endif()
- else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} 
VERSION_GREATER 2.8.7)
--- 
-1.9.2
-

diff --git a/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch 
b/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch
deleted file mode 100644
index af1a72fe9aa..000
--- a/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Sadly the CMake side of openjpeg slotting in Gentoo is broken.
-To reliably find openjpeg:2 we need to use pkg-config.
-
-diff -ruN poppler-0.33.0.orig/CMakeLists.txt poppler-0.33.0/CMakeLists.txt
 poppler-0.33.0.orig/CMakeLists.txt 2015-05-14 20:22:31.0 +0200
-+++ poppler-0.33.0/CMakeLists.t

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

2018-04-07 Thread Andreas Sturmlechner
commit: 7969333b794418e6a57f064f731f1d923390e6ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 18 15:01:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7969333b

app-text/texlive-core: Drop 2017-r2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/texlive-core/Manifest|   1 -
 app-text/texlive-core/texlive-core-2017-r2.ebuild | 358 --
 2 files changed, 359 deletions(-)

diff --git a/app-text/texlive-core/Manifest b/app-text/texlive-core/Manifest
index f5be33acb1a..083833781db 100644
--- a/app-text/texlive-core/Manifest
+++ b/app-text/texlive-core/Manifest
@@ -4,7 +4,6 @@ DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 
44669d1228f5be27e9d93672a4f
 DIST texlive-core-patches-52.tar.xz 3376 BLAKE2B 
57cea2599e4c59e0dd7dc8b078b79e8b3ad4b310fd7d7749c39c9fecec872307ca5d3e0ec826b8c63bc050ac0eb195b2c2bc2a2b514e0db7f4ac02cdf3df1c80
 SHA512 
fbc84217911d797373ad03e3da3bcb2277d74edf3a9fd77a5bf67bed7fb207d1cd3d9c9c7947c906ee10989fe6ceb6c263a4002a592217bce7e873db813dc367
 DIST texlive-core-patches-65.1.tar.xz 12080 BLAKE2B 
b6a51d733198e42c06bc896bb55786166b9b034ae3025c3a9a5c3e81e3aafac4732515088248c0e195bf0b9fb88e67b2a0d4a94e4173aecdaf307fedb0d269d9
 SHA512 
fa4de81cb694050728146ad7ca9a2a0247af7b1aef16efcfccebf9d0beac11ddcc334f333e1e1267658743b16b666a285dab902c3e75aa3b21c60946a82871f5
 DIST texlive-core-patches-65.tar.xz 4108 BLAKE2B 
da1f7f870c56fa7bf21186f6acdd495c0e1314e92fee9d546e3ef502307e68fc4482c362edd3bfa73aa9d0faec5363f90c2b2dd1ddefd2fc9085a046bfd6eefb
 SHA512 
71ec54cce052ed60bd0d3c836901d5b2fdc8ab6190536056d617652953009b4645896e7d22ccb9d4ebf177aaefcdca30269600e0cb16daa8d395b036c679971c
-DIST texlive-core-patches-68.tar.xz 5140 BLAKE2B 
830a8da64151169cb68e55daaf8c3843980a9dcb85120862d0dec31a42508ff7eec24df1f2069a96a5a4ae7e9b8011ffdb50548f5f6ae722a23132624a77ea22
 SHA512 
225e7019c132b7e8185343c409cc2b6f418cb062127e916aa3b70db0c6f19d7957415056f2b526f1ea7b7ad13d4367822f34bb710f85ab7cc6bc757b21871d20
 DIST texlive-core-patches-70.tar.xz 13068 BLAKE2B 
011cf51af10d28ac9df7c9b9d7aea2cac3e562d393dcf09d57b3c2832fe6816cf926458417577f7c9d9414639a291c09240444145bdbb3d132170f51a8a16980
 SHA512 
fd26b92a03cd0446007728d0c16a8c7301e254515b997e6a0bd9b325db162bf3f2a2e96be0cb185f042038205c4b4dacf1785a216c8326328682f1c42da9079e
 DIST texlive-module-a2ping-2015.tar.xz 31124 BLAKE2B 
fc68b6bea215d2d9fec9f18d18ac2a3735adc46fd856a55d085ea6b36e3a3bf99539bb491b90a016b384af301f22133236f7e9b4601fa974f7e1977eb3c07409
 SHA512 
aabf99f37183a27b2f8d13b1aabbd59ed0c78237d3432bb0ce85ed97855e6ee09026aaeff2733296b5d1438195995b63ae33c803088b07732e74aed2407547c8
 DIST texlive-module-a2ping-2016.tar.xz 31136 BLAKE2B 
cc0d2cb780711a2a423fa26135845fa1f2cbbac76485d64a0b3184e338e7a60cdcfeaca129e6251f72110b0069c32164f9c4904d7f7c9c2edc6306f50411
 SHA512 
4711f184222fd95498a6d3ee94db19209c7836e6b775303926766d97921f2e8324b0aa2252a958fb619dbeca50729d2be4851a2add5503e7e8f4e713fc993e41

diff --git a/app-text/texlive-core/texlive-core-2017-r2.ebuild 
b/app-text/texlive-core/texlive-core-2017-r2.ebuild
deleted file mode 100644
index c9ceadb3c5b..000
--- a/app-text/texlive-core/texlive-core-2017-r2.ebuild
+++ /dev/null
@@ -1,358 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-#TL_UPSTREAM_PATCHLEVEL="1"
-PATCHLEVEL="68"
-TL_SOURCE_VERSION=20170524
-
-inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
-
-MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/";
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c TeX"
-
-SRC_URI="mirror://gentoo/${MY_PV}.tar.xz"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz"
-#  
mirror://gentoo/texlive-core-upstream-patches-${TL_UPSTREAM_PATCHLEVEL}.tar.xz"
-
-TL_CORE_BINEXTRA_MODULES="
-   a2ping adhocfilelist arara asymptote bundledoc checklistings ctan_chk
-   ctanify ctanupload ctie cweb de-macro dtl dtxgen dvi2tty dviasm dvicopy
-   dvidvi dviljk dvipos findhyph fragmaster hook-pre-commit-pkg hyphenex
-   installfont lacheck latex-git-log latex-papersize latex2man latex2nemeth
-   latexfileversion latexpand latexindent ltxfileinfo ltximg listings-ext 
make4ht
-   match_parens mflua mkjobtexmf patgen pdfbook2 pdfcrop pdflatexpicscale 
pdftools
-   pdfxup pfarrei pkfix pkfix-helper purifyeps seetexk srcredact sty2dtx
-   synctex tex4ebook texcount texdef texdiff texdirflatten texdoc texfot
-   texliveonfly texloganalyser texosquery texware tie tpic2pdftex 
typeoutfileinfo
-   web collection-binextra
-   "
-TL_CORE_BINEXTRA_DOC_MODULES="
-   a2ping.doc adhocfilelist.doc arara.doc asymptote.doc bundledoc.doc
-   checklistings.doc ctan_chk.doc ctanify.doc ctanupload.doc

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

2018-04-07 Thread José María Alonso
commit: 019ca33ba1fb49f2b13ebaf345cc18ee7ae18406
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Apr  7 15:29:41 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Apr  7 15:30:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019ca33b

app-misc/vifm: Drops old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/vifm/Manifest   |   1 -
 app-misc/vifm/vifm-0.9.1_beta.ebuild | 102 ---
 2 files changed, 103 deletions(-)

diff --git a/app-misc/vifm/Manifest b/app-misc/vifm/Manifest
index d5cb1fedafb..80251a279bd 100644
--- a/app-misc/vifm/Manifest
+++ b/app-misc/vifm/Manifest
@@ -1,4 +1,3 @@
 DIST vifm-0.7.2.tar.bz2 468086 BLAKE2B 
a83b1f43eb3f6e47afd5a7c810741468857c602b80cad5c91d2033eea9e1f1efb09e19ca7b02f39e93f8f7186b4cb6fb0627f98a30c054a0d7d71d1b454698d8
 SHA512 
24a5ad44cecd01f489b95008f0b98ad6cd63656bc7fe4a888101f369f9b258cb87b8025efac30237fbaebc7aff14d173d02118839312017276f3f6b62ea4a3b9
-DIST vifm-0.9.1-beta.tar.bz2 1002371 BLAKE2B 
435b50294a623e1e0bc1f98b2f4687bb9e85934178c540fda89a8e0d8ff32e9ea1a944cc7fb39190ca741d57e4c5abbd5a46e776d0115cf3892452bff565bb15
 SHA512 
c8516acf069fb88f8cfc0db663623ab37caf34277b7fd4d07759deb026c11ac70a7d438e419fc8f5d545e2e25b8e9cc40f8220c3b415c97a8e7e8b9d132bdb0c
 DIST vifm-0.9.1.tar.bz2 1002758 BLAKE2B 
8eb9cc4c299877485bb4a44d95fe2412e196686399a6246bc1b5036dbc34ecbcf1cd43d1d55bdacdcc099a65e03f589f360d39ee38da4e12bff0a4bfcbdd180b
 SHA512 
a30457329bf9501efd7e9e0853107b5ecd653ab70e7081764677d035bd0f61876bc96b35bea5258153d68b7be075091168331be79d7398f94353f73bbf78933d
 DIST vifm-0.9.tar.bz2 971539 BLAKE2B 
5d6dd8c399e38886ab3e2d548b93492bf31b464e5661c6f6d54504701bf1eab8338155a9ddc9b220c4cb2a67417d5622094e9ffb717ddf594984fe475214af60
 SHA512 
5ae2b03e672bd9a7f95a5c59141dabac8bc7946a4e307d6a3df70bdb52e1f7665b960a3d20709c811cbfbcf76f7836d23b5edb191968e5277fb705a291ab3a9a

diff --git a/app-misc/vifm/vifm-0.9.1_beta.ebuild 
b/app-misc/vifm/vifm-0.9.1_beta.ebuild
deleted file mode 100644
index 283cc2139c3..000
--- a/app-misc/vifm/vifm-0.9.1_beta.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vim-doc versionator xdg-utils
-
-MY_P=$(replace_version_separator 4 '-' ${PF})
-
-DESCRIPTION="Console file manager with vi(m)-like keybindings"
-HOMEPAGE="http://vifm.info/";
-SRC_URI="mirror://sourceforge/vifm/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X developer +extended-keys gtk +magic vim vim-syntax"
-
-DEPEND="
-   >=sys-libs/ncurses-5.9-r3:0
-   magic? ( sys-apps/file )
-   gtk? ( x11-libs/gtk+:2 )
-   X? ( x11-libs/libX11 )
-"
-RDEPEND="
-   ${DEPEND}
-   vim? ( || ( app-editors/vim app-editors/gvim ) )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-"
-
-DOCS="AUTHORS FAQ NEWS README TODO"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   sed -i -e '/stat.h/a#include ' 
"${S}/src/modes/file_info.c" \
-   || die
-   eapply_user
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable developer) \
-   $(use_enable extended-keys) \
-   $(use_with magic libmagic) \
-   $(use_with gtk) \
-   $(use_with X X11)
-}
-
-src_compile() {
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ${DOCS}
-
-   if use vim; then
-   local t
-   for t in app plugin; do
-   insinto /usr/share/vim/vimfiles/"${t}"
-   doins "${S}"/data/vim/doc/"${t}"/"${PN}"*
-   done
-   fi
-
-   if use vim-syntax; then
-   local t
-   for t in ftdetect ftplugin syntax; do
-   insinto /usr/share/vim/vimfiles/"${t}"
-   doins "${S}"/data/vim/"${t}"/"${PN}".vim
-   done
-   fi
-}
-
-src_test() {
-   emake check
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   if use vim; then
-   update_vim_helptags
-
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "You don't need to copy or link any files for"
-   elog "  the vim plugin and documentation to work 
anymore."
-   elog "If you copied any vifm files to ~/.vim/ manually"
-   elog "  in earlier vifm versions, please delete them."
-   fi
-   elog
-   elog "To use vim in vifm to view the documentation"
-   elog "  edit ~/.vifm/vifmrc and set vimhelp instead of 
novimhelp"
-   elog
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   use vim && update_vim_helptags
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir-Install/

2018-04-07 Thread Mart Raudsepp
commit: ead94fb5fd504be6c2ead319893643aea547d950
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:49:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead94fb5

dev-perl/File-ShareDir-Install: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
index 944e2566f82..45a60a6c4a8 100644
--- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Install shared files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up



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

2018-04-07 Thread Mart Raudsepp
commit: f3a9c067d6d137683738a2d9df7dd32a46d0e4c2
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:56:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a9c067

dev-perl/Scope-Guard: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild 
b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
index 3eed8d5b750..e647b13568b 100644
--- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lexically scoped resource management"
 
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2018-04-07 Thread Mart Raudsepp
commit: 6e1c5fa0b6a4f660e7e372ec1043f57b3c568ddf
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:21:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c5fa0

dev-perl/Sub-Quote: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
index df4eba2b55f..be2a7765a08 100644
--- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Efficient generation of subroutines via string eval"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: 86d365fb3f921665b39428b1be99d02365930b96
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:51:15 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d365fb

dev-perl/File-ShareDir: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 3b9b15d155c..b21ca9de397 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: c86af8db8bb374ceca9b1e673ca0fe51639fcfa2
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:23:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86af8db

dev-perl/Specio: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Specio/Specio-0.420.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild 
b/dev-perl/Specio/Specio-0.420.0.ebuild
index a101f9002b4..e0329faadc0 100644
--- a/dev-perl/Specio/Specio-0.420.0.ebuild
+++ b/dev-perl/Specio/Specio-0.420.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File-ShareDir/

2018-04-07 Thread Mart Raudsepp
commit: e5b51c07a90e28a0fb3ecc1c5bb375c0095677b3
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:06:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b51c07

dev-perl/Test-File-ShareDir: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index 0be95790b77..f49a0130442 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.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
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



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

2018-04-07 Thread Mart Raudsepp
commit: 47f436012bf6bc22c3b27a0f51990edf28d48ff7
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:19:08 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f43601

dev-perl/DateTime: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/DateTime/DateTime-1.440.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild 
b/dev-perl/DateTime/DateTime-1.440.0.ebuild
index d6c892a3cd8..6c188cf2487 100644
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.440.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
@@ -11,7 +11,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 CONFLICTS="



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

2018-04-07 Thread Mart Raudsepp
commit: caf9e01877f7f4487cee2452d7dc38f44571b695
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:46:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf9e018

dev-perl/Class-Inspector: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild 
b/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
index 37a7688a257..e1216515fb9 100644
--- a/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provides information about Classes"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2018-04-07 Thread Mart Raudsepp
commit: 1afb4d5ad5b913ab576982cd4ef93cefc92428af
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:29:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afb4d5a

dev-perl/DateTime-Locale: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index 804d776354f..578643c0533 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.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
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: 19dbcec323b49551269e24802c9daedcb3e0115b
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:42:53 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dbcec3

dev-perl/Class-Tiny: added ~arm64 keyword (bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild 
b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
index 423df986af5..d47a9fe4ae6 100644
--- a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
+++ b/dev-perl/Class-Tiny/Class-Tiny-1.6.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Minimalist class construction"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="Apache-2.0"
 IUSE="test minimal"
 



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

2018-04-07 Thread Mart Raudsepp
commit: 52b7ce705bf9c86e00cfb082c60528cafa579d8c
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:12:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b7ce70

dev-perl/DateTime-TimeZone: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
index cd4aaed2eb2..2ca9c6c8499 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: 0f05238beeacb5d83f1d8730c3d9eea9c88da0bc
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:58:05 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f05238b

dev-perl/Exception-Class: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild 
b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
index 3f0d17f1e27..1fbdec7a145 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.430.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module that allows you to declare real exception classes in 
Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/

2018-04-07 Thread Mart Raudsepp
commit: db1e01904daf4d0f8bcd25c4931d7907dd1a2949
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:04:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1e0190

dev-perl/File-Copy-Recursive: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild 
b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
index 26a9015140d..efc69f94689 100644
--- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.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=5
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="uses File::Copy to recursively copy dirs"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 SRC_TEST="do"



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/

2018-04-07 Thread Fabio Rossi
commit: 36fd29329d87f8885e7dc422b88693d8ea70d955
Author: Fabio Rossi  inwind  it>
AuthorDate: Sat Apr  7 14:59:49 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Sat Apr  7 14:59:49 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=36fd2932

remove from manifest unpublished versions

 app-emulation/vmware-player/Manifest  | 1 -
 app-emulation/vmware-workstation/Manifest | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-emulation/vmware-player/Manifest 
b/app-emulation/vmware-player/Manifest
index cdd4e2c..aaad18a 100644
--- a/app-emulation/vmware-player/Manifest
+++ b/app-emulation/vmware-player/Manifest
@@ -1,4 +1,3 @@
 DIST VMware-Player-12.5.9-7535481.x86_64.bundle.tar 134686720 BLAKE2B 
d8b867151a688d33a7ba9f57300d2576ddeee28afd8ac4a47e2f5d974052e392384c5c917b27a3a4310aafdda1575e0290bd9fb29e6a264972d368936a31e816
 SHA512 
6c64d87aa965c07eca53189ca8f8ab4c9177666a4dbc1414e39262e56a6acf633ad8cca2c928b83eece52fd4da24ccc0e82e3b27fe179e2d56b90804f0fafd2c
-DIST VMware-Player-14.0.0-6661328.x86_64.bundle.tar 115527680 BLAKE2B 
a1aaf1d06ef4b4bb681665007696ff68d4f7f3c62dbe9cebd4476f8ca53eb0a8d2cf546c2278ac5f0667f73b8fd7d090cbdcc1f788a51a637174f3014fbf09ab
 SHA512 
ed1427debada993e2d74bf63cb88a2ccaba9a6f8195d451e94d3491274b4e1630e1808dc1afe8db9518cdfef12f105c9de4f79e8bf3f458bc88b1fd7bfe0e918
 DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 BLAKE2B 
5e7ae90dfe5ff72d49eec1d990b8f0eee117ad54186ce2ffbfd54e386bc3dc279f6d7fc0f2c991df4d5c4bcfdadaf54fa91ae96d7eca5ac14560fd661d88297c
 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
 DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42

diff --git a/app-emulation/vmware-workstation/Manifest 
b/app-emulation/vmware-workstation/Manifest
index 7168d0b..67f9c80 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -1,4 +1,3 @@
 DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 BLAKE2B 
bda41d66b81acfccb15211177e12c7ed9cf225319ded3680f64a272456f6d5615e894deb69aef0025620cd2fc7d7ec94d04869aee4e058380f8979c0e0f3c211
 SHA512 
57aa62d53b4eae08c281959b559635e28877e7f8c5b6c0909dcec16129ae4ea130175410e698724b6164cbfb9d08f6bbf8a48f2d78471d6232868ff4bed23cca
 DIST VMware-Workstation-12.5.9-7535481.x86_64.bundle.tar 166492160 BLAKE2B 
f37ab5950efa076297c71fe3fc8e57bd223907c3547081943abf3edea36a06bb91445ea54c8ba0c6c6836cc831585de13e5a6ef623d038339d2a2efce2c40dfd
 SHA512 
9985265159dbe4d2e53f3e9b152331bc3c927330f25fa4c89be977b8a97c453a13f79c6906cc3682896a071a97c4972bd22f7ae13cce5fa1a05a945d29497267
-DIST VMware-Workstation-14.0.0-6661328.x86_64.bundle.tar 146001920 BLAKE2B 
a7a04737781c11e1d8675506d7f6b89200d4cca932473394fa46f09a96ef6b0bcdd3c80163eac52dfd533cf9058c2096cfad5e88ad3222346ee2cdd842112c0b
 SHA512 
e57f34d3a7b43155a5ac811c2782056c6ca26ac2de2d34d92ae8f50c1f641912573602641b52679e21eb581894d4acad2af4bf3276fd9c4b542ea7c3f21b96d0
 DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-modules/files/

2018-04-07 Thread Fabio Rossi
commit: 78376a3171e9d29c9d132929159d22628fe86776
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 16:43:04 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 16:43:04 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=78376a31

app-emulation/vmware-modules: add support to kernel 4.16-rc2

The changes are due to kernel commit ae5e165d855dd978a461b22175531b07f54fb61f,
there is a new API to access inode->i_version

 .../files/308-4.16-00-vmblock-iversion.patch   | 25 ++
 .../vmware-modules/vmware-modules-308.5.8.ebuild   |  1 +
 2 files changed, 26 insertions(+)

diff --git 
a/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch 
b/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch
new file mode 100644
index 000..42efdb9
--- /dev/null
+++ b/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch
@@ -0,0 +1,25 @@
+--- ./vmblock-only/linux/inode.c   2018-02-20 16:33:44.296417858 +0100
 ./vmblock-only/linux/inode.c.new   2018-02-20 17:33:24.525618051 +0100
+@@ -30,6 +30,10 @@
+ #include 
+ #include 
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 16, 0)
++#include 
++#endif
++
+ #include "vmblockInt.h"
+ #include "filesystem.h"
+ #include "block.h"
+@@ -155,7 +159,11 @@
+ 
+inode->i_mode = S_IFLNK | S_IRWXUGO;
+inode->i_size = INODE_TO_IINFO(inode)->nameLen;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 16, 0)
++   inode_set_iversion(inode, 1);
++#else
+inode->i_version = 1;
++#endif
+inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0)
+inode->i_uid = inode->i_gid = 0;

diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild 
b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
index e6f2999..17264ed 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
@@ -115,6 +115,7 @@ src_prepare() {
kernel_is ge 4 14 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.14-00-vmmon-global-page-state.patch"
kernel_is ge 4 14 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.14-01-deprecated-asm-uaccess.patch"
kernel_is ge 4 15 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.15-00-init_timer.patch"
+   kernel_is ge 4 16 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.16-00-vmblock-iversion.patch"
 
# Allow user patches so they can support RC kernels and whatever else
epatch_user



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-workstation/, ...

2018-04-07 Thread Fabio Rossi
commit: bbf6adcc2928c8bf6096cb4e363b1e3202b72053
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:06:09 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:06:09 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=bbf6adcc

Added latest version 12.5.9.7535481 in 12.5 series.

 .../{vmware-modules-308.5.8.ebuild => vmware-modules-308.5.9.ebuild}  | 0
 ...e-player-12.5.8.7098237.ebuild => vmware-player-12.5.9.7535481.ebuild} | 0
 ...ion-12.5.8.7098237.ebuild => vmware-workstation-12.5.9.7535481.ebuild} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild 
b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
similarity index 100%
rename from app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
rename to app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild

diff --git a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild 
b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
similarity index 100%
rename from app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild
rename to app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild

diff --git 
a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild 
b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
similarity index 100%
rename from 
app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild
rename to 
app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/

2018-04-07 Thread Fabio Rossi
commit: 18455e62a0139e3675084455d135016b691fb086
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:30:52 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:30:52 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=18455e62

Forgot to update manifest

 app-emulation/vmware-player/Manifest  | 7 ---
 app-emulation/vmware-workstation/Manifest | 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-emulation/vmware-player/Manifest 
b/app-emulation/vmware-player/Manifest
index 4c7b831..cdd4e2c 100644
--- a/app-emulation/vmware-player/Manifest
+++ b/app-emulation/vmware-player/Manifest
@@ -1,3 +1,4 @@
-DIST VMware-Player-12.5.8-7098237.x86_64.bundle.tar 134686720 SHA256 
78c7f28d6705a52f77d491081abc3e8629186ca667f098657e3afb7af3235a93 SHA512 
6064e752e17189cbe9c6499376719c57d2774b6bda8cb8975a1a4f6e2ece3d64ff215c81f2662417f835998ea74fdbc84195437062d4eaa5c7a725c09de8494e
 WHIRLPOOL 
b34419f44425c91d50ff9d13f37354420a2cfaa26f9f2053f589bb3014f498afab7ec87d3099f4528467413a9b1caddf1c2f018462867b49e2084174aad63656
-DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 SHA256 
11cbff16f4f6d48bf182d2155e0b3f261acd6bd1a2472dc9a25f86546885e059 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
 WHIRLPOOL 
b70e1d9e2d07661fefe1f1f841b29111b73ded1c6d103efc0f9e61ac05b947ce04b73e14221b081dc311c498ffd68c2f931bf82bc312191631576aab3036d36a
-DIST vmware-systemd-gentoo-02.tgz 14064 SHA256 
7ab23cb41bb8fbeca43bfd3baee35928731177620ae374ebb3b19b827d1a3210 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42
 WHIRLPOOL 
dd7ac934584894f4a0ae86a9122080c49a4d09924011bc12dc1530ac6b5ee11fac6d55d6e5b306bb24d749a509236d3e39870b4d6b2ff5de37f6e54707ff8bb6
+DIST VMware-Player-12.5.9-7535481.x86_64.bundle.tar 134686720 BLAKE2B 
d8b867151a688d33a7ba9f57300d2576ddeee28afd8ac4a47e2f5d974052e392384c5c917b27a3a4310aafdda1575e0290bd9fb29e6a264972d368936a31e816
 SHA512 
6c64d87aa965c07eca53189ca8f8ab4c9177666a4dbc1414e39262e56a6acf633ad8cca2c928b83eece52fd4da24ccc0e82e3b27fe179e2d56b90804f0fafd2c
+DIST VMware-Player-14.0.0-6661328.x86_64.bundle.tar 115527680 BLAKE2B 
a1aaf1d06ef4b4bb681665007696ff68d4f7f3c62dbe9cebd4476f8ca53eb0a8d2cf546c2278ac5f0667f73b8fd7d090cbdcc1f788a51a637174f3014fbf09ab
 SHA512 
ed1427debada993e2d74bf63cb88a2ccaba9a6f8195d451e94d3491274b4e1630e1808dc1afe8db9518cdfef12f105c9de4f79e8bf3f458bc88b1fd7bfe0e918
+DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 BLAKE2B 
5e7ae90dfe5ff72d49eec1d990b8f0eee117ad54186ce2ffbfd54e386bc3dc279f6d7fc0f2c991df4d5c4bcfdadaf54fa91ae96d7eca5ac14560fd661d88297c
 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
+DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42

diff --git a/app-emulation/vmware-workstation/Manifest 
b/app-emulation/vmware-workstation/Manifest
index b241701..7168d0b 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -1,3 +1,4 @@
-DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 SHA256 
3f48c42154a1b4687eb448abf7f9e15a7771977858388127df4ef78935658f3b SHA512 
57aa62d53b4eae08c281959b559635e28877e7f8c5b6c0909dcec16129ae4ea130175410e698724b6164cbfb9d08f6bbf8a48f2d78471d6232868ff4bed23cca
 WHIRLPOOL 
d663a7901f153f0e6e1432b7047077b4b6bf8542926ccf0ac4ad4eeae42359096050cfe04e811fc044b45e85153eb91fddf704a43ea3de8a2cdc113cca0a6ba5
-DIST VMware-Workstation-12.5.8-7098237.x86_64.bundle.tar 166492160 SHA256 
d955db3cc9ee0b2b10b3809c0f070f4beead0666fc7da62848fa2d604ac4d77f SHA512 
b8acb5e746585d2b83194ce4a232bc01e01503e7a0e44430589a80ceb77a84077b8f2c41c14eab60ffb4ad4af573d1e46a451440673f97020b37deddce25384b
 WHIRLPOOL 
447eb014d9b5f50566423e0a5f62f259bde09954d4bba5956d9c302f0d87059ad4af5634c095c834564a18195c52d89d5695299611df7bd6b3dcd3774bf9589d
-DIST vmware-systemd-gentoo-02.tgz 14064 SHA256 
7ab23cb41bb8fbeca43bfd3baee35928731177620ae374ebb3b19b827d1a3210 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42
 WHIRLPOOL 
dd7ac934584894f4a0ae86a9122080c49a4d09924011bc12dc1530ac6b5ee11fac6d55d6e5b306bb24d749a509236d3e39870b4d6b2ff5de37f6e54707ff8bb6
+DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 BLAKE2B 
bda41d66b81acfccb15211177e12c7ed9cf225319ded3680f64a272456f6d5615e894deb69aef0025620cd2fc7d7ec94d04869aee4e058380f8979c0e0f3c211
 SHA512 
57aa62d53b4eae08c281959b559635e28877e7f8c5b6c0909dcec16129ae

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/, app-emulation/vmware-player/

2018-04-07 Thread Fabio Rossi
commit: 027bd4b8f2310267d2d20fe4439526742838b058
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:11:39 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:11:39 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=027bd4b8

Migrated to xdg-utils.eclass

 .../vmware-player/vmware-player-12.5.9.7535481.ebuild  | 10 ++
 .../vmware-workstation-12.5.9.7535481.ebuild   | 10 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild 
b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
index f23711c..9dd9629 100644
--- a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
+++ b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pax-utils 
systemd vmware-bundle
+inherit eutils versionator readme.gentoo-r1 gnome2-utils pax-utils systemd 
vmware-bundle xdg-utils
 
 MY_PN="VMware-Player"
 MY_PV=$(get_version_component_range 1-3)
@@ -362,7 +362,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
readme.gentoo_print_elog
 
@@ -378,6 +379,7 @@ pkg_prerm() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }

diff --git 
a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild 
b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
index f49a91e..8fe02b9 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pam systemd 
vmware-bundle
+inherit eutils versionator readme.gentoo-r1 gnome2-utils pam systemd 
vmware-bundle xdg-utils
 
 MY_PN="VMware-Workstation"
 MY_PV=$(get_version_component_range 1-3)
@@ -573,7 +573,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
readme.gentoo_print_elog
 
@@ -589,6 +590,7 @@ pkg_prerm() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-07 Thread Fabio Rossi
commit: 5bab945744230c594b8c54357a69a6cfd46ebedb
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 16:45:40 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 16:45:40 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=5bab9457

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

 eclass/vmware-bundle.eclass | 86 +
 metadata/layout.conf|  2 +-
 2 files changed, 87 insertions(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/

2018-04-07 Thread Mart Raudsepp
commit: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr  7 14:33:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 14:33:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e6f9a

dev-vcs/gitg: add python3.6 compat

Works as well as with python3.4 (read: fails to actually import GitgExt override
with an assert failure). I would outright remove the python override support, as
there are no consumers of it, but that's a too big change for this revision and
we need to do something soon about libgit2-0.27 compat anyways..

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-vcs/gitg/gitg-3.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
index f438d41513f..c9365256aab 100644
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
 
 inherit gnome2 pax-utils python-r1 vala



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_parser/

2018-04-07 Thread Alexis Ballier
commit: 3f0cc50481066624082ec61d42653dee40e7e975
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:53:59 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0cc504

dev-ros/kdl_parser: bump to 1.13.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/kdl_parser/Manifest   | 1 +
 .../{kdl_parser-.ebuild => kdl_parser-1.13.0.ebuild}  | 8 
 dev-ros/kdl_parser/kdl_parser-.ebuild | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-ros/kdl_parser/Manifest b/dev-ros/kdl_parser/Manifest
index 02a80abc446..66f74d8646b 100644
--- a/dev-ros/kdl_parser/Manifest
+++ b/dev-ros/kdl_parser/Manifest
@@ -1 +1,2 @@
 DIST kdl_parser-1.12.10.tar.gz 950156 BLAKE2B 
5e125c236888459e7ea4cdb6a556961e4f9008a99b9f76ec9cd243bdcc85994d07dc8d2a004b101bdab99f4b62e5a004793956d44edd5f8a2cd2fdfbbd56dc4a
 SHA512 
a0d8046c65cc575cbf6ca5ab926997a4faae2f5fc0ecb7c8ab16c8145b655a1d2b516bfb6b834740fff758f76e2afc0d2aa1b3f612f7345d84a8e87cd5693ddb
+DIST kdl_parser-1.13.0.tar.gz 950647 BLAKE2B 
7a87cc5f4b2c1bd870bee1b19a7be55e52c4d7c7ca44d1e3f3ef68419f7f775fef0fbec0a19651d37c479af6f8b41b085e86a9666211a7e030442854adbec7fd
 SHA512 
f9b962ecc6e0f3c408619bc9c57f278a2e95228e735f452b9a45ce970752f6df37cbb5f331914412f04ebf31cf2862a056893d302fc2dad8af31cf538d717a9a

diff --git a/dev-ros/kdl_parser/kdl_parser-.ebuild 
b/dev-ros/kdl_parser/kdl_parser-1.13.0.ebuild
similarity index 81%
copy from dev-ros/kdl_parser/kdl_parser-.ebuild
copy to dev-ros/kdl_parser/kdl_parser-1.13.0.ebuild
index 5944ea9f217..c135325db1b 100644
--- a/dev-ros/kdl_parser/kdl_parser-.ebuild
+++ b/dev-ros/kdl_parser/kdl_parser-1.13.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
@@ -18,9 +18,9 @@ RDEPEND="
dev-libs/boost:=
dev-ros/roscpp
dev-ros/rosconsole
-   dev-ros/urdf
-   sci-libs/orocos_kdl
-   dev-libs/tinyxml
+   >=dev-ros/urdf-1.13
+   sci-libs/orocos_kdl:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/kdl_parser/kdl_parser-.ebuild 
b/dev-ros/kdl_parser/kdl_parser-.ebuild
index 5944ea9f217..c135325db1b 100644
--- a/dev-ros/kdl_parser/kdl_parser-.ebuild
+++ b/dev-ros/kdl_parser/kdl_parser-.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
@@ -18,9 +18,9 @@ RDEPEND="
dev-libs/boost:=
dev-ros/roscpp
dev-ros/rosconsole
-   dev-ros/urdf
-   sci-libs/orocos_kdl
-   dev-libs/tinyxml
+   >=dev-ros/urdf-1.13
+   sci-libs/orocos_kdl:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/

2018-04-07 Thread Alexis Ballier
commit: 094751695b3ee89a12cbe3ee96974dce630cb0d6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:32:48 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09475169

dev-ros/pluginlib: bump to 1.12.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/pluginlib/Manifest   | 1 +
 dev-ros/pluginlib/{pluginlib-.ebuild => pluginlib-1.12.0.ebuild} | 4 ++--
 dev-ros/pluginlib/pluginlib-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
index c1443be2bcc..3ffe40dd06e 100644
--- a/dev-ros/pluginlib/Manifest
+++ b/dev-ros/pluginlib/Manifest
@@ -1,2 +1,3 @@
 DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 
3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98
 SHA512 
579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0
 DIST pluginlib-1.11.3.tar.gz 23465 BLAKE2B 
64725b7bd3896362168db324dbbdc9a0de24d6c79b77d3b21e6d6a95091bfe7bca35fe93617200ed993a20aa8ce5604b90eadf546ca0d3ab5cca79dd47e182a0
 SHA512 
5d0acadf69362137041b6f08724ef0c0b0209ca901d1d082df38224e08ad990e43133979e9462128f0b9fb313ad4c9398bf5c075e5669a1cd3cd8dd715e9355b
+DIST pluginlib-1.12.0.tar.gz 20298 BLAKE2B 
9d6e5adb6bd64f02d237fa1992402cb016266071c0fa0447709880f90550f36f9e280163a3e054594235d0102f7fb22f4b98a56216b0db9ebaa200b99d018570
 SHA512 
fcd51908c6c7223bbe50eb43733ba6d00e11419b26d2b9a05aaaf6498020fcd44bacc19313c3a4dd7524bf69d4f54aec27e05b1f88ee578191484c53c1e3f767

diff --git a/dev-ros/pluginlib/pluginlib-.ebuild 
b/dev-ros/pluginlib/pluginlib-1.12.0.ebuild
similarity index 90%
copy from dev-ros/pluginlib/pluginlib-.ebuild
copy to dev-ros/pluginlib/pluginlib-1.12.0.ebuild
index d72ce338bb9..5efd9ee147b 100644
--- a/dev-ros/pluginlib/pluginlib-.ebuild
+++ b/dev-ros/pluginlib/pluginlib-1.12.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
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/pluginlib";
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR="${PN}"
 
 inherit ros-catkin
 
@@ -20,7 +21,6 @@ RDEPEND="
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-libs/tinyxml2:=
-   dev-ros/cmake_modules
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"

diff --git a/dev-ros/pluginlib/pluginlib-.ebuild 
b/dev-ros/pluginlib/pluginlib-.ebuild
index d72ce338bb9..5efd9ee147b 100644
--- a/dev-ros/pluginlib/pluginlib-.ebuild
+++ b/dev-ros/pluginlib/pluginlib-.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
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/pluginlib";
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR="${PN}"
 
 inherit ros-catkin
 
@@ -20,7 +21,6 @@ RDEPEND="
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-libs/tinyxml2:=
-   dev-ros/cmake_modules
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/eigen_conversions/

2018-04-07 Thread Alexis Ballier
commit: b1d293d88a8e9af24e50b415cb9267d88a4449c5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:58:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d293d8

dev-ros/eigen_conversions: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/eigen_conversions/Manifest |  2 --
 .../eigen_conversions-1.11.7.ebuild| 24 --
 .../eigen_conversions-1.11.8.ebuild| 24 --
 3 files changed, 50 deletions(-)

diff --git a/dev-ros/eigen_conversions/Manifest 
b/dev-ros/eigen_conversions/Manifest
index 5ec30179011..1fa4b0d345a 100644
--- a/dev-ros/eigen_conversions/Manifest
+++ b/dev-ros/eigen_conversions/Manifest
@@ -1,3 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 BLAKE2B 
c3f3056aec96c8605941abf4c6928aa3987e51548dd94f486cdf83ab52f6f96911b38d4cafc0ae8fc73b7c811dcea01fe194eca448787a3c2b9ec93462e82434
 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B 
f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879
 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c

diff --git a/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild
deleted file mode 100644
index 3a9dc27b059..000
--- a/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between Eigen and KDL and Eigen and 
geometry_msgs"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/cmake_modules
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild
deleted file mode 100644
index 3a9dc27b059..000
--- a/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between Eigen and KDL and Eigen and 
geometry_msgs"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/cmake_modules
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_conversions/

2018-04-07 Thread Alexis Ballier
commit: 2ef0eebf1ae79812d76c68c1d82555d19d2edca0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:57:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef0eebf

dev-ros/kdl_conversions: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/kdl_conversions/Manifest|  2 --
 .../kdl_conversions/kdl_conversions-1.11.7.ebuild   | 21 -
 .../kdl_conversions/kdl_conversions-1.11.8.ebuild   | 21 -
 3 files changed, 44 deletions(-)

diff --git a/dev-ros/kdl_conversions/Manifest b/dev-ros/kdl_conversions/Manifest
index 5ec30179011..1fa4b0d345a 100644
--- a/dev-ros/kdl_conversions/Manifest
+++ b/dev-ros/kdl_conversions/Manifest
@@ -1,3 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 BLAKE2B 
c3f3056aec96c8605941abf4c6928aa3987e51548dd94f486cdf83ab52f6f96911b38d4cafc0ae8fc73b7c811dcea01fe194eca448787a3c2b9ec93462e82434
 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B 
f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879
 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c

diff --git a/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild
deleted file mode 100644
index 21b09e98fb7..000
--- a/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between KDL and geometry_msgs types"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild
deleted file mode 100644
index 21b09e98fb7..000
--- a/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between KDL and geometry_msgs types"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/

2018-04-07 Thread Alexis Ballier
commit: 48b4841820c915128fd76f235f97b1d4f9453d17
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:52:49 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b48418

dev-ros/urdf_parser_plugin: bump to 1.13.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/urdf_parser_plugin/Manifest   | 1 +
 dev-ros/urdf_parser_plugin/metadata.xml   | 2 +-
 ...rdf_parser_plugin-.ebuild => urdf_parser_plugin-1.13.1.ebuild} | 4 ++--
 dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-ros/urdf_parser_plugin/Manifest 
b/dev-ros/urdf_parser_plugin/Manifest
index 86b1a63004b..502fcb8fc97 100644
--- a/dev-ros/urdf_parser_plugin/Manifest
+++ b/dev-ros/urdf_parser_plugin/Manifest
@@ -1 +1,2 @@
 DIST robot_model-1.12.11.tar.gz 277822 BLAKE2B 
3bdd2b931ddfd062594ccb2be4ce6d4863a5fa66f538c3ee48c3600b3be249d267f9d03aa9a701bc6ab22c4297d659a24da668fedcd25c75fe128c43cc781be0
 SHA512 
8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde
+DIST urdf-1.13.1.tar.gz 43326 BLAKE2B 
dce42216cc21595b91964b970d45bbc79d8c144ee331f72e9c3d31f024f3c0f18e59563055df7c4e4337f5bf1361a838a07c80dabb100b7522999a0949384639
 SHA512 
8a27b0bff40cb42d5eeb62422c371a48c25e3f4513711b86752192b618ceec308bcebb1d52aa3d058448d30c6724cc2cc337f815b9043874793e82e6404d6648

diff --git a/dev-ros/urdf_parser_plugin/metadata.xml 
b/dev-ros/urdf_parser_plugin/metadata.xml
index ceef7c794c1..05f17b2ac35 100644
--- a/dev-ros/urdf_parser_plugin/metadata.xml
+++ b/dev-ros/urdf_parser_plugin/metadata.xml
@@ -6,6 +6,6 @@
Gentoo ROS Project


-   ros/robot_model
+   ros/urdf

 

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
similarity index 74%
copy from dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
copy to dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
index 59d4f5b39ed..4e2a5c3c756 100644
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
+++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model";
+ROS_REPO_URI="https://github.com/ros/urdf";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
index 59d4f5b39ed..4e2a5c3c756 100644
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
+++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model";
+ROS_REPO_URI="https://github.com/ros/urdf";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 



<    1   2   3   >