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

2015-10-29 Thread Hanno Boeck
commit: 670dbb265728d92d5c53aaa7b2d1f92d3d801df8
Author: Hanno Böck  gentoo  org>
AuthorDate: Thu Oct 29 13:15:09 2015 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Thu Oct 29 13:15:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670dbb26

app-office/geierlein: version bump to 0.8.0, patch for firefox-bin no longer 
needed

Package-Manager: portage-2.2.23

 app-office/geierlein/Manifest   |  1 +
 app-office/geierlein/geierlein-0.8.0.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest
index 0e33726..21595a5 100644
--- a/app-office/geierlein/Manifest
+++ b/app-office/geierlein/Manifest
@@ -3,3 +3,4 @@ DIST geierlein-0.6.2.tar.gz 994962 SHA256 
1a247c95122758f86fdebd5b3f55bcdd9c6c04
 DIST geierlein-0.7.1.tar.gz 999105 SHA256 
63bfba1cea558797c300a1e96122fb56a9ae6a83be02e82681ddfcdbb37515ce SHA512 
6cb6f8b45406e51c8fdf407cc0b70dae19327556daff3db2ac34908775ebed51434dd5878254495f150bf0487eda65647aa79f7e03fb073b8c2486b8bfa691fc
 WHIRLPOOL 
00100fd7732ca3500b00aa428979ce36c06ae992b4e4917c8b72d07cd051ef75fc8c0047acd3fc0e2f2dd3f503162e4be83b5173e238745f53cc25cb129daec3
 DIST geierlein-0.7.3.tar.gz 999078 SHA256 
81c3e7f5d37fe275260e6a00123c335ffb2deb056c657c5c5e9b7e78724a457c SHA512 
b21d2e66ff5a7474be3c05aa7cb25be7c4dc3cb3c1728c54b64942827a822aeacea0b1fe3b04e403504bb01e7fd7fbf9e6cdc4d7bd522d1000915dc6a27114f8
 WHIRLPOOL 
52a5ae2dfb33f66e588b152928c68e4bf49d2afb22af89742e786f29fed2a0939c3422f2c71baa87de1025465bb294b3720f4065703bd2e8f2c036f04761adc3
 DIST geierlein-0.7.8.tar.gz 999082 SHA256 
7060242b791966cd222d7b704beb2c78a40e2b2cab068c8a5174a0dc2c0edfe8 SHA512 
8be34d6bed34af4dc9d1182916b1ce763c66a5426a271cc06655dee80f782c22edceded2202131cabf8752b46b68d6effe81f1fcb4f1e60a88814d6d4680e0c2
 WHIRLPOOL 
908b6b4af239eeeb8616f626a69e373de85cd955f2247d6d7cf4db34b8cc491e063c011f3bfe6c3d067a858a404e52648b136b695514343a47b67773b6635ee5
+DIST geierlein-0.8.0.tar.gz 1123882 SHA256 
1eeb1d0e055a92a4c5e2a102280e7488c292981a0575865e2df2c364d9aa294b SHA512 
6df69690c94a94f69cb7d22dc62dca6cbc48dbd7701cf1751b179afadd7bf642fe6b8dcb1da77caf094c4b351049ee2d6aa40eb6cb019b66c132af4b1416c3e8
 WHIRLPOOL 
170633fefdb87f94ef8aa5525aa211b6784012f623ae69dee6dc94a4d6b456d2cd8ad563727497abadbb76401c2cb940274e5682aa4c7672f4806d27752ef4cf

diff --git a/app-office/geierlein/geierlein-0.8.0.ebuild 
b/app-office/geierlein/geierlein-0.8.0.ebuild
new file mode 100644
index 000..f7b04b9
--- /dev/null
+++ b/app-office/geierlein/geierlein-0.8.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to the german digital 
tax project ELSTER"
+HOMEPAGE="https://stesie.github.com/geierlein/;
+SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
+DEPEND=""
+
+# needs nodejs and a couple of modules we don't have packaged
+RESTRICT="test"
+
+src_compile() {
+   emake prefix=/usr
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   prefix=/usr \
+   install || die
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/kaqaz/files/, x11-misc/kaqaz/

2015-10-29 Thread Michael Palimaka
commit: 6a17d15c8e2b78dd3f659c444cce1f35aa2a1ef2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 12:06:31 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 12:12:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a17d15c

x11-mics/kaqaz: revision bump

* Fix build with Qt 5.5
* Unbundle dev-qt/qtsingleapplication
* Add missing dependencies

Package-Manager: portage-2.2.20.1

 x11-misc/kaqaz/files/kaqaz-1.2.0-qt55.patch| 14 ++
 .../kaqaz-1.2.0-unbundle-qtsingleapplication.patch | 43 ++
 x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild   | 53 ++
 3 files changed, 110 insertions(+)

diff --git a/x11-misc/kaqaz/files/kaqaz-1.2.0-qt55.patch 
b/x11-misc/kaqaz/files/kaqaz-1.2.0-qt55.patch
new file mode 100644
index 000..f7e13f6
--- /dev/null
+++ b/x11-misc/kaqaz/files/kaqaz-1.2.0-qt55.patch
@@ -0,0 +1,14 @@
+Fix build with Qt 5.5.
+
+Gentoo-bug: 563678
+
+--- databasedatatypes.h
 databasedatatypes.h
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ class Enums : public QObject
+ {

diff --git 
a/x11-misc/kaqaz/files/kaqaz-1.2.0-unbundle-qtsingleapplication.patch 
b/x11-misc/kaqaz/files/kaqaz-1.2.0-unbundle-qtsingleapplication.patch
new file mode 100644
index 000..0168916
--- /dev/null
+++ b/x11-misc/kaqaz/files/kaqaz-1.2.0-unbundle-qtsingleapplication.patch
@@ -0,0 +1,43 @@
+Use system copy of qtsingleapplication.
+
+--- sialantools/sialantools.pri
 sialantools/sialantools.pri
+@@ -1,4 +1,5 @@
+ QT += qml quick
++CONFIG += qtsingleapplication
+ 
+ android {
+ manifest.source = android-build
+@@ -24,20 +25,10 @@
+ 
+ HEADERS += \
+ sialantools/sialanmimeapps.h \
+-sialantools/qtsingleapplication/qtsinglecoreapplication.h \
+-sialantools/qtsingleapplication/qtsingleapplication.h \
+-sialantools/qtsingleapplication/qtlockedfile.h \
+-sialantools/qtsingleapplication/qtlocalpeer.h
+ 
+ SOURCES += \
+ sialantools/sialanmimeapps.cpp \
+-sialantools/qtsingleapplication/qtsinglecoreapplication.cpp \
+-sialantools/qtsingleapplication/qtsingleapplication.cpp \
+-sialantools/qtsingleapplication/qtlockedfile.cpp \
+-sialantools/qtsingleapplication/qtlocalpeer.cpp
+ 
+-win32: SOURCES += 
sialantools/qtsingleapplication/qtlockedfile_win.cpp
+-unix:  SOURCES += 
sialantools/qtsingleapplication/qtlockedfile_unix.cpp
+ }
+ }
+ }
+
+--- sialantools/sialanapplication.h
 sialantools/sialanapplication.h
+@@ -22,7 +22,7 @@
+ #include "sialan_macros.h"
+ 
+ #ifdef DESKTOP_DEVICE
+-#include "qtsingleapplication/qtsingleapplication.h"
++#include "qtsingleapplication.h"
+ class INHERIT_QAPP : public QtSingleApplication
+ {
+ public:

diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild 
b/x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild
new file mode 100644
index 000..f4a21dd
--- /dev/null
+++ b/x11-misc/kaqaz/kaqaz-1.2.0-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils qmake-utils
+
+DESCRIPTION="Modern note manager"
+HOMEPAGE="http://labs.sialan.org/projects/kaqaz;
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[qml]
+   dev-qt/qtnetwork:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtsensors:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtquick1:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}-qt55.patch"
+   epatch "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch"
+
+   rm -r sialantools/qtsingleapplication || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+}



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

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
commit: a82af181bb8860b92a2038197265ce9dd4c7ccf3
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Oct 29 13:38:10 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Oct 29 13:38:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82af181

x11-base/xorg-server: fix crash with xproto-7.0.28, silence repoman warnings

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

Package-Manager: portage-2.2.20.1

 x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild | 227 +
 x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild | 235 +
 x11-base/xorg-server/xorg-server-1.16.4-r5.ebuild | 237 ++
 3 files changed, 699 insertions(+)

diff --git a/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild 
b/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild
new file mode 100644
index 000..c13b911
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild
@@ -0,0 +1,227 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+
+SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.12-cve-2014-8091..8103.patches.tar.xz"
+
+IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux tslib +udev"
+
+RDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   dev-libs/openssl:0
+   media-libs/freetype
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont-1.4.2
+   =x11-libs/libxkbfile-1.0.4
+   >=x11-libs/pixman-0.21.8
+   >=x11-libs/xtrans-1.2.2
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-10.3.7-r2[nptl=]
+   )
+   tslib? ( >=x11-libs/tslib-1.0 )
+   udev? ( >=virtual/udev-150 )
+   >=x11-apps/xinit-1.3
+   selinux? ( sec-policy/selinux-xserver )"
+
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   >=x11-proto/bigreqsproto-1.1.0
+   >=x11-proto/compositeproto-0.4
+   >=x11-proto/damageproto-1.1
+   >=x11-proto/fixesproto-5.0
+   >=x11-proto/fontsproto-2.0.2
+   =x11-proto/glproto-1.4.17-r1
+   >=x11-proto/inputproto-2.1.99.3
+   >=x11-proto/kbproto-1.0.3
+   >=x11-proto/randrproto-1.2.99.3
+   >=x11-proto/recordproto-1.13.99.1
+   >=x11-proto/renderproto-0.11
+   >=x11-proto/resourceproto-1.0.2
+   >=x11-proto/scrnsaverproto-1.1
+   >=x11-proto/trapproto-3.4.3
+   >=x11-proto/videoproto-2.2.2
+   >=x11-proto/xcmiscproto-1.2.0
+   >=x11-proto/xextproto-7.1.99
+   >=x11-proto/xf86dgaproto-2.0.99.1
+   >=x11-proto/xf86rushproto-1.1.2
+   >=x11-proto/xf86vidmodeproto-2.2.99.1
+   >=x11-proto/xineramaproto-1.1.3
+   >=x11-proto/xproto-7.0.22
+   dmx? (
+   >=x11-proto/dmxproto-2.2.99.1
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+   www-client/w3m
+   )
+   )
+   )
+   !minimal? (
+   >=x11-proto/xf86driproto-2.1.0
+   >=x11-proto/dri2proto-2.6
+   >=x11-libs/libdrm-2.4.20
+   )"
+
+PDEPEND="
+   xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )"
+
+REQUIRED_USE="!minimal? (
+   || ( ${IUSE_SERVERS} )
+   )"
+
+# Security patches taken from Debian from their 1.12 package
+UPSTREAMED_PATCHES=(
+   "${WORKDIR}"/patches/${PN}-1.12-cve-2014-8091..8103.patch
+)
+
+PATCHES=(
+   "${UPSTREAMED_PATCHES[@]}"
+   "${FILESDIR}"/${PN}-1.12-disable-acpi.patch
+   "${FILESDIR}"/${PN}-1.12-cve-2013-1940.patch
+   "${FILESDIR}"/${PN}-1.12-cve-2013-4396.patch
+   "${FILESDIR}"/${PN}-1.17-cve-2015-0255-0.patch
+   

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

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
commit: a68fb875cdc5d83bfe3e28686ca39b86032e3a94
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Oct 29 13:43:35 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Oct 29 13:43:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68fb875

x11-base/xorg-server: remove versions that crash with xproto-7.0.28

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

Package-Manager: portage-2.2.20.1

 x11-base/xorg-server/Manifest |   2 -
 x11-base/xorg-server/xorg-server-1.12.4-r6.ebuild | 226 ---
 x11-base/xorg-server/xorg-server-1.15.2-r3.ebuild | 235 ---
 x11-base/xorg-server/xorg-server-1.16.4-r1.ebuild | 231 ---
 x11-base/xorg-server/xorg-server-1.16.4-r2.ebuild | 233 ---
 x11-base/xorg-server/xorg-server-1.16.4-r3.ebuild | 261 --
 x11-base/xorg-server/xorg-server-1.16.4-r4.ebuild | 236 ---
 x11-base/xorg-server/xorg-server-1.17.1-r1.ebuild | 244 
 x11-base/xorg-server/xorg-server-1.17.1.ebuild| 242 
 x11-base/xorg-server/xorg-server-1.17.2-r1.ebuild | 245 
 x11-base/xorg-server/xorg-server-1.17.2-r2.ebuild | 246 
 x11-base/xorg-server/xorg-server-1.17.2.ebuild| 244 
 12 files changed, 2645 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 2363cbf..f26dfac 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -3,6 +3,4 @@ DIST xorg-server-1.12.4.tar.bz2 5444761 SHA256 
8ac07c35306ba3fb3c0972722dd4e9193
 DIST xorg-server-1.15.2.tar.bz2 5551426 SHA256 
3c0585607c654ded836da43a45a75492fc13454ff4149704fb08dac39f051163 SHA512 
5fcbf0012af309f80e1db206e05d7861796146d765cd17f3963fde6da7f43f0e57d63dbbdbf2c554612a557aa4dee623ef62f7ca7d007834aafd7a46ca7bb1d6
 WHIRLPOOL 
22cdbad68462f9bac32b13be958df496411ca72fe47435ec7e3ebb470b121ba4b4a0e023913f31a92113c5a56bc4be660dfec5086bc1fb72a617d2cdeaa8adf1
 DIST xorg-server-1.16-cve-2014-8091..8103.patches.tar.xz 27892 SHA256 
47d8c9bb79c829389e7599aef1110d43afbc5bf744dbcf73d8f3cf01796d287a SHA512 
f8b55c009166883b3e6ec2c8c7a2ff4ed61df6970afcc4f0efb9efa36741af194456a368d4b1c7ba9345ef973fb139a48eb50cb5a7ebc144b43749b9ffdb1f7b
 WHIRLPOOL 
2f8b26c018f4ad4cf780ed7dcb0b844de64e7a612adc30c622d1956dfcee710086ffcc837ff0a64cdcc14d47720d82d8797374488bf0b52d77ca63adf6806885
 DIST xorg-server-1.16.4.tar.bz2 5817330 SHA256 
abb6e1cc9213a9915a121f48576ff6739a0b8cdb3d32796f9a7743c9a6efc871 SHA512 
f756fca65535aa921a85d8d8eb36ea2ba5b7af90a46d640b0ca76259a9abd9d323885087e11156528d95240937c70373045001ae20266a1b9e89909f007e9e74
 WHIRLPOOL 
63980a3e2b57d2860998344f21a6524598b3dc135c277e5a868e34b57ab5060681ae7137358b3ba8b9ca5fd622a91aeb06bd0ac9e3e5ce1f4dc55df2b2dc0e33
-DIST xorg-server-1.17.1.tar.bz2 5852385 SHA256 
2bf8e9f6f0a710dec1d2472467bff1f4e247cb6dcd76eb469aafdc8a2d7db2ab SHA512 
195a0e0a6bd9c7655e62dd40dfbd7dea77d10f1143d4fd6154e8bdbb463d3729f81ecd1e379d66f68e828d4f4583782c15ce260de2802076844aec552c4f
 WHIRLPOOL 
a8a78b0bfa6137941e3434f083319a827f0332fd9c190922bb0a33381e86173868d236c96a89ee3049400f37521fe052838416f009713f004227f05b8717d776
-DIST xorg-server-1.17.2.tar.bz2 5767983 SHA256 
f61120612728f2c5034671d0ca3e2273438c60aba93b3dda4a8aa40e6a257993 SHA512 
7e7b7620890cc8db696695758fa22fa879f9d3c33946663611ec0b37f02116e9c6f08779f9eece59907b430d3df93f0c0548939683ea156b3c4cbe02571b7551
 WHIRLPOOL 
bfa04d9a6fba776138ec239183bd9f7badd73da520f1c4c62f7bf00bc264431959cd73ba145b5698429a6d5f3ae71d8dc07ab3f9442f365fae94ba2a98d69b96
 DIST xorg-server-1.17.4.tar.bz2 5791384 SHA256 
0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457 SHA512 
4b8377b86ca88f27dcf59db2996b2ee620ce6f181a37dc47600365db588d48f2f3ca66a3149e7c856e686e5783b1cccb2ba0827aa7413299163dfca869f4d376
 WHIRLPOOL 
c5baa1b01e57eac9e18bd1890c0a7e2246836524645057d5e05a1a19225d863645616aafaadbf9d083ffb672d47ea1934ad8323d813533e9519f0d92f9a1c6ab

diff --git a/x11-base/xorg-server/xorg-server-1.12.4-r6.ebuild 
b/x11-base/xorg-server/xorg-server-1.12.4-r6.ebuild
deleted file mode 100644
index 1f04d68..000
--- a/x11-base/xorg-server/xorg-server-1.12.4-r6.ebuild
+++ /dev/null
@@ -1,226 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
-
-DESCRIPTION="X.Org X servers"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
-
-SRC_URI="${SRC_URI} 
mirror://gentoo/${PN}-1.12-cve-2014-8091..8103.patches.tar.xz"
-
-IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux tslib +udev"
-
-RDEPEND=">=app-eselect/eselect-opengl-1.3.0
-   

[gentoo-commits] proj/sci:master commit in: dev-util/emscripten/

2015-10-29 Thread Justin Lecher
commit: 9ea60035ef3983d59ea430a37490560ae9279f06
Author: Harald Weiner  jku  at>
AuthorDate: Wed Oct 28 19:34:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 28 19:34:34 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ea60035

changed emscripten-1.34.11.ebuild and added emscripten-1.35.2.ebuild

 dev-util/emscripten/emscripten-1.34.11.ebuild   | 2 +-
 .../emscripten/{emscripten-1.34.11.ebuild => emscripten-1.35.2.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild 
b/dev-util/emscripten/emscripten-1.34.11.ebuild
index 9488229..8176269 100644
--- a/dev-util/emscripten/emscripten-1.34.11.ebuild
+++ b/dev-util/emscripten/emscripten-1.34.11.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
 src_test() {
mkdir "${TEST}" || die "Could not create test directory!"
cp "${FILESDIR}/hello_world.cpp" "${TEST}" || die "Could not copy 
example file"
-   cp "${FILESDIR}/emscripten.config" "${TEST}" || die "Could not copy 
config file"
+   cp "${S}/emscripten.config" "${TEST}" || die "Could not copy config 
file"
sed -i -e "/^EMSCRIPTEN_ROOT/s|/usr/share/|${S}|" \
"${TEST}/emscripten.config" || die "Could not adjust path for 
testing"
export EM_CONFIG="${TEST}/emscripten.config" || die "Could not export 
variable"

diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild 
b/dev-util/emscripten/emscripten-1.35.2.ebuild
similarity index 96%
copy from dev-util/emscripten/emscripten-1.34.11.ebuild
copy to dev-util/emscripten/emscripten-1.35.2.ebuild
index 9488229..8176269 100644
--- a/dev-util/emscripten/emscripten-1.34.11.ebuild
+++ b/dev-util/emscripten/emscripten-1.35.2.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
 src_test() {
mkdir "${TEST}" || die "Could not create test directory!"
cp "${FILESDIR}/hello_world.cpp" "${TEST}" || die "Could not copy 
example file"
-   cp "${FILESDIR}/emscripten.config" "${TEST}" || die "Could not copy 
config file"
+   cp "${S}/emscripten.config" "${TEST}" || die "Could not copy config 
file"
sed -i -e "/^EMSCRIPTEN_ROOT/s|/usr/share/|${S}|" \
"${TEST}/emscripten.config" || die "Could not adjust path for 
testing"
export EM_CONFIG="${TEST}/emscripten.config" || die "Could not export 
variable"



[gentoo-commits] proj/sci:master commit in: dev-util/emscripten/

2015-10-29 Thread Justin Lecher
commit: 95d24ed4f8c2d37e1ed3a3eed5e992cb0205f183
Author: Harald Weiner  jku  at>
AuthorDate: Thu Oct 29 12:08:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 12:08:38 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=95d24ed4

emscripten update to "to simplify revision bumps"

 dev-util/emscripten/emscripten-1.34.11.ebuild | 2 +-
 dev-util/emscripten/emscripten-1.35.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild 
b/dev-util/emscripten/emscripten-1.34.11.ebuild
index 7808e8b..967b66c 100644
--- a/dev-util/emscripten/emscripten-1.34.11.ebuild
+++ b/dev-util/emscripten/emscripten-1.34.11.ebuild
@@ -18,7 +18,7 @@ LICENSE="UoI-NCSA"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   =dev-util/emscripten-fastcomp-${PV}
+   ~dev-util/emscripten-fastcomp-${PV}
net-libs/nodejs"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-util/emscripten/emscripten-1.35.2.ebuild 
b/dev-util/emscripten/emscripten-1.35.2.ebuild
index 7808e8b..967b66c 100644
--- a/dev-util/emscripten/emscripten-1.35.2.ebuild
+++ b/dev-util/emscripten/emscripten-1.35.2.ebuild
@@ -18,7 +18,7 @@ LICENSE="UoI-NCSA"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   =dev-util/emscripten-fastcomp-${PV}
+   ~dev-util/emscripten-fastcomp-${PV}
net-libs/nodejs"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/sci:master commit in: dev-util/emscripten-fastcomp/

2015-10-29 Thread Justin Lecher
commit: 7c5ed15205eecd3605f9232388e1831550195e60
Author: Harald Weiner  jku  at>
AuthorDate: Wed Oct 28 19:20:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 28 19:20:34 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c5ed152

added emscripten-fastcomp-1.35.2

 .../emscripten-fastcomp-1.35.2.ebuild  | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-util/emscripten-fastcomp/emscripten-fastcomp-1.35.2.ebuild 
b/dev-util/emscripten-fastcomp/emscripten-fastcomp-1.35.2.ebuild
new file mode 100644
index 000..9469880
--- /dev/null
+++ b/dev-util/emscripten-fastcomp/emscripten-fastcomp-1.35.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="Emscripten LLVM backend - Fastcomp is the default compiler core 
for Emscripten"
+HOMEPAGE="http://emscripten.org/;
+SRC_URI="https://github.com/kripken/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/kripken/${PN}-clang/archive/${PV}.tar.gz -> 
${PN}-clang-${PV}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="UoI-NCSA"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   net-libs/nodejs"
+RDEPEND="${DEPEND}
+   >=virtual/jre-1.5"
+
+src_configure() {
+   # create symlink to tools/clang
+   ln -s "${WORKDIR}/${PN}-clang-${PV}/" "${WORKDIR}/${P}/tools/clang" \
+   || die "Could not create symlink to tools/clang"
+   local mycmakeargs=(
+   # avoid clashes with sys-devel/llvm
+   -DCMAKE_INSTALL_PREFIX="/usr/share/${P}"
+   -DLLVM_TARGETS_TO_BUILD="X86;JSBackend"
+   -DLLVM_INCLUDE_EXAMPLES=OFF
+   -DLLVM_INCLUDE_TESTS=OFF
+   -DCLANG_INCLUDE_EXAMPLES=OFF
+   -DCLANG_INCLUDE_TESTS=OFF
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/sci:master commit in: dev-util/emscripten/, dev-util/emscripten/files/

2015-10-29 Thread Justin Lecher
commit: 950af8ba52a538a4fad80d8e6bc5b15b03a4ce85
Author: Harald Weiner  jku  at>
AuthorDate: Wed Oct 28 18:14:40 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 28 18:14:40 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=950af8ba

adjusted paths in config files for better replacement in the future

 dev-util/emscripten/emscripten-1.34.11.ebuild | 10 --
 dev-util/emscripten/files/99emscripten|  2 +-
 dev-util/emscripten/files/emscripten.config   |  4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild 
b/dev-util/emscripten/emscripten-1.34.11.ebuild
index 1ab9f7f..9488229 100644
--- a/dev-util/emscripten/emscripten-1.34.11.ebuild
+++ b/dev-util/emscripten/emscripten-1.34.11.ebuild
@@ -25,9 +25,15 @@ RDEPEND="${DEPEND}"
 DEST="/usr/share/"
 TEST="${WORKDIR}/test/"
 
+prepare_file() {
+   cp "${FILESDIR}/${1}" "${S}/" || die "could not copy '${1}'"
+   sed -i "s/\${PV}/${PV}/g" "${S}/${1}" || \
+   die "could not adjust path for '${1}'"
+}
+
 src_prepare() {
-   cp "${FILESDIR}/emscripten.config" "${S}/" || die "could not copy 
.config file"
-   cp "${FILESDIR}/99emscripten" "${S}/" || die "could not copy 
99emscripten file"
+   prepare_file "99emscripten"
+   prepare_file "emscripten.config"
 }
 
 src_test() {

diff --git a/dev-util/emscripten/files/99emscripten 
b/dev-util/emscripten/files/99emscripten
index 5051089..b1acf2a 100644
--- a/dev-util/emscripten/files/99emscripten
+++ b/dev-util/emscripten/files/99emscripten
@@ -1 +1 @@
-EM_CONFIG=/usr/share/emscripten-1.34.11/emscripten.config
+EM_CONFIG=/usr/share/emscripten-${PV}/emscripten.config

diff --git a/dev-util/emscripten/files/emscripten.config 
b/dev-util/emscripten/files/emscripten.config
index dc56c92..e8a4d7a 100644
--- a/dev-util/emscripten/files/emscripten.config
+++ b/dev-util/emscripten/files/emscripten.config
@@ -6,8 +6,8 @@
 import os
 
 # this helps projects using emscripten find it
-EMSCRIPTEN_ROOT = os.path.expanduser(os.getenv('EMSCRIPTEN') or 
'/usr/share/emscripten-1.34.11') # directory
-LLVM_ROOT = os.path.expanduser(os.getenv('LLVM') or 
'/usr/share/emscripten-fastcomp-1.34.11/bin') # directory
+EMSCRIPTEN_ROOT = os.path.expanduser(os.getenv('EMSCRIPTEN') or 
'/usr/share/emscripten-${PV}') # directory
+LLVM_ROOT = os.path.expanduser(os.getenv('LLVM') or 
'/usr/share/emscripten-fastcomp-${PV}/bin') # directory
 
 # If not specified, defaults to sys.executable.
 #PYTHON = 'python'



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

2015-10-29 Thread Justin Lecher
commit: 0baa9031a3708fb575c991b0771cebcb65e8c15e
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 29 13:01:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 13:01:08 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0baa9031

Merge pull request #524 from timeraider4u/master

added ebuilds for emscripten-1.35.2 and emscripten-fastcomp-1.35.2

 dev-util/emscripten-fastcomp/Manifest  |  2 ++
 ...mp-1.34.11.ebuild => emscripten-fastcomp-1.35.2.ebuild} |  0
 dev-util/emscripten/Manifest   |  1 +
 dev-util/emscripten/emscripten-1.34.11.ebuild  | 14 ++
 ...{emscripten-1.34.11.ebuild => emscripten-1.35.2.ebuild} | 14 ++
 dev-util/emscripten/files/99emscripten |  2 +-
 dev-util/emscripten/files/emscripten.config|  4 ++--
 7 files changed, 26 insertions(+), 11 deletions(-)



[gentoo-commits] proj/sci:master commit in: dev-util/emscripten/

2015-10-29 Thread Justin Lecher
commit: d3315b740ca4fee5b81ae7497ad2ee0de5d3fc01
Author: Harald Weiner  jku  at>
AuthorDate: Wed Oct 28 19:39:25 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 28 19:39:25 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3315b74

small fix

 dev-util/emscripten/emscripten-1.34.11.ebuild | 2 +-
 dev-util/emscripten/emscripten-1.35.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild 
b/dev-util/emscripten/emscripten-1.34.11.ebuild
index 8176269..7808e8b 100644
--- a/dev-util/emscripten/emscripten-1.34.11.ebuild
+++ b/dev-util/emscripten/emscripten-1.34.11.ebuild
@@ -18,7 +18,7 @@ LICENSE="UoI-NCSA"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   =dev-util/emscripten-fastcomp-1.34.11
+   =dev-util/emscripten-fastcomp-${PV}
net-libs/nodejs"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-util/emscripten/emscripten-1.35.2.ebuild 
b/dev-util/emscripten/emscripten-1.35.2.ebuild
index 8176269..7808e8b 100644
--- a/dev-util/emscripten/emscripten-1.35.2.ebuild
+++ b/dev-util/emscripten/emscripten-1.35.2.ebuild
@@ -18,7 +18,7 @@ LICENSE="UoI-NCSA"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-   =dev-util/emscripten-fastcomp-1.34.11
+   =dev-util/emscripten-fastcomp-${PV}
net-libs/nodejs"
 RDEPEND="${DEPEND}"
 



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

2015-10-29 Thread Agostino Sarubbo
commit: 085eefbc64edb248f075a9d99d44eba76178d32f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 29 11:42:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 29 11:42:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085eefbc

app-crypt/mit-krb5: amd64 stable wrt bug #564304

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
index 0a0dd97..481acd0 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2015-10-29 Thread Agostino Sarubbo
commit: 3b63651c9fc37b80f862192f13e23164a7556fe0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 29 11:43:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 29 11:43:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63651c

app-crypt/mit-krb5: x86 stable wrt bug #564304

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
index 481acd0..d526e03 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2015-10-29 Thread Sergey Popov
commit: 6a4cd1305e76528af4218872d31697e5cadd6805
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct 29 13:31:40 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct 29 13:32:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4cd130

net-misc/yandex-disk: version bump, install locales and man page

Package-Manager: portage-2.2.23

 net-misc/yandex-disk/Manifest  |  2 +
 .../yandex-disk/yandex-disk-0.1.5.940_p1.ebuild| 47 ++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/yandex-disk/Manifest b/net-misc/yandex-disk/Manifest
index 4a41aab..0fe2de9 100644
--- a/net-misc/yandex-disk/Manifest
+++ b/net-misc/yandex-disk/Manifest
@@ -2,3 +2,5 @@ DIST yandex-disk-0.1.5.758-1.fedora.i386.rpm 3983558 SHA256 
b89b294ea006d28b78c7
 DIST yandex-disk-0.1.5.758-1.fedora.x86_64.rpm 4342203 SHA256 
1141a27d70041d81c73f38a8f22b841366cf88c0cd7f3980e4ad2e18a9b2c9ac SHA512 
28a720cb0147bb43d8d6e0d9454c2cacf849d7b83f0110d6a01bb9b68ad882701981e8bed880fec112ca76d554b3fc92654df0e0b2498bb7e6cc7871059ef6e3
 WHIRLPOOL 
a2e5e78ebff86cd8adad25af3afd1b463c6a2ef79bb3b569b5136f1215a305f3c9ff15bf5cfbc434f813810ac7dd6c5bc3909762136cc3cb67b00fab1320c1f3
 DIST yandex-disk-0.1.5.870-1.fedora.i386.rpm 371 SHA256 
63ef9759844e168ba7042264d406a52dd81d6c986d33706c1b88076223ed35d1 SHA512 
ae2d8f6c4b9d76dc7af08543bf20bb6c2cece0d13d0377e2de516a73e3e0916f91539b969c65a2ebd4b321081957766c95c4590698b44b6cf744c28ed4934cf7
 WHIRLPOOL 
d3bce8c44068502eef284ecf9054b642867551c547d9df0dcd089115a3592c786a5fd2064c150bb76c02ccefbcdecd61ec7814340ed389a7de5c241a584e9cd3
 DIST yandex-disk-0.1.5.870-1.fedora.x86_64.rpm 4389161 SHA256 
31fc1181dd72011e94387d382f08c3b061723767a90d42028598d26d50a03318 SHA512 
7494f6c12bbe2648a612e1a43ae92170664bd2082b94dc528ae6a27c9c0cfdabbc2048e0283b89c7c754836fdb6d11d36d0c4052ffb9afe8bbf1fb9fb5944685
 WHIRLPOOL 
d830f733496422f57284e3b3e3e0e956a854f3aa75a7d75e8a2c8cf3f4d1a37f5c23cb52b046fe5e8376e545e53962b633e78bd68e7bd22589668a00eaf64361
+DIST yandex-disk-0.1.5.940-1.fedora.i386.rpm 4551033 SHA256 
215d14af442651d2268b64abd9f5593c033f3af7a301f6c1f2c693149c626007 SHA512 
40438b9b079c3f1fc9c23794abd320b552f9f77c0f7aa4972fd2de94f60b607bc067a56e00bb35597a505e087ecc6ec7089b90d87695320c685abbf4af735db4
 WHIRLPOOL 
fdb9bd864a213a8b299352e465c6f8676f97da996bf9dcae51c08d5a7902172009fa94d4ab36cff28498fd1b2df335ea0d30f661f18a60c56dc612aa69fa9631
+DIST yandex-disk-0.1.5.940-1.fedora.x86_64.rpm 4349853 SHA256 
58f8beae3715893b2f982391107b819492ce6e7536c373c894e5bd0fbe3929b7 SHA512 
0e52eb6275a349191b56d89a1e288c7112a8f93c31d4017787ede0a1fd7b69666f8425abb0309500361cbdd56e850e2380f74730d5ace97f1b3e4dd2c5eed6fb
 WHIRLPOOL 
87f84e459bb9a02aa9a4e7cf745591db0bf97c29d1075bf64186e4fd49c00dd150dc03236c65d905f23f365438dd92650352ece435009561d8ea98bd711a520e

diff --git a/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild 
b/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
new file mode 100644
index 000..c83d92d
--- /dev/null
+++ b/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit bash-completion-r1 eutils rpm
+
+MY_P="${PN}-${PV/_p/-}"
+
+DESCRIPTION="CLI to access Yandex Disk file storage service"
+HOMEPAGE="https://disk.yandex.ru;
+SRC_URI="
+   amd64? ( 
http://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
+   x86? ( 
http://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
+"
+
+LICENSE="YDSLA"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="sys-libs/zlib"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="opt/bin/yandex-disk"
+
+src_prepare() {
+   # bug #526312
+   sed -i \
+   -e '/have /d' \
+   -e 's/+o nospace/-o nospace/' \
+   -e '/^complete/s/-X //' \
+   etc/bash_completion.d/yandex-disk-completion.bash || die
+
+   epatch_user
+}
+
+src_install() {
+   exeinto /opt/bin
+   doexe usr/bin/yandex-disk
+   newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
+   doman usr/share/man/man1/*.gz
+   insinto /usr/share
+   doins -r usr/share/locale
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/

2015-10-29 Thread Michael Palimaka
commit: bdb5b8c8fd1a35756c6352b273e523edf047d6e8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 12:49:10 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 12:49:53 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bdb5b8c8

dev-qt/qtgui: ensure that a GL integration plugin is always built

Gentoo-bug: 563156

Package-Manager: portage-2.2.20.1

 dev-qt/qtgui/qtgui-5.5..ebuild | 1 +
 dev-qt/qtgui/qtgui-5.6..ebuild | 1 +
 dev-qt/qtgui/qtgui-5..ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.5..ebuild 
b/dev-qt/qtgui/qtgui-5.5..ebuild
index 507b6d3..c406993 100644
--- a/dev-qt/qtgui/qtgui-5.5..ebuild
+++ b/dev-qt/qtgui/qtgui-5.5..ebuild
@@ -22,6 +22,7 @@ REQUIRED_USE="
eglfs? ( egl )
ibus? ( dbus )
libinput? ( udev )
+   xcb? ( gles2? ( egl ) )
 "
 
 RDEPEND="

diff --git a/dev-qt/qtgui/qtgui-5.6..ebuild 
b/dev-qt/qtgui/qtgui-5.6..ebuild
index 507b6d3..c406993 100644
--- a/dev-qt/qtgui/qtgui-5.6..ebuild
+++ b/dev-qt/qtgui/qtgui-5.6..ebuild
@@ -22,6 +22,7 @@ REQUIRED_USE="
eglfs? ( egl )
ibus? ( dbus )
libinput? ( udev )
+   xcb? ( gles2? ( egl ) )
 "
 
 RDEPEND="

diff --git a/dev-qt/qtgui/qtgui-5..ebuild b/dev-qt/qtgui/qtgui-5..ebuild
index 3c23bec..ba372b2 100644
--- a/dev-qt/qtgui/qtgui-5..ebuild
+++ b/dev-qt/qtgui/qtgui-5..ebuild
@@ -22,6 +22,7 @@ REQUIRED_USE="
eglfs? ( egl )
ibus? ( dbus )
libinput? ( udev )
+   xcb? ( gles2? ( egl ) )
 "
 
 RDEPEND="



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

2015-10-29 Thread Lars Wendler
commit: 7758e338b53fb3020436bb2c682a7bf524736065
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Oct 29 14:07:33 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Oct 29 14:07:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7758e338

sys-process/procps: Removed old.

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

 sys-process/procps/Manifest   |  3 --
 sys-process/procps/procps-3.3.8-r2.ebuild | 54 ---
 sys-process/procps/procps-3.3.9.ebuild| 53 --
 3 files changed, 110 deletions(-)

diff --git a/sys-process/procps/Manifest b/sys-process/procps/Manifest
index d506ae5..5f7395a 100644
--- a/sys-process/procps/Manifest
+++ b/sys-process/procps/Manifest
@@ -1,7 +1,4 @@
 DIST procps-3.3.11-remove_Unix98_output_limits.patch 7582 SHA256 
0801b971c630d2d68fe87da0b84842169df38cd88d3854da73b0e9bb45572d29 SHA512 
8502264cba62475e3fc218dfde6c8ac375ccbf309843cec3000796e7455f41f287692aafd423f301b6c1a7e5f04c708fe30c2dd305ec3345b7a77b3443e35e55
 WHIRLPOOL 
cbdba6dc94a4bec63f9fae8edc396aa5e59551a1606ed7dee56a65fad2e3d75ea5f391105806262f00103386c47434ec656b55bcefdd565313139355fa31ac61
-DIST procps-3.3.8-respect_epipe_in_fileutils.patch 1412 SHA256 
4a56c88697fa6099a62a4169838c9c04df2c2c2bbc08e9ad9953e5b00df16d68 SHA512 
317fc8e7c3fbd280182f55b399a30b2cfbc72268590825ea323537361cd761776afe1486509cb04ae937287ccf11578def5aac2eaa0fe660d04f0357282d9c14
 WHIRLPOOL 
f8fdac8a172037edf51e1e777374293848afaa2180adc35adce5bf8ebefceb37df30082b27f6d6f1f5a571ba0f84bdfff9fc6c2343f120ce5c80b2f52e1804ac
-DIST procps-3.3.8-top_user_filter.patch 2355 SHA256 
089d7d0a0a497d88d34f3d05da245198b97353d11768453f5c57b7a346d72d0d SHA512 
dc9af2ef6a9f1e5b8434069226c4739cdb914f4b84c366596e8a4fb853e4d61715814a0888938cd4c96f2f5bd9adaa573e4fb37be659424e615298e65980bca2
 WHIRLPOOL 
7e7a52917567013f425dc631dbdcafd3c4978893caf9c3e0e2979c7825332d1296e8026c43c1ac4915787226b53949d6264860b549cd0ac79bb0e8c63f264231
 DIST procps-ng-3.3.10.tar.xz 657232 SHA256 
1759229cd0d97da3d200d5599c4ea82726d61fae9c4b7d3edd52c544962791b7 SHA512 
cbfa49e79a88a8e7066a9c316ef089f15fa825c5bfbc22ab8a83f53c6f367a7c586cef9c403e360d373d824c471533a15ddb11cd30c561650e6879fe687e7e4f
 WHIRLPOOL 
723dd1c00578a7fa7e3ff47bed60283c30850cc8ae8069c704ba648792809a67c5944dbfd9b7b0159e0be83215b61e6b71b2d76e65b3619aed54223900ffed9b
 DIST procps-ng-3.3.11.tar.xz 815920 SHA256 
e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed SHA512 
8ab4770adeba4c7e3cf75bc189278cf7a162ece0f23b862e7f726faccee11bd4524aec622b895f3b4e0b272a739a327a01e91f48834feea513544f0515b250df
 WHIRLPOOL 
1da50ec4e8be9d76086a1112b00eea0daa39a7e579e846b92c12fea23a8303a7287e2d32d41feae93aad7b138768852b004544731fff882236ee3bd9511154ff
-DIST procps-ng-3.3.8.tar.xz 553056 SHA256 
a4109cfb6fe3bcfb5a0efb37efe04d0c8ce858bff3820d48cc258bad41bed46b SHA512 
63ba13f9ef0f4558748c6b2d1b0719a1173bd87e38279e3b052a10e207e1b808626d031f16dd65b05c55708366df7350cb0a64da8dc20e7f9f1fdc1cd2417c71
 WHIRLPOOL 
671860af1f028c9c8c7bb0c035db86e3e13d9d754801e7a3f19105710bb9720bbfa627e4e748b823192286319fe4e7e736c1af5a3fb34116cbe93386b0d2bed6
 DIST procps-ng-3.3.9.tar.xz 560812 SHA256 
00f0cb0fadf968ddf605b0ef119846af07386629244d4f3da711a2cecf4e8663 SHA512 
62c7270aa48b4346a3198f306d1cb8474f64650bfb67e8cc6c4d41923e50c31c95b3a0367a464823fb50a6137ec0c6352006292ac85b50caf730ec8ec35eb553
 WHIRLPOOL 
dac97433a87badd40b46e3155bf0e30652ed2961a41bc8fca074357431301d250632215512ad752634c9c4f3273a1c75caba1ecf4f5a3c510bee155660dde166

diff --git a/sys-process/procps/procps-3.3.8-r2.ebuild 
b/sys-process/procps/procps-3.3.8-r2.ebuild
deleted file mode 100644
index 81f27df..000
--- a/sys-process/procps/procps-3.3.8-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="standard informational utilities and process-handling tools"
-# http://packages.debian.org/sid/procps
-HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps;
-# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
-FEDORA_HASH="aecbeeda2ab308f8d09dddcb4cb9a572"
-SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz
-   
https://gitorious.org/procps/procps/commit/ce5e995921e770bfcda25e42fe090aeccdbf1291.patch
 -> ${PN}-3.3.8-respect_epipe_in_fileutils.patch
-   
https://gitorious.org/procps/procps/commit/e6a78f2745ca6c7ceed4406d3ce5397e77518b11.patch
 -> ${PN}-3.3.8-top_user_filter.patch"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="+ncurses nls static-libs test unicode"
-
-RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] )"
-DEPEND="${RDEPEND}
-   

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

2015-10-29 Thread Lars Wendler
commit: 584130f4764843e6a7e7b27a7efe74bca0a938e1
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Oct 29 13:02:39 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Oct 29 14:07:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584130f4

sys-process/procps: Bump to version 3.3.11

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

 sys-process/procps/Manifest |  2 +
 sys-process/procps/procps-3.3.11.ebuild | 69 +
 2 files changed, 71 insertions(+)

diff --git a/sys-process/procps/Manifest b/sys-process/procps/Manifest
index 47f3257..d506ae5 100644
--- a/sys-process/procps/Manifest
+++ b/sys-process/procps/Manifest
@@ -1,5 +1,7 @@
+DIST procps-3.3.11-remove_Unix98_output_limits.patch 7582 SHA256 
0801b971c630d2d68fe87da0b84842169df38cd88d3854da73b0e9bb45572d29 SHA512 
8502264cba62475e3fc218dfde6c8ac375ccbf309843cec3000796e7455f41f287692aafd423f301b6c1a7e5f04c708fe30c2dd305ec3345b7a77b3443e35e55
 WHIRLPOOL 
cbdba6dc94a4bec63f9fae8edc396aa5e59551a1606ed7dee56a65fad2e3d75ea5f391105806262f00103386c47434ec656b55bcefdd565313139355fa31ac61
 DIST procps-3.3.8-respect_epipe_in_fileutils.patch 1412 SHA256 
4a56c88697fa6099a62a4169838c9c04df2c2c2bbc08e9ad9953e5b00df16d68 SHA512 
317fc8e7c3fbd280182f55b399a30b2cfbc72268590825ea323537361cd761776afe1486509cb04ae937287ccf11578def5aac2eaa0fe660d04f0357282d9c14
 WHIRLPOOL 
f8fdac8a172037edf51e1e777374293848afaa2180adc35adce5bf8ebefceb37df30082b27f6d6f1f5a571ba0f84bdfff9fc6c2343f120ce5c80b2f52e1804ac
 DIST procps-3.3.8-top_user_filter.patch 2355 SHA256 
089d7d0a0a497d88d34f3d05da245198b97353d11768453f5c57b7a346d72d0d SHA512 
dc9af2ef6a9f1e5b8434069226c4739cdb914f4b84c366596e8a4fb853e4d61715814a0888938cd4c96f2f5bd9adaa573e4fb37be659424e615298e65980bca2
 WHIRLPOOL 
7e7a52917567013f425dc631dbdcafd3c4978893caf9c3e0e2979c7825332d1296e8026c43c1ac4915787226b53949d6264860b549cd0ac79bb0e8c63f264231
 DIST procps-ng-3.3.10.tar.xz 657232 SHA256 
1759229cd0d97da3d200d5599c4ea82726d61fae9c4b7d3edd52c544962791b7 SHA512 
cbfa49e79a88a8e7066a9c316ef089f15fa825c5bfbc22ab8a83f53c6f367a7c586cef9c403e360d373d824c471533a15ddb11cd30c561650e6879fe687e7e4f
 WHIRLPOOL 
723dd1c00578a7fa7e3ff47bed60283c30850cc8ae8069c704ba648792809a67c5944dbfd9b7b0159e0be83215b61e6b71b2d76e65b3619aed54223900ffed9b
+DIST procps-ng-3.3.11.tar.xz 815920 SHA256 
e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed SHA512 
8ab4770adeba4c7e3cf75bc189278cf7a162ece0f23b862e7f726faccee11bd4524aec622b895f3b4e0b272a739a327a01e91f48834feea513544f0515b250df
 WHIRLPOOL 
1da50ec4e8be9d76086a1112b00eea0daa39a7e579e846b92c12fea23a8303a7287e2d32d41feae93aad7b138768852b004544731fff882236ee3bd9511154ff
 DIST procps-ng-3.3.8.tar.xz 553056 SHA256 
a4109cfb6fe3bcfb5a0efb37efe04d0c8ce858bff3820d48cc258bad41bed46b SHA512 
63ba13f9ef0f4558748c6b2d1b0719a1173bd87e38279e3b052a10e207e1b808626d031f16dd65b05c55708366df7350cb0a64da8dc20e7f9f1fdc1cd2417c71
 WHIRLPOOL 
671860af1f028c9c8c7bb0c035db86e3e13d9d754801e7a3f19105710bb9720bbfa627e4e748b823192286319fe4e7e736c1af5a3fb34116cbe93386b0d2bed6
 DIST procps-ng-3.3.9.tar.xz 560812 SHA256 
00f0cb0fadf968ddf605b0ef119846af07386629244d4f3da711a2cecf4e8663 SHA512 
62c7270aa48b4346a3198f306d1cb8474f64650bfb67e8cc6c4d41923e50c31c95b3a0367a464823fb50a6137ec0c6352006292ac85b50caf730ec8ec35eb553
 WHIRLPOOL 
dac97433a87badd40b46e3155bf0e30652ed2961a41bc8fca074357431301d250632215512ad752634c9c4f3273a1c75caba1ecf4f5a3c510bee155660dde166

diff --git a/sys-process/procps/procps-3.3.11.ebuild 
b/sys-process/procps/procps-3.3.11.ebuild
new file mode 100644
index 000..c2031d4
--- /dev/null
+++ b/sys-process/procps/procps-3.3.11.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="standard informational utilities and process-handling tools"
+# http://packages.debian.org/sid/procps
+HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps;
+# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
+#FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
+#SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz;
+SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz
+https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae383.patch
 -> ${PN}-3.3.11-remove_Unix98_output_limits.patch"
+
+LICENSE="GPL-2"
+SLOT="0/5" # libprocps.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="+ncurses modern-top nls selinux static-libs systemd test unicode"
+
+RDEPEND="!=sys-libs/ncurses-5.7-r7:=[unicode?] )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( >=sys-apps/systemd-209 )"
+DEPEND="${RDEPEND}
+   ncurses? ( virtual/pkgconfig )
+  

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

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
commit: 7a142ae1f48e05b694c9305b6b55b5bccdb88de2
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Oct 29 13:49:22 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Oct 29 13:49:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a142ae1

dev-libs/libevdev: declare python-3 compatibility

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

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libevdev/libevdev-1.4.4.ebuild 
b/dev-libs/libevdev/libevdev-1.4.4.ebuild
index 8873d70..8554fcc 100644
--- a/dev-libs/libevdev/libevdev-1.4.4.ebuild
+++ b/dev-libs/libevdev/libevdev-1.4.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 XORG_MULTILIB=yes
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit python-any-r1 xorg-2
 



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

2015-10-29 Thread Heather Cynede
commit: 6da348878d177866b9d6dec71d4f3f77df24e2e2
Author: Heather Cynede  gentoo  org>
AuthorDate: Thu Oct 29 11:26:09 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Oct 29 11:26:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da34887

def-lang/fsharp: bump

 dev-lang/fsharp/Manifest | 2 +-
 dev-lang/fsharp/{fsharp-4.0.0.3.ebuild => fsharp-4.0.0.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/fsharp/Manifest b/dev-lang/fsharp/Manifest
index bd53cd4..6d2be6e 100644
--- a/dev-lang/fsharp/Manifest
+++ b/dev-lang/fsharp/Manifest
@@ -1,2 +1,2 @@
 DIST fsharp-3.1.1.31.tar.gz 31369171 SHA256 
9b39c3f4625475c2553668ddbca337ec52fa3a637a05ae14a61a41abe39568b0 SHA512 
fcbdad5780a5dd6ab55c380d70b8d0a38f25088e2bb49078468a2cd723b604a14bee6ba2d1005094b1f777a894208654b3f8d3876c5f72126ddc24f96e1eb049
 WHIRLPOOL 
e9060e1e8ccfd3b0efcfeb1148cb5182390e738e8b462746e87d52acaacf5561b53cde50c920a1e4f6929ddf9f3ad0ca6a7d1e9eb8fd3b10af37a375675df019
-DIST fsharp-4.0.0.3.tar.gz 39812344 SHA256 
d8a0f2e4504900d973532e1aa28c6758e8f2648898f85ef345437632b5ed1ed2 SHA512 
18fae6c20290dec5a0961173875d3b57b9ca6e26d8a4147cf38631752c6feb8202d7726c2f83c30886947388bcc98bae4961f38ae0a169098a004db75e64cd26
 WHIRLPOOL 
e267e156a80edc7d760c3266cb6fe0d5e175e843ebd9cebfa614ecb2fa3bb10f5fe6ee191e3c7bc9e082fb21ac5ce70f8791226b32d2d02313fb8b35009ba5e9
+DIST fsharp-4.0.0.4.tar.gz 39628258 SHA256 
5b85e380348cc94b3c139e8c0d541fa3e43bd6254aff3b9c9a7150d949e637d5 SHA512 
75fbf0fcab9a56cae86b14247e3c78264d9c2c146d10808d2eaca27bf2caf65175eec6487fde50c2b78237342fa0bd4c6ea2034383e8ad2bc4638d46acb0309c
 WHIRLPOOL 
3b517a61177d31fc29e7d5258c2e8d5654b6a3f9b7cbe6a8f83f8f8ac2e67e06b70c84095ff73b3be7790c956d2ea80dd6a3334ec2b81c0e8e4a40ca95af749c

diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild 
b/dev-lang/fsharp/fsharp-4.0.0.4.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-4.0.0.3.ebuild
rename to dev-lang/fsharp/fsharp-4.0.0.4.ebuild



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

2015-10-29 Thread Chí-Thanh Christopher Nguyễn
commit: 0a767645149300e2babf4f067d36883493e6591c
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Oct 29 13:37:41 2015 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Oct 29 13:37:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a767645

profiles/package.mask: drop xproto mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6ed0aaa..de47a22 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -44,10 +44,6 @@ dev-java/castor
 # Removal in 30 days. See #564370
 dev-db/octopus
 
-# Matt Turner  (Oct 27 2015)
-# xproto-7.0.28 breaks xorg-server
->=x11-proto/xproto-7.0.28
-
 # Ian Delaney  (27 Oct 2015)
 # fails to build dev-lisp/sbcl-1.2.16 #563812
 # mgorny: dev-lisp/uiop as version-bound revdep



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

2015-10-29 Thread Ian Delaney
commit: 65b198c558538690d3dc0db3282df387860a59e0
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 13:08:16 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b198c5

net-im/pyaim-t: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 net-im/pyaim-t/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pyaim-t/metadata.xml b/net-im/pyaim-t/metadata.xml
index d67761a..28d9e8b 100644
--- a/net-im/pyaim-t/metadata.xml
+++ b/net-im/pyaim-t/metadata.xml
@@ -4,7 +4,7 @@
net-im
proxy-maintainers

-   car...@jlab.org
+   volk...@gmail.com
Chris Carlin
Proxy maintainer




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

2015-10-29 Thread Ian Delaney
commit: 310a320583cc118d75c22ab050b1ad853f66be99
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 13:25:23 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310a3205

dev-perl/File-Copy-Link: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 dev-perl/File-Copy-Link/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/metadata.xml 
b/dev-perl/File-Copy-Link/metadata.xml
index 98656dc..2e20cc3 100644
--- a/dev-perl/File-Copy-Link/metadata.xml
+++ b/dev-perl/File-Copy-Link/metadata.xml
@@ -3,7 +3,7 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
Maintainer





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

2015-10-29 Thread Ian Delaney
commit: ad8eb7939114e22d5cf9b949c6e556f2d7d2b89c
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 12:03:39 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8eb793

app-vim/exheres-syntax: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 app-vim/exheres-syntax/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/exheres-syntax/metadata.xml 
b/app-vim/exheres-syntax/metadata.xml
index 9c029ee..3b9019c 100644
--- a/app-vim/exheres-syntax/metadata.xml
+++ b/app-vim/exheres-syntax/metadata.xml
@@ -4,8 +4,8 @@
   vim
   proxy-maintainers
 
-a...@exherbo.org
-Alexander H. Faeroy
+a...@0x90.dkg
+Alexander Faeroy
 Proxied upstream
   
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xe-guest-utilities/

2015-10-29 Thread Ian Delaney
commit: 769074603908908b3a6029b0d34fae4d8380123d
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 13:21:22 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76907460

app-emulation/xe-guest-utilities: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 app-emulation/xe-guest-utilities/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xe-guest-utilities/metadata.xml 
b/app-emulation/xe-guest-utilities/metadata.xml
index b3d0d6c..789adce 100644
--- a/app-emulation/xe-guest-utilities/metadata.xml
+++ b/app-emulation/xe-guest-utilities/metadata.xml
@@ -5,7 +5,7 @@
 virtualization
 xen
 
-   ch...@camisa.org
+   b...@camisa.org
Christopher J. Camisa
proxy maintainer
 



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

2015-10-29 Thread Ian Delaney
commit: f424bc552b429a7d269632d3bf9a6b1a79de1dad
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 16:11:11 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f424bc55

www-apps/webdavcgi: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 www-apps/webdavcgi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/webdavcgi/metadata.xml b/www-apps/webdavcgi/metadata.xml
index 69dfa86..d68a2a4 100644
--- a/www-apps/webdavcgi/metadata.xml
+++ b/www-apps/webdavcgi/metadata.xml
@@ -3,7 +3,7 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
Maintainer





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

2015-10-29 Thread Ian Delaney
commit: 9817869d7c0170c74fbe936a9a197e6805547936
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 12:13:14 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9817869d

media-fonts/Humor-Sans: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 media-fonts/Humor-Sans/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/Humor-Sans/metadata.xml 
b/media-fonts/Humor-Sans/metadata.xml
index a417de9..ad40b69 100644
--- a/media-fonts/Humor-Sans/metadata.xml
+++ b/media-fonts/Humor-Sans/metadata.xml
@@ -3,9 +3,9 @@
 
proxy-maintainers

-   be...@meleeweb.net
+   bertr...@jacquin.bzh
Bertrand Jacquin
-   Proxied maintainer.
+   Proxied maintainer

A sanserif typeface in the style of 
xkcd.
 



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

2015-10-29 Thread Ian Delaney
commit: ab30126bfee3c9fc31a0d6f2ccb3b72ac99ab4ee
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 12:18:14 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab30126b

net-ftp/frox: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 net-ftp/frox/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml
index e6a0d32..a52713b 100644
--- a/net-ftp/frox/metadata.xml
+++ b/net-ftp/frox/metadata.xml
@@ -3,7 +3,7 @@
 
 proxy-maintainers
 
-be...@meleeweb.net
+bertr...@jacquin.bzh
 Bertrand Jacquin
 Proxied maintainer.
 



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

2015-10-29 Thread Ian Delaney
commit: 1b942745dedd40dfad6624ce1c6feab4265575d9
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 16:09:29 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b942745

dev-perl/UUID-Tiny: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 dev-perl/UUID-Tiny/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UUID-Tiny/metadata.xml b/dev-perl/UUID-Tiny/metadata.xml
index fbaa533..4194b79 100644
--- a/dev-perl/UUID-Tiny/metadata.xml
+++ b/dev-perl/UUID-Tiny/metadata.xml
@@ -3,7 +3,7 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
Maintainer





[gentoo-commits] repo/gentoo:master commit in: www-misc/litmus/

2015-10-29 Thread Ian Delaney
commit: 35e5754db265a143d88f3d72eecb4e612f858234
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 12:20:17 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e5754d

www-misc/litmus: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 www-misc/litmus/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/litmus/metadata.xml b/www-misc/litmus/metadata.xml
index f0b5e4c..04e6d0d 100644
--- a/www-misc/litmus/metadata.xml
+++ b/www-misc/litmus/metadata.xml
@@ -3,7 +3,7 @@
 
proxy-maintainers

-   be...@meleeweb.net
+   bertr...@jacquin.bzh
Bertrand Jacquin

WebDAV server protocol compliance test 
suite



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

2015-10-29 Thread Ian Delaney
commit: 84aabe37398515bac413a21cc9de149a720f2bc7
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 12:09:40 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aabe37

sys-apps/lomoco: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 sys-apps/lomoco/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/lomoco/metadata.xml b/sys-apps/lomoco/metadata.xml
index a11c7e2..5624481 100644
--- a/sys-apps/lomoco/metadata.xml
+++ b/sys-apps/lomoco/metadata.xml
@@ -3,7 +3,7 @@
 
   proxy-maintainers
   
-anton.b...@gmail.com
+bls...@pentoo.ch
Anton Bolshakov
Proxy maintainer. Assign bugs to him
   



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

2015-10-29 Thread Ian Delaney
commit: 0bcbfd94a25179df5ff1395d0b915cdb5c4ad66a
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 14:07:40 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcbfd94

dev-perl/Quota: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 dev-perl/Quota/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml
index 83d1dd4..fd3d3c6 100644
--- a/dev-perl/Quota/metadata.xml
+++ b/dev-perl/Quota/metadata.xml
@@ -3,7 +3,8 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
+   Christian Affolter
Maintainer





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

2015-10-29 Thread Ian Delaney
commit: 75230f9117754e29404e89e233f28fa4c7f43f09
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 13:02:43 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75230f91

app-admin/tenshi: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 app-admin/tenshi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/tenshi/metadata.xml b/app-admin/tenshi/metadata.xml
index 158d493..a0fb5e8 100644
--- a/app-admin/tenshi/metadata.xml
+++ b/app-admin/tenshi/metadata.xml
@@ -3,7 +3,7 @@
 
 proxy-maintainers
 
-  bldew...@csupomona.edu
+  bldew...@cpp.edu
   Brian De Wolf
 
 



[gentoo-commits] proj/openrc:master commit in: conf.d/, init.d/

2015-10-29 Thread William Hubbs
commit: ee944553a9ea35622046bd1ab5657fd416a7019a
Author: William Hubbs  gmail  com>
AuthorDate: Wed Oct 21 19:01:57 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 21 19:04:28 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ee944553

bootmisc: optionally save the previous dmesg log

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

 conf.d/bootmisc| 5 +
 init.d/bootmisc.in | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/conf.d/bootmisc b/conf.d/bootmisc
index d79706c..5371209 100644
--- a/conf.d/bootmisc
+++ b/conf.d/bootmisc
@@ -8,3 +8,8 @@ wipe_tmp="YES"
 # Write the initial dmesg log into /var/log/dmesg after boot
 # This may be useful if you need the kernel boot log afterwards
 log_dmesg="YES"
+
+# Save the previous dmesg log to dmesc.old
+# This may be useful if you need to compare the current boot to the
+# previous one.
+#previous_dmesg=no

diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 1a05920..4015d8f 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -216,6 +216,9 @@ start()
case "$RC_SYS" in
VSERVER|OPENVZ|LXC|SYSTEMD-NSPAWN) ;;
*)
+   if yesno ${previous_dmesg:-no}; then
+   mv /var/log/dmesg 
/var/log/dmesg.old
+   fi
dmesg > /var/log/dmesg
chmod 640 /var/log/dmesg
;;



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

2015-10-29 Thread William Hubbs
commit: 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c
Author: William Hubbs  gmail  com>
AuthorDate: Thu Oct 29 16:27:27 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct 29 16:27:27 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4cf6b0ec

consolefont: add after modules to dependencies

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

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

diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index e56cc09..78cf915 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -7,7 +7,7 @@ description="Sets a font for the consoles."
 depend()
 {
need localmount termencoding
-   after hotplug bootmisc
+   after hotplug bootmisc modules
keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/, dev-qt/qtwebchannel/files/

2015-10-29 Thread Michael Palimaka
commit: beaed53e82472e6ad4283525798bd02286b1af22
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 16:40:35 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 16:40:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaed53e

dev-qt/qtwebchannel: backport patch from upstream solving build failure with 
USE="-qml"

Gentoo-bug: 564412

Package-Manager: portage-2.2.20.1

 ...qtwebchannel-5.5.1-optional-qtdeclarative.patch | 62 ++
 dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild  |  2 +
 2 files changed, 64 insertions(+)

diff --git 
a/dev-qt/qtwebchannel/files/qtwebchannel-5.5.1-optional-qtdeclarative.patch 
b/dev-qt/qtwebchannel/files/qtwebchannel-5.5.1-optional-qtdeclarative.patch
new file mode 100644
index 000..e7011ad
--- /dev/null
+++ b/dev-qt/qtwebchannel/files/qtwebchannel-5.5.1-optional-qtdeclarative.patch
@@ -0,0 +1,62 @@
+From 906d910415454d64ff0b021b06f0df422a8c82bd Mon Sep 17 00:00:00 2001
+From: Andy Shaw 
+Date: Wed, 23 Sep 2015 06:52:01 +
+Subject: [PATCH] Compile when QML is disabled
+
+Since QJSValue is part of the QML module then it should check if that is
+available before using it so we add a QT_NO_JSVALUE define to help with
+this.
+
+Task-number: QTBUG-46850
+Change-Id: I1974518a5c134dbb8508a46505b43c820a7a700a
+Reviewed-by: Liang Qi 
+---
+ src/webchannel/qmetaobjectpublisher.cpp | 4 
+ src/webchannel/webchannel.pro   | 2 ++
+ 2 files changed, 6 insertions(+)
+
+diff --git a/src/webchannel/qmetaobjectpublisher.cpp 
b/src/webchannel/qmetaobjectpublisher.cpp
+index 0cad569..22df02b 100644
+--- a/src/webchannel/qmetaobjectpublisher.cpp
 b/src/webchannel/qmetaobjectpublisher.cpp
+@@ -41,7 +41,9 @@
+ #include 
+ #include 
+ #include 
++#ifndef QT_NO_JSVALUE
+ #include 
++#endif
+ #include 
+ 
+ QT_BEGIN_NAMESPACE
+@@ -486,12 +488,14 @@ QJsonValue QMetaObjectPublisher::wrapResult(const 
QVariant , QWebChannelA
+ if (!classInfo.isEmpty())
+ objectInfo[KEY_DATA] = classInfo;
+ return objectInfo;
++#ifndef QT_NO_JSVALUE
+ } else if (result.canConvert()) {
+ // Workaround for keeping QJSValues from QVariant.
+ // Calling QJSValue::toVariant() converts JS-objects/arrays to 
QVariantMap/List
+ // instead of stashing a QJSValue itself into a variant.
+ // TODO: Improve QJSValue-QJsonValue conversion in Qt.
+ return wrapResult(result.value().toVariant(), transport, 
parentObjectId);
++#endif
+ } else if (result.canConvert()) {
+ // recurse and potentially wrap contents of the array
+ return wrapList(result.toList(), transport);
+diff --git a/src/webchannel/webchannel.pro b/src/webchannel/webchannel.pro
+index eba8123..931ee03 100644
+--- a/src/webchannel/webchannel.pro
 b/src/webchannel/webchannel.pro
+@@ -39,6 +39,8 @@ qtHaveModule(qml) {
+ 
+ PRIVATE_HEADERS += \
+ qqmlwebchannelattached_p.h
++} else {
++DEFINES += QT_NO_JSVALUE
+ }
+ 
+ HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+-- 
+2.4.10
+

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
index b3c9b85..ac67dce 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.1.ebuild
@@ -19,6 +19,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-optional-qtdeclarative.patch" )
+
 src_prepare() {
qt_use_disable_mod qml quick src/src.pro
qt_use_disable_mod qml qml src/webchannel/webchannel.pro



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

2015-10-29 Thread Ulrich Müller
commit: 38228afe56240fbc87f1d556daa0e5ac64faa409
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Oct 28 19:01:17 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Oct 28 19:01:17 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=38228afe

Spelling fixes in "defined variables" table.

 ebuild-env-vars.tex | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 9643036..0120bfd 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -40,31 +40,31 @@ variable.
 \bottomrule
 \endlastfoot
 \t{P} &
-all &
+All &
 No\footnote{May change if a package has been updated 
(see~\ref{sec:updates-dir})} &
 Package name and version, without the revision part. For example, 
\t{vim-7.0.174}. \\
 \t{PN} &
-all &
-ditto &
+All &
+Ditto &
 Package name, for example \t{vim}. \\
 \t{CATEGORY} &
-all &
-ditto &
+All &
+Ditto &
 The package's category, for example \t{app-editors}. \\
 \t{PV} &
-all &
+All &
 Yes &
 Package version, with no revision. For example \t{7.0.174}. \\
 \t{PR} &
-all &
+All &
 Yes &
 Package revision, or \t{r0} if none exists. \\
 \t{PVR} &
-all &
+All &
 Yes &
 Package version and revision (if any), for example \t{7.0.174} or 
\t{7.0.174-r1}. \\
 \t{PF} &
-all &
+All &
 Yes &
 Package name, version, and revision (if any), for example 
\t{vim-7.0.174-r1}. \\
 \t{A} &
@@ -92,15 +92,15 @@ variable.
 support files for the package in question then an ebuild must be prepared 
for the situation
 where \t{FILESDIR} points to a non-existent directory. \\
 \t{PORTDIR} &
-ditto &
+Ditto &
 No &
 The full path to the master repository's base directory. \\
 \t{DISTDIR} &
-ditto &
+Ditto &
 No &
 The full path to the directory in which the files in the \t{A} variable 
are stored. \\
 \t{ECLASSDIR} &
-ditto &
+Ditto &
 No &
 The full path to the master repository's eclass directory. \\
 \t{ROOT} &



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

2015-10-29 Thread Ulrich Müller
commit: f143eb07d030eeca7d7d49d30458616a0b2ebedc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Oct 28 19:00:20 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Oct 28 19:00:20 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=f143eb07

Increase the width of the "defined variables" table.

Also align the table (using \LTleft and \LTright) such that there is
sufficient space for marginal notes to the left of the table.
The marginnote package seems to be incompatible with lscape, resulting
in wrong horizontal placement of the notes. As a workaround, manually
adjust \marginparsep.

 ebuild-env-vars.tex | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index d387aca..9643036 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -12,7 +12,14 @@ different \t{pkg\_*} phases. Ebuilds must recalculate any 
variable they derive f
 variable.
 
 \begin{landscape}
-\begin{longtable}{l p{0.175\textwidth} l p{0.5\textwidth}}
+\reversemarginpar
+\addtolength{\marginparsep}{-25mm}
+% Workaround for broken marginnote positioning in lscape environment
+\addtolength{\marginparsep}{-\textwidth} % FIXME
+\setlength{\LTleft}{25mm plus 1fil}
+\setlength{\LTright}{0pt plus 1fil}
+\newcolumntype{P}[1]{>{\setlength{\rightskip}{0pt plus 1fil}}p{#1}}
+\begin{longtable}{!{\extracolsep{\fill}} l P{7.5em} l p{0.5\linewidth}}
 \caption{Defined variables\label{tab:defined_vars}}\\
 \toprule
 \multicolumn{1}{c}{\b{Variable}} &



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

2015-10-29 Thread Daniel Campbell
commit: 9dde59154c7bc4cc1c1a0a2283586208637b59b6
Author: Daniel Campbell  gentoo  org>
AuthorDate: Thu Oct 29 17:49:03 2015 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Thu Oct 29 17:53:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dde5915

net-p2p/i2p: Remove myself as maintainer

Package-Manager: portage-2.2.23

 net-p2p/i2p/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/i2p/metadata.xml b/net-p2p/i2p/metadata.xml
index 316d7cc..16fc6e2 100644
--- a/net-p2p/i2p/metadata.xml
+++ b/net-p2p/i2p/metadata.xml
@@ -7,7 +7,6 @@
s...@cmpct.info
Proxy-maintainer; add or CC them for bugs
 
-z...@gentoo.org
 I2P is an anonymous network, exposing a simple layer that 
applications can use to anonymously and securely send messages to each 
other.
 
 Adds Native Language Support using GNU gettext.



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

2015-10-29 Thread Michael Palimaka
commit: 8e93d8def981b18e27be7714f197947e36fd2810
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 17:46:42 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 17:47:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e93d8de

x11-themes/smplayer-themes: version bump

Also ensure that rcc is called from the correct directory (bug #544108) and fix
parallel build (bug #544160).

Package-Manager: portage-2.2.20.1

 x11-themes/smplayer-themes/Manifest|  1 +
 .../smplayer-themes/smplayer-themes-15.6.0.ebuild  | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/x11-themes/smplayer-themes/Manifest 
b/x11-themes/smplayer-themes/Manifest
index 6995fb4..0d39aec 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,2 +1,3 @@
 DIST smplayer-themes-14.12.0.tar.bz2 2660621 SHA256 
2c520a678bfcfa8c9a6881d4612ce8fb5216abdf072d27fb3da362af316ae333 SHA512 
b97c097c7bbbcc60878e9cf4306c08fb87b83da67763a965e9e21517fb02568e902cbc1c8739be3f54b7a5b398c49dc8ab81964b97140a64f34bcf8af9c39765
 WHIRLPOOL 
bab1009ab6dfe693177a905a583454fd5614830c90c09f1a93832129342583efd8f6c4bce6c355e340e43062b06119fde1c5532136dd38cdadc72fe280603312
 DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 
66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 
2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c
 WHIRLPOOL 
f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
+DIST smplayer-themes-15.6.0.tar.bz2 2903294 SHA256 
3d64f4db3d5465230b995ef5140ca6716206b4479f15d7a4b52c5fd939b60138 SHA512 
2381254851894386722e832c56b0b65d94465413c5ca49690d59f499e95a64cfb5067d705c1b27e0c27eefcab01863c945c3c619804a298a9e96fc3e23b2855e
 WHIRLPOOL 
a17a43bcede39441e47feedb66df417daa3db1c18b380dab9f941fbb15cfe2cc0754ce26eec0b469f15d6f49e5ab75372b55202fdefd4746f8429eb69cba983c

diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild 
b/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
new file mode 100644
index 000..01065b0
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://smplayer.sourceforge.net/;
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+   # bug 544108
+   sed -i -e "s|   rcc|\"$(qt4_get_bindir)\"/rcc|" themes/Makefile || 
die
+
+   # bug 544160
+   sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+   insinto /usr/share/smplayer
+   doins -r themes
+   dodoc Changelog README.txt
+}



[gentoo-commits] proj/openrc:master commit in: conf.d/, /, init.d/

2015-10-29 Thread William Hubbs
commit: 960881fcfe974178c0846a816663a258cdd488cc
Author: William Hubbs  gmail  com>
AuthorDate: Mon Oct 19 23:06:55 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 20 17:13:47 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=960881fc

Add net-online service

 NEWS.md  | 12 +
 conf.d/Makefile  |  3 ++-
 conf.d/net-online| 15 
 init.d/Makefile  |  2 +-
 init.d/net-online.in | 69 
 5 files changed, 99 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index d67ed60..71a1b7f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,18 @@
 This file will contain a list of notable changes for each release. Note
 the information in this file is in reverse order.
 
+## OpenRC-0.19
+
+This version adds a net-online service. By default, this
+service will check all known network interfaces for a configured
+interface or a carrier. It will register as started only when all
+interfaces are configured and there is at least a carrier on one
+interface. The behaviour of this service can be modified in
+/etc/conf.d/net-online.
+
+Currently, this only works on Linux, but if anyone wants to port to
+*bsd, that would be welcomed.
+
 ## OpenRC-0.18.3
 
 Modern Linux systems expect /etc/mtab to be a symbolic link to

diff --git a/conf.d/Makefile b/conf.d/Makefile
index 34a3b07..b8da0e0 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -15,7 +15,8 @@ include ${MK}/os.mk
 
 CONF-FreeBSD=  ipfw moused powerd rarpd savecore syscons
 
-CONF-Linux=consolefont devfs dmesg hwclock keymaps killprocs modules mtab
+CONF-Linux=consolefont devfs dmesg hwclock keymaps killprocs modules mtab \
+   net-online
 
 CONF-NetBSD=   moused rarpd savecore
 

diff --git a/conf.d/net-online b/conf.d/net-online
new file mode 100644
index 000..bf0b09a
--- /dev/null
+++ b/conf.d/net-online
@@ -0,0 +1,15 @@
+# The interfaces setting controls which interfaces the net-online
+# service considers in deciding whether the network is active. By
+# default, it is all ethernet or wireless LAN interfaces.
+#interfaces=""
+
+# This setting controls whether a ping to the default gateway is
+# included in the test for network connectivity after all interfaces
+# are active.
+#ping_default_gateway=no
+
+# The timeout setting controls how long the net-online service waits
+# for the network to be configured.
+# The default is 120 seconds.
+# if this is set to 0, the wait is infinite.
+#timeout=120

diff --git a/init.d/Makefile b/init.d/Makefile
index a662f8d..f256095 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -23,7 +23,7 @@ SRCS-FreeBSD+=adjkerntz.in devd.in dumpon.in 
encswap.in ipfw.in \
 
 SRCS-Linux=binfmt.in devfs.in dmesg.in hwclock.in consolefont.in 
keymaps.in \
killprocs.in modules.in mount-ro.in mtab.in numlock.in \
-   procfs.in sysfs.in termencoding.in tmpfiles.dev.in
+   procfs.in net-online.in sysfs.in termencoding.in tmpfiles.dev.in
 
 # Generic BSD scripts
 SRCS-NetBSD=   hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \

diff --git a/init.d/net-online.in b/init.d/net-online.in
new file mode 100644
index 000..ab3da6f
--- /dev/null
+++ b/init.d/net-online.in
@@ -0,0 +1,69 @@
+#!@SBINDIR@/openrc-run
+# Copyright (C) 2015 William Hubbs 
+# Released under the 2-clause BSD license.
+
+description="Delays until the network is online or a specific timeout"
+
+depend()
+{
+   after modules
+   need sysfs
+   keyword -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver
+}
+
+get_interfaces()
+{
+   local ifname iftype
+   for ifname in /sys/class/net/*; do
+   read iftype < ${ifname}/type
+   [ "$iftype" = "1" ] && printf "%s " ${ifname##*/}
+   done
+}
+
+get_default_gateway()
+{
+   local cmd gateway
+   if command -v ip > /dev/null 2>&1; then
+   cmd="ip route show"
+   else
+   cmd=route
+   fi
+   set -- $($cmd | grep default)
+   [ "$2" != via ] && gateway="$2" || gateway="$3"
+   printf "%s" $gateway
+}
+
+start ()
+{
+   local carriers configured dev gateway ifcount infinite interfaces
+   local rc state timeout x
+
+   ebegin "Checking to see if the network is online"
+   rc=0
+   interfaces=${interfaces:-$(get_interfaces)}
+   timeout=${timeout:-120}
+ [ $timeout -eq 0 ] && infinite=true || infinite=false
+ while $infinite || [ $timeout -gt 0 ]; do
+   carriers=0
+   configured=0
+   ifcount=0
+   for dev in ${interfaces}; do
+   : $((ifcount += 1))
+   read x < /sys/class/net/$dev/carrier
+   [ $x -eq 1 ] && : $((carriers += 1))
+   read x < /sys/class/net/$dev/operstate
+   [ "$x" = up ] && : $((configured += 1))
+   done
+   [ $configured -eq $ifcount ] && [ $carriers 

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

2015-10-29 Thread William Hubbs
commit: 6cae41a4e63510cdcf3af1153d6e8300435e1838
Author: William Hubbs  gmail  com>
AuthorDate: Wed Oct 21 17:49:00 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct 21 17:49:00 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6cae41a4

etc/rc.conf: Clean up documentation for rc_hotplug

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

 etc/rc.conf.in | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 1b78c88..3159165 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -29,17 +29,20 @@
 # come up.
 #rc_depend_strict="YES"
 
-# rc_hotplug is a list of services that we allow to be hotplugged.
-# By default we do not allow hotplugging.
+# rc_hotplug controls which services we allow to be hotplugged.
 # A hotplugged service is one started by a dynamic dev manager when a matching
 # hardware device is found.
-# This service is intrinsically included in the boot runlevel.
-# To disable services, prefix with a !
+# Hotplugged services appear in the "hotplugged" runlevel.
+# If rc_hotplug is set to any value, we compare the name of this service
+# to every pattern in the value, from left to right, and we allow the
+# service to be hotplugged if it matches a pattern, or if it matches no
+# patterns. Patterns can include shell wildcards.
+# To disable services from being hotplugged, prefix patterns with "!".
+#If rc_hotplug is not set or is empty, all hotplugging is disabled.
 # Example - rc_hotplug="net.wlan !net.*"
-# This allows net.wlan and any service not matching net.* to be plugged.
-# Example - rc_hotplug="*"
-# This allows all services to be hotplugged
-#rc_hotplug="*"
+# This allows net.wlan and any service not matching net.* to be hotplugged.
+# Example - rc_hotplug="!net.*"
+# This allows services that do not match "net.*" to be hotplugged.
 
 # rc_logger launches a logging daemon to log the entire rc process to
 # /var/log/rc.log



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

2015-10-29 Thread Christoph Mende
commit: f9ab2cf126cf6cfe0443c77bde6d4dcb2c56c3c3
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 29 16:35:08 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Oct 29 16:35:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ab2cf1

media-sound/mpd: version bump to 0.19.11

Package-Manager: portage-2.2.23

 media-sound/mpd/Manifest   |   1 +
 media-sound/mpd/mpd-0.19.11.ebuild | 250 +
 2 files changed, 251 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index f0f893d..1071f76 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,2 +1,3 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
+DIST mpd-0.19.11.tar.xz 703064 SHA256 
7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 SHA512 
3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
 WHIRLPOOL 
da4a05fce7276e8f98acfe2a0eceb71e747049d9c64b7eed226b5e8e3b2c5fd197098b20509e5cb2ad2f280a4f3872439a893ad58677be5b79b251d57b04c90d
 DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.11.ebuild 
b/media-sound/mpd/mpd-0.19.11.ebuild
new file mode 100644
index 000..da43a94
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.11.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="http://www.musicpd.org;
+SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+   +fifo +ffmpeg flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack
+   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
+   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
+   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
+   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( || ( =net-fs/samba-4.0.25 ) )
+   sid? ( media-libs/libsidplay:2 )
+   sndfile? ( media-libs/libsndfile )
+   soundcloud? ( >=dev-libs/yajl-2 )
+   libsoxr? ( media-libs/soxr )
+   sqlite? ( dev-db/sqlite:3 )
+   systemd? ( sys-apps/systemd )
+   tcpd? ( sys-apps/tcp-wrappers )
+   twolame? ( media-sound/twolame )
+   upnp? ( net-libs/libupnp )
+   vorbis? 

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

2015-10-29 Thread Mike Frysinger
commit: d90c920dbd83c1ec22f068623e15e4c421d11ba3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Oct 29 17:00:05 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Oct 29 17:00:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90c920d

net-misc/openssh: make hpn-x509 glue patch application more robust #564380

Rather than encode the full name of the hpn patchset in the glue patch,
apply it from the hpn patchset dir.

 net-misc/openssh/openssh-7.1_p1-r1.ebuild | 2 ++
 net-misc/openssh/openssh-7.1_p1-r2.ebuild | 4 +++-
 net-misc/openssh/openssh-7.1_p1.ebuild| 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.1_p1-r1.ebuild 
b/net-misc/openssh/openssh-7.1_p1-r1.ebuild
index 41f49c8..beebed5 100644
--- a/net-misc/openssh/openssh-7.1_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-7.1_p1-r1.ebuild
@@ -116,7 +116,9 @@ src_prepare() {
 
if use X509 ; then
pushd .. >/dev/null
+   pushd ${HPN_PATCH%.*.*} >/dev/null
epatch "${FILESDIR}"/${PN}-7.1_p1-hpn-x509-glue.patch
+   popd >/dev/null
epatch "${FILESDIR}"/${PN}-7.0_p1-sctp-x509-glue.patch
popd >/dev/null
epatch "${WORKDIR}"/${X509_PATCH%.*}

diff --git a/net-misc/openssh/openssh-7.1_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
index 7e645fd..048f319 100644
--- a/net-misc/openssh/openssh-7.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
@@ -9,7 +9,7 @@ inherit eutils user flag-o-matic multilib autotools pam systemd 
versionator
 # and _p? releases.
 PARCH=${P/_}
 
-HPN_PATCH="${PN}-7.1p1-hpnssh14v9.tar.xz"
+HPN_PATCH="${PARCH}-hpnssh14v9.tar.xz"
 LDAP_PATCH="${PN}-lpk-6.8p1-0.3.14.patch.xz"
 X509_VER="8.6" X509_PATCH="${PN}-${PV//_/}+x509-${X509_VER}.diff.gz"
 
@@ -116,7 +116,9 @@ src_prepare() {
 
if use X509 ; then
pushd .. >/dev/null
+   pushd ${HPN_PATCH%.*.*} >/dev/null
epatch "${FILESDIR}"/${PN}-7.1_p1-hpn-x509-glue.patch
+   popd >/dev/null
epatch "${FILESDIR}"/${PN}-7.0_p1-sctp-x509-glue.patch
popd >/dev/null
epatch "${WORKDIR}"/${X509_PATCH%.*}

diff --git a/net-misc/openssh/openssh-7.1_p1.ebuild 
b/net-misc/openssh/openssh-7.1_p1.ebuild
index a9a499e..45ed87d 100644
--- a/net-misc/openssh/openssh-7.1_p1.ebuild
+++ b/net-misc/openssh/openssh-7.1_p1.ebuild
@@ -113,7 +113,9 @@ src_prepare() {
 
if use X509 ; then
pushd .. >/dev/null
+   pushd ${HPN_PATCH%.*.*} >/dev/null
epatch "${FILESDIR}"/${PN}-7.1_p1-hpn-x509-glue.patch
+   popd >/dev/null
epatch "${FILESDIR}"/${PN}-7.0_p1-sctp-x509-glue.patch
popd >/dev/null
epatch "${WORKDIR}"/${X509_PATCH%.*}



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

2015-10-29 Thread Ulrich Müller
commit: efbb3ef7501a4a7ea91baf5c3168f2948c6409ba
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 29 19:42:21 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 29 19:42:21 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=efbb3ef7

eapi-differences.tex: Fix table head.

 eapi-differences.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 3cf311f..9194f74 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -9,7 +9,7 @@
 \toprule
 \multicolumn{1}{c}{\b{Feature}} &
 \multicolumn{1}{c}{\b{Reference}} &
-\multicolumn{4}{c}{\b{EAPIs}} \\
+\multicolumn{6}{c}{\b{EAPIs}} \\
 \multicolumn{1}{c}{} &
 \multicolumn{1}{c}{} &
 \multicolumn{1}{c}{0} &
@@ -23,7 +23,7 @@
 \midrule
 \multicolumn{1}{c}{\b{Feature}} &
 \multicolumn{1}{c}{\b{Reference}} &
-\multicolumn{4}{c}{\b{EAPIs}} \\
+\multicolumn{6}{c}{\b{EAPIs}} \\
 \multicolumn{1}{c}{} &
 \multicolumn{1}{c}{} &
 \multicolumn{1}{c}{0} &



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2015-10-29 Thread Brian Evans
commit: 93af0ab20dcb82150258466510cacdeafaa82562
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 29 18:47:02 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 29 18:47:02 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=93af0ab2

dev-db/mariadb: Drop old, vulnerable 10.1 series beta releases

Package-Manager: portage-2.2.23
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mariadb/ChangeLog  |   4 +
 dev-db/mariadb/Manifest   |  31 
 dev-db/mariadb/mariadb-10.1.6_beta.ebuild | 121 
 dev-db/mariadb/mariadb-10.1.7_rc.ebuild   | 127 --
 4 files changed, 18 insertions(+), 265 deletions(-)

diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog
index e0d8105..32fe707 100644
--- a/dev-db/mariadb/ChangeLog
+++ b/dev-db/mariadb/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  29 Oct 2015; Brian Evans  -mariadb-10.1.6_beta.ebuild,
+  -mariadb-10.1.7_rc.ebuild:
+  dev-db/mariadb: Drop old, vulnerable 10.1 series beta releases
+
 *mariadb-10.0.22-r1 (29 Oct 2015)
 *mariadb-10.0.22 (29 Oct 2015)
 

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 2c4e7b1..423d07c 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -3,8 +3,6 @@ Hash: SHA256
 
 DIST mariadb-10.0.19.tar.gz 56224123 SHA256 
2fbf5e5d7d8094691601ece8ae60b941478d73c98a58a960aeebfa021091a132 SHA512 
bfb2a3e9225b3dd7481c0240143346f38be80c426887e05ec2b8eeab251991e2a5f74788f421322342a0fa8f85294cf4c7f5d4fd10d7bc6b9da720f6168003f3
 WHIRLPOOL 
d08c53228c40df18793316dd0eddb160ce5b67a853f16c4ddcdcedb049833b35b9ae9d0763e1fcc1e447e3528ae9a7ab2e6587dd2e2c0a225224f28a951dc3dd
 DIST mariadb-10.0.22.tar.gz 56252325 SHA256 
9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b SHA512 
68e30de616c83be5fbcfb3c5777c1ec888d8ada0c83c5de2a49d209eb6d27931c87be82096f73372da1ebcf48eafd294f94bece039caa73c1ee6cbf26718673d
 WHIRLPOOL 
84e08c1d336fb64dcb6bc823a465950999d395ed2a85ecf0b6cc0b4095fbb2f919f70670ec9e30fb5494ef0309966ebf2a115e4c781f0917c16806aad4b2695d
-DIST mariadb-10.1.6.tar.gz 53777046 SHA256 
492f28f0d7aee5bf0a0efd21c542ca4f291f349e66063695c5003df16e064959 SHA512 
756dc18de6cada952e41b994afeda0cd952d851929c99cae5476111915e6678fa4899ef9950857413eb8b6ce113070b5d2171a2c01d29b27195b1e2515dc13eb
 WHIRLPOOL 
23630af399cd96e5c0d937a2cae31db76a6773026f189be6856fc30179c7649d265ef8bddd2ea8ee0d10f31deee725074af774879b8e33fa6688cab92a2bb1c0
-DIST mariadb-10.1.7.tar.gz 53812743 SHA256 
5bd3b80cf0f312751271a3446c12579c7081f93406e59a0cdfda8e133423c88f SHA512 
4a496ba22ccc839d412dd4858cb66464b499693c4ff89ea773a967bccc7d53a52622f3d494d6f889c5325b079d83ba17b25abae2bc9fc22b76c601fc51542f5a
 WHIRLPOOL 
2366c46a7c6d83dd9fe7cac9affcb00387a574912ad9350c11279d31fd384e5fcc18a5d297765086b2f9208e5b899a7707cfb199d047309b89725d0e9582cd9d
 DIST mariadb-10.1.8.tar.gz 53920483 SHA256 
7cbf6a4649aa6dc9cd1dc24424ade7b994de78582ce4d47ca0f4cd1c4c003bfa SHA512 
6bb282f814a0d7a6d8e06feb11a819bf9fc6f240428e4a03716a50f2291e070d789224e7f88b4b9b33a160424c4cc0b9deef96c280dcc900476ffc9888dccb45
 WHIRLPOOL 
65d6857a5f10880aadd391e5eff1fc2c2cc68909e94b75da7e4d52e5405d780ecfaeb4d51f6e7d1ed9a531ef206c64057a17c028d1c5e0ba85dae185234eac37
 DIST mariadb-5.1.67.tar.gz 25022999 SHA256 
33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8 SHA512 
de4a531027860c4226ec5e023b6f8573c2eb723bacaeb14279b9609ed033dcb58fc090aef3d9babcd4a4d0817ddf6ef75589c78f63075072d31ad0b7f7c17d7d
 WHIRLPOOL 
22696d27c3a510396c4b86db5f5a4b39bbcde89285a8460b175ef7c40b3b7541fc8f205c0b96da7f94504a7fd14bfe02efb45204efda524a2426cd25e08162ff
 DIST mariadb-5.2.14.tar.gz 25469828 SHA256 
8ab3db0535ce8728b03a34799da2334c18cff467e01d122293f23aad20613fe5 SHA512 
b0aded450355861bf01604ac5bd0012d0d06a699bc83017cdb6b8749ed161aca9fedb733301aab991c521b21f3c8b2fea4867a2fd038379475e720782c02e869
 WHIRLPOOL 
8c2dd7ee0c1df5696d6b9f5c4387b7f755258a710ac088559f0f9779b27d18e30f32de0d4212015a15b6a83de2abbdd5c4ec811fa87fe2aec547809dc0970607
@@ -14,24 +12,23 @@ DIST mysql-extras-20121101-2319Z.tar.bz2 1898358 SHA256 
ea5da082d3384bde67e005eb
 DIST mysql-extras-20141215-0144Z.tar.bz2 1494767 SHA256 
4757043858110654d52b0e6dccab064987ab5db8ae4ae99863cf86df0b90f947 SHA512 
7a9b733d09f44b1faff19a496a3e820e444b339838665e6f37c4fddc8f2ad67e805082d598c4edc06fda9364f9906e4cf95520552f72d6b6df34413f38e7a2ed
 WHIRLPOOL 
99ea6890a5faf097b941707538b68f62390e1a49ee662a87c27435a317a9a3f37f00802e72f86b52993b3d1674b57645db0f7e73379ab88fbc1d0ef791cf4326
 DIST mysql-extras-20150509-1847Z.tar.bz2 1494301 SHA256 
de9c9fbb67998604cb3c0409842e4601646c8ad17f2aa301f55ffd4aed7a483d SHA512 
f87d96ab8c35236d4453182c49f87f6e703af9dc217916546e4dd7368caa18a2340c9063decd96c22251d1097d7e2cac58bef30e6ff75c23aedf8926dbc3d3b4
 WHIRLPOOL 

[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2015-10-29 Thread Brian Evans
commit: 6aa807a9c7d11c059d798790f9ea117402c87171
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 29 18:45:01 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 29 18:45:01 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=6aa807a9

dev-db/mariadb: Version bump to 10.0.22

Package-Manager: portage-2.2.23
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mariadb/ChangeLog   |  7 +++
 dev-db/mariadb/Manifest| 24 +-
 ...10.0.21-r1.ebuild => mariadb-10.0.22-r1.ebuild} |  0
 ...riadb-10.0.21.ebuild => mariadb-10.0.22.ebuild} |  0
 4 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog
index 31ee018..e0d8105 100644
--- a/dev-db/mariadb/ChangeLog
+++ b/dev-db/mariadb/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*mariadb-10.0.22-r1 (29 Oct 2015)
+*mariadb-10.0.22 (29 Oct 2015)
+
+  29 Oct 2015; Brian Evans  +mariadb-10.0.22-r1.ebuild,
+  +mariadb-10.0.22.ebuild, -mariadb-10.0.21-r1.ebuild, -mariadb-10.0.21.ebuild:
+  dev-db/mariadb: Version bump to 10.0.22
+
   21 Oct 2015; Brian Evans  mariadb-10.1.8.ebuild:
   dev-db/mariadb: Update test instructions
 

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index bc1dec1..2c4e7b1 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,5 +1,8 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
 DIST mariadb-10.0.19.tar.gz 56224123 SHA256 
2fbf5e5d7d8094691601ece8ae60b941478d73c98a58a960aeebfa021091a132 SHA512 
bfb2a3e9225b3dd7481c0240143346f38be80c426887e05ec2b8eeab251991e2a5f74788f421322342a0fa8f85294cf4c7f5d4fd10d7bc6b9da720f6168003f3
 WHIRLPOOL 
d08c53228c40df18793316dd0eddb160ce5b67a853f16c4ddcdcedb049833b35b9ae9d0763e1fcc1e447e3528ae9a7ab2e6587dd2e2c0a225224f28a951dc3dd
-DIST mariadb-10.0.21.tar.gz 56216903 SHA256 
4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545 SHA512 
75aa4b019f3432a61483bb325a0f088ea92d6fede44d7a300c15659411c8927fa2a0586182226315b6d6796641ca1d8746f7fd49e21fe21505adec1fc38ae32f
 WHIRLPOOL 
b086fb34363b2426f5e91c14916b747787feadf37c609f4aea1f08bd235e9e97df17f5bfa0eb9e65e93fbed3df5eb6c021287c4eb987a3362ea87cf96eaf268e
+DIST mariadb-10.0.22.tar.gz 56252325 SHA256 
9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b SHA512 
68e30de616c83be5fbcfb3c5777c1ec888d8ada0c83c5de2a49d209eb6d27931c87be82096f73372da1ebcf48eafd294f94bece039caa73c1ee6cbf26718673d
 WHIRLPOOL 
84e08c1d336fb64dcb6bc823a465950999d395ed2a85ecf0b6cc0b4095fbb2f919f70670ec9e30fb5494ef0309966ebf2a115e4c781f0917c16806aad4b2695d
 DIST mariadb-10.1.6.tar.gz 53777046 SHA256 
492f28f0d7aee5bf0a0efd21c542ca4f291f349e66063695c5003df16e064959 SHA512 
756dc18de6cada952e41b994afeda0cd952d851929c99cae5476111915e6678fa4899ef9950857413eb8b6ce113070b5d2171a2c01d29b27195b1e2515dc13eb
 WHIRLPOOL 
23630af399cd96e5c0d937a2cae31db76a6773026f189be6856fc30179c7649d265ef8bddd2ea8ee0d10f31deee725074af774879b8e33fa6688cab92a2bb1c0
 DIST mariadb-10.1.7.tar.gz 53812743 SHA256 
5bd3b80cf0f312751271a3446c12579c7081f93406e59a0cdfda8e133423c88f SHA512 
4a496ba22ccc839d412dd4858cb66464b499693c4ff89ea773a967bccc7d53a52622f3d494d6f889c5325b079d83ba17b25abae2bc9fc22b76c601fc51542f5a
 WHIRLPOOL 
2366c46a7c6d83dd9fe7cac9affcb00387a574912ad9350c11279d31fd384e5fcc18a5d297765086b2f9208e5b899a7707cfb199d047309b89725d0e9582cd9d
 DIST mariadb-10.1.8.tar.gz 53920483 SHA256 
7cbf6a4649aa6dc9cd1dc24424ade7b994de78582ce4d47ca0f4cd1c4c003bfa SHA512 
6bb282f814a0d7a6d8e06feb11a819bf9fc6f240428e4a03716a50f2291e070d789224e7f88b4b9b33a160424c4cc0b9deef96c280dcc900476ffc9888dccb45
 WHIRLPOOL 
65d6857a5f10880aadd391e5eff1fc2c2cc68909e94b75da7e4d52e5405d780ecfaeb4d51f6e7d1ed9a531ef206c64057a17c028d1c5e0ba85dae185234eac37
@@ -13,3 +16,22 @@ DIST mysql-extras-20150509-1847Z.tar.bz2 1494301 SHA256 
de9c9fbb67998604cb3c0409
 DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 
d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 
3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9
 WHIRLPOOL 
11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22
 DIST mysql-extras-20150914-1946Z.tar.bz2 1491203 SHA256 
4bc3842c74ae48297e8eaef71f76461dad2ed5f804c1811ab289643088f1d48e SHA512 
75d57703d43a25b74a8c72a08eb9f582b470d3108532dd3fecbdc4a928e1e7ce99f8c02fb667b069a6f036a5e528e67a86e8508a4916b0b20bc3193d5a9f1212
 WHIRLPOOL 
588366aeaa50da09134d9c0eefe8922b8cde5514373d1e25f2c311ed7a023f792cb1dc69e4cd61e9732d051f26c2ce5bf90991502f6135e7578b36f64f23590d
 DIST mysql-extras-20151019-1714Z.tar.bz2 1490296 SHA256 
f27297292f91c698b1ab7118740728c05a3ebfcd0bfad575898d112faaef4f4b SHA512 

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

2015-10-29 Thread Brian Evans
commit: 554d70084c157f0c078fef9d9f4a791205ca36e3
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 29 18:52:40 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 29 18:53:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554d7008

dev-db/mariadb: Version bump to 10.0.22 includes security fixes wrt bug 564442

Package-Manager: portage-2.2.23

 dev-db/mariadb/Manifest  |   1 +
 dev-db/mariadb/mariadb-10.0.22-r1.ebuild | 127 +++
 dev-db/mariadb/mariadb-10.0.22.ebuild| 123 ++
 3 files changed, 251 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 1689a93..bea73bf 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,4 +1,5 @@
 DIST mariadb-10.0.21.tar.gz 56216903 SHA256 
4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545 SHA512 
75aa4b019f3432a61483bb325a0f088ea92d6fede44d7a300c15659411c8927fa2a0586182226315b6d6796641ca1d8746f7fd49e21fe21505adec1fc38ae32f
 WHIRLPOOL 
b086fb34363b2426f5e91c14916b747787feadf37c609f4aea1f08bd235e9e97df17f5bfa0eb9e65e93fbed3df5eb6c021287c4eb987a3362ea87cf96eaf268e
+DIST mariadb-10.0.22.tar.gz 56252325 SHA256 
9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b SHA512 
68e30de616c83be5fbcfb3c5777c1ec888d8ada0c83c5de2a49d209eb6d27931c87be82096f73372da1ebcf48eafd294f94bece039caa73c1ee6cbf26718673d
 WHIRLPOOL 
84e08c1d336fb64dcb6bc823a465950999d395ed2a85ecf0b6cc0b4095fbb2f919f70670ec9e30fb5494ef0309966ebf2a115e4c781f0917c16806aad4b2695d
 DIST mariadb-10.1.8.tar.gz 53920483 SHA256 
7cbf6a4649aa6dc9cd1dc24424ade7b994de78582ce4d47ca0f4cd1c4c003bfa SHA512 
6bb282f814a0d7a6d8e06feb11a819bf9fc6f240428e4a03716a50f2291e070d789224e7f88b4b9b33a160424c4cc0b9deef96c280dcc900476ffc9888dccb45
 WHIRLPOOL 
65d6857a5f10880aadd391e5eff1fc2c2cc68909e94b75da7e4d52e5405d780ecfaeb4d51f6e7d1ed9a531ef206c64057a17c028d1c5e0ba85dae185234eac37
 DIST mariadb-5.5.46.tar.gz 45683962 SHA256 
45b66b7adc87cad32e553df1d5211e5b6426b78a3bc318a5ccde088bf93e6e10 SHA512 
91e5d3d46da9932fdd80125abf77cea411158e04212ae6dea1aa7a9260626c9dfded967af7173a152f488f38c35ff423fcba4098fa337814956c6fa8719c6080
 WHIRLPOOL 
7da1dc60dca37605c56291544b6d0dfc09a7a76c139b14d1277980d079251d02389efdbde56d23402d659e9c0830fd7ab7998833e1b5fcd33dcab436ea21b74c
 DIST mysql-extras-20141215-0144Z.tar.bz2 1494767 SHA256 
4757043858110654d52b0e6dccab064987ab5db8ae4ae99863cf86df0b90f947 SHA512 
7a9b733d09f44b1faff19a496a3e820e444b339838665e6f37c4fddc8f2ad67e805082d598c4edc06fda9364f9906e4cf95520552f72d6b6df34413f38e7a2ed
 WHIRLPOOL 
99ea6890a5faf097b941707538b68f62390e1a49ee662a87c27435a317a9a3f37f00802e72f86b52993b3d1674b57645db0f7e73379ab88fbc1d0ef791cf4326

diff --git a/dev-db/mariadb/mariadb-10.0.22-r1.ebuild 
b/dev-db/mariadb/mariadb-10.0.22-r1.ebuild
new file mode 100644
index 000..fbba5c3
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.0.22-r1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+MY_EXTRAS_VER="20150717-1707Z"
+HAS_TOOLS_PATCH="1"
+SUBSLOT="18"
+
+inherit toolchain-funcs mysql-multilib
+IUSE="${IUSE}"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+RDEPEND="${RDEPEND}"
+
+# Official test instructions:
+# USE='embedded extraengine perl openssl static-libs' \
+# FEATURES='test userpriv -usersandbox' \
+# ebuild mariadb-X.X.XX.ebuild \
+# digest clean package
+multilib_src_test() {
+
+   if ! multilib_is_native_abi ; then
+   einfo "Server tests not available on non-native abi".
+   return 0;
+   fi
+
+   local TESTDIR="${BUILD_DIR}/mysql-test"
+   local retstatus_unit
+   local retstatus_tests
+
+   if use server ; then
+
+   # Bug #213475 - MySQL _will_ object strenously if your machine 
is named
+   # localhost. Also causes weird failures.
+   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must 
NOT be named localhost"
+
+   if [[ $UID -eq 0 ]]; then
+   die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
+   fi
+   has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
+
+   einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
+   addpredict /this-dir-does-not-exist/t9.MYI
+
+   # Run CTest (test-units)
+   cmake-utils_src_test
+   

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

2015-10-29 Thread Ulrich Müller
commit: 1a9358d09378ebf75fd5b7342ce736cb3c3aff21
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 29 19:40:47 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 29 19:40:47 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=1a9358d0

pms.cls: Move newcolumntype definition to class.

 eapi-differences.tex | 1 -
 ebuild-env-vars.tex  | 1 -
 pms.cls  | 3 +++
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 04e5f83..3cf311f 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -4,7 +4,6 @@
 
 \ChangeWhenAddingAnEAPI{5}
 \begin{landscape}
-\newcolumntype{P}[1]{>{\setlength{\rightskip}{0pt plus 1fil}}p{#1}}
 \begin{longtable}{llP{5em}P{5em}P{6em}P{6em}P{6em}P{6em}}
 \caption{Features in EAPIs}\\
 \toprule

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 0120bfd..4623d52 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -18,7 +18,6 @@ variable.
 \addtolength{\marginparsep}{-\textwidth} % FIXME
 \setlength{\LTleft}{25mm plus 1fil}
 \setlength{\LTright}{0pt plus 1fil}
-\newcolumntype{P}[1]{>{\setlength{\rightskip}{0pt plus 1fil}}p{#1}}
 \begin{longtable}{!{\extracolsep{\fill}} l P{7.5em} l p{0.5\linewidth}}
 \caption{Defined variables\label{tab:defined_vars}}\\
 \toprule

diff --git a/pms.cls b/pms.cls
index 80ba8e8..72d0b9a 100644
--- a/pms.cls
+++ b/pms.cls
@@ -123,6 +123,9 @@
   \end{table}
 }
 
+% Define a new column type P for tables, like p but with ragged-right text
+\newcolumntype{P}[1]{>{\setlength\rightskip{0pt plus 1fil}}p{#1}}
+
 % Prevent numbers in list of tables from overrunning into the table captions
 \renewcommand*{\l@figure}{\@dottedtocline{1}{1.5em}{2.8em}} % was 2.3em
 \let\l@table\l@figure



[gentoo-commits] proj/hardened-patchset: New tag: 20151029

2015-10-29 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 20:43:47 2015 +

New tag: 20151029




[gentoo-commits] proj/hardened-patchset: New tag: 20151029

2015-10-29 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 20:52:27 2015 +

New tag: 20151029




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

2015-10-29 Thread Michał Górny
commit: 1869920ea6d1b3b415af43a1225fd68201bf4515
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 29 20:32:54 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 29 20:32:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1869920e

dev-python/pydb: Migrate to python-single-r1

 dev-python/pydb/pydb-1.26-r2.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-python/pydb/pydb-1.26-r2.ebuild 
b/dev-python/pydb/pydb-1.26-r2.ebuild
new file mode 100644
index 000..0c3bd07
--- /dev/null
+++ b/dev-python/pydb/pydb-1.26-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit elisp-common python-single-r1
+
+DESCRIPTION="Extended python debugger"
+HOMEPAGE="http://bashdb.sourceforge.net/pydb/;
+SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+DEPEND="
+   emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # Fix pydb symlinks.
+   sed -e '/$(LN_S) "$(DESTDIR)$(pkgpythondir)\/$(python_debugger_script)" 
"$(DESTDIR)$(bindir)\/$(bin_SCRIPTS)"/s/$(DESTDIR)$(pkgpythondir)/$(pkgpythondir)/'
 -i Makefile.in
+}
+
+src_configure() {
+   econf --with-lispdir="${SITELISP}/${PN}" \
+   EMACS="$(usex emacs "${EMACS}" no)" \
+   --with-python="${PYTHON}"
+#  --with-site-packages=$(python_get_sitedir) \
+}



[gentoo-commits] proj/hardened-patchset: Tag deleted: 20151029

2015-10-29 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 20:50:02 2015 +

Tag deleted: 20151029




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

2015-10-29 Thread Michał Górny
commit: 6ae778059fa8bcd4c49167ce47cef36e4b421ed1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 29 20:48:29 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 29 20:49:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae77805

dev-util/sysdig: Build against correct kernel, #564282

Pass KERNELDIR to kernel module build to force correct kernel source
directory.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564282

 dev-util/sysdig/sysdig-0.1.104.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/sysdig/sysdig-0.1.104.ebuild 
b/dev-util/sysdig/sysdig-0.1.104.ebuild
index 0c4d00a..b6f02fe 100644
--- a/dev-util/sysdig/sysdig-0.1.104.ebuild
+++ b/dev-util/sysdig/sysdig-0.1.104.ebuild
@@ -64,6 +64,7 @@ src_configure() {
 
# setup linux-mod ugliness
MODULE_NAMES="sysdig-probe(extra:${BUILD_DIR}/driver:)"
+   BUILD_PARAMS='KERNELDIR="${KERNEL_DIR}"'
BUILD_TARGETS="driver"
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/

2015-10-29 Thread Alon Bar-Lev
commit: 0ee3c4ae14e189de96413789f73d7a467a08630c
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Oct 29 20:55:26 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Thu Oct 29 20:55:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee3c4ae

net-dns/openresolv: version bump

Package-Manager: portage-2.2.20.1

 net-dns/openresolv/Manifest|  1 +
 net-dns/openresolv/openresolv-3.7.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/net-dns/openresolv/Manifest b/net-dns/openresolv/Manifest
index 65e7f0d..154de89 100644
--- a/net-dns/openresolv/Manifest
+++ b/net-dns/openresolv/Manifest
@@ -1,3 +1,4 @@
 DIST openresolv-3.6.1.tar.bz2 16803 SHA256 
38a6908c07b8474cf489095026808d1c5ea5c53bb299beaecd23c05593b09eab SHA512 
9735eba662a2b1299db5bfb7ae3bf19b32ca4eb349883011c3752af3bb3becd2f58ede5743d32bc38b17dcae7b0cfa28dc8a57079de90cb141412bd01033637f
 WHIRLPOOL 
d589bb982bb3c68077b70498ddb57a23a44a1a4e33235bb92f092f89b450cd10ebab55283e78c7c7bf012d1470f41e2702f5fecd8ff0730c17f9b6e163abc387
 DIST openresolv-3.6.2.tar.bz2 17430 SHA256 
b0fd1ca59d2ee407db5e9b35d1ef8b670bc808fcc9db7aa31b0784cdd01825d0 SHA512 
c3f987c7a45d4c06a2474b8f37a24eb4f9f86b8742486b4e533199003e188209231429aee7c670649fa0f5c0bc45b3a2cd02aab2d0177032cd6bd6bc52162399
 WHIRLPOOL 
2cfe53c2d62d9f4396f23299d52ed247f910ac32e7c1a52a61856826736e04d012bc379137275e7dcbdbb6fe71181875bb2f73525e6370b3a0166123e38aa19a
 DIST openresolv-3.7.0.tar.bz2 17699 SHA256 
8b7c0b2f6165b51893bceeb2ea1d3e85c08cbd1afc65319003a912166f8c35de SHA512 
230df582176f7ade598e2a92834a10f4fd5d1b7d020804694924fe281b5a78fdb73d94eeff32e2a285b0c1557f4517e6b31cf8a3162fc3fa3928283f50527946
 WHIRLPOOL 
320122ae3dac8f4772badae533da65b8a6fb8ccabf72dbc0d6096fffd8ad5ad4109bc7170e3b73494da94a27db46c96bfea9d5c87aae16a008f4f87772e45616
+DIST openresolv-3.7.2.tar.xz 17340 SHA256 
8eac062f3c67d636bd0e898893bd5c7368ad0c470d50be2d0e73c14de037 SHA512 
cc5b54bf0d4e62c345cad9a4973447d38773d992ac9753ca873c472e8b5c4a3f5d926808c1627b54780ff7d70cd3d4e5f26fa169f7337323eae9e33326d7e349
 WHIRLPOOL 
8876df85c0c2a6dc344a2a5fd89586a5e087970e5304d6a40a8992d4a1106c89ae4dae3717523323262f5b74426c2f1b10faf9904ca06829db4cea9b4a693c34

diff --git a/net-dns/openresolv/openresolv-3.7.2.ebuild 
b/net-dns/openresolv/openresolv-3.7.2.ebuild
new file mode 100644
index 000..1af747f
--- /dev/null
+++ b/net-dns/openresolv/openresolv-3.7.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="A framework for managing DNS information"
+HOMEPAGE="http://roy.marples.name/projects/openresolv;
+SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="selinux"
+
+DEPEND="!net-dns/resolvconf-gentoo
+   !

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

2015-10-29 Thread Patrice Clement
commit: bcdf61d3aa131850af8d3165c6100a7f0a9a60d5
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 29 21:34:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 29 21:34:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcdf61d3

app-admin/entr: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/entr/Manifest|  1 -
 app-admin/entr/entr-3.2.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest
index 67866f8..14d0172 100644
--- a/app-admin/entr/Manifest
+++ b/app-admin/entr/Manifest
@@ -1,2 +1 @@
-DIST entr-3.2.tar.gz 22203 SHA256 
b1eee00afbeccf03010c1c557436854be6aaf0ef9b72ab8d44b94affdd7d7146 SHA512 
7287dfe86b829a73049dfbac78c76e06e69b1172bece80120977f03492ff325d0c026cb58d1ab56a10897beebbcfb0c2130aaf5167ad68fdbc5daa0959cc22b7
 WHIRLPOOL 
6c139c7f841a77a7420f8a09d47dedb38685016f0f3649b6a407d6c0c88040654783a3f3457f1c9523326a209a69468428158a1c3f1341fd8608ce32d40f5ff9
 DIST entr-3.3.tar.gz 22159 SHA256 
701cb7b0a72b6c9ba794ad7cc15b6ebcc2e0c978bb6906c8ae407567a044461f SHA512 
aa45bef57fb12d5ddaaebd8de03df33b69a833e4b729ad9fb0844af1c8b7031fc37ca1c81170b20967aa7dbf8854849a7b1f46da6d1d13a49d4d33502269bbca
 WHIRLPOOL 
97f256bb37f0e517365ef7f3353d08b7c702a8182051c985c13efee3613d43eeda9da8a2911407a733c5f51e66e0fd5204a07b13f11c49ab7449ddb7d69b4334

diff --git a/app-admin/entr/entr-3.2.ebuild b/app-admin/entr/entr-3.2.ebuild
deleted file mode 100644
index fb6aaa5..000
--- a/app-admin/entr/entr-3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org/;
-SRC_URI="http://entrproject.org/code/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-src_unpack() {
-   unpack "${P}.tar.gz"
-   mv eradman-* "${P}"
-}
-
-src_configure() {
-   sh configure || die
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-}



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

2015-10-29 Thread Manuel Rüger
commit: 445b2d7a80413a6e63cb8892f9a7f626782349ce
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Oct 29 20:47:55 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Oct 29 20:47:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445b2d7a

net-print/cups-filters: Remove old

Package-Manager: portage-2.2.23

 net-print/cups-filters/Manifest   |   2 -
 net-print/cups-filters/cups-filters-1.0.73.ebuild | 122 --
 net-print/cups-filters/cups-filters-1.0.74.ebuild | 122 --
 3 files changed, 246 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 9807d41..7039cce 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,6 +1,4 @@
 DIST cups-filters-1.0.71.tar.xz 1339116 SHA256 
3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f SHA512 
dc243e88d535c8d7e7fd53074b1093a46fc22742504efa09096d2b216846df875e4d914f25d2f726034692538cfdf1b713bc1ef44d199003a21e242b99f44a01
 WHIRLPOOL 
4afc7079594563f57af81501192cc0cba19db6cd5c10a9544339858a343e245b485e528fbf80eecd711341b23b8321bde817c49db7ddd2f0b801da2b4b9c580d
-DIST cups-filters-1.0.73.tar.xz 1351652 SHA256 
84521dc5079e683144e95e22ffcdbc3d51c44f9d4079c5bcc7f7ff421e94ec75 SHA512 
ae380403569640fab21c9a0914b894628bcc57b709d68c05b620ec425734436281fe752d99b83c114927110489e523ffdb676b723109094dc7ef6d53bc9e8f41
 WHIRLPOOL 
3c447ed182a73cab84349101f5846c0cf9784de0b50960bc689de3f4086becf392229d378cc5fa70857adc66191f67e564ed5b6f2c081a7184e62b788d1f80f9
-DIST cups-filters-1.0.74.tar.xz 1352328 SHA256 
55e86080c3778d247d88bf6232947cb7c2057a6bce501c6e707800846f71119b SHA512 
b7eac4915ee95524af37342bd3dcb4a430052f32360654df5c2cab9373c1c1993d51f5066b44936f5a0ed43b4f34ff22db54f65de1eff4361469577621496954
 WHIRLPOOL 
07da3a30af49b6ae73d308260b73ef4a67989fab9a2546bd40c75a921c51e058b2e7cab418d8e8e51def1dc414ba6d9c7924cddd1652b59fb160d07806b0454d
 DIST cups-filters-1.0.75.tar.xz 1352492 SHA256 
7c69ecea306e33d940b698ef34230c126a1016a5a02c8b18faa466d1aa4c3073 SHA512 
a385f4c3aeca8c9a8c9b577b4f90e3e4ceb4488795dd5215b36a6d34832b0719d08d4bd8f653bda6182e5433ee046bae00dd1ab46aa932e66480e3657225c15f
 WHIRLPOOL 
4fcd637c445a7f9b18a8b29185e36169be766f743ff14f1601909110fdb40a4e42c6e58253d63162b263d2efd15f98de0e3731ad1afcb6c909a497c798a3b6d3
 DIST cups-filters-1.0.76.tar.xz 1353016 SHA256 
b3a190b11a102af6994e41d2cfa47e5caf999c7d046f3c0b940f6b38729f5b32 SHA512 
1c438ffc10551b79468f7f850e8f036defaa9c2e1114153107ff909904f25786c36635ea29cb8b07a2d6df37ab2e68bd91731d783e279f1a36decba9204baf7d
 WHIRLPOOL 
c9f0e0347f434aab1bc041c56704343fea1c656a355d69d274f3ab5883471815962ae23e9d96533b945e119dff4d3d8204a31b35a179e59b435d067fdc8e2a07
 DIST cups-filters-1.1.0.tar.xz 1357364 SHA256 
03505a803799308f22bebd6ff8162a12efb4cfd5cfcd39f81479ae6301d52c7b SHA512 
1138aa4c9ff6f870b018af738d221cc20ba01375cfb6f63a87a62277f4180ca3c426a79c2c19ccbf6d592245c22c926cd86afc0a9987f20b545047a1e3c4dbb4
 WHIRLPOOL 
15caeb7d705068824ea6f1e6776d30110af056e8ed9299eea84c111d3f884dc29cdec34591c8bf71be597b02bdadedd99517934bb6b78c339d9efb4be335fd8e

diff --git a/net-print/cups-filters/cups-filters-1.0.73.ebuild 
b/net-print/cups-filters/cups-filters-1.0.73.ebuild
deleted file mode 100644
index 924c515..000
--- a/net-print/cups-filters/cups-filters-1.0.73.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit base eutils perl-module autotools systemd
-
-if [[ "${PV}" == "" ]] ; then
-   inherit bzr
-   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
-   KEYWORDS=""
-else
-   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic jpeg perl png static-libs tiff zeroconf"
-
-RDEPEND="
-   >=app-text/ghostscript-gpl-9.09
-   app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)]
-   >=app-text/qpdf-3.0.2:=
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/lcms:2
-   >=net-print/cups-1.7.3
-   !<=net-print/cups-1.5.
-   sys-devel/bc
-   sys-libs/zlib
-   dbus? ( sys-apps/dbus )
-   foomatic? ( !net-print/foomatic-filters )
-   jpeg? ( virtual/jpeg:0 )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   tiff? ( media-libs/tiff:0 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-"
-
-src_prepare() {
-   base_src_prepare
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac 

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

2015-10-29 Thread Manuel Rüger
commit: 1f5b069050a9de475d9444e8bdecc112b5cef34c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Oct 29 20:46:52 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Oct 29 20:46:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5b0690

net-print/cups-filters: Version bump

Package-Manager: portage-2.2.23

 net-print/cups-filters/Manifest  |   1 +
 net-print/cups-filters/cups-filters-1.1.0.ebuild | 122 +++
 2 files changed, 123 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 35c3c93..9807d41 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -3,3 +3,4 @@ DIST cups-filters-1.0.73.tar.xz 1351652 SHA256 
84521dc5079e683144e95e22ffcdbc3d5
 DIST cups-filters-1.0.74.tar.xz 1352328 SHA256 
55e86080c3778d247d88bf6232947cb7c2057a6bce501c6e707800846f71119b SHA512 
b7eac4915ee95524af37342bd3dcb4a430052f32360654df5c2cab9373c1c1993d51f5066b44936f5a0ed43b4f34ff22db54f65de1eff4361469577621496954
 WHIRLPOOL 
07da3a30af49b6ae73d308260b73ef4a67989fab9a2546bd40c75a921c51e058b2e7cab418d8e8e51def1dc414ba6d9c7924cddd1652b59fb160d07806b0454d
 DIST cups-filters-1.0.75.tar.xz 1352492 SHA256 
7c69ecea306e33d940b698ef34230c126a1016a5a02c8b18faa466d1aa4c3073 SHA512 
a385f4c3aeca8c9a8c9b577b4f90e3e4ceb4488795dd5215b36a6d34832b0719d08d4bd8f653bda6182e5433ee046bae00dd1ab46aa932e66480e3657225c15f
 WHIRLPOOL 
4fcd637c445a7f9b18a8b29185e36169be766f743ff14f1601909110fdb40a4e42c6e58253d63162b263d2efd15f98de0e3731ad1afcb6c909a497c798a3b6d3
 DIST cups-filters-1.0.76.tar.xz 1353016 SHA256 
b3a190b11a102af6994e41d2cfa47e5caf999c7d046f3c0b940f6b38729f5b32 SHA512 
1c438ffc10551b79468f7f850e8f036defaa9c2e1114153107ff909904f25786c36635ea29cb8b07a2d6df37ab2e68bd91731d783e279f1a36decba9204baf7d
 WHIRLPOOL 
c9f0e0347f434aab1bc041c56704343fea1c656a355d69d274f3ab5883471815962ae23e9d96533b945e119dff4d3d8204a31b35a179e59b435d067fdc8e2a07
+DIST cups-filters-1.1.0.tar.xz 1357364 SHA256 
03505a803799308f22bebd6ff8162a12efb4cfd5cfcd39f81479ae6301d52c7b SHA512 
1138aa4c9ff6f870b018af738d221cc20ba01375cfb6f63a87a62277f4180ca3c426a79c2c19ccbf6d592245c22c926cd86afc0a9987f20b545047a1e3c4dbb4
 WHIRLPOOL 
15caeb7d705068824ea6f1e6776d30110af056e8ed9299eea84c111d3f884dc29cdec34591c8bf71be597b02bdadedd99517934bb6b78c339d9efb4be335fd8e

diff --git a/net-print/cups-filters/cups-filters-1.1.0.ebuild 
b/net-print/cups-filters/cups-filters-1.1.0.ebuild
new file mode 100644
index 000..924c515
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.1.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit base eutils perl-module autotools systemd
+
+if [[ "${PV}" == "" ]] ; then
+   inherit bzr
+   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
+   KEYWORDS=""
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups PDF filters"
+HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg perl png static-libs tiff zeroconf"
+
+RDEPEND="
+   >=app-text/ghostscript-gpl-9.09
+   app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)]
+   >=app-text/qpdf-3.0.2:=
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+"
+
+src_prepare() {
+   base_src_prepare
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   $(use_enable dbus) \
+   $(use_enable zeroconf avahi) \
+   $(use_enable static-libs static) \
+   --with-fontdir="fonts/conf.avail" \
+   --with-pdftops=pdftops \
+   --enable-imagefilters \
+   $(use_with jpeg) \
+   $(use_with png) \
+   $(use_with tiff) \
+   --with-rcdir=no \
+   --with-browseremoteprotocols=DNSSD,CUPS \
+   --without-php
+}
+
+src_compile() {
+   MAKEOPTS=-j1 default
+
+   if use perl; then
+   pushd "${S}/scripting/perl" > /dev/null
+   

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

2015-10-29 Thread James Le Cuirot
commit: bbe9b0a5f573208c4a8d779a9de43af53b10ef63
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct 29 20:34:11 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct 29 20:35:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe9b0a5

profiles: Mask dev-java/flute

Dead project with no revdeps. Removal in 30 days.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index de47a22..e857f91 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (29 Oct 2015)
+# Dead project with no revdeps. Removal in 30 days.
+dev-java/flute
+
 # Patrice Clement  (29 Oct 2015)
 # Upstream is somewhat alive but there are better XML parsers out there.
 # Removal in 30 days. See #268619.



[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-10-29 Thread Anthony G. Basile
commit: 75833d92fdf5dadb4afb0bb01e72dd0f801ebbd2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 29 21:20:03 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 21:20:03 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=75833d92

sys-kernel/hardened-sources: testing patchset 20151029.

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 0x9384FA6EF52D4BBA

 ...hardened-sources-4.2.4-r2.ebuild => hardened-sources-4.2.5.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.4-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild
similarity index 94%
rename from sys-kernel/hardened-sources/hardened-sources-4.2.4-r2.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild
index 4a85c63..1043410 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.2.4-r2.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="6"
+K_GENPATCHES_VER="8"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



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

2015-10-29 Thread Patrice Clement
commit: 29cb75279d20d80aa71d90c8a00a12fac7099891
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 29 21:03:06 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 29 21:23:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb7527

dev-java/maven-bin: Sort out dependencies.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/maven-bin/maven-bin-3.3.3-r1.ebuild | 110 +++
 1 file changed, 110 insertions(+)

diff --git a/dev-java/maven-bin/maven-bin-3.3.3-r1.ebuild 
b/dev-java/maven-bin/maven-bin-3.3.3-r1.ebuild
new file mode 100644
index 000..1019685
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.3.3-r1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_PV=${PV/_alpha/-alpha-}
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"
+SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
+HOMEPAGE="http://maven.apache.org/;
+
+LICENSE="Apache-2.0"
+SLOT="3.3"
+KEYWORDS="~amd64 ~x86"
+
+# TODO: Needs further resolution:
+#
+# - https://bugs.gentoo.org/show_bug.cgi?id=472850
+# - https://bugs.gentoo.org/show_bug.cgi?id=477436
+#
+CDEPEND="
+   dev-java/juel:0
+   dev-java/log4j:0
+   dev-java/jsoup:0
+   dev-java/jsr250:0
+   dev-java/commons-io:1
+   dev-java/aopalliance:1
+   dev-java/commons-cli:1
+   dev-java/javax-inject:0
+   dev-java/osgi-core-api:0
+   dev-java/commons-logging:0
+   java-virtuals/interceptor-api:0
+   java-virtuals/servlet-api:3.0"
+
+DEPEND="
+   ${CDEPEND}
+   || ( app-eselect/eselect-java app-eselect/eselect-maven )
+   || ( dev-java/commons-logging:0 dev-java/log4j:0 )
+   >=virtual/jdk-1.7"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_P}"
+
+MAVEN="${PN}-${SLOT}"
+MAVEN_SHARE="/usr/share/${MAVEN}"
+
+MAVEN_DEPENDENCIES=(
+   juel
+   jsoup
+   log4j
+   jsr250
+   javax-inject
+   commons-io-1
+   osgi-core-api
+   aopalliance-1
+   commons-cli-1
+   commons-logging
+   interceptor-api
+   servlet-api-3.0
+)
+
+java_prepare() {
+   rm -v bin/*.cmd lib/{aopalliance,commons-cli,javax.inject,jsr250}-*.jar 
|| die
+
+   chmod 644 boot/*.jar lib/*.jar conf/settings.xml || die
+
+   # Symlink jars.
+   cd lib || die
+
+   # Link deps.
+   for mvn_dep in "${MAVEN_DEPENDENCIES[@]}"; do
+   java-pkg_jar-from "${mvn_dep}"
+   done
+}
+
+# TODO: We should use jars from packages, instead of what is bundled.
+src_install() {
+   dodir "${MAVEN_SHARE}"
+
+   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
+
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/boot/*.jar
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
+
+   dodoc NOTICE README.txt
+
+   dodir /usr/bin
+   dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
+
+   # See bug #342901.
+   echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
+   doenvd "${T}/25${MAVEN}"
+}
+
+pkg_postinst() {
+   eselect maven update mvn-${SLOT}
+}
+
+pkg_postrm() {
+   eselect maven update
+}



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

2015-10-29 Thread Patrice Clement
commit: 79e767818db68d5e37084b8acf2a517e2888e2b2
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 29 21:33:41 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 29 21:33:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e76781

app-admin/entr: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/entr/Manifest|  1 +
 app-admin/entr/entr-3.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest
index c67f7f3..67866f8 100644
--- a/app-admin/entr/Manifest
+++ b/app-admin/entr/Manifest
@@ -1 +1,2 @@
 DIST entr-3.2.tar.gz 22203 SHA256 
b1eee00afbeccf03010c1c557436854be6aaf0ef9b72ab8d44b94affdd7d7146 SHA512 
7287dfe86b829a73049dfbac78c76e06e69b1172bece80120977f03492ff325d0c026cb58d1ab56a10897beebbcfb0c2130aaf5167ad68fdbc5daa0959cc22b7
 WHIRLPOOL 
6c139c7f841a77a7420f8a09d47dedb38685016f0f3649b6a407d6c0c88040654783a3f3457f1c9523326a209a69468428158a1c3f1341fd8608ce32d40f5ff9
+DIST entr-3.3.tar.gz 22159 SHA256 
701cb7b0a72b6c9ba794ad7cc15b6ebcc2e0c978bb6906c8ae407567a044461f SHA512 
aa45bef57fb12d5ddaaebd8de03df33b69a833e4b729ad9fb0844af1c8b7031fc37ca1c81170b20967aa7dbf8854849a7b1f46da6d1d13a49d4d33502269bbca
 WHIRLPOOL 
97f256bb37f0e517365ef7f3353d08b7c702a8182051c985c13efee3613d43eeda9da8a2911407a733c5f51e66e0fd5204a07b13f11c49ab7449ddb7d69b4334

diff --git a/app-admin/entr/entr-3.3.ebuild b/app-admin/entr/entr-3.3.ebuild
new file mode 100644
index 000..6cafdf9
--- /dev/null
+++ b/app-admin/entr/entr-3.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Run arbitrary commands when files change"
+HOMEPAGE="http://entrproject.org/;
+SRC_URI="http://entrproject.org/code/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mv eradman-* "${P}"
+}
+
+src_configure() {
+   sh configure || die
+   sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+}



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

2015-10-29 Thread Patrice Clement
commit: c0055283d3d274784e8c25f2bb02054bada2a6d2
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 29 21:34:06 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 29 21:34:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0055283

dev-java/cssparser: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/cssparser/Manifest|  1 +
 dev-java/cssparser/cssparser-0.9.18.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index 618b261..391b463 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1 +1,2 @@
 DIST cssparser-0.9.17-sources.jar 244187 SHA256 
5bb68dd6788951487eedeb1ba198a290899e9fe04eab9598ef051e42218aaa88 SHA512 
6506483bb11d0d1a306308d8f458057f410b7e26db2f930e433878dfa97d29a3ece42cb27ce8715d908360e5ff7cacaf9d09323510ba036c7599ec67de970414
 WHIRLPOOL 
46781cb9d1fd939c11d5e2d816c70d3eef0bb7c2c421c9a45ddce5d2433a7e75d9540848743a62b7494ee2cd162ed10e71a9faacabc5bd897107627b011cea9a
+DIST cssparser-0.9.18-sources.jar 247345 SHA256 
41a5a7ff5cbf264634cad4f36eb3b7711f652271b66f858ad690fb5d457f8a08 SHA512 
626ba47e5c222fff5438976ec53cd595864036f12788d84661c40d81975f14361461e176484ce063a9451eb572f3f4a881e88521be36b2903e9ec88b6a6c34a9
 WHIRLPOOL 
70cccda4d6c205f65b09c01474cf2fa0588cfdaad2c011ccf8c82828ff2813abe082ef52a596bf1300c0c2a56185e818bbc672f845cbf66aa4035bdca77a53db

diff --git a/dev-java/cssparser/cssparser-0.9.18.ebuild 
b/dev-java/cssparser/cssparser-0.9.18.ebuild
new file mode 100644
index 000..cda7022
--- /dev/null
+++ b/dev-java/cssparser/cssparser-0.9.18.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI="5"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="API for parsing CSS 2 in Java"
+HOMEPAGE="http://cssparser.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/sac:0"
+DEPEND=">=virtual/jdk-1.6
+   ${CDEPEND}"
+RDEPEND=">=virtual/jre-1.6
+   ${CDEPEND}"
+
+JAVA_GENTOO_CLASSPATH="sac"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/static-dev/

2015-10-29 Thread Mike Frysinger
commit: cc958c3d516d66978ecb1b8835518fedf4cce950
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Oct 29 22:00:52 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Oct 29 22:01:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc958c3d

sys-fs/static-dev: update to EAPI=5 for pkg_pretend #469620

With newer EAPIs we can run the checks sooner when we know we'll
be doing a merge of the package.

 sys-fs/static-dev/static-dev-0.1.ebuild | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild 
b/sys-fs/static-dev/static-dev-0.1.ebuild
index cdafd45..099adc3 100644
--- a/sys-fs/static-dev/static-dev-0.1.ebuild
+++ b/sys-fs/static-dev/static-dev-0.1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI="5"
+
 DESCRIPTION="A skeleton, statically managed /dev"
 HOMEPAGE="https://bugs.gentoo.org/107875;
 SRC_URI=""
@@ -12,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 
sh sparc x86"
 IUSE=""
 
 RDEPEND="sys-apps/makedev"
+DEPEND="${RDEPEND}"
 
 abort() {
echo
@@ -20,10 +23,17 @@ abort() {
die "Cannot install on udev/devfs tmpfs."
 }
 
-pkg_preinst() {
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} == "buildonly" ]] ; then
+   # User is just compiling which is fine -- all our checks are 
merge-time.
+   return
+   fi
+
+   # We want to not clobber udev (tmpfs) or older devfs setups.
if [[ -d ${ROOT}/dev/.udev || -c ${ROOT}/dev/.devfs ]] ; then
abort
fi
+   # We also want to not clobber newer devtmpfs setups.
if [[ ${ROOT} == "/" ]] && \
   ! awk '$2 == "/dev" && $3 == "devtmpfs" { exit 1 }' /proc/mounts ; 
then
abort



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/

2015-10-29 Thread Manuel Rüger
commit: 8d534439e781edbe048078fb67cf2561e687fefc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Oct 29 23:05:46 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Oct 29 23:05:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d534439

dev-lua/lua-zlib: Use proper mycmakeargs variable

Gentoo-Bug: #563892

Package-Manager: portage-2.2.23

 dev-lua/lua-zlib/lua-zlib-0.4-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-lua/lua-zlib/lua-zlib-0.4-r1.ebuild 
b/dev-lua/lua-zlib/lua-zlib-0.4-r1.ebuild
new file mode 100644
index 000..3a9bc37
--- /dev/null
+++ b/dev-lua/lua-zlib/lua-zlib-0.4-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Lua bindings to zlib"
+HOMEPAGE="https://github.com/brimworks/lua-zlib;
+SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/lua:0
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_unpack() {
+   unpack ${A}
+   mv *-${PN}-* "${S}" || die
+}
+
+src_configure() {
+   local mycmakeargs="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD 
lua)'"
+   cmake-utils_src_configure
+}



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

2015-10-29 Thread Michael Palimaka
commit: fe3b85da78f71e216db805a81ca67bad00ebb329
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 16:47:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 16:48:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3b85da

dev-qt/qtgui: remove unused local USE description

Package-Manager: portage-2.2.20.1

 dev-qt/qtgui/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
index 81af19f..0cdbb9c 100644
--- a/dev-qt/qtgui/metadata.xml
+++ b/dev-qt/qtgui/metadata.xml
@@ -10,7 +10,6 @@
inside the event loop (recommended by upstream)
Use GLES 2.0 or later instead of full 
OpenGL
Enable integration with the 
dev-libs/glib event loop
-   Build the GTK platform theme plugin
Build a widgets style that mimics the 
active GTK+ theme
Use media-libs/harfbuzz for 
text shaping
Build the IBus input method plugin



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

2015-10-29 Thread Michael Palimaka
commit: ea4e198005f4ca2ebdf3549ffc79223c4decd301
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 16:45:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 16:48:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e1980

dev-qt/qtgui: ensure that a GL integration plugin is always built

Gentoo-bug: 563156

Package-Manager: portage-2.2.20.1

 dev-qt/qtgui/qtgui-5.5.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qtgui/qtgui-5.5.1.ebuild b/dev-qt/qtgui/qtgui-5.5.1.ebuild
index 507b6d3..c406993 100644
--- a/dev-qt/qtgui/qtgui-5.5.1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.5.1.ebuild
@@ -22,6 +22,7 @@ REQUIRED_USE="
eglfs? ( egl )
ibus? ( dbus )
libinput? ( udev )
+   xcb? ( gles2? ( egl ) )
 "
 
 RDEPEND="



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

2015-10-29 Thread Michael Palimaka
commit: b45c71d27e774e2174706b1264e4c672a37b5321
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 29 17:13:29 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 29 17:13:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45c71d2

media-video/smplayer: restore ppc keyword

Gentoo-bug: 538804

Package-Manager: portage-2.2.20.1

 media-video/smplayer/smplayer-14.9.0.6994.ebuild | 2 +-
 media-video/smplayer/smplayer-15.9.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/smplayer/smplayer-14.9.0.6994.ebuild 
b/media-video/smplayer/smplayer-14.9.0.6994.ebuild
index 966f0c7..c1c0700 100644
--- a/media-video/smplayer/smplayer-14.9.0.6994.ebuild
+++ b/media-video/smplayer/smplayer-14.9.0.6994.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="autoshutdown bidi debug mpris +qt4 qt5 streaming"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 

diff --git a/media-video/smplayer/smplayer-15.9.0.ebuild 
b/media-video/smplayer/smplayer-15.9.0.ebuild
index ea8286e..2e60a50 100644
--- a/media-video/smplayer/smplayer-15.9.0.ebuild
+++ b/media-video/smplayer/smplayer-15.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="autoshutdown bidi debug mpris +qt4 qt5 streaming"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 



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

2015-10-29 Thread Andreas Hüttel
commit: f368810e9ce3ddc95876e7e7f84dca9dbf71dc28
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Fri Oct 30 00:23:55 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct 30 00:23:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f368810e

app-office/libreoffice: Version bump, without keywords until official release

Package-Manager: portage-2.2.23

 app-office/libreoffice/Manifest   |   2 +
 app-office/libreoffice/libreoffice-5.0.3.2.ebuild | 608 ++
 2 files changed, 610 insertions(+)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index a7c9aba..fefc264 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -10,8 +10,10 @@ DIST libreoffice-4.4.5.2.tar.xz 164472672 SHA256 
3aeb4f08918c6ca6ec12fc47c2be690
 DIST libreoffice-5.0.1.2.tar.xz 167364360 SHA256 
0751b9caebeb54e2c6702a58aae66a29ac59414088ccd4e7d84625d02d0fd21a SHA512 
d58d104705fd80425a00ce61771dbd4bef74cda20028fb2afcc1ea44aa304048b8e96bf654ecc2619362a09d05801212bee1e9bc9c80e693c986021a55c0e725
 WHIRLPOOL 
eadd72f705745632c05efcb2e4c85c3440be18f16f16805f241a653c39f204145a10e6e2cbb432d3a4801e652affd677756ee1f6cad1db120c5ffc47843a89f6
 DIST libreoffice-5.0.2.2.tar.xz 166869100 SHA256 
01f0680709432039762fa608bcb1240786d2b6549099a96095aab92dcebbc176 SHA512 
7a72ed01b0f9fc131b7241ea4d1bb70bc813752e33d8e823e91a769d77308d2eec2d32a0fac61bdb41fd605a6f91dbaa3d5478a0b150e64fa9f7e47724f46cce
 WHIRLPOOL 
85a592a0f478b1957d22d932adee758d48084c0c7ee00c0549fa8c956fd30f5eead09f6fc802d22d9613bda8da0c708ec99fb6d10fd82e0922c6da96a326a14c
 DIST libreoffice-5.0.3.1.tar.xz 166989184 SHA256 
550242d6b986fc0486e7ec4e1fd7d99796f9bf63610d4dec84d77f165585 SHA512 
0e157f2f126f530dbcf4849a78ce04e6abb92aed3308aae5d0b644377afea572869660624ef4ceeedcb29eaefb3c9e6defd1241a4e6be931dd39a7286325a288
 WHIRLPOOL 
3074c618bf98f88de6b21759c6b183e2c836e0f1577ed5b1af4eb2cd1de71b606abc151a29d2f491f4bdfbecd1f6df9eb3f21252c81205c4edcfbd1ae9611619
+DIST libreoffice-5.0.3.2.tar.xz 167009360 SHA256 
77f9c9569c1199d914f38afa01547c1874535c56ad74b19614a0afc3ad66d4bd SHA512 
fe49577d26c2241a2e7d6f2e8faa25cacf77dc94dbe76f7dbbf1b208295695298d24842c73444b284e9af2a323b7536cce6727ffab0431ac22d80691a9902e62
 WHIRLPOOL 
2a907729d9f2b436a0206f558022d9ace69d494106e3c76f9c141d1202438ca7c662eca102595e8143cb4c70cece7f99b1093e813249433684725f3287d0
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 
22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 WHIRLPOOL 
1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538
 DIST libreoffice-help-4.4.5.2.tar.xz 1876044 SHA256 
66044aaff17cdf4d523ceea00197381bb50d4cb86359be83016a838c27761681 SHA512 
0d75f41fa3a7593c621fb3cd6e7f94fe24cb5d5251e05f9e67f58e6603853cceb2b4df2cb28228e7bf464d053b5ce068bcae752bdf6ba977fdde20882540c869
 WHIRLPOOL 
2715278ed374f8850ccd79e94682cc003b69501c7863c84b3dc609b0377277fa523bc8eba41d8045bff344b1cc70f08171f8acc1aebb47914a4ac190ee66bc49
 DIST libreoffice-help-5.0.1.2.tar.xz 1884112 SHA256 
c71db94564307f4bcea4d556a37d5ea946c87007fbf03fc7801fbe7bc197e947 SHA512 
edea7ade0a4a742788b8ceba627e9afe7ed29b4feaf6d091023697fb676421ee0a191e592991c6627d22ba7a41af2d847b188c23e42ef25f1067533b5d2a80c2
 WHIRLPOOL 
fc54629ee68f7c22ab07295b2569313a129f63850e67f1f3bd50bdc20a3d494ad48ca14f14f0a440fef78cceed2117ba31cac0930ac5b0382f285a31acc77b86
 DIST libreoffice-help-5.0.2.2.tar.xz 1882964 SHA256 
4342a5593ba8a33b1d63549f256a4127a0b51cc1a53faffdc2708f04fef5f094 SHA512 
1000423578211dc843dcedb9f864634235ab09d5234f8d8fe2897065207bdf6cd3bca7cdc1b3c012de0c78b585978a25c0df5048779bd0b9a734c9160064e313
 WHIRLPOOL 
8b92bcd19487c1c286a477ff0dc1b7e6bd9aaf862cfe002fadc25d461add4c4f2f8ee1e45ac0426dc2d27a6322317cacb7f65e9d0a6e6d6dad01075d18476363
 DIST libreoffice-help-5.0.3.1.tar.xz 1882408 SHA256 
22187900e65408f03ecb0a6463d7587ca27e32cd341d9ba0e55a99d8cdb3bc45 SHA512 
25bcc9343b6df145618e6e6a6427173418243bdc066b447764999704ffae2dcafa1a295828512aa3c8362e9a843267b7634d6b2c268bb57587fdd77c03b37522
 WHIRLPOOL 
cce758b2a8d66218bd94c4c66680a847cb5a0b9583798e8252acbd491bd18cfca56951fddc17ae270f69423346a7023f078d655bd6c07a51abef04887e0c4d51
+DIST libreoffice-help-5.0.3.2.tar.xz 1882292 SHA256 
7e5535b8bd9be88170abdef187d3cf16d2cccdb1fdbd4404a22f1cff55bd953e SHA512 
73de5507b0e7994a189d5580ad7bfdf842e9a3a10cc0a9bbe39eb11f20e47fa7016f6cf6748ad7c35260587cfc7078eaac6055b439292068a9d9783509bd715d
 WHIRLPOOL 
1e7c79250a407c0eac5f1538290dfe1f04b22799bc04a295cd6dfbf0405dc4478283dea09ede52adf25077729852c11f9f74e98f257c47a8a30b350d83d532ac

diff --git a/app-office/libreoffice/libreoffice-5.0.3.2.ebuild 
b/app-office/libreoffice/libreoffice-5.0.3.2.ebuild
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/hardened-sources/

2015-10-29 Thread Anthony G. Basile
commit: 7e51b7470d15f8a420bd62bffc3ec14b341e5cca
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 29 23:18:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 23:18:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e51b747

sys-kernel/hardened-sources: bump to 4.2.5

vanilla-4.2.5 + genpatches-4.2-8 + grsecurity-3.1-4.2.5-201510290852

Package-Manager: portage-2.2.20.1

 sys-kernel/hardened-sources/Manifest   |  2 +
 .../hardened-sources/hardened-sources-4.2.5.ebuild | 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 54fb1f3..a7093f0 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -4,7 +4,9 @@ DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9
 DIST deblob-check-4.2 681496 SHA256 
8b72723b3f5c651ba45017f557372dd25a43a1ce1b9ba622948399c20a5c318f SHA512 
63e86dc0a4e676b4d0d4497d275e9885bda57ee63453a4e9e08fa4327f51b10b80da70d3f1d688e7c447632b31a388eed98470d88f88f60b50c0d53f4803cd94
 WHIRLPOOL 
4ad1b38354e7ed7e5c82f348956bda5cfa704b21e6f395a3b53a7ae61806c9df593ee9e560d4ad60d1501f6c5381dc6d79194b4aed6810908616e795fc757fc9
 DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 
4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 
e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8
 WHIRLPOOL 
13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6
 DIST genpatches-4.2-6.base.tar.xz 99088 SHA256 
13305a0197320b4426f3c49be3f030af274ffe3a3a07fe79c8580207b38b3498 SHA512 
1bb5cedde8055917442613cbcf8f4c559fc54449dd974fff5b42367a8080a48ed4e49ceea96b8205eb2a8f4ea5a9b545a398a701c4c8512946f43a1275cb2784
 WHIRLPOOL 
856ee2d13f83501f5200649f00688f4a453b01958fa306ef883bc9134db566ca957bd8d863db73fe5137c34c84d61ec97b595e71178acf503ba5423946a9957f
+DIST genpatches-4.2-8.base.tar.xz 191276 SHA256 
395dc09c285606e830be9b002eec8968394ec2ac67eaec6673c0703196e708d8 SHA512 
216d8c9be1c3ed1fcc612e3739bf7186e996b6fca8ce3d08be4ea9da16f7d4f63a01d6e8606a83d2743f94ffe1640da9f2c1d588fddab51e0f25b090141a353d
 WHIRLPOOL 
fdb58098517642e5ec075218b612f765b559b6c850bfd678d3eb7fb0479bd175c6eb01896e552525eb6025a93e72ce204fa57c77f96a028ac0f93bc0c59d13c0
 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 
c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 
dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4
 WHIRLPOOL 
7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1
 DIST hardened-patches-4.2.4-3.extras.tar.bz2 1697474 SHA256 
a9c0b8913b2a0b48809c8a08f8f23652ce8ee4f29606ab4e951829009f276e35 SHA512 
13f043385acc29b1590cc5191e3d9569d48bb8636a24036e6d8f537d6ccaf08466bbcb3e662fca462f6c6c169e80e68987ab24e79001eed88b380dda016aa34a
 WHIRLPOOL 
03f0bd99e325609143a787201fedd49fad34be6e8c14124f22f265f50e0befb77226977b6ea8481b4449c6b8de17dbab09c3118220487293cd40827372b65141
+DIST hardened-patches-4.2.5-1.extras.tar.bz2 1610241 SHA256 
eb7ed83bea292cedb74b9edb478c152e95ab168542e4f0be500484b2be390f86 SHA512 
7a0c6d08158a63b1ad5e9030501624c183852abc71488d5fa30e17c88f52786141d410b06d1dc734cca5d46b52d0fae5377a452a46633d2f48057a568e29dc2e
 WHIRLPOOL 
89c54ee56f6ba6ce2e445f4f49ff3b32e2d6c452d186936531901906d71af956bfc9bc17c14bf30f1a8d0d20c76d5e5e02e1b33f0cce8deaf61246f89e101417
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.2.tar.xz 85507784 SHA256 
cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 
a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee
 WHIRLPOOL 
2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild
new file mode 100644
index 000..1043410
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-4.2.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base"
+K_GENPATCHES_VER="8"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version

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

2015-10-29 Thread Alexis Ballier
commit: 8a124c84a263ae9213c5abed8ea5f1dac3bd8028
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct 30 00:03:34 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct 30 00:03:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a124c84

Merge remote-tracking branch 'github/pr/266'

 net-misc/libres3/Manifest   |  1 +
 net-misc/libres3/libres3-1.1.ebuild | 79 +
 net-misc/libres3/metadata.xml   | 12 ++
 3 files changed, 92 insertions(+)



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

2015-10-29 Thread Alexis Ballier
commit: 8d7cd07d8a73c440139b1d0e16b8cc387b1102e2
Author: Matthew Brewer  sina  cn>
AuthorDate: Fri Oct 16 13:25:24 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Oct 28 15:38:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7cd07d

net-misc/libres3: new ebuild

 net-misc/libres3/Manifest   |  1 +
 net-misc/libres3/libres3-1.1.ebuild | 79 +
 net-misc/libres3/metadata.xml   | 12 ++
 3 files changed, 92 insertions(+)

diff --git a/net-misc/libres3/Manifest b/net-misc/libres3/Manifest
new file mode 100644
index 000..b18552b
--- /dev/null
+++ b/net-misc/libres3/Manifest
@@ -0,0 +1 @@
+DIST libres3-1.1.tar.gz 7025033 SHA256 
d4b3199db31844811290e8e9674bccd82c05e204537c499ac7d10d385b1cea13 SHA512 
cdbefef90076f9f94f3b1635639a4b64e7666532ae6f51434d344e5c4ef1d4dce2787c52903ee5f0d6630ff84d8e79e14c843ac84d9e1affd2c1f16a41ffcfa3
 WHIRLPOOL 
015f7af705a58a21e8392661ca3ac9c0373803f4b588140af27f2d7706a8e0948fffeed26201ee9bd58f8e71bc0cde4557aaedbfc54f769c9564ebf7c6115a8d

diff --git a/net-misc/libres3/libres3-1.1.ebuild 
b/net-misc/libres3/libres3-1.1.ebuild
new file mode 100644
index 000..66adbcf
--- /dev/null
+++ b/net-misc/libres3/libres3-1.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+inherit oasis findlib
+
+DESCRIPTION="Skylable LibreS3 - Amazon S3 open source replacement"
+HOMEPAGE="http://www.skylable.com/products/libres3;
+SRC_URI="http://cdn.skylable.com/source/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+OASIS_DOC_DIR="/usr/share/doc/${PF}"
+
+RDEPEND="
+   >=dev-lang/ocaml-4:=
+   dev-ml/camlp4:=
+   dev-ml/jsonm:=
+   dev-ml/lwt:=[react,ssl]
+   dev-ml/ocaml-base64:=
+   dev-ml/ocaml-dns:=[lwt(-)]
+   dev-ml/ocaml-ipaddr:=
+   dev-ml/ocaml-re:=
+   dev-ml/ocaml-ssl:=
+   >=dev-ml/ocamlnet-3.7.4:=[pcre]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   ml
+   proxy-maintainers
+   
+   tombo...@sina.cn
+   
+   
+   LibreS3 adds an S3-compatibility layer over SX Cluster. With 
LibreS3 you access the data stored in your storage cluster using any existing 
S3 client.
+   
+



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

2015-10-29 Thread Anthony G. Basile
commit: 8b896cc698e018d62cccd1e70a7365c43baa4ae9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 29 23:44:52 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 23:44:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b896cc6

profiles: remove old mask for =net-misc/tor-0.2.6.2_alpha-r1

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e857f91..9b26811 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,10 +366,6 @@ app-emulation/emul-linux-x86-jna
 # Mask live ebuild
 =dev-util/radare2-
 
-# Anthony G. Basile  (28 Jan 2015)
-# Its broken and we're waiting for fixes from upstream, bug #536196
-=net-misc/tor-0.2.6.2_alpha-r1
-
 # Anthony G. Basile  (9 Jan 2015)
 # p.mask the - version
 =dev-misc/i2pd-



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

2015-10-29 Thread Anthony G. Basile
commit: dc1830831591723b5ca258488552aee760f97e64
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 29 23:50:31 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 29 23:50:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc183083

profiles: relax USE flag maskings on xapian-bindings-1.3

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

diff --git a/profiles/default/linux/package.use.mask 
b/profiles/default/linux/package.use.mask
index cc70abd..b830e7c 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -38,10 +38,6 @@ net-p2p/fms frost
 # upstream will not fix this problem soon
 media-video/rtmpdump polarssl
 
-# Anthony G. Basile  (10 Aug 2013)
-# mask php and mono bindings pending more testing
-=dev-libs/xapian-bindings-1.3.1 php mono
-
 # Diego Elio Pettenò (27 Aug 2012)
 # The libpci access is only used for linux.
 net-analyzer/net-snmp -pci



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

2015-10-29 Thread Andreas Hüttel
commit: d5eda3515657fdaba5baa3fcb97790cf923eeb22
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Fri Oct 30 00:05:39 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct 30 00:05:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eda351

Merge remote-tracking branch 'github/pr/307'

 app-office/libreoffice/libreoffice-.ebuild | 18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)



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

2015-10-29 Thread Andreas Hüttel
commit: a7fb3d0bedbbd070b77b473760fcae688a281312
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Oct 26 23:38:49 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Oct 29 22:09:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fb3d0b

app-office/libreoffice: Drop gconf integration, python2_7 support

gconf: see commit 3cf557c12d27f1b2250e69a543136da098112d80

Package-Manager: portage-2.2.23

 app-office/libreoffice/libreoffice-.ebuild | 18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 7528c3c..ede2028 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -9,7 +9,7 @@ QT_MINIMAL="4.7.4"
 KDE_SCM="git"
 CMAKE_REQUIRED="never"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5} )
 PYTHON_REQ_USE="threads,xml"
 
 # experimental ; release ; old
@@ -161,7 +161,7 @@ COMMON_DEPEND="
eds? ( gnome-extra/evolution-data-server )
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
-   gnome? ( gnome-base/gconf:2 )
+   gnome? ( dev-libs/glib:2 )
gtk? (
x11-libs/gdk-pixbuf[X]
>=x11-libs/gtk+-2.24:2
@@ -180,11 +180,7 @@ COMMON_DEPEND="
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
-   telepathy? (
-   dev-libs/glib:2
-   >=net-libs/telepathy-glib-0.18.0
-   >=x11-libs/gtk+-2.24:2
-   )
+   telepathy? ( >=net-libs/telepathy-glib-0.18.0 )
 "
 
 RDEPEND="${COMMON_DEPEND}
@@ -249,9 +245,9 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
bluetooth? ( dbus )
collada? ( gltf )
-   gnome? ( gtk )
eds? ( gnome )
-   telepathy? ( gtk )
+   gnome? ( gtk )
+   telepathy? ( gnome )
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
@@ -374,7 +370,7 @@ src_configure() {
 
# optimization flags
export GMAKE_OPTIONS="${MAKEOPTS}"
-   # System python 2.7 enablement:
+   # System python enablement:
export PYTHON_CFLAGS=$(python_get_CFLAGS)
export PYTHON_LIBS=$(python_get_LIBS)
 
@@ -481,9 +477,7 @@ src_configure() {
$(use_enable eds evolution2) \
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
-   $(use_enable gnome gconf) \
$(use_enable gnome gio) \
-   $(use_enable gnome lockdown) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \



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

2015-10-29 Thread Amy Winston
commit: 7af2414b05b1fcfe9cbd72540db79e530c6fc257
Author: Amy Winston  gentoo  org>
AuthorDate: Thu Oct 29 06:47:41 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Oct 29 06:48:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af2414b

media-video/vlc: mpeg description in metadata changed bug #558114. By sdnick484.

Package-Manager: portage-2.2.20.1

 media-video/vlc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index e0c3199..a9878a3 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -45,6 +45,7 @@
Enables Mac OS X video output 
module.
Enables matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)
Build the (sqlite based) media 
library.
+   Add libmpeg2 support for mpeg-1 and mpeg-2 
video streams
Enables OpenMAX Integration Layer codec 
module.
Enable optimisation for memory 
rather than performance.
Enabled OpenCV (computer vision) filter 
module.



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

2015-10-29 Thread Jeroen Roovers
commit: e666892f10e3c8cc00e3fd6a4095d04bc7a20d47
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 06:48:21 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 06:50:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e666892f

app-crypt/mit-krb5: Stable for PPC64 (bug #564304).

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

 app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
index 76dfaeb..412c87e 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2015-10-29 Thread Paweł Hajdan
commit: 0bc351e47df68e5a571fc836bdb044e1a3b73548
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Thu Oct 29 07:38:11 2015 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Thu Oct 29 07:38:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc351e4

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

Package-Manager: portage-2.2.20.1

 www-client/chromium/Manifest   |  2 +-
 ...chromium-48.0.2535.0.ebuild => chromium-48.0.2547.0.ebuild} | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 14d33d0..2d78741 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-46.0.2490.71-lite.tar.xz 261722748 SHA256 
28248eea8ee6855e6b5e41ff1cd28d8f5878896c2c388e113e419141c07dcbaf SHA512 
e889739ab2783d617626e113642804c6e92bae08e4192b656c62f5efa57bee8db7eda2edc2e48a2245936f6c1a359ee55847c52a9d63588a0c5253332aeddd71
 WHIRLPOOL 
b33fdc7f46dc90341acdb9cafd4854235479020d722fe6431c2e0e5626634eb0f8e1f34d0bb1f55adbc984c889f60f136f465bcc578005089f3b2b6360b57843
 DIST chromium-47.0.2526.16-lite.tar.xz 302984700 SHA256 
771deecde8d861e6ac7ba125113269566cad6a9dbdcf129eeac1005b38691096 SHA512 
fed1e62c98ec2c21d7ff4b0357fdcd67b536b2bdf9eec3b043dd50127c073749cf8e138e7909481992ab3b4de4a47d34ede3bc348b4dad4964c4c2cd9cf52f84
 WHIRLPOOL 
c45149bb9b91c215be65254680d878c5260ecdfb0a97325fd5726ad67d6fcedae8b70bb158ba1be1e10aed10cb6713625f444a85348c08098f25710df53be239
 DIST chromium-47.0.2526.6-lite.tar.xz 302688196 SHA256 
c794fa33f97b0ab9b77a9438d8ba86cd1311d18241acd53a6f23df058f051279 SHA512 
838ca886e78e03e53bc8c6c9d0bd89d04004a8befc5021cc13cc1ac0b30620cac88d543353518a413ea94be503fcb64c0810b8bd24c706afa64c5e4425e4827e
 WHIRLPOOL 
ee7636c223d63bd46f65da05839af4da369445afe427eefb268066a86c5819385c75cdc1abb8ec9506defe631b0e1ef29b6e71a1d8d7331edc63c3be3a90a82a
-DIST chromium-48.0.2535.0-lite.tar.xz 303353372 SHA256 
5a15d41b5853308e49351abaf8063e3713ec0eb4496aa3bc732c31c2ee3966ff SHA512 
70c6ec154be33bc6772b8bd06da0fbbbd6a159e54caa380f5e784e660d5e8838248591fc57cffa9356cb78a6a9abfff4a1ab028b41ed10e2b24593863149b98b
 WHIRLPOOL 
fba422c5d49c321c1cc15335b9050fe12f73df7d699afb55e438dcb4018b15d44eafecc907555de5a083e4e5b69f207c04bde9aea841ede61e0558ddbfd547fc
 DIST chromium-48.0.2541.0-lite.tar.xz 303773932 SHA256 
09a1913336a7b0b5278e98759671cb88e15d04340fb244c9c31dbf8986149a12 SHA512 
19b19268bd50019847b2e2262d6941beaa6ede9b740e3a18944598dcd17a7e61850f535c3384e3f34331d8f6fa9235025dfc08f3a32b70ad9cfeef43def4bbe6
 WHIRLPOOL 
79e193afca9304d3f0bf764da74d6268539511ddc2ecff58142301762c9d51422ebc6350a8175fb7bd5ec4b94db02dd99d93f4d2b1d1dc75660407a5d5dc9272
+DIST chromium-48.0.2547.0-lite.tar.xz 306282056 SHA256 
cfbdce75bd8904d4a43d5bc7acc82481bfe840c17894294cb0b3d79c2386cee2 SHA512 
706c7e6699b7e07a819d29c88a678c62507251cb08ccd4516e2ce847519a34356d49762037a3fefac8adff39f1f9b7c0a6284fa455ffccd98e6074d1ac346d1f
 WHIRLPOOL 
7694f443375dfdc17c90fd4b6c603b210b5e34ad39cfbe93ee9bcdebf0d5600f389b5ffd54fd3438460ffa88e4d456ad20e5b0553582b8ce0389f2bd7c7e15f5

diff --git a/www-client/chromium/chromium-48.0.2535.0.ebuild 
b/www-client/chromium/chromium-48.0.2547.0.ebuild
similarity index 98%
rename from www-client/chromium/chromium-48.0.2535.0.ebuild
rename to www-client/chromium/chromium-48.0.2547.0.ebuild
index bb24b4a..795e72f 100644
--- a/www-client/chromium/chromium-48.0.2535.0.ebuild
+++ b/www-client/chromium/chromium-48.0.2547.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD hotwording? ( no-source-code )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="cups gnome gnome-keyring gtk3 hidpi hotwording kerberos neon pic 
+proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
+IUSE="cups gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon 
pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -230,13 +230,13 @@ src_prepare() {
'third_party/brotli' \
'third_party/cacheinvalidation' \
'third_party/catapult' \
+   'third_party/catapult/third_party/py_vulcanize' \
+   
'third_party/catapult/third_party/py_vulcanize/third_party/rcssmin' \
+   
'third_party/catapult/third_party/py_vulcanize/third_party/rjsmin' \
'third_party/catapult/tracing/third_party/components/polymer' \
'third_party/catapult/tracing/third_party/d3' \
'third_party/catapult/tracing/third_party/gl-matrix' \
'third_party/catapult/tracing/third_party/jszip' \
-   'third_party/catapult/tracing/third_party/tvcm' \
-   

[gentoo-commits] dev/graaff:master commit in: app-forensics/brakeman/

2015-10-29 Thread Hans de Graaff
commit: ff757d717db6c173845a2a5482c2040c59e3f89a
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Oct 29 05:46:06 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 29 05:46:06 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ff757d71

app-forensics/brakeman: add 3.1.2

Package-Manager: portage-2.2.20.1

 app-forensics/brakeman/Manifest  |  1 +
 app-forensics/brakeman/brakeman-3.1.2.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/app-forensics/brakeman/Manifest b/app-forensics/brakeman/Manifest
index b022e61..f3c1a17 100644
--- a/app-forensics/brakeman/Manifest
+++ b/app-forensics/brakeman/Manifest
@@ -1,3 +1,4 @@
 DIST brakeman-3.0.5.tar.gz 532128 SHA256 
c0ddd603e8b7c30faa0dda2aece5d6ff0205e8363cf797d57b16860456422526 SHA512 
244658f01293cb1e9e9d9be3e1a6181299b184bc75c0cb95c26d686dca7040e404b53bdaafdf9dc9f791eddd4adf0f9dd253ac919254eeffc0a48e2db5e79fdd
 WHIRLPOOL 
78e8c55f1014d90f60380baa34afa0c103ac08dd7664c3da858e3ae7d808487e855c00ea42d4c41eb8793c1ca771e154b191f890ad3dcdf9c0e4d8fb61d84366
 DIST brakeman-3.1.0.tar.gz 534087 SHA256 
81848f88aa16ba31113df43295a5bfab4217b1119ecd8963705fa9a9b0f2d410 SHA512 
535e637b1387fa20f17335c015832c53877edbb946d7ac2185c2704055a5b99f0f036f9a397110da5d22fd597bbbc2dadbc52b698f0b04700f757ede89d41a61
 WHIRLPOOL 
77be4d6f1eea74720f893140e8a170c33da83fed786d022551aec97684f90570ac67f520d4faae6f82c4c69c2011470c480fa5a5542e76dddcb170eb4bb3c345
 DIST brakeman-3.1.1.tar.gz 537104 SHA256 
22548d386ed55ab149cf5650ab28edc122ef50abcca8bb9f1884ba166804b0d8 SHA512 
89f88525ca1928ee3b6ee34652f9c22175ffd6a727ce16212ac4ade476310379d4fbf5d1973933ed16ccc5b2bfcd3506462e12f0fd4edf0f8cf128e30f30ae2a
 WHIRLPOOL 
759b9fa9354b246167c7d5645597fa8b8b6fe75dafc54658f0e0517323034302c479078f91aa3c2fb154b2082a3390a2c0886389b5252d9e5dacb4474690fdad
+DIST brakeman-3.1.2.tar.gz 539937 SHA256 
4356133747d12a0faa59a8e26928b4b4aef2db531697c1382bb3e80584246f4b SHA512 
6a6eb8130830dc24c518c9123a5ea6c2246dcef083a828fbb8e3facd135fc0548ee8f296e0ce472141299f06a9c63d855dbb88fdfa9c03c69bd909fba5723038
 WHIRLPOOL 
c893e0fa7ae6460d9d70ac61ace9149118709dee8d4ed9fde89f4081bf21845fabe047969d458a18b0926300bb93d15a82c89d843799c81a71dcf72a84f062a4

diff --git a/app-forensics/brakeman/brakeman-3.1.2.ebuild 
b/app-forensics/brakeman/brakeman-3.1.2.ebuild
new file mode 100644
index 000..2ebbd2c
--- /dev/null
+++ b/app-forensics/brakeman/brakeman-3.1.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES FEATURES README.md WARNING_TYPES"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_GEMSPEC="brakeman.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a static analysis tool which checks Ruby on Rails applications 
for security vulnerabilities"
+HOMEPAGE="http://brakemanscanner.org/;
+SRC_URI="https://github.com/presidentbeef/brakeman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/erubis-2.6
+   >=dev-ruby/haml-3.0:*  =dev-ruby/highline-1.6.20 =dev-ruby/highline-1*
+   >=dev-ruby/multi_json-1.2 =dev-ruby/multi_json-1*
+   >=dev-ruby/ruby2ruby-2.1.1 =dev-ruby/ruby_parser-3.7.0 =dev-ruby/ruby_parser-3*
+   dev-ruby/safe_yaml
+   >=dev-ruby/sass-3.0:* =dev-ruby/sass-3*:*
+   >=dev-ruby/slim-1.3.6 =dev-ruby/terminal-table-1.4.5 =dev-ruby/terminal-table-1.4*"
+
+all_ruby_prepare() {
+   # Remove fastercsv since it's a no-op on ruby19.
+   sed -i -e '/fastercsv/d' \
+   -e '/ruby_parser/ s/3.7.0/3.7/' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/test.rb || die
+}



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

2015-10-29 Thread Mike Frysinger
commit: 13b24dbb86a4f2013c376c65ada52d9aee2561c6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Oct 29 06:13:41 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Oct 29 06:14:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b24dbb

net-misc/openssh: fix tun window size in hpn mode #564236

 net-misc/openssh/Manifest |   1 +
 net-misc/openssh/openssh-7.1_p1-r2.ebuild | 327 ++
 2 files changed, 328 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 461d5c1..cf1e7a0 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -15,6 +15,7 @@ DIST openssh-7.0p1+x509-8.5.diff.gz 411960 SHA256 
6000557f1ddae06aff8837d440d933
 DIST openssh-7.0p1-hpnssh14v5.tar.xz 21428 SHA256 
6032c4547c9f83a6f648ac7c39cdad2bd6fd725e5f3ab2411c5b30298aae1451 SHA512 
d4cf4a628c11515bfe8c3a91b4b7039fca28c2f89ad1dde062c4cb433b984b10dec2d37b1f338f18aa7813e60d8608b65ca95b930edc33086710b82780875942
 WHIRLPOOL 
7b686f243c98017453b3da3e98b7524650b4a0a75fda6add80c7c233d468194d1d1333ffa4445c20856d807548aaa356c87a03ca87d8995a4b7ba350c7714d1e
 DIST openssh-7.0p1.tar.gz 1493376 SHA256 
fd5932493a19f4c81153d812ee4e042b49bbd3b759ab3d9344abecc2bc1485e5 SHA512 
d82aa8e85630c3e2102e69da477185e0d30d84211d7d4ee0a1d9822bd234d649fe369bf91ce3d2b5ef0caee687d383cb761b682d3bf24bccbd2ce9a1fe9d9f50
 WHIRLPOOL 
bb8007450ffee580df5a73e3d6ab9b54b7151c46c3b996516e5cb776034be21cbef1281a520279655137e218a757d8092cba3f66e216c6b4c6828876540cb5df
 DIST openssh-7.1p1+x509-8.6.diff.gz 413931 SHA256 
cbf661a1fec080dc9ed335a290414154326c2a13f124985db050b86a91073d52 SHA512 
c91d0f1b69b6d34984e94b391ad022271e73d0634cef2df355ba555366bc38d30649b478f245b6c51ce79d71adf1b693bc97826e6c6013a78e7ccfb7023b4bcc
 WHIRLPOOL 
4ed4427e80026996c43a188d7d45f2c53fa6a7fd842a248b1225b27f3e9037e761f0ed172d79b53ada81c24d958a2193e94d918f6ca1320e45d5e68379845981
+DIST openssh-7.1p1-hpnssh14v9.tar.xz 21580 SHA256 
a795c2f2621f537b3fd98172cbd1f7c71869e4da78cd280d123fa19ae4262b97 SHA512 
6ce151949bf81b5518b95092a2f18d2f24581954e2c629deaf3c1d10136f32f830567aafb9b4045547e95e3ab63cf750e240eac40e2b9caa6d71cb2b132821ec
 WHIRLPOOL 
8e3c9a1d79112092a6cb42c6766ccdf61e5d8fcd366ea5c7d3bab94cf309bcc12f3761476a288158638a340023aa24519d888caac19fb0ef25fa56bdab06412c
 DIST openssh-7.1p1.tar.gz 1493170 SHA256 
fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428 SHA512 
f1491ca5a0a733eb27ede966590642a412cb7be7178dcb7b9e5844bbdc8383032f4b00435192b95fc0365b6fe74d6c5ac8d6facbe9d51e1532d049e2f784e8f7
 WHIRLPOOL 
a650a93657f930d20dc3fa24ab720857f63f7cd0a82d1906cf1e58145e866129207851d5e587d678655e5731fa73221ab9b6ea0754533100c25fe2acaa442e05
 DIST openssh-lpk-6.7p1-0.3.14.patch.xz 16920 SHA256 
0203e6e44e41d58ec46d1611d7efc985134e662bbee51632c29f43ae809003f0 SHA512 
344ccde4a04aeb1500400f779e64b2d8a5ad2970de3c4c343ca9605758e22d3812ef5453cd3221b18ad74a9762583c62417879107e4e1dda1398a6a65bcd04b2
 WHIRLPOOL 
5b6beeb743d04deea70c8b471a328b5f056fd4651e1370c7882e5d12f54fa2170486dcd6f97aa8c58e80af9a2d4012e2dfbcf53185317976d309783ca8d6cf73
 DIST openssh-lpk-6.8p1-0.3.14.patch.xz 16940 SHA256 
d5f048dc7e9d3fca085c152fc31306f1d8fa793e524c538295915b075ec085b0 SHA512 
2470b6b46f8c7ac985f82d14b788a3eb81a468a1d5013cb7f89257d9dd78b6037e24bf54ac57b757db8ed1df24332d659cf918c11ea73592fd24a69c25a54081
 WHIRLPOOL 
b041ee9e0efdf370686f11df4131ab5e5ffb2f11cc66c386a8223bf563c5b78ab9443f06e4adc2e506e440cdec9dc5b20f5972cd8d691d786d2f903bb49b947b

diff --git a/net-misc/openssh/openssh-7.1_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
new file mode 100644
index 000..7e645fd
--- /dev/null
+++ b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
@@ -0,0 +1,327 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+inherit eutils user flag-o-matic multilib autotools pam systemd versionator
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+HPN_PATCH="${PN}-7.1p1-hpnssh14v9.tar.xz"
+LDAP_PATCH="${PN}-lpk-6.8p1-0.3.14.patch.xz"
+X509_VER="8.6" X509_PATCH="${PN}-${PV//_/}+x509-${X509_VER}.diff.gz"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="http://www.openssh.org/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   mirror://gentoo/${PN}-6.8_p1-sctp.patch.xz
+   ${HPN_PATCH:+hpn? (
+   mirror://gentoo/${HPN_PATCH}
+   https://dev.gentoo.org/~polynomial-c/${HPN_PATCH}
+   mirror://sourceforge/hpnssh/${HPN_PATCH}
+   )}
+   ${LDAP_PATCH:+ldap? ( mirror://gentoo/${LDAP_PATCH} )}
+   ${X509_PATCH:+X509? ( 
http://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
+   "
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+# Probably want to 

[gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/

2015-10-29 Thread Hans de Graaff
commit: e4c21b25aa16ba9a39fcd0f4fb36c4e311b342f1
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Oct 29 05:51:57 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 29 05:51:57 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e4c21b25

dev-ruby/aasm: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/aasm/Manifest  |  2 --
 dev-ruby/aasm/aasm-4.1.1.ebuild | 33 -
 dev-ruby/aasm/aasm-4.2.0.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 6746c86..2d66af9 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,5 +1,3 @@
 DIST aasm-3.4.0.gem 37888 SHA256 
661b4d6781a8d74792d570363454d82f3e7b482e5c192ca6d1c81aec9d71115b SHA512 
36ecfd11d5948008f2b21e331bcb6ea775200ad929744aa31046e30a9f60783766e2cfa80c6017c275127c883782e5bd8fbf0091c888d2fcd2b3742a00382746
 WHIRLPOOL 
cd06ca5654626eea49a6a3dd2c1fec171a739b5934c0ed318d1ada53c315ecc4d8f46e61f46af92503510c4989566e54a058946df722ac5d505e9d84a0afffdd
-DIST aasm-4.1.1.gem 45568 SHA256 
41732bca71675ad3a8c6ce19c71940bdff128074a7ef8b3e652ce6d53815f1b7 SHA512 
8e4438ad55a1ce24d7fcda9535f1cf0a7b1689bf2679c87663196843d47d028cee5faba6fdf47e156c21a4718f7af10f16c0a7d2cadf9e16b3ce4098629e5403
 WHIRLPOOL 
3a7ea736f75eaf34eb032357ad9c817ff90561a2a927d84622e4d88a99c876697e97e8bb35dbed1e33794bd182b4066f71508d2279ad90b27a72a0a6418f41ff
-DIST aasm-4.2.0.gem 48128 SHA256 
773db211673545b4e1fb743b35870d71c27f9bad0ce5289767e743e11430eaeb SHA512 
cd648afb9b3896ddd190a3fee869df11651b0f870ced20b613bdb0c9bbd9eed9ed88388a90b6e2c43725155d791f2ff5df6c26d55e70360a3cd240f99432cb10
 WHIRLPOOL 
0e1403d4d5b54fd2acc81974fb3816bf76a75c0a67026455577ed1217c8a8b458756a59347faa4f45bd1a582c0eb279f9bb6addcd21904a1e82142783b0a7d57
 DIST aasm-4.3.0.gem 54272 SHA256 
6de924ba5f2130b09129e046345cfad8d849a8569aeab7c65e2be84bbecd225b SHA512 
0fb7421fd593d4b192c45339a22869b10af782dac34a3bdaa9059e79a5fe04e85961d03d5eca59e4311cd242be8ecce8a4d3f499108f79d0d857ed14fe032093
 WHIRLPOOL 
6c4d55f640f959143b7fc59f2a22b10f935d7aa2d9193ffe4697962cbecb3e80ea2503279393a770383a80cad0056c0368dc08a4d29b1b3facef6b7caa869914
 DIST aasm-4.4.1.gem 54784 SHA256 
0117b99364ef35a056ff9d0b1ee9daf16117a4651dd475c85a95144e2a2e6de3 SHA512 
6b3fc64287385b4d189fae6cec9c3893f165be070cbddea7184f3f108a83be2270c4be6c58011b51ecbd6489ab43dccad57ce465e07e72bd14a1e1eccfb27a5b
 WHIRLPOOL 
c8eb64a2757b8dffecf8f9150c339e0342af2178f3c620ae6c6f067fd598f6c2b4e761e3df01500b2d2682efb7a8e169d5b44ddc57b9b4257d8291f89d90b269

diff --git a/dev-ruby/aasm/aasm-4.1.1.ebuild b/dev-ruby/aasm/aasm-4.1.1.ebuild
deleted file mode 100644
index 3640d30..000
--- a/dev-ruby/aasm/aasm-4.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
-   # We currently don't package sdoc
-   sed -i -e '/sdoc/d' Rakefile || die
-}

diff --git a/dev-ruby/aasm/aasm-4.2.0.ebuild b/dev-ruby/aasm/aasm-4.2.0.ebuild
deleted file mode 100644
index 3640d30..000
--- a/dev-ruby/aasm/aasm-4.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
-   # We currently don't package sdoc
-   sed -i -e '/sdoc/d' Rakefile || die
-}



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

2015-10-29 Thread Hans de Graaff
commit: 3f339c00044a2574e4a39b76c022e4f9475c7e62
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Oct 29 06:05:04 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 29 06:05:04 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3f339c00

dev-ruby/ruby-saml: add 1.1.0

Package-Manager: portage-2.2.20.1

 dev-ruby/ruby-saml/Manifest   |  1 +
 dev-ruby/ruby-saml/ruby-saml-1.1.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index 94de2fa..93b71ea 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-saml-0.7.3.gem 55296 SHA256 
4de4c947a89e5e56b344faba795958026c5ba96e4b63053555b44b84df018579 SHA512 
1fa14882bcb584bf9f35036fd69064794d345c01f46cc589c0370652b262ed86dbdaf3ec99edca89b5be75460e5fb26e49deed50432edc2d4a3690cd4443082e
 WHIRLPOOL 
8b23830eb5f8bf9fe857622e911631be4191f99b0bee5c61a462f9253dc5a90a759e632858bc7a54f76da39c24f57722776ee9206e0ffcd5972a647d3510da62
 DIST ruby-saml-0.8.2.gem 55808 SHA256 
a101bc0d86503d12513b8be66a25967c71b189de02d1bd0fa6969e3bdee57597 SHA512 
a199202d5a38a85b23e4a04ebb95abc715d303bd5eb45e2538088b7408a8977e9614c1fcfcadf65602b25043d6a443ea767bc145a652a7b72ffd878343c596f6
 WHIRLPOOL 
1a95ace4903a91470fe93f6fce3245da99ea7e54e905b0964afc1223197b8df8f789f77e5419e6f871362656b96f8ba408704c3956d751c5aa9b7d0a39fb7499
 DIST ruby-saml-1.0.0.gem 204800 SHA256 
24ea186d2506dd99f19acbc2f1b3bf637e0df40ef5ee73d8f2c552a158221643 SHA512 
0edb752a0cc40d85c1a330e6f52468a464385033bdb15d5dc2271583ae364428936d79bab6f6bfbf2cf8b87d30755d056efcece673f07f84e2d91d90811a9109
 WHIRLPOOL 
58669296f342ebc771986c4c94b9010384788292646fc0ce3d0f6e012327bc90514bb3ec61370da64fda061d24b89bb20ee8b04b0e305c75fa0e957c39d608d2
+DIST ruby-saml-1.1.0.gem 213504 SHA256 
f426aae67d5d33e9596154fb0f5b454f6c9b72e04d66baabe60fd016b3672e02 SHA512 
394eb83dfe55bb02889385c3716808d60382c06fad6d411a42bca13edaa39fdf1499f26913bdaf1a3f0c85856f1cd6abcff5daae7b74040e9ca1dbf308c31eee
 WHIRLPOOL 
99c545685d326c3992f3de7a2e0261a43a14b0659e3d1bb9286cbb6df7fcd7b0223eb490df1c78dec52d8ba82bfae0ef718da63efcf4eca2918d9ca6e0ebfd19

diff --git a/dev-ruby/ruby-saml/ruby-saml-1.1.0.ebuild 
b/dev-ruby/ruby-saml/ruby-saml-1.1.0.ebuild
new file mode 100644
index 000..f514e40
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-1.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for implementing the client side of a SAML 
authorization"
+HOMEPAGE="https://github.com/onelogin/ruby-saml;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.8"
+IUSE="doc"
+
+ruby_add_rdepend "
+   >=dev-ruby/nokogiri-1.5.10
+   >=dev-ruby/uuid-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop dev-ruby/mocha dev-ruby/shoulda:0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/ruby-debug/d' \
+   -e '/bundler/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/end/ s:^:#:' test/test_helper.rb || die
+
+   sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '2i gem "shoulda", "~> 2.11"' test/test_helper.rb || die
+
+   sed -i -e '3irequire "onelogin/ruby-saml/http_error"' 
test/idp_metadata_parser_test.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/uuid/

2015-10-29 Thread Hans de Graaff
commit: 01cd17c67e25450ed67e090fa2e3fb5b39c6886b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Oct 29 06:14:14 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 29 06:14:14 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=01cd17c6

dev-ruby/uuid: add ruby22

Package-Manager: portage-2.2.20.1

 dev-ruby/uuid/uuid-2.3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/uuid/uuid-2.3.8.ebuild b/dev-ruby/uuid/uuid-2.3.8.ebuild
index b4f7ce1..cb416dd 100644
--- a/dev-ruby/uuid/uuid-2.3.8.ebuild
+++ b/dev-ruby/uuid/uuid-2.3.8.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/

2015-10-29 Thread Hans de Graaff
commit: 30442df8c289ea359680b7be0620c869922ca7f8
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu Oct 29 05:49:44 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 29 05:49:44 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=30442df8

dev-ruby/aasm: add 4.4.1

Package-Manager: portage-2.2.20.1

 dev-ruby/aasm/Manifest  |  1 +
 dev-ruby/aasm/aasm-4.4.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index d3fd9a5..6746c86 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -2,3 +2,4 @@ DIST aasm-3.4.0.gem 37888 SHA256 
661b4d6781a8d74792d570363454d82f3e7b482e5c192ca
 DIST aasm-4.1.1.gem 45568 SHA256 
41732bca71675ad3a8c6ce19c71940bdff128074a7ef8b3e652ce6d53815f1b7 SHA512 
8e4438ad55a1ce24d7fcda9535f1cf0a7b1689bf2679c87663196843d47d028cee5faba6fdf47e156c21a4718f7af10f16c0a7d2cadf9e16b3ce4098629e5403
 WHIRLPOOL 
3a7ea736f75eaf34eb032357ad9c817ff90561a2a927d84622e4d88a99c876697e97e8bb35dbed1e33794bd182b4066f71508d2279ad90b27a72a0a6418f41ff
 DIST aasm-4.2.0.gem 48128 SHA256 
773db211673545b4e1fb743b35870d71c27f9bad0ce5289767e743e11430eaeb SHA512 
cd648afb9b3896ddd190a3fee869df11651b0f870ced20b613bdb0c9bbd9eed9ed88388a90b6e2c43725155d791f2ff5df6c26d55e70360a3cd240f99432cb10
 WHIRLPOOL 
0e1403d4d5b54fd2acc81974fb3816bf76a75c0a67026455577ed1217c8a8b458756a59347faa4f45bd1a582c0eb279f9bb6addcd21904a1e82142783b0a7d57
 DIST aasm-4.3.0.gem 54272 SHA256 
6de924ba5f2130b09129e046345cfad8d849a8569aeab7c65e2be84bbecd225b SHA512 
0fb7421fd593d4b192c45339a22869b10af782dac34a3bdaa9059e79a5fe04e85961d03d5eca59e4311cd242be8ecce8a4d3f499108f79d0d857ed14fe032093
 WHIRLPOOL 
6c4d55f640f959143b7fc59f2a22b10f935d7aa2d9193ffe4697962cbecb3e80ea2503279393a770383a80cad0056c0368dc08a4d29b1b3facef6b7caa869914
+DIST aasm-4.4.1.gem 54784 SHA256 
0117b99364ef35a056ff9d0b1ee9daf16117a4651dd475c85a95144e2a2e6de3 SHA512 
6b3fc64287385b4d189fae6cec9c3893f165be070cbddea7184f3f108a83be2270c4be6c58011b51ecbd6489ab43dccad57ce465e07e72bd14a1e1eccfb27a5b
 WHIRLPOOL 
c8eb64a2757b8dffecf8f9150c339e0342af2178f3c620ae6c6f067fd598f6c2b4e761e3df01500b2d2682efb7a8e169d5b44ddc57b9b4257d8291f89d90b269

diff --git a/dev-ruby/aasm/aasm-4.4.1.ebuild b/dev-ruby/aasm/aasm-4.4.1.ebuild
new file mode 100644
index 000..4d0a31c
--- /dev/null
+++ b/dev-ruby/aasm/aasm-4.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+# Requires sdoc which is not yet available in Gentoo.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for adding finite state machines to Ruby classes."
+HOMEPAGE="https://github.com/rubyist/aasm;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+
+   # We currently don't package sdoc
+   sed -i -e '/sdoc/d' Rakefile || die
+}



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

2015-10-29 Thread Jeroen Roovers
commit: 42a033b29f4ef3df793168719336a7e31754e702
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 06:41:24 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 06:41:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a033b2

x11-misc/zim: Version bump (bug #564356 by Jonas Stein).

Package-Manager: portage-2.2.23

 x11-misc/zim/Manifest |  3 +-
 x11-misc/zim/zim-0.61.ebuild  | 70 ---
 x11-misc/zim/{zim-0.62.ebuild => zim-0.64.ebuild} |  4 +-
 3 files changed, 3 insertions(+), 74 deletions(-)

diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
index 06fa239..44b772e 100644
--- a/x11-misc/zim/Manifest
+++ b/x11-misc/zim/Manifest
@@ -1,3 +1,2 @@
-DIST zim-0.61.tar.gz 1733251 SHA256 
5843a9b2fb41f153b7b628732ac157889709b9937b4921c05099af81dceccc4a SHA512 
381f1d740bedaecf52c4b7178e7ac17aac98971cc5292476396a28b965b93195a2e07e55f7872048b3577123cd6afb44c2a0e2dee220b02a84fed2a13fb67f61
 WHIRLPOOL 
d0f9d8ce65e8970226f8878cc4e89d228c76e06f9772692d7bc3653b4fc85b4b9ed22d2b0aa91aa724384062a4b1b93859594089c9b1799c2eded313cea7deba
-DIST zim-0.62.tar.gz 1772246 SHA256 
19d62aebd2c1a92d84d80720c6c1dcdb779c39a2120468fed01b7f252511bdc2 SHA512 
53dc97052ee8ec57a61adf9d540f7721ee7e8d8d2500fc4d6ca7bc1b82dc07c5596b8b900c312d155bb1c06e7fbf661e667e0da391ac8f1e326caa2942f7cb1f
 WHIRLPOOL 
f1b44e27b49577868f5374b196fe5d59fd111664568141af1aa809fdcf916f830e385320f87c075242ad0ec7fa3db4d6d87fcbe7b70c850c1f1b3725abc66978
 DIST zim-0.63.tar.gz 1864169 SHA256 
1584547150b6c96dacdb540c2b88e16d2cd673fa8026d9179aab4a082071fb1c SHA512 
052f65c98badfcb1a6d9ed9d09eb84a01878384430affcb97d48d51ef5853478c8d489f9337600fc28b9949f8e1ff97e7e4070ed9a4f488f684a392ad2bff791
 WHIRLPOOL 
12c884fdaeac1c0c4766637d96e9699491cac1d3421368c073f852e78995a969303dd510172ef89b70c65226cfd1de794968b31313e1ee63aeb6e2f63d610451
+DIST zim-0.64.tar.gz 1896231 SHA256 
d747d12803385468142a9f078623772d90fee6325d2acc618589aea63a0e9b1b SHA512 
be16412e69f0ead6e5fe4418993fe5ef4e3a88bdfbe4aa09a6406e7bc70e1714862fb533172b7313c591b351e5dc44f49c826c3cff80df27fadc59e157b08991
 WHIRLPOOL 
f16c77a9467d5783aa8eaebd8faae8357c4bff1cdc19629472ab8cfe44bc0d56a89079209534d742d19434913551418f3f4baae9f0851f165469f55a040190f1

diff --git a/x11-misc/zim/zim-0.61.ebuild b/x11-misc/zim/zim-0.61.ebuild
deleted file mode 100644
index 8d5163c..000
--- a/x11-misc/zim/zim-0.61.ebuild
+++ /dev/null
@@ -1,70 +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 )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 gnome2-utils fdo-mime virtualx
-
-DESCRIPTION="A desktop wiki"
-HOMEPAGE="http://zim-wiki.org/;
-SRC_URI="http://zim-wiki.org/downloads/${P}.tar.gz;
-
-LICENSE="BSD GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   x11-misc/xdg-utils
-   test? (
-   dev-vcs/bzr
-   dev-vcs/git
-   dev-vcs/mercurial )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
-
-python_prepare() {
-   sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
-   distutils-r1_python_prepare
-}
-
-python_test() {
-   VIRTUALX_COMMAND="${PYTHON}" virtualmake test.py
-}
-
-python_install() {
-   distutils-r1_python_install --skip-xdg-cmd
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-   if ! has_version ${CATEGORY}/${PN}; then
-   einfo "Please emerge these packages for additional 
functionality"
-   einfo "dev-lang/R"
-   einfo "dev-python/gtkspell-python"
-   einfo "dev-vcs/bzr"
-   einfo "gnome-extra/zeitgeist"
-   einfo "media-gfx/graphviz"
-   einfo "media-gfx/imagemagick"
-   einfo "media-gfx/scrot"
-   einfo "media-sound/lilypond"
-   einfo "sci-visualization/gnuplot"
-   einfo "virtual/latex-base app-text/dvipng"
-   fi
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}

diff --git a/x11-misc/zim/zim-0.62.ebuild b/x11-misc/zim/zim-0.64.ebuild
similarity index 95%
rename from x11-misc/zim/zim-0.62.ebuild
rename to x11-misc/zim/zim-0.64.ebuild
index f9f9e5d..fb9808a 100644
--- a/x11-misc/zim/zim-0.62.ebuild
+++ b/x11-misc/zim/zim-0.64.ebuild
@@ -19,7 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pygobject:2[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
x11-misc/xdg-utils
test? (
@@ -29,7 +30,6 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
 

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

2015-10-29 Thread Jeroen Roovers
commit: c1e2d89016596f3cebeedba4fd21f1160b21ef7f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 06:33:28 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 06:33:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e2d890

dev-lang/php: Stable for PPC64 (bug #562882).

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

 dev-lang/php/php-5.5.30.ebuild | 2 +-
 dev-lang/php/php-5.6.14.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.5.30.ebuild b/dev-lang/php/php-5.5.30.ebuild
index 374ed62..b73e939 100644
--- a/dev-lang/php/php-5.5.30.ebuild
+++ b/dev-lang/php/php-5.5.30.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {

diff --git a/dev-lang/php/php-5.6.14.ebuild b/dev-lang/php/php-5.6.14.ebuild
index 374ed62..b73e939 100644
--- a/dev-lang/php/php-5.6.14.ebuild
+++ b/dev-lang/php/php-5.6.14.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/monotorrent/, eclass/, dev-dotnet/monotorrent/files/

2015-10-29 Thread Heather Cynede
commit: 9ad6c388b5f59e93eeb84fd31c99a622b4281f24
Author: ArsenShnurkov  gmail  com>
AuthorDate: Thu Oct 29 03:03:21 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Oct 29 03:03:21 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9ad6c388

ebuild features added

 .../monotorrent/files/NoStdLib-NoConfig.patch  |  0
 .../files/downgrade-from-4.6-to-4.5.patch  | 42 ++
 .../monotorrent-1.0.0-r201510130.ebuild| 97 --
 eclass/nuget.eclass| 25 +-
 eclass/nupkg.eclass| 16 
 5 files changed, 111 insertions(+), 69 deletions(-)

diff --git a/dev-dotnet/monotorrent/files/NoStdLib-NoConfig.patch 
b/dev-dotnet/monotorrent/files/NoStdLib-NoConfig.patch
new file mode 100644
index 000..e69de29

diff --git a/dev-dotnet/monotorrent/files/downgrade-from-4.6-to-4.5.patch 
b/dev-dotnet/monotorrent/files/downgrade-from-4.6-to-4.5.patch
new file mode 100644
index 000..24e6922
--- /dev/null
+++ b/dev-dotnet/monotorrent/files/downgrade-from-4.6-to-4.5.patch
@@ -0,0 +1,42 @@
+diff --git a/src/MonoTorrent/MonoTorrent.csproj 
b/src/MonoTorrent/MonoTorrent.csproj
+index f5e5bdf..50fe05a 100644
+--- a/src/MonoTorrent/MonoTorrent.csproj
 b/src/MonoTorrent/MonoTorrent.csproj
+@@ -1,9 +1,7 @@
+ 
+-http://schemas.microsoft.com/developer/msbuild/2003; ToolsVersion="12.0">
++http://schemas.microsoft.com/developer/msbuild/2003; ToolsVersion="4.0">
+   
+ Local
+-9.0.21022
+-2.0
+ {411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}
+ Debug
+ AnyCPU
+@@ -23,7 +21,7 @@
+ 3.5
+ 
+ 
+-v4.6
++v4.5
+ publish\
+ true
+ Disk
+@@ -47,8 +45,6 @@
+ 
+ 
+ TRACE;DEBUG
+-
+-
+ true
+ 4096
+ false
+@@ -65,8 +61,6 @@
+ 
+ 
+ TRACE
+-
+-
+ 4096
+ true
+ ..\..\build\MonoTorrent\Release\

diff --git a/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild 
b/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild
index b2c59fe..61cf473 100644
--- a/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild
+++ b/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-inherit mono-env dotnet nupkg
+# mono-env
+inherit  dotnet nupkg
 
 HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent;
 DESCRIPTION="Monotorrent is an open source C# bittorrent library"
@@ -12,6 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="net45 +gac +nupkg pkg-config debug developer"
+USE_DOTNET="net45"
 
 COMMON_DEPEND=">=dev-lang/mono-4.0.2.5
 "
@@ -30,8 +32,8 @@ ICONMETA="https://openclipart.org/detail/198771/mono-torrent;
 ICON_URL="https://openclipart.org/download/198771/mono-torrent.svg;
 
 # monotorrent-1.0.0-r201510130
-EGIT_BRANCH="longpath"
-EGIT_COMMIT="e78d386d0785a9a42eeb5865bd58a8887e14b8f2"
+EGIT_BRANCH="master"
+EGIT_COMMIT="a76e4cd552d0fff51e47a25fe050efff672f34b2"
 SRC_URI="${REPOSITORY}/archive/${EGIT_BRANCH}/${EGIT_COMMIT}.zip -> ${PF}.zip
mirror://gentoo/mono.snk.bz2"
 #S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
@@ -42,75 +44,80 @@ S="${WORKDIR}/${NAME}-${EGIT_BRANCH}"
 RESTRICT="test"
 
 FILE_TO_BUILD=./src/MonoTorrent.sln
-METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
 
-src_prepare() {
-   #enuget_restore "${METAFILETOBUILD}"
+#METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
+#gives Reference 'AlphaFS, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL' not resolved
+
+METAFILETOBUILD="src/MonoTorrent/MonoTorrent.csproj"
+
+# leafpad /var/lib/layman/dotnet/eclass/nupkg.eclass &
+NUGET_VERSION="${PVR//-r/.}"
 
+src_prepare() {
sed -i  \
-e "/InternalsVisibleTo/d" \
-   MonoTorrent/AssemblyInfo.cs* || die
+   ./src/MonoTorrent/AssemblyInfo.cs* || die
+
+   epatch "${FILESDIR}/NoStdLib-NoConfig.patch"
+   epatch "${FILESDIR}/downgrade-from-4.6-to-4.5.patch"
+
+   enuget_restore "${METAFILETOBUILD}"
+
+   # leafpad 
/var/tmp/portage/dev-dotnet/monotorrent-1.0.0-r201510130/work/monotorrent-master/monotorrent.nuspec
 &
+   create_nuspec_file "${S}/${PN}.nuspec"
+}
+
+src_configure() {
+   :;
 }
 
 src_compile() {
# emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs" 
-keyfile:${WORKDIR}/mono.snk
-   exbuild "${METAFILETOBUILD}"
+   exbuild /p:SignAssembly=true 
"/p:AssemblyOriginatorKeyFile=${WORKDIR}/mono.snk" "${METAFILETOBUILD}"
 
-   create_nuspec_file
+   # run nuget_pack
+   enuspec -Prop version=${NUGET_VERSION} ./${PN}.nuspec
 }
 
 src_install() {
egacinstall $(find . -name "MonoTorrent.dll")
+
+   enupkg "${WORKDIR}/monotorrent.${NUGET_VERSION}.nupkg"
+
if use pkg-config; then
install_pc_file
fi
 }
 
-# replace underscore to dash
-NUGET_VERSION="${PV//_/-}"
-
 create_nuspec_file()
 {
-   REPLACEMENT_TOKENS+="s~$id$~${PN}~g;"
-

[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/monotorrent/

2015-10-29 Thread Heather Cynede
commit: 9bcdd50ace36f6eb7a20b044c5c5a07cd45fa5ef
Author: ArsenShnurkov  gmail  com>
AuthorDate: Wed Oct 28 16:44:55 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Wed Oct 28 16:44:55 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9bcdd50a

change ebuild version

 .../{monotorrent-0.80.ebuild => monotorrent-1.0.0-r201510130.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild 
b/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild
similarity index 100%
rename from dev-dotnet/monotorrent/monotorrent-0.80.ebuild
rename to dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild



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

2015-10-29 Thread Heather Cynede
commit: 053ae6059582f3d60ff2d0c28133797dbb895e73
Author: Heather  users  noreply  github  com>
AuthorDate: Thu Oct 29 04:37:52 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Thu Oct 29 04:37:52 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=053ae605

Merge pull request #138 from ArsenShnurkov/monotorrent

Monotorrent

 dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild   |   2 +-
 dev-dotnet/monotorrent/ChangeLog   |  48 
 dev-dotnet/monotorrent/Manifest|   2 +
 .../monotorrent/files/NoStdLib-NoConfig.patch  |   0
 .../files/downgrade-from-4.6-to-4.5.patch  |  42 +++
 dev-dotnet/monotorrent/files/monotorrent.pc.in |   8 ++
 dev-dotnet/monotorrent/metadata.xml|  26 
 .../monotorrent-1.0.0-r201510130.ebuild| 136 +
 eclass/nuget.eclass|  25 +---
 eclass/nupkg.eclass|  16 +++
 10 files changed, 280 insertions(+), 25 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/NLog/, dev-dotnet/monotorrent/

2015-10-29 Thread Heather Cynede
commit: 3ee5fea83578476a0134255573e2024833c6fdc1
Author: ArsenShnurkov  gmail  com>
AuthorDate: Wed Oct 28 16:41:29 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Wed Oct 28 16:41:29 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3ee5fea8

initial changes

 dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild |   2 +-
 dev-dotnet/monotorrent/metadata.xml  |  21 +
 dev-dotnet/monotorrent/monotorrent-0.80.ebuild   | 106 ---
 3 files changed, 115 insertions(+), 14 deletions(-)

diff --git a/dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild 
b/dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild
index 64908ad..a20769a 100644
--- a/dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild
+++ b/dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild
@@ -13,7 +13,7 @@ EGIT_COMMIT="c3eb07ff89523154dc2385c7db0ba9437bff3362"
 SRC_URI="${HOMEPAGE}/archive/${EGIT_BRANCH}/${EGIT_COMMIT}.zip -> ${PF}.zip"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
-SLOT="0" 
+SLOT="0"
 
 DESCRIPTION=" NLog - Advanced .NET and Silverlight Logging 
http://nlog-project.org;
 LICENSE="BSD" # https://github.com/ArsenShnurkov/NLog/blob/master/LICENSE.txt

diff --git a/dev-dotnet/monotorrent/metadata.xml 
b/dev-dotnet/monotorrent/metadata.xml
index e01adbb..e1dd760 100644
--- a/dev-dotnet/monotorrent/metadata.xml
+++ b/dev-dotnet/monotorrent/metadata.xml
@@ -2,4 +2,25 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
dotnet
+
+   cyn...@gentoo.org
+   Heather Cynede
+   
+   
+   
+   unknown
+   unknown
+   
+   https://github.com/mono/monotorrent/issues/
+   mono/monotorrent
+   
+   
+   create .pc file(s) for .dll(s) 
installed to gac
+   
+   
+A library for working with torrent protocol
+
+   
+Библиотека для работы по torrent-протоколу
+
 

diff --git a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild 
b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild
index dfa84b7..b2c59fe 100644
--- a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild
+++ b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild
@@ -1,40 +1,120 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 
-inherit mono multilib
+inherit mono-env dotnet nupkg
 
-DESCRIPTION="Monotorrent is an open source C# bittorrent library"
 HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent;
-SRC_URI="http://projects.qnetp.net/attachments/download/28/${P}.tar.gz
-   mirror://gentoo/mono.snk.bz2"
-
+DESCRIPTION="Monotorrent is an open source C# bittorrent library"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND=">=dev-lang/mono-2.0.1"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+KEYWORDS="~amd64 ~x86"
+IUSE="net45 +gac +nupkg pkg-config debug developer"
+
+COMMON_DEPEND=">=dev-lang/mono-4.0.2.5
+"
+
+RDEPEND="${COMMON_DEPEND}
+"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+NAME="monotorrent"
+REPOSITORY="https://github.com/ArsenShnurkov/${NAME};
+LICENSE_URL="${REPOSITORY}/blob/master/src/LICENSE"
+ICONMETA="https://openclipart.org/detail/198771/mono-torrent;
+ICON_URL="https://openclipart.org/download/198771/mono-torrent.svg;
+
+# monotorrent-1.0.0-r201510130
+EGIT_BRANCH="longpath"
+EGIT_COMMIT="e78d386d0785a9a42eeb5865bd58a8887e14b8f2"
+SRC_URI="${REPOSITORY}/archive/${EGIT_BRANCH}/${EGIT_COMMIT}.zip -> ${PF}.zip
+   mirror://gentoo/mono.snk.bz2"
+#S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+S="${WORKDIR}/${NAME}-${EGIT_BRANCH}"
 
 # The hack we do to get the dll installed in the GAC makes the unit-tests
 # defunct.
 RESTRICT="test"
 
+FILE_TO_BUILD=./src/MonoTorrent.sln
+METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
+
 src_prepare() {
+   #enuget_restore "${METAFILETOBUILD}"
+
sed -i  \
-e "/InternalsVisibleTo/d" \
MonoTorrent/AssemblyInfo.cs* || die
 }
 
 src_compile() {
-   emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs 
-keyfile:${WORKDIR}/mono.snk"
+   # emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs" 
-keyfile:${WORKDIR}/mono.snk
+   exbuild "${METAFILETOBUILD}"
+
+   create_nuspec_file
 }
 
 src_install() {
egacinstall $(find . -name "MonoTorrent.dll")
+   if use pkg-config; then
+   install_pc_file
+   fi
+}
+
+# replace underscore to dash
+NUGET_VERSION="${PV//_/-}"
+
+create_nuspec_file()
+{
+   REPLACEMENT_TOKENS+="s~$id$~${PN}~g;"
+   REPLACEMENT_TOKENS+="s~$version$~${NUGET_VERSION}~g;"
+   REPLACEMENT_TOKENS+="s~$author$~leaves project~g;"
+   REPLACEMENT_TOKENS+="s~$package_owners$~lasy monkeys~g;"
+   REPLACEMENT_TOKENS+="s~$package_licenseUrl$~${LICENSE_URL}~g;"
+   REPLACEMENT_TOKENS+="s~$package_ProjectUrl$~${HOMEPAGE}~g;"
+

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

2015-10-29 Thread Amy Winston
commit: b8f5549fc94ac12d2a4f18709f38a15778e05c2e
Author: Amy Winston  gentoo  org>
AuthorDate: Thu Oct 29 07:12:31 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Oct 29 07:14:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f5549f

media-video/vlc: client useflag added to freerdp bug #559372. By sdnick484.

Package-Manager: portage-2.2.20.1

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

diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild 
b/media-video/vlc/vlc-2.2.1-r1.ebuild
index be8d381..466b1fb 100644
--- a/media-video/vlc/vlc-2.2.1-r1.ebuild
+++ b/media-video/vlc/vlc-2.2.1-r1.ebuild
@@ -125,7 +125,7 @@ RDEPEND="
pulseaudio? ( >=media-sound/pulseaudio-1:0 )
qt4? ( >=dev-qt/qtgui-4.6:4 >=dev-qt/qtcore-4.6:4 )
qt5? ( >=dev-qt/qtgui-5.1:5 >=dev-qt/qtcore-5.1:5 
>=dev-qt/qtwidgets-5.1:5  >=dev-qt/qtx11extras-5.1:5 )
-   rdp? ( >=net-misc/freerdp-1.0.1:0= )
+   rdp? ( >=net-misc/freerdp-1.0.1:0=[client] )
samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] 
>=net-fs/samba-4:0[client] ) )
schroedinger? ( >=media-libs/schroedinger-1.0.10:0 )
sdl? ( >=media-libs/libsdl-1.2.10:0



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

2015-10-29 Thread Jeroen Roovers
commit: 903570b43a45830e40b9f8f512b967b856b429ce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:15:03 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:15:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903570b4

dev-lang/php: Stable for HPPA (bug #562882).

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

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

diff --git a/dev-lang/php/php-5.5.30.ebuild b/dev-lang/php/php-5.5.30.ebuild
index b73e939..e6b2b63 100644
--- a/dev-lang/php/php-5.5.30.ebuild
+++ b/dev-lang/php/php-5.5.30.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



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

2015-10-29 Thread Jeroen Roovers
commit: c6fa7db6d26b99e6abbf4b6bd38162cbae51c533
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:11:04 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:15:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fa7db6

dev-lang/php: Stable for HPPA (bug #562882).

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

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

diff --git a/dev-lang/php/php-5.6.14.ebuild b/dev-lang/php/php-5.6.14.ebuild
index b73e939..e6b2b63 100644
--- a/dev-lang/php/php-5.6.14.ebuild
+++ b/dev-lang/php/php-5.6.14.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



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

2015-10-29 Thread Jeroen Roovers
commit: 9e16e87c687ae104980bf47d9290d69e03bdae5f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:04:57 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:05:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e16e87c

app-crypt/mit-krb5: Stable for HPPA (bug #564304).

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

 app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
index 412c87e..0a0dd97 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2015-10-29 Thread Jeroen Roovers
commit: 844101397c1a0d2348886156bae8c4757d5c51ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:00:05 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:05:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84410139

dev-python/simplejson: Stable for PPC64 (bug #564308).

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

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

diff --git a/dev-python/simplejson/simplejson-3.8.1.ebuild 
b/dev-python/simplejson/simplejson-3.8.1.ebuild
index 5043687..451f662 100644
--- a/dev-python/simplejson/simplejson-3.8.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.8.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2015-10-29 Thread Jeroen Roovers
commit: b0f1f383e85f0f01ae44d29782eed0c35c635945
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:02:56 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:05:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f1f383

dev-python/pypax: Stable for PPC64 (bug #564286).

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

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

diff --git a/dev-python/pypax/pypax-0.9.2.ebuild 
b/dev-python/pypax/pypax-0.9.2.ebuild
index 2b2ef71..73d8d19 100644
--- a/dev-python/pypax/pypax-0.9.2.ebuild
+++ b/dev-python/pypax/pypax-0.9.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
S="${WORKDIR}/elfix-${PV}"
 fi
 



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

2015-10-29 Thread Amy Winston
commit: 1314b5434b794a67d1d52318c7e4732c70af2c86
Author: Amy Winston  gentoo  org>
AuthorDate: Thu Oct 29 07:03:25 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Oct 29 07:04:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1314b543

media-video/vlc: use for vdpau and skins changed bug #556860 and #563398. By 
sdnick484.

Package-Manager: portage-2.2.20.1

 media-video/vlc/vlc-2.2.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild 
b/media-video/vlc/vlc-2.2.1-r1.ebuild
index be3ece4..be8d381 100644
--- a/media-video/vlc/vlc-2.2.1-r1.ebuild
+++ b/media-video/vlc/vlc-2.2.1-r1.ebuild
@@ -203,8 +203,9 @@ REQUIRED_USE="
qt4? ( X !qt5 )
qt5? ( X !qt4 )
sdl? ( X )
-   skins? ( truetype X ^^ ( qt4 qt5 ) )
+   skins? ( truetype X xml ^^ ( qt4 qt5 ) )
vaapi? ( avcodec X )
+   vdpau? ( xcb )
vlm? ( encode )
xv? ( xcb )
 "



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

2015-10-29 Thread Jeroen Roovers
commit: aff32c2b16de61a880da09e6b35e1e4d0f11146a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 29 07:03:42 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 29 07:05:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff32c2b

sys-apps/elfix: Stable for PPC64 (bug #564286).

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

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

diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild 
b/sys-apps/elfix/elfix-0.9.2.ebuild
index f303c41..d089e5e 100644
--- a/sys-apps/elfix/elfix-0.9.2.ebuild
+++ b/sys-apps/elfix/elfix-0.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2015-10-29 Thread Justin Lecher
commit: ac6b0176cd43caf31dcd1a0e6506f766fb70ba81
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 29 07:13:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 07:13:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6b0176

sci-geosciences/gdal-grass: Adopt deps to recent changes in grass

Drop invalid use of ROOT

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild | 11 +--
 sci-geosciences/gdal-grass/metadata.xml| 20 ++--
 2 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
index b36f1f9..c8b1e32 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
@@ -15,10 +15,9 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="postgres"
-
 RDEPEND="
>=sci-libs/gdal-2.0.0
-   >=sci-geosciences/grass-7.0.1[gdal]
+   >=sci-geosciences/grass-7.0.1-r3
 "
 DEPEND="${RDEPEND}
dev-libs/expat
@@ -37,9 +36,9 @@ src_prepare() {
 
 src_configure() {
econf \
-   --with-grass="${ROOT}/usr/$(get_libdir)/grass70" \
-   --with-gdal="${ROOT}/usr/bin/gdal-config" \
-   $(use_with postgres postgres-includes 
"${ROOT}/usr/include/postgresql")
+   --with-grass="/usr/$(get_libdir)/grass70" \
+   --with-gdal="/usr/bin/gdal-config" \
+   $(use_with postgres postgres-includes "/usr/include/postgresql")
 }
 
 src_install() {
@@ -48,4 +47,4 @@ src_install() {
GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
install
-}
\ No newline at end of file
+}

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
index 152a2cd..cbf8066 100644
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ b/sci-geosciences/gdal-grass/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-sci-geosciences
-proxy-maintainers
-wra...@wraeth.id.au
-Sam Jorna
-Proxy maintainer - assign bugs to 
him
-
-
-Include support for 
dev-db/postgresql
-
+  sci-geosciences
+  proxy-maintainers
+  
+wra...@wraeth.id.au
+Sam Jorna
+Proxy maintainer - assign bugs to him
+  
+  
+Include support for 
dev-db/postgresql
+  
 
-



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

2015-10-29 Thread Heather Cynede
commit: dc7dcd960a08ef251afaf6a2907c9ee8f2c7b0d6
Author: Heather  users  noreply  github  com>
AuthorDate: Wed Oct 28 14:30:52 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Wed Oct 28 14:30:52 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=dc7dcd96

Merge pull request #137 from ArsenShnurkov/NLog

NLog

 dev-dotnet/NLog/Manifest |  1 +
 dev-dotnet/NLog/NLog-4.1.3_pre-r201510280.ebuild | 82 
 dev-dotnet/NLog/files/NLog.mono4.sln.patch   | 43 +
 dev-dotnet/NLog/files/NLog.nuspec.patch  | 14 
 dev-dotnet/NLog/files/NoStdLib-NoConfig.patch| 81 +++
 dev-dotnet/{slntools => NLog}/metadata.xml   |  0
 eclass/nuget.eclass  | 35 +-
 eclass/nupkg.eclass  | 53 +++
 8 files changed, 275 insertions(+), 34 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/monotorrent/files/, dev-dotnet/monotorrent/

2015-10-29 Thread Heather Cynede
commit: e8555160150463ff8b10fd879c007a52f91596cd
Author: ArsenShnurkov  gmail  com>
AuthorDate: Wed Oct 28 15:10:51 2015 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Wed Oct 28 15:10:51 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e8555160

copy original version from main tree

 dev-dotnet/monotorrent/ChangeLog   | 48 +
 dev-dotnet/monotorrent/files/monotorrent.pc.in |  8 +
 dev-dotnet/monotorrent/metadata.xml|  5 +++
 dev-dotnet/monotorrent/monotorrent-0.80.ebuild | 49 ++
 4 files changed, 110 insertions(+)

diff --git a/dev-dotnet/monotorrent/ChangeLog b/dev-dotnet/monotorrent/ChangeLog
new file mode 100644
index 000..5b9f2b0
--- /dev/null
+++ b/dev-dotnet/monotorrent/ChangeLog
@@ -0,0 +1,48 @@
+# ChangeLog for dev-dotnet/monotorrent
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.11 
2012/05/04 03:56:55 jdhore Exp $
+
+  04 May 2012; Jeff Horelick  monotorrent-0.80.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
+
+  22 Jan 2012; Pacho Ramos  -monotorrent-0.72.ebuild:
+  Drop old.
+
+  11 May 2011; Christoph Mende  monotorrent-0.80.ebuild:
+  Stable on amd64 wrt bug #359651
+
+  07 May 2011; Thomas Kahle  monotorrent-0.80.ebuild:
+  x86 stable per bug 359651
+
+*monotorrent-0.80 (27 Feb 2011)
+
+  27 Feb 2011; Pacho Ramos  +monotorrent-0.80.ebuild:
+  Version bump.
+
+  31 Aug 2009; Peter Alfredsen 
+  -monotorrent-0.70.ebuild, monotorrent-0.72.ebuild, -files/mono.snk:
+  Use mono.snk.bz2 from mirrors, drop old.
+
+  21 Jul 2009; Christian Faulhammer 
+  monotorrent-0.72.ebuild:
+  stable x86, bug 273254
+
+  20 Jul 2009; Jeremy Olexa  monotorrent-0.72.ebuild:
+  amd64 stable, bug 273254
+
+  06 May 2009; Peter Alfredsen 
+  monotorrent-0.70.ebuild, monotorrent-0.72.ebuild:
+  Update HOMEPAGE and SRC_URI
+
+*monotorrent-0.72 (27 Apr 2009)
+
+  27 Apr 2009; Peter Alfredsen 
+  +monotorrent-0.72.ebuild:
+  Bump
+
+*monotorrent-0.70 (05 Apr 2009)
+
+  05 Apr 2009; Peter Alfredsen  +files/mono.snk,
+  +files/monotorrent.pc.in, +metadata.xml, +monotorrent-0.70.ebuild:
+  Initial commit, ebuild by me.
+

diff --git a/dev-dotnet/monotorrent/files/monotorrent.pc.in 
b/dev-dotnet/monotorrent/files/monotorrent.pc.in
new file mode 100644
index 000..33d48a8
--- /dev/null
+++ b/dev-dotnet/monotorrent/files/monotorrent.pc.in
@@ -0,0 +1,8 @@
+prefix=${pcfiledir}/../..
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIBDIR@
+
+Name: @PACKAGENAME@
+Description: @DESCRIPTION@
+Version: @VERSION@
+Libs: @LIBS@

diff --git a/dev-dotnet/monotorrent/metadata.xml 
b/dev-dotnet/monotorrent/metadata.xml
new file mode 100644
index 000..e01adbb
--- /dev/null
+++ b/dev-dotnet/monotorrent/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   dotnet
+

diff --git a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild 
b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild
new file mode 100644
index 000..dfa84b7
--- /dev/null
+++ b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=2
+
+inherit mono multilib
+
+DESCRIPTION="Monotorrent is an open source C# bittorrent library"
+HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent;
+SRC_URI="http://projects.qnetp.net/attachments/download/28/${P}.tar.gz
+   mirror://gentoo/mono.snk.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+RDEPEND=">=dev-lang/mono-2.0.1"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+# The hack we do to get the dll installed in the GAC makes the unit-tests
+# defunct.
+RESTRICT="test"
+
+src_prepare() {
+   sed -i  \
+   -e "/InternalsVisibleTo/d" \
+   MonoTorrent/AssemblyInfo.cs* || die
+}
+
+src_compile() {
+   emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs 
-keyfile:${WORKDIR}/mono.snk"
+}
+
+src_install() {
+   egacinstall $(find . -name "MonoTorrent.dll")
+   dodir /usr/$(get_libdir)/pkgconfig
+   ebegin "Installing .pc file"
+   sed  \
+   -e "s:@LIBDIR@:$(get_libdir):" \
+   -e "s:@PACKAGENAME@:${PN}:" \
+   -e "s:@DESCRIPTION@:${DESCRIPTION}:" \
+   -e "s:@VERSION@:${PV}:" \
+   -e 's;@LIBS@;-r:${libdir}/mono/monotorrent/MonoTorrent.dll;' \
+   "${FILESDIR}"/${PN}.pc.in > 
"${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc
+   PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists 
monotorrent || die ".pc file failed to validate."
+   eend $?
+}



  1   2   >