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

2016-08-05 Thread Zac Medico
commit: 9a4ad159cdbeb37c76d40cc0f45b06debcafd6be
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug  6 05:00:12 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug  6 05:00:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4ad159

app-text/calibre: version bump to 2.63.0

Package-Manager: portage-2.3.0

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.63.0.ebuild | 251 +
 2 files changed, 252 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 44edc12..ec9db11 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -2,3 +2,4 @@ DIST calibre-1.20.0.tar.xz 32430560 SHA256 
475e09b1be4b9977240cbbe6743ab79da4b1f
 DIST calibre-2.35.0.tar.xz 37470944 SHA256 
7d883c7ed5cf7c3c2e53c4d18e3a67c15d8a0d3425df57919adb57132860518f SHA512 
a693c23e93ad1086fe70b0cc7dcf43b1a9c004f045a3c2fac42f6a4b9f231d4f1e7b55c8bae133ac48389d4e233e245deb958365e9c0283cd8668f0f5a2326a2
 WHIRLPOOL 
b07308d7bb9803a3a882aaf4143d287352aafae69383276d6ee95f7b92a8f65c50c8a5cdc6c242ae87d8faf13ad830fcea9e27364749614219bb221a3d6ac36a
 DIST calibre-2.47.0.tar.xz 38924632 SHA256 
048681cf6cb09b136017c6c99a1f1d908c6fcc3cdb2d40455cb4af8725395d0c SHA512 
932ab2bae12ce128fa497bdd95d3c5f4f67e65bced5b73882f9b812cd9290c0a89c04c89ad3e1b421119c1ca88b5bfb7870a3060c91b5c8198e5ad709dbfdc96
 WHIRLPOOL 
15f4d3e19eafc57aabb526147926a4fa3343d340fcbc528df91ade6d82a7bfa6f993baee6224508c8dbf551d9640c16db71fc30c438675d09876b633dd3f6ea8
 DIST calibre-2.55.0.tar.xz 39854472 SHA256 
a3a4f2914d491ab8c63725c11272d53bb4a91d282e6e5c6e0f245cb94b138188 SHA512 
f067c93f7b32dbb8f94e30831df1bf755c25edaeb9dd4793ec79941738e2431e5fe51219d169056b3bb1f71b4223e933cc29fdae6572f212109b44b696bd6af4
 WHIRLPOOL 
433c68117f2aec343db026851de1807ebbcef91b229cb7790a9a3de35bb9ea6e20c194097ab4b283935843d998aba61f5a036483d743e35b9cc8dffaa809c5fb
+DIST calibre-2.63.0.tar.xz 40700876 SHA256 
0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7 SHA512 
74df6febe62608ab93502360e7511679102f0cbb260b1b78b4720c1aff34703d60db51a760ecd51596cb7331892d5eb7225e6ec70aa09976c219ba973d064f9b
 WHIRLPOOL 
24238a8ffceae15fe2490d493aed77456a7db6940d19fe9c7f8acf426d09d6c28554ffbc2d38b5ce793097afeb5729b882ead55be9e93ca6010bcd7e66a58728

diff --git a/app-text/calibre/calibre-2.63.0.ebuild 
b/app-text/calibre/calibre-2.63.0.ebuild
new file mode 100644
index 000..23a7e98
--- /dev/null
+++ b/app-text/calibre/calibre-2.63.0.ebuild
@@ -0,0 +1,251 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs 
python-single-r1
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="http://calibre-ebook.com/;
+SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+   unRAR
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="+udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/podofo-0.8.2:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2
+   >=dev-libs/icu-4.4:=
+   >=dev-python/apsw-3.7.17[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-0.9.9[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-fonts/liberation-fonts
+   >=media-gfx/imagemagick-6.5.9[jpeg,png]
+   media-libs/fontconfig
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.5:=
+   >=media-libs/libwmf-0.2.8
+   sys-libs/zlib
+   virtual/libusb:1=
+   virtual/python-dnspython[${PYTHON_USEDEP}]
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   >=x11-misc/xdg-utils-1.0.2-r2
+   udisks? ( virtual/libudev )"
+RDEPEND="${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
+DEPEND="${COMMON_DEPEND}
+   

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

2016-08-05 Thread Maciej Mrozowski
commit: 06950bbeaf5d986335ea3cfeabe3bc8c14817697
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sat Aug  6 04:06:28 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sat Aug  6 04:07:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06950bbe

profiles: Unmask net-im/kadu-3.0

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d842d0f..75d4555 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -318,10 +318,6 @@ www-client/luakit
 # Force gnutls-3.4 testing so we can stabilize it.
 >=net-libs/gnutls-3.5.0
 
-# Maciej Mrozowski  (3 May 2016)
-# Mask until >=net-libs/qxmpp-0.8.3 is provided with qt5 support.
-=net-im/kadu-3.0
-
 # Lars Wendler  (2 May 2016)
 # Broken reverse deps. At least one header file has been moved around.
 >=media-gfx/imagemagick-7.0.1.0



[gentoo-commits] repo/gentoo:master commit in: net-im/kadu/

2016-08-05 Thread Maciej Mrozowski
commit: 4aaeb05f113b47ed882a2bc6896694f613bb33b0
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sat Aug  6 04:04:55 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sat Aug  6 04:04:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aaeb05f

net-im/kadu: Version bump 3.0, bug 579532

Package-Manager: portage-2.2.28

 net-im/kadu/kadu-3.0.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-im/kadu/kadu-3.0.ebuild b/net-im/kadu/kadu-3.0.ebuild
index f706548..349fd49 100644
--- a/net-im/kadu/kadu-3.0.ebuild
+++ b/net-im/kadu/kadu-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,6 +27,7 @@ COMMON_DEPEND="
>=dev-libs/injeqt-1.0.0
>=dev-qt/qtcore-5.2.0:5
>=dev-qt/qtdbus-5.2.0:5
+   >=dev-qt/qtdeclarative-5.2.0:5
>=dev-qt/qtgui-5.2.0:5
>=dev-qt/qtmultimedia-5.2.0:5
>=dev-qt/qtnetwork-5.2.0:5
@@ -71,10 +72,6 @@ RDEPEND="${COMMON_DEPEND}
speech? ( app-accessibility/powiedz )
 "
 
-PATCHES=(
-   "${FILESDIR}/${P}-qt5-compilation.patch"
-)
-
 PLUGINS='
 antistring
 auto_hide



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

2016-08-05 Thread Maciej Mrozowski
commit: 1cb60235e1522c72f276d7743d68c3b770d5a8b8
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sat Aug  6 03:30:54 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sat Aug  6 03:32:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb60235

net-libs/qxmpp: Version bump, bug 581906.

Package-Manager: portage-2.2.28

 net-libs/qxmpp/Manifest   |  1 +
 net-libs/qxmpp/qxmpp-0.9.3.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/net-libs/qxmpp/Manifest b/net-libs/qxmpp/Manifest
index 213b5c9..a63db73 100644
--- a/net-libs/qxmpp/Manifest
+++ b/net-libs/qxmpp/Manifest
@@ -3,3 +3,4 @@ DIST qxmpp-0.7.5.tar.gz 1075987 SHA256 
0137da4b176e16bb72c5efde4cec7da750f25ce7d
 DIST qxmpp-0.7.6.tar.gz 1070098 SHA256 
4218582cfe09df1999532b25297264fce4f14ff87e5277a35b2e359716b6d240 SHA512 
a5d317c9948fdfad379578c186fec749537d250814575f87aefff9eb5fc1d5ef9983373ce36f19d6f8d727032e576bb5381e883ba2ce9430b13a315905475b3a
 WHIRLPOOL 
9f32965b6ab21f826b4d3614059494bac803d8a6654ff86ae2922bc486c6bec955ad702f2d8e150ecba4bd93db4499779cbe368f4a925fc1c6ba0628ee618cfa
 DIST qxmpp-0.8.0.tar.gz 1115730 SHA256 
6a5e40b67bfbc2315f2b8bc0210e7556b0b9903e18b4f68267072f3421f74712 SHA512 
b4e3afa9a4ffdc03d2baf9660986d0cf4de5c2c7d1518ad83cd9b252ff7822da66d9356eab49ce9bd642884a41ec3b72f8d4e2cda964a9276d525d4895c6165f
 WHIRLPOOL 
4694ec5ee96512516fc3b195857db247e81cf8677c1f97870f8f89463c03b83d67a550dc8571c32ae44e57a48d5ce87f5e237eecc9ccde73fccc273a8f688711
 DIST qxmpp-0.8.2.tar.gz 282577 SHA256 
518e156198a10404d7d3eae55ab4b91528e9422f636e7856cc8bfe59a8ceb326 SHA512 
5442d9f3b5be5f1e13416fca0d865324c2d0103fe81f83d3b63d36bda23fcf633e28e349c2a3e1b826f6e2c5c082c0b2e67962173650f4aae024313e7a345fc0
 WHIRLPOOL 
e1bb3b12189153443141ee1902d4a08db20c8bd89044356eca8883b3c30b5b933ccedbd72c3a787e470ab543c0b1364d970817a36fa7c28483c4d3dafc1a331e
+DIST qxmpp-0.9.3.tar.gz 300764 SHA256 
13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de SHA512 
c6ada4398468b9ce84955ab3a1ca155afe3098dfe39dc952c3675be1a1e3a4f118f8b1e251567bc124faa645d2654252d3e32d94e21aae79547056a10a2d6a71
 WHIRLPOOL 
623447034d769cc6a601459d8b6828dab1b72ba892e69040a86d82b0649567998305d07fd23d520fa2dca1147a87a72e2bffb0793cce09277b636a22fa51ca0b

diff --git a/net-libs/qxmpp/qxmpp-0.9.3.ebuild 
b/net-libs/qxmpp/qxmpp-0.9.3.ebuild
new file mode 100644
index 000..fcd0ae7
--- /dev/null
+++ b/net-libs/qxmpp/qxmpp-0.9.3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils eutils multilib
+
+DESCRIPTION="A cross-platform C++ XMPP client library based on the Qt 
framework"
+HOMEPAGE="https://github.com/qxmpp-project/qxmpp/;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="debug doc opus +qt4 qt5 +speex test theora vpx"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+RDEPEND="
+   qt4? ( dev-qt/qtcore:4 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtxml:5
+   )
+   opus? ( media-libs/opus )
+   speex? ( media-libs/speex )
+   theora? ( media-libs/libtheora )
+   vpx? ( media-libs/libvpx )
+"
+DEPEND="${RDEPEND}
+   test? (
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+
+src_prepare(){
+   if ! use doc; then
+   sed -i \
+   -e '/SUBDIRS/s/doc//' \
+   -e '/INSTALLS/d' \
+   qxmpp.pro || die "sed for removing docs failed"
+   fi
+   if ! use test; then
+   sed -i -e '/SUBDIRS/s/tests//' \
+   qxmpp.pro || die "sed for removing tests failed"
+   fi
+   # There is no point in building examples. Also, they require 
dev-qt/qtgui
+   sed -i -e '/SUBDIRS/s/examples//' \
+   qxmpp.pro || die "sed for removing examples failed"
+   default_src_prepare
+}
+
+src_configure(){
+   local conf_speex
+   local conf_theora
+   local conf_vpx
+
+   use opus && conf_opus="QXMPP_USE_OPUS=1"
+   use speex && conf_speex="QXMPP_USE_SPEEX=1"
+   use theora && conf_theora="QXMPP_USE_THEORA=1"
+   use vpx && conf_vpx="QXMPP_USE_VPX=1"
+
+   local eqmake="eqmake4"
+   use qt5 && eqmake="eqmake5"
+   ${eqmake} "${S}"/qxmpp.pro "PREFIX=${EPREFIX}/usr" 
"LIBDIR=$(get_libdir)" "${conf_opus}" "${conf_speex}" "${conf_theora}" 
"${conf_vpx}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+   if use doc; then
+   # Use proper path for documentation
+   mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || 
die "doc mv failed"
+   fi
+}
+
+src_test() {
+   MAKEOPTS="-j1" # random tests 

[gentoo-commits] repo/gentoo:master commit in: app-laptop/tp_smapi/

2016-08-05 Thread Michael Orlitzky
commit: 79e2115d8a44bbec89f09f7b328313ee3dc86a16
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug  6 03:01:07 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug  6 03:07:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e2115d

app-laptop/tp_smapi: new version 0.42.

This adds a new version 0.42, and updates the ebuild a bit.

First, the ebuild was updated to EAPI=6. Then the RESTRICT=userpriv
was removed, as it no longer seems to have any effect: I can install
the package fine with FEATURES=userpriv. Next, an obsolete kernel
version check was removed. Every version of every flavor of Linux
sources we have in the tree is already newer than 2.6.19. Finally,
einstalldocs (from EAPI=6) was used to install the current set of docs
as well as a TODO that had been omitted.

I have added myself as the maintainer of this package, since I still
have hardware that it supports.

Gentoo-Bug: 516570
Gentoo-Bug: 583206

Package-Manager: portage-2.2.28

 app-laptop/tp_smapi/Manifest   |  1 +
 app-laptop/tp_smapi/metadata.xml   |  9 +++-
 ...p_smapi-0.41-r2.ebuild => tp_smapi-0.42.ebuild} | 26 --
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-laptop/tp_smapi/Manifest b/app-laptop/tp_smapi/Manifest
index 425ca7e..d6d974e 100644
--- a/app-laptop/tp_smapi/Manifest
+++ b/app-laptop/tp_smapi/Manifest
@@ -1 +1,2 @@
 DIST tp_smapi-0.41.tar.gz 38852 SHA256 
6aef02b92d10360ac9be0db29ae390636be55017990063a092a285c70b54e666 SHA512 
924a11cdf64bc151d069d4f61ca476cf006773291f363b21a80ce091f560a78c4828d2e522e646a5b133c58149a37cb5c2432a165e92e6980eb510b9488c728e
 WHIRLPOOL 
10c74811148934a49b2d2b65cd65d366c58de03682c02d6b82694b4831634a25f2da9986b0493e28b372abf7ada692ee8ea85b2881b823b0cb7b35b73f348d6e
+DIST tp_smapi-0.42.tgz 39867 SHA256 
7b8d9f488c3859805f1f292bf4d518cc5b32ebb69b0ebe96367d0852dd792d27 SHA512 
1004b7ef961a9908c2144b26ea60b6dddabd83d60c11421a03e3b810f5b635415ef52656d6980915512d68f809f7bc3d662328f25d111537bd7e175d252cf83b
 WHIRLPOOL 
7d03aaf2bb4de3aabbc38fba62f126e6f2976ea1964d85da2fffbbcd63bb4c3884a152851cae116438b859c13d59fd4e41be126683f660f9b8322d7fc40ddc28

diff --git a/app-laptop/tp_smapi/metadata.xml b/app-laptop/tp_smapi/metadata.xml
index dc1f3c9..2f944f6 100644
--- a/app-laptop/tp_smapi/metadata.xml
+++ b/app-laptop/tp_smapi/metadata.xml
@@ -1,12 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+
+  
+m...@gentoo.org
+Michael Orlitzky
+  
+
   
 Install a compatible HDAPS module
   
+
   
 evgeni/tp_smapi
 tpctl
   
+
 

diff --git a/app-laptop/tp_smapi/tp_smapi-0.41-r2.ebuild 
b/app-laptop/tp_smapi/tp_smapi-0.42.ebuild
similarity index 72%
rename from app-laptop/tp_smapi/tp_smapi-0.41-r2.ebuild
rename to app-laptop/tp_smapi/tp_smapi-0.42.ebuild
index e32c1f3..ed4b4a5 100644
--- a/app-laptop/tp_smapi/tp_smapi-0.41-r2.ebuild
+++ b/app-laptop/tp_smapi/tp_smapi-0.42.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit flag-o-matic linux-mod
 
 DESCRIPTION="IBM ThinkPad SMAPI BIOS driver"
-HOMEPAGE="https://github.com/evgeni/tp_smapi/ http://tpctl.sourceforge.net/;
-SRC_URI="mirror://github/evgeni/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/evgeni/${PN};
+SRC_URI="${HOMEPAGE}/releases/download/tp-smapi/${PV}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,23 +16,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="hdaps"
 
-RESTRICT="userpriv"
-
-# We need dmideode if the kernel does not support DMI_DEV_TYPE_OEM_STRING
-# in dmi.h
+# We need dmideode if the kernel does not support
+# DMI_DEV_TYPE_OEM_STRING in dmi.h.
 DEPEND="sys-apps/dmidecode"
 RDEPEND="${DEPEND}"
 
 pkg_pretend() {
linux-mod_pkg_setup
 
-   if kernel_is lt 2 6 19; then
-   eerror
-   eerror "${P} requires Linux kernel 2.6.19 or above."
-   eerror
-   die "Unsupported kernel version"
-   fi
-
MODULE_NAMES="thinkpad_ec(extra:) tp_smapi(extra:)"
BUILD_PARAMS="KSRC=${KV_DIR} KBUILD=${KV_OUT_DIR}"
BUILD_TARGETS="default"
@@ -40,6 +31,7 @@ pkg_pretend() {
if use hdaps; then
CONFIG_CHECK="~INPUT_UINPUT"
WARNING_INPUT_UINPUT="Your kernel needs uinput for the hdaps 
module to perform better"
+   # Why call this twice?
linux-info_pkg_setup
 
MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)"
@@ -69,7 +61,7 @@ src_compile() {
 
 src_install() {
linux-mod_src_install
-   dodoc CHANGES README
-   newinitd "${FILESDIR}"/${PN}-0.40-initd smapi
-   newconfd "${FILESDIR}"/${PN}-0.40-confd smapi
+   einstalldocs
+   newinitd "${FILESDIR}/${PN}-0.40-initd" smapi
+   newconfd "${FILESDIR}/${PN}-0.40-confd" smapi
 }



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

2016-08-05 Thread Davide Pesavento
commit: 93c0401fcbb4e20dfecf72ce255a77e645fa3ba5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug  6 02:31:46 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug  6 02:31:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c0401f

app-editors/focuswriter: version bump

Package-Manager: portage-2.3.0

 app-editors/focuswriter/Manifest |  1 +
 app-editors/focuswriter/focuswriter-1.5.7.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index b5b73ce..d4b24a1 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,2 +1,3 @@
 DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 
b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 
aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766
 WHIRLPOOL 
29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1
 DIST focuswriter-1.5.6-src.tar.bz2 5274057 SHA256 
ec22ce097ae48d46c9a5c485630a885d67b7a281ca6b760d9d494546ed284b17 SHA512 
a8d53d13fc1efb385eb8d9a93cb2ebde688d0d52e7f9ba4cb72cd7181e5ab1cff046358c217e45c939ae5a7f618acfddd57eef4ca0f02e3bb046dfdf361d26b9
 WHIRLPOOL 
79ec3af30e86ccca46a6c07615b7183541983792f809fdda8a159bd83785f5fe799828d994c23903421dd0628c61a6aa12686826b4d56ca66f601f87f64f
+DIST focuswriter-1.5.7-src.tar.bz2 5274706 SHA256 
e2ce4f2be1d76ded2de589e60e40677166e582dc8aa3657167d52deab209c92a SHA512 
15bbaf2d34d6232aca50bc10daadbb8eef8aa37336a4373cde0f4b6f638a8832c4ea764a0cc670f77174df200be17ec40406921adc3266d858726a42412107bb
 WHIRLPOOL 
e9e30a798740deca2f13301846a915b404cc6d89b47700490d0c27a3d40efb9f69fff17eaf7079d09ed1967fdef329ef5b6f63ab58b9c15179d3e87a72e930fc

diff --git a/app-editors/focuswriter/focuswriter-1.5.7.ebuild 
b/app-editors/focuswriter/focuswriter-1.5.7.ebuild
new file mode 100644
index 000..9a92566
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.5.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fdo-mime gnome2-utils qmake-utils
+
+DESCRIPTION="A fullscreen and distraction-free word processor"
+HOMEPAGE="http://gottcode.org/focuswriter/;
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/hunspell
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtwidgets:5
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-qt/qtconcurrent:5
+   virtual/pkgconfig
+"
+
+DOCS=( ChangeLog CREDITS NEWS README )
+
+PATCHES=( "${FILESDIR}/${PN}-1.5.6-unbundle-qtsingleapplication.patch" )
+
+src_configure() {
+   eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



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

2016-08-05 Thread Tim Harder
commit: 42756e33bf5fc015db8972ba11f2a1cc6d4bc8f9
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug  6 02:17:37 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug  6 02:18:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42756e33

www-client/qutebrowser: version bump to 0.8.2

 www-client/qutebrowser/Manifest |  1 +
 www-client/qutebrowser/qutebrowser-0.8.2.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index 1c3fde4..b99f108 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,2 +1,3 @@
 DIST qutebrowser-0.6.2.tar.gz 2998855 SHA256 
3a4301566f8c183075f32ff53f2cded7fd28b692807e67662749cebf2fdde799 SHA512 
a68f3082c398fa2c9f730cebbdae0fa7bf25c73640fd497ff458643f13895a07a7006ef3ad820e04e2e1905e11e5b8423f30c3d96dda62a9c34d96f964abeffc
 WHIRLPOOL 
deaed1637b6caadec463ee59408635929c70b4468fbf00de5e5b70f205784fa33e8ae9806311225b5239b7afb35259666dd6cfb0dba7e503f616af812a28
 DIST qutebrowser-0.7.0.tar.gz 3026028 SHA256 
76611616003c04d66a8ab88d9dcaa25f31f1b57cc98358ffb12c3b8320d9bb9f SHA512 
0e5b2ab362507d5fe2a305dea9cd633cebb67a6f0d7e8d248212ec22316bf598ada68fe6803c464a51cf08cedfb2df612b780a452e6c519547d9d9b0fcd62693
 WHIRLPOOL 
52f1a8c65815eeaedd875cf46d0a98bf7bd32ee37bf365f7469624ffe6285369d0180b1552fcf7351907c3e9ca1d8577705bf2e82fa7150f0ffe16afcee38e6a
+DIST qutebrowser-0.8.2.tar.gz 3041091 SHA256 
8ebdef058fc0d7114483da4d3bcf599fb8c77e29f73df650438ae2166c93ddcd SHA512 
6f2aa0b1a7c4e4bbf47825abcd3d861ef6b234d23658f9ee618678016a518d827aba331cfb0d603be7ec7a1e272599756c273af1d5d48f0baba5745828fed60a
 WHIRLPOOL 
1511db630f1711501ab0ca88f83d038781efe755fa3a517df89c26e2182e6d544612a95f056ba85e36d0b305cb898d0502efd356547a66f10be6908e7783d997

diff --git a/www-client/qutebrowser/qutebrowser-0.8.2.ebuild 
b/www-client/qutebrowser/qutebrowser-0.8.2.ebuild
new file mode 100644
index 000..64a7a2a
--- /dev/null
+++ b/www-client/qutebrowser/qutebrowser-0.8.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit gnome2-utils distutils-r1 eutils fdo-mime
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/The-Compiler/qutebrowser.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/The-Compiler/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+HOMEPAGE="http://www.qutebrowser.org/ 
https://github.com/The-Compiler/qutebrowser;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="gstreamer test"
+
+COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${COMMON_DEPEND}
+   app-text/asciidoc
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/pypeg2-2.15.1[${PYTHON_USEDEP}]
+   
dev-python/PyQt5[${PYTHON_USEDEP},gui,network,printsupport,webkit,widgets]
+   dev-python/sip[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
+   gstreamer? ( dev-qt/qtwebkit:5[gstreamer] )
+"
+
+RESTRICT="test"
+
+python_compile_all() {
+   if [[ ${PV} == "" ]]; then
+   "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating 
docs"
+   fi
+
+   a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
+}
+
+python_test() {
+   py.test tests || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   doman doc/${PN}.1
+   dodoc {CHANGELOG,CONTRIBUTING,FAQ,README}.asciidoc
+
+   domenu ${PN}.desktop
+   doicon -s scalable icons/${PN}.svg
+
+   distutils-r1_python_install_all
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme-faenza/

2016-08-05 Thread NP Hardass
commit: 6e2806ad9b76f8942cb7ff1150515a7a92a5b6d8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:11:33 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2806ad

x11-themes/mate-icon-theme-faenza: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-themes/mate-icon-theme-faenza/Manifest |  1 -
 .../mate-icon-theme-faenza-1.8.0.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/x11-themes/mate-icon-theme-faenza/Manifest 
b/x11-themes/mate-icon-theme-faenza/Manifest
index b4a512e..1c92ea6 100644
--- a/x11-themes/mate-icon-theme-faenza/Manifest
+++ b/x11-themes/mate-icon-theme-faenza/Manifest
@@ -1,2 +1 @@
 DIST mate-icon-theme-faenza-1.10.1.tar.xz 38659648 SHA256 
5bc7d90042df975b3229b64a0a1077226d961f6dfc90775623399bb6d41b246a SHA512 
f214c32f113d3da1d9705e7fcfa5523791759db2a674446fd3e664ba0a4168658edd8549f5c26853f648bcd4a6754f0d15da4b55921bde7244e70334d58b1ee3
 WHIRLPOOL 
fa5fe173e21096d840f2f0a520774fb22546565057441ebf4e49cadbec33d647ee5f3abc15f269de27e5675177bac774f2b7553bf5f66797477e8aa7d0dd5cfe
-DIST mate-icon-theme-faenza-1.8.0.tar.xz 20817400 SHA256 
6d1044af459373178ce05305db66b7dc6afb03b5475eacd122c19156fea0307b SHA512 
38e60a44df80223a0c72b6cc124aa79ae5df8f90a842ef1c5c54bcb66b2aaf926c197ff8f8869d4643bdda1d4a168e4334b35ba06f1cdf13959d0b1ca994ea6c
 WHIRLPOOL 
6600e068bbf2d82bf94f15f23ac905b2361ebd9cd388ad0b392672121848991b34771eaec1821a8b7fb957e9245b357d03b1363a185ea411e4fd76fa6aad7566

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.8.0.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.8.0.ebuild
deleted file mode 100644
index 368747b..000
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.8.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( >=x11-themes/mate-icon-theme-1.8:0 )
-   x11-themes/hicolor-icon-theme:0"
-
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   # Remove broken libreoffice icons (dangling symlinks).
-   rm matefaenza/apps/16/*libreoffice* || die
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/

2016-08-05 Thread NP Hardass
commit: 165ab7f4dfc3214670a583669f79c652f4aa072d
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:06:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165ab7f4

mate-extra/mate-user-share: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-user-share/Manifest|  1 -
 .../mate-user-share-1.8.0-r1.ebuild| 55 --
 2 files changed, 56 deletions(-)

diff --git a/mate-extra/mate-user-share/Manifest 
b/mate-extra/mate-user-share/Manifest
index 58cfa29..77333ef 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1 @@
 DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 
787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 
6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350
 WHIRLPOOL 
55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84
-DIST mate-user-share-1.8.0.tar.xz 928348 SHA256 
8cfe07fcf728384b073557aa17bc10c9e221c6d714a1009ace582c3c74cc8b5a SHA512 
0d0231abfc65fc8d0a16ec871bc534d788d9699f5a3a8b2f967c6532b06266591c11199eb9630121c595513fb7255175bdd8eeae0a265e68c7d0f5059daf4947
 WHIRLPOOL 
ecb66912c6015f97f24156f8b83824873136177acc525bbed72606af35cd21d95e1cd2ea556ac9b7c403e6a756e9e9577189ee4cd19301e721113c51780f6d01

diff --git a/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
deleted file mode 100644
index 83850f7..000
--- a/mate-extra/mate-user-share/mate-user-share-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Personal file sharing for the MATE desktop"
-HOMEPAGE="http://www.mate-desktop.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.70:0
-   >=dev-libs/glib-2.15.2:2
-   >=dev-libs/libunique-1:1
-   >=mate-base/caja-1.8:0
-   media-libs/libcanberra:0[gtk]
-   >=sys-apps/dbus-1.1.1:0
-   >=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-2.14:2
-   x11-libs/libX11:0
-   x11-libs/pango:0
-   >=x11-libs/libnotify-0.7:0
-   >=www-apache/mod_dnssd-0.6:0
-   
>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
-   virtual/libintl:0"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   gnome2_src_configure \
-   --with-httpd=apache2 \
-   --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
-   --disable-bluetooth \
-   $(use_with X x)
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-system-monitor/

2016-08-05 Thread NP Hardass
commit: 781f591d29618101287b9c32e9d684bcad817d1f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:05:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781f591d

mate-extra/mate-system-monitor: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-system-monitor/Manifest|  1 -
 .../mate-system-monitor-1.8.0.ebuild   | 50 --
 2 files changed, 51 deletions(-)

diff --git a/mate-extra/mate-system-monitor/Manifest 
b/mate-extra/mate-system-monitor/Manifest
index 51a58d9..d02b24d 100644
--- a/mate-extra/mate-system-monitor/Manifest
+++ b/mate-extra/mate-system-monitor/Manifest
@@ -1,2 +1 @@
 DIST mate-system-monitor-1.10.1.tar.xz 2129620 SHA256 
d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 SHA512 
a80922315d387eda99223ecc6f44a7608a3ef2d300ef80f10e35aede83783407f996935f7e106d342dcd91b8681158b587a5c1d1192724040e6bd99409cae6ec
 WHIRLPOOL 
0e2f4d2e8884d3f6e4dcd1caf3b81866d2e7d0cd2dad679c3201ebd37afcb038c14df1a2245aa4b5e3fcade08243c2ad7a4a9d1745b758c4d57ba6f8ce55f4b4
-DIST mate-system-monitor-1.8.0.tar.xz 2099600 SHA256 
00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712 SHA512 
175c46b05544de70fca37c444fd2ad4f578f62e50da1e0d30136fc2c6f79d49ff68c1d6fe6675d2aafd5d726c0b96d82971df3dc964b7430b2f4db179db91856
 WHIRLPOOL 
3a30f5c441ee1f60c7e735e7ea6c57d8e03cb22e7b3edb83bf2739548a939fc1ed64dd561bb3bd7e3f33de5643c25d14b940f8d9bb209403af1e30297728c266

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
deleted file mode 100644
index f32ee99..000
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.8.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit flag-o-matic gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="The MATE System Monitor"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-text/rarian:0
-   >=dev-cpp/glibmm-2.16:2
-   >=dev-cpp/gtkmm-2.22:2.4
-   >=dev-libs/dbus-glib-0.70:0
-   >=dev-libs/glib-2.28:2
-   dev-libs/libsigc++:2
-   >=dev-libs/libxml2-2:2
-   >=gnome-base/libgtop-2.23.1:2=
-   >=gnome-base/librsvg-2.12:2
-   >=sys-apps/dbus-0.7:0
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.20:2
-   >=x11-libs/libwnck-2.5:1
-   >=x11-themes/mate-icon-theme-1.8:0
-   virtual/libintl:0"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   # This is needed for this old version, current upstream versions
-   # finally append it themselves:
-   # 
https://github.com/mate-desktop/mate-system-monitor/commit/56594f6f10ba04aa51af976bc8339ea9ae54ea21
-   append-cxxflags -std=c++11
-   gnome2_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-dialogs/

2016-08-05 Thread NP Hardass
commit: 7ea5430c452b48376b1fedca29606bfd4d461132
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Aug  6 01:34:47 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea5430c

mate-extra/mate-dialogs: Drop 1.8.x

 mate-extra/mate-dialogs/Manifest  |  1 -
 mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild | 46 ---
 mate-extra/mate-dialogs/metadata.xml  | 11 --
 3 files changed, 58 deletions(-)

diff --git a/mate-extra/mate-dialogs/Manifest b/mate-extra/mate-dialogs/Manifest
deleted file mode 100644
index ef41027..000
--- a/mate-extra/mate-dialogs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-dialogs-1.8.0.tar.xz 2786956 SHA256 
1db39f743846377c1b5e065c1199285cd70509a26ae2fbdec0884b06f00bcbda SHA512 
82b54e034e9ec4d8b1819c5ca9817b9f12fd2273345a26aa9d75b5d1ee307a8d2254f5ba3e4a7a3e8e482344a4be71d95bed8a9f6af9e691babcdeea1f2c0fa3
 WHIRLPOOL 
12aacb04567b23c089fb2879817d2b2583896dbb5b6290ba4284487c9816ce0629a067990c0fd13698cfbcc502c70ad9f0faf3c9e06de10ed3c07637ec4e7827

diff --git a/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild 
b/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild
deleted file mode 100644
index 1b4a6c5..000
--- a/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Display MATE dialogs from the commandline and shell scripts"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="libnotify"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.8:2
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/libX11:0
-   virtual/libintl:0
-   libnotify? ( >=x11-libs/libnotify-0.7.0:0 )"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   >=mate-base/mate-common-1.8:0
-   >=sys-devel/gettext-0.14:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   gnome2_src_configure \
-   --with-gtk=2.0 \
-   $(use_enable libnotify)
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"

diff --git a/mate-extra/mate-dialogs/metadata.xml 
b/mate-extra/mate-dialogs/metadata.xml
deleted file mode 100644
index ecf0948..000
--- a/mate-extra/mate-dialogs/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
-
-mate-desktop/mate-dialogs
-
-



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/

2016-08-05 Thread NP Hardass
commit: 96078fb57636d83f1c00860a462cdbc2fadf2d19
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:11:09 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96078fb5

x11-themes/mate-icon-theme: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-themes/mate-icon-theme/Manifest|  1 -
 .../mate-icon-theme/mate-icon-theme-1.8.0.ebuild   | 35 --
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/mate-icon-theme/Manifest 
b/x11-themes/mate-icon-theme/Manifest
index 55713fd..0b0aed8 100644
--- a/x11-themes/mate-icon-theme/Manifest
+++ b/x11-themes/mate-icon-theme/Manifest
@@ -1,2 +1 @@
 DIST mate-icon-theme-1.10.1.tar.xz 19043952 SHA256 
9d15201d053ae4275f99e3f575ea8c7ed27711783ed1c262fa6e689d9ea75d5a SHA512 
244df8b2ea17c4140920e04daa036b7ca6a219ffda1408430a29656cbbad3ab1a5873dbdbb82c135ef1feba04615d42759eee55bab9eb77ffb647ca91641a87f
 WHIRLPOOL 
0f9559a8fd810801ea66f8665dcde0dcbe7566d0ea55c5c7b983cc9782ea308186214a0ac3606f52d22e9897f128fdf1ac4438a227401a015b5e0e6634862989
-DIST mate-icon-theme-1.8.0.tar.xz 15512320 SHA256 
e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac SHA512 
c8f37498ad7789eab66e4c8fb9de3c0821a49f099a875dc487b2897fce04e015ad5015343d0dd56df11e761fc98cc11090878eb7db82aaea478937ce7823ef80
 WHIRLPOOL 
8e9da6b8f329d5a72175157419c047fbd7b499269eae132384dc650e850a0dbcd39d4f566a402afd1e8817464b4ac3c5873cd14942fb5ea70d389c4d87c40908

diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild 
b/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild
deleted file mode 100644
index 01cb17e..000
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE default icon themes"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40:*
-   >=x11-misc/icon-naming-utils-0.8.7:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-   gnome2_src_configure --enable-icon-mapping
-}
-
-DOCS="AUTHORS NEWS TODO"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/

2016-08-05 Thread NP Hardass
commit: fac5c7a98e01412c805e94e26ba1ed6b720eaa28
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:06:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac5c7a9

mate-extra/mate-utils: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-utils/Manifest|  1 -
 mate-extra/mate-utils/mate-utils-1.8.1.ebuild | 86 ---
 2 files changed, 87 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index ee29cf2..5902dc6 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,2 +1 @@
 DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
-DIST mate-utils-1.8.1.tar.xz 2648184 SHA256 
0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 SHA512 
71a6a57365a067012447222b2ef4b768234b2e58bf88b5b45c6e4b7f746c81136ea1dfee45257406b19f2c4f4c51adc3279b09f7c9c41bfe7be9c66321ad0eef
 WHIRLPOOL 
fc35c564fb378ebfc147b9344790aae5a3934e86f6cf642dedb2ab98ae093bb259e298f4fa6de98157f3c4775445862888a56464de8852d829e6040f9a42fc95

diff --git a/mate-extra/mate-utils/mate-utils-1.8.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.8.1.ebuild
deleted file mode 100644
index 3a1ddf8..000
--- a/mate-extra/mate-utils/mate-utils-1.8.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Utilities for the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X applet ipv6 test"
-
-RDEPEND="app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/glib-2.20:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4:0[gtk]
-   sys-libs/zlib:0
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libICE:0
-   x11-libs/libSM:0
-   x11-libs/libX11:0
-   x11-libs/libXext:0
-   x11-libs/pango:0
-   applet? ( >=mate-base/mate-panel-1.8:0 )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   >=mate-base/mate-common-1.8:0
-   x11-proto/xextproto:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Remove -D.*DISABLE_DEPRECATED cflagss
-   # This method is kinda prone to breakage. Recheck carefully with next 
bump.
-   # bug 339074
-   LC_ALL=C find . -iname 'Makefile.am' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   # Do Makefile.in after Makefile.am to avoid automake maintainer-mode
-   LC_ALL=C find . -iname 'Makefile.in' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   if ! use test; then
-   sed -e 's/ tests//' -i logview/Makefile.{am,in} || die
-   fi
-
-   # Fix up desktop files.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || 
die
-}
-
-src_configure() {
-   local myconf
-   if ! use debug; then
-   myconf="${myconf} --enable-debug=minimum"
-   fi
-
-   gnome2_src_configure \
-   $(use_enable applet gdict-applet) \
-   $(use_enable ipv6) \
-   $(use_with X x) \
-   --disable-maintainer-flags \
-   --enable-zlib \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/files/, mate-extra/caja-extensions/

2016-08-05 Thread NP Hardass
commit: c508bc17ce8d74766dfbd4d67fcb297eb7191f4b
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 01:49:08 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c508bc17

mate-extra/caja-extensions: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/caja-extensions/Manifest|   1 -
 .../caja-extensions/caja-extensions-1.8.0.ebuild   |  78 -
 .../caja-extensions-1.8.0-sendto-options.patch | 316 -
 3 files changed, 395 deletions(-)

diff --git a/mate-extra/caja-extensions/Manifest 
b/mate-extra/caja-extensions/Manifest
index c88332f..64e1f32 100644
--- a/mate-extra/caja-extensions/Manifest
+++ b/mate-extra/caja-extensions/Manifest
@@ -1,2 +1 @@
 DIST caja-extensions-1.10.1.tar.xz 378472 SHA256 
fc18b16141a37624f35f2b8b7ecf6b73a55689d81ee9e9a516c5765990ec207d SHA512 
6720c279877207c123163e1d04e9d5b63319fe8b480ef9aaf6470c0f8e850b22dfea7999084ed8d320c152c053906461d1a526a70f64718cb1938d3baa39db0b
 WHIRLPOOL 
1f418081a4ed00c60d7c62b6a22ecba6132d8fea0d9e05067446e79809a2996bae05ce5b96338048a330f590f57f0cda0af2169a4bce1800b3872c0482bd0fa9
-DIST caja-extensions-1.8.0.tar.xz 343784 SHA256 
71b4353236b4f13e1984a8497ff80ed63d74141833ba47a32629a5d3505bbc91 SHA512 
1a59bf3ed7300d790f47494d0bef677a760fa069aaf76c2f35eb4d17b67be0fcdfa904e3a05d45ca1ff9f3016961c689aa620d37f020ed199ca2ddb3d8dd3663
 WHIRLPOOL 
f192f8e966de8272ca65d7e856ebf26bfdbca8cf559da7571c6e372b5c9ad3b21f1e08691014546ed4cd9b6b60a5840b8a02c53d9d7ed34a8876a873771dc2be

diff --git a/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild
deleted file mode 100644
index ba75d64..000
--- a/mate-extra/caja-extensions/caja-extensions-1.8.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Several Caja extensions"
-HOMEPAGE="http://www.mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SENDTO="cdr gajim +mail pidgin upnp"
-IUSE="image-converter +open-terminal share ${SENDTO}"
-
-RDEPEND=">=x11-libs/gtk+-2.18:2
-   >=dev-libs/glib-2.26:2
-   >=mate-base/caja-1.8:0
-   virtual/libintl:0
-   x11-libs/gdk-pixbuf:2
-   open-terminal? ( >=mate-base/mate-desktop-1.8:0 )
-   cdr? ( >=app-cdr/brasero-2.32.1:0= )
-   gajim? (
-   net-im/gajim:0
-   >=dev-libs/dbus-glib-0.60:0
-   >=sys-apps/dbus-1:0
-   )
-   pidgin? ( >=dev-libs/dbus-glib-0.60:0 )
-   upnp? ( >=net-libs/gupnp-0.13:0= )"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.18:*
-   >=mate-base/mate-common-1.8:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !!mate-extra/mate-file-manager-open-terminal
-   !!mate-extra/mate-file-manager-sendto
-   !!mate-extra/mate-file-manager-image-converter
-   !!mate-extra/mate-file-manager-share"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.8.0-sendto-options.patch"
-
-   eautoreconf
-}
-
-src_configure() {
-   MY_CONF=""
-
-   if use cdr || use mail || use pidgin || use gajim || use upnp ; then
-   MY_CONF="${MY_CONF} --enable-sendto"
-   MY_CONF="${MY_CONF} --with-sendto-plugins=removable-devices"
-   use cdr && MY_CONF="${MY_CONF},caja-burn"
-   use mail && MY_CONF="${MY_CONF},emailclient"
-   use pidgin && MY_CONF="${MY_CONF},pidgin"
-   use gajim && MY_CONF="${MY_CONF},gajim"
-   use upnp && MY_CONF="${MY_CONF},upnp"
-   else
-   MYCONF="${MY_CONF} --disable-sendto"
-   fi
-
-   gnome2_src_configure ${MY_CONF} \
-   --disable-gksu \
-   $(use_enable image-converter) \
-   $(use_enable open-terminal) \
-   $(use_enable share)
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"

diff --git 
a/mate-extra/caja-extensions/files/caja-extensions-1.8.0-sendto-options.patch 
b/mate-extra/caja-extensions/files/caja-extensions-1.8.0-sendto-options.patch
deleted file mode 100644
index 5e0953a..000
--- 
a/mate-extra/caja-extensions/files/caja-extensions-1.8.0-sendto-options.patch
+++ /dev/null
@@ -1,316 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index fcf02d6..c38061f 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -102,19 +102,173 @@ if test "x$enable_sendto" = "xyes"; then
- GUPNP_REQUIRED=0.13
- PKG_CHECK_MODULES(SENDTO,
- glib-2.0>= $GLIB_REQUIRED
--gio-2.0 >= $GLIB_REQUIRED
- gthread-2.0 >= $GTHREAD_REQUIRED
- gmodule-2.0 >= 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/

2016-08-05 Thread NP Hardass
commit: 52b74c2aeaf06019597921ebbdd8ab2b9aa98892
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:10:09 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b74c2a

x11-terms/mate-terminal: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-terms/mate-terminal/Manifest   |  1 -
 x11-terms/mate-terminal/mate-terminal-1.8.1.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index b47967b..366b511 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,2 +1 @@
 DIST mate-terminal-1.10.2.tar.xz 1147956 SHA256 
4fc1ebebb5dc77231f1887752d9588c0f5f368b9190005d642198beedb9f7b72 SHA512 
162f2a8b210169fc866c87b84d08834468b0377ab53884f34f22ced0f3bb52fb9029ecf8f7a0dafdff050d6e919f7e6e6d75d7b6ffdc5891183c37fc8eb73420
 WHIRLPOOL 
78bc74385800566985c09fb2ce440cfe56edf5ea53510b898fd57f7ce96631724e6b9120e3fab86ceb8b4d73e6b1df994639e933dfda73ddd3089a01e4b2065b
-DIST mate-terminal-1.8.1.tar.xz 1160064 SHA256 
d4ba3fd495feb4f8836ea9ca4c201c78fe9564c8190a2d3c84ca4e514a7aa39d SHA512 
fec2b2a48ca5a6218a73694627e9a690f61be9706c12999428467755949a47d1f57fb5767370fe9c1fba02333b4802ecbebae0b7f87f547539cdd1b3eaa44ee1
 WHIRLPOOL 
8d1ed15964ffc67d22094c52a68b6c88aded026511d3de2c9bf9c0a494424ae27f5f234db5b9e2ce29eabfd512605cd478a5f255b22f6281f8da536fb5298cbd

diff --git a/x11-terms/mate-terminal/mate-terminal-1.8.1.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.8.1.ebuild
deleted file mode 100644
index 308e891..000
--- a/x11-terms/mate-terminal/mate-terminal-1.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="The MATE Terminal"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/glib-2.25:2
-   >=gnome-base/dconf-0.10:0
-   >=mate-base/mate-desktop-1.8:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/libICE:0
-   x11-libs/libSM:0
-   x11-libs/libX11:0
-   x11-libs/pango:0
-   >=x11-libs/vte-0.27.1:0"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-dropbox/

2016-08-05 Thread NP Hardass
commit: 2762a97ad0f56b7deb0ec750a2933a516ee41dd8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 01:48:28 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:11:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2762a97a

mate-extra/caja-dropbox: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/caja-dropbox/Manifest  |  1 -
 mate-extra/caja-dropbox/caja-dropbox-1.8.0.ebuild | 90 ---
 2 files changed, 91 deletions(-)

diff --git a/mate-extra/caja-dropbox/Manifest b/mate-extra/caja-dropbox/Manifest
index cfc7dad..1e8b4f6 100644
--- a/mate-extra/caja-dropbox/Manifest
+++ b/mate-extra/caja-dropbox/Manifest
@@ -1,2 +1 @@
 DIST caja-dropbox-1.10.1.tar.xz 306296 SHA256 
f171c83cbc162d48fee9dfd67872161db82d93f30a417f9d228402935516f54f SHA512 
519f035881197f35b6ff1351cd953c939add62401c3807cfec011697e609766cd19a7effa4cd5978633901e31972f869b0765378893e75fbd6ac202e755e0b94
 WHIRLPOOL 
b3e1a7c045144fee883e35fb2131fc25ddbd9db53a93148e15e9eb827def0e41bc200146e0b243d5f2bd3fe03c5f9eb19ce9d65a0b67c0410b7cf108844b55e6
-DIST caja-dropbox-1.8.0.tar.xz 310592 SHA256 
bb26151cad68e910979af6dd8b323434462a2457998ad67529660135c0caa513 SHA512 
33c0804ba756ec50b531e4992b74577848f52fef60b8c69b96f307a2b8a57fd42ff951d6d3fdd55a6b1e260c4f46d0a26f90f730a88dc45a66e2d7492fbc
 WHIRLPOOL 
3b200e6a1b5e6f9926566962c48b9585fa0f9cc1ccc8ee89e45489d87c41cbf50a2b1bd62036140ba7492edf5a2812b918c4c4596b17c4674e0821a72d29550f

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.8.0.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.8.0.ebuild
deleted file mode 100644
index 87eecec..000
--- a/mate-extra/caja-dropbox/caja-dropbox-1.8.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 python-single-r1 linux-info user versionator
-
-MATE_BRANCH="1.8"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Store, Sync and Share Files Online"
-HOMEPAGE="http://www.dropbox.com/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="debug"
-
-RDEPEND="
-   dev-libs/atk:0
-   >=dev-libs/glib-2.14:2
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   >=mate-base/caja-1.8:0
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   net-misc/dropbox:0
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/libXinerama:0
-   x11-libs/pango:0"
-
-DEPEND="${RDEPEND}
-   dev-python/docutils:0
-   virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-CONFIG_CHECK="~INOTIFY_USER"
-
-pkg_setup () {
-   python-single-r1_pkg_setup
-   check_extra_config
-   enewgroup dropbox
-
-   G2CONF="${G2CONF} $(use_enable debug) --disable-static"
-}
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Use system dropbox.
-   sed -e "s|~/[.]dropbox-dist|/opt/dropbox|" \
-   -e 's|\(DROPBOXD_PATH = \).*|\1"/opt/dropbox/dropboxd"|' \
-   -i caja-dropbox.in || die
-
-   # Use system rst2man.
-   epatch "${FILESDIR}"/${P}-system-rst2man.patch
-
-   AT_NOELIBTOOLIZE=yes eautoreconf
-}
-
-src_install () {
-   python_fix_shebang caja-dropbox.in
-
-   gnome2_src_install
-
-   local extensiondir="$(pkg-config --variable=extensiondir 
libcaja-extension)"
-   [ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions 
dir"
-
-   # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D.
-   extensiondir="${extensiondir#${EPREFIX}}"
-   use prefix || fowners root:dropbox "${extensiondir}"/libcaja-dropbox.so
-   fperms o-rwx "${extensiondir}"/libcaja-dropbox.so
-}
-
-pkg_postinst () {
-   gnome2_pkg_postinst
-
-   elog
-   elog "Add any users who wish to have access to the dropbox caja"
-   elog "plugin to the group 'dropbox'. You need to setup a drobox account"
-   elog "before using this plugin. Visit ${HOMEPAGE} for more information."
-   elog
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/

2016-08-05 Thread NP Hardass
commit: 840cc96470246b4972dc4bcee0aaa7653a4f6c13
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:10:46 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840cc964

x11-themes/mate-backgrounds: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-themes/mate-backgrounds/Manifest   |  1 -
 .../mate-backgrounds/mate-backgrounds-1.8.0.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/x11-themes/mate-backgrounds/Manifest 
b/x11-themes/mate-backgrounds/Manifest
index 0208507..49cd818 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1,2 +1 @@
 DIST mate-backgrounds-1.10.0.tar.xz 20897784 SHA256 
fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 SHA512 
b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea
 WHIRLPOOL 
2d49a7cedcd85897d9f0d3addff2e428cf94694fa7cdb23a752d7adec93a5e208b573d32066f0f4d2fd4c5d9cd4abeb253639113b736507173be2271b9810932
-DIST mate-backgrounds-1.8.0.tar.xz 11663712 SHA256 
c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05 SHA512 
ee7658e61ec68c3d85eb9c5eb033468f2c93b54c62dd31d8bf84a71e744fec2c600ea5af0aa9db85f50df3bca282d6f92d4adf65aeb6a78653caa609d32e4334
 WHIRLPOOL 
09c0f783eefd662ec3bb2425ff2a17faead620630afbb7ba3ffd2f0279865a78fd33e2bd30cb32c782c86a3925a50c939feac70b934cb118548f71760f06a0e7

diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild 
b/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild
deleted file mode 100644
index 1f73989..000
--- a/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-DEPEND=">=dev-util/intltool-0.35:*
-   sys-devel/gettext:*"
-
-DOCS="AUTHORS ChangeLog NEWS README"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/

2016-08-05 Thread NP Hardass
commit: 5f637e86c294be2b7474620d20309136d9e59adf
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:08:59 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f637e86

x11-misc/mate-notification-daemon: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-misc/mate-notification-daemon/Manifest |  1 -
 .../mate-notification-daemon-1.8.1.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index 17bed98..e4cd852 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,2 +1 @@
 DIST mate-notification-daemon-1.10.2.tar.xz 304100 SHA256 
f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 SHA512 
6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc
 WHIRLPOOL 
fba269bdf8a0ad37889b9ebaf4d2da95835187714ce958989ca76471a82afdd1ed4970fe520936d59b8a961988b05f557cce32235e4a37eae355b980045b1b1b
-DIST mate-notification-daemon-1.8.1.tar.xz 300984 SHA256 
322b0f461d0972536916191481ee8f71b94c9534049498617c78218c9ce792a6 SHA512 
45d9d8e95628a4ea384335a2293c85cda3177676acf6b4d3ee877f85f7b631c8f19429884017414f6882c4b6dcb32a1c2dbeb3bebaee8f8ab3107003bf3c9d92
 WHIRLPOOL 
4c88feacefd6e1f5b741e19694f8c17e83ff0963340b4f6a90bec07d532608e39ad617f41d5301e703dc3c3326021062edd748a44899e61905cabd1173b86120

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild
deleted file mode 100644
index 54df139..000
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE Notification daemon"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/atk:0
-   >=dev-libs/dbus-glib-0.78:0
-   >=dev-libs/glib-2.18:2
-   >=media-libs/libcanberra-0.4:0[gtk]
-   >=sys-apps/dbus-1:0
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.18:2
-   >=x11-libs/libnotify-0.7:0
-   x11-libs/libX11:0
-   >=x11-libs/libwnck-1:1
-   virtual/libintl:0
-   !x11-misc/notify-osd:*
-   !x11-misc/qtnotifydaemon:*
-   !x11-misc/notification-daemon:*"
-
-DEPEND="${RDEPEND}
-   app-arch/xz-utils:0
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   >=sys-devel/libtool-2.2.6:2
-   virtual/pkgconfig:*"
-
-DOCS=( AUTHORS ChangeLog NEWS )
-
-src_install() {
-   gnome2_src_install
-
-   cat <<-EOF > "${T}/org.freedesktop.Notifications.service"
-   [D-BUS Service]
-   Name=org.freedesktop.Notifications
-   Exec=/usr/libexec/mate-notification-daemon
-   EOF
-
-   insinto /usr/share/dbus-1/services
-   doins "${T}/org.freedesktop.Notifications.service"
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/mate-netspeed/

2016-08-05 Thread NP Hardass
commit: e23ef002a25299aacc1ddea87245134634c42b3f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:08:22 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23ef002

net-analyzer/mate-netspeed: Drop 1.8.x

Package-Manager: portage-2.2.26

 net-analyzer/mate-netspeed/Manifest|  1 -
 .../mate-netspeed/mate-netspeed-1.8.0.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/net-analyzer/mate-netspeed/Manifest 
b/net-analyzer/mate-netspeed/Manifest
index 0eb3f02..83783ae 100644
--- a/net-analyzer/mate-netspeed/Manifest
+++ b/net-analyzer/mate-netspeed/Manifest
@@ -1,2 +1 @@
 DIST mate-netspeed-1.10.2.tar.xz 586896 SHA256 
9d85663c7621950d3c63e50bd103897989983058a289caa333d31b800275737d SHA512 
62c384a5da76165b6c6869b9e52879de09de87ce5a4353b85003a51b909cd61d94698b6e2670e592984ff3ff7b75489d8bfba03d2492a244094a7359491fceae
 WHIRLPOOL 
90663204a57b7fe62c21a131fccc5169d96b887c2052a59b15e15f21bf4d5a477c7ad1da0e23e0fbb45ef3bbc71012b8e23411d352634a4a2515e89717315174
-DIST mate-netspeed-1.8.0.tar.xz 567724 SHA256 
991be6016800ed4b7db35b5157f176fee033e376a9480a94ef5f5fce63c1759f SHA512 
e957fd3d63e87ddf3e9eb51c595611208d81ccbd4b7281814518ae36f016fe80931cfb62df62731a0dce7102e25c4d48427f45787bacc7f8018a8682725c7a8b
 WHIRLPOOL 
50f32654520c7090d8b66cd64519bf83bd4c281f996ecbccac8a271fb715242b5a6c895f0d4156b7e23cd512a384a415a4fce05926f69d17ffe38405711094f4

diff --git a/net-analyzer/mate-netspeed/mate-netspeed-1.8.0.ebuild 
b/net-analyzer/mate-netspeed/mate-netspeed-1.8.0.ebuild
deleted file mode 100644
index d7e4b17..000
--- a/net-analyzer/mate-netspeed/mate-netspeed-1.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Applet showing network traffic for MATE"
-HOMEPAGE="http://mate-desktop.org/;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-
-# FIXME: wireless-tools >= 28pre9 is automagic
-RDEPEND="dev-libs/glib:2
-   >=gnome-base/libgtop-2.14.2:2
-   >=mate-base/mate-panel-1.8:0
-   >=net-wireless/wireless-tools-28_pre9:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/pango:0
-   virtual/libintl:0"
-
-DEPEND="${RDEPEND}
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog README"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/

2016-08-05 Thread NP Hardass
commit: 0660e4cf40a39f1e96921b660d68c2b0220930d8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:03:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0660e4cf

mate-extra/mate-polkit: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-polkit/Manifest |  1 -
 mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
index da477ac..a47e58e 100644
--- a/mate-extra/mate-polkit/Manifest
+++ b/mate-extra/mate-polkit/Manifest
@@ -1,2 +1 @@
 DIST mate-polkit-1.10.3.tar.xz 324732 SHA256 
fb829c28da0ba99eddfe3c9440852a301462e95377d064bce9a68a5d2314b20d SHA512 
39d5af5d8f1f1db1f45a3b1a21754fb59f1f2682e46008cd3cfedacf22dcb0bca5175d59897206c5a2a17c6a6b4daa132ce8a96462504651884afba25ce6
 WHIRLPOOL 
08e614fbfd5fab0717b4a981d246127a68ae43d0827e0bc0bec83ed742a7ca35e824e3aaa4daa1756587433ceb5d5d323732310edac9dde381ff56881552ca70
-DIST mate-polkit-1.8.0.tar.xz 324960 SHA256 
bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd SHA512 
6e7324c539f86a906cd192f8e6a17c417717ae80c0b9d8d46907f1e911f364f73933365520469bbed3201287ae897d8055a7fa14b103ade8e6c7cee9e30912cf
 WHIRLPOOL 
b3243bd5814e2d156fd85a376294f1c102dd8661e8716e2007291a9513429202b11ff15bbb53a5b33ea5a9cabac559836374778b99627767973f935a05617d6f

diff --git a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild 
b/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild
deleted file mode 100644
index 4eca4fc..000
--- a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="A MATE specific DBUS service that is used to bring up 
authentication dialogs"
-HOMEPAGE="https://github.com/mate-desktop/mate-polkit;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-
-RDEPEND=">=dev-libs/glib-2.28:2
-   >=sys-auth/polkit-0.102:0[introspection?]
-   >=x11-libs/gtk+-2.24:2[introspection?]
-   x11-libs/gdk-pixbuf:2[introspection?]
-   virtual/libintl:0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
-
-# We call gtkdocize so we need to depend on gtk-doc.
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-1.3:0
-   >=dev-util/intltool-0.35:*
-   >=mate-base/mate-common-1.8:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !

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

2016-08-05 Thread NP Hardass
commit: bbd49a168abe468b9c6e8e1e3d80eae273b5b37c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:12:02 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd49a16

x11-themes/mate-themes: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-themes/mate-themes/Manifest |  1 -
 x11-themes/mate-themes/mate-themes-1.8.1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 1815ec2..ba2fa59 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,3 +1,2 @@
 DIST mate-themes-1.10.5-gtk3.16.tar.xz 3298772 SHA256 
ab754991ba2ef192db0857fe04334a5bdd6e9cbefc6cc509386a43c115b792cd SHA512 
3f936b38e37f221050a48763fcd35a5f1edcd54f2e6553c0ed2538f22feba89c604219153d1176cf4039eff57a9702331d766739d2df8d17bb383ece668e3319
 WHIRLPOOL 
806b0f49b335ec10cdf83461d6aa187c12689432b59175dab3f66049ed8c45aa9eb8455e5989ede92c0e34d0e25838e8c309c99752b6875556af79d93e4c2d44
 DIST mate-themes-1.10.5-gtk3.18.tar.xz 3302312 SHA256 
e26c100d0aaac979716d43d94957ef2fc679096f5bc3e350aac0f2d5bd966c90 SHA512 
444b965bc4b713d8ff4067769ffe992bc045681ca718eca348b3193e2bf29a3961526eb19ad885641df4c7274e9e8bc477a28c41e9624b4287a04cf2ab7fb4e2
 WHIRLPOOL 
d61bd0218737f2c404e4a981fe565490049a1ba738fa009424a9d0c3675ede0f5171a57fc3d1f2edc3d385d95878fd665929fe08f3f43eb2163a1ef3a134a86f
-DIST mate-themes-1.8.1.tar.xz 2896520 SHA256 
e767c2c9e56b645a9e5fde827ae3a3a33b5d8767d3bfbe4c63c8b043dbac63d5 SHA512 
fce49bcb2501edb1ad72fa223c51510b1856f064c6e832507f9851819e8ac590940e4ce3d22f4e2079d28a95f97abdd4640b9a1144b41e8db0a98840dc2f33e2
 WHIRLPOOL 
b6face429d0f8c1dc2c034786753e61ad9371651720ea4c29bef29164f220d9cb1095c4a90550363ed5bfaadf2cc63ac1eff1026855e7c15ded0bfbddf8ccbc4

diff --git a/x11-themes/mate-themes/mate-themes-1.8.1.ebuild 
b/x11-themes/mate-themes/mate-themes-1.8.1.ebuild
deleted file mode 100644
index 47703cb..000
--- a/x11-themes/mate-themes/mate-themes-1.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-2:2
-   >=x11-themes/gtk-engines-2.15.3:2
-   x11-themes/gtk-engines-murrine:0"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   >=x11-misc/icon-naming-utils-0.8.7:0
-   virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-test-themes \
-   --enable-icon-mapping
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-screensaver/

2016-08-05 Thread NP Hardass
commit: c3291283e1a79ca34d4a7e5e0fc0b46bc91ac961
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:04:32 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3291283

mate-extra/mate-screensaver: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-screensaver/Manifest   |   1 -
 .../mate-screensaver-1.8.1-r1.ebuild   | 120 -
 2 files changed, 121 deletions(-)

diff --git a/mate-extra/mate-screensaver/Manifest 
b/mate-extra/mate-screensaver/Manifest
index 922bbd2..f4d2374 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,2 +1 @@
 DIST mate-screensaver-1.10.2.tar.xz 4888108 SHA256 
19b79dc4b4b5a6dcd407daf5b8f310b6da8210445a6271d265458e79a58d539d SHA512 
474d0db2aa42bce2ab6185badc8a10d921ec1450d2b873c167047e7f29d5f9d5dd3ef608f8a9d232221fc4be82171343cba45c5598cb745b38d85f5baf900f47
 WHIRLPOOL 
7ba45db491251942ce0373a80a47268a0c2c9f5315495d3621174a07b580722a785193da7f2a47bf0c65f22312c91813480205e1ad9117b1d36c04fbab5994ff
-DIST mate-screensaver-1.8.1.tar.xz 4874424 SHA256 
a3dd1fe9e8d05b7815544fa186c43a35271dd8b512d6b0377038df02c28c9d62 SHA512 
e2bb5b4efbd5818834d0e9f9bf13e9f362f1251bdfc975fc93c69ab90163db859ebfc089e056fa73801053cd396d661954bb6e906e02881452b01a0394d7d2ff
 WHIRLPOOL 
a46bc84824205bc6a257325dda507b38a83751c30275052e921c3cbceb53a9243caed8704f0e63888f5fa927ff2a0b04b693e5c7fe0514e709fc356a7756af57

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild
deleted file mode 100644
index e8b7b28..000
--- a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2 multilib readme.gentoo versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X consolekit kernel_linux libnotify opengl pam systemd"
-
-DOC_CONTENTS="
-   Information for converting screensavers is located in
-   /usr/share/doc/${PF}/xss-conversion.txt*
-"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.71:0
-   >=dev-libs/glib-2.26:2
-   gnome-base/dconf:0
-   >=mate-base/libmatekbd-1.8:0
-   >=mate-base/mate-desktop-1.8:0
-   >=mate-base/mate-menus-1.8:0
-   >=mate-base/mate-session-manager-1.8:0
-   >=sys-apps/dbus-0.30:0
-   >=x11-libs/gdk-pixbuf-2.14:2
-   >=x11-libs/gtk+-2.14:2
-   >=x11-libs/libX11-1:0
-   x11-libs/cairo:0
-   x11-libs/libXext:0
-   x11-libs/libXrandr:0
-   x11-libs/libXScrnSaver:0
-   x11-libs/libXxf86misc:0
-   x11-libs/libXxf86vm:0
-   x11-libs/libxklavier:0
-   x11-libs/pango:0
-   virtual/libintl:0
-   libnotify? ( >=x11-libs/libnotify-0.7:0 )
-   opengl? ( virtual/opengl:0 )
-   pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 )
-   !pam? ( kernel_linux? ( sys-apps/shadow:0 ) )
-   !!http://bugzilla.gnome.org/show_bug.cgi?id=370847
-   # is fixed.
-   if ! use pam ; then
-   fperms u+s /usr/libexec/mate-screensaver-dialog
-   fi
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-
-   if has_version "> 
/etc/portage/package.use"
-   echo
-   fi
-
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/, mate-extra/mate-power-manager/files/

2016-08-05 Thread NP Hardass
commit: 05fb4525cdb22c4f8ad2c48fa08b380a6ba627ed
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:02:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fb4525

mate-extra/mate-power-manager: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-power-manager/Manifest |   1 -
 ...anager-1.8.0-r1-avoid-levels-is-0-warning.patch |  15 -
 ...bus_interface_keyboard_backlight_controls.patch | 160 -
 ...-manager-1.8.0-r1-improve-UPower1-support.patch | 102 --
 ...ound-of-fixes-for-UPower-0.99-API-changes.patch | 217 
 ...-manager-1.8.0-r1-port-to-upower-0.99-API.patch | 390 -
 ...ager-1.8.0-r1-remove-battery-recall-logic.patch | 263 --
 .../mate-power-manager-1.8.1.ebuild|  92 -
 8 files changed, 1240 deletions(-)

diff --git a/mate-extra/mate-power-manager/Manifest 
b/mate-extra/mate-power-manager/Manifest
index 339d420..16bf560 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,2 +1 @@
 DIST mate-power-manager-1.10.2.tar.xz 3350616 SHA256 
49eed514cb8507d3ae7699e701afb33a90002aa833bdc507f9ac0dd031ce04de SHA512 
133745446536d21102ed318d2809209e46dcef7dd312219d9b716f7785cbcd5a47d477643e1c15dd6672d088640a583a63819b394dc96e4a3437affdbc389ae7
 WHIRLPOOL 
c250220933ba0d13e7b7377072f5e503b33af5d2245812b6c562885310737039dbed34f23918be0f82332e2eb75533285d736c46a787be26403b6fac22039791
-DIST mate-power-manager-1.8.1.tar.xz 3341892 SHA256 
6fa72d4e6a018a44144d06b68c8f67e067e3847ad83b4b8a8aaa0e2a8c9b6147 SHA512 
1715d4f5515245d1fb4543dcce60b1f391ddf78bca50b28fd9097330ea42080873b0bf956a7510adc153679da239092035c62969e2f2afc4a635335ffcb714b7
 WHIRLPOOL 
a6ef0581e13d0414b52f4efd3d9e60ca97a885639d3288ff00d1382d5b1bb6d9b04590ad92912a0123ea248f7d6f138dc680bc9d83087f99d4361d2ede10ec20

diff --git 
a/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-avoid-levels-is-0-warning.patch
 
b/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-avoid-levels-is-0-warning.patch
deleted file mode 100644
index 9bccb5c..000
--- 
a/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-avoid-levels-is-0-warning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/gpm-kbd-backlight.c b/src/gpm-kbd-backlight.c
-index 0ac6801..a439e94 100644
 a/src/gpm-kbd-backlight.c
-+++ b/src/gpm-kbd-backlight.c
-@@ -113,6 +113,9 @@ gpm_kbd_backlight_set (GpmKbdBacklight *backlight,
-guint goal;
- 
-g_return_val_if_fail (GPM_IS_KBD_BACKLIGHT (backlight), FALSE);
-+   /* avoid warnings if no keyboard brightness is available */
-+   if (backlight->priv->max_brightness < 1)
-+   return FALSE;
-/* if we're setting the same we are, don't bother */
-//g_return_val_if_fail (backlight->priv->brightness_percent != percentage, 
FALSE);
- 
-

diff --git 
a/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-dbus_interface_keyboard_backlight_controls.patch
 
b/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-dbus_interface_keyboard_backlight_controls.patch
deleted file mode 100644
index 689192f..000
--- 
a/mate-extra/mate-power-manager/files/mate-power-manager-1.8.0-r1-dbus_interface_keyboard_backlight_controls.patch
+++ /dev/null
@@ -1,160 +0,0 @@
-diff -uprN mate-power-manager-orig/src/gpm-common.h 
mate-power-manager/src/gpm-common.h
 mate-power-manager-orig/src/gpm-common.h   2013-10-03 13:56:55.0 
+0200
-+++ mate-power-manager/src/gpm-common.h2013-10-13 19:54:10.649901214 
+0200
-@@ -33,6 +33,7 @@ G_BEGIN_DECLS
- #define   GPM_DBUS_SERVICE"org.mate.PowerManager"
- #define   GPM_DBUS_INTERFACE  "org.mate.PowerManager"
- #define   GPM_DBUS_INTERFACE_BACKLIGHT
"org.mate.PowerManager.Backlight"
-+#define   GPM_DBUS_INTERFACE_KBD_BACKLIGHT
"org.mate.PowerManager.KbdBacklight"
- #define   GPM_DBUS_PATH   "/org/mate/PowerManager"
- #define   GPM_DBUS_PATH_BACKLIGHT 
"/org/mate/PowerManager/Backlight"
- #define GPM_DBUS_PATH_KBD_BACKLIGHT"/org/mate/PowerManager/KbdBacklight"
-diff -uprN mate-power-manager-orig/src/gpm-kbd-backlight.c 
mate-power-manager/src/gpm-kbd-backlight.c
 mate-power-manager-orig/src/gpm-kbd-backlight.c2013-10-03 
13:56:55.0 +0200
-+++ mate-power-manager/src/gpm-kbd-backlight.c 2013-10-13 19:58:07.154258855 
+0200
-@@ -31,21 +31,6 @@
- #include "gpm-kbd-backlight.h"
- #include "gsd-media-keys-window.h"
- 
--static const gchar *kbd_backlight_introspection = ""
--
--  ""
--""
--  ""
--""
--""
--  ""
--""
--""
--  ""
--""
--  ""
--"";
--
- #define GPM_KBD_BACKLIGHT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
GPM_TYPE_KBD_BACKLIGHT, GpmKbdBacklightPrivate))
- 
- struct GpmKbdBacklightPrivate
-@@ -430,40 +415,6 @@ 

[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/

2016-08-05 Thread NP Hardass
commit: 4e8399f60412e3cd4eeb76deeb3dcc61d2d5b186
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Aug  6 01:32:40 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8399f6

mate-extra/mate-calc: Drop 1.8.x

 mate-extra/mate-calc/Manifest   |  1 -
 mate-extra/mate-calc/mate-calc-1.8.0.ebuild | 36 -
 mate-extra/mate-calc/metadata.xml   | 11 -
 3 files changed, 48 deletions(-)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
deleted file mode 100644
index 272b3b8..000
--- a/mate-extra/mate-calc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-calc-1.8.0.tar.xz 753972 SHA256 
13d56287430cbb7d60a74666ba752a1a8ea9692125c6a02f97d0cc98d451d99a SHA512 
92cd2e5ee8f6943b70ba1402909698f0ca922864bf3553d04ba3212673824b3f1f2042786f77814bf004e93408f46b7be438ddbe1046884f834abc90606bdf11
 WHIRLPOOL 
7743c0d132d3ca4b71072bd61e152dd44f9688e5f55efc2fb358c5ff238594488f03d4501d0efd6aa687df3925dbe3a265aa2d910a9670446e39c113436f3520

diff --git a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild 
b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
deleted file mode 100644
index dff3b3f..000
--- a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="A calculator application for MATE"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.30:2
-   dev-libs/atk:0
-   dev-libs/libxml2:2
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/pango:0
-   virtual/libintl:0"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog NEWS README"

diff --git a/mate-extra/mate-calc/metadata.xml 
b/mate-extra/mate-calc/metadata.xml
deleted file mode 100644
index bf31168..000
--- a/mate-extra/mate-calc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
-
-mate-desktop/mate-calc
-
-



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-08-05 Thread NP Hardass
commit: d614374b8f16d218e1608c0df588e67bb00f012e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:05:01 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d614374b

mate-extra/mate-sensors-applet: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.8.0-r1.ebuild| 72 --
 2 files changed, 73 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index c13b754..55c38c2 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
 DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
-DIST mate-sensors-applet-1.8.0.tar.xz 352128 SHA256 
9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 
8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc
 WHIRLPOOL 
d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
deleted file mode 100644
index 20d1842..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 eutils versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.26:2
-   >=mate-base/mate-panel-1.8:0
-   >=x11-libs/cairo-1.0.4:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.14:2
-   virtual/libintl:0
-   hddtemp? (
-   dbus? (
-   >=dev-libs/dbus-glib-0.80:0
-   >=dev-libs/libatasmart-0.16:0 )
-   !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
-   libnotify? ( >=x11-libs/libnotify-0.7:0 )
-   lm_sensors? ( sys-apps/lm_sensors:0 )
-   video_cards_fglrx? ( x11-drivers/ati-drivers:* )
-   video_cards_nvidia? ( || (
-   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-   media-video/nvidia-settings:0
-   ) )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   dev-util/intltool:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-# Requires libxslt only for use by gnome-doc-utils.
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-   local myconf
-
-   if use hddtemp && use dbus; then
-   myconf="${myconf} $(use_enable dbus udisks)"
-   else
-   myconf="${myconf} --disable-udisks"
-   fi
-
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libnotify) \
-   $(use_with lm_sensors libsensors) \
-   $(use_with video_cards_fglrx aticonfig) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"



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

2016-08-05 Thread NP Hardass
commit: b5f6e980863c841951cc07cf5ace2517c5ba9d66
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:09:31 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f6e980

x11-misc/mozo: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-misc/mozo/Manifest  |  1 -
 x11-misc/mozo/mozo-1.8.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 32fa071..0dea73f 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,2 +1 @@
 DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
-DIST mozo-1.8.0.tar.xz 162484 SHA256 
326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb SHA512 
4d5a0f8881b65c7ebf82686735f42183853c0c3687b5e15e594a0d9c88b6eb0d19201105773c3f3a539e93f045732a2c4e6d4718073283c4d518e505fed7e4ab
 WHIRLPOOL 
f47637cf8a6cb0ea2f805a3acf72df391e4c3dfb0f65af433be591a30e24f64ee3cf233b821dd4b790efecad468e66d23ca175b83ea309a3ac436b5d6d13cc00

diff --git a/x11-misc/mozo/mozo-1.8.0.ebuild b/x11-misc/mozo/mozo-1.8.0.ebuild
deleted file mode 100644
index 2bfadf5..000
--- a/x11-misc/mozo/mozo-1.8.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Mozo menu editor for MATE"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.8:0[introspection,python]"
-
-RDEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=mate-base/mate-panel-1.8:0
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/gtk+:2[introspection]
-   virtual/libintl:0
-   !!x11-misc/mate-menu-editor"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-DOCS="AUTHORS NEWS README"
-
-src_install() {
-   installing() {
-   gnome2_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/

2016-08-05 Thread NP Hardass
commit: 580b210956bed52b35e9a3b0eba86a96916a0bcc
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:12:29 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580b2109

x11-wm/marco: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-wm/marco/Manifest   |  1 -
 x11-wm/marco/marco-1.8.2.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index 8a5da27..5b53856 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1,2 +1 @@
 DIST marco-1.10.3.tar.xz 1119064 SHA256 
a07cfcc16d744a7c840011802e16a006a0770aaf84f63a4247b791bb31cb4f36 SHA512 
8bb3a3a1af15f07e092fb3e8d6dd7a61d65cdb78525ad4e39f07feda04cd37f5f81b8c142ca09a7a929a39eb84e16b9e61ee26cbae0f4c147750430052e4e878
 WHIRLPOOL 
12099a938694ddc2e1daa47912df71cbbdc00e38bbb4dfbdf0748750eb6de65f7bbc9d493730253cfafb76b1ff51e9b2fde2545b040c948016acdffd665a5830
-DIST marco-1.8.2.tar.xz 1119448 SHA256 
a5ef03dfd4de035ed6c99aca500256c6f4564a090702066303770dbf7c893443 SHA512 
9d8ea38e78a07cd94737bd1da7956b09fba8adc7716b63b281300cdf7c43db1fbed285b6f6085b41bf8ff367e48993ecd230e1ce8a29f3c476d5247274087959
 WHIRLPOOL 
53ae69ddd5146b6d1342f9ff70d3d5f587befbef25d90d70ae4a2327d3f3b62cb6255ff8840ea88b8d74b8b4b50062a801219dff6b9b6df676726749e4d38027

diff --git a/x11-wm/marco/marco-1.8.2.ebuild b/x11-wm/marco/marco-1.8.2.ebuild
deleted file mode 100644
index e2ea6f0..000
--- a/x11-wm/marco/marco-1.8.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-# Debug only changes CFLAGS
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE default window manager"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="startup-notification test xinerama"
-
-RDEPEND="
-   dev-libs/atk:0
-   >=dev-libs/glib-2.25.10:2
-   >=mate-extra/mate-dialogs-1.8:0
-   media-libs/libcanberra:0[gtk]
-   >=gnome-base/libgtop-2:2=
-   x11-libs/cairo:0
-   >=x11-libs/pango-1.2:0[X]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.20:2
-   x11-libs/libICE:0
-   x11-libs/libSM:0
-   x11-libs/libX11:0
-   >=x11-libs/libXcomposite-0.2:0
-   x11-libs/libXcursor:0
-   x11-libs/libXdamage:0
-   x11-libs/libXext:0
-   x11-libs/libXfixes:0
-   x11-libs/libXrandr:0
-   x11-libs/libXrender:0
-   >=x11-libs/startup-notification-0.7:0
-   virtual/libintl:0
-   xinerama? ( x11-libs/libXinerama:0 )
-   !!x11-wm/mate-window-manager"
-
-DEPEND="${RDEPEND}
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.34.90:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   x11-proto/xextproto:0
-   x11-proto/xproto:0
-   test? ( app-text/docbook-xml-dtd:4.5 )
-   xinerama? ( x11-proto/xineramaproto:0 )"
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-compositor \
-   --enable-render \
-   --enable-shape \
-   --enable-sm \
-   --enable-xsync \
-   --with-gtk=2.0 \
-   $(use_enable startup-notification) \
-   $(use_enable xinerama)
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/

2016-08-05 Thread NP Hardass
commit: c573f5b96e8afbb3386cc7cc3a757af04d7c765c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 01:44:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:11:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c573f5b9

mate-base/mate-session-manager: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-base/mate-session-manager/Manifest|   1 -
 .../mate-session-manager-1.8.1-r1.ebuild   | 101 -
 2 files changed, 102 deletions(-)

diff --git a/mate-base/mate-session-manager/Manifest 
b/mate-base/mate-session-manager/Manifest
index 7d2d9b0..208104e 100644
--- a/mate-base/mate-session-manager/Manifest
+++ b/mate-base/mate-session-manager/Manifest
@@ -1,2 +1 @@
 DIST mate-session-manager-1.10.3.tar.xz 538432 SHA256 
c73546a77c7fe0a50f8c8c7da02f654df28fa744abb2a661adaaf6c34b8a5de0 SHA512 
9ab341bf0d618e440b9caa0c1a091b5628ab73ff75274b5b62deb0b3bdd3a4a119c1e7312dfa7b2ca17afaeda93d9ae9d4a2e830bdff196b64888baf9f265b89
 WHIRLPOOL 
5601c1bd25972645d3671fd38a0cacf51edd5ab3de78f401695c3847fcccf64a43463d85c6d951740fe1709cfae9af0cfb382b2ee617664967eb664f589e2561
-DIST mate-session-manager-1.8.1.tar.xz 524204 SHA256 
2f85a714704bc475d08809be6ecf24a5d94d2e2d0ea5ac704d67557c349d7b8c SHA512 
1b09a471db710193a643ec90c9b153468d9a303957b9c4da4e30cf470aa5f582b6992f5e0ed69129943aa44f7c4e372e2a8554fc6020627817a3c49d656ca5b5
 WHIRLPOOL 
8c771ac713da92c2ae8bccc173a9cba4fc5bb16a943e588c679624e3e94f2c37511426e666f38440947ec37139452ee230d07bc3a414a65629c04bfd31a6

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.8.1-r1.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.8.1-r1.ebuild
deleted file mode 100644
index cafb5f1..000
--- a/mate-base/mate-session-manager/mate-session-manager-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-
-inherit autotools gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE session manager"
-HOMEPAGE="http://mate-desktop.org/;
-
-LICENSE="GPL-2 LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="ipv6 elibc_FreeBSD gnome-keyring systemd upower"
-
-# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
-# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
-# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
-
-RDEPEND=">=dev-libs/dbus-glib-0.76
-   >=dev-libs/glib-2.25:2
-   dev-libs/libxslt
-   sys-apps/dbus
-   x11-apps/xdpyinfo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.14:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango
-   x11-libs/xtrans
-   x11-misc/xdg-user-dirs
-   x11-misc/xdg-user-dirs-gtk
-   virtual/libintl
-   elibc_FreeBSD? ( dev-libs/libexecinfo )
-   gnome-keyring? ( gnome-base/gnome-keyring )
-   systemd? ( sys-apps/systemd )
-   upower? ( >=sys-power/upower-pm-utils-0.9.23 )"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40:*
-   >=dev-lang/perl-5
-   >=mate-base/mate-common-1.8
-   >=sys-devel/gettext-0.10.40:*
-   virtual/pkgconfig:*
-   !https://bugzilla.gnome.org/show_bug.cgi?id=575544
-   epatch "${FILESDIR}"/${PN}-1.5.2-save-session-ui.patch
-
-   # Fix race condition in idle monitor, GNOME bug applies to MATE too,
-   # see https://bugzilla.gnome.org/show_bug.cgi?id=627903
-   epatch "${FILESDIR}"/${PN}-1.2.0-idle-transition.patch
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-default-wm=mate-wm \
-   --with-gtk=2.0 \
-   $(use_enable ipv6) \
-   $(use_with systemd) \
-   $(use_enable upower)
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_install() {
-   gnome2_src_install
-
-   dodir /etc/X11/Sessions/
-   exeinto /etc/X11/Sessions/
-   doexe "${FILESDIR}"/MATE
-
-   dodir /usr/share/mate/applications/
-   insinto /usr/share/mate/applications/
-   doins "${FILESDIR}"/defaults.list
-
-   dodir /etc/X11/xinit/xinitrc.d/
-   exeinto /etc/X11/xinit/xinitrc.d/
-   doexe "${FILESDIR}"/15-xdg-data-mate
-
-   # This should be done in MATE too, see Gentoo bug #270852
-   doexe "${FILESDIR}"/10-user-dirs-update-mate
-}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/

2016-08-05 Thread NP Hardass
commit: 18016c5ad9b4dcb18de268dd825e9b20695aaa30
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 01:45:14 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:11:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18016c5a

mate-base/mate-settings-daemon: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-base/mate-settings-daemon/Manifest|  1 -
 .../mate-settings-daemon-1.8.2.ebuild  | 83 --
 2 files changed, 84 deletions(-)

diff --git a/mate-base/mate-settings-daemon/Manifest 
b/mate-base/mate-settings-daemon/Manifest
index 7cb15a5..f366ef8 100644
--- a/mate-base/mate-settings-daemon/Manifest
+++ b/mate-base/mate-settings-daemon/Manifest
@@ -1,2 +1 @@
 DIST mate-settings-daemon-1.10.3.tar.xz 755888 SHA256 
c82b81042b0c8e7fb09e649ae19d5c7d810b31e96e7bda39fc37153897ce4a0e SHA512 
057e7d8523f2b29d9fd53a62583afa99f86b8fd6f751a77c8d1f676a40360bb6629931203bab64574189e06e37492a36398b000be8426a65299f378c875d35e3
 WHIRLPOOL 
7fb20864fadb61c249559583768757c5809298722c9bfaea47c832bd9991ac4dba26394c0de617b03477cc9ed2c2b5f3065e39db7282e13350ca21e5fa891c9c
-DIST mate-settings-daemon-1.8.2.tar.xz 782780 SHA256 
2d38c9eff00a7ad239613b5f59e95a08705601a64f3a660b34919a4818da9d87 SHA512 
46fd2009463c5f4f46ad6941444b42e0146caea0daec8d6ccd253adb08fc8b905419c5763756c05c4ab1404b2eb9b775f7730babe790194e145e5c0a6829f1d1
 WHIRLPOOL 
09d908b098a7e469c2eb9eecafc5551fd5986d4c0967da62ad2924d5cc309e856ebe4c523a22ef2d844bfeab829049c6f36f6275cb4d82ad48ed4fdd5ce972b5

diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild 
b/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild
deleted file mode 100644
index 1929e11..000
--- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.8.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE Settings Daemon"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X debug libnotify policykit pulseaudio smartcard"
-
-RDEPEND=">=dev-libs/dbus-glib-0.74:0
-   >=dev-libs/glib-2.17.3:2
-   >=mate-base/libmatekbd-1.8:0
-   >=mate-base/mate-desktop-1.8.1:0
-   media-libs/fontconfig:1.0
-   >=gnome-base/dconf-0.13.4:0
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/libX11:0
-   x11-libs/libXi:0
-   x11-libs/libXext:0
-   x11-libs/libXxf86misc:0
-   >=x11-libs/libxklavier-5:0
-   virtual/libintl:0
-   libnotify? ( >=x11-libs/libnotify-0.7:0 )
-   policykit? (
-   >=dev-libs/dbus-glib-0.71:0
-   >=sys-apps/dbus-1.1.2:0
-   >=sys-auth/polkit-0.97:0
-   )
-   pulseaudio? (
-   media-libs/libcanberra:0[gtk]
-   >=media-sound/pulseaudio-0.9.15:0
-   )
-   !pulseaudio? (
-   >=media-libs/gstreamer-0.10.1.2:0.10
-   >=media-libs/gst-plugins-base-0.10.1.2:0.10
-   )
-   smartcard? ( >=dev-libs/nss-3.11.2:0 )"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.37.1:0
-   sys-devel/gettext:0
-   virtual/pkgconfig:0
-   x11-proto/inputproto:0
-   x11-proto/xproto:0"
-
-src_prepare() {
-   # More network filesystems not to monitor, upstream bug #606421
-   epatch "${FILESDIR}/${PN}-1.4.0-netfs-monitor.patch"
-
-   # mouse: Use event driven mode for syndaemon
-   epatch "${FILESDIR}/${PN}-1.2.0-syndaemon-mode.patch"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_with libnotify) \
-   $(use_enable debug) \
-   $(use_enable policykit polkit) \
-   $(use_enable pulseaudio pulse) \
-   $(use_enable !pulseaudio gstreamer) \
-   $(use_enable smartcard smartcard-support) \
-   $(use_with X x)
-}
-
-DOCS="AUTHORS NEWS ChangeLog"



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

2016-08-05 Thread NP Hardass
commit: c40712673e0c59776730e1be7328c2a44628f5fc
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:07:36 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4071267

media-gfx/eom: Drop 1.8.x

Package-Manager: portage-2.2.26

 media-gfx/eom/Manifest |  1 -
 media-gfx/eom/eom-1.8.1.ebuild | 77 --
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index fdb71aa..bdc0126 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
 DIST eom-1.10.5.tar.xz 2207424 SHA256 
19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 
f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c
 WHIRLPOOL 
1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
-DIST eom-1.8.1.tar.xz 2192220 SHA256 
d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 SHA512 
e054286eebdc88390dd8855d6b43704d4bc5d0b7d69f0dc73108d26e75882ee13bfaec01a30dbc42cee14e10ca42eeb9a6f576fe8435055ba289fe2292f97837
 WHIRLPOOL 
10856132756b1ea7ab9be23547d94968fcce3183528cb0d656c9cd307108fe8623a70a7ee53c85db6ef74a333691ffcf1210f8c9885db4a31b63713d8924c0d9

diff --git a/media-gfx/eom/eom-1.8.1.ebuild b/media-gfx/eom/eom-1.8.1.ebuild
deleted file mode 100644
index b025831..000
--- a/media-gfx/eom/eom-1.8.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="The MATE image viewer"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="X dbus exif jpeg lcms python svg tiff xmp"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-libs/atk:0
-   >=dev-libs/glib-2.25.9:2
-   >=dev-libs/libxml2-2:2
-   gnome-base/dconf:0
-   >=mate-base/mate-desktop-1.8:0
-   sys-libs/zlib:0
-   x11-libs/cairo:0
-   >=x11-libs/gdk-pixbuf-2.4:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/libX11:0
-   >=x11-misc/shared-mime-info-0.20:0
-   >=x11-themes/mate-icon-theme-1.8:0
-   virtual/libintl:0
-   dbus? ( >=dev-libs/dbus-glib-0.71:0 )
-   exif? (
-   >=media-libs/libexif-0.6.14:0
-   virtual/jpeg:0 )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] )
-   svg? ( >=gnome-base/librsvg-2.26:2 )
-   xmp? ( >=media-libs/exempi-1.99.5:2 )
-   !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable python) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with dbus) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg) \
-   $(use_with X x) \
-   --without-cms
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-media/

2016-08-05 Thread NP Hardass
commit: ba48b7172707340b5784edb83ae67e606b02259c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:00:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba48b717

mate-extra/mate-media: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-media/Manifest|  1 -
 mate-extra/mate-media/mate-media-1.8.0.ebuild | 93 ---
 mate-extra/mate-media/metadata.xml|  3 -
 3 files changed, 97 deletions(-)

diff --git a/mate-extra/mate-media/Manifest b/mate-extra/mate-media/Manifest
index 4df66c9..74714ca 100644
--- a/mate-extra/mate-media/Manifest
+++ b/mate-extra/mate-media/Manifest
@@ -1,2 +1 @@
 DIST mate-media-1.10.1.tar.xz 488532 SHA256 
2b3e64d0b2db00382dccabf739b5d43d32ff244c320ea17feacb7192a5f36d66 SHA512 
7183bf0ac695d562ec64c0b4ad6b3db6550aef7c0dd5c378be32f42d9682cde61f6f7db7039c913e162a4295ade6a03179d28c26aefe4779eed20b983939f5ec
 WHIRLPOOL 
64c59a7a375d6443c0128d65c91b9c90c04f9b4115bc4b3b61e24f8ef2cbb69509997e3bfa47970af8450af839092ae7c673029d9cced69a5cf945cec6765ecb
-DIST mate-media-1.8.0.tar.xz 939728 SHA256 
a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61 SHA512 
c41f35e3827246f16eea8887f9e3226c32dad260af478b8923d9d80ea4b9eb0e6ab87f975e2ad4838bf567494d5c5c1039f325033d5244dd677f73ef00ef865a
 WHIRLPOOL 
771705bebee18c901c0def8bcc3b0a843cace5ce7c88558d8f008c520c46aa695ca6dd1071edbdf9bc7246aa72eb41e5e8c427805806bad7866bfcfc0969bca9

diff --git a/mate-extra/mate-media/mate-media-1.8.0.ebuild 
b/mate-extra/mate-media/mate-media-1.8.0.ebuild
deleted file mode 100644
index 8795cbe..000
--- a/mate-extra/mate-media/mate-media-1.8.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Multimedia related programs for the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="LGPL-2 GPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="aac flac mp3 pulseaudio speex twolame vorbis"
-
-# FIXME: automagic dev-util/glade:3 support
-COMMON_DEPEND="app-text/rarian:0
-   dev-libs/libxml2:2
-   >=dev-libs/glib-2.18.2:2
-   >=x11-libs/gtk+-2.24:2
-   >=mate-base/mate-panel-1.8:0
-   >=mate-base/mate-desktop-1.8:0
-   >=media-libs/gstreamer-0.10.23:0.10
-   >=media-libs/gst-plugins-base-0.10.23:0.10
-   >=media-libs/gst-plugins-good-0.10:0.10
-   >=media-libs/libcanberra-0.13:0[gtk]
-   >=media-plugins/gst-plugins-meta-0.10-r2:0.10
-   >=media-plugins/gst-plugins-gconf-0.10.1:0.10
-   >=dev-libs/libunique-1:1
-   x11-libs/cairo:0
-   x11-libs/pango:0
-   virtual/libintl:0
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.16:0[glib] )"
-
-# Specific gst plugins are used by the default audio encoding profiles
-RDEPEND="${COMMON_DEPEND}
-   >=media-plugins/gst-plugins-meta-0.10:0.10[flac?,vorbis?]
-   aac? (
-   >=media-plugins/gst-plugins-faac-0.10.23:0.10
-   >=media-plugins/gst-plugins-ffmpeg-0.10:0.10
-   )
-   mp3? (
-   >=media-libs/gst-plugins-ugly-0.10:0.10
-   >=media-plugins/gst-plugins-taglib-0.10.23:0.10
-   >=media-plugins/gst-plugins-lame-0.10:0.10
-   )
-   speex? (
-   >=media-plugins/gst-plugins-ogg-0.10.23:0.10
-   >=media-plugins/gst-plugins-speex-0.10.23:0.10
-   )
-   twolame? (
-   >=media-plugins/gst-plugins-taglib-0.10.23:0.10
-   >=media-plugins/gst-plugins-twolame-0.10:0.10
-   )"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools:0
-   >=app-text/scrollkeeper-dtd-1:1.0
-   >=dev-util/intltool-0.35.0:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !!m...@gentoo.org
 Gentoo MATE Desktop
 
-   
-   Bring in twolame gstreamer support
-   
 
 mate-desktop/mate-media
 



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/, mate-base/mate-panel/files/

2016-08-05 Thread NP Hardass
commit: cf2af553b1331ccf71ba12fcfa33ea07e19d0356
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 01:43:40 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:11:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2af553

mate-base/mate-panel: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-base/mate-panel/Manifest  |  1 -
 ...mate-panel-1.8.1-fix-networkmanager-flags.patch | 53 --
 .../mate-panel-1.8.1-update_marco_wm_name.patch| 11 ---
 mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild| 82 --
 4 files changed, 147 deletions(-)

diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 5af8891..52b41cb 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
 DIST mate-panel-1.10.1.tar.xz 1934576 SHA256 
261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 SHA512 
4e8e2eddf2d9ae51b2b332dc6d96130afe90a767d1aca9cbc7a60b77f1e39d233c7a1c2490f5d68f33c6bc2fc834aee9f6cfb888c0cf3ab4b7886880865c9e95
 WHIRLPOOL 
d07913e8b09f3e6ac095a8cc801c06b83c598d38a63dfd39f8b619e736c453dcbf50ef5bb33bcf293b262687cdba4635ea7a16bc4375842b3634ae29ef6f7a40
-DIST mate-panel-1.8.1.tar.xz 1953156 SHA256 
d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19 SHA512 
925189eedf604117b4b4033b77a6ec4096f5c663218ca6736d549cdfd69c5476eebed56688632a6a20d0e2de49bc09ebd8373ecf45f486161b012346bb2eff8b
 WHIRLPOOL 
bb298e1b4b4078409e3a6b7858e2abf1667339c8581ee728f95f8ab0ea63288598e9c205b63baed40a57b19268c062a099fc98600502fd3723675ccfc19baade

diff --git 
a/mate-base/mate-panel/files/mate-panel-1.8.1-fix-networkmanager-flags.patch 
b/mate-base/mate-panel/files/mate-panel-1.8.1-fix-networkmanager-flags.patch
deleted file mode 100644
index f677269..000
--- a/mate-base/mate-panel/files/mate-panel-1.8.1-fix-networkmanager-flags.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From f03dff4c416d417238dcd625a24ea85e380e599c Mon Sep 17 00:00:00 2001
-From: Gokturk Yuksek 
-Date: Sun, 3 Jan 2016 03:17:40 -0500
-Subject: [PATCH 1/1] applets/clock: add missing pkgconfig flags for
- NetworkManager
-
-mate-panel-1.8 fails to compile with NetworkManager >=1.0.8 due to a
-missing include directive ('-I'). Substitute network manager CFLAGS
-and LIBS supplied by the pkgconfig macro in configure.ac and use it
-for applets/clock.
-
-Signed-off-by: Gokturk Yuksek 

- applets/clock/Makefile.am | 2 ++
- configure.ac  | 2 ++
- 2 files changed, 4 insertions(+)
-
-diff --git a/applets/clock/Makefile.am b/applets/clock/Makefile.am
-index 950ecdd..bfb6b45 100644
 a/applets/clock/Makefile.am
-+++ b/applets/clock/Makefile.am
-@@ -39,6 +39,7 @@ CLOCK_CPPFLAGS = 
\
-   $(AM_CPPFLAGS)  \
-   $(LIBMATE_PANEL_APPLET_CFLAGS)  \
-   $(CLOCK_CFLAGS) \
-+  $(NETWORK_MANAGER_CFLAGS)   \
-   -I$(srcdir)/../../libmate-panel-applet  \
-   -I$(top_builddir)/libmate-panel-applet  \
-   -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"   \
-@@ -51,6 +52,7 @@ CLOCK_LDADD =
\
-   ../../libmate-panel-applet/libmate-panel-applet-4.la\
-   $(CLOCK_LIBS)   \
-   $(LIBMATE_PANEL_APPLET_LIBS)\
-+  $(NETWORK_MANAGER_LIBS) \
-   libsystem-timezone.la   \
-   -lm
- 
-diff --git a/configure.ac b/configure.ac
-index af5a422..6d1389e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -156,6 +156,8 @@ else
- fi
- if test "x$HAVE_NETWORK_MANAGER" = "xyes" ; then
- AC_DEFINE(HAVE_NETWORK_MANAGER, 1, [Defined if NetworkManager support is 
enabled])
-+AC_SUBST(NETWORK_MANAGER_CFLAGS)
-+AC_SUBST(NETWORK_MANAGER_LIBS)
- fi
- 
- # Make it possible to compile the applets in-process
--- 
-2.4.10
-

diff --git 
a/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch 
b/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch
deleted file mode 100644
index f57bf98..000
--- a/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/applets/wncklet/workspace-switcher.c
-+++ b/applets/wncklet/workspace-switcher.c
-@@ -143,6 +143,8 @@
- 
-   if (!wm_name)
-   pager->wm = PAGER_WM_UNKNOWN;
-+  else if (strcmp(wm_name, "Metacity (Marco)") == 0)
-+  pager->wm = PAGER_WM_MARCO;
-   else if (strcmp(wm_name, "Marco") == 0)
-   pager->wm = PAGER_WM_MARCO;
-   else if (strcmp(wm_name, "Compiz") == 0)

diff --git a/mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-leds/

2016-08-05 Thread Michael Orlitzky
commit: e364a605d5150222f44270af9c87c74a7f3a3fe7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug  5 23:40:04 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug  5 23:40:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e364a605

x11-plugins/gkrellm-leds: new revision with EAPI=6.

This new revision updates the EAPI because the old one was
deprecated. It also fixes a faked USE dependency reported in bug
514064, by turning it into a real one.

Gentoo-Bug: 514064

Package-Manager: portage-2.2.28

 ...s-0.8.2.ebuild => gkrellm-leds-0.8.2-r1.ebuild} | 23 --
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild 
b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
similarity index 63%
rename from x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
rename to x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
index 28e86fb..373be0b 100644
--- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
+++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
@@ -1,22 +1,25 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI=6
+
 inherit gkrellm-plugin
 
-IUSE=""
-MY_P=${P/rellm-/}
-S=${WORKDIR}/${MY_P}
+MY_P="${P/rellm-/}"
+
 DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
-SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz;
 HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/;
-
-SLOT="2"
+SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz;
 LICENSE="GPL-2"
+SLOT="2"
 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+IUSE=""
+
+COMMON_DEPEND="app-admin/gkrellm[X]"
+DEPEND+="  ${COMMON_DEPEND} x11-proto/inputproto"
+RDEPEND+=" ${COMMON_DEPEND} x11-libs/libXtst"
 
-DEPEND="x11-proto/inputproto"
-RDEPEND="x11-libs/libXtst"
+S="${WORKDIR}/${MY_P}"
 
 PLUGIN_SO="src/.libs/gkleds.so"



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

2016-08-05 Thread Markus Meier
commit: bca6e097689ee0e5f3e8041a92e27584c5d68fa3
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:36:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:36:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca6e097

x11-libs/libXi: arm stable, bug #579266

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

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

diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild 
b/x11-libs/libXi/libXi-1.7.6.ebuild
index c492d91..675878c 100644
--- a/x11-libs/libXi/libXi-1.7.6.ebuild
+++ b/x11-libs/libXi/libXi-1.7.6.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2016-08-05 Thread Markus Meier
commit: ad280d17c2be9ebda68064f71e6cec45362f731e
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:35:35 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:35:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad280d17

x11-libs/libXfixes: arm stable, bug #579266

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

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

diff --git a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild 
b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
index 7d51544..903c887 100644
--- a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
+++ b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xfixes library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2016-08-05 Thread Markus Meier
commit: eb8108219e3fc97fc6b7efee9d95254c9513424e
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:34:17 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb810821

x11-libs/libXdmcp: arm stable, bug #579266

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

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

diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild 
b/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
index e3db1fa..dadd3fc 100644
--- a/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
+++ b/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
@@ -10,7 +10,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org X Display Manager Control Protocol library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="elibc_glibc? ( dev-libs/libbsd )



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/

2016-08-05 Thread Markus Meier
commit: b3989c88622c25758e5396f661339791284025c7
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:32:55 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:33:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3989c88

x11-drivers/xf86-input-wacom: arm stable, bug #579266

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

 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
index 3a6d1e2..ad5c4d2 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
@@ -13,7 +13,7 @@ 
EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
 [[ ${PV} != * ]] && \
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug"
 
 # depend on libwacom for its udev rules, bug #389633



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellsun/

2016-08-05 Thread Michael Orlitzky
commit: 8b9da2f3f46654c66a7d8ebdab869aa7433818a9
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug  5 23:05:41 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug  5 23:32:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9da2f3

x11-plugins/gkrellsun: remove old revision gkrellsun-1.0.0-r2.

Package-Manager: portage-2.2.28

 x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild | 28 -
 1 file changed, 28 deletions(-)

diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild 
b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild
deleted file mode 100644
index 63b7c7d..000
--- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-inherit gkrellm-plugin eutils
-
-IUSE="nls"
-DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times"
-HOMEPAGE="http://gkrellsun.sourceforge.net/;
-SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"
-
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-PLUGIN_SO=src20/gkrellsun.so
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-reenable.patch"
-}
-
-src_compile() {
-   use nls && myconf="$myconf enable_nls=1"
-   emake ${myconf}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellsun/

2016-08-05 Thread Michael Orlitzky
commit: 9c32c73de5c993525bdf76535b94f32b9a6b2635
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug  5 23:21:12 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug  5 23:32:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c32c73d

x11-plugins/gkrellsun: new revision with EAPI=6.

This new revision updates to EAPI=6 for a few reasons. First, the old
EAPI in use was deprecated. There is also a faked USE dependency in
the eclass (reported in bug 514108) that was turnen into a real
one. Finally, the default src_prepare was adopted.

Gentoo-Bug: 514108

Package-Manager: portage-2.2.28

 x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 32 +
 1 file changed, 32 insertions(+)

diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild 
b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
new file mode 100644
index 000..200303e
--- /dev/null
+++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gkrellm-plugin
+
+DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times"
+HOMEPAGE="http://gkrellsun.sourceforge.net/;
+SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+COMMON_DEPEND="app-admin/gkrellm[X]
+   nls? ( sys-devel/gettext )"
+DEPEND+=" ${COMMON_DEPEND}"
+RDEPEND+=" ${COMMON_DEPEND}"
+
+PLUGIN_SO=src20/gkrellsun.so
+
+PATCHES=(
+   "${FILESDIR}/${P}-reenable.patch"
+   "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
+)
+
+src_compile() {
+   use nls && myconf="$myconf enable_nls=1"
+   emake ${myconf}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-synaptics/

2016-08-05 Thread Markus Meier
commit: 4a426bef2486563e9fbb02d21fa404f038f2e624
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:31:33 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:31:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a426bef

x11-drivers/xf86-input-synaptics: arm stable, bug #579266

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

 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild 
b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild
index a981c00..94cd514 100644
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild
+++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/;
 
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="kernel_linux"
 
 RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 )



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2016-08-05 Thread Markus Meier
commit: a429782e8f852e56225d886b40b838a3e3676dff
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:30:25 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:30:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a429782e

x11-drivers/xf86-input-libinput: arm stable, bug #579266

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

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
index b18774a..92180a7 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
@@ -8,7 +8,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.2.0:0="



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/

2016-08-05 Thread Markus Meier
commit: f6efeee61df5cd2ba61bbd40009bcd2d69af7d75
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:29:12 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:29:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6efeee6

x11-drivers/xf86-input-evdev: arm stable, bug #579266

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

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index 5cb447d..f3da4ef 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-aiptek/

2016-08-05 Thread Markus Meier
commit: e2552e876a08c51fb9730605b58b383a6c1a6229
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:27:48 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:27:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2552e87

x11-drivers/xf86-input-aiptek: arm stable, bug #579266

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

 x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild 
b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
index 8bc9204..5bd4ab5 100644
--- a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
+++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=""



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

2016-08-05 Thread Markus Meier
commit: b2425469b8562b41344e367e3fea8e8400de9076
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:26:34 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:26:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2425469

x11-base/xorg-server: arm stable, bug #579266

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

 x11-base/xorg-server/xorg-server-1.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.18.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.18.3.ebuild
index d222570..7f92b7d 100644
--- a/x11-base/xorg-server/xorg-server-1.18.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.18.3.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-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"
 
 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
 IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib 
+udev unwind wayland"



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

2016-08-05 Thread Markus Meier
commit: b7d56ede511529b0e703b2ec63230b10b961ac03
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:23:33 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d56ede

x11-base/xorg-drivers: arm stable, bug #579266

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

 x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
index 4626384..d5bd4b2 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-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"
 
 IUSE_INPUT_DEVICES="
input_devices_acecad



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrandr/

2016-08-05 Thread Markus Meier
commit: e66fcdad3bb62d764f53d9f2a263e1a0d82acc5c
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:20:19 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:20:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66fcdad

x11-apps/xrandr: arm stable, bug #579266

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

 x11-apps/xrandr/xrandr-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrandr/xrandr-1.5.0.ebuild 
b/x11-apps/xrandr/xrandr-1.5.0.ebuild
index 660a379..00553a4 100644
--- a/x11-apps/xrandr/xrandr-1.5.0.ebuild
+++ b/x11-apps/xrandr/xrandr-1.5.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="primitive command line interface to RandR extension"
 
-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"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXrandr-1.4



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2016-08-05 Thread Markus Meier
commit: 5841fcca3c513fb497d62f49de6fc3656a3da96d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:19:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5841fcca

x11-apps/xkbcomp: arm stable, bug #579266

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

 x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild
index 15bb717..ddbe56d 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/

2016-08-05 Thread Markus Meier
commit: cc52c96fde6168471715e7ea1e916bf1567e04f6
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:17:40 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:17:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc52c96f

x11-apps/mesa-progs: arm stable, bug #579266

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

 x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
index 20a2621..a84f24d 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
@@ -19,10 +19,10 @@ DESCRIPTION="Mesa's OpenGL utility and demo programs 
(glxgears and glxinfo)"
 HOMEPAGE="http://mesa3d.sourceforge.net/;
 if [[ ${PV} == * ]]; then
SRC_URI=""
-   KEYWORDS="hppa"
+   KEYWORDS="arm hppa"
 else

SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 fi
 
 LICENSE="LGPL-2"



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

2016-08-05 Thread Markus Meier
commit: 31e1b62895db95023feb0609d54317a9bc8f05a3
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:16:13 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:16:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1b628

media-libs/mesa: arm stable, bug #579266

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

 media-libs/mesa/mesa-11.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-11.2.2.ebuild 
b/media-libs/mesa/mesa-11.2.2.ebuild
index ced5474..e5d5b2b 100644
--- a/media-libs/mesa/mesa-11.2.2.ebuild
+++ b/media-libs/mesa/mesa-11.2.2.ebuild
@@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/;
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS="hppa"
+   KEYWORDS="arm hppa"
 else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-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 ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2016-08-05 Thread Markus Meier
commit: ad74c39ca8f1412f154ae17695c7a6cae4c83c81
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 23:13:27 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 23:13:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad74c39c

x11-libs/libdrm: arm stable, bug #579266

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

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

diff --git a/x11-libs/libdrm/libdrm-2.4.68.ebuild 
b/x11-libs/libdrm/libdrm-2.4.68.ebuild
index 19a5007..5e43ebe 100644
--- a/x11-libs/libdrm/libdrm-2.4.68.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.68.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2;
 fi
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"



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

2016-08-05 Thread Michael Orlitzky
commit: 7580ffa8e480ef7fbc31d1cb99d8057c74a141b4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug  5 21:01:06 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug  5 22:36:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7580ffa8

dev-lang/php: use apxs from /usr/bin instead of /usr/sbin.

Gentoo-Bug: 502384

Package-Manager: portage-2.2.28

 dev-lang/php/php-5.6.24-r2.ebuild | 2 +-
 dev-lang/php/php-7.0.9-r2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.6.24-r2.ebuild 
b/dev-lang/php/php-5.6.24-r2.ebuild
index 7788578..6ba6a81 100644
--- a/dev-lang/php/php-5.6.24-r2.ebuild
+++ b/dev-lang/php/php-5.6.24-r2.ebuild
@@ -494,7 +494,7 @@ src_configure() {
 
apache2)
if [[ "${one_sapi}" == "${sapi}" ]] ; 
then
-   sapi_conf+=( 
--with-apxs2="${EPREFIX}/usr/sbin/apxs" )
+   sapi_conf+=( 
--with-apxs2="${EPREFIX}/usr/bin/apxs" )
else
sapi_conf+=( --without-apxs2 )
fi

diff --git a/dev-lang/php/php-7.0.9-r2.ebuild b/dev-lang/php/php-7.0.9-r2.ebuild
index 1e440f6..1a34de5 100644
--- a/dev-lang/php/php-7.0.9-r2.ebuild
+++ b/dev-lang/php/php-7.0.9-r2.ebuild
@@ -484,7 +484,7 @@ src_configure() {
 
apache2)
if [[ "${one_sapi}" == "${sapi}" ]] ; 
then
-   sapi_conf+=( 
--with-apxs2="${EPREFIX}/usr/sbin/apxs" )
+   sapi_conf+=( 
--with-apxs2="${EPREFIX}/usr/bin/apxs" )
else
sapi_conf+=( --without-apxs2 )
fi



[gentoo-commits] proj/lua:master commit in: dev-lua/luasec/, dev-lua/luasec/files/

2016-08-05 Thread Vadim A. Misbakh-Soloviov
commit: b21a82486b987cdae04b77b62c517ffc169412b9
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Fri Aug  5 22:17:54 2016 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Fri Aug  5 22:17:54 2016 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=b21a8248

luasec: fixed build after upstream merged DESTDIR back

 dev-lua/luasec/files/fix_removed_destdir_support.patch | 17 -
 dev-lua/luasec/luasec-.ebuild  | 18 --
 2 files changed, 8 insertions(+), 27 deletions(-)

diff --git a/dev-lua/luasec/files/fix_removed_destdir_support.patch 
b/dev-lua/luasec/files/fix_removed_destdir_support.patch
deleted file mode 100644
index 5dc4882..000
--- a/dev-lua/luasec/files/fix_removed_destdir_support.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 src/Makefile   2014-06-16 14:24:14.65300 +0400
-+++ src/Makefile   2014-06-16 14:23:14.25000 +0400
-@@ -31,10 +31,10 @@
- all:
- 
- install: $(CMOD) $(LMOD)
--  $(INSTALL) -d $(LUAPATH)/ssl $(LUACPATH)
--  $(INSTALL) $(CMOD) $(LUACPATH)
--  $(INSTALL) -m644 $(LMOD) $(LUAPATH)
--  $(INSTALL) -m644 https.lua $(LUAPATH)/ssl
-+  $(INSTALL) -d $(DESTDIR)$(LUAPATH)/ssl $(DESTDIR)$(LUACPATH)
-+  $(INSTALL) $(CMOD) $(DESTDIR)$(LUACPATH)
-+  $(INSTALL) -m644 $(LMOD) $(DESTDIR)$(LUAPATH)
-+  $(INSTALL) -m644 https.lua $(DESTDIR)$(LUAPATH)/ssl
- 
- linux:
-   @$(MAKE) $(CMOD) MYCFLAGS="$(LNX_CFLAGS)" MYLDFLAGS="$(LNX_LDFLAGS)" 
EXTRA="$(EXTRA)"

diff --git a/dev-lua/luasec/luasec-.ebuild 
b/dev-lua/luasec/luasec-.ebuild
index d99ce75..9021460 100644
--- a/dev-lua/luasec/luasec-.ebuild
+++ b/dev-lua/luasec/luasec-.ebuild
@@ -28,29 +28,27 @@ DEPEND="
 all_lua_prepare() {
sed -i -r \
-e 's#(MAKE\)).*(install)#\1 \2#' \
+   -e '/LIB_PATH.*-L.usr.lib/d' \
Makefile
-   epatch "${FILESDIR}/fix_removed_destdir_support.patch" || die 
"Probably, Upstream finally returned DESTDIR instalation back. Please, report 
that."
-   cd src
+
+   pushd src &>/dev/null
lua_default
+   popd &>/dev/null
 }
 
 each_lua_configure() {
-   cd src
+   pushd src &>/dev/null
myeconfargs=()
myeconfargs+=(
LD='$(CC)'
LUAPATH="$(lua_get_pkgvar INSTALL_LMOD)"
LUACPATH="$(lua_get_pkgvar INSTALL_CMOD)"
)
-   lua_default
+
+   lua_default
+   popd &>/dev/null
 }
 
 each_lua_compile() {
lua_default linux
 }
-
-#each_lua_install() {
-#  dolua ssl.so ssl.lua
-#  _dolua_insdir=ssl \
-#  dolua https.lua
-#}



[gentoo-commits] proj/gamerlay:master commit in: games-fps/xonotic-maps/

2016-08-05 Thread Vadim A. Misbakh-Soloviov
commit: b1f0646fa63d741dec211cbf468739eacdaea538
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Fri Aug  5 21:49:08 2016 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Fri Aug  5 21:49:08 2016 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b1f0646f

xonotic-maps: fix bug reported by email. TODO: ask Nikoli to KILL IT WITH FIRE 
and rewrite

 games-fps/xonotic-maps/metadata.xml |  2 +-
 games-fps/xonotic-maps/xonotic-maps-.ebuild | 55 +
 2 files changed, 21 insertions(+), 36 deletions(-)

diff --git a/games-fps/xonotic-maps/metadata.xml 
b/games-fps/xonotic-maps/metadata.xml
index 0945c61..f3eb681 100644
--- a/games-fps/xonotic-maps/metadata.xml
+++ b/games-fps/xonotic-maps/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
nik...@lavabit.com
Nikoli


diff --git a/games-fps/xonotic-maps/xonotic-maps-.ebuild 
b/games-fps/xonotic-maps/xonotic-maps-.ebuild
index 1d7d151..460d48d 100644
--- a/games-fps/xonotic-maps/xonotic-maps-.ebuild
+++ b/games-fps/xonotic-maps/xonotic-maps-.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+# QA: FUCKING CRAP!!!
+# TODO: ask Nikoli to rewrite if I ever find him
 
-inherit games check-reqs
+EAPI=6
+
+inherit check-reqs
 
 MY_PN="${PN%-maps}"
 DESCRIPTION="Xonotic maps"
@@ -13,6 +15,7 @@ HOMEPAGE="http://www.xonotic.org/;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="unofficial"
+KEYWORDS=""
 
 RDEPEND=""
 DEPEND="
@@ -22,19 +25,18 @@ DEPEND="
 S="${WORKDIR}"
 RESTRICT="test"
 
-if use unofficial; then
-   CHECKREQS_DISK_USR="1G"
-else
-   CHECKREQS_DISK_USR="155M"
-fi
-
 pkg_pretend() {
+   if use unofficial; then
+   CHECKREQS_DISK_USR="1G"
+   else
+   CHECKREQS_DISK_USR="155M"
+   fi
+
check-reqs_pkg_pretend
 }
 
 pkg_setup() {
check-reqs_pkg_setup
-   games_pkg_setup
 
ewarn "Downloaded pk3 files will be stored in \"xonotic-maps\" 
subdirectory of your DISTDIR"
echo
@@ -61,6 +63,7 @@ src_unpack() {
 
# FETCHCOMMAND from make.globals is example
local WGET="/usr/bin/wget -t 3 -T 60"
+   local SED="sed"
local base_url="http://beta.xonotic.org/autobuild-bsp/;
 
einfo "Downloading lists"
@@ -70,32 +73,22 @@ src_unpack() {
$WGET -O official_maps.html \

'http://git.xonotic.org/?p=xonotic/xonotic-maps.pk3dir.git;a=tree;f=maps' || die
 
-   grep -e '\.map' official_maps.html |\
-   sed -e 's,.*">\([^<]*\).map<\/a>.*,\1,' > official_maps.txt || 
die
+   grep -e '\.map' official_maps.html | ${SED} -e 
's,.*">\([^<]*\).map<\/a>.*,\1,' > official_maps.txt || die
[ -s official_maps.txt ] || die "List of official maps is empty"
cp official_maps.txt install_maps.txt || die
 
if use unofficial; then
# For maps not in master branch we need to download fullpk3
# AllMaps - OfficialMaps = UnofficialMaps
-   grep all_maps.html \
-   -e '' |\
-   sed -e 's,.*="mapname">\([^<]*\)<.*,\1,' |\
-   sort -u |\
-   grep -v -x -e '' \
-   -f official_maps.txt |\
-   sed -e 's,$,-full,' > unofficial_maps.txt
+   grep all_maps.html -e '' | ${SED} -e 
's,.*="mapname">\([^<]*\)<.*,\1,' |\
+   sort -u | grep -v -x -e '' -f official_maps.txt | ${SED} -e 
's,$,-full,' > unofficial_maps.txt
[ -s unofficial_maps.txt ] || die "List of unofficial maps is 
empty"
cat unofficial_maps.txt >> install_maps.txt
fi
 
latest_pk3_version() {
# latest builds of maps are above
-   latest_version="$(
-   grep all_maps.html -m1 \
-   -e "href=\"${name%-full}-.*.pk3\">bspk3<" |\
-   sed -e 
"s,.*href=\"${name%-full}-\([^\"]*\).pk3\">bspk3<.*,\1,"
-   )"
+   latest_version="$(grep all_maps.html -m1 -e 
"href=\"${name%-full}-.*.pk3\">bspk3<" |sed -e 
"s,.*href=\"${name%-full}-\([^\"]*\).pk3\">bspk3<.*,\1,")"
}
 
validate_pk3() {
@@ -111,14 +104,8 @@ src_unpack() {
# If map becomes official, it changes branch and git hashes in name => 
no need to check both fullpk3 and bsppk3
einfo "Cleaning \"${MAPS_STORE_DIR}\""
for file in "${MAPS_STORE_DIR}"/*; do
-   local name="$(
-   echo "${file}" |\
-   sed -e 
"s,${MAPS_STORE_DIR}/\([^/]*\)-[0-9a-f]\{40\}-[0-9a-f]\{40\}.pk3$,\1,"
-   )"
-   local version="$(
-   echo "${file}" |\
-   sed -e 

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/

2016-08-05 Thread Austin English
commit: 56788f810102a008b518ee2bccd949ec6d27703a
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 21:06:00 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 21:31:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56788f81

games-roguelike/angband: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-roguelike/angband/angband-4.0.5-r1.ebuild | 114 
 1 file changed, 114 insertions(+)

diff --git a/games-roguelike/angband/angband-4.0.5-r1.ebuild 
b/games-roguelike/angband/angband-4.0.5-r1.ebuild
new file mode 100644
index 000..6b11f3c
--- /dev/null
+++ b/games-roguelike/angband/angband-4.0.5-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils gnome2-utils versionator
+
+MAJOR_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. 
Tolkien"
+HOMEPAGE="http://rephial.org/;
+SRC_URI="http://rephial.org/downloads/${MAJOR_PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ncurses sdl +sound X"
+
+RDEPEND="X? ( x11-libs/libX11 )
+   !ncurses? ( !X? ( !sdl? ( sys-libs/ncurses:0=[unicode] ) ) )
+   ncurses? ( sys-libs/ncurses:0=[unicode] )
+   sdl? ( media-libs/libsdl[video,X]
+   media-libs/sdl-image
+   media-libs/sdl-ttf
+   sound? ( media-libs/libsdl[sound] )
+   media-libs/sdl-mixer[mp3] )"
+DEPEND="${RDEPEND}
+   dev-python/docutils
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i -e '/libpath/s#datarootdir#datadir#' configure.ac || die
+   sed -i -e "/^.SILENT/d" mk/buildsys.mk.in || die
+   sed -i -e '/^DOC =/s/=.*/=/' doc/Makefile || die
+
+   if use !sound ; then
+   sed -i -e 's/sounds//' lib/Makefile || die
+   fi
+
+   # Game constant files are now system config files in Angband, but
+   # users will be hidden from applying updates by default
+   {
+   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/customize/\""
+   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/gamedata/\""
+   } > "${T}"/99${PN} || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   if use sdl; then
+   myconf="$(use_enable sound sdl-mixer)"
+   else
+   myconf="--disable-sdl-mixer"
+   fi
+
+   ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \
+   econf \
+   --bindir=/usr/bin \
+   --with-private-dirs \
+   $(use_enable X x11) \
+   $(use_enable sdl) \
+   $(use_enable ncurses curses) \
+   $(use !sdl && use !ncurses && use !X && \
+   echo --enable-curses) \
+   ${myconf}
+}
+
+src_install() {
+   DOCS="changes.txt faq.txt readme.txt thanks.txt" \
+   default
+
+   dodoc doc/manual.html
+   doenvd "${T}"/99${PN}
+
+   if use X || use sdl ; then
+   if use X; then
+   make_desktop_entry "angband -mx11" "Angband (X11)" 
"${PN}"
+   fi
+
+   if use sdl; then
+   make_desktop_entry "angband -msdl" "Angband (SDL)" 
"${PN}"
+   fi
+
+   local s
+   for s in 16 32 128 256 512
+   do
+   newicon -s ${s} lib/icons/att-${s}.png "${PN}.png"
+   done
+   newicon -s scalable lib/icons/att.svg "${PN}.svg"
+   fi
+}
+
+pkg_preinst() {
+   if use X || use sdl ; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   echo
+   elog "Angband now uses private savefiles instead of system-wide ones."
+   elog "This version of Angband is not compatible with the save files"
+   elog "of previous versions."
+   echo
+
+   if use X || use sdl ; then
+   gnome2_icon_cache_update
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/crossfire-client/

2016-08-05 Thread Austin English
commit: 2d95c6c2afa5633823c066850be3aed5a3cf638e
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 21:11:42 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 21:31:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d95c6c2

games-roguelike/crossfire-client: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../crossfire-client-1.71.0-r2.ebuild  | 80 ++
 1 file changed, 80 insertions(+)

diff --git a/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild 
b/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild
new file mode 100644
index 000..4c89fc9
--- /dev/null
+++ b/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools toolchain-funcs gnome2-utils
+
+DESCRIPTION="Client for the nethack-style but more in the line of UO"
+HOMEPAGE="http://crossfire.real-time.com/;
+SRC_URI="mirror://sourceforge/crossfire/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="lua opengl sdl sound"
+
+RDEPEND="
+   lua? ( dev-lang/lua:0= )
+   media-libs/libpng:0
+   net-misc/curl
+   opengl? ( virtual/opengl
+   media-libs/freeglut )
+   sdl? ( media-libs/libsdl[video]
+   media-libs/sdl-image[png] )
+   sound? ( media-libs/sdl-mixer[vorbis] )
+   sys-libs/zlib
+   x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -ri -e '/^.TH/s:$: 6:' $(find . -name "*man") || die
+   sed -i -e 's/lua-5.1/lua/' configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   # bugs in configure script so we cant use $(use_enable ...)
+   local myconf
+
+   use lua&& myconf="${myconf} --enable-lua"
+   use sdl|| myconf="${myconf} --disable-sdl"
+   use opengl || myconf="${myconf} --disable-opengl"
+   use sound  || myconf="${myconf} --disable-sound"
+
+   econf ${myconf}
+}
+
+src_compile() {
+   # bug 139785
+   if use sound ; then
+   emake -C sound-src AR="$(tc-getAR)"
+   fi
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   local s
+
+   default
+   domenu gtk-v2/crossfire-client.desktop
+   for s in 16 32 48
+   do
+   newicon -s ${s} pixmaps/${s}x${s}.png ${PN}.png
+   done
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/wrogue/files/, games-roguelike/wrogue/

2016-08-05 Thread Austin English
commit: 55658331efb82830f3b60f393fcb92d322cd74d1
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 21:29:47 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 21:31:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55658331

games-roguelike/wrogue: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../wrogue/files/wrogue-0.8.0b-ldflags.patch   |  4 +-
 games-roguelike/wrogue/wrogue-0.8.0b-r1.ebuild | 49 ++
 2 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch 
b/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch
index 3341965..d3ec216 100644
--- a/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch
+++ b/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch
@@ -1,5 +1,5 @@
 src/linux.mak.old  2010-10-14 11:07:22.0 +0200
-+++ src/linux.mak  2010-10-14 11:08:00.0 +0200
+--- a/src/linux.mak2010-10-14 11:07:22.0 +0200
 b/src/linux.mak2010-10-14 11:08:00.0 +0200
 @@ -19,7 +19,7 @@
  # common compiler/linker flags
  #

diff --git a/games-roguelike/wrogue/wrogue-0.8.0b-r1.ebuild 
b/games-roguelike/wrogue/wrogue-0.8.0b-r1.ebuild
new file mode 100644
index 000..39e0c08
--- /dev/null
+++ b/games-roguelike/wrogue/wrogue-0.8.0b-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Gothic science fantasy roguelike game"
+HOMEPAGE="https://freecode.com/projects/wrogue;
+SRC_URI="mirror://gentoo/${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libsdl[video]"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-ldflags.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "/AppData\[0\]/ s:AppData.*:strcpy(AppData, 
\"/usr/share/${PN}/\");:" \
+   src/lib/appdir.c \
+   || die "sed failed"
+}
+
+src_compile() {
+   local myCPPFLAGS="-std=c99 -Iinclude -Ilib -Iui -Igenerate"
+   local myCFLAGS="$(sdl-config --cflags) ${CFLAGS}"
+   emake -C src -f linux.mak STRIP_BINARY=NO \
+   CFLAGS="${myCPPFLAGS} ${myCFLAGS}" release
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/${PN}
+   doins -r data
+   dodoc changes.txt
+
+   newicon data/ui/icon.bmp ${PN}.bmp
+   make_desktop_entry ${PN} "Warp Rogue" /usr/share/pixmaps/${PN}.bmp
+}



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

2016-08-05 Thread Tim Harder
commit: b61f4c7cc1c24ec2d96ecf2a76d553ca80f5655b
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug  5 21:19:27 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug  5 21:21:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61f4c7c

dev-python/llfuse: don't use EXAMPLES for EAPI 6 (bug #590450)

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

diff --git a/dev-python/llfuse/llfuse-1.1.ebuild 
b/dev-python/llfuse/llfuse-1.1.ebuild
index 3805b28..755d02c 100644
--- a/dev-python/llfuse/llfuse-1.1.ebuild
+++ b/dev-python/llfuse/llfuse-1.1.ebuild
@@ -34,6 +34,6 @@ python_test() {
 
 python_install_all() {
use doc && local HTML_DOCS=( doc/html/. )
-   use examples && local EXAMPLES=( examples/. )
+   use examples && dodoc -r examples
distutils-r1_python_install_all
 }



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

2016-08-05 Thread Tim Harder
commit: 09ea34eff261a11ef5cca2094fb7c1adaf71a1ad
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug  5 21:21:26 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug  5 21:21:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ea34ef

dev-python/contextlib2: version bump to 0.5.4

 dev-python/contextlib2/Manifest |  1 +
 dev-python/contextlib2/contextlib2-0.5.4.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest
index af2562f..1c92ae1 100644
--- a/dev-python/contextlib2/Manifest
+++ b/dev-python/contextlib2/Manifest
@@ -1,3 +1,4 @@
 DIST contextlib2-0.4.0.tar.gz 18741 SHA256 
55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732 SHA512 
622762c5490f0ff3e4b421a63bccce8fe0753977112ee0db9640dad31093c40c8a331f3d7cade9925f17903eaeaa376925ef607d7a440170c7c5ec1c8e04f56a
 WHIRLPOOL 
b1b2b753b15cb5124ebc378acf6b959839e727a53d3a096eea5b04404fc059f6a1b49b9fa23cc6310ad1b9bcfa655a82088af0906a74f8326d7bf57f3793440c
 DIST contextlib2-0.5.1.tar.gz 25186 SHA256 
227c79e126e8a8904a81d162750581ed3d49af2395a3100be7067b7296d33d45 SHA512 
da3a954a52a0f036e0b2d949bf4e73f4551eb637944eae5f6f421a1c22b2177dcfa56984a6c77692bb92713cf73a0df02b9159268b428550651fb7be97074613
 WHIRLPOOL 
b970100478d107ce89ea9a21d670767cae8921acc095922fb82a3b1c19eeecb98bc326888e97ac9fd5b9dec71f2a69b769693f2a07ecb48060b3b76353ad1ade
 DIST contextlib2-0.5.3.tar.gz 26415 SHA256 
30e500f13921c73c96f49a6dd2adfbdd92bc3fae12183e91b06b2e4583486206 SHA512 
9d4ba9d10ec0e222f8e76ad4704b83f89892fe503dcf558fde7a8e2bfefe35f2292411843cdb7bae3f8383a9f27ff851f6bc566314e1ae76e2dcefc29fc712e2
 WHIRLPOOL 
90b022aa1c141accd29816bfdedd4b12402e826b4e707e4086ccf842e8149eb35afd131bad638eda0c3a57ba308d1605a16d55af00827753abd7336066eb2a99
+DIST contextlib2-0.5.4.tar.gz 28523 SHA256 
710626cde569f51a87f216ff757fe60f5cd13ae8f8114706590510cd5649ce88 SHA512 
c8bb5bf9dbbf5bfd882663813f2a456d82215be7ace55aed1d5047ce7f21f26d5518982ec26344b1e950d3aea27cd8a5c48627730bb28f8b3cfb6a331fd7ba66
 WHIRLPOOL 
bae1717340b05362ae2e55b995920d39e01a37fb147e19838e6a79176809daa39e3fe5774ce74811614fcdadf8f1b28ea757cdda5e4811543dbc2d4b230b132a

diff --git a/dev-python/contextlib2/contextlib2-0.5.4.ebuild 
b/dev-python/contextlib2/contextlib2-0.5.4.ebuild
new file mode 100644
index 000..fca9b81
--- /dev/null
+++ b/dev-python/contextlib2/contextlib2-0.5.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Backports and enhancements for the contextlib module"
+HOMEPAGE="https://pypi.python.org/pypi/contextlib2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2.4"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, dev-php/PHP_CodeSniffer/, dev-php/PEAR-PHP_CodeSniffer/

2016-08-05 Thread Michael Orlitzky
commit: d20f220823a60f0eb2bffeb8d8583ea76bce3917
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Aug  5 20:45:13 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Aug  5 20:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20f2208

dev-php/PEAR-PHP_CodeSniffer: rename to  dev-php/PHP_CodeSniffer.

Gentoo-Bug: 575422

 .../PEAR-PHP_CodeSniffer-2.6.2-r1.ebuild   | 48 --
 .../Manifest   |  1 -
 .../PHP_CodeSniffer-2.6.2-r2.ebuild}   |  9 +---
 .../metadata.xml   |  0
 profiles/updates/3Q-2016   |  1 +
 5 files changed, 2 insertions(+), 57 deletions(-)

diff --git a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.6.2-r1.ebuild 
b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.6.2-r1.ebuild
deleted file mode 100644
index 7ef39e9..000
--- a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.6.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# Can go if we ever drop the "PEAR-" prefix.
-MY_PN="${PN#PEAR-}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Detect violations of PHP code standards"
-HOMEPAGE="https://github.com/squizlabs/PHP_CodeSniffer;
-
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( >=dev-php/phpunit-4 )"
-RDEPEND="dev-lang/php:*[cli,tokenizer,xmlwriter]"
-
-# Can go if we ever drop the "PEAR-" prefix.
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( CONTRIBUTING.md README.md )
-src_install() {
-   # The PEAR eclass would install everything into the wrong location.
-   insinto "/usr/share/${PN}"
-   doins -r CodeSniffer CodeSniffer.php
-
-   # These load code via relative paths, so they have to be symlinked
-   # and not dobin'd.
-   exeinto "/usr/share/${PN}/scripts"
-   for script in phpcbf phpcs; do
-   doexe "scripts/${script}"
-   dosym "/usr/share/${PN}/scripts/${script}" "/usr/bin/${script}"
-   done
-
-   einstalldocs
-}
-
-src_test() {
-   # The test suite will fail if date.timezone isn't set in php.ini.
-   phpunit -d date.timezone=UTC tests/AllTests.php \
-   || die "test suite failed"
-}

diff --git a/dev-php/PEAR-PHP_CodeSniffer/Manifest 
b/dev-php/PHP_CodeSniffer/Manifest
similarity index 50%
rename from dev-php/PEAR-PHP_CodeSniffer/Manifest
rename to dev-php/PHP_CodeSniffer/Manifest
index 4c0e201..738d545 100644
--- a/dev-php/PEAR-PHP_CodeSniffer/Manifest
+++ b/dev-php/PHP_CodeSniffer/Manifest
@@ -1,2 +1 @@
-DIST PHP_CodeSniffer-2.5.1.tgz 484780 SHA256 
9de1a12f2d184bd1846a6f756f7507b16722538c88c9dd66912915f498a3f330 SHA512 
285cfa1c39ffa6d53317df1d9a4f78f718e0a8c8aded016b07982e83e5bed7713a8f8f8d0da988eb716cf9006f2261d32cc5ecb31c56e07d1be830e85213b002
 WHIRLPOOL 
74355c23de5ae70bb91ac226d68b61936fefd47487c20cb6d07a92a3060b27a220812a5b5af28d32cdf9be90890ad3c77591cf75ff5f47eef3e0f6fa444337af
 DIST PHP_CodeSniffer-2.6.2.tgz 497234 SHA256 
f5c71941e254742130e22cd5ef48d3b06b486efbd1b3dbc7f2fa77acdeac650d SHA512 
8e74ca2035f25647c836c6cacb6da6c1a3d0d280077cc6b31f5abf01843546c7370a96cba4f3a1b56fe8bac6954e10ce6570352ae67b14f717bab6a30bd2c865
 WHIRLPOOL 
558653b7ca61d65cdb20dc5e91b3b53f4de57e00aa399a58e798a497b5b1659241f946390817333621ed7e4737f6eda90088085b57e43832af24f7fd4a273a76

diff --git a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild 
b/dev-php/PHP_CodeSniffer/PHP_CodeSniffer-2.6.2-r2.ebuild
similarity index 84%
rename from dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild
rename to dev-php/PHP_CodeSniffer/PHP_CodeSniffer-2.6.2-r2.ebuild
index 2dfa8b7..ef6e783 100644
--- a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild
+++ b/dev-php/PHP_CodeSniffer/PHP_CodeSniffer-2.6.2-r2.ebuild
@@ -4,16 +4,12 @@
 
 EAPI=6
 
-# Can go if we ever drop the "PEAR-" prefix.
-MY_PN="${PN#PEAR-}"
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Detect violations of PHP code standards"
 HOMEPAGE="https://github.com/squizlabs/PHP_CodeSniffer;
 
 # The test suite isn't part of the Github tarball at the moment. Keep an
 # eye on https://github.com/squizlabs/PHP_CodeSniffer/issues/548
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+SRC_URI="http://download.pear.php.net/package/${P}.tgz;
 
 LICENSE="BSD"
 SLOT="0"
@@ -23,9 +19,6 @@ IUSE="test"
 DEPEND="test? ( >=dev-php/phpunit-4 )"
 RDEPEND="dev-lang/php:*[cli,tokenizer,xmlwriter]"
 
-# Can go if we ever drop the "PEAR-" prefix.
-S="${WORKDIR}/${MY_P}"
-
 DOCS=( CONTRIBUTING.md README.md )
 src_install() {
# The PEAR eclass would install everything into the wrong location.

diff --git a/dev-php/PEAR-PHP_CodeSniffer/metadata.xml 
b/dev-php/PHP_CodeSniffer/metadata.xml
similarity index 100%
rename from 

[gentoo-commits] proj/java:master commit in: dev-java/icedtea/, dev-java/icedtea/files/

2016-08-05 Thread James Le Cuirot
commit: c070f1fbc1cf036100de3dbe51bca5bcfb99567a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Aug  5 20:39:01 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Aug  5 20:39:01 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=c070f1fb

dev-java/icedtea: Switch from set_java_env to new java-vm_install-env

Package-Manager: portage-2.3.0

 dev-java/icedtea/files/icedtea.env| 18 --
 dev-java/icedtea/files/icedtea.env.sh | 18 ++
 dev-java/icedtea/icedtea-3.1.0.ebuild |  2 +-
 dev-java/icedtea/icedtea-6.1.13.11.ebuild |  2 +-
 dev-java/icedtea/icedtea-6..ebuild|  2 +-
 dev-java/icedtea/icedtea-7.2.6.7.ebuild   |  2 +-
 dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild |  2 +-
 7 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/dev-java/icedtea/files/icedtea.env 
b/dev-java/icedtea/files/icedtea.env
deleted file mode 100644
index 463add6..000
--- a/dev-java/icedtea/files/icedtea.env
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-VERSION="IcedTea JDK @PV@"
-JAVA_HOME="@GENTOO_PORTAGE_EPREFIX@/usr/@LIBDIR@/icedtea@SLOT@"
-JDK_HOME="@GENTOO_PORTAGE_EPREFIX@/usr/@LIBDIR@/icedtea@SLOT@"
-JAVAC="${JAVA_HOME}/bin/javac"
-PATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin"
-ROOTPATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin"
-LDPATH="${JAVA_HOME}/jre/lib/@PLATFORM@/:${JAVA_HOME}/jre/lib/@PLATFORM@/native_threads/:${JAVA_HOME}/jre/lib/@PLATFORM@/xawt/:${JAVA_HOME}/jre/lib/@PLATFORM@/server/"
-MANPATH="@GENTOO_PORTAGE_EPREFIX@/usr/@LIBDIR@/icedtea@SLOT@/man"
-PROVIDES_TYPE="JDK JRE"
-PROVIDES_VERSION="1.@SLOT@"
-# Taken from sun.boot.class.path property
-BOOTCLASSPATH="${JAVA_HOME}/jre/lib/resources.jar:${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/jre/lib/jsse.jar:${JAVA_HOME}/jre/lib/jce.jar:${JAVA_HOME}/jre/lib/charsets.jar"
-GENERATION="2"
-ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"

diff --git a/dev-java/icedtea/files/icedtea.env.sh 
b/dev-java/icedtea/files/icedtea.env.sh
new file mode 100644
index 000..d24e1e6
--- /dev/null
+++ b/dev-java/icedtea/files/icedtea.env.sh
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+VERSION="IcedTea JDK ${PV}"
+JAVA_HOME="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}"
+JDK_HOME="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}"
+JAVAC="\${JAVA_HOME}/bin/javac"
+PATH="\${JAVA_HOME}/bin:\${JAVA_HOME}/jre/bin"
+ROOTPATH="\${JAVA_HOME}/bin:\${JAVA_HOME}/jre/bin"
+LDPATH="\${JAVA_HOME}/jre/lib/$(get_system_arch)/:\${JAVA_HOME}/jre/lib/$(get_system_arch)/server/$([[
 ${SLOT} = [67] ]] && printf 
:\${JAVA_HOME}/jre/lib/$(get_system_arch)/xawt/)$([[ ${SLOT} = 6 ]] && printf 
:\${JAVA_HOME}/jre/lib/$(get_system_arch)/native_threads/)"
+MANPATH="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}/man"
+PROVIDES_TYPE="JDK JRE"
+PROVIDES_VERSION="1.${SLOT}"
+# Taken from sun.boot.class.path property
+BOOTCLASSPATH="\${JAVA_HOME}/jre/lib/resources.jar:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/sunrsasign.jar:\${JAVA_HOME}/jre/lib/jsse.jar:\${JAVA_HOME}/jre/lib/jce.jar:\${JAVA_HOME}/jre/lib/charsets.jar:\${JAVA_HOME}/jre/lib/jfr.jar"
+GENERATION="2"
+ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"

diff --git a/dev-java/icedtea/icedtea-3.1.0.ebuild 
b/dev-java/icedtea/icedtea-3.1.0.ebuild
index 321f773..3aeb583 100644
--- a/dev-java/icedtea/icedtea-3.1.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.1.0.ebuild
@@ -360,7 +360,7 @@ src_install() {
cp -vRP cacerts "${ddest}/jre/lib/security/" || die
chmod 644 "${ddest}/jre/lib/security/cacerts" || die
 
-   set_java_env "${FILESDIR}/icedtea.env"
+   java-vm_install-env "${FILESDIR}/icedtea.env.sh"
java-vm_sandbox-predict /proc/self/coredump_filter
 }
 

diff --git a/dev-java/icedtea/icedtea-6.1.13.11.ebuild 
b/dev-java/icedtea/icedtea-6.1.13.11.ebuild
index 4e90f1f..f1ef452 100644
--- a/dev-java/icedtea/icedtea-6.1.13.11.ebuild
+++ b/dev-java/icedtea/icedtea-6.1.13.11.ebuild
@@ -344,7 +344,7 @@ src_install() {
cp -vRP cacerts "${ddest}/jre/lib/security/" || die
chmod 644 "${ddest}/jre/lib/security/cacerts" || die
 
-   set_java_env "${FILESDIR}/icedtea.env"
+   java-vm_install-env "${FILESDIR}/icedtea.env.sh"
java-vm_sandbox-predict /proc/self/coredump_filter
 }
 

diff --git a/dev-java/icedtea/icedtea-6..ebuild 
b/dev-java/icedtea/icedtea-6..ebuild
index 7bd3197..d60452f 100644
--- a/dev-java/icedtea/icedtea-6..ebuild
+++ b/dev-java/icedtea/icedtea-6..ebuild
@@ -344,7 +344,7 @@ src_install() {
cp -vRP cacerts "${ddest}/jre/lib/security/" || die
chmod 644 "${ddest}/jre/lib/security/cacerts" || die
 
-   set_java_env "${FILESDIR}/icedtea.env"
+   java-vm_install-env 

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

2016-08-05 Thread James Le Cuirot
commit: eb5de053d2d09fc83826bc62820002cff466ef88
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Aug  5 20:44:48 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Aug  5 20:44:48 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=eb5de053

dev-java/icedtea: Apply earlier Infinality fix to 7, fixes bug #590068

Package-Manager: portage-2.3.0

 dev-java/icedtea/icedtea-7.2.6.7.ebuild   | 3 ++-
 dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-java/icedtea/icedtea-7.2.6.7.ebuild 
b/dev-java/icedtea/icedtea-7.2.6.7.ebuild
index fe9ade9..b15601f 100644
--- a/dev-java/icedtea/icedtea-7.2.6.7.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.6.7.ebuild
@@ -94,7 +94,6 @@ COMMON_DEP="
>=dev-libs/glib-2.26:2
>=dev-util/systemtap-1
media-libs/fontconfig
-   >=media-libs/freetype-2.5.3:2=[infinality?]
>=media-libs/lcms-2.5
>=sys-libs/zlib-1.2.3:=
virtual/jpeg:0=
@@ -105,6 +104,8 @@ COMMON_DEP="
>=x11-libs/gtk+-2.8:2=
>=x11-libs/pango-1.24.5
)
+   !infinality? ( >=media-libs/freetype-2.5.3:2= )
+   infinality? ( =dev-libs/nss-3.12.5-r1 )

diff --git a/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild 
b/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
index a425040..d1b397c 100644
--- a/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
@@ -94,7 +94,6 @@ COMMON_DEP="
>=dev-libs/glib-2.26:2
>=dev-util/systemtap-1
media-libs/fontconfig
-   >=media-libs/freetype-2.5.3:2=[infinality?]
>=media-libs/lcms-2.5
>=sys-libs/zlib-1.2.3:=
virtual/jpeg:0=
@@ -105,6 +104,8 @@ COMMON_DEP="
>=x11-libs/gtk+-2.8:2=
>=x11-libs/pango-1.24.5
)
+   !infinality? ( >=media-libs/freetype-2.5.3:2= )
+   infinality? ( =dev-libs/nss-3.12.5-r1 )



[gentoo-commits] repo/gentoo:master commit in: games-mud/tf/

2016-08-05 Thread Sergei Trofimovich
commit: 4f91edf6fcbc417d8046c58fb6fd1dcc99fd7e58
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug  5 20:21:09 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug  5 20:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f91edf6

games-mud/tf: fix PATCHES variable not to use glob on DISTDIR

Noticed egencache warning today:

/gentoo-ebuilds/gentoo/games-mud/tf/tf-50_beta8-r2.ebuild:
line 32: no match: /gentoo/distfiles/tf-all*patch.txt

Package-Manager: portage-2.3.0

 games-mud/tf/tf-50_beta8-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild 
b/games-mud/tf/tf-50_beta8-r2.ebuild
index 51ae5ae..7b3d1c9 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -26,7 +26,8 @@ DEPEND=${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-   "${DISTDIR}"/tf-all*patch.txt
+   "${DISTDIR}"/tf-allrootpatch.txt
+   "${DISTDIR}"/tf-allsrcpatch.txt
"${FILESDIR}"/${P}-pcre.patch
"${FILESDIR}"/${P}-stdarg.patch
 )



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

2016-08-05 Thread James Le Cuirot
commit: c653214713d3d6a910d60499f0b3bf5f69354e58
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Aug  5 20:05:59 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Aug  5 20:05:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6532147

dev-java/icedtea-bin: Add missing dependency on libXcomposite, #584738

Package-Manager: portage-2.3.0

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

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
index b71cef4..57d8caf 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
@@ -54,6 +54,7 @@ RDEPEND=">=dev-libs/glib-2.42:2%
>=media-libs/giflib-4.1.6-r1%
media-libs/libpng:0/16%
>=x11-libs/libX11-1.6%
+   >=x11-libs/libXcomposite-0.4%
>=x11-libs/libXext-1.3%
>=x11-libs/libXi-1.7%
>=x11-libs/libXrender-0.9.8%



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

2016-08-05 Thread James Le Cuirot
commit: 659b5398b5a26129d2900fd8015a552c2fbaf3d2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Aug  5 19:01:37 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Aug  5 19:44:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659b5398

dev-java/icedtea-bin: Add missing nsplugin USE flag on icedtea-web dep

Package-Manager: portage-2.3.0

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

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
index e2c4520..b71cef4 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild
@@ -68,7 +68,7 @@ RDEPEND=">=sys-devel/gcc-4.9.3[multilib?]
!multilib? ( ${RDEPEND//%/} )"
 
 PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
-   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )
pulseaudio? ( dev-java/icedtea-sound )"
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: games-mud/tf/, games-mud/tf/files/

2016-08-05 Thread Austin English
commit: 102d0c63aed7078db4ee669ab0ba71ef1f3ddcf3
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:20:06 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102d0c63

games-mud/tf: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/tf/files/tf-50_beta8-stdarg.patch |  6 +--
 games-mud/tf/tf-50_beta8-r2.ebuild  | 72 +
 2 files changed, 75 insertions(+), 3 deletions(-)

diff --git a/games-mud/tf/files/tf-50_beta8-stdarg.patch 
b/games-mud/tf/files/tf-50_beta8-stdarg.patch
index 6d568f4..a34b70a 100644
--- a/games-mud/tf/files/tf-50_beta8-stdarg.patch
+++ b/games-mud/tf/files/tf-50_beta8-stdarg.patch
@@ -1,6 +1,6 @@
-diff -U5 -r tf-50b8.orig/src/tfio.c tf-50b8/src/tfio.c
 src/tfio.c.orig2007-01-13 18:12:39.0 -0500
-+++ src/tfio.c 2007-02-02 16:50:12.0 -0500
+diff -U5 -r a/src/tfio.c b/src/tfio.c
+--- a/src/tfio.c   2007-01-13 18:12:39.0 -0500
 b/src/tfio.c   2007-02-02 16:50:12.0 -0500
 @@ -495,10 +495,11 @@
  const char *q, *sval;
  char *specptr, quote;

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild 
b/games-mud/tf/tf-50_beta8-r2.ebuild
new file mode 100644
index 000..51ae5ae
--- /dev/null
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_P="${P/_beta/b}"
+DESCRIPTION="A small, flexible, screen-oriented MUD client (aka TinyFugue)"
+HOMEPAGE="http://tinyfugue.sourceforge.net/;
+SRC_URI="mirror://sourceforge/tinyfugue/${MY_P}.tar.gz
+   http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt ->
+   tf-allrootpatch.txt
+   http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt ->
+   tf-allsrcpatch.txt
+   doc? ( mirror://sourceforge/tinyfugue/${MY_P}-help.tar.gz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+atcp debug doc +gmcp ipv6 +option102 ssl"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   dev-libs/libpcre"
+DEPEND=${RDEPEND}
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${DISTDIR}"/tf-all*patch.txt
+   "${FILESDIR}"/${P}-pcre.patch
+   "${FILESDIR}"/${P}-stdarg.patch
+)
+
+src_configure() {
+   STRIP=: econf \
+   $(use_enable atcp) \
+   $(use_enable gmcp) \
+   $(use_enable option102) \
+   $(use_enable ssl) \
+   $(use_enable debug core) \
+   $(use_enable ipv6 inet6) \
+   --enable-manpage
+}
+
+src_install() {
+   dobin src/tf
+   newman src/tf.1.nroffman tf.1
+   dodoc CHANGES CREDITS README
+
+   insinto "${GAMES_DATADIR}"/${PN}-lib
+   # the application looks for this file here if /changes is called.
+   # see comments on bug #23274
+   doins CHANGES
+   insopts -m0755
+   doins tf-lib/*
+   if use doc ; then
+   cd ../${MY_P}-help
+   dodoc -r *.html commands topics
+   cd ../${MY_P}
+   fi
+}
+
+pkg_postinst() {
+   use ipv6 && {
+   echo
+   ewarn "You have merged TinyFugue with IPv6-support."
+   ewarn "Support for IPv6 is still being experimental."
+   ewarn "If you experience problems with connecting to hosts,"
+   ewarn "try re-merging this package with USE="-ipv6""
+   echo
+   }
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/tintin/

2016-08-05 Thread Austin English
commit: 995dcea72ad41a665f491e453b4be65bb52383d6
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:21:43 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995dcea7

games-mud/tintin: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/tintin/tintin-2.01.1-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/games-mud/tintin/tintin-2.01.1-r1.ebuild 
b/games-mud/tintin/tintin-2.01.1-r1.ebuild
new file mode 100644
index 000..fb8f88c
--- /dev/null
+++ b/games-mud/tintin/tintin-2.01.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
+HOMEPAGE="http://tintin.sourceforge.net/;
+SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/libpcre
+   net-libs/gnutls
+   sys-libs/readline:0
+   sys-libs/zlib"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/tt/src
+
+src_install () {
+   dobin tt++
+   dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
+}
+
+pkg_postinst() {
+   echo
+   ewarn " OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS 
VERSION "
+   ewarn "read the README for more details."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/gmudix/files/, games-mud/gmudix/

2016-08-05 Thread Austin English
commit: 73621535634146f5615992a78174e0333210e54f
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 18:53:39 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73621535

games-mud/gmudix: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/gmudix/files/gmudix-1.0-as-needed.patch |  8 ++---
 games-mud/gmudix/files/gmudix-1.0-format.patch|  4 +--
 games-mud/gmudix/gmudix-1.0-r1.ebuild | 37 +++
 3 files changed, 43 insertions(+), 6 deletions(-)

diff --git a/games-mud/gmudix/files/gmudix-1.0-as-needed.patch 
b/games-mud/gmudix/files/gmudix-1.0-as-needed.patch
index 838376e..fe1de7b 100644
--- a/games-mud/gmudix/files/gmudix-1.0-as-needed.patch
+++ b/games-mud/gmudix/files/gmudix-1.0-as-needed.patch
@@ -1,5 +1,5 @@
 configure.in
-+++ configure.in
+--- a/configure.in
 b/configure.in
 @@ -8,7 +8,8 @@
  AC_PROG_MAKE_SET
  
@@ -10,8 +10,8 @@
  
  dnl Checks for header files.
  AC_HEADER_STDC
 src/Makefile.am
-+++ src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
 @@ -1,10 +1,5 @@
  bin_PROGRAMS   = gmudix
  gmudix_SOURCES = alias.c commands.c file.c gui_alias.c gui_capture.c 
gui_character.c gui_color.c gui_font.c gui_general.c gui_macro.c gui_main.c 
gui_path.c gui_preferences.c gui_tab.c gui_timer.c gui_trigger.c gui_user.c 
gui_variable.c history.c log.c macro.c mccp.c mudix.c net.c path.c process.c 
string.c tabs.c telnet.c timer.c trigger.c user.c variable.c

diff --git a/games-mud/gmudix/files/gmudix-1.0-format.patch 
b/games-mud/gmudix/files/gmudix-1.0-format.patch
index 77314c9..4bb9729 100644
--- a/games-mud/gmudix/files/gmudix-1.0-format.patch
+++ b/games-mud/gmudix/files/gmudix-1.0-format.patch
@@ -1,5 +1,5 @@
 src/gui_user.c.old 2016-02-04 21:21:15.141455597 +0100
-+++ src/gui_user.c 2016-02-04 21:21:31.016156493 +0100
+--- a/src/gui_user.c   2016-02-04 21:21:15.141455597 +0100
 b/src/gui_user.c   2016-02-04 21:21:31.016156493 +0100
 @@ -820,7 +820,7 @@
  
  dialog = gtk_message_dialog_new(GTK_WINDOW(user->gui_user.g_window), 

diff --git a/games-mud/gmudix/gmudix-1.0-r1.ebuild 
b/games-mud/gmudix/gmudix-1.0-r1.ebuild
new file mode 100644
index 000..75c2a1e
--- /dev/null
+++ b/games-mud/gmudix/gmudix-1.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="GTK+ MUD client with ANSI color, macros, timers, triggers, 
variables, and an easy scripting language"
+HOMEPAGE="http://dw.nl.eu.org/mudix.html;
+SRC_URI="http://dw.nl.eu.org/gmudix/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-as-needed.patch
+   "${FILESDIR}"/${P}-format.patch
+)
+
+src_prepare() {
+   default
+
+   mv configure.in configure.ac || die
+   rm -f missing || die
+   eautoreconf
+}
+
+src_install() {
+   dobin src/${PN}
+   dodoc AUTHORS ChangeLog README TODO doc/*txt
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/tkmoo/, games-mud/tkmoo/files/

2016-08-05 Thread Austin English
commit: f9dc923b1a6689ba56d8ce7cce6809df18f46cda
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:27:50 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dc923b

games-mud/tkmoo: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../tkmoo/files/0.3.32-Makefile-noclean.patch  |  4 +-
 games-mud/tkmoo/files/0.3.32-keys-workaround.patch |  4 +-
 games-mud/tkmoo/tkmoo-0.3.32-r1.ebuild | 46 ++
 3 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch 
b/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch
index c61a29d..cebc1fe 100644
--- a/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch
+++ b/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch
@@ -1,5 +1,5 @@
 Makefile.orig  2003-07-12 03:04:24.0 -0400
-+++ Makefile   2003-07-12 03:04:32.0 -0400
+--- a/Makefile 2003-07-12 03:04:24.0 -0400
 b/Makefile 2003-07-12 03:04:32.0 -0400
 @@ -32,11 +32,8 @@
  
  # some shells are set 'noclobber', so force overwriting of the

diff --git a/games-mud/tkmoo/files/0.3.32-keys-workaround.patch 
b/games-mud/tkmoo/files/0.3.32-keys-workaround.patch
index d70e017..db8886e 100644
--- a/games-mud/tkmoo/files/0.3.32-keys-workaround.patch
+++ b/games-mud/tkmoo/files/0.3.32-keys-workaround.patch
@@ -1,5 +1,5 @@
 source.tcl.orig2004-12-28 23:36:47.0 -0800
-+++ source.tcl 2004-12-28 23:37:09.0 -0800
+--- a/source.tcl   2004-12-28 23:36:47.0 -0800
 b/source.tcl   2004-12-28 23:37:09.0 -0800
 @@ -51,6 +51,10 @@
  #
  #

diff --git a/games-mud/tkmoo/tkmoo-0.3.32-r1.ebuild 
b/games-mud/tkmoo/tkmoo-0.3.32-r1.ebuild
new file mode 100644
index 000..6664000
--- /dev/null
+++ b/games-mud/tkmoo/tkmoo-0.3.32-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+MY_PN=${PN/moo/MOO-light}
+MY_P=${P/moo/MOO-light}
+DESCRIPTION="MOO Client written in Tcl/Tk"
+HOMEPAGE="http://www.awns.com/tkMOO-light/;
+SRC_URI="http://www.awns.com/tkMOO-light/Source/${MY_P}.tar.gz;
+
+LICENSE="tkMOO"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-lang/tcl-8.3.3:0=
+   >=dev-lang/tk-8.3.3:0="
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}/${PV}-Makefile-noclean.patch"
+   "${FILESDIR}/${PV}-keys-workaround.patch"
+)
+
+src_compile() {
+   emake \
+   WISH="$(type -P wish)" \
+   TKMOO_LIB_DIR="/usr/$(get_libdir)/${MY_PN}" \
+   TKMOO_BIN_DIR=/usr/bin
+}
+
+src_install() {
+   emake \
+   TKMOO_LIB_DIR="${D}/usr/$(get_libdir)/${MY_PN}" \
+   TKMOO_BIN_DIR="${D}/usr/bin" \
+   install
+   dodoc README dot.tkmoolightrc bugsmail.txt
+   dosym tkMOO-lite /usr/bin/tkmoo
+   make_desktop_entry tkmoo "tkMOO"
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/mudix/files/, games-mud/mudix/

2016-08-05 Thread Austin English
commit: badd7f79c38605125d3dcadeb9bfc524ec975b57
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:07:25 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badd7f79

games-mud/mudix: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/mudix/files/mudix-4.3-as-needed.patch |  4 ++--
 games-mud/mudix/mudix-4.3-r2.ebuild | 30 +
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/games-mud/mudix/files/mudix-4.3-as-needed.patch 
b/games-mud/mudix/files/mudix-4.3-as-needed.patch
index 51f5cc4..4230ac5 100644
--- a/games-mud/mudix/files/mudix-4.3-as-needed.patch
+++ b/games-mud/mudix/files/mudix-4.3-as-needed.patch
@@ -1,5 +1,5 @@
 src/Makefile.in.old2009-02-08 17:32:15.0 +0100
-+++ src/Makefile.in2009-02-08 17:34:15.0 +0100
+--- a/src/Makefile.in  2009-02-08 17:32:15.0 +0100
 b/src/Makefile.in  2009-02-08 17:34:15.0 +0100
 @@ -23,7 +23,7 @@
  
  $(EXEC): $(O_FILES)

diff --git a/games-mud/mudix/mudix-4.3-r2.ebuild 
b/games-mud/mudix/mudix-4.3-r2.ebuild
new file mode 100644
index 000..435466c
--- /dev/null
+++ b/games-mud/mudix/mudix-4.3-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A small, stable MUD client for the console"
+HOMEPAGE="http://dw.nl.eu.org/mudix.html;
+SRC_URI="http://dw.nl.eu.org/mudix/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:0"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-as-needed.patch
+)
+
+src_compile() {
+   emake -C src O_FLAGS="${CFLAGS}"
+}
+
+src_install () {
+   dobin mudix
+   dodoc README sample.usr
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/crystal/files/, games-mud/crystal/

2016-08-05 Thread Austin English
commit: 89e172db0aa6b6d1d30e4c509286dd27647827e4
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 18:49:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e172db

games-mud/crystal: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/crystal/crystal-0.2.4-r1.ebuild | 41 +++
 games-mud/crystal/files/crystal-0.2.4-build.patch |  8 ++---
 games-mud/crystal/files/crystal-0.2.4-gcc43.patch |  4 +--
 3 files changed, 47 insertions(+), 6 deletions(-)

diff --git a/games-mud/crystal/crystal-0.2.4-r1.ebuild 
b/games-mud/crystal/crystal-0.2.4-r1.ebuild
new file mode 100644
index 000..0fa260d
--- /dev/null
+++ b/games-mud/crystal/crystal-0.2.4-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="The crystal MUD client"
+HOMEPAGE="http://www.evilmagic.org/crystal/;
+SRC_URI="http://www.evilmagic.org/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/openssl:0=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   virtual/libiconv"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc43.patch
+   "${FILESDIR}"/${P}-build.patch
+)
+
+src_prepare() {
+   default
+
+   # avoid colliding with xscreensaver (bug #281191)
+   mv crystal.6 crystal-mud.6 || die
+   mv configure.in configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-scripting
+}

diff --git a/games-mud/crystal/files/crystal-0.2.4-build.patch 
b/games-mud/crystal/files/crystal-0.2.4-build.patch
index 147447f..1f8917e 100644
--- a/games-mud/crystal/files/crystal-0.2.4-build.patch
+++ b/games-mud/crystal/files/crystal-0.2.4-build.patch
@@ -1,5 +1,5 @@
 configure.in
-+++ configure.in
+--- a/configure.in
 b/configure.in
 @@ -31,7 +31,9 @@
  AC_PROG_CXX
  AC_CHECK_FUNCS(select socket strerror strstr)
@@ -11,8 +11,8 @@
  
  AC_CHECK_LIB(z, main, [LIBS=$LIBS" -lz "; AC_DEFINE(HAVE_ZLIB)], 
AC_MSG_WARN([No zlib - MCCP support will not be built]))
  
 Makefile.am
-+++ Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -5,7 +5,11 @@
common.h crystal.h grid.h io.h telnet.h wcwidth.c \
scripting.cc scripting.h

diff --git a/games-mud/crystal/files/crystal-0.2.4-gcc43.patch 
b/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
index 40623c5..dbb4e2a 100644
--- a/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
+++ b/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
@@ -1,5 +1,5 @@
 common.h
-+++ common.h
+--- a/common.h
 b/common.h
 @@ -3,6 +3,8 @@
  
  #include 



[gentoo-commits] repo/gentoo:master commit in: games-mud/wxmud/

2016-08-05 Thread Austin English
commit: 51b698d58263939347981c197dd573e3ae7c189c
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:41:03 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b698d5

games-mud/wxmud: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/wxmud/wxmud-.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/games-mud/wxmud/wxmud-.ebuild 
b/games-mud/wxmud/wxmud-.ebuild
index 5d6d71b..68099e5 100644
--- a/games-mud/wxmud/wxmud-.ebuild
+++ b/games-mud/wxmud/wxmud-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 WX_GTK_VER=2.8
 PYTHON_COMPAT=( python2_7 )
-inherit flag-o-matic subversion wxwidgets autotools python-single-r1 games
+inherit flag-o-matic subversion wxwidgets autotools python-single-r1
 
 DESCRIPTION="Cross-platform MUD client"
 HOMEPAGE="http://wxmud.sourceforge.net/;
@@ -18,13 +18,13 @@ SLOT="0"
 KEYWORDS=""
 IUSE="python"
 
-RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}
+RDEPEND="
>=x11-libs/gtk+-2.4:2
+   x11-libs/wxGTK:${WX_GTK_VER}
python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
-   games_pkg_setup
use python && python-single-r1_pkg_setup
 }
 
@@ -34,18 +34,20 @@ src_unpack() {
AT_M4DIR="m4" eautoreconf
 }
 
-src_compile() {
+src_configure() {
append-flags -fno-strict-aliasing
# No audiere in portage yet, so useful MSP support is disabled for now
-   egamesconf \
+   econf \
--with-wx-config="${WX_CONFIG}" \
$(use_enable python) \
--disable-audiere
+}
+
+src_compile() {
emake
 }
 
 src_install() {
default
dodoc docs/input.txt docs/scripting.txt
-   prepgamesdirs
 }



[gentoo-commits] repo/gentoo:master commit in: games-mud/lyntin/

2016-08-05 Thread Austin English
commit: bd106aea1605a4aff9948221455cdf9d0f75e79a
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:05:34 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd106aea

games-mud/lyntin: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/lyntin/lyntin-4.2-r2.ebuild | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/games-mud/lyntin/lyntin-4.2-r2.ebuild 
b/games-mud/lyntin/lyntin-4.2-r2.ebuild
new file mode 100644
index 000..481a4be
--- /dev/null
+++ b/games-mud/lyntin/lyntin-4.2-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk?"
+
+inherit distutils-r1
+
+DESCRIPTION="tintin mud client clone implemented in Python"
+HOMEPAGE="http://lyntin.sourceforge.net/;
+SRC_URI="mirror://sourceforge/lyntin/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="tk"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+DOCS=( COMMANDS PKG-INFO HACKING README )
+
+python_install() {
+   distutils-r1_python_install --install-scripts=/usr/bin
+}
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   distutils-r1_src_compile
+}
+
+src_install() {
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   if use tk ; then
+   elog "To start lyntin in GUI mode, create a config file"
+   elog "with this in it:"
+   elog
+   elog "[Lyntin]"
+   elog "ui:tk"
+   elog
+   elog "Then start lyntin like this:"
+   elog
+   elog "runlyntin -c /path/to/config_file\n"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/trebuchet/

2016-08-05 Thread Austin English
commit: d9816d84236c26c3a86a8f34d542edb35061e87d
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:42:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9816d84

games-mud/trebuchet: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/trebuchet/trebuchet-1.075-r1.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild 
b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
new file mode 100644
index 000..b8c40d8
--- /dev/null
+++ b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A crossplatform TCL/TK based MUD client"
+HOMEPAGE="http://belfry.com/fuzzball/trebuchet/;
+SRC_URI="mirror://sourceforge/trebuchet/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+RESTRICT="test"
+
+RDEPEND="
+   dev-lang/tcl:0=
+   >=dev-lang/tk-8.3.3:0=
+"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "/Nothing/d" \
+-e "/LN/ s:../libexec:/usr/share:" \
+   Makefile || die
+}
+
+src_install() {
+   emake prefix="${D}/usr" \
+   ROOT="${D}/usr/share/${PN}" install
+
+   insinto /usr/share/${PN}
+   doins COPYING
+   dodoc changes.txt readme.txt trebtodo.txt
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/

2016-08-05 Thread Austin English
commit: a7119eef52411379b94400abe463dd5469abe1c3
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:00:50 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7119eef

games-mud/gnome-mud: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 55 ++
 1 file changed, 55 insertions(+)

diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild 
b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
new file mode 100644
index 000..f50488c
--- /dev/null
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_TARBALL_SUFFIX="bz2"
+
+inherit gnome2
+
+DESCRIPTION="GNOME MUD client"
+HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="gstreamer"
+
+RDEPEND="virtual/libintl
+   dev-libs/libpcre
+   dev-perl/XML-Parser
+   gnome-base/gconf:2
+   >=gnome-base/libglade-2.0.1:2.0
+   gstreamer? ( media-libs/gstreamer:0.10 )
+   net-libs/gnet:2
+   x11-libs/gtk+:2
+   >=x11-libs/vte-0.11:0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-text/rarian
+   >=dev-util/intltool-0.23
+   >=sys-devel/gettext-0.11.5"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable gstreamer)
+}
+
+src_install() {
+   DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
+   gnome2_src_install
+}
+
+pkg_preinst() {
+   gnome2_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   echo
+   elog "For proper plugin operation, please create ~/.gnome-mud/plugins/"
+   elog "if that directory doesn't already exist."
+   elog "The command to do that is:"
+   elog "mkdir -p ~/.gnome-mud/plugins/"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/kildclient/

2016-08-05 Thread Austin English
commit: 0ff49b3af06d03bd8ce68400a0d4fa24e95e1761
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:01:03 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff49b3a

games-mud/kildclient: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/kildclient/kildclient-3.0.1-r1.ebuild | 48 +
 1 file changed, 48 insertions(+)

diff --git a/games-mud/kildclient/kildclient-3.0.1-r1.ebuild 
b/games-mud/kildclient/kildclient-3.0.1-r1.ebuild
new file mode 100644
index 000..02ae58e
--- /dev/null
+++ b/games-mud/kildclient/kildclient-3.0.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="Powerful MUD client with a built-in PERL interpreter"
+HOMEPAGE="http://kildclient.sourceforge.net;
+SRC_URI="mirror://sourceforge/kildclient/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gnutls spell"
+
+RDEPEND="
+   dev-lang/perl
+   dev-perl/Locale-gettext
+   dev-perl/JSON
+   sys-libs/zlib
+   x11-libs/gtk+:3
+   virtual/libintl
+   spell? ( app-text/gtkspell:3 )
+   gnutls? ( net-libs/gnutls )"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localedir=/usr/share/locale \
+   --docdir=/usr/share/doc/${PF} \
+   --htmldir=/usr/share/doc/${PF}/html \
+   $(use_with spell gtkspell) \
+   $(use_with gnutls libgnutls) \
+   $(use_with doc docs)
+}



[gentoo-commits] repo/gentoo:master commit in: games-mud/powwow/

2016-08-05 Thread Austin English
commit: acd59c1e0ee962bc3a80ecd01e6ec0b7f0f79230
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 19:14:22 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 19:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd59c1e

games-mud/powwow: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-mud/powwow/powwow-1.2.16-r1.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/games-mud/powwow/powwow-1.2.16-r1.ebuild 
b/games-mud/powwow/powwow-1.2.16-r1.ebuild
new file mode 100644
index 000..86654bc
--- /dev/null
+++ b/games-mud/powwow/powwow-1.2.16-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="PowWow Console MUD Client"
+HOMEPAGE="http://hoopajoo.net/projects/powwow.html;
+SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:0"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-underlinking.patch
+)
+
+src_prepare() {
+   default
+
+   # note that that the extra, seemingly-redundant files installed are
+   # actually used by in-game help commands
+   sed -i \
+   -e "s/pkgdata_DATA = powwow.doc/pkgdata_DATA = /" \
+   Makefile.am || die
+   mv configure.in configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf --includedir=/usr/include
+}
+
+src_install () {
+   DOCS="ChangeLog Config.demo Hacking NEWS powwow.doc powwow.help 
README.* TODO" \
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/, sys-fs/multipath-tools/

2016-08-05 Thread Robin H. Johnson
commit: e78d65c9e9ffa54a6bece600c8d09881361c4889
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Aug  5 18:39:50 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Aug  5 18:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78d65c9

sys-fs/multipath-tools: version bump

- Version bump per bug #590228.
- Includes init.d fixes per bugs:
  #432042, #581226
- Includes upstream fixes per bugs:
  #293615, #308693, #527124, #558326

Closes: https://bugs.gentoo.org/293615
Closes: https://bugs.gentoo.org/308693
Closes: https://bugs.gentoo.org/432042
Closes: https://bugs.gentoo.org/527124
Closes: https://bugs.gentoo.org/558326
Closes: https://bugs.gentoo.org/581226
Closes: https://bugs.gentoo.org/590228
Package-Manager: portage-2.2.28

 sys-fs/multipath-tools/Manifest|   1 +
 .../files/multipath-tools-0.6.2-makefile.patch | 239 +
 sys-fs/multipath-tools/files/multipath.rc  |   3 +-
 .../multipath-tools/multipath-tools-0.6.2.ebuild   |  61 ++
 4 files changed, 303 insertions(+), 1 deletion(-)

diff --git a/sys-fs/multipath-tools/Manifest b/sys-fs/multipath-tools/Manifest
index 23af9e7..a820e93 100644
--- a/sys-fs/multipath-tools/Manifest
+++ b/sys-fs/multipath-tools/Manifest
@@ -1 +1,2 @@
 DIST multipath-tools-0.5.0.tar.bz2 184024 SHA256 
f13cf1eb84e94e83b2019e68f7965526903c13e94246db43965d181668a0a6f9 SHA512 
dfad21c45d0f69e39041d30d203a582c8ee8329bf390c51cde10155b3de379e7ad8fead2ac4beb268a924fd7e7dc8e1cf538ea3c70d41479fd8786fa30ba22a9
 WHIRLPOOL 
bc8a365d66d1c5f584de04304125949926d4a1576cba4a00acca0f1333eb13d83318da36d9d88c5dc92691a331d427ad6b99eb1f2983fbc387303dbfdbae11ff
+DIST multipath-tools-0.6.2.tar.gz 242413 SHA256 
f5cec5d92d56ec99220fccc1e70b9d10bc8ff5039c809ebcc201ce34d7ee3095 SHA512 
8a04302002bf778299495e4be2d4302c19350d8ec218da23c5f781233efa6d0b39208a676b0d770771d7f09d62fa2b1ce32c03f60662691f74afb111e918b639
 WHIRLPOOL 
f040273bd188c30f2f3b87e21a403b5f5d3ce2f0918382890cc0750b803bf05f70ed6bf46a83c5b68137835bc9bcf6cbca14f6462cfbef660667118b59eafc7d

diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch 
b/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch
new file mode 100644
index 000..a051473
--- /dev/null
+++ b/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch
@@ -0,0 +1,239 @@
+diff -Nuar --exclude '*~' multipath-tools-e165b73.orig/kpartx/Makefile 
multipath-tools-e165b73/kpartx/Makefile
+--- multipath-tools-e165b73.orig/kpartx/Makefile   2016-07-22 
02:38:14.0 -0700
 multipath-tools-e165b73/kpartx/Makefile2016-08-05 10:47:28.248804380 
-0700
+@@ -12,7 +12,7 @@
+   CFLAGS += -DLIBDM_API_COOKIE
+ endif
+ 
+-LDFLAGS = -ldevmapper
++LIBS = -ldevmapper
+ OBJS = bsd.o dos.o kpartx.o solaris.o unixware.o dasd.o sun.o \
+gpt.o mac.o ps3.o crc32.o lopart.o xstrncpy.o devmapper.o
+ EXEC = kpartx
+@@ -20,8 +20,7 @@
+ all: $(EXEC)
+ 
+ $(EXEC): $(OBJS)
+-  $(CC) $(OBJS) -o $(EXEC) $(LDFLAGS)
+-  $(GZIP) $(EXEC).8 > $(EXEC).8.gz
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $(EXEC)
+ 
+ install: $(EXEC) $(EXEC).8
+   $(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)
+@@ -31,14 +30,14 @@
+   $(INSTALL_PROGRAM) -d $(DESTDIR)$(libudevdir)/rules.d
+   $(INSTALL_PROGRAM) -m 644 kpartx.rules 
$(DESTDIR)$(libudevdir)/rules.d/66-kpartx.rules
+   $(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir)
+-  $(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir)
++  $(INSTALL_PROGRAM) -m 644 $(EXEC).8 $(DESTDIR)$(mandir)
+ 
+ uninstall:
+   $(RM) $(DESTDIR)$(bindir)/$(EXEC)
+-  $(RM) $(DESTDIR)$(mandir)/$(EXEC).8.gz
++  $(RM) $(DESTDIR)$(mandir)/$(EXEC).8
+   $(RM) $(DESTDIR)$(libudevdir)/kpartx_id
+   $(RM) $(DESTDIR)$(libudevdir)/rules.d/66-kpartx.rules
+   $(RM) $(DESTDIR)$(libudevdir)/rules.d/67-kpartx-compat.rules
+ 
+ clean:
+-  $(RM) core *.o $(EXEC) *.gz
++  $(RM) core *.o $(EXEC)
+diff -Nuar --exclude '*~' multipath-tools-e165b73.orig/libmpathcmd/Makefile 
multipath-tools-e165b73/libmpathcmd/Makefile
+--- multipath-tools-e165b73.orig/libmpathcmd/Makefile  2016-07-22 
02:38:14.0 -0700
 multipath-tools-e165b73/libmpathcmd/Makefile   2016-08-05 
10:47:28.248804380 -0700
+@@ -27,4 +27,4 @@
+   $(RM) $(DESTDIR)$(incdir)/mpath_cmd.h
+ 
+ clean:
+-  $(RM) core *.a *.o *.gz *.so *.so.*
++  $(RM) core *.a *.o *.so *.so.*
+diff -Nuar --exclude '*~' 
multipath-tools-e165b73.orig/libmpathpersist/Makefile 
multipath-tools-e165b73/libmpathpersist/Makefile
+--- multipath-tools-e165b73.orig/libmpathpersist/Makefile  2016-07-22 
02:38:14.0 -0700
 multipath-tools-e165b73/libmpathpersist/Makefile   2016-08-05 
10:47:28.248804380 -0700
+@@ -18,10 +18,8 @@
+ 
+ $(LIBS):
+   $(CC) -Wall -fPIC -c $(CFLAGS) *.c
+-  $(CC) $(SHARED_FLAGS) $(LIBDEPS) -Wl,-soname=$@ $(CFLAGS) -o $@ $(OBJS)
++  $(CC) $(SHARED_FLAGS) 

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

2016-08-05 Thread NP Hardass
commit: b856ef114bad8f8c3f8d11abddc7977b555895d1
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug  5 18:32:57 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug  5 18:33:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b856ef11

app-arch/libarchive: Remove bsdcat symlink due to compat issues #589876

Package-Manager: portage-2.2.28

 .../{libarchive-3.2.1-r4.ebuild => libarchive-3.2.1-r5.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.2.1-r4.ebuild 
b/app-arch/libarchive/libarchive-3.2.1-r5.ebuild
similarity index 98%
rename from app-arch/libarchive/libarchive-3.2.1-r4.ebuild
rename to app-arch/libarchive/libarchive-3.2.1-r5.ebuild
index 0ef480c..52b60ff 100644
--- a/app-arch/libarchive/libarchive-3.2.1-r4.ebuild
+++ b/app-arch/libarchive/libarchive-3.2.1-r5.ebuild
@@ -103,7 +103,8 @@ multilib_src_install() {
 
# Create symlinks for FreeBSD
if ! use prefix && [[ ${CHOST} == *-freebsd* ]]; then
-   for bin in cat cpio tar; do
+   # Exclude cat for the time being #589876
+   for bin in cpio tar; do
dosym bsd${bin} /usr/bin/${bin}
echo '.so bsd${bin}.1' > "${T}"/${bin}.1
doman "${T}"/${bin}.1



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/

2016-08-05 Thread Michael Palimaka
commit: 6afe19515a989e3784d514ff3de26e8896fec417
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 17:43:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 17:43:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afe1951

kde-misc/krusader: add runtime dependency on kde-apps/kdebase-kioslaves

Gentoo-bug: 589414

Package-Manager: portage-2.3.0

 kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild 
b/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild
index 790edec..2806bc4 100644
--- a/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild
+++ b/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild
@@ -21,12 +21,15 @@ SLOT="4"
 KEYWORDS="amd64 x86"
 IUSE="+bookmarks debug"
 
-RDEPEND="
+COMMON_DEPEND="
$(add_kdeapps_dep libkonq)
sys-libs/zlib
bookmarks? ( $(add_kdeapps_dep keditbookmarks) )
 "
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+   $(add_kdeapps_dep kdebase-kioslaves)
+"
+DEPEND="${COMMON_DEPEND}
sys-devel/gettext
 "
 



[gentoo-commits] repo/gentoo:master commit in: games-server/cyphesis/files/, games-server/cyphesis/

2016-08-05 Thread Austin English
commit: 9f545df011bd28126cdcdb0b17e95c56ae65d187
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 16:58:47 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f545df0

games-server/cyphesis: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/cyphesis/cyphesis-0.6.2-r1.ebuild | 62 ++
 .../cyphesis/files/cyphesis-0.6.2-makefile.patch   |  4 +-
 2 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild 
b/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild
new file mode 100644
index 000..b2e6c74
--- /dev/null
+++ b/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit toolchain-funcs autotools python-single-r1 eutils
+
+DESCRIPTION="WorldForge server running small games"
+HOMEPAGE="http://worldforge.org/index.php/components/cyphesis/;
+SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+RDEPEND="
+   dev-db/postgresql:=
+   >=dev-games/mercator-0.3.3
+   >=dev-games/wfmath-1.0.1
+   dev-libs/libgcrypt:0
+   dev-libs/libsigc++:2
+   sys-libs/ncurses:0
+   sys-libs/readline:0
+   >=media-libs/atlas-c++-0.6.3
+   >=media-libs/skstream-0.3.9
+   >=media-libs/varconf-0.6.4
+   "
+DEPEND="${RDEPEND}
+   >=dev-libs/boost-1.40
+   dev-libs/libxml2
+   virtual/pkgconfig"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-makefile.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --localstatedir=/var
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" install
+   dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
+}

diff --git a/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch 
b/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch
index 99ca387..7fde1eb 100644
--- a/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch
+++ b/games-server/cyphesis/files/cyphesis-0.6.2-makefile.patch
@@ -1,5 +1,5 @@
 Makefile.am.old2013-09-25 14:26:30.518751250 +0200
-+++ Makefile.am2013-09-25 14:27:21.846257911 +0200
+--- a/Makefile.am  2013-09-25 14:26:30.518751250 +0200
 b/Makefile.am  2013-09-25 14:27:21.846257911 +0200
 @@ -13,8 +13,6 @@
  
  # FIXME Remove the mkdir hack if it gets fixed in a future automake



[gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/

2016-08-05 Thread Austin English
commit: 323e5b6542348cab9d39c5a6b1471c420de6aa72
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:33:57 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323e5b65

games-server/mtavc: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/mtavc/mtavc-0.5-r1.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/games-server/mtavc/mtavc-0.5-r1.ebuild 
b/games-server/mtavc/mtavc-0.5-r1.ebuild
new file mode 100644
index 000..2043322
--- /dev/null
+++ b/games-server/mtavc/mtavc-0.5-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="dedicated server for GTA3 multiplayer"
+HOMEPAGE="http://mtavc.com/;
+SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz;
+
+LICENSE="MTA-0.5"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+
+RDEPEND="virtual/libstdc++"
+DEPEND=""
+
+S=${WORKDIR}
+
+QA_PREBUILT="/opt/${PN}/MTAServer"
+QA_EXECSTACK="/opt/${PN}/MTAServer"
+
+src_prepare() {
+   default
+
+   sed -i 's:NoName:Gentoo:' mtaserver.conf || die
+}
+
+src_install() {
+   local dir=/opt/${PN}
+   local files="banned.lst motd.txt mtaserver.conf"
+   local f
+
+   dobin "${FILESDIR}"/mtavc
+   sed -i -e "s:GENTOO_DIR:${dir}:" "${D}/usr/bin"/mtavc
+
+   exeinto "${dir}"
+   newexe MTAServer${PV} MTAServer
+   insinto /etc/${PN}
+   doins ${files}
+   dodoc README CHANGELOG
+   for f in ${files} ; do
+   dosym /etc/${PN}/${f} "${dir}"/${f}
+   done
+}



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2016-08-05 Thread Michael Palimaka
commit: 1dd867d7f3a1b710a6cdcc64761a340735bf1436
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 17:39:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 17:39:10 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1dd867d7

media-gfx/digikam: simplify

Package-Manager: portage-2.3.0

 media-gfx/digikam/digikam-.ebuild | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 503d034..517381d 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -103,17 +103,6 @@ RESTRICT=test
 # bug 366505
 
 src_prepare() {
-   undetect_lib() {
-   local _use=${1}
-   local _name=${2}
-   [[ -z ${_name} ]] && _name=$(echo ${_use} | sed 's/./\U&/g')
-   use $_use || \
-   sed -i -e "/DETECT_LIB${_name}/d" CMakeLists.txt || die
-   }
-
-   undetect_lib kipi
-   undetect_lib scanner KSANE
-
if [[ ${KDE_BUILD_TYPE} != live ]]; then
# prepare the translations
mv "${WORKDIR}/${MY_P}/po" po || die
@@ -142,8 +131,10 @@ src_configure() {
-DENABLE_MEDIAPLAYER=$(usex video)
-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo 
yes || echo no)
$(cmake-utils_use_find_package gphoto2 Gphoto2)
+   $(cmake-utils_use_find_package kipi KF5Kipi)
$(cmake-utils_use_find_package lensfun LensFun)
$(cmake-utils_use_find_package marble Marble)
+   $(cmake-utils_use_find_package scanner KF5Sane)
$(cmake-utils_use_find_package X X11)
)
 



[gentoo-commits] repo/gentoo:master commit in: games-server/bf1942-lnxded/

2016-08-05 Thread Austin English
commit: 62227e71dcc4c9c4ef4df4f341c7a36c1a07da92
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 16:45:10 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62227e71

games-server/bf1942-lnxded: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild 
b/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild
new file mode 100644
index 000..a199aaf
--- /dev/null
+++ b/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils unpacker
+
+DESCRIPTION="dedicated server for Battlefield 1942"
+HOMEPAGE="http://www.battlefield.com/battlefield-1942;
+SRC_URI="http://ftp.games.skynet.be/pub/misc/${PN/-/_}-1.6-rc2.run
+   http://ftp.games.skynet.be/pub/misc/bf1942-update-${PV}.tar.gz;
+
+LICENSE="bf1942-lnxded"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+RESTRICT="mirror bindist strip"
+
+S=${WORKDIR}
+
+dir="/opt/bf1942"
+Ddir="${D}/${dir}"
+
+QA_PREBUILT="${dir}/*.so ${dir}/bf1942_lnxded.*"
+
+src_unpack() {
+   mkdir bf1942 || die
+   pushd bf1942 || die
+   unpack_makeself ${PN/-/_}-1.6-rc2.run
+   popd || die
+   unpack bf1942-update-${PV}.tar.gz
+}
+
+src_install() {
+   dodir "${dir}"
+   mv -f "${S}"/bf1942/* "${S}" || die
+   rm -rf "${S}"/bf1942 || die
+
+   mv "${S}"/* "${Ddir}" || die
+   dosym bf1942_lnxded.dynamic "${dir}"/bf1942_lnxded
+   make_wrapper ${PN} ./bf1942_lnxded "${dir}"
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/mednafen-server/

2016-08-05 Thread Austin English
commit: 63fb0eac59a4d0d4000df174a8776bde060cd0e6
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:29:16 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fb0eac

games-server/mednafen-server: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../mednafen-server-0.5.2-r1.ebuild| 36 ++
 1 file changed, 36 insertions(+)

diff --git a/games-server/mednafen-server/mednafen-server-0.5.2-r1.ebuild 
b/games-server/mednafen-server/mednafen-server-0.5.2-r1.ebuild
new file mode 100644
index 000..4ee567f
--- /dev/null
+++ b/games-server/mednafen-server/mednafen-server-0.5.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Server for Mednafen emulator"
+HOMEPAGE="http://mednafen.fobby.net/releases/;
+SRC_URI="http://mednafen.fobby.net/releases/files/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   default
+
+   mv standard.conf standard.conf.example || die
+   mv run.sh run.sh.example || die
+}
+
+src_install() {
+   dobin src/${PN}
+   dodoc README *.example
+}
+
+pkg_postinst() {
+   einfo "Example config file and run file can be found in"
+   einfo "/usr/share/doc/${PF}/"
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2016-08-05 Thread Austin English
commit: d1a0501096e0f99e73e6bb61d14b644717980afb
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:27:37 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a05010

games-server/etqw-ded: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
new file mode 100644
index 000..9674155
--- /dev/null
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
+HOMEPAGE="http://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
+SRC_URI="ETQW-server-${PV}-full.x86.run"
+
+LICENSE="ETQW"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="fetch strip"
+
+DEPEND="app-arch/unzip"
+RDEPEND="sys-libs/glibc"
+
+S=${WORKDIR}/data
+dir=/opt/${PN}
+
+QA_PREBUILT="${dir:1}/pb/*.so
+   ${dir:1}/*.x86
+   ${dir:1}/*.so*"
+
+pkg_nofetch() {
+   einfo "Please download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}"
+}
+
+src_unpack() {
+   tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip || die
+   unpack ./${A}.zip
+   rm -f ${A}.zip || die
+}
+
+src_install() {
+   insinto "${dir}"
+   doins -r base pb *.txt
+   exeinto "${dir}"
+   doexe etqwded.x86 *.so*
+   make_wrapper ${PN} ./etqwded.x86 "${dir}" "${dir}"
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/bf1942-lnxded/files/

2016-08-05 Thread Austin English
commit: bea242301c8531b7c594891ec615bd934d1da7b9
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 16:44:36 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea24230

games-server/bf1942-lnxded: remove unused files

 games-server/bf1942-lnxded/files/bf1942-lnxded | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/games-server/bf1942-lnxded/files/bf1942-lnxded 
b/games-server/bf1942-lnxded/files/bf1942-lnxded
deleted file mode 100644
index 256199b..000
--- a/games-server/bf1942-lnxded/files/bf1942-lnxded
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd GENTOO_DIR
-exec ./bf1942_lnxded "$@"



[gentoo-commits] repo/gentoo:master commit in: games-server/nwn-ded/

2016-08-05 Thread Austin English
commit: 157cad7c42b7b184f32185d26d9112044dee1cfc
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:38:34 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157cad7c

games-server/nwn-ded: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/nwn-ded/nwn-ded-1.69-r1.ebuild | 70 +
 1 file changed, 70 insertions(+)

diff --git a/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild 
b/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild
new file mode 100644
index 000..cc264b9
--- /dev/null
+++ b/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+LANGUAGES="linguas_en"
+DIALOG_URL_BASE=http://files.bioware.com/neverwinternights/dialog/
+
+DESCRIPTION="Neverwinter Nights Dedicated server"
+HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html;
+SRC_URI="http://files.bioware.com/neverwinternights/updates/windows/server/NWNDedicatedServer${PV}.zip
+   linguas_en? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip )"
+
+LICENSE="NWN-EULA"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="${LANGUAGES}"
+RESTRICT="mirror strip"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+dir="/opt/${PN}"
+QA_PREBUILT="${dir:1}/common/nwserver"
+
+src_unpack() {
+   mkdir common || die
+   cd common || die
+   unpack NWNDedicatedServer${PV}.zip
+   tar -zxf linuxdedserver${PV/./}.tar.gz || die
+   rm -f *dedserver*.{tar.gz,sit,zip} *.exe *.dll || die
+   cd ..
+   local currentlocale=""
+   local a
+   for a in ${A}
+   do
+   if [ -z "${a/*dialog*/}" ] ; then
+   if [ -z "${a/*English*/}" ]; then currentlocale="en"; fi
+   if [ -z "${a/*French*/}" ]; then currentlocale="fr"; fi
+   if [ -z "${a/*German*/}" ]; then currentlocale="de"; fi
+   if [ -z "${a/*Italian*/}" ]; then currentlocale="it"; fi
+   if [ -z "${a/*Spanish*/}" ]; then currentlocale="es"; fi
+   if [ -z "${a/*Japanese*/}" ]; then currentlocale="ja"; 
fi
+   mkdir ${currentlocale} || die
+   cd ${currentlocale} || die
+   cp -rfl ../common/* . || die
+   unpack "${a}"
+   cd ..
+   fi
+   done
+}
+
+src_install() {
+   dodir ${dir}
+
+   local currentlocale
+   for currentlocale in * ; do
+   if [[ ${currentlocale} != "common" ]]
+   then
+   make_wrapper nwserver-${currentlocale} ./nwserver 
"${dir}/${currentlocale}" "${dir}/${currentlocale}"
+   fi
+   done
+
+   mv * "${D}/${dir}"/ || die
+
+   chmod -R g+w "${D}/${dir}"
+}



[gentoo-commits] repo/gentoo:master commit in: games-server/monopd/

2016-08-05 Thread Austin English
commit: 0283d05ca2837753f4cc01fa026ed73c97ad8600
Author: Austin English  gentoo  org>
AuthorDate: Fri Aug  5 17:36:12 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Aug  5 17:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0283d05c

games-server/monopd: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/monopd/monopd-0.10.2-r1.ebuild | 44 +
 1 file changed, 44 insertions(+)

diff --git a/games-server/monopd/monopd-0.10.2-r1.ebuild 
b/games-server/monopd/monopd-0.10.2-r1.ebuild
new file mode 100644
index 000..d736ef7
--- /dev/null
+++ b/games-server/monopd/monopd-0.10.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils systemd
+
+DESCRIPTION="server for atlantik games"
+HOMEPAGE="http://gtkatlantic.gradator.net/;
+SRC_URI="http://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="systemd"
+
+RDEPEND="systemd? ( sys-apps/systemd )"
+DEPEND="${RDEPEND}
+   >=dev-cpp/muParser-2
+   dev-libs/utfcpp"
+
+src_prepare() {
+   default
+
+   sed "s:GENTOO_DIR:\"/usr/bin\":" \
+   "${FILESDIR}"/monopd.in > "${T}"/monopd || die
+   sed -i \
+   -e "s:/usr/sbin:/usr/bin:" \
+   doc/systemd/monopd.service || die
+   sed -i \
+   -e '/C_SUBST(CXXFLAGS/s/CFLAGS/CXXFLAGS/' \
+   configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_with systemd systemd-daemon)
+}
+
+src_install() {
+   default
+   doinitd "${T}"/monopd
+   systemd_dounit doc/systemd/monopd.s*
+}



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

2016-08-05 Thread Sergey Popov
commit: 0bfc0df9878e6f2412853eeb8df23e2661874743
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Aug  5 17:37:28 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Aug  5 17:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfc0df9

x11-misc/ardesia: drop package to maintainer-needed

Package-Manager: portage-2.3.0

 x11-misc/ardesia/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/x11-misc/ardesia/metadata.xml b/x11-misc/ardesia/metadata.xml
index cb7b69f..1cd581e 100644
--- a/x11-misc/ardesia/metadata.xml
+++ b/x11-misc/ardesia/metadata.xml
@@ -1,15 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
-
-   ziapannocc...@gmail.com
-   Marco Clocchiatti
-   Proxy maintainer. CC him on bugs
-
+
 
 Ardesia enables you to make colored free-hand annotations on your computer 
screen, 
 record it and share on the network.



[gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/, app-office/skrooge/files/

2016-08-05 Thread Michael Palimaka
commit: c9ed896fbe175791fa39bc6e6723505b6e92f703
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 17:08:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 17:24:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ed896f

app-office/skrooge: remove old

Package-Manager: portage-2.3.0

 app-office/skrooge/Manifest|  1 -
 .../skrooge/files/skrooge-2.3.0-glibc-2.23.patch   | 74 
 app-office/skrooge/skrooge-2.3.0.ebuild| 98 --
 3 files changed, 173 deletions(-)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 12dd26e..0aafff9 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,2 +1 @@
-DIST skrooge-2.3.0.tar.xz 17533492 SHA256 
76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a SHA512 
b4ccd3b21852e726a4872b1df76e2a65f031b55dfc4adc7d9dddeb9a26a9b9c61a9a42c94004de2e159646c900a9d343a5b891053d6566f5572f40a18bfd51e3
 WHIRLPOOL 
3f6d5337af0d7d721cb0e050b1eda7da99e43a5ee0e07db815ce0bd384a98694601ee58f4becfddcbb85d636f1ba47178632c5bbc28ef0b65f3e482049cc6d1c
 DIST skrooge-2.4.0.tar.xz 18000104 SHA256 
132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe SHA512 
ce2a9aaf67ed8b751ce062bea020c999da0232aca7d1ddcf58294f76435123231c65cc07f818c92499d142941327253f491cbec48fa504541fe91effde8b78c0
 WHIRLPOOL 
4cc00833e5df03d8d6b071b1ba612258749852f8acf5bf94c2cefd61680516c2a3a53c8d05273c2687886849dac1c562d5a17b1015090876ab9b570130dd73f7

diff --git a/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch 
b/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch
deleted file mode 100644
index 3df4428..000
--- a/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-From: Stephane Mankowski 
-Date: Wed, 24 Feb 2016 14:07:00 +
-Subject: Building the v2.3.0 package on Arch Linux dies with an error 'isnan' 
was not declared in this scope
-X-Git-Url: 
http://quickgit.kde.org/?p=skrooge.git=commitdiff=dacb104d4c803679be744c198c70a871c2078dd0

-Building the v2.3.0 package on Arch Linux dies with an error 'isnan' was not 
declared in this scope
-BUG:359679

-
-
 a/plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp
-+++ b/plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp
-@@ -27,7 +27,6 @@
- 
- #include 
- #include 
--#include 
- #include 
- 
- #include "skgtraces.h"
-@@ -36,11 +35,6 @@
- #include "skgobjectbase.h"
- #include "skgpayeeobject.h"
- #include "skgimportexportmanager.h"
--
--#ifdef Q_OS_WIN
--#define isnan(a) _isnan(a)
--#define isinf(a) !_finite(a)
--#endif
- 
- /**
-  * This plugin factory.
-@@ -386,7 +380,7 @@
- }
- }
- 
--if (!isnan(info.value)) {
-+if (!std::isnan(info.value)) {
- QChar accountType = 
mapIdType[info.account.text()];
- if (accountType == 'C') {
- 
suboperationsList.push_front(info);
-
 a/skgbasemodeler/skgdocument.cpp
-+++ b/skgbasemodeler/skgdocument.cpp
-@@ -42,7 +42,6 @@
- #include 
- 
- #include 
--#include 
- #include 
- 
- #include "skgtraces.h"
-@@ -51,11 +50,6 @@
- #include "skgpropertyobject.h"
- #include "skgtransactionmng.h"
- #include "skgreport.h"
--
--#ifdef Q_OS_WIN
--#define isnan(a) _isnan(a)
--#define isinf(a) !_finite(a)
--#endif
- 
- #ifdef SKGCIPHER
- #define SQLDRIVERNAME QStringLiteral("SKGSQLCIPHER")
-@@ -2693,7 +2687,7 @@
- if (iValue > 0) {
- p = '+' % p;
- }
--if (p.count() > 10 || isnan(iValue) || isinf(iValue)) {
-+if (p.count() > 10 || std::isnan(iValue) || std::isinf(iValue)) {
- p = QChar(8734);
- }
- return "http://www.skrooge.org/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities crypt ofx"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   

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

2016-08-05 Thread Michael Palimaka
commit: cebe44be8a7436bda3661ff50e91cb794ef3ab83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 17:28:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 17:28:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cebe44be

kde-apps/kmail: require at least gcc-4.9

Gentoo-bug: 590496

Package-Manager: portage-2.3.0

 kde-apps/kmail/kmail-16.07.80.ebuild  | 1 +
 kde-apps/kmail/kmail-16.08.49..ebuild | 1 +
 kde-apps/kmail/kmail-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/kmail/kmail-16.07.80.ebuild 
b/kde-apps/kmail/kmail-16.07.80.ebuild
index ac69a40..6c79ba1 100644
--- a/kde-apps/kmail/kmail-16.07.80.ebuild
+++ b/kde-apps/kmail/kmail-16.07.80.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 KMNAME="kdepim"

diff --git a/kde-apps/kmail/kmail-16.08.49..ebuild 
b/kde-apps/kmail/kmail-16.08.49..ebuild
index 447a4b0..1a79144 100644
--- a/kde-apps/kmail/kmail-16.08.49..ebuild
+++ b/kde-apps/kmail/kmail-16.08.49..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 KMNAME="kdepim"

diff --git a/kde-apps/kmail/kmail-.ebuild b/kde-apps/kmail/kmail-.ebuild
index 447a4b0..1a79144 100644
--- a/kde-apps/kmail/kmail-.ebuild
+++ b/kde-apps/kmail/kmail-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 KMNAME="kdepim"



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

2016-08-05 Thread Michael Palimaka
commit: e3264757b5aa260f0888050e6b31adb7c0a846d3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 17:08:41 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 17:24:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3264757

app-office/skrooge: amd64/x86 stable

Package-Manager: portage-2.3.0

 app-office/skrooge/skrooge-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/skrooge/skrooge-2.4.0.ebuild 
b/app-office/skrooge/skrooge-2.4.0.ebuild
index ba35365..c3069b2 100644
--- a/app-office/skrooge/skrooge-2.4.0.ebuild
+++ b/app-office/skrooge/skrooge-2.4.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.skrooge.org/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="activities crypt ofx"
 
 COMMON_DEPEND="



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

2016-08-05 Thread Markus Meier
commit: 0224bc2dc64a8471666d4601ab720403507bcfc0
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:25:38 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:25:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0224bc2d

media-libs/mesa: arm stable, bug #579266

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

 media-libs/mesa/mesa-11.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-11.0.9.ebuild 
b/media-libs/mesa/mesa-11.0.9.ebuild
index 4e8394e..fea9863 100644
--- a/media-libs/mesa/mesa-11.0.9.ebuild
+++ b/media-libs/mesa/mesa-11.0.9.ebuild
@@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/;
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="arm"
 else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-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 ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2016-08-05 Thread Markus Meier
commit: 49ad6f201cf0c9001bd9653ed34364869495bea6
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:22:45 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:22:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ad6f20

dev-libs/weston: arm stable, bug #579266

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

 dev-libs/weston/weston-1.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/weston/weston-1.11.0.ebuild 
b/dev-libs/weston/weston-1.11.0.ebuild
index e746b4e..f671a27 100644
--- a/dev-libs/weston/weston-1.11.0.ebuild
+++ b/dev-libs/weston/weston-1.11.0.ebuild
@@ -19,10 +19,10 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV = * ]]; then
SRC_URI="${SRC_PATCHES}"
-   KEYWORDS=""
+   KEYWORDS="arm"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86 ~arm-linux"
+   KEYWORDS="~amd64 arm ~x86 ~arm-linux"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2016-08-05 Thread Markus Meier
commit: 9b63a1adc68e38c34648dbead6e9ebd747d2e800
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:21:04 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:21:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b63a1ad

dev-libs/wayland-protocols: arm stable, bug #579266

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

 dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild
index 28e8947..6619fa9 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild
@@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV = * ]]; then
SRC_URI="${SRC_PATCHES}"
-   KEYWORDS="hppa"
+   KEYWORDS="arm hppa"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



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

2016-08-05 Thread Markus Meier
commit: 9c9bf95d32d29dd39cebfe60d5ea4c78d4ea6c85
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:19:50 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:19:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9bf95d

dev-libs/wayland: arm stable, bug #579266

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

 dev-libs/wayland/wayland-1.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild 
b/dev-libs/wayland/wayland-1.11.0.ebuild
index 88a13c2..364fff6 100644
--- a/dev-libs/wayland/wayland-1.11.0.ebuild
+++ b/dev-libs/wayland/wayland-1.11.0.ebuild
@@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV = * ]]; then
SRC_URI="${SRC_PATCHES}"
-   KEYWORDS="hppa"
+   KEYWORDS="arm hppa"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



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

2016-08-05 Thread Markus Meier
commit: f130a462284ebdb4175987ace6c362fe2187932d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:18:25 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:18:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f130a462

dev-libs/libinput: arm stable, bug #579266

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

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

diff --git a/dev-libs/libinput/libinput-1.3.3.ebuild 
b/dev-libs/libinput/libinput-1.3.3.ebuild
index 6312f4d..80d6fd5 100644
--- a/dev-libs/libinput/libinput-1.3.3.ebuild
+++ b/dev-libs/libinput/libinput-1.3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-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="input_devices_wacom test"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2016-08-05 Thread Markus Meier
commit: c97743d6a11963e32a267e6d44024ba32990c4b7
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:17:08 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:17:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97743d6

dev-libs/libevdev: arm stable, bug #579266

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

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

diff --git a/dev-libs/libevdev/libevdev-1.5.2.ebuild 
b/dev-libs/libevdev/libevdev-1.5.2.ebuild
index c9e7f23..c459b7c 100644
--- a/dev-libs/libevdev/libevdev-1.5.2.ebuild
+++ b/dev-libs/libevdev/libevdev-1.5.2.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 RESTRICT="test" # Tests need to run as root.
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



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

2016-08-05 Thread Markus Meier
commit: a9c1116f455d37e9c5ad52c42a9df190294ed5b8
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:15:39 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:15:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c1116f

dev-python/PyQt4: arm stable, bug #552122

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

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

diff --git a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild 
b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
index ef9daba..3a4c2fa 100644
--- a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="X compat dbus debug declarative designer doc examples help kde multimedia
opengl phonon script scripttools sql svg testlib webkit xmlpatterns"



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

2016-08-05 Thread Markus Meier
commit: a1e745a1abeb164b24cba45561fa074b689dbfff
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug  5 17:13:44 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug  5 17:13:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e745a1

dev-python/sip: arm stable, bug #552122

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

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

diff --git a/dev-python/sip/sip-4.18.ebuild b/dev-python/sip/sip-4.18.ebuild
index 6d67b32..5594374 100644
--- a/dev-python/sip/sip-4.18.ebuild
+++ b/dev-python/sip/sip-4.18.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/11"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND="${PYTHON_DEPS}"



  1   2   >